.mbcHead{
	overflow:hidden;
	background:#03366d;
	position: relative;
}
.mbcHead .divT{
	clear: both;
	height:1.5rem;
	text-align: center;
	color: #ffffff;
	font-size:0.75rem;
	line-height: 1.5rem;
}
a.setUpBt{
	width:1.5rem;	
	height:1.5rem;
	background:url(../images/icon19.png) no-repeat center center;
	background-size:auto 1rem;
	position: absolute;
	top:0.5rem;
	right:0.5rem;
}
.mbcHeadBox{
	overflow: hidden;
	padding:0 0.8rem;
}
.mbcHeadBox .pic{
	width:2.5rem;
	height:2.5rem;
	border-radius:100%;
	overflow: hidden;
	margin-right:0.5rem;
}
.mbcHeadBox .pic img{
	display: block;
	width:2.5rem;
	height:2.5rem;
}
.mbcHeadBox .divR{overflow: hidden}
.mbcHeadBox .divR .div_t{
	clear: both;
	height:1rem;
	overflow:hidden;
	line-height:1rem;
	color:#fff;
	font-size:0.7rem;
	font-weight: bold;
}
.mbcHeadBox .divR .div_t2{
	clear: both;
	height:1rem;
	overflow:hidden;
	line-height:1rem;
	color:#fff;
	font-size:0.65rem;
}
.mbBox{
	overflow: hidden;
	background:#fff;
}
.mb_t{
	clear: both;
	height:1.5rem;
	overflow: hidden;
	padding-left:10px;
	color: #555555;
	font-size:0.65rem;
	line-height: 1.5rem;
	position: relative;
}
.mb_t:before{
	content: "";
	display: block;
	width:3px;
	height:0.65rem;
	background:#da0000;
	position: absolute;
	left:0;
	top: 50%;
	transform:translateY(-50%);
}
.mbShortcut dd{
	float: left;
	width:33.333%;
	overflow: hidden;
}
.mbShortcut dd a{
	display: block;
	overflow: hidden;
	padding:0.5rem 0;
}
.mbShortcut dd.hover a{background:#f5f8f8}
.mbShortcut dd a .icon{
	display: block;
	height:1.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 1.2rem;
}
.mbShortcut dd a .divT{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height: 1rem;
	text-align: center;
	color:#333333;
	font-size:0.67rem;
}
.mbShortcut dd a .divT2{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height: 1rem;
	text-align: center;
	color:#f59b25;
	font-size:0.65rem;
}
.mbT{
	height:2rem;
	overflow: hidden;
	line-height:2rem;
	padding:0 0.5rem;
}
.mbT a{
	display: block;
	height:2rem;
	overflow: hidden;
}
.mbT a .spanL{
	float: left;
	color: #555555;
	font-size: 0.65rem;
}
.mbT a .emR{
	float: right;
	width:1rem;
	height:2rem;
	background:url(../images/icon27.png) no-repeat right center;
	background-size:auto 0.6rem;
}
/**/
.mbHead{
	height:2.25rem;
	overflow: hidden;
	background:#fff;
}
a.returnBt{
	display: block;
	width: 2.25rem;
	height:2.25rem;
	position: absolute;
	top:0;
	left: 0;
	background:url(../images/icon28.png) no-repeat center center;
	background-size:auto 0.8rem;
}
.mbHead .divT{
	height:2.25rem;
	line-height: 2.25rem;
	text-align: center;
	overflow: hidden;
	color: #333333;
	font-size:0.75rem;
	font-weight: bold;
}
a.searchBt{
	width: 2.25rem;
	height: 2.25rem;
	position: absolute;
	top:0;
	right: 0;
	background:url(../images/icon29.png) no-repeat center center;
	background-size:auto 1rem;
	display: none;
}
a.messageBt{
	height:2.25rem;
	line-height: 2.25rem;
	font-size:0.65rem;
	color: #4792e9;
	position: absolute;
	top: 0;
	right:0.5rem;
	display: none;
}
/**/
.wxtsBox{
	overflow: hidden;
	background:#fff;
	border-radius:10px;
	padding:1rem;
}
.wxtsBox .divT{
	clear: both;
	height:1.5rem;
	line-height:1.5rem;
	text-align:center;
	font-size: 0.7rem;
	color: #333333;
}
.wxtsBox .txt{
	overflow: hidden;
	clear: both;
	line-height: 1rem;
	color: #666666;
	font-size: 0.65rem;
}
.wxtsBox .txt a{color:#db7b00}
.wxtsBox .txt i{color:#da0000;font-style:normal}
.chooseBox1{
	background:#fff;
	height:1.5rem;
	position: relative;
	z-index:11;
}
.chooseSct{
	height:1.5rem;
	border-radius:0.75rem;
	background:#fce8e8;
	padding:0 0.7rem;
	margin-right:10px;
}
.chooseSct.hover{background:#f59b25;color:#fff}
.chooseSct .spanT{
	display:block;
	height:1.5rem;
	line-height: 1.5rem;
	padding-right:0.7rem;
	font-size:0.65rem;
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 0.3rem;
	background-image:url(../images/icon30.png);
	color:#444444;
}
.chooseSct.typ .spanT{background:none;padding-right:0;}
.chooseSct.typ.hover .spanT{color:#fff}
.chooseSct .chooseSctC{
	width: 100%;
	max-height:calc(100vh - 4.75rem);
	overflow: hidden;
	overflow-y:auto;
	background:#fff;
	border-radius:0 0 5px 5px;
	position: absolute;
	top:2.5rem;
	left: 0;
	z-index: 9;
	visibility:hidden;
	transform:rotateX(90deg);
	transform-origin:top center;
	transition-duration:0.3s;
}
.chooseSct.show .chooseSctC{
	z-index:10;
	visibility:visible;
	transform:rotateX(0);
}
.chooseSct .bg{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:5.5rem;
	left: 0;
	z-index:-1;
	display:none;
	opacity:0;
	transition-duration:0.3;
}
.chooseSct.show .bg{display: block;opacity:1}
.chooseSct .chooseSctC a{
	display: block;
	height:1.8rem;
	overflow:hidden;
	line-height:1.8rem;
	margin:0 0.5rem;
	font-size:0.65rem;
}
.chooseSct .chooseSctC a.hover{
	background:url(../images/icon32.png) no-repeat right center;
	background-size:auto 0.6rem;
	color:#f59b25;
}
.courseDl dd .ddBox{
	overflow: hidden;
	border-radius:10px;
	background:#fff;
	margin:0 10px;
}
.courseP{
	overflow:hidden;
	padding:0.75rem;
}
.courseP .divT{
	clear: both;
	height:1.2rem;
	overflow: hidden;
	line-height:1.2rem;
	color:#333333;
	font-size:0.65rem;
	font-weight:bold
}
.courseP.typ .divT{
	height:auto;
	line-height:1rem;
}
.courseDl dd.read .divT{color:#bbbbbb}
.courseDl dd .divT span{color:#d20707}
.progress{
	height:10px;
	overflow: hidden;
	border-radius:5px;
	background:#f1f1f1;
}
.progressC{
	width:0;
	height:10px;
	border-radius:5px;
	background:#f5b963;
	transition-duration:0.3s;
}
.courseP .divT2{
	clear: both;
	height:1.2rem;
	overflow: hidden;
}
.courseP.typ .divT2 .txt{
	font-size:0.65rem;
}
.courseDl dd.read .divT2 .txt{color:#bbbbbb}
.courseP .divT2 span{
	color:#999999;
	font-size:0.65rem;
}
.courseP .divT2.typ span{margin-right:0.5rem;line-height:1.2rem}
.courseP .divT2 .red{color:#d20707;font-style:normal}
.courseP .divT2 em{
	color:#f59b25;
	font-size:0.65rem;
	font-style: normal;
}
.courseP .myBtn{background:#f59b25;border-radius:5px}
.courseP .divT3{
	font-size:0.65rem;
	color:#999999;
	line-height: 1.5rem;
}
.courseP .bt{
	height:1.5rem;
	line-height: 1.5rem;
	padding:0 0.7rem;
	color:#d20707;
	font-size:0.65rem;
}
.courseP .bt:before{
	border-radius:1.5rem;
	border:1px solid #d20707;
}
.courseDl dd.read .courseP .bt:before{
	border:1px solid #bbbbbb;
	color:#bbbbbb;
}
.courseP .divT3_a{
	line-height:1rem;
}
.courseP .divT3_a a{
	display:inline-block;
	font-size:0.65rem;
	color: #f59b25;
	line-height:1rem;
	text-decoration: underline;
	padding-right:0.3rem;
}
.consultantDl{
	overflow: hidden;
	padding:0.5rem;
}
.consultantDl dd{
	clear: both;
	overflow: hidden;
	margin-bottom:0.7rem;
}
.consultantDl dd .txt{
	overflow: hidden;
	padding:0.7rem;
	background:#fff;
	color: #555555;
	font-size:0.65rem;
	line-height: 1rem;
}
.searchBox{
	height:1.5rem;
	overflow:hidden;
	margin-top:0.375rem;
	margin-left:0.5rem;
}
.searchBox input{
	border:none;
	height:1.5rem;
	border-radius:5px;
	line-height: 1.5rem;
	padding:0 5px;
	padding-left:1.7rem;
	background:#e4e5e7 url(../images/icon33.png) no-repeat 0.5rem center;
	background-size: auto 0.9rem;
}
.searchBox a{
	display: block;
	padding:0 0.5rem;
	line-height:1.5rem;
	color:#666;
	font-size:0.7rem;
}
/*我的课程*/
.searchList{
	background:#fff;
	padding:0.5rem;
}
.searchList dd{
	clear: both;
	height:1.5rem;
	overflow: hidden;
}
.searchList dd a{
	display: block;
	height:1.5rem;
	line-height: 1.5rem;
	color: #666;
	font-size: 0.65rem;
}
/**/
.adviceTxt{
	clear: both;
	overflow: hidden;
	line-height:1rem;
	color: #777777;
	font-size:0.65rem;
	padding-top:0;
}
.myBtn.typ{background:#d20707 !important}
.applyDl dt a{
	display: block;
	text-align: center;
	line-height:1.5rem;
	color: #f59b25;
	font-size: 0.65rem;
}
/*登录*/
.loginBox{
	position: absolute;
	top: 50%;
	left:50%;
	width:90%;
	transform:translate(-50%,-50%);
	background:url(../images/icon70.png) no-repeat center top;
	background-size:100% auto;
	border-radius:0.5rem;
}
.loginBox.rgd{
	position:static;
	transform:translate(0);
	margin: auto;
	overflow: hidden
}
.loginLogo{
	width:4.5rem;
	height:4.5rem;
	margin:0 auto;
}
.loginLogo img{
	display: block;
	width:4.5rem;
	height:4.5rem;
}
.loginDl .getIndex{
	display: block;
	width:3rem;
	height:3rem;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-1.5rem;
	margin-top:1.6rem;
}
.loginDl dd .ddBoxBox{
	padding:0 0.8rem;
	margin:0 1.5rem;
}
.loginDl dd .ddBoxBox.bdAll:before{border:1px solid #ababab;border-radius:2rem;}
.loginDl dd .ddBox{
	clear: both;
	height:1.8rem;
	overflow:hidden;
	padding-left:1.2rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 0.9rem;
	position: relative;
}
.loginBox.rgd .loginDl dd .ddBox{padding-left:0;background-image:url() !important}
.loginDl dd:nth-child(1) .ddBox{background-image:url(../images/icon34.png)}
.loginDl dd:nth-child(2) .ddBox{background-image:url(../images/icon35.png)}
.loginDl dd:nth-child(3) .ddBox{background-image:url(../images/icon37.png)}
.loginDl dd .ddBox:after{border-bottom:1px solid #fff}
.loginDl dd .ddBox input{
	background: none;
	border:none;
	font-size:0.65rem;
	color:#444;
	height:1.8rem;
	line-height: 1.8rem;
}
.loginDl dd .ddBox input::-webkit-input-placeholder{color:#666666}    /* 使用webkit内核的浏览器 */
.loginDl dd .ddBox input:-moz-placeholder{color:#666666}                  /* Firefox版本4-18 */
.loginDl dd .ddBox input::-moz-placeholder{color:#666666}                  /* Firefox版本19+ */
.loginDl dd .ddBox input:-ms-input-placeholder{color:#666666}           /* IE浏览器 */
.loginDl dd .ddBox select{
	width: 100%;
	background: none;
	border:none;
	font-size:0.65rem;
	color:#444;
	height:1.8rem;
	line-height: 1.8rem;
	outline:none;
	margin:0 -2px;
}
.loginDl dd .ddBox select::placeholder{color:#666666}
.loginDl dd .ddBoxBox{position: relative}
.loginDl dd .ddBoxBox .code{
	width:4rem;
	height:1.8rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	right:0;
	border-radius:0 2rem 2rem 0;
	z-index: 99;
}
.loginDl dd .ddBox .code img{
	width:4rem;
	height:1.8rem;
}
.loginDl dd .sctBox{
	height:1.5rem;
	line-height: 1.5rem;
	padding-left:1.2rem;
	color:#f0bbc7;
	font-size:0.65rem;
	background-position: left center;
	background-repeat:no-repeat;
	background-size: auto 0.8rem;
	background-image:url(../images/icon36h.png);
}
.loginDl dd .sctBox.sct{background-image:url(../images/icon36.png)}
.loginDl dd .myBtn{
	width:100%;
	border-radius:0.9rem;
	color: #03366d;
	height:2rem;
	line-height: 2rem;
	background:#ffffff;
}
.loginDl dd .txt{padding:0 1.5rem}
.loginDl dd .txt a{
	display: block;
	text-align: center;
	color:#999999;
	font-size:0.65rem;
	opacity:0.5;
}
.loginDl dd .txt a.a2{color:#03366d}
.loginDl dd .code{
	height:1.8rem;
	overflow: hidden;
	margin-left:0.5rem;
}
.loginDl dd .code img{
	display: block;
	height:1.8rem;
}
.myBtnBox{margin:0 1.5rem;}
.loginDl dd .myBtn.typ{
	background:#ff813b !important;
	border-radius:1rem;
	padding:0;
	color: #fff;
}
.loginDl dt{
	height:1.5rem;
	overflow: hidden;
	line-height:1.5rem;
	font-size:0.7rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom:0.5rem;
}
/**/
.guideBox{
	width:100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
.guideBox .divT{
	clear: both;
	text-align: center;
	line-height: 1.5rem;
	color: #555555;
	font-size:0.8rem;
}
.guideBox .divT2{
	clear: both;
	text-align: center;
	line-height:0.8rem;
	color: #666;
	font-size:0.55rem;
}
.guideBox .myBtn{
	background:none;
	color: #da0000;
	padding:0 2rem;
}
.guideBox .myBtn:before{
	border-radius:10rem;
	border:1px solid #da0000;
	box-sizing: border-box;
}
.mbBox.typ .mbT .spanL{color:#f59b25}
.mbBox.typ .mbT .emR{background-image:url(../images/icon27h.png)}
.setUpLogo{
	width:4.5rem;
	margin:0 auto;
}
.setUpLogo img{
	display: block;
	width:4.5rem;
}
/**/
.setUpHead{
	width:4.5rem;
	height:4.5rem;
	margin:0 auto;
	position: relative;
}
.setUpHead .bt{
	display: block;
	width:1.4rem;
	height:1.4rem;
	background:url(../images/icon38.png) no-repeat center center;
	background-size:100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.setUpHead .pic{border-radius:100%;overflow:hidden}
.setUpHead .pic:before{padding-top:100%}
.applyDl.typ2{
	background:#fff;
	min-height:calc(100vh - 10.25rem)
}
.applyDl.typ2 dd .ddBox{padding:0 0.5rem}
.applyDl.typ2 dd .divT{color:#555555}
.applyDl.typ2 dd .inputBox input{color:#555555}
.applyDl.typ2 dd.past .divT{color:#bbbbbb}
.applyDl.typ2 dd.past .inputBox input{color:#bbbbbb}
.mbBox .spanL2{color:#999999;font-size:0.65rem}
.genderBt{
	height:2rem;
	background:#fff;
	line-height:2rem;
	text-align: center;
	font-size: 0.65rem;
	color: #f59b25;
}
.gender.bottomMove{height:auto}
.dwxg{border-radius:5px}
.dwxg .layui-layer-title{text-align:center;padding:0;font-size:0.65rem}
.dwxg .layui-layer-btn{
	display: flex;
	padding:0 !important;
}
.dwxg .layui-layer-btn a{
	flex: 1;
	height:45px;
    line-height:45px;
    border:none;
	margin:0;
	color:#666;
	text-align:center;
	font-size:16px;
}
.dwxg .layui-layer-btn .layui-layer-btn0{border-right:1px solid #e7e6e6;background:none; color:#f59b25;}
/**/
.timeChoose{
	clear: both;
	overflow: hidden;
}
.yearsBox1{
	height:1.8rem;
	overflow:hidden;
	background:#d20707;
}
.yearsBox1 .bt{
	width:1.5rem;
	height:1.8rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:auto 0.8rem;
}
.yearsBox1 .bt.prev{background-image:url(../images/icon39.png)}
.yearsBox1 .bt.next{background-image:url(../images/icon40.png)}
.yearsBox1C{
	overflow:hidden;
}
.yearsBox1 .swiper-slide{
	height:1.8rem;
	overflow:hidden;
	line-height: 1.8rem;
	text-align: center;
	color: #ffffff;
	font-size:0.85rem;
	font-weight: bold;
} 
.yearsBox2{
	height:2.6rem;
	overflow: hidden;
	background:#ffffff;	
}
.yearsBox2C{
	clear: both;
	height:3rem;
	overflow-x:auto;
	font-size: 0;
	white-space: nowrap;
}
.yearsBox2C a{
	display:inline-block;
	width:1.7rem;
	height:1.7rem;
	border-radius:100%;
	overflow: hidden;
	margin:0 0.5rem;
	margin-top:0.55rem;
	color:#999;
	font-size:0.6rem;
	line-height: 1.7rem;
	text-align: center;
}
.yearsBox2C a span{font-size:0.75rem}
.yearsBox2 a:before{border-radius:100%}
.yearsBox2 a.hover:before{border:1px solid #db9594}
.yearsBox2 a.hover{background:#fce8e8;color:#d20707}
.courseDl.typ2 .courseP .divT{font-weight:normal}
.courseDl dd.OFinished .courseP .divT{color:#999}
.courseDl dd.nLearn .courseP .divT{color:#999}
.courseDl dd.nLearn .courseP .myBtn{background-color:#f1f1f1;}
.courseDl dd.nLearn .courseP .divT2 em{color:#999}
/*视频*/
a.mvRefresh{
	display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/icon41.png) no-repeat center center;
    background-size: auto 1rem;
	display: none;
}
.videoBox{
	overflow: hidden;
	padding-top:56%;
	position: relative;
	background:#000 url(../images/loading.gif) no-repeat center center;
}
.videoBox video{
	width: 100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
.videoBoxT{
	clear: both;
	height:2.25rem;
	overflow: hidden;
	background:#fff;
	box-shadow:0 1px 3px #eeeeee;
	position: relative;
	z-index: 11;
}
.videoBoxT a{
	float: left;
	width: 50%;
	height:2.25rem;
	line-height:2.25rem;
	text-align: center;
	font-size:0.65rem;
	color: #333333;
	font-weight: bold;
}
.videoBoxT a.hover{color: #f59b25}
.videoUl{
	padding-bottom:2rem;
	overflow: hidden;
	position: relative;
	z-index: 1
}
.videoUl:after{
	content:"";
	display: block;
	width: 1px;
	height:calc(100% - 1rem);
	background:#f3f3f3;
	position: absolute;
	top: 1rem;
    left: 0.85rem;
    z-index: -1;
}
.videoUl li{
	padding:0 0.5rem;
	overflow: hidden;
}
.videoDl dt{
	height:1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	padding-left:1.2rem;
	color: #333333;
	font-size:0.7rem;
	background:url(../images/icon42.png) no-repeat left center;
	background-size:auto 0.7rem;
}
.videoDl dt a{color: #333333;}
.videoUl li.read .videoDl dt{background:url(../images/icon42h.png) no-repeat left center;background-size:auto 0.7rem;color:#bbbbbb}
.videoUl li.read .videoDl dt a{color:#bbbbbb}
.videoDl dd{
	height:1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	padding-left:1.2rem;
	color: #666666;
	font-size:0.65rem;
}
.videoUl li.read .videoDl dd{color: #bbbbbb;}
.videoDl dd.hover{color:#f59b25}
.mobileBodyCH.tabC .div:nth-child(2){
	overflow: hidden;
	background:#fff;
	height:calc(100vh - 1rem);
}
/**/
.notesDl dd{
	clear: both;
}
.notesDl dd .ddBox{
	overflow: hidden;
	background:#fff;
	border-radius:5px;
	padding:0.5rem 0;
	box-shadow:0 0 3px #eeeeee;
	padding-left:2.2rem;
	padding-right:0.8rem;
	background-position:0.5rem center;
	background-repeat: no-repeat;
	background-size:auto 1.5rem;
	position: relative;
}
.notesDl dd .ddBox:after{
	content:"";
	display: block;
	width:2px;
	height:2rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
	background:#f3725d;
}
.notesDl dd:nth-child(2) .ddBox:after{background:#f3725d}
.notesDl dd:nth-child(3) .ddBox:after{background:#f7b55e}
.notesDl dd:nth-child(4) .ddBox:after{background:#4da9ec}
.notesDl dd:nth-child(5) .ddBox:after{background:#44d26c}
.notesDl dd:nth-child(6) .ddBox:after{background:#ec4d90}
.notesDl dd:nth-child(7) .ddBox:after{background:#f3725d}
.notesDl.typ dd .ddBox{
	padding-left:1rem;
	padding-top:0.8rem;
	padding-bottom:0.8rem;
}
.notesDl dd.pdf .ddBox{background-image:url(../images/pdf.png)}
.notesDl dd.ppt .ddBox{background-image:url(../images/ppt.png)}
.notesDl dd.mp3 .ddBox{background-image:url(../images/mp3.png)}
.notesDl dd.doc .ddBox{background-image:url(../images/doc.png)}
.notesDl dd .ddBox .divT{
	clear: both;
	height:1.3rem;
	overflow: hidden;
	line-height:1.3rem;
	color: #333333;
	font-size:0.7rem;
}
.notesDl dd .ddBox .divT2{
	clear: both;
	height:1.1rem;
	overflow: hidden;
	line-height:1.1rem;
	color: #999999;
	font-size:0.65rem;
	margin-bottom:0.1rem;
}
.notesDl dd .ddBox .divT2 span{padding:0 0.5rem;color:#d7d7d7}
.notesDl dd .ddBox .divT2 strong{padding:0 0.05rem;color:#d20707}
.notesDl dd .ddBox .divT2 .bt1{
	height:1rem;
	padding-left:0.8rem;
	background:url(../images/icon43.png) no-repeat  left center;
	background-size:auto 0.65rem;
	color: #999999;
	font-size:0.65rem;
	margin-right:0.5rem;
}
.notesDl dd .ddBox .divT2 .bt2{
	height:1rem;
	padding-left:0.8rem;
	background:url(../images/icon44.png) no-repeat  left center;
	background-size:auto 0.65rem;
	color: #999999;
	font-size:0.65rem;
}
.notesDl.typ dd .ddBox .divT2 .bt2{margin-left:0.5rem;}
.mobileBodyCH.tabC .div{display:none}
.columnT{
	clear: both;
	height:1.5rem;
	line-height: 1.5rem;
	color:#999999;
	font-size:0.65rem;
	padding:0 0.5rem;
}
.mbBox.typ2 .mbT a{padding-left:2rem;position: relative;overflow:visible}
.mbBox.typ2 .mbT a .icon{
	width:1.5rem;
	height:1.5rem;
	position: absolute;
	top:0.25rem;
	left:0;
	z-index: 1;
	background-color:#f3725d;
	border-radius:5px;
	background-image: url(../images/icon48.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 0.8rem;
}
.mbBox.typ2.bdBottom:after{left:2.5rem}
.mbBox.typ2:nth-child(2) .mbT a .icon{background-color:#f7b55e}
.mbBox.typ2:nth-child(3) .mbT a .icon{background-color:#17c295}
.mbBox.typ2:nth-child(4) .mbT a .icon{background-color:#4da9ec}
.mbBox.typ2:nth-child(5) .mbT a .icon{background-color:#44d26c}
.mbBox.typ2:nth-child(6) .mbT a .icon{background-color:#44d26c}
.mbBox.typ2:nth-child(7) .mbT a .icon{background-color:#ec4d90}
.mbBox.typ2:nth-child(8) .mbT a .icon{background-color:#f3875d}
.mbBox.typ2:nth-child(9) .mbT a .icon{background-color:#f7b55e}
.mbBox.typ2:nth-child(10) .mbT a .icon{background-color:#4da9ec}
.mbBox.typ2:nth-child(11) .mbT a .icon{background-color:#4da9ec}
.mbBox.typ2:nth-child(12) .mbT a .icon{background-color:#17c295}
.mbBox.typ2:nth-child(13) .mbT a .icon{background-color:#f7b55e}
.mbBox.typ2:nth-child(14) .mbT a .icon{background-color:#f3725d}
.mbBox.typ2:nth-child(15) .mbT a .icon{background-color:#4da9ec}
.sctTyp2{
	clear: both;
	height:1.5rem;
	line-height: 1.5rem;
	font-size:0.65rem;
	color: #666666;
	padding-left:0.9rem;
	background:url(../images/icon49.png) no-repeat left center;
	background-size: auto 0.7rem;
}
.sctTyp2.sct{
	background:url(../images/icon50.png) no-repeat left center;
	background-size: auto 0.7rem;
}
/**/
.w_100{width:2rem}
.w_100 input{text-align:center}
.tpsBox{
	overflow:hidden;
	background:#f59b25;
	position: relative;
}
.tpsBox:after{
	content:"";
	display: block;
	width:200%;
	height:200%;
	background:#fff;
	position: absolute;
	bottom:0;
	left: 0;
	transform:rotateZ(-15deg) translate(-50%,70%);
}
.tpsBoxC{
	width: 90%;
	background:#fff;
	margin:0 auto;
	border-radius:5px;
	margin-top:2.25rem;
	position: relative;
	z-index: 1;
	box-shadow:0 0 5px #eeeeee;
}
.tpsBoxC .setUpHead{
	top: -2.25rem;
    position: absolute;
    left: 50%;
    margin-left: -2.25rem;
}
.tpsBoxC .divT{
	clear: both;
	height:1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	text-align: center;
	color: #333333;
	font-size:0.75rem;
	font-weight: bold;
}
.tpsBoxCH{height:2.25rem;clear:both}
.tpsBoxC .divT2{
	clear: both;
	height:1.5rem;
	text-align: center;
	line-height: 1.5rem;
	color:#f19d31;
	font-size:0.65rem;
}
.tpsBoxC .divT2 span{font-size:1.5rem;}
.tpsDl dd{
	float: left;
	width: 25%;
}
.tpsDl dd span{
	display: block;
	height:1rem;
	text-align: center;
	line-height: 1rem;
	font-size:0.7rem;
	color: #333333;
	font-weight: bold;
}
.tpsDl dd em{
	display: block;
	height:1rem;
	text-align: center;
	line-height: 1rem;
	font-size:0.65rem;
	color: #999999;
	font-style: normal;
}
.tpsBt{text-align: center}
.tpsBt .myBtn{
	margin:0 0.5rem;
	border-radius:0.875rem;
}
.tpsBt .myBtn.typ{background:#f19d31 !important}
/*考试*/
.collectionBt{
	display: block;
	height:2.25rem;
	padding-left:1rem;
	line-height: 2.25rem;
	color: #666666;
	font-size:0.65rem;
	position: absolute;
	top: 0;
	right:0.5rem;
	background:url(../images/icon52h.png) no-repeat left center;
	background-size: auto 0.7rem;
	display: none;
}
.collectionBt.sct{
	background:url(../images/icon52.png) no-repeat left center;
	background-size: auto 0.7rem;
	color: #d20707;
}
.ptTop .divT{display:none}
.ptTopBtBox{
	height:1.5rem;
	overflow: hidden;
	border-radius:0.375rem;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	display: none;
}
.ptTopBtBox .bt{
	float: left;
	height:1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	padding:0 0.5rem;
	background:#eeeeee;
	font-size:0.65rem;
	color: #333333;
}
.ptTopBtBox .bt.hover{background:#d20707;color:#fff;}
.ptTop .divT2{
	height:2.25rem;
	line-height: 2.25rem;
	font-size:0.65rem;
	position: absolute;
	top: 0;
	right:0.5rem;
	color: #666;
}
/*试卷*/
.emtpBoxT{
	clear: both;
	overflow:hidden;
	background-color:#f3f3f3;
	height:1.8rem;
	line-height:1.8rem;
	font-size:0.65rem;
	color: #666666;
	padding:0 0.5rem;
}
.emtpBoxC{
	clear: both;
	overflow: hidden;
	margin-bottom:1px;
}
.emtpTitleC{
	overflow: hidden;
	background:#fff;
}
.emtpTitleC_txt{
	overflow: hidden;
	line-height:1rem;
	font-size:0.65rem;
	color: #333;
}
.emtpTitleC_txt img{max-width:100%}
.emtp_options{
	background-position:95% center;
	background-repeat: no-repeat;
	background-size:2rem auto;
}
.emtpBoxC.judge1 .emtp_options{background-image:url(../images/icon61.png)}
.emtpBoxC.judge2 .emtp_options{background-image:url(../images/icon62.png);background-size:1.6rem auto;}
.emtpRadio{
	clear: both;
	margin-bottom:0.5rem;
	position: relative;
}
.emtpRadio .icon{
	width:1.2rem;
	height:1.2rem;
	cursor:pointer;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100%;
	position: absolute;
	top:-0.1rem;
	left:-0.1rem;
	z-index: 2;
}
.emtpRadio.c .icon{background-image:url(../images/icon53.png);}
.emtpRadio.d .icon{background-image:url(../images/icon54.png);}
.emtpRadio .icon.radio{background-image:url(../images/icon54.png);}
.emtpRadio .divR{
	overflow: hidden;
	line-height:1rem;
	font-size:0.65rem;
	color: #444444;
}
.emtpRadio.c .divR{color:#d20707}
.emtpRadio.d .divR{color:#f59b25}
.emtpRadio .divR.hover{color:#f59b25}
.emtpRadio .divR span{
	display:block;
	width:1rem;
	height:1rem;
	text-align: center;
	overflow: hidden;
	margin-right:0.3rem
}
.emtpRadio .divR span:before{border-radius:100%}
.emtpRadio .divR img{
	max-width:100%;
}
.cumulativeBox{
	height:1.3rem;
	line-height:1.3rem;
	overflow: hidden;
	font-size:0.65rem;
	color:#888888;
}
.cumulativeBox span{color:#d20707;padding:0 0.5rem;}
.cumulativeBox i{display:inline-block;width:0.5rem}
.emtpBtBox{
	clear: both;
	overflow:hidden;
	padding:0 1rem;
	background:#fff;
	position: relative;
	z-index: 1
}
.emtpBtBox .bt{
	float: left;
	padding:0 1.5rem;
	height:1.9rem;
	line-height:1.9rem;
	overflow:hidden;
	border-radius:3px;
	cursor:pointer;
}
.emtpBtBox .bt.typ2{
	font-size:0.65rem;
	background:#f19d31;
	color: #ffffff;
	margin-left:0.6rem;
}
.emtpBtBox .bt.typ3{
	font-size:0.65rem;
	background:#da0000;
	color: #ffffff;
	margin-left:0.6rem;
}
.parsingBox{
	overflow:hidden;
	background:#f3f3f3;
	padding:0.5rem;
}
.parsingBox .divT{
	clear: both;
	height:1.2rem;
	overflow: hidden;
	line-height:1.2rem;
	color: #444444;
	font-size:0.65rem;
	font-weight: bold;
}
.parsingBox .divT span{color: #f59b25;font-weight:normal}
.parsingBox .txt{
	clear: both;
	overflow: hidden;
	color: #444444;
	line-height:1rem;
	font-size:0.65rem;
	padding-bottom: 0.5rem
}
.parsingBox .txt img{max-width:100%}		
.sheetDl{
	clear:both;
	overflow:hidden;
	padding:0 0.5rem
	}
.sheetDl dt{
	clear:both;
	height:1.5rem;
	font-size:0.65rem;
	line-height:1.5rem;
	color:#333;
	text-align:left;
	padding-left:10px;
	position: relative;
	}
.sheetDl dt:before{
	content: "";
	display: block;
	width: 3px;
	height:0.7rem;
	background:#d20707;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sheetDl dd{
	clear:both;
	overflow:hidden;
	padding:0.5rem 0 0 0;
	width:105%;
	}
.sheetDl dd a{
	display:inline;
	float:left;
	width:2rem;
	height:2rem;
	overflow:hidden;
	margin:0 0.5rem 0.5rem 0;
	color:#999999;
	text-align:center;
	line-height:2rem;
	font-size:0.65rem
	}
.sheetDl dd a:before{border-radius:100%}
.sheetDl dd a.hover{color:#f59b25;}
.sheetDl dd a.hover:before{background:#fcf4e8;border:1px solid #d9b27e}
.sheetDl dd a.correct{color:#f59b25;}
.sheetDl dd a.correct:before{background:#fcf4e8;border:1px solid #d9b27e}
.sheetDl dd a.error{color:#d20707;}
.sheetDl dd a.error:before{background:#fce8e8;border:1px solid #dc9998}
.sheetBox{
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	background:#fff;
}
.sheetBg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index:9;
	background: rgba(0,0,0,0.5);
	display: none;
	opacity:0;
	transition-duration: 0.3s;
}
.sheetBg.show{display:block;opacity:1}
.sheetBoxCBox{
	overflow: hidden;
	height:0;
	transition-duration: 0.3s;
}
.sheetBoxCBox.show{height:calc(100vh - 4.5rem)}
.sheetBoxC{
	clear:both;
	overflow:hidden;
	overflow-y: auto;
	max-height:calc(100vh - 6.3rem);
}
.sheetBt{
	clear: both;
	height:2.25rem;
	overflow: hidden;
	padding:0 0.5rem;
}
.sheetBt .bt1{
	display: block;
	height:2.25rem;
	line-height: 2.25rem;
	color: #666666;
	font-size:0.65rem;
	padding-left:0.9rem;
	background:url(../images/icon57.png) no-repeat left center;
	background-size:auto 0.8rem;
}
.sheetBt .bt1.icon1{
	background:url(../images/icon65.png) no-repeat left center;
	background-size:auto 0.8rem;
}
.sheetBt .stSpan{
	float:left;
	height:2.25rem;
	line-height:2.25rem;
	padding-left:0.9rem;
	background-repeat:no-repeat;
	background-position:left center;
	background-size: auto 0.65rem;
	margin-left:0.8rem;
	font-size:0.65rem;
}
.sheetBt .stSpan.typ1{background-image:url(../images/icon58.png);color:#f59b25}
.sheetBt .stSpan.typ2{background-image:url(../images/icon59.png);color:#d20707}
.sheetBt .stSpan.typ3{background-image:url(../images/icon60.png);color:#999999;padding-left:0.85rem;}
.sheetBt .stSpan.typ3 strong{color:#333333}
.emtp_bt{
	float: left;
	padding:0 1rem;
	height:1.9rem;
	line-height:1.9rem;
	overflow:hidden;
	border-radius:3px;
	cursor:pointer;
	font-size:0.65rem;
	background:#da0000;
	color: #ffffff;
}
.promptT{
	clear: both;
	line-height:1rem;
	padding:5px 0;
	overflow: hidden;
	font-size:0.65rem;
	color: #7f7f7f;
}
.emtpTps{
	display:inline-block;
	padding:5px 0.5rem;
	line-height:0.55rem;
	color: #f59b25;
	font-size:0.55rem;
}
.emtpTps:before{border-radius:20px 0 20px 0;border:1px solid #f59b25;box-sizing: border-box}
.emtpBoxCSlide{position:relative}
.emtpBoxCSlide .bt{
	width:0.5rem;
	height:0.5rem;
	top:50%;
	transform:translateY(-50%);
	padding:0;
	opacity:0.5
}
.emtpBoxCSlide .swiper-button-prev{
	background:url(../images/icon55.png) no-repeat left center;
	left: 0;
}
.emtpBoxCSlide .swiper-button-next{
	background:url(../images/icon56.png) no-repeat right center;
	right: 0;
}
.aykjClass2 .layui-layer-btn .layui-layer-btn1{color:#f19d31 !important}
.time span{color:#d20707}
.emtpCenter dd{opacity:0;transition-duration:0.1s}
.answerContent dd .parsingBox{background:#9c9c9c}
.answerContent dd .parsingBox .divT{color:#fff}
.answerContent dd .parsingBox .txt{color:#fff}
a.collectionBt2{
	display: block;
	height:1.5rem;
	padding-left:1.5rem;
	padding-right:0.5rem;
	line-height:1.5rem;
	color: #666666;
	font-size:0.65rem;
	background:url(../images/icon52h.png) no-repeat 0.5rem center;
	background-size: auto 0.7rem;
}
a.collectionBt2:before{border-radius:10px}
a.collectionBt2.sct{
	background:url(../images/icon52.png) no-repeat 0.5rem center;
	background-size: auto 0.7rem;
	color:#d20707
}
.emtpCt{
	line-height:1.5rem;
	color: #666666;
	font-size: 0.65rem;
}
.emtpCt span{color:#d20707}
.sheetChoose{
	padding:0.3rem 0.5rem;
	overflow: hidden;
}
.sctBox{
	overflow:hidden;
	height:1.5rem;
	line-height:1.5rem;
	padding-left:0.85rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon63.png);
	background-size:auto 0.7rem;
	cursor: pointer;
	color:#666666;
	font-size:0.65rem;
	margin-right:0.5rem;
}
.sctBox.sct{background-image: url(../images/icon64.png);color:#da0000}
/**/
.mbVideoDl{
	clear: both;
	overflow: hidden;
}
.mbVideoDl .mbVideoDl{background:#f2f2f2;display:none}
.mbVideoDl .mbVideoDl .mbVideoDl{background:#e0e0e0}
.mbVideoDl .mbVideoDl .mbVideoDl .mbVideoDl{background:#d2d2d2}
.mbVideoDl .mbVideoDl .mbVideoDl .mbVideoDl .mbVideoDl{background:#afafaf}
.mbVideoDl .mbVideoDl .mbVideoDl .mbVideoDl .mbVideoDl .mbVideoDl{background:#9f9f9f}
.mbVideoDl dd{
	clear: both;
}
.mbVideoDl dd .ddT{
	clear: both;
	height:1.5rem;
	overflow:hidden;
	line-height:1.5rem;
	font-size: 0.65rem;
	padding-left:1rem;
	padding-right:1.2rem;
	position: relative;
}
.mbVideoDl dd .ddT div{color: #000;}
.mbVideoDl dd .ddT div.hover{color: #28a3f5;}
.mbVideoDl dd .ddT .btn{
	width:25px;
	height:1.5rem;
	overflow: hidden;
	line-height:1.5rem;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color:#fd5b2f;
	font-size:24px;
	cursor: pointer;
}
.mbVideoDl dd:hover{color: #fff}
/**/
.mbVideoDl2{
	overflow: hidden;
	padding:0.5rem;
}
.mbVideoDl2 dt{
	clear: both;
	overflow: hidden;
}
.mbVideoDl2 dt .spanL{
	line-height: 1.5rem;
	color: #333333;
	font-size:0.7rem;
	font-weight: bold;
}
.mbVideoDl2 dt .fr{
	color:#c9c9c9;
	font-size:0.65rem;
	line-height: 1.5rem;
}
.VdBt{
	width:1.7rem;
	height:1.5rem;
	background:url(../images/icon45.png) no-repeat center center;
	background-size:1.7rem auto;
	margin-left:10px;
}
.VdBt.hover{
	background:url(../images/icon46.png) no-repeat center center;
	background-size:1.7rem auto;
}
.mbVideoDl2 dd a{
	display:block;
	overflow: hidden;
}
.mbVideoDl2 dd a .pic{width:6rem;margin-right:0.6rem;}
.mbVideoDl2 dd a .pic:before{padding-top:56.22%}
.mbVideoDl2 dd a .divR{overflow: hidden}
.mbVideoDl2 dd a .divR .divT{
	clear: both;
	height:1.5rem;
	overflow: hidden;
	line-height:1.5rem;
	color: #333333;
	font-size:0.65rem;
	margin-top:0.3rem;
}
.mbVideoDl2 dd a .divR .divT2{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height: 1rem;
	color: #999999;
	font-size:0.65rem;
	padding-left:0.7rem;
	background:url(../images/icon47.png) no-repeat left center;
	background-size:auto 0.8rem;
}
/***********/
/*购物车 begin*/
.spcBoxT{
	clear: both;
	padding:0 0.5rem;
	overflow: hidden;
	background:#f5f5f5;
	height:1.8rem;
}
.spcBoxT .div1{
	float: left;
	height:1.8rem;
	overflow: hidden;
}
.spcBoxT span{
	float: left;
	line-height: 1.8rem;
	height: 1.8rem;
	color:#666666;
	font-size:0.65rem;
	padding-left:0.5rem;
}
.btAll{
	height:1.8rem;
	overflow: hidden;
	font-size:0.65rem;
	color: #666666;
	padding-left:1rem;
	line-height:1.8rem;
	background:url(../images/icon68.png) no-repeat left center;
	background-size:auto 0.68rem;
}
.btAll.sct{background:url(../images/icon69.png) no-repeat left center;background-size:auto 0.68rem;}
.spcBoxT .div2{
	height:1.8rem;
	overflow: hidden;
	text-align: center;
	font-size:0.65rem;
	color: #666666;
	line-height:1.8rem;
	margin-right:1rem;
}
.spcBoxT .divCR{width:41%}
/**/
.spcDl dd{
	clear: both;
	overflow: hidden;
	padding:0.5rem 0;
	padding-right:0.5rem;
	margin-left:0.5rem;
}
.spcDl dd.bdBottom:after{border-bottom:1px solid #f5f5f5}
.spcDl dd .divC{
	overflow: hidden;
	width:70%;
}
.spcDl dd .divC .pic{
	width:5.7rem;
	height:3.8rem;
	overflow: hidden;
	margin-right:0.5rem;
}
.spcDl dd .divC .pic img{
	display: block;
	width:5.7rem;
	height:3.8rem;
	object-fit: cover;
	object-position: center center;
}
.spcDl dd .divC .divR{
	overflow: hidden;
}
.spcDl dd .divC .divR .divT1{
	clear: both;
	height:1.2rem;
	overflow: hidden;
	line-height:1.2rem;
	font-size:0.65rem;
	color:#333333;
	margin-top:0.25rem;
}
.spcDl dd .divC a:hover .divR .divT1{color:#03366d}
.spcDl dd .divC .divR .divT2{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height:1rem;
	font-size:0.65rem;
	color:#999999;
}
.spcDl dd .divC .divR .divT3{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height:1rem;
	font-size:0.65rem;
	color:#ff813b;
}
.spcDl dd .div2{
	float: left;
	overflow: hidden;
	text-align: center;
	font-size:0.65rem;
	color: #666666;
	line-height:1rem;
}
.spcDl dd .div2.mr{margin-right:0.5rem}
.spcDl dd .div2 span{
	font-size:0.7rem;
	color:#ff813b;
	line-height:1rem;
}
.spcDl dd .div2 .bt{
	display: block;
	clear: both;
	height:1.2rem;
	overflow: hidden;
	line-height:1.2rem;
	text-align: center;
	cursor: pointer;
	font-size:0.65rem;
	color: #666666;
}
.spcDl dd .div2 .bt:first-child{margin-top:0.5rem}
.spcDl dd .div2 .bt:hover{color: #ff813b}
.spcBt{
	width:0.5rem;
	height:1.5rem;
	overflow: hidden;
	font-size:0.65rem;
	color: #666666;
	padding-left:0.5rem;
	line-height:1.5rem;
	background:url(../images/icon68.png) no-repeat left center;
	background-size:auto 0.68rem;
	margin-top:1rem;
}
.spcBt.sct{background:url(../images/icon69.png) no-repeat left center;background-size:auto 0.68rem;}
.spcBoxT2{
	clear: both;
	overflow: hidden;
	height:2.25rem;.payBox
	padding:0 0.5rem;
	padding-right:0;
	background:#ffffff;
	box-shadow:0 -1px 3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 99;
}
.spcBoxT2 .btn{
	height:2.25rem;
	overflow: hidden;
	font-size:0.65rem;
	color: #666666;
	line-height:2.25rem;
	padding:0 0.25rem 0 0.5rem;
}
.spcBoxT2 .txt{
	line-height:2.25rem;
	color: #666666;
	padding:0 0.5rem;
	font-size:0.65rem;
}
.spcBoxT2 .txt span{
	color: #bd0000;
	font-weight: bold;
	font-size:0.75rem;
}
.spcBoxT2 .btn3{
	width:5.2rem;
	height:2.25rem;
	overflow: hidden;
	font-size:0.68rem;
	color: #ffffff;
	line-height:2.25rem;
	cursor: pointer;
	background:#ff813c;
	text-align: center;
}
.spcBoxT2 .btn3:hover{background:#ff0014}
/*购物车 end*/
/*支付 begin*/
.payBox{
	clear: both;
	overflow: hidden;
	background:#fff;
	padding:0.5rem;
}
.payBox1{
	overflow: hidden;
	padding-bottom:1rem;
}
.payBox1C{
	clear: both;
	overflow: hidden;
}
.payBox1C .divT{
	clear: both;
	height:1.5rem;
	line-height:1.5rem;
	font-size:0.68rem;
	color: #666666;
}
.payBox1C .divT strong{color:#333333}
.payBox1C .divT span{
	font-size:1.2rem;
	color: #0ac265;
}
.payBox1C .txt{
	overflow: hidden;
	font-size:0.65rem;
	line-height:1rem;
	color: #666666;
	margin-left:20%;
}
.payBox2{
	clear: both;
	overflow:hidden;
	font-size:0.65rem;
	color:#444;
}
.payBox2 .divT2{
	clear: both;
	height:1.5rem;
	overflow: hidden;
	line-height:1.5rem;
	color: #333333;
	font-size:0.65rem;
	font-weight: bold;
}
.payBox2 .div_a a{
	float: left;
	width:45%;
	height:1.6rem;
	overflow: hidden;
	line-height:1.6rem;
	text-align: center;
	border:1px solid #dddddd;
	margin-right:2.5%;
	cursor: pointer;
	position: relative;
	font-size:0;
}
.payBox2 .div_a a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right:0;
	border:1px solid #3879d1;
	display: none;
}
.payBox2 .div_a a.hover{border:1px solid #3879d1;}
.payBox2 .div_a a.hover:after{display:block;}
.payBox2 .div_a a span{
	display:inline-block;
	height:1.6rem;
	color: #666666;
	font-size:0.65rem;
	font-weight: bold;
	padding-left:1.2rem;
}
.payBox2 .div_a a.a1 span{background:url(../images/icon89.png) no-repeat left center;}
.payBox2 .div_a a.a2 span{background:url(../images/icon90.png) no-repeat left center;}
.payBox2 img{max-width:100%;}
/*支付 end*/
/******课程收藏 2019.8.23*******/
.course2Dl{
	padding:0.5rem;
	overflow:hidden;
}
.course2Dl dd{
	overflow: hidden;
	background:#fff;
	margin-bottom:0.5rem;
}
.course2Dl dd .ddDiv1{
	clear: both;
	overflow: hidden;
	padding:0.5rem;
}
.course2Dl dd .ddDiv1.bdBottom:after{border-bottom:1px solid #e6e6e6}
.course2Dl dd .ddDiv1 .pic{width:5.5rem;margin-right:0.5rem}
.course2Dl dd .ddDiv1 .pic:before{padding-top:56.73%}
.course2Dl dd .ddDiv1 .divR{overflow:hidden}
.course2Dl dd .ddDiv1 .divR .divT{
	clear: both;
	height:1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	font-size:0.67rem;
	color:#333333;
}
.course2Dl dd .ddDiv1 .divR .divT2{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height:1rem;
	font-size:0.65rem;
	color:#999999;
}
.course2Dl dd .ddBtBox{
	clear: both;
	height:1.75rem;
	overflow: hidden;
	padding:0.25rem 0.5rem;
}
.course2Dl dd .ddBtBox .divT3{
	line-height: 1.75rem;
	color: #ff813b;
	font-size:0.6rem;
}
.course2Dl dd .ddBtBox .divT3 span{font-size:0.68rem;}
.course2Dl dd .ddBtBox .bt{
	height:1.75rem;
	line-height:1.75rem;
	color: #333333;
	font-size:0.67rem;
	padding-left:0.8rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 0.7rem;
	background-image: url(../images/icon65.png);
}
.orderBox{
	overflow: hidden;
	background:#fff;
	padding:0 0.5rem;
}
.orderBoxT{
	height:1.9rem;
	overflow: hidden;
	line-height: 1.9rem;
	color: #333333;
	font-size:0.65rem;
}
.orderBoxT .divT2{color:#e50009}
.orderBoxT2{
	height:0.7rem;
	overflow: hidden;
	line-height:0.7rem;
	color: #333333;
	font-size:0.65rem;
	padding-bottom:0.8rem;
}
.deleteBt{
	width:0.72rem;
	height:1.9rem;
	background:url(../images/icon25.png) no-repeat center center;
	background-size:100% auto;
}
.orderBoxC{
	clear: both;
	overflow: hidden;
}
.orderBoxCL{overflow: hidden;}
.orderBoxCL .picBox{margin-right:0.5rem}
.orderBoxCL .pic{width:5.5rem;}
.orderBoxCL .pic:before{padding-top:56.73%}
.orderBoxCL .pic img{object-fit:contain}
.orderBoxCL .divR{
	overflow: hidden;
	padding-right:0.5rem;
}
.orderBoxCL .divR .divT{
	clear: both;
	overflow: hidden;
	color: #333333;
	font-size:0.68rem;
	line-height: 1rem;
	padding:0.25rem 0;
}
.orderBoxCL .divR .divT2{
	clear: both;
	overflow: hidden;
	color: #333333;
	font-size:0.65rem;
	line-height: 1rem;
}
.orderBoxCL .divR .divT3{
	clear: both;
	overflow: hidden;
	color: #fa271c;
	font-size:0.6rem;
	line-height:1rem;
}
.orderBoxCR{
	text-align:right;
	overflow:hidden;
}
.orderBoxCR .divT{
	font-size: 0.65rem;
	color: #333333;
	line-height: 1rem;
}
.orderBoxCR .divT2{
	font-size: 0.65rem;
	color: #e50009;
	line-height: 1rem;
}
.orderBtnBox{
	padding:0.5rem 0;
	padding-bottom:1rem;
}
.orderBtnBox:after{
	content: "";
	display: block;
	clear: both;
	height:0;
}
.orderBtnBox .bt{
	display: block;
	width:4rem;
	height:1.8rem;
	text-align: center;
	line-height:1.8rem;
	font-size:0.65rem;
	color: #ff813b;
	margin-left: 0.5rem;
}
.orderBtnBox .bt:before{border:1px solid #ff813b;border-radius:10px;}
.orderBtnBox .bt2{
	display: block;
	width:4rem;
	height:1.75rem;
	text-align: center;
	line-height:1.75rem;
	font-size:0.65rem;
	color: #fff;
	margin-left: 0.5rem;
}
.orderBtnBox .bt2:before{border:1px solid #ff813b;border-radius:10px;background:#ff813b}
.orderBtnBoxT{
	background:#fff;
	overflow:hidden;
	color: #333333;
	font-size:0.66rem;
	text-align: right;
}
.orderBtnBoxT span{font-size:0.9rem}
.orderBtnBoxT .divT2{color:#e50009}
.orderBtBox{
	background:#fff;
	overflow:hidden;
}
.orderBtBox .divT{
	height:1.5rem;
	line-height: 1rem;
	padding-top:1.9rem;
	color: #666666;
	font-size:0.65rem;
	text-align: center;
	background-position: center 0.5rem;
	background-repeat: no-repeat;
	background-size: auto 1.2rem;
}
/*----*/
.mbHome{
	display: block;
	width: 1.5rem;
    height: 1.5rem;
    background: url(../images/fIcn111.png) no-repeat center center;
    background-size: auto 1rem;
    position: absolute;
    top: 0.5rem;
    left:0.5rem;
	z-index:1;
}
.upload-state-done{
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
.webuploader-pick{background:none !important;padding:15px}
.setUpHead .pic img{object-position:center top}
/*考试列表*/
.smtBox_a{
	overflow: hidden;
	background:#ebebeb;
	padding:0 0.5rem;
}
.smtBox_a a{
	float: left;
	height:1.5rem;
	line-height: 1.5rem;
	font-size:0.65rem;
	color: #666;
	padding:0 1rem;
	border-radius:5px;
}
.smtBox_a a.hover{background:#03366d;color:#fff;}
.smtDl dd{
	clear: both;
	overflow: hidden;
	padding:0.25rem 0.5rem;
}
.smtDl dd a{
	display: block;
	overflow: hidden;
	background:#ebebeb;
	padding:0.5rem;
	border-radius:5px;
	position: relative;
	box-shadow:1px 2px 3px rgba(0,0,0,0.2);
}
.smtDl dd a.bdLeft:before{border-left:1px solid #d3d3d3;}
.smtDl dd a .divT2{
	height:1.75rem;
	overflow: hidden;
}
.smtDl dd a .divT2 span{
	display:block;
	height:1.75rem;
	line-height:1.75rem;
	color: #fff;
	font-size: 0.65rem;
	background:#ff813b;
	border-radius:5px;
	text-align: center;
	margin:0 0.25rem
}
.smtDl dd a .divT{
	overflow: hidden;
	clear: both;
	padding:0.15rem 0;
	line-height:1rem;
}
.smtDl dd a .divT span{
	float: left;
	font-size:0.65rem;
	color: #666;
}
.smtDl dd a .divT div{
	overflow: hidden;
	padding-left:0.5rem;
	line-height: 1rem;
	font-size:0.65rem;
	color:#333;
}
.video-js .vjs-big-play-button{
	position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
/**/
.curriculumDl{
	clear: both;
	overflow: hidden;
	padding:0.5rem;
}
.curriculumDl dd{
	clear: both;
	overflow: hidden;
	padding:1rem;
	background:#fff;
	border-radius:5px;
	margin-bottom:0.5rem;
}
.curriculumDl dd .flex{align-items:center;}
.curriculumDl dd .ddL .divT{
	clear: both;
	height:1rem;
	overflow: hidden;
	line-height:1rem;
	color:#999999;
	font-size:0.65rem;
}
.curriculumDl dd .ddL .divT2{
	clear: both;
	height:1.5rem;
	overflow: hidden;
	line-height: 1.5rem;
	color:#333333;
	font-size:0.7rem;
}
.curriculumDl dd .btn{
	height:1.5rem;
	padding:0 1rem;
	line-height: 1.5rem;
	text-align: center;
	font-size:0.65rem;
	background:#c9c9c9;
	color:#fff;
	border-radius:5px;
	align-items:center;
}
.curriculumBt{
	height:2.25rem;
	line-height: 2.25rem;
	font-size:0.65rem;
	color: #ff813b;
	position: absolute;
	top:0;
	right:0.5rem;
	z-index: 99;
}
/*我报名的课程*/
.kcbmDl{
	overflow: hidden;
	padding:0.5rem 1rem;
}
.kcbmDl dd{
	float: left;
	width: 50%;
}
a.aBtn{
	display: block;
	height:1.75rem;
	margin:0 auto;
	overflow: hidden;
	text-align: center;
	line-height:1.75rem;
	background:#ff813b;
	border-radius:5px;
	font-size:0.65rem;
	color:#fff;
	margin:1rem;
	margin-top:0;
}
a.aBtn:hover{opacity:0.9}
.sctCl2{
	overflow:hidden;
	height:1.75rem;
	line-height: 1.75rem;
	padding-left:1.3rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/sct666.png);
	background-size:auto 0.8rem;
	cursor: pointer;
	color:#000;
	font-size:0.65rem;
}
.sctCl2.sct{background-image: url(../images/sct666h.png);color:#03366d}