﻿@charset "UTF-8";

/*初始化部分标签默认样式*/
body, div, ul, ol, li, dl, dt, dd, input, button, a, img, h1, h2, h3, h4, h5, h6, form{margin: 0;}
ul, ol, li, dl, dt, dd, input, button,p {margin:0;padding: 0;}
html{-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;height:100%;}
body{font-family:"Microsoft Yahei",Helvetica, Arial,  sans-serif,"PingFang SC"; font-size: 12px; line-height: 1.42857143;color:#000;background: #e2dfdf;height:100%;}
ul,li{list-style: none;}
a{text-decoration: none;}
em{font-style: normal;}
img{vertical-align: middle;border: 0;}
button{overflow: visible;border: 0;outline: none; font-size:16px; background-color: transparent;}
button:hover{cursor: pointer;}
input{border: 0;outline: none; font-size:12px;}
button,select{text-transform: none;}
textarea{outline: none; resize: none;}
input,button,textarea,select{font-family:"Microsoft Yahei",Helvetica, Arial,  sans-serif,"PingFang SC";}
input::-webkit-input-placeholder{color:rgba(182,180,180,0.9);}
input:-moz-placeholder{color:#B6B4B4;}
input::-moz-placeholder{color:#B6B4B4;}
input:-ms-input-placeholder{color:#B6B4B4;}


/*页面公用样式*/
.container{background: #e2dfdf;}

/*登陆*/
.login-content{width:100%;display: table;margin:0 auto;}
.login-content2{background:url(../images/login-bg.jpg) no-repeat center center; background-size: cover;}
.login-content3{background:url(../images/login-registerGMAT2.jpg) no-repeat center center;background-size: cover;}
@media screen and (max-width:1450px){.login-content2{background:url(../images/login-bg.jpg) no-repeat center center; background-size:inherit;}}
@media screen and (max-height:805px) and (max-width:1450px){.login-content2{background: url(../images/login-bg.jpg) no-repeat top center; background-size: inherit;}}


/*video及注册/登陆信息*/
.teaching2{position:fixed;width:50%;top:0;left:0;bottom:0;background:url(../images/bg-left.png);}
.teaching{width:50%;position:absolute;top:0;left:0;}

/*指导视频部分*/
.teaching-Video{margin:0 auto;text-align: center;color:#D8D8D9;padding:245px 0 0 0;}
.teaching-Video p.teaching-Video-Title{font-size:48px;letter-spacing:8px;margin:0;font-weight:100;text-align: left;margin-top: 30px;}
.teaching-Video p{font-size:22px;}
.teaching-Video .videoLine > a{display:inline-block;width:63px;height:63px;background: url(../images/video.png) no-repeat;vertical-align:middle;margin:0 10px;}
.titleTips{width: 100%;box-sizing:border-box;text-align: center;margin-bottom: 30px;margin-top: 15px;}
.titleTipsContent{width: 336px;display: inline-block; text-align:left;}
.titleTipsContent p{text-align: left;}
.teaching-Video h1{font-size: 30px;color: #1b1e22;text-align: left;width: 333px;display: inline-block;line-height: 37px;margin-bottom: 5px;}
.teaching-Video h3{font-size: 18px;color: #1c1f23;text-align: left;font-weight: normal;width: 333px;display: inline-block;line-height: 26px;}
.videoLine{width: 100%;display: inline-block;margin-top: 20px;}
.videoLine:before{content: "";display: inline-block;border-bottom: 1px solid #fff;width: 120px;height: 0;vertical-align:middle;}
.videoLine:after{content: "";display: inline-block;border-bottom: 1px solid #fff;width: 120px;height: 0;vertical-align:middle;}

/*login-Box*/
.login-Box{width:50%;float:right;z-index: 999;position:absolute;right:0;}
.bg-login-Box{width:50%;position:fixed;top:0;right:0;bottom:0;background: url(../images/bg-right.png);z-index: 1;}

/*登陆与注册部分样式*/
.login,.register{width:350px;margin:0 auto; padding: 80px 0 0 0;z-index:99;}
.login p{width:300px;margin:0 auto;font-size:30px;color:#E3E3E4;line-height:30px;letter-spacing: 5px;padding:0 0 3px 0;}
.form-Box{width:300px;margin:0 auto;}
.form-Box span{display:inline-block;width:300px;color:#ABACAF;font-size:14px;margin:6px 0 2px 0;}
.form-Box input{width:270px;padding:0 10px 0 20px;margin:0 auto;height:40px;background:#fff;border-radius:3px;color:#ABACAF;font-size:16px; }
.phoneBox{width:300px;height:40px;margin:0 auto;border-radius: 3px;background:#fff;display: table;}
.phoneBox input{width:230px;padding-right:0;height:40px;border:0;border-radius: 3px;float:left;}
.phoneBox em.importRight{display: inline-block;width:50px;height:40px;float:right;background: url(../images/icon_hdx.png) no-repeat 7px -152px;}

/*复选框，记住密码*/
.remember-click{width:300px;margin:0 auto;padding:17px 0 17px 5px;color:#ABACAF;}
.remember-checked{display:inline-block;width:12px;height:12px;border: 2px solid #ddd;border-radius: 50%;vertical-align: middle;}
.checked-circle{background: url(../images/icon_hdx.png) no-repeat -13px -131px;}
.remember-click label{padding-left:8px;}

/*登录与注册按钮*/
.btn-LoginRegister{width:348px;margin:0 auto;text-align:center;padding:0 0 10px 0;}
.btn-LoginRegister button{width:300px;margin:0 auto;height:50px;border-radius: 5px;}
.btn-LoginRegister button a{display: inline-block;width:300px;height:50px;line-height:47px;font-size:25px;border-radius: 5px;color:#fff;}
.btn-LoginRegister a{display: inline-block;width:300px;height:50px;line-height:47px;font-size:25px;border-radius: 5px;color:#fff;}
.btn-LoginRegister a:hover{background: #fc5e4e;border:0;}
.btn-Login{border:1px solid #fff;}
.btn-Login:hover{border:0;}
.btn-Register{background: #319adc;}

/*分界线*/
.Line-demarcation{width:348px;display:table;height:12px;line-height:0;padding:24px 0 16px 0;}
.Line-demarcation span{display: inline-block;width:160px;height:1px;background:#3F4146;}
.Line-demarcation label{font-size:24px;color:#484950;}
.Line-left{float:left;}
.Line-right{float:right;}

/*二维码*/
.login-dimension{position: absolute;top:0;left:0;padding:20px;color:#fff;}
.bg-dimension{width:88px;height:88px;border-radius:3px;background: url(../images/login_dimension2.png) no-repeat center center;}
.login-dimension label{display: block;padding:12px 0 0 0;}

/*QQ客服*/
.QQ-service,.QQ-service2{display:block;padding:14px 0 0 0;}
.QQ-service{color:#fff;}
.QQ-service2{color:#b5b1b1;}
.icon-QQ,.icon-QQ2{float:left;width:25px;height:18px;}
.icon-QQ{background: url(../images/icon_backstage.png) no-repeat 0 -477px;}
.icon-QQ2{background: url(../images/icon_backstage.png) no-repeat 0 -430px;}

/*注册页*/
.form-Box .TextError{color:#A83C3F;}
.form-Box .inputError{border:2px solid #A83C3F;}
.RegisterPhone{background: url(../images/icon_hdx.png) no-repeat 0 -152px;}

/*用户类型 begin*/
.UserTypes{width:313px;margin:0 auto;padding:13px 0 44px 0;display: table;}
.UserTypes h3{font:16px/1.5 "microsoft yahei";text-align:center;padding:17px 0 0 0;}
.UserTypes span{display:block;text-align: center;font-size:16px;margin:3px 0;}
.FreeUser,.CommonUser,.VipUser{float:left;position:relative;margin:0 4px 0 0;width:100px;height:100px;background: #abaeb0;border-radius:5px;}
.FreeUser span,.CommonUser span,.VipUser span{margin-top:9px;}
.CheckedTypes,.CheckedTypesClick{position: absolute;width:20px;height:20px;bottom:-14px;left:40px;border:1px solid #ddd;border-radius: 50%;background: #000;}
.CheckedTypes span,.CheckedTypesClick span{display:inline-block;width:20px;height:20px;margin:0 auto;}
.CheckedTypesClick span{background: url(../images/icon_hdx.png) no-repeat -8px -191px;}
/*用户类型 end*/

/*注册成功*/
.register-success{padding:207px 0 20px 0;text-align:center;}
.register-success p{font-size:28px;color:#7B797A;width:500px;margin:0 auto;padding:0 0 50px 0;}
button.come-into,button.come-into2{width:198px;height:62px;margin:0 20px 0 0;border-radius:5px;color:#fff;line-height: 50px;font-size:24px;border:2px solid #319adc;}
button.come-into{background: #319adc;}
button.come-into2{color:#319adc;}
button.come-into:hover,button.come-into2:hover{background: #fc5e4e;border:0;color:#fff;}


/*做题页面*/
/*头部导航  begin*/
.DoSubjectTop{width:100%;height:85px;background:-webkit-linear-gradient(left,#25aad6,#284f7e);background:-moz-linear-gradient(left,#25aad6,#284f7e);background:-ms-linear-gradient(left,#25aad6,#284f7e);box-shadow: 0 0 30px #cdcaca;}
.DoSubjectTopContent{width:1117px;margin:0 auto; position: relative;}
.DoSubjectTopContent button.Hamburg{width:37px;height:25px;background: url(../images/icon_hdx.png) no-repeat 0 -77px;border:0;}
.DoSubjectTopContent button.Hamburg2{width:37px;height:25px;border:0;}
.DoSubjectTopContent ul{width:1029px;display:table;padding-top:19px;position:relative;}
.DoSubjectTopContent ul li{float:left;}
.DoSubjectTopContent ul li.HamburgSlip,.DoSubjectTopContent ul li.HamburgSlip2{padding:12px 0 0 0;}
.DoSubjectTopContent li.closeTitle{float:right;}
.DoSubjectTopContent button.closeTitleText{width:165px;height:50px;border:1px solid #fff;border-radius: 5px;color:#fff;font-size:20px;}
.DoSubjectTopContent button.closeTitleText:hover{background: #fc5e4e;border:0;}
.logo{position:absolute;top:10px;left:37px;width:168px;height:61px;margin:0 0 0 57px;}
/*头部导航 end*/

/*目录及说明*/
.CatalogueExplain{width:100%;height:75px;background:#e3e1e1;border-bottom:1px solid #C1C1C3;box-shadow: 0 0 30px #cdcaca;margin:8px 0 12px 0;}
.Ca-Ex-Text{width:780px;margin:0 auto;padding:10px 0 0 0;font-size:15px;}
.Ca-Ex-Text p{margin:4px 0;color:rgba(0,0,0,0.7);}
.Ca-Ex-Text p span{padding:0 22px 0 0;}

/*做题内容*/
.SubjectContent2{padding-bottom:20px;}
.SubjectContent{width:880px;margin:0 auto;position:relative;border:1px solid #C0BDBE;background:#f2f0f0;border-radius: 10px 10px 0 0;padding-top:20px;}
.SubjectContent p{width:780px;margin:0 auto;font-size:16px;line-height:28px;color:#333;padding:0 0 8px 0;}
span.border{border-bottom:1px solid #333;}
.ExerciseTag{width:795px;margin:0 auto;/* padding: 15px 0 0 0; */}
.ExerciseText{width:783px;padding-left:50px;font-size:16px;line-height: 28px;}
.ExerciseText em{display: inline-block;width:14px;height:14px;border:1px solid #ACACAC;border-radius: 50%;margin-right: 12px;vertical-align: top; margin-top: 22px;}
.ExerciseText label{display:inline-block;margin: 5px 0;color:#000;}
.SureChoose{background: url(../images/icon_hdx.png) no-repeat -12px -218px;}
.bigBr{text-align: justify;}
.bigBr br{line-height:40px;}

/*做题页面按钮区*/
.btn-SureChooses,.btn-ReportSelect{margin:0 auto;padding:50px 0;display: table;}
.btn-SureChooses{width:572px;}
.btn-ReportSelect{width:369px;padding:50px 0;}
.btn-SureChooses button,.btn-ReportSelect button{width:165px;height:50px;color:#fff;font-size:20px;border-radius: 5px;float:left;margin:0 38px 0 0;}
.btn-SureChooses button:hover,.btn-ReportSelect button:hover{background: #f93d38;}
button.btn-Return{border:1px solid #319adc;color:#319adc;}
button.btn-Return:hover{border:0;color:#fff;}
button.btn-Submit{background: #319adc;}
button.btn-Skip{margin:0;}

/*选项标签 begin*/
.ChooseTagBox{position:fixed;top:85px;right:0;bottom:100px;width:210px;height:100%;overflow-y:auto;border-left:1px solid #AAADB1;border-top:1px solid #AAADB1;background: rgba(231,231,231,0.5);}
.btn-CloseTagBox{padding:8px 12px 13px 0;height:21px;}
.btn-CloseTagBox button{width:21px;height:21px;background:url(../images/icon_hdx.png) no-repeat -8px -245px;float:right;}
.TagPass{text-align:center;font-size:14px;color:#7A7979;}

/*选项标签细节样式*/
.Tags{width:168px;margin:0 auto;}
.Tags button,.ExerciseTag span{width:77px;height:34px;color:#fff;font-size:16px;border-radius:5px;box-shadow: 2px 0 6px rgba(127,127,127,0.5);font-family: "Tahoma";margin:17px 7px 0 0;text-align:center;line-height:34px;text-indent:0;}
.Tags button:hover{background:#f93d38;}
.TagsA{background: #ed5653;}
.TagsB{background: #ffc066;}
.TagsC{background: #aed538;}
.TagsD{background: #7abdd9;}
button.NoChooseTags,button.NoChooseTags:hover{background: #979696;color:#ded8d8;}
button.NoTags,span.NoTags{background: #aed538;font-family:"Microsoft Yahei","Hiragino Sans GB";}

/*添加后的选项标签——带叉叉的*/
.ChooseTagClick span,.ChooseTagClickActive span,.ChooseTagClickActive2 span{position:relative;margin:0 22px 0 0;cursor:default; display:inline-block;}
.DeleteTags{position:absolute;top:-9px;right:-9px;display:inline-block;width:18px;height:18px;border-radius:50%;box-shadow:0 0 8px #aaa;background: url(../images/icon_hdx.png) no-repeat -10px -277px;cursor: pointer;}
/*选项标签 end*/

/*汉堡条导航 begin*/
.NavHamburgBox{float:left;width:677px;}
.NavHamburgBox2{float:left;width:233px;padding-top:30px;position:relative;}
.bg-left-NavHamburgBox{width:233px;background:rgba(52,52,59,0.96);position:fixed;top:0;left:0;bottom:0;border-right:1px solid #262627;}
.bg-right-NavHamburgBox{width:677px;position:fixed;top:0;left:233px;bottom:0;background:rgba(52,52,59,0.96);}
.NavHamburgBox3{position: absolute;left:0;top:0;bottom:0;display: table;z-index:999;}

/*汉堡条左侧关闭按钮*/
.btn-LeftClose{position:absolute;right:22px;top:11px;width:19px;height:19px;background: url(../images/icon_hdx.png) no-repeat -8px -308px;}

/*头像*/
.logo-header{width:85px;margin:0 auto;height:85px;border-radius: 50%;background: url(../images/logo-header.png) no-repeat center center;}

/*用户信息*/
.Memberinformation{padding:35px 0 50px 0;text-align:center;}
.Memberinformation div{padding:0 0 8px 0;}
.MemberName{color:#FEFCFC;font-size:18px;}
.MemberRank{color:#8E8D90;}

/*Tab切换列表*/
.NavHamburgBox ul,.NavHamburgBox ul li{list-style: none;}
.TabList{padding:0 0 303px 0;}
.TabList li{width:233px;height:56px;border-top:1px solid #2E2E34;position: relative;}
.TabList li.leaveLogin{border-top:1px solid #2E2E34;border-bottom:1px solid #2E2E34;}
.Hamburg-nav-dimension{border:0;background: none;height:auto;}
.TabList li a{display: inline-block;width:233px;height:56px;line-height:56px;font-size:14px;color:#E0DEDF;text-indent:30px;}
.TabList li a:hover{background:rgba(41,40,44,0.7);}
.TabList em.prompt{position:absolute;top:25%;right:43px;display: inline-block;width:30px;height:30px;line-height:30px;font-size:16px;text-align:center;background: #b8f634;border-radius: 50%;}

/*联系电话*/
.ContactPhone{width:168px;margin:0 auto;padding:20px 0 0 0;}
.ContactPhone label{display: block;color:#fff;}
.nav_dimension{width:126px;height:129px;margin:0 auto;background: url(../images/nav_dimension.png) no-repeat;}
.nav-email{padding:1px 0 8px 0;}

/*汉堡条伸展开后右侧内容*/
.NavHamburgBoxRight{float:right;width:677px;}
.TabTitle{height:95px;color:#E0DEDF;font-size:26px;text-align:center;border-bottom:1px solid #262627;}

/*汉堡条关闭按钮*/
.btn-CloseNavHamburgBox{height:19px;padding:11px 22px 0 0;}
.btn-CloseNavHamburgBox button{float:right;width:19px;height:19px;background: url(../images/icon_hdx.png) no-repeat -8px -308px;}

/*汉堡条Tab展开内容 begin*/
.TabContentBox{height:986px;overflow: hidden;position: relative;}
.TabContent{height:986px;overflow: hidden;}
.TabInformationCentre{height:600px;overflow:hidden;padding:23px 38px 0 9px;}

/*消息中心*/
.feedback{color:#E0DEDF;font-size:16px;height:16px;line-height: 16px;padding:0 0 14px 0;z-index:9999;}
.feedback em{display: inline-block;float:left;width:40px;height:16px;}
.feedback em.AlreadyPurchase{background: url(../images/icon_hdx.png) no-repeat 2px -368px;}
.feedback em.NoPurchase{background: url(../images/icon_hdx.png) no-repeat 2px -345px;}
.feedback label.feedbackDate{float:right;}

/*汉堡条展开底部页码样式*/
.PagesNumber{width:457px;margin:0 auto;display: table;position:absolute;bottom:166px;left:15%;}
.PagesNumber ul{width:386px;height:22px;display: table;}
.PagesNumber ul li{float:left;height:22px;padding:0 15px 0 0;}
.PagesNumber ul li a{display: inline-block;width:22px;height:22px;text-align:center;line-height:22px;border-radius: 50%;color:#999697;}
.PagesNumber ul li a:hover{background: #94d91c;color:#000;}
.PagesNumber ul li.LastPages a,.PagesNumber ul li.NextPages a{width:40px;color:#5F5F69;border-radius: 0;}
.PagesNumber ul li.NextPages{padding-right:0;}
.PagesNumber ul li.LastPages a:hover,.PagesNumber ul li.NextPages a:hover{color:#5F5F69;background: none;}
.LastPages a{padding:0 33px 0 0;border-right:1px solid #5F5F69;}
.NextPages a{padding:0 0 0 33px;border-left:1px solid #5F5F69;}
ul li.NumberHide a:hover{color:#999697;background: none;}

/*修改密码*/
.PwdText,.PwdTextError{width:320px;margin:0 auto;padding:64px 0 0 0;z-index: 9999;}
.PwdText input,.PwdTextError input{width:300px;padding:0 8px;height:55px;background:none;font-size:22px;border:2px solid #525257;border-radius: 5px;font-family:"Microsoft Yahei","Hiragino Sans GB";}

/*.PwdText input{margin:0 0 52px 0;}*/
.PwdText input:focus{border-color:#fff;color:#fff;}
button.SureRevise,button.btn-SureText,button.btn-SureText1{width:320px;height:73px;color:#fff;background: #319adc;border-radius:5px;margin:48px 0 0 0;border:0;font-size:22px;}
button.SureRevise:hover,button.btn-SureText:hover,button.btn-SureText1:hover{background: #f93d38;}
/*用户过期提示弹窗确认支付按钮*/
button.btn-SureText1{ margin-top: 40px;}

/*报错提示文案*/
.OldPwd{width:350px;line-height: 21px;padding:10px 0 2px 0;color:#E03E41;font-size:16px;text-indent:16px;}
.OldPwd em{display: inline-block;float:left;width:21px;height:21px;background: url(../images/icon_hdx.png) -8px -396px;}
.PwdTextError input{border-color:#E03E41;color:#E03E41;}
.nullError{height:30px;}

/*修改密码成功*/
.ReviseSuccess{font-size:30px;color:#C0C0C2;text-align:center;padding:350px 0 0 0;z-index:9999;}

/*账户管理*/
.MemberTypes{width:566px;margin:0 auto;text-align:center;padding:64px 0 0 0;display: table;z-index: 9999;}
.MemberTypes div{width:260px;height:260px;border-radius: 10px;background: #fff;position: relative;}
.MemberTypes div.NormalMember{margin:0 auto;}
.MemberTypes div span{display: block;text-align:center;}
.MemberTypes div span.PayMoney{font-size:50px;color:#4d4d56;padding:53px 0 0 0;}
.MemberTypes div span.MemberTypesText{font-size:16px;color:#97979b;font-weight: bold;}
.MemberTypes .VIPMember{margin:0;}


.MembersTwo{margin:0 45px 0 0;float:left;}/*当出现两个套餐时添加类MembersTwo*/
/*用户到期时间显示遮罩中的两个套餐样式*/
div.expireTimeMember{ height: 222px;}
.successive{text-align:center;color:#fff;font-size:20px;background: none;margin:0;}/*升级至VIP用户后显示文案*/



.MemberTypes div span.CheckBox{position:absolute;width:26px;height:26px;bottom:-16px;left:43%;background:#000;border:2px solid #fff;border-radius: 50%;}
.MemberTypes div span.CheckBox em{display: inline-block;width:26px;height:26px;background: url(../images/icon_hdx.png) no-repeat -6px -427px;}

/*确认按钮*/
button.btn-SureText{margin:138px 0 0 0;}

/*题库选择*/
.QuestionBackhide{display: none;}
.QuestionBackhide1{display: none;}
.QuestionBack,.NoPay{width:900px;display:table;margin:0 auto;padding:6% 0 0 0;}
.HistoryQuestions,.SecretQuestions,.WaitOpen,.NoPaysSecretQuestions{float:left;width:280px;height:280px;position:relative;}
.WaitOpen,.NoPaysSecretQuestions{background: #8b8c8e;}
.WaitOpen{margin:0 20px 0 0;}
.SecretQuestions{background: url(../images/bg_500.jpg) no-repeat;color:#fff;}
.LinkGMAT,.LinkGMAT2,.NoPayGMAT{width:280px;height:280px;text-align:center;box-shadow:0 0 15px #999;}
.HistoryQuestions:hover .SureSelect{display:block;}
.SecretQuestions,.HistoryQuestions{margin:0 20px 0 0;}
.SecretQuestions:hover .SureSecret{display: block;}
.HistoryQuestions{background:#fff;}
.HistoryQuestions .LinkGMAT{color:#3075dc;}
.GMAT{font-size:26px;padding:100px 0 5px 0;}
.Historyquestion,.NowOpen{font-size:24px;}
.NoPayGMAT{color:#fff;}

/*试用题库*/
.on-trial .LinkGMAT2,.on-trial .SureSecret{color:#fff;background: url(../images/bg-on-trial.png) no-repeat center center;background-size: 100%;}
.on-trial .GMATSecret{color:#fff;}


/*题库hover效果*/
.SureSelect,.SureSecret,.NoPaysOpen,.SecretVIP{z-index:10;position: absolute;top:-30px;left:-30px;width:340px;height:340px;box-shadow: 8px 5px 40px #999;text-align:center;}

/*已付费hover*/
.SureSelect{display:none;right:-30px;color:#3075dc;background: #fff;}
.SureSecret{display:none;left:-30px;color:#fff;background:url(../images/bg_500.jpg) no-repeat center center;background-size: 100%;}

/*都没有付费时hover*/
.NoPaysOpen,.SecretVIP{display:none;left:-42px;background:#a1a1a2;}
.SecretVIP{right:-42px;}
.SureSelect .GMATSelect span,.GMATSecret span,.VIPContent span{display:block;padding:72px 0 44px 0;font-size:30px;}
.NoPaysOpen span,.VIPContent span{padding:84px 0 32px 0;}
.WaitOpen:hover .NoPaysOpen{display: block;}
.NoPaysSecretQuestions:hover .SecretVIP{display: block;}

.GMATSelectText,.GMATSecretText,.NoPaysText{width:236px;margin:0 auto;font-size:18px;text-align:left;padding-bottom:25px;}
.GMATSecret{color:#fff;}
.NoPaysText{padding-bottom:20px;}
a.btn-SureYou,a.btn-Secret{display:inline-block;width:200px;height:50px;line-height:50px;border:2px solid #fff;border-radius: 5px;font-size:20px;color:#fff;}
a.btn-SureYou:hover,a.btn-Secret:hover{background: #fc5e4e; border-color:transparent;}
a.btn-SureYou{display:inline-block;width:200px;height:50px;line-height:50px;border:2px solid #fff;border-radius: 5px;font-size:20px;background:#319adc;}
.NoPaysContent,.VIPContent{color:#fff;}

/*做题报告页面*/
.ReportCondition{width:745px;margin:0 auto;padding:0 0 26px 0;}
.ReportCondition button{text-indent:0;}
.ReportTrueSubject,.ReportFalseSubject,.SubjectsBank{width:745px;border:1px solid #CECED1;font-size:16px;word-wrap:break-word;vertical-align:middle;display:table;}
.ReportTrueSubject{border-left:10px solid #a7dd25;box-shadow: 6px 3px 10px #ddd;}
span.ReportCheckbox,span.ReportCheckbox em.bg-CheckBox{display: inline-block;width:12px;height:12px;}
span.ReportCheckbox{border-radius:50%;line-height:0;background: #d1d1d2;border:1px solid #ACACAC;margin:15px 11px 0 12px;float:left;}
em.bg-CheckBox{background: url(../images/icon_hdx.png) no-repeat -13px -462px;border-radius: 50%;}
p.TitleText{display:inline-block;width:630px;padding:7px 0 7px 5px;line-height: 30px;font-family:"Tahoma";}
.specialColorRed{color:#FE3030;}  /*红色字体*/
.bg-special{background: #fa8e82;}  /*红底*/
.bg-special2{background: #b2e7fa;} /*蓝底*/
.bg-special3{background: #fef780;} /*黄底*/
.FalseStrong{font-weight: bold;}   /*字体加粗*/
em.ReportJudge,em.ReportJudge2{float:right;display: inline-block;width:38px;height:46px;margin:0 15px 0 0;}
em.ReportJudge{background: url(../images/pic_ReportTrue.png) no-repeat center center;}
em.RightAnswer,em.ErrorAnswer{font-size:14px;line-height:22px;width:35px;color:#94d91c;padding:0 15px 0 0;display:table-cell;vertical-align: middle;}

/*您的标签*/
.YourTags,.RightTags,.TagsExplain{width:750px;text-indent: 25px;padding:13px 0 0 0;font-size:14px;color:#333;}
button.ReportSelect,button.ReportRight,button.ReportTrue{width:77px;height:34px;border:1px solid #CECED1;border-radius: 5px;font-size:16px;margin:0 7px 0 0;cursor:default;}
button.ReportSelect{border:2px solid #F76D69;}
button.ReportRight{border-left:10px solid #a7dd25;font-size:16px;margin:0 7px 0 0;}
button.ReportTrue{border:1px solid #a7dd25;}

/*错误及注解*/
.ReportFalseSubject{border:2px solid #EE5C4F;}
em.ReportJudge2{background: url(../images/icon_hdx.png) no-repeat 5px -483px;}
.TagsExplain{font-size:14px;}

/*题目排列*/
.SubjectsBank{border:none;}

/*音频*/
.Audio{width:795px;margin:0 auto;position: relative;padding:0 0 24px 0;}
.btn-switch,.btn-switch2{width:66px;height: 62px;box-shadow: 3px 3px 5px rgba(13,4,8,.27) inset;border-radius: 5px;cursor:pointer;}
.btn-switch{background: #56b2e8;}
.btn-switch2{background: #a2a2a2;}
.btn-switch button,.btn-switch2 button{width:66px;height:62px;}
button.Noactivation{background: url(../images/icon_audio.png) no-repeat 18px -10px;}   /*未激活*/
button.Activation{background: url(../images/icon_audio.png) no-repeat 18px -65px;}  /*已激活*/
button.Activation:active{background: url(../images/icon_audio.png) no-repeat 18px -175px;}
button.alreadyBuys{background: url(../images/icon_audio.png) no-repeat 18px -121px; cursor: default;}

/*大仙讲解*/
.InterpretContent,.InterpretContent2,.InterpretContent3{position:absolute;top:0;left:60px;width:735px;height: 60px;line-height: 60px;border: 1px solid rgba(13,4,8,.25);border-radius: 5px;background: #f4f2f2;box-shadow: 3px 3px 6px rgba(13,4,8,.22);cursor:pointer;}  /*未激活时*/
.InterpretContent{text-indent:22px;font-size:18px;}
.InterpretContent3{text-indent:22px;color:#818080;font-size:18px;cursor:default;}
.audioslip{display:inline-block;width:513px;padding:0 50px;}
.audioTime{font-size:18px;}
.audioTime label{color:#9A9A99;}

/*鸟人解释*/
.PeopleExplicate{width:795px;margin:0 auto;box-shadow: 8px 6px 21px #ddd;}
.ExplicateTitle{width:795px;height:64px;line-height: 64px;font-size:22px;text-indent:19px;border:1px solid #BBBDC1;border-radius: 3px 3px 0 0;}
.ExplicateContent{width:795px;border:1px solid #BBBDC1;border-top:0; margin-bottom: 20px;}
.ExplicateText{width: 759px; max-height: 245px; overflow-x: hidden; border: 0;  padding: 18px;  background: none;  font-size: 16px; line-height: 28px;}

/* 特殊题查看页解释 */
.explicateShadow{box-shadow: none;}
div.explicateHeight{height: auto;}

/*个人主页*/
.popbg{background:rgba(0,0,0,0.5);LEFT: 0px; WIDTH: 100%; POSITION:fixed; TOP: 0px; HEIGHT: 100%; opacity: 0.5; z-index:500;}
.homepage{width:100%;height:88px;background: #f6f5f5;}
.homepage ul li.logo{position:absolute;}
.homepage ul li.logo2{width:282px;height:88px;}
.homepage ul{width:1117px;height:88px;margin:0 auto;position:relative;}
.homepage ul li{float:left;display: table;}
.homepage ul li.HamburgSlip,.homepage ul li.HamburgSlip2{padding:31px 0 0 0;}
.homepage ul li.HamburgSlip button.Hamburg{width:37px;height:25px;background: url(../images/icon_hdx.png) no-repeat 0 -76px;border:0;}
.homepage ul li.HamburgSlip2 button.Hamburg2{width:37px;height:25px;border:0;}
.homepage ul li.nav{position:relative;margin:19px 0 0 0;width:200px;height:60px;border-right:1px solid #D1D2D5;}
.homepage ul li.nav a{position:absolute;width:150px;top:-19px;left:25px;z-index:99;height:88px;color:#4b5d7a;text-align:center;font-size:16px;}
.homepage ul li.nav a:hover h2{font-size:22px;}
.homepage ul li.nav a:active .nav-hover{display: block;}
.homepage ul li.nav a .nav-active{display: block;}
.homepage ul li.nav a h2{font-size:18px;padding:15px 0 0 0;margin:0;z-index: 1;}
.homepage ul li.nav .nav-hover{display:;position:absolute;top:-19px;left:25px;width:150px;height:88px;border:1px solid #D1D2D5;border-bottom:0;border-top:0;box-shadow:0 0 10px #ccc;z-index: 10;}
.homepage ul li.nav-footer{border:0;}
.hover-top{position:absolute;top:0;width:100%;height:7px;border-bottom:1px solid #D1D2D5;background:-webkit-linear-gradient(left,#b9f747,#b4e7f6);background:  -moz-linear-gradient(left,#b9f747,#b4e7f6);background:  -o-linear-gradient(left,#b9f747,#b4e7f6);background:-ms-linear-gradient(left,#b9f747,#b4e7f6);}

.schedule{width:100%;height:86px;background: #e4e2e2;box-shadow: 0 5px 25px #ccc;margin:0 0 27px 0;}
.scheduleContent{width:100%;height:86px;box-shadow: 0 9px 25px #ccc inset;}
.scheduleContentText{width:816px;height:86px;margin:0 auto;}
.scheduleProgress{width:816px;margin:0 auto;height:86px;line-height: 86px;text-indent:10px;}
.scheduleSpare{width:340px;float:left;height:65px;line-height:65px;margin:10px 0 0 0;border-right:1px solid #D0D0D0;}

/*当字数过多时添加.scheduleSpare2 右侧添加btn-schedule2*/
.scheduleSpare2{width:526px;}
.scheduleSlip{display:inline-block;width:152px;line-height:0;height:25px;margin:18px 40px 0 0;border:1px solid #C3BFC0;border-radius: 20px;background: #f2f0f0;float:left;}
.scheduleSlip2{display: inline-block;width:146px;height:21px;background:url(../images/slips.png) no-repeat;}
.scheduleSlip3{height:21px;width:148px;margin:3px 0 0 3px;}

.already-close{font-size:20px;color:#7C7B7B;padding:0 24px 0 0;}
.spareQuantity{color:#FC3D3D;border-bottom:1px solid #FC3D3D;font-size:16px;}

/*个人主页按钮区*/
.btn-schedule{height:65px;line-height:65px;padding:10px 0 0 0;text-align:right;float:right;}
.btn-schedule button{width:128px;height:38px;border-radius: 5px;border:1px solid #4B5D7A;color:#4B5D7A;font-size:18px;line-height: 0;}
.btn-schedule button:hover{background: #fc5e4e;color:#fff;border:0;}
button.btn-examine{margin:0 15px 0 0;}
.btn-schedule2{width:288px;}

/*统计*/
.censusBox{width:890px;margin:0 auto;border:1px solid #A6A5A7;border-radius: 5px;background: #f8f6f6;box-shadow: 0 0 20px #aaa;}
.censusBox{height:374px;}
.all-census{width:100%;height:65px;line-height: 65px;text-indent:44px;font-size:18px;background: #e3e0e0;border-bottom:1px solid #A6A5A7;border-radius: 5px 5px 0 0;color:rgba(0,0,0,0.6);
}

/*控件统计*/
.census{width:890px;height:310px;}
.census-content{padding:38px 0 0 0;}

/*统计有数据时的样式*/
.exercise-problems,.TagsDiscriminate{position:relative;float:left;width:444px;height:290px;}
/* .exercise-problems{border-right:1px solid #D4D1D1;} */
.borderRight{border-right:1px solid #e3e0e0;}
.problemsTitle{font-size:16px;color:#333333;margin-top: 30px;padding-left: 28px;}
.CensusErrorQuantity{position: absolute;width:100%;height:200px;margin-top:17px;z-index:1;box-sizing:border-box;padding-left: 50px;}
.sign{width:96px;color:#979797;font-size: 14px;}
.bg-census-line{width:142px;height:60px;background: url(../images/line.png) no-repeat center left;position: absolute;left: 77px;}

/*统计无数据时样式*/
.bg-no-census,.bg-no-history{width:190px;height:96px;margin:0 auto;}
.bg-no-census{background: url(../images/bg_noinformation.png) no-repeat 0 -250px;}
.bg-no-history{background: url(../images/bg_noinformation.png) no-repeat 0 -50px;}
.NoInformationText{padding:21px 0 0 0;text-align:center;font-size:24px;color:#ADABAB;}
.NoNewsreel{padding:36px 0 20px 0;}

/*统计图背景阴影*/
.bg-census{width:160px;height:190px;background:url(../images/bg-homepage.png) no-repeat;    margin-top: 43px;float: right;padding-right: 126px;}

/*历史记录*/
.newsreel{width:890px;margin:0 auto;padding:36px 0 20px 0;}
.newsreel-content{width:890px;border:1px solid #A6A5A7;border-radius: 5px;background: #f8f6f6;padding:0 0 48px 0;}
.search-subject,.SearchSubjectClick{border:1px solid #A6A5A7;height:38px;background: #fff;}
.search-subject{float:right;margin:13px 26px 0 0;width:273px;border-radius:20px;}
.SearchSubjectClick{width:756px;margin:0 auto;border-radius: 5px;border-color:#C0BEBF;}
.SearchSubjectClick input{width:715px;height:38px;text-indent:14px;color:#060606;font-size:14px;font-family:"Microsoft Yahei","Hiragino Sans GB";}
em.SearchSubject{display: inline-block;width:36px;height:38px;background:url(../images/icon_audio.png) no-repeat 5px -236px;float:left;}
.search-subject input{width:235px;height:38px;font-size:14px;font-family:"Microsoft Yahei","Hiragino Sans GB";text-indent:5px;background:none;float:left;}
.history-subject2{font-family:"Microsoft Yahei","Hiragino Sans GB";font-size:14px;}

/*做题记录*/
.already-list{width:806px;margin:0 auto;height:280px;padding:30px 0 48px 0;position: relative;}
.alreadyBox{position:relative;width:806px;height:40px;margin:0 auto;cursor: pointer;}
.alreadyBox:hover .history-subject-hover{display: block;}
.history-subject-hover{display:none;width:806px;background:#f2f0f0;height:40px;top:0;border-radius:5px;box-shadow: 0 0 15px #aaa;cursor: pointer;}
.history-subject{position: absolute;top:0;left:20px;width:750px;margin:0 auto;height:40px;line-height: 40px;cursor: pointer;}
.history-subject em{float:left;margin:15px 0 0 0;display: inline-block;width:8px;height:8px;border-radius:50%;}
.history-subject label{display:inline-block;width:729px;padding-left:8px;font-size:14px;font-family:"Tahoma";white-space:nowrap;overflow: hidden;text-overflow:ellipsis;cursor: pointer;color:#706F6F;}
.NumberSubject{padding:0 14px 0 0;}
em.history-subject-circle{background: #fff; border: 1px solid #b5b4b4;box-shadow: none;}
em.history-subject-circle2{background: #30c4f5;box-shadow: 1px 1px 1px rgba(13,4,8,0.4);}
.history-bottom{bottom:0;left:213px;}
.history-label { font-weight:bold ;cursor:pointer;}
.wronglist-label {font-weight:bold;cursor:pointer;}
.history-label-over {cursor:pointer;}
.wronglist-label-over {cursor:pointer;}
/*404页面*/
.breakdown{width:30%;margin:0 auto;padding:207px 0 0 0;text-align:center;position:absolute;left:35%;}
.breakdown img{width:100%;}
.breakdown h2{font-size:22px;color:#444242;padding:38px 0 57px 0;}
.breakdown button{width:61%;height:62px;border:3px solid #756F6F;border-radius:5px;font-size:26px;color:#756F6F;}
.breakdown button:hover{background: #f34d36;border:0;color:#fff;}

/*首次登录遮罩*/
.first-shade{position: absolute;width:100%;height:692px;top:0;background: rgba(56,56,69,0.96);z-index:99;}
.work-types{width:740px;margin:0 auto;padding:143px 0 0 0;display: table;}
.work-steps,.works-stochastic{width:175px;float:left;padding:0 107px 0 0;}
.works-search{width:175px;float:left;}
.icon-steps,.icon-stochastic,.icon-search{width:130px;height:130px;margin:0 auto;}
.icon-steps{background: url(../images/icon-works-steps.png) no-repeat 0 -28px;}
.icon-stochastic{background: url(../images/icon-works-steps.png) no-repeat 0 -242px;}
.icon-search{background: url(../images/icon-works-steps.png) no-repeat 0 -428px;}
.icon-search{background: url(../images/icon-works-steps.png) no-repeat 0 -428px;}
.works-Title{text-align:center;color:#C4C4C8;font-size:22px;padding:50px 0 36px 0;}
.works-Title h2{font-size:26px;color:#fff;}

/*解释性说明*/
.works-annotate{color:#C4C4C8;}

/*关闭遮罩*/
.shade-close{width:100%;padding:140px 0 0 0;text-align:center;}
.shade-content{width:65px;height:58px;line-height:100px;font-size:16px;text-align:center;color:#BFBDBF;margin:0 auto;background: url(../images/icon-works-steps.png) no-repeat -30px -626px;}
/*用户到期时间提示遮罩“我知道了”*/
div.shade-close1{width:100%;padding:66px 0 0 0;text-align:center;background: none;height: auto;}
button.shade-content1{width:100%;height:58px;line-height:100px;font-size:18px;text-align:center;color:#88888f;margin:0 auto;background: url(../images/icon-works-steps.png) no-repeat 220px -617px;}

/*搜索做题click*/
.SearchClick{position:absolute;top:88px;width:100%;background:#e7e6e6;box-shadow: 0 9px 25px #ccc inset;z-index:99;}
.SearchClick2{box-shadow: 0 9px 25px #ccc;height:454px;padding:22px 0 50px 0;}
.pages{padding:30px 0 0 0;text-align:center;}

/*视频页*/
.Video{width:1055px;margin:0 auto;padding:63px 0 0 0;display: table;}
.player,.player2{width:707px;height:423px;float:left;text-align:center;}
.player{line-height:423px;color:#B3B3B3;font-size:30px;background: #000;}

/*视频列表*/
.video-list{width:341px;height:421px;background: #fff;border:2px solid #D3D0D0;float:right;}
.video-list-content{width:328px;margin:0 auto;}
.video-list-content h2{font-size:14px;color:#000;padding:23px 0 0 10px;}
.video-list-content ul li{width:328px;height:90px;border-bottom:1px solid #ECECEC;display: table;padding:10px 0 0 0;}
.video-image{display:inline-block;width:137px;height:77px;float:left;position:relative;}
.video-image a{display: inline-block;width:137px;height:77px;}
.video-time{display: inline-block;width:26px;height:12px;background: #3e3d3e;position: absolute;bottom:0;right:0;color:#fff;font-size:8px;font-family:"Tahoma";text-align:center;line-height:12px;}
.videoText{width:174px;float:right;}
.videoTitleText{display: block;font-size:14px;color:#000;}
.videoText label{display: block;color:#8F8D8D;}

/*打标签指导视频序号*/
.videoNumber1{width:100%;padding:11px 0 0 0;}
.videoNumber{width:1055px;margin:0 auto;padding:0 0 10px 14px;border:2px solid #D3D0D0;background: #fff;color:#676666;font-size:16px;}
.videoNumber h2{font-size:22px;color:#585858;padding:14px 0 0 0;}

/*托福起源*/
.origin{width:1019px;margin:0 auto;padding:0 18px 18px 18px;background: #fff;border:2px solid #D3D0D0;}
.origin label{display: block;width:931px;}

/*页码*/
.section-page{text-align:center; line-height: 26px; height:26px;}
.section-page a,.section-page span,.section-page2 a,.section-page2 span{display: inline-block; vertical-align: middle;}
.section-page a,.section-page2 a{color:#c1bebe; width:20px; height:20px; margin-left:5px;border-radius: 50%;text-align:center;line-height: 20px;}
.section-page a:hover{color:#000;}
.section-page2 a:hover{color:#fff;}
.section-page a.current,.section-page a.current:hover{cursor: default; color:#fff; background-color: #4b5d7a; }
.section-page2 a.current2,.section-page2 a.current2:hover{cursor: default; color:#fff; background-color: #94d91c; }
.section-page a.page-disabled,.section-page a.page-disabled:hover{color: #aaa; background-color: transparent;cursor:default;}
.section-page a.page-previous,.section-page a.page-next,.section-page2 a.page-previous,.section-page2 a.page-next{width:auto; padding: 0 6px;border-radius: 3px;}
.page-line{width:0; height:26px; border-left:#e8e8e8 1px solid; margin: 0 5px 0 15px;}
.page-num-more{margin-left: 8px;color:#c1bebe;}
.section-content2 .section-page{margin-top: 20px;}

/* 留言 */
.leaveMessageTop{box-shadow: none;height: auto;width:795px;margin:20px auto 0 auto;margin-left: 50px;}
/* 留言框 */
.messageBox{width:100%;border: none;padding: 8px 20px;color: #333;font-size: 16px;box-sizing: border-box;background: #f2f0f0;height: 80px;font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;}
/* 还可以输入 */
p.spareWord{padding: 0 20px;color: #a4a3a3;text-align: right;width: 100%;box-sizing: border-box;margin-bottom: 20px;font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;}
.lessWordNum{color: #333;}
.overWordNum{color: #F00;}
/* 留言区 */
.commentArea{width: 100%;box-sizing: border-box;padding: 0 27px;max-height: 450px;overflow-y: auto;}
.messageContent{width:100%;}
.messageContent li{width: 100%;border-bottom: 1px solid #BBBDC1;font-size: 16px;color: #333;padding: 16px 0;line-height: 26px;}
.messageContent li:last-child{border: none;}
.messageUser-detail{ color:#a4a3a3;}
.messageUser-detail span{margin-right:10px;}

/*后台页面样式*/
.backstage-container{background: #ebedee; height:100%}
.navBox{width:100%;height:70px;background: #31333d;}
.nav-content{width:960px;margin:0 auto;height:70px;}
.backstage-logo{width:136px;height:70px;padding:4px 54px 0 0;}
.nav-content ul.nav-host{height:70px;float:left;}
.nav-content ul.nav-host li{float:left;width:131px;height:70px;position: relative;}
a.nav-list{display:inline-block;position:absolute;top:0;left:0;width:131px;height:70px;line-height:70px;text-align:center;color:#D7D8D9;font-size:16px;}
.nav-Click{display:inline-block;width:131px;height:65px;background: #2c2e37;border-top:5px solid #93d2fb;}
.UserName{float:right;position:relative;width:120px;height:70px;color:#D7D8D9;line-height: 70px;font-size:16px;text-align:center;}
em.upward,em.upward2{display: inline-block;width:14px;height:7px;margin:0 0 0 14px;cursor:pointer;}
em.upward{background: url(../images/btn-upward.png) no-repeat 0 -7px;}
em.upward2{background: url(../images/btn-upward.png) no-repeat 0 0;}
/*用户操作的hover*/
.User-operate{width:100%;position:absolute;top:70px;left:0;background: #31333d;z-index: 1;}
.User-operate li{width:100%;height:48px;line-height: 0;}
.User-operate li a{display:inline-block;border-top:1px solid #27252E;text-align:center;width:100%;color:#D7D8D9;font-size:16px;height:48px;line-height: 48px;}

/*音频上传*/
.UploadContent{padding:16px 0 0 0;}
.box-shadow{width:960px;margin:0 auto;box-shadow: 0 5px 10px #aaa;}
.Audio-upload{width:960px;margin:0 auto;border-radius: 3px 3px 0 0;position:relative;background: #fff;border:1px solid #D9DADB;}
.UploadTitle,.UploadTitle-width{width:100%;height:66px;border-radius: 5px 5px 0 0;line-height: 66px;text-indent:42px;font-size:22px;color:#727373;}
.tableTitle{width:100%;height:40px;border-top:1px solid #ECEBEC;border-bottom:1px solid #ECEBEC;background: #f8f9fa;}
.tableTitle span{display: inline-block;height:40px;line-height: 40px;text-align:center;color:#727373;margin-right:1px;}
span.subject-th{width:622px;}
span.request-th{width:71px;}
span.source-th{width:126px;}
.student-information,.datum-manage{width:100%;height:600px;}
.UploadTitle-width{float: left;width: 300px;}

/*学生信息列表*/
.student-information,.user-manage{position: relative;width:960px;height:600px;}
.student-information{background: url(../images/bg-student-information.png) repeat-y;}
.user-manage{background: url(../images/bg-usermanage.png) repeat-y;position:relative;}
.List-slip,.students-manage{width:100%;height:50px;display: table;cursor:pointer;position:relative;}
.List-slip span,.students-manage span{display: inline-block;height:50px;float:left;text-align:center;line-height: 50px;margin-right:1px;color:#828282;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
span.countdown-th{width:138px;margin-right:0;}
span.exceed{color:#FD0303;font-weight: bold;}
/*点击后添加类List-slip2*/
.List-slip2 span{background: #eeefef;}
span.List-slip-subject{display:inline-block;width:622px;line-height:50px;color:#828282;text-indent:32px;white-space: nowrap;text-overflow: ellipsis;overflow:hidden;text-align:left;}


/*鼠标点击后弹出内容*/
.List-slip-click{position:absolute;top:50px;left:0;cursor:default;width:100%;height:50px;background: #79b0e9;box-shadow:4px 4px 10px #5C8CC0 inset;z-index: 1;}
.List-slip-click em{display: inline-block;width:52px;height:50px;float:left;}
.List-click-border{width:10px;height:50px;position:absolute;top:0;left:0;background: #93d2fb;}
.List-slip-click div{float:right;height:50px;border-left:1px solid #6B98C8;color:#fff;line-height: 50px;font-size:14px;padding:0 20px 0 0;}
em.upload-add{background: url(../images/icon_audio.png) no-repeat 12px -18px;}

/*页码*/
.footer-Audio{ padding: 35px 0 26px 0;}

/*用户管理*/
/*搜索题目输入框*/
.search-add-students{width:100%;height:66px;background: #f3f3f3;display:table;border-top:1px solid #D4D5D6;border-bottom:1px solid #D4D5D6;}
.search-students{float:left;width:353px;height:32px;margin:0;border:1px solid #D4D5D6;margin:15px 0 0 38px;}
.search-students input{width:305px;height:32px;color:#A9A9A9;}
.search-students em.SearchSubject{height:32px;background:url(../images/icon_audio.png) no-repeat 5px -239px;}
.search-float{float: right;}
/*添加学生按钮*/
.btn-add-students{float:right;width:66px;height:66px;border-left:1px solid #D4D5D6;background: url(../images/icon_audio.png) no-repeat 16px -334px;}

/*用户管理表头*/
span.students-name{width:181px;}
span.students-phone{width:117px;}
span.students-email{width:133px;padding:0 5px;}
span.students-remarks{width:85px;padding:0 5px;}
span.students-date{width:97px;}
span.students-meal{width:70px;}
span.students-availability-date{width:113px;}
span.students-lose-efficacy{width:137px;margin:0;}
em.student-drop,em.student-drop2{display: inline-block;width:21px;height:28px;cursor:pointer;}
em.student-drop{background: url(../images/icon_audio.png) no-repeat -2px -383px;}
em.student-drop2{background: url(../images/icon_audio.png) no-repeat -2px -420px;}

/*下拉列表*/
.students-list-meals{position:absolute;top:50px;left:0;cursor:default;width:100%;background: #f8f8f8;color:#828282;z-index: 1;}
.students-list-meals span{background: none;height:40px;line-height: 40px;}
.meals-date{height:40px;border-bottom:1px solid #E7E7E7;}
.buy-audios{height:30px;line-height: 30px;text-align:right;}
.buy-audios label{padding-right:36px;}

/*更改套餐、重置密码、冻结账户*/
.change-meals{width:100%;height:50px;width:100%;height:50px;background: #79b0e9;box-shadow:4px 4px 10px #5C8CC0 inset;}
.change-meals div{float:right;color:#fff;border-left:1px solid #E7E7E7;height:50px;line-height: 50px;padding:0 20px 0 0;cursor: pointer;}
.change-meals em{display: inline-block;width:52px;height:50px;float:left;}
em.icon-change-meals-date{display: inline-block;width:52px;height:50px;float:left;background: url(../images/icon_backstage.png) no-repeat 23px -1px;}
em.icon-reset{background: url(../images/icon_backstage.png) no-repeat 23px -52px;}
em.icon-freeze{background: url(../images/icon_backstage.png) no-repeat 23px -102px;}
em.icon-edit{background: url(../images/icon_backstage.png) no-repeat 23px -328px;}

/*添加用户*/
.add-users{width:100%;position:absolute;bottom:0;height:42px;background: #B5B5B5;text-align: center;line-height: 42px;font-size:14px;cursor:pointer;}
.btn-addUser{width:120px;height:20px;background: url(../images/icon_backstage.png) no-repeat -1px -299px;text-align:right;color:#EEEAE9;}



/*资料管理*/
.datum-Th{width:100%;height:63px;background: #fff;font-size:22px;color:#727373;line-height: 63px;text-indent:50px;}
.datum-manage{background: url(../images/bg-datum.png) repeat-y;}
.datum-Title{width:100%;height:45px;background: #f8f9fa;}
.datum-Title span,.datum-manage span{display: inline-block;height:45px;line-height: 50px;text-align:center;color:#727373;margin-right:1px;font-size:12px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
span.order-number{width:60px;}
span.subject-content{width:279px;padding:0 5px;word-break: break-all;}
span.edition-time{width:89px;font-size:10px;}
span.Excel{width:193px;}
span.audio-download{width:235px;margin:0;}
/*使内容居左*/
span.students-left{text-align: left;}

/*资料管理tab切换*/
.Tab-Title{width:100%;height:100px;background: #f3f3f3;border-bottom:1px solid #D9DADB;}
.Tab-content{background: none;height:40px;position:relative;}
.Tab-content span{display:inline-block;width:205px;height:40px;line-height: 40px;text-align:left;}
.Tab-content span a{display: inline-block;width:100%;height:40px;color:#868687;text-indent:20px;}
span.secret-bank{position: absolute;top:0;left:150px;background: url(../images/bg-secret.png) no-repeat;}
span.normal-bank{background: url(../images/bg-normal.png) no-repeat;}
.bg-none{height:85px;padding:15px 0 0 0;}
.list-title{width:100%;height:45px;overflow:hidden;}
.list-normal,.list-secret{height:45px;border-top:1px solid #D9DADB;line-height: 0;}
.list-normal{background: #e6e7e8;}
.list-secret{background: #f8f9fa;}
span.secret-bank_1 {position: absolute;top:0;left:0px;background: url(../images/bg-secret.png) no-repeat;}
span.secret-bank_2 {position: absolute;top:0;left:150px;background: url(../images/bg-secret.png) no-repeat;}
span.secret-bank_3 {position: absolute;top:0;left:300px;background: url(../images/bg-secret.png) no-repeat;}
span.secret-bank_4 {position: absolute;top:0;left:450px;background: url(../images/bg-secret.png) no-repeat;}
span.normal-bank_1 {position: absolute;top:0;left:0px;background: url(../images/bg-normal.png) no-repeat;}
span.normal-bank_2 {position: absolute;top:0;left:150px;background: url(../images/bg-normal.png) no-repeat;}
span.normal-bank_3 {position: absolute;top:0;left:300px;background: url(../images/bg-normal.png) no-repeat;}
span.normal-bank_4 {position: absolute;top:0;left:450px;background: url(../images/bg-normal.png) no-repeat;}s

                                                                                                            .datum-manage span{line-height: 45px;margin-top:0;}
.datum-manage-information{height:50px;line-height: 0;}
.datum-manage span button{width:75px;height:35px;border-radius: 5px;color:#fff;font-size:14px;line-height: 35px;}
.datum-manage span button:hover{background: #fc5e4e;}
.datum-manage span button.NoChooseTags,.datum-manage span button.NoChooseTags:hover{background: #979696;color:#ded8d8;}
button.btn-upload{background: #fa7e61;margin:0 16px 0 0;}
button.btn-download{background: #79b0e9;}
.btn-Excel{padding:10px 0 0 0;}


/*做题完成页*/
.show-content2{padding:31px 0 0 0;}
.show-content{width:880px;height:500px;margin:0 auto;border-radius:10px;background:#fff;text-align:center;padding:120px 0 0 0;}
.show-content p{width:672px;margin:0 auto;padding:0 0 50px 0;font-size:28px;color:#6E6C6D;}



/*弹窗*/
.pop-mealsDate{width:312px;border-radius: 3px;background: #fff;color:#333;}
.mealDateTitle{width:270px;margin:0 auto;padding:15px 0 12px 0;text-align:center;border-bottom:1px solid #D4D5D7;font-size: 14px;font-weight:bold;}
.mealContent{width:270px;margin:0 auto;padding:30px 0;}
.meal-form{margin:0 0 20px 0;display: table;height:30px;}
.meal-form span,.pop-remarks span{display: inline-block;width:62px;height:30px;line-height: 30px;text-align:right;margin:0 8px 0 0;}
.meal-form input,.pop-remarks input{width:182px;padding:0 8px;height:28px;border:1px solid #333;border-radius: 3px;color:#333;}
.meal-force,.popMealTypes{width:198px;height:30px;float:right;border:1px solid #333;border-radius: 3px;}
.meal-force input{width:142px;padding-left:8px;border:0;height:30px;line-height: 30px;}
.pop-date,.pop-date2{width:38px;height:30px;float:right;}
.pop-date{background: url(../images/icon_backstage.png) no-repeat 10px -162px;}
.pop-date2{background: url(../images/icon_backstage.png) no-repeat 10px -212px;}
.btn-pop{width:270px;margin:0 auto;display: table;}
.btn-pop button{width:78px;height:28px;border-radius: 3px;font-size:14px;}
.btn-pop button:hover{border:0;color:#fff;background: #fc5e4e;}
.btn-cancel{border:1px solid #aaa;float:left;}
.btn-sure{background: #68A7F4;border:1px solid #68A7F4;float:right;}

.build-user{background: #fff;position:absolute;width:580px;padding:0 20px 20px;display: table;color:#333;}
.buildTitle{border-bottom:1px solid #D4D5D7;text-align:center;font-size: 14px;font-weight:bold;padding:15px 0;}
.pop-build-left,.pop-build-right{width:270px;padding:30px 0 0 0;}
.pop-build-left{float:left;}
.pop-build-right{float:right;}
.btn-PopClick{width:38px;height:30px;background: url(../images/icon_backstage.png) no-repeat 10px -256px;float:right;}
.btn-pop2{width:580px;margin:0 auto;}
.popMealTypes{position:relative;}
.pop-mealTypes{width:198px;position:absolute;top:30px;right:-1px;border:1px solid #D4D5D7;border-top:0;border-radius: 3px;}
.pop-mealTypes li{height:30px;background: #94D91C;border-bottom:1px solid #D4D5D7;}
.pop-mealTypes li a{display:inline-block;width:100%;height:28px;line-height: 28px;font-size:14px;text-indent:8px;border-radius: 3px;}
.pop-mealTypes li a:hover{background: #fc5e4e;color:#fff;}
.pop-remarks{display:table;padding:0 0 30px 0;}
.pop-remarks input{width:340px;float:right;}


/*用户时间到期提示遮罩*/
.expireTimePop{width:100%;background:#393947;position: fixed;top:0;height: 690px;box-sizing: border-box;padding-top: 36px;z-index:100}
div.setBox{ width: 100%;margin-top: 275px;height: auto;background: none;}
.expire-P{ font-size: 24px;color: #ffffff;}
.MemberTypes div span.MemberTypesText1{ font-size: 20px;color: #97979b;text-align: center;display: block;width: 100%;}

/*资料统计*/
.bg-statisticsBox{background: #fff;width:960px;margin:0 auto;height:850px;border-radius: 5px;}
.statisticsBox{width:475px;margin:0 auto;border:1px solid #ddd;box-shadow:0 0 5px #ddd;background: #fff;border-radius: 5px;padding:22px 0 12px 0;}
.statistics-title{font-size:22px;color:#767676;padding:25px 0 36px 50px;}
.beginTime{width:336px;margin:0 auto;font-size:14px;color:#333;padding:18px 0 12px 0;}
.statisticsText{width:336px;margin:0 auto;border:1px solid #B2B2B2;border-radius: 5px;}
.statisticsText input{width:288px;padding:0 0 0 5px;border-radius:5px;height:40px;font-size:14px;color:#333;}
.statistics-date{width:41px;height:40px;float:right;background: url(../images/icon_backstage.png) no-repeat 10px -157px;}
.check{width:100%;padding:25px 0 0 0;display: table;}
.btn-check{float:right;padding: 0 15px;line-height:28px;border-radius: 5px;margin:0 14px 0 0;color:#fff;background: #7ecef4;float:right;}

.statisticsBox-title{text-align: center;color: #31333d;font-size: 18px;font-weight: normal;}
.statisticsBox-date{text-align: center;padding: 70px 0 55px 0;font-size: 20px;color: #c2c2c2;}

/* 学生提问 */
/* 搜索提问输入框 */
.search-students-asking{width:960px;height:64px;background: #fff;display:table;}
.asking-table{width: 100%;color: #727373;display: block;height: 547px;background: url(../images/student_asking.png) repeat-y;}
.asking-table tr:hover{cursor: pointer;}
.asking-table th{background: #f8f9fa;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;font-weight: normal;text-align: center;line-height: 45px;height: 45px;}
.asking-table td{text-align: center;line-height: 50px;height: 50px;}
.asking-title{width: 690px;}
.asking-username{width: 155px;}
.asking-date{width: 115px;}
.tdTitle{display: block;width: 690px;height: 100%;white-space: nowrap;text-overflow:ellipsis; overflow:hidden;box-sizing:border-box;padding:0 35px;}

/*额外添加样式*/
.w5c-form input:focus:focus,
.w5c-form textarea:focus:focus,
.w5c-form select:focus:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    color: #000000;
}
.w5c-form input:focus:focus.error,
.w5c-form textarea:focus:focus.error,
.w5c-form select:focus:focus.error {

    border-color: #b94a48;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.w5c-form input.error,
.w5c-form textarea.error,
.w5c-form select.error {
    border:2px solid #A83C3F;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.w5c-form .dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}
.w5c-form .alert {
    margin-bottom: 0px;
}
.w5c-form .w5c-error {
    color: #b94a48;
    display: block;
    margin-top: 5px;
}



.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}
.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}
/*{ 样式优化by weijun.wang 0525*/
/* 模拟滚动条 */
.copyScroll{overflow-y:auto;}
.copyScroll::-webkit-scrollbar {width:10px; height:12px;}
.copyScroll::-webkit-scrollbar-thumb{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:rgba(0,0,0,0.3);}
.copyScroll::-webkit-scrollbar-thumb:hover,.copyScroll::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,0.7);}
.copyScroll::-webkit-scrollbar-button {width: 0;height: 0;display: none;}
.copyScroll::-webkit-scrollbar-corner {background-color:transparent;}

.topic-box{ text-align: center; margin:100px auto 0;}
.topic-option-item{ width:308px; height: 308px; display: inline-block;margin: 20px;}
.normal-question{ background: url(../images/normal-question.jpg) no-repeat center center;background-size: cover;}
.special-question{ background: url(../images/special-question.jpg) no-repeat center center;background-size: cover;}
.topic-item{ width:308px; height: 308px; display: table-cell; vertical-align: middle;  position: relative; }
.topic-item-title{ color:#fff; font-size:30px; font-weight:normal;}
.topic-item-popup{width:346px;height:346px; position: absolute; top:-20px;left:-20px;right:-20px;bottom:-20px;color: #fff; transition: opacity .1s; -moz-transition: opacity .1s; -webkit-transition: opacity .1s; -o-transition: opacity .1s; box-shadow: 0 0 16px rgba(13,4,8,0.24); }
.topic-item .topic-item-popup{opacity: 0; filter: alpha(opacity=0);}
.topic-item:hover .topic-item-popup{opacity: 1; filter:alpha(opacity=100); }
.solve-question{background: #fff;color: #3075dc;}
.popup-table-cell{width:346px;height:346px; display: table-cell;vertical-align: middle; }
.popup-title{ font-size:36px; font-weight: normal;margin-bottom:25px;}
.popup-prompt{ width:270px;font-size:18px; margin:0 auto 30px;}
.popup-btn-box .popup-btn-style:last-child{margin-bottom:0;}
.popup-btn-style{ width: 190px; height: 46px; line-height: 42px; border: 2px solid #fff;  border-radius: 5px; font-size: 20px; color: #fff;margin-bottom: 15px;}
.popup-btn-style2{width: 190px; height: 46px; line-height: 42px; border: 2px solid #3075dc;  border-radius: 5px; font-size: 20px; color: #3075dc;margin-bottom: 15px;}
.popup-btn-style:hover{background: #fc5e4e; border-color: #fc5e4e; }
.popup-btn-style2:hover{background: #fc5e4e; border-color: #fc5e4e; color:#fff;}
.button-label-box{ width: 168px; margin: 0 auto; text-align:center; padding: 20px 0;}
.button-style{ width:104px;height:34px; border-radius: 3px; margin-bottom:10px; color:#fff; box-shadow: 2px 0 6px rgba(127,127,127,0.5);}
.button-style.colorA{background: #e47b86;}
.button-style.colorB{background: #c47184;}
.button-style.colorC{background: #9a6481;}
.button-style.colorD{background: #875e7f;}
.button-style.color1{background: #5eb59c;}
.button-style.color2{background: #45bca4;}
.button-style.color3{background: #4dbdb1;}
.button-style.color4{background: #46bbbd;}
.button-style.color5{background: #48b6c2;}
.button-style.color6{background: #3dafc8;}
.button-style.color7{background: #3f9ec1;}
.button-style.color8{background: #408cb8;}
.button-style.color9{background: #4275aa;}
.button-style.color10{background: #4368a2;}
.button-style.disable{ background: #a4a3a3; cursor: default;}
.button-style.disable:hover{ background: #a4a3a3; cursor: default;}
.button-style:hover{background:#f93d38;}
.register-slogan{ font-size: 18px;display: inline-block; text-align: left;  line-height: 1.5; margin-top: 25px; margin-bottom: 25px; letter-spacing: 1px;   width: 441px;}
.section-loading-button{ width:300px;height:50px; border:1px #fff solid;border-radius:5px;display: inline-block;text-align: center;line-height: 50px;font-size: 24px;letter-spacing: 8px;cursor: pointer;color:#ffffff;}
.section-loading-button:hover{ background: #fc5e4e; cursor: pointer; border-color:#fc5e4e;}
.ChooseTagClick{  text-align: center;}
.choose-table-cell{border: 1px #d4d2d2 solid;border-radius: 5px;width: 730px; height: 50px;display:table-cell; vertical-align:middle; font-size: 16px; color: rgba(51,51,51,.5);position: relative;left: 38px;}
.choose-table-cell:hover{border:1px #8b8b8b dashed; cursor: pointer; }
.choose-table-cell.text-left-box{ width: 710px;text-align: left; padding-left:20px; }
.choose-table-cell.no-border-box{ border-color:transparent;}
.choose-table-cell.long-box{ left: 7px; width: 770px}
span.history-icon { display: inline-block; height: 16px; line-height: 16px; position: relative; top: -15px; padding: 0 8px; color: #fff; margin-left:5px; font-size: 14px; background: url("../images/bg_option.jpg") repeat-y; background-size: 100% 100%; border-radius: 6px; box-sizing: border-box;}
span.history-icon + label{width:650px;}
@media screen and (-webkit-min-device-pixel-ratio:2){ span.history-icon{ top:-1px; line-height: 17px;}}
.back-button-box { position: absolute; right: 24px;top: 30px; left: 50%; margin-left: 300px;}
.back-button{width: 128px;height: 38px;display: inline-block; border-radius: 5px;color: #319adc;line-height: 38px;font-size: 18px;border: 2px solid #319adc;text-align: center;}
.back-button:hover{background: #fc5e4e; border-color: #fc5e4e;color:#FFF; cursor:pointer;}
.btn-bgcolor:hover {background: #f93d38;}
.video-list-box{ text-align: center; padding-top: 80px;height: 60px;}
.video-button-style{display: inline-block;width:250px; height:45px; line-height: 45px; border:1px #319adc solid; border-radius: 3px; text-align: center;font-size: 20px;color: #319adc;}
.video-button-style:hover{ background: #fc5e4e; border-color: #fc5e4e; cursor: pointer; color:#fff;}
em.icon-view-details{ background: url("../images/hdx_icon1.png") no-repeat; background-position: 24px center;}
.ExerciseText label,.ExerciseText > em{cursor: pointer;}
.QFinished .ExerciseText label{cursor:inherit;}/*覆盖做题完成页面选项内容鼠标经过变手的样式*/
/* 样式优化by weijun.wang 0525 }*/

/*样式补充-- by maksym 20170901 {*/
.qtitle{font-size: 24px;color: #333;}
.colon{font-size: 16px;color: #151515;line-height: 33px; margin-top:20px;}
.qInnerTitle{font-size: 18px;color: #151515;line-height: 33px;}
.qHidenTitle{font-size: 18px;color: #8b8b8b;line-height: 33px;}
.q4button{border: 1px solid #009BE2;border-radius: 4px;font-size: 18px;color: #009BE2; width: 140px;height: 40px;background-color: #f2f0f0;line-height: 38px;}
.q5type{font-size: 18px;color: #151515;line-height: 33px;width: 700px;letter-spacing: 0.48px;line-height: 33px; display:inline-block; margin:5px 0;}
.q5typeOption{font-size: 16px;color: #151515;line-height: 22px;width: 700px;letter-spacing: 0.16px;line-height: 33px;}
.menuLine{ width: 24px;height: 0px;border: 1px solid #C8C8C8;}
.moveMenu{background: #f2f0f0;box-shadow: 0 2px 3px 1px rgba(0,0,0,0.08);z-index: 101;padding-left: 18px;padding-right: 18px;padding-top: 2px;padding-bottom: 2px;width: 24px;position: absolute;}
.menuLink{font-size: 18px;color: #BEBEBE;line-height: 54px;}
.moveMenu label{ cursor: pointer;}
.rb100{display:inline-block; min-width:32%;}
.answerText { color: black;}
.answerText .wrongAnswer { color: #D53B40;}
.answerText .rightAnswer { color: #0FA750;}
.Q4SelectModal {display: none;position: fixed;z-index: 102;overflow: auto;width: 100%;height: 100%;left: 0;top: 0;padding-top: 1%; padding-bottom:1%; background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
.Q4ModalContent {border: 1px solid #B5B5B7;border-radius: 6px;background-color: #F2F0F0;margin: auto;width: 735px;}
.InModalContent {margin: 30px;margin-top: 50px;}
.InModalButtons {margin-left: 148px;margin-right: 148px;}
.q4SureButton{border: 1px solid #009BE2;border-radius: 4px;font-size: 18px;color: #fff; width: 165px;height: 50px;background-color: #009BE2;line-height: 38px;}
.q4CancelButton{border: 1px solid #009BE2;border-radius: 4px;font-size: 18px;color: #009BE2; width: 165px;height: 50px;background-color: #f2f0f0;line-height: 38px; margin-left:30px;}
.q4button:hover{background: #fc5e4e;color: #fff; cursor:pointer;}
.q4SureButton:hover{background: #fc5e4e;color: #fff; cursor:pointer;}
.q4CancelButton:hover{background: #fc5e4e;color: #fff; cursor:pointer;}
/* 样式优化by maksym 0525 }*/


/*样式补充-- by wenjun.wang 20170914 {*/
/* radio/checkbox */
.copyRadio,.copyCheckbox{display: inline-block;width:16px;height:16px;background: url(../images/icon_bg1.png) no-repeat; cursor: pointer;}
.copyRadio{background-position:0 -60px;}/*正常样式*/
.copyRadio.choose{background-position:  0 -80px;}/*选中样式*/
.copyRadio.disabled{background-position:  0 -100px;}/*不可用样式*/
.copyRadio.wrong{background-position:  0 -120px;}/*错误样式*/
.copyCheckbox{background-position: 0 0;}/*正常样式*/
.copyCheckbox.choose{background-position:  0 -20px;}/*选中样式*/
.copyCheckbox.disabled{background-position:  0 -40px;}/*不可用样式*/
.posi1{ margin:22px 12px 0 0; vertical-align: top;}/*搭配用间隙*/
.ExerciseText .copyRadio,.ExerciseText .copyCheckbox{vertical-align:middle;}
/* result style */
.correctBox{font-size:18px; color:#333; padding:6px 10px 6px 48px; margin: 20px 0;}
.correctBox.iconRight{background: #dbe8df url("../images/icon_bg2.png") no-repeat 20px 2px; }
.correctBox.iconWrong{background: #edd url("../images/icon_bg2_2.png") no-repeat 20px 2px; }
.correctBox.iconHalf{background: #dde9ef url("../images/icon_bg2_3.png") no-repeat 20px 2px; }
.correctBox .textHalf{color:#42b9f2;}
.padL50{padding-left: 50px;}
/*}样式补充 */