*{margin:0px; padding:0px;}
ul, ol ,li{ list-style:none; }
a { text-decoration:none; color: #000000;}
.fl{float: left;}
.fr{float: right;}
.marg{width: 92%; margin: 0 auto;}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.clearfix{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
/* 首页 */
.zcHeader{
	width: 92%;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 12px;
	position: relative;
}
.zc_Header{
	width: 92%;
	height: 24px;
	margin: 0 auto;
	margin-top: 36px;
	margin-bottom: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}
.zc_Header .title{
	position: absolute;
	left: 75px;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.zcheaderHome{margin-bottom: 3px;}
.zclogo{
	float: left;
	width: 50%;
}
.zclogo img{width: 100%;}
.zcsearch{
	width: 25%;
	float: left;
	padding-left: 2%;
	margin-top: 4px;
}
.zccustSerList{
	float: left;
	width: 25%;
}
.zccustSer{
	float: left;
	width: 50%;
	text-align: center;
}
.icozccustSer{
	font-size: 26px !important;
	color: #083685;
}
.zccustSer div{
	font-size: 14px;
	color: #083685;
	line-height: 6px;
}
.zcList{
	float: left;
	width: 50%;
	text-align: right;
}
.icozcList{
	font-size: 40px !important;
	color: #083685;
	
}
.zcMoSecDiv{
	width: 92%;
	margin: 0 auto;
}
.zcMoSecDiv .mui-slider{border-radius: 10px;}
.zcSecondLevDiv{
	width: 92%;
	margin: 0 auto;
	margin-top: 20px;
}
.zcSecondLevDiv a{
	float: left;
	width: 20%;
	text-align: center;
	color: black;
	font-size: 12px;
	margin-bottom: 20px;
}
.zcSecondLevDiv a .pic img{
	width: auto !important;
}
.zcSecondLevDiv a .txtName{
	line-height: normal !important;
	margin-top: 5px;
}
 .zcSecondLevDiv .zcHr,.onlineTraining_lastDiv .zcHr{
	border: none;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 0px;
}
.zcExaminationTraining{
	width: 92%;
	margin: 0 auto;
}
.zcExaminationTraining .head{
	text-align: center;
	margin-top: 10px;
}
.zcExaminationTraining .head span{
	color: #e5e5e5;
}
.etDetBox{
	width: 100%;
	border-radius: 10px;
	box-shadow:0 0 10px #8f8f8f78;
	height: 110px;
	overflow: hidden;
	margin-top: 15px;
}
.etDetBox .pic{
	float: left;
	width: 45%;
}
.etDetBox .pic img{
	width: 80% !important;
	border-radius: 10px;
	margin: 14px 10%;
	height: 82px;
}
.etDetBox .det{
	float: left;
	/* width: 55%; */
	width: 52.5%;
	margin: 14px 0;
	
	height: 82px;
	position: relative;
}
.etDetBox .det .courseName{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: black;
}
.etDetBox .det .coursePir{
	color: red;
	text-align: right;
	margin-right: 10px;
}
.etDetBox .det .btn{
	float: right;
	width: 100%;
	
	position: absolute;
	bottom: 0;
}
.etDetBox .det .btnTyp{
	float: left;
	/* width: 80px; */
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 15px;
	font-size: 15px;
	/* margin-right: 10px; */
	width: 45%;
	margin-right: 5%;
}
.etDetBox .det .Audition{background-color:#5081C2;}
.etDetBox .det .BuyNow{background-color:#F18F36;}
.zcBar{
	position: fixed;
	z-index: 10;
	/* z-index: 21; */
	right: 0;
	left: 0;
	box-shadow: 0 0 1px rgba(0, 0, 0, .85);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	display: table;
	width: 100%;
	height: 60px;
	padding: 0;
	table-layout: fixed;
	border-top: 0;
	border-bottom: 0;
	-webkit-touch-callout: none;
	background-color: white;
}
.zcBar .tabItem{
	display: table-cell;
	overflow: hidden;
	width: 1%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #929292;
}
.zcBar .tabItem .iconStyle{
	text-align: center;
	white-space: nowrap;
	font-family: Muiicons;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	position: relative;
	z-index: 20;
	top: 3px;
	/* width: 24px;
	height: 24px; */
	width: 26px;
	height: 26px;
	padding-top: 0;
	padding-bottom: 0;
}
.icSpec{
	width: 24px !important;
	height: 24px !important;
}
.zcBar .tabItem .tabLabel{
	text-align: center;
	white-space: nowrap;
	color: #929292;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}
.iconxuexizhongxin{font-size: 28px !important;}
.iconadd-cart{font-size: 29px !important;}
.active{color: #083685 !important;}
.newsNotice{
	width: 92%;
	margin: 0 auto;
	margin-top: 12px;
}
._Select{font-weight: bold;color: #000000 !important;}
.newsNotice .title li{
	float: left;
	margin-right: 15px;
	line-height: 40px;
	color: #7E7E7F;
}
.newsNotice .content{margin-bottom: 80px;}
.newsNotice .content .policyNews{
	width: 100%;
	/* height: 85px; */
	height: 95px;
	overflow: hidden;
	/* position: relative; */
	margin-bottom: 7px;
}
.newsNotice .content .policyNews .leftTxt{
	float: left;
	width: 59%;
	position: relative;
	height: 80px;
}
.newsNotice .content .policyNews .rightPic{
	float: left;
	width: 40%;
	/* height: 85px; */
	height: 80px;
	overflow: hidden;
}
.newsNotice .content .policyNews .rightPic img{width: 100%;height: 100%; border-radius: 10px;}
.newsNotice .content .policyNews .leftTxt .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: black;
	font-size: 17px;
}
.newsNotice .content .policyNews .leftTxt .time{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
}
.backToTop{
	position: fixed;
	z-index: 12;
	right: 4%;
	bottom: 60px;
}
/* 继续教育 */
.contEduStu{
	margin-top: 20px;
}
.contEduStu ._Select,.promCouFree ._Select {margin-left: 4%;margin-bottom: 8px;}
.contEduStu .bgGrey{
	background-color: #F4F4F4;
	width: 100%;
	height: 80px;
	text-align: center;
}
.contEduStu .bgGrey div{padding-top: 27px;}
.contEduStu .bgGrey div a{color: black !important;}
/* 登录后 */
.contEduStu .tableDiv{
	width: 92%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow:0 0 10px #8f8f8f78;
}
.contEduStu .tableDiv .tableHead{
	background-color: #4892CF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.contEduStu .tableDiv .tableHead .startLe{
	float: left;
	color: white;
	width: 80px;
	text-align: center;
	border-radius: 15px;
	background-color: #90C4EB;
	height: 24px;
	line-height: 24px;
	margin-top: 8px;
	margin-left: 10px;
}
.contEduStu .tableDiv .tableHead .exitAccount{
	float: right;
	width: auto;
	text-align: right;
	margin-right: 15px;
}
.contEduStu .tableDiv .table{
	padding: 6px 0;
}
.contEduStu .tableDiv .table table{
	width: 100%;
	text-align: center;
}
.contEduStu .tableDiv .table table th{
	color: #797573;
	font-weight: normal;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	height: 30px;
	line-height: 30px;
}
.contEduStu .tableDiv .table table td{
	color: #6A9FD5;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.contEduStu .tableDiv .table table td .blueC{
	position: absolute;
	top: 15px;
	left: 10%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4892CF;
}
.contEduStu .tableDiv .table table th:last-child{border-right: none;}
.contEduStu .tableDiv .table table tr td:first-child{color: #55555F;}
.contEduStu .tableDiv .table table tr td:last-child{border-right: none;}
.contEduStu .tableDiv .table table .bor td{border-bottom: none;}


.zcSecondLevDiv2{
	width: 92%;
	margin: 0 auto;
	margin-top: 20px;
}
.zcSecondLevDiv2 a{
	float: left;
	width: 33.3333%;
	text-align: center;
	color: black;
	font-size: 12px;
	margin-bottom: 20px;
}
.promCouFreeSlid{
	/* width: 92%; */
	margin: 0 auto;
	height: 130px;
}
.promCouFreeSlid .etDetBox{
	margin-top: 0;
	width: 92%;
	margin-top: 10px;
	margin-left: 10px;
}
.promCouFreeSlid .etDetBox .det .btnTyp2{float: right;}
.newsNotice .Notice .leftTxt{
	width: 100% !important;
	float: none !important;
}
.newsNotice .Notice .leftTxt .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsNotice .policyNews .notiHr{
	border: none;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 13px;
}
.newsNotice .Notice .notiHr{
	border: none;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 0px;
}
.newsNotice .content .Notice{
	margin-bottom: 0;
	height: 76px;
}
.newsNotice .content .Notice .leftTxt{
	height: 63px;
}
.backToHome{
	position: absolute;
	left: 0;
}
.backToHome i{
	color: #757677;
	font-size: 24px;
	font-weight: normal;
}
.bth2{top: 10px;}
.icBack{margin-bottom: 10px;}
/* 继续教育二级... */
.searchArea{
	width: 92%;
	margin: 0 auto;
}
.leftProvinces{
	background-color: #F8F8F8;
	float: left;
	width: 25%;
	text-align: center;
	color: #231815;;
}
.rightCities{
	float: right;
	width: 75%;
}
.leftProvinces ul li{
	height: 50px;
	line-height: 50px;
	position: relative;
}
.leftProvinces ul li .selectDiv{
	background-color: #124F78;
	height: 100%;
	width: 2px;
	position: absolute;
	left: 0;
}
.leftProvinces .select{
	background-color: white;
	color: #124F78;
}
.rightCities li{
	line-height: 26px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 15px;
	padding: 8px 0;
	color: #626363;
	position: relative;
}
.rightCities li div{
	position: absolute;
	right: 10px;
	top: 25%;
}
.rightCities ul{
	padding-left: 14px;
}
.rightCities .city{
	font-size: 17px;
	color: #231815;
	border-bottom: 1.5px solid #D3D3D3;
}
.loginDiv{
	width: 92%;
	margin: 0 auto;
	margin-top: 20%;
}
.loginDiv .inpTxt{
	background : #F5F5F5 !important;
	border-radius: 12px !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size : 16px;
	border: none !important;
}
.buttTyp{
	height : 48px;
	line-height: 48px;
	border-radius : 12px;
	width: 100%;
	text-align: center;
	color: white;
}
.loginDiv .logBut{background : #68AEE0;margin-bottom: 15px;}
.loginDiv .regBut{background : #B7B6B6;margin-bottom: 25px;}
.userAgree{
	font-size : 15px;
	color : #B7B6B6;
	text-align: center;
}
.userAgree a{text-decoration: underline;}
.usagType{
	width: 92%;
	margin: 0 auto;
}
.usagType p{
	color : #231815;
	font-size: 18px;
	margin: 0;
}
.usagType .usagTit{
	font-weight: bold;
	margin-top: 26px;
}
.registerDiv{
	width: 92%;
	margin: 0 auto;
	color : #59595C;
	margin-top: 20px;
}
.registerBottom{
	margin-top: 45px;
}
.registerBottom .submitBut{background : #68AEE0;margin-bottom: 15px;}
.registerForm .titName{
	float: left;
	width: 80px;
	height: 40px;
	line-height: 40px;
}
.registerForm .inpTyp{
	width: calc(100% - 80px) !important;
	border: none;
	border-bottom: 1px solid #c2c1c1;
	font-size: 16px;
}
.registerForm .area{
	float: left;
	width: calc(100% - 80px) !important;
	border: none;
	border-bottom: 1px solid #c2c1c1;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.registerForm .area .bggrey{
	background : #EAEAEA;
	padding-left: 15px;
	height: 24px;
	line-height: 24px;
	color : #444444;
}
.registerForm .area .redTxt{
	color: #D12B21;
	font-size: 12px;
	margin: 5px 0;
}
.registerForm .area .redTxt .img{
	float: left;
	width: 15px;
}
.registerForm .area .redTxt .redt{
	float: left;
	width: calc(100% - 15px);
}
.redStar{color: red !important;}
.registerForm .codePos{position: relative;}
.registerForm .codePos .code{
	position: absolute;
	color: #68AEE0;
	right: 0;
	top: 7px;
}
.registerForm .selectBox{
	float: left;
	width: calc(100% - 80px) !important;
	font-size: 16px !important;
	border: none;
	border-bottom: 1px solid #c2c1c1;
	color : #231815;
	padding: 10px 0;
	position: relative;
	margin-bottom: 15px;
}
.registerForm .selectBox .inputCase{
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.registerForm .selectBox .inputCase input.imitationSelect{
	width: 100%;
	height: 26px;
	box-sizing: border-box;
	border: 1px solid #4C4C4C;
	display: block;
	border-radius: 6px;
	margin-bottom: 0 !important;
}
.registerForm .selectBox .inputCase .arrowdown{
	position: absolute;
	height: 26px;
	line-height: 23px;
	width: 26px;
	background-color: #5D5E5E;
	border: 1px solid #4C4C4C;
	top: 0;
	right: 0;
	color: white;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	text-align: center;
}
.registerForm .selectBox .inputCase .arrowdown .mui-icon{font-size: 16px !important;}
.registerForm .selectBox .selectUl{
	display: none;
	position: absolute;
	top: 36px;
	left: 5px;
	background-color: white;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-right: 1px solid #4C4C4C;
	/* width: calc(100% - 30px) !important; */
	z-index: 99;
}
.registerForm .selectBox .selectUl li{
	padding: 0 22px;
	height: 33px;
	line-height: 33px;
	list-style: none;
	/* text-indent: 20px; */
	border-bottom: 1px solid #c2c1c1;
}
.registerForm .selectBox .selectUl li:last-child{
	border-bottom: 0 none;
}
.zc_Header .close{left: 36px;}
.redTxtTop{
	color: #D12B21;
	font-size: 14px;
	background : #FCEEEE;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}
.redTxtTop .img{
	float: left;
	width: 15px;
	padding-top: 1.5px;
}
.redTxtTop .redt{
	float: left;
	width: calc(100% - 15px);
	position: relative;
}
.redTxtTop .redt .countdown{
	position: absolute;
	right: 0;
}
.zcBlank{
	width: 92%; 
	margin: 0 auto;
}
.yearList{
	margin-bottom: 60px;
}
.yearList .year .yearDet{
	background : #F8F8F8;
	font-size : 18px;
	color : #999999;
	height: 46px;
	padding: 10px 4%;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
.yearList .year .yearDet .left{
	float: left;
	width: 50%;
}
.yearList .year .yearDet .right{
	float: left;
	width: 50%;
	text-align: right;
}
.yearList .year .yearDet .right .iconshang{
	display: none;
}

.yearList .year .content{
	width: 92%;
	margin: 0 auto;
	display: none;
}
.yearList .year .content li{
	background-color: white;
	height: 80px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}
.yearList .year .content li:last-child{border-bottom:0;}
.yearList .year .content li .titLeft{
	float: left;
	width: 78%;
}
.yearList .year .content li .priceRight{
	float: left;
	width: 22%;
	position: relative;
}
.yearList .year .content li .titLeft .tit{
	font-size : 16px;
	color : #4B4D58;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 0;
}
.yearList .year .content li .titLeft .time{
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
}
.yearList .year .content li .priceRight span{
	color: #D94B43;
	font-size: 20px;
	line-height: 80px;
}
/* 复选框 */
.son_check{
	position: absolute;
	top: 28px;
	right: 0;
}
.son_check +label{
	display: block;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 28px;
	right: 0;
	border: none;
	border-radius: 50%;
	background-color: #B7B6B6;
	color: white;
}
/*当input框为选中状态时,lable标签的样式,其中在css选择时,“：”表示当前input框的值,即checked； 该部分主要对显示的“对号”的大限居中方式,显示颜色进行了设置*/
.son_check:checked +label::before{
	display: block;
	/* content: "\2714"; */
	content: url("../img/check.png");
	/* background: url("../img/check.png") no-repeat; */
	text-align: center;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 16px;
	color: white;
	background-color: #68AEE0;
	border: none;
	border-radius: 50%;
}
.zcBar .totalDiv{
	float: left;
	margin-left: 4%;
	width: 66%;
	height: 100%;
	line-height: 60px;
}
.zcBar .totalDiv .totalPrice{color: #D94B43;}
.zcBar .ButtonDiv{
	float: right;
	width: 30%;
	text-align: center;
	background : #68AEE0;
	color: white;
	height: 100%;
	line-height: 60px;
}
/* 确认订单页 */
.orderList{
	width: 92%;
	margin: 0 auto;
}
.orderList ul li{
	height: 80px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px;
}
.orderList ul li .titLeft{
	float: left;
	width: 85%;
}
.orderList ul li .priceRight{
	float: left;
	width: 15%;
	text-align: right;
}
.orderList ul li .titLeft .tit{
	font-size : 16px;
	color : #4B4D58;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 0;
}
.orderList ul li .titLeft .time{
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
}
.orderList ul li .priceRight span{
	color: #D94B43;
	font-size: 20px;
	line-height: 80px;
}
.zc_mengCeng{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: #000;
	opacity: .4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	display: none;
}
.paymentMethod{
	width: 100%;
	background-color: white;
	position: absolute;
	bottom: 0;
	z-index: 99;
	display: none;
}
.paymentMethod .head{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color : #4B4B4C;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.paymentMethod .head .close{
	position: absolute;
	right: 4%;
	font-size: 18px;
}
.paymentMethod .payMethodList{
	width: 92%;
	margin: 0 auto;
}
.paymentMethod .payMethodList li{
	padding: 0 4%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #CCCCCC;
}
.paymentMethod .payMethodList li:last-child{border-bottom: 0;}
.paymentMethod .payMethodList li .accountBalance{
	font-size : 12px;
	color : #231815;
	margin-left: 15px;
	font-weight: bold;
}
.paymentMethod .payMethodList li img{
	float: left;
	margin-top: 15px;
}
.paymentMethod .payMethodList li .studyCard{
	font-weight : bold;
	font-size : 18px;
	color : #231815;
}
.paymentMethod .payMethodList li .studyCardPass{
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	margin-bottom: 0;
	font-size: 16px;
	width: calc(100% - 101px);
}
/* 首页 搜索后 */
.homeSearch{
	float: left;
	width: 87%;
}
.cancelSearch{
	float: right;
	text-align: right;
	width: 13%;
	line-height: 34px;
}
.cancelSearch a{color: #4C4C4C;}
.homeSearch_sec{
	width: 92%;
	margin: 0 auto;
}
.homeSearch_sec .mayIntere{
	font-weight : bold;
	font-size : 20px;
	color : #231815;
	margin-bottom: 15px;
}
.mayIntereList li{
	position: relative;
	padding-left: 26px;
	color : #555555;
	margin-bottom: 20px;
}
.mayIntereList .num{
	background-color: #E2E0E0;
	color: white;
	width: 18px;
	text-align: center;
	height: 18px;
	line-height: 18px;
	border-radius: 5px;
	font-size: 10px;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
}
.mayIntereList .bluebg{background-color: #68AEE0 !important;}
/* 学习卡充值 中财优惠宝 */
.scr_sec{
	width: 92%;
	margin: 0 auto;
}
.scr_sec .accBalances{
	font-weight : bold;
	font-size : 21px;
	color : #231815;
	color : rgb(35, 24, 21);
	padding-top: 30px;
	margin-bottom: 20px;
}
.scr_sec .stuCardRech{
	font-weight : bold;
	font-size : 18px;
	color : #231815;
	color : rgb(35, 24, 21);
	margin-bottom: 20px;
}
.scr_sec input{
	width: 92%;
	margin-left: 4%;
	margin-bottom: 30px;
}
.scr_sec .submitBut{
	background : #68AEE0;
	width: 92%;
	margin-left: 4%;
}
.zcTips{
	display: none;
	width: 64%;
	height: 180px;
	margin: 0 auto;
	background-color: white !important;
	border-radius: 13px;
	z-index: 99;
	position: fixed;
	left: 18%;
	top: 40%;
}
.zcTips .head{
	color: #757677;
	font-weight: normal;
	position: relative;
	height: 40px;
	line-height: 40px;
}
.zcTips .head .close{
	position: absolute;
	right: 5%;
	font-size: 18px;
}
.zcTips .cont{
	line-height : 24px;
	color : #68AEE0;
	color : rgb(104, 174, 224);
	text-align: center;
	padding: 0 15px;
}
/* 继续教育-选课 */
.courseCate{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.courseCate li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 46px;
	line-height: 46px;
	color : #4B4D58;
	color : rgb(75, 77, 88);
	font-size: 16px;
}
.checkCour{background-color: #68AEE0; color: rgb(255,255,255) !important;}
.courseList{
	margin-bottom: 60px;
}
.courseList .course .courseDet{
	background : #F8F8F8;
	font-size : 18px;
	color : #999999;
	height: 46px;
	padding: 10px 4%;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
.courseList .course .courseDet .left{
	float: left;
	width: 50%;
}
.courseList .course .courseDet .right{
	float: left;
	width: 50%;
	text-align: right;
}
.courseList .course .courseDet .right .iconshang{
	display: none;
}
.courseList .course .content{
	width: 92%;
	margin: 0 auto;
	display: none;
}
.courseList .course .content li{
	background-color: white;
	/* height: 80px; */
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}
.courseList .course .content li:last-child{border-bottom:0;}
.courseList .course .content li .titLeft{
	float: left;
	width: 75%;
}
.courseList .course .content li .priceRight{
	float: left;
	width: 25%;
	position: relative;
}
.courseList .course .content li .titLeft .tit{
	font-size : 16px;
	color : #4B4D58;
	/* height: 24px; */
	line-height: 24px;
	margin-top: 15px;
	/* margin-bottom: 0; */
}
.courseList .course .content li .priceRight span{
	color: #68AEE0;
	font-size: 14px;
	line-height: 80px;
}
.zcBar .totalDiv .viewSelected{
	float: right;
	font-size : 14px;
	color : #999999;
	color : rgb(153, 153, 153);
}
.zcBar .totalDiv .viewSelected .left{
	float: left;
}
.zcBar .totalDiv .viewSelected .right{
	float: right;
	
}
.zcBar .totalDiv .viewSelected .right .iconfont{font-size : 14px;}
.selectedCourses{
	width: 100%;
	background-color: white;
	position: absolute;
	bottom: 61px;
	z-index: 99;
	display: none;
}
.selectedCourses .head{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color : #4B4B4C;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.selectedCourses .head .close{
	position: absolute;
	right: 4%;
	font-size: 18px;
}
.selectedCourses .selectedCoursesList{
	height: 300px;
	overflow-y: auto;
}
.selectedCourses .selectedCoursesList .leftName{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size : 16px;
	color : #4B4D58;
	color : rgb(75, 77, 88);
}
.selectedCourses .selectedCoursesList .rightCredit{
	float: right;
	width: 30%;
	text-align: right;
	font-size : 14px;
	color : #68AEE0;
	color : rgb(104, 174, 224);
}
.zcTips .startStu{
	width: 45%;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: white;
	background-color: #68AEE0;
	background-color: rgb(104, 174, 224);
	border-radius: 10px;
	margin-top: 15px;
}
/* 继续教育学习页 */
.learnList{
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
.learnList ul li{
	height: 80px;
	width: 100%;
	border: none;
	border-bottom: 1px solid white;
	padding: 2px 4%;
	background-color: #F7F7F7;
}
.learnList ul li .titLeft{
	float: left;
	width: 85%;
}
.learnList ul li .RightGo{
	float: left;
	width: 15%;
	text-align: right;
	line-height: 80px;
	color : #8f8f94;
}
.learnList ul li .titLeft .tit{
	font-size : 16px;
	color : #4B4D58;
	height: 24px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 0;
}
.learnList ul li .titLeft .time{
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
}
/* 年度产品页 */
.courseList .courseContent{
	width: 92%;
	margin: 0 auto;
}
.courseList .courseContent li{
	background-color: white;
	/* height: 80px; */
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}
.courseList .courseContent li .titLeft{
	float: left;
	width: 70%;
}
.courseList .courseContent li .playRight{
	float: right;
	width: 29%;
	position: relative;
}
.courseList .courseContent li .playRight .play{
	position: absolute;
	right: 0;
	top: 43%;
}
.courseList .courseContent li .titLeft .tit{
	font-size : 16px;
	color : #4B4D58;
	line-height: 24px;
	margin-top: 15px;
}
.courseList .courseContent li .playRight p{
	color: #68AEE0;
	font-size: 14px;
	margin-bottom: 0;
}
.courseList .courseContent li .playRight .credit{
	margin-top: 13%;
}
.courseList .courseContent li .playRight .time{
	font-size: 12px;
}
.courseList .courseContent li .playRight .timeAlre{
	font-size: 12px;
	color : #CCCCCC;
	color : rgb(204, 204, 204);
}
	/* 单科 */
.courseList .courseContent li .playRight .startTest_Single{
	float: right;
	font-size: 14px;
	color: white;
	background-color: #68AEE0;
	width: 70px;
	text-align: center;
	border-radius: 13px;
	padding: 3px 0;
	margin-top: 25%;
}
.courseList .courseContent li .playRight .passed_Single{
	background-color: #CCCCCC;
}
.courseList .courseContent li .playRight .passedResults_Single{
	float: right;
	font-size: 14px;
	color: #68AEE0;
}
/* 课程详情页 */
.cdbg{
	background-color: #E2E2E1;
	width: 100%;
	padding: 4%;
	color : #4B4D58;
	color : rgb(75, 77, 88);
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
.cdbg .rightB{
	float: right;
	color: #68AEE0;
	font-size: 14px;
	margin-top: 10px;
}
.cdbg .rightB span{margin-left: 10px;}
.cdDet{
	width: 92%;
	margin: 0 auto;
}
.cdDet li{
	padding: 8px 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.cdDet li .titLeft{
	width: 90%;
}
.cdDet li .titLeft .tit{
	font-size : 16px;
	color : #4B4D58;
	line-height: 24px;
}
.cdDet li .titLeft .time{
	font-size : 14px;
	color : #CCCCCC;
	color : rgb(204, 204, 204);
}
.cdDet li .titLeft .time span:first-child{
	margin-right: 13px;
}
.cdDet li .playRight{
	position: absolute;
	right: 0;
	top: 40%;
}
/* 视频播放页 */
.videoDiv{
	position: relative;
}
.returnSuperior{
	top: 20px;
	left: 4%;
	z-index: 10;
}
.returnSuperior i{
	color: white !important;
}
.cbList .cbListDet{
	background-color: #E2E2E1;
	padding: 12px 4%;
	line-height : 24px;
	color : #4B4D58;
	color : rgb(75, 77, 88);
}
.cbListDet .tit{font-size : 16px; margin-bottom: 15px;}
.cbListDet .tea{font-size : 14px;}
.cbListDet .con{font-size : 14px; text-align:justify; text-justify:inter-ideograph;}
.cbList .cbPdf{
	background-color: #E2E2E1;
	width: 92%;
	margin: 15px auto;
	height: 500px;
}
/* 继续教育-考试 */
.zcTips .startTest{
	float: left;
	width: 45%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: white;
	background-color: #68AEE0;
	background-color: rgb(104, 174, 224);
	border-radius: 10px;
	margin-top: 15px;
}
.zcTips .stillPrepared{margin-left: 10%;}
.topicDiv{
	width: 92%;
	margin: 0 auto;
}
.topicDiv .topic{
	font-size : 16px;
	color : #231815;
	color : rgb(35, 24, 21);
	line-height: 24px;
	margin: 10px 0;
	text-align:justify; text-justify:inter-ideograph;
}
.topicDiv .topic .symbol{
	font-size: 12px;
	padding: 3px;
	color: white;
	background-color: #68AEE0;
	background-color: rgb(104, 174, 224);
	border-radius: 6px;
	margin-right: 5px;
}
.topicDiv .option{
	font-size : 16px;
	color : #231815;
	color : rgb(35, 24, 21);
}
.topicDiv .option li{
	position: relative;
	margin-bottom: 8px;
}
.topicDiv .option li .optionBtn{
	float: left;
	width: 30px;
}
.topicDiv .option li .optionTxt{
	float: left;
	width: calc(100% - 30px);
	line-height: 24px;
}
/* 复选框 */
.option_check{
	
}
.option_A +label{background: url("../img/option/A.png") no-repeat;}
.option_B +label{background: url("../img/option/B.png") no-repeat;}
.option_C +label{background: url("../img/option/C.png") no-repeat;}
.option_D +label{background: url("../img/option/D.png") no-repeat;}
.option_check +label{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 3px #919191;
	border-radius: 50%;
	color : #231815;
	color : rgb(35, 24, 21);
}
/*当input框为选中状态时,lable标签的样式,其中在css选择时,“：”表示当前input框的值,即checked； 该部分主要对显示的“对号”的大限居中方式,显示颜色进行了设置*/
.option_check:checked +label::before{
	display: block;
	/* content: "\2714"; */
	content: url("../img/check.png");
	/* background: url("../img/check.png") no-repeat; */
	text-align: center;
	width: 23px;
	height: 23px;
	line-height: 23px;
	font-size: 16px;
	color: white;
	background-color: #68AEE0;
	border: none;
	border-radius: 50%;
}
/* 选中之后 去掉边框和阴影 */
.option_check:checked +label{
	border: none;
	box-shadow:none
}
.lastNextQues{
	width: 160px;
	float: right;
	margin-right: 4%;
	margin-top: 10px;
}
.lastNextQues .btnStyle{
	float: right;
	width: 70px;
	color: white;
	background-color: #68AEE0;
	background-color: rgb(104, 174, 224);
	border-radius: 6px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.lastNextQues .next{
	margin-left: 20px;
}
.zcBar .CalculatorDiv{
	position: relative;
}
.zcBar .Calculator{
	font-size: 14px;
	color: #999999;
	color: rgb(153, 153, 153);
	margin-left: 25px;
}
.zcBar .CalculatorPic{
	position: absolute;
	left: 0;
	top: 16px;
}
.answerSheet{
	width: 100%;
	background-color: white;
	position: absolute;
	bottom: 61px;
	z-index: 99;
	display: none;
}
.answerSheet .head{
	width: 92%;
	margin: 0 auto;
	font-size : 16px;
	color : #4B4B4C;
	color : rgb(75, 75, 76);
	position: relative;
}
.answerSheet .head .close{
	position: absolute;
	top: 15px;
	right: 0;
	font-size: 18px;
}
.answerSheet .head .answerSheetTit{
	margin: 8px 0;
}
.answerSheet .head .answerSheetTit .circleStyle{
	width: 17px;
	height: 17px;
	border: 1px solid #CCCCCC;
	border-radius: 50%;
}
.answerSheet .head .answerSheetTit .floatLeft{
	float: left;
	margin-right: 5px;
}
.answerSheet .head .answerSheetTit .blue{
	background-color: #68AEE0;
	background-color: rgb(104, 174, 224);
	border: none;
}
.answerSheet .head .answerSheetTit .astb{
	font-size: 14px;
	margin: 8px 0;
	line-height: 17px;
}
.answerSheet .con{
	border-top: 1px solid #CCCCCC;
}
.answerSheet .con .topic{
	
}
.answerSheet .con .topic .tit{
	background-color: #F7F7F7;
	font-size : 16px;
	color : #4B4B4C;
	color : rgb(75, 75, 76);
	line-height: 30px;
	padding: 0 4%;
}
.answerSheet .con .topic .topicBtn{
	width: 92%;
	margin: 0 auto;
	margin-top: 10px;
}
.answerSheet .con .topic .topicBtn li{
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	color: white;
	background-color: #68AEE0;
	background-color: rgb(104, 174, 224);
	margin-right: calc((100% - 180px) / 5);
	margin-bottom: 10px;
}
.answerSheet .con .topic .topicBtn li:nth-child(6n){margin-right: 0;}
.answerSheet .con .topic .topicBtn .notAnswer{
	color : #4B4B4C;
	color : rgb(75, 75, 76);
	background-color: white;
	border: 1px solid #4B4B4C;
}
.stp2_1,.stp2_2,.stp2_btn{display: none;}
.zcTips .viewResults{
	margin: 0 auto;
	float: none;
	margin-top: 15px;
}
.zcBar .passedTest{
	background-color: #CCCCCC !important;
}
.zcBar .testRes{
	color: #68AEE0;
}

/* 个人中心首页 */
.studentAccountName{
	float: left;
	width: 75%;
	font-weight : bold;
	font-size : 24px;
	color : #231815;
	color : rgb(35, 24, 21);
	line-height: 44px;
}
.zcpc_box{
	width: 92%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow:0 0 10px #8f8f8f78;
	margin-top: 20px;
}
.zcpc_box .boxTit{
	color : #282828;
	color : rgb(40, 40, 40);
	font-weight: bold;
	line-height: 40px;
	padding: 0 4%;
}
.zcpc_box hr{
	border: none;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 0px;
}
.zcpc_box li{
	line-height: 45px;
	padding: 0 4%;
	color : #231815;
	color : rgb(35, 24, 21);
	border-bottom: 1px solid #E0E0E0;
	position: relative;
}
.zcpc_box li .iconfont{
	float: right;
	color : #E0E0E0;
	color : rgb(224, 224, 224);
}
.zcpc_box li img{
	position: absolute;
	top: 11px;
	left: 4%;
}
.zcpc_box li span{
	margin-left: 35px;
}
/* 考试培训 */
.extHead{
	width: 92%;
	margin: 0 auto;
}
.extHead .chooseTit{
	float: left;
	width: 35%;
	font-weight : bold;
	font-size : 14px;
	color : #0D367B;
	color : rgb(13, 54, 123);
	margin-top: 5px;
}
.extHead .chooseTit .iconfont{font-size : 14px;}
.extHead .ulblock{
	float: left;
	width: 30%;
	background-color: #F6F6F6;
	border-radius: 5px;
	padding: 5px;
}
.extHead .ulblock li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 20px;
	
	border-radius: 5px;
	font-weight : bold;
	font-size : 12px;
	color : #231815;
	color : rgb(35, 24, 21);
}
.extHead .ulblock .check{
	background-color: white;
}
.extHead .shopcart{
	float: right;
}
.extContent{
	margin-top: 10px;
}
.extContent .RecommendedCourses{
	font-weight : bold;
	font-size : 18px;
	color : #231815;
	color : rgb(35, 24, 21);
	margin-top: 20px;
}

.etDetBox{
	width: 100%;
	border-radius: 10px;
	box-shadow:0 0 10px #8f8f8f78;
	height: 110px;
	overflow: hidden;
	margin-top: 15px;
}
.etDetBox .picBook{
	float: left;
	width: 110px;
}
.etDetBox .picBook img{
	border-radius: 10px;
	margin: 14px;
	width: 82px;
	height: 82px;
}
.etDetBox .detBook{
	float: left;
	width: calc(100% - 110px);
	margin: 14px 0;
	height: 82px;
	position: relative;
	overflow: hidden;
}
.etDetBox .detBook .bookName{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color: black;
}
.etDetBox .detBook .bookPir{
	display: inline-block;
	color: red;
	margin-right: 3px;
	font-size: 15px;
	margin-top: 6px;
}
.etDetBox .detBook .bookPirline{
	display: inline-block;
	color: #CECFCE;
	text-decoration: line-through;
	font-size: 12px;
}
.etDetBox .detBook .btn{
	width: 100%;
	position: absolute;
	bottom: 0;
}
.etDetBox .detBook .btnTyp{
	float: right;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: white;
	border-radius: 15px;
	font-size: 15px;
	width: 80px;
	margin-right: 5%;
}
.etDetBox .detBook .BuyNow{background-color:#F18F36;}
/* 试听课程 */
.bgwhite{
	background-color: white;
	width: 100%;
	padding: 13px 4%;
	margin-bottom: 10px;
}
.bgwhite .title{
	font-weight : bold;
	font-size : 18px;
	color : #231815;
	color : rgb(35, 24, 21);
	margin-bottom: 10px;
}
.bgwhite .price{
	font-weight : bold;
	font-size : 14px;
	color : #E72719;
	color : rgb(231, 39, 25);
}
.bgwhite .viewAll{
	font-size : 14px;
	color : #6D6D6D;
	color : rgb(109, 109, 109);
	float: right;
	line-height: 30px;
}
.bgwhite .stuName{
	font-size : 14px;
	color : #040000;
	color : rgb(4, 0, 0);
	
}
.bgwhite .star{
	font-size : 14px;
	color : #040000;
	color : rgb(4, 0, 0);
	float: right;
}
.bgwhite .stuComment{
	font-size : 12px;
	color : #040000;
	color : rgb(4, 0, 0);
	margin-top: 8px;
}
.extCustSer{
	margin-top: 8px;
}
.extCustSer .icozccustSer{
	font-size: 27px !important;
	color: #083685;
}
.extCustSer div{
	font-size: 14px;
	color: #083685;
	line-height: 6px;
}
.zcBar .cur_shop_bot{
	display: -webkit-flex; /* Safari */
	display: flex; 
	justify-content: space-between;
}
.zcBar .shopcart{
	margin-top: 12px;
	text-align: center;
}
.zcBar .shopcart div{
	font-size: 14px;
	color: #F28F35;
	line-height: 6px;
}
.zcBar .e_paper_book{margin-top: 11px;text-align: center;}
.zcBar .e_paper_book div{
	font-size: 14px;
	color : #3F76BC;
	line-height: 6px;
}
.zcBar .btns{
	width: 60%;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-top: 10px;
}
.zcBar .btns .addShopCart{
	background-color: #083685;
	color: white;
	width: 50%;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	height: 40px;
}
.zcBar .btns .buyNow{
	background-color: #F28F35;
	color: white;
	width: 50%;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	height: 40px;
}
.addCartBuy{
	width: 100%;
	background-color: white;
	position: absolute;
	bottom: 0px;
	z-index: 99;
	display: none;
}
.addCartBuy .head{
	width: 100%;
	padding: 15px 4%;
	color : #4B4B4C;
	font-size: 18px;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
}
.addCartBuy .head .close{
	position: absolute;
	right: 4%;
	font-size: 18px;
	font-weight: bold;
}
.addCartBuy .head .pic{
	width: 30%;
	margin-right: 10px;
}
.addCartBuy .head .pic img{width: 100%;}
.addCartBuy .head .price{
	width: calc(70% - 10px);
	color: #E71C18;
	font-size: 18px;
	font-weight: bold;
}
.addCartBuy .courseCategory{
	width: 92%;
	margin: 0 auto;
	height: 300px;
	position: relative;
}
.addCartBuy .courseCategory .tit{
	font-weight: bold;
	margin: 5px 0;
}
.addCartBuy .courseCategory .productName{
	width: 100%;
	margin-top: 15px;
}
.addCartBuy .courseCategory .productName li{
	float: left;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	background-color: #eeeded;
	border: 1px solid #eeeded;
	color: #313332;
	width: 30%;
	margin-right: 5%;
}
.addCartBuy .courseCategory .productName li:nth-child(3n){margin-right: 0;}
.addCartBuy .courseCategory .productName .check{
	border: 1px solid #F28F35;
	color: #F28F35;
	background-color: white;
}
.addCartBuy .courseCategory .btnConfirm{
	width: 100%;
	text-align: center;
	border-radius: 15px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: white;
	background-color: #F28F35;
	position: absolute;
	bottom: 30px;
}
.addCart{
	display: none;
	position: fixed;
	top: 40%;
	left: 15%;
	background-color: rgba(0,0,0,0.6);
	border-radius: 10px;
	width: 70%;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	color: white;
}
/* 个人中心-信息修改 */
.loginDiv .newpass{
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
	display: none;
}
.radio_check +label{
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border: 1px solid #595B5B;
	border-radius: 50%;
}
/*选中后*/
.radio_check:checked +label{
	background: url("../img/option/check.png") no-repeat;
	background-position:53% 45%;
}
/* 我的订单页面 */
.orderSearch{
	width: calc(100% - 80px);
	margin-left: 36px;
	padding-top: 6px;
}
.morCustSer{
	position: absolute;
	right: 0;
	top: 0;
}
.morCustSer .icozccustSer{
	font-size: 27px !important;
	color: #083685;
}
.morCustSer div{
	font-size: 14px;
	color: #083685;
	line-height: 6px;
}
.mo_title{
	display: flex;
	justify-content: space-between;/* 子元素两端对齐 分配剩余空间 */
}
.mo_title li{
	font-size: 15px;
	padding-bottom: 6px;
}
.mo_title .mo_check{
	color : #083685;
	border-bottom: 2px solid #083685;
}
.zc_cartBox{
    width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 18px #c3c3c3;
	overflow: hidden;
	margin-top: 20px;
}
.zc_cartBox .shop_info{
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    vertical-align: baseline;
	padding-left: 4%;
	margin-bottom: 5px;
}
.zc_cartBox .shop_info .all_check{
    position: relative;
    float: left;
    width: 10%;
    height: 40px;
}
.zc_cartBox .shop_info .all_check .shop{
    position: absolute;
    top: 10px;
	left: 7px;
}
.zc_cartBox .shop_info .shop_name{
    font-size: 18px;
}
.zc_cartBox .shop_info .shop_name .iconfont{
    font-size: 14px;
	color: #CCCCCC;
	margin-left: 5px;
}
.zc_cartBox .shop_info .condition{
    font-size: 14px;
	padding-right: 4%;
	color : #F18F36;
}

/*商品列表*/
.mo_order_lists{
    width: 100%;
	display: flex;
}
.mo_order_lists li{
    float: left;
}
/* 继续教育 */
.mo_order_lists .cd_tit{
	width: 80%;
	font-size: 15px;
	padding-bottom: 10px;
}
.mo_order_lists .cd_price{
	width: 20%;
	text-align: right;
	font-size: 14px;
	padding-bottom: 10px;
}
/* 书城 */
.mo_order_lists .list_info_book{
    width: 80px;
    margin-right: 4%;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.mo_order_lists .list_info_book .list_img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.mo_order_lists .list_info_book .list_img img{
    width: 100%;
	height: 100%;
    vertical-align: top;
	border-radius: 10px;
}
.mo_list_info_book_name{
	float: left;
	width: calc(76% - 80px);
	padding-bottom: 10px;
	position: relative;
}
.mo_list_info_book_name .title{
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 考试/高端 */
.mo_order_lists .list_info_exam_img{
    width: 36%;
	margin-right: 4%;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.mo_order_lists .list_info_exam_img .list_img{
    width: 100%;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}
.mo_order_lists .list_info_exam_img .list_img img{
    width: 100%;
    vertical-align: top;
	border-radius: 10px;
}
.mo_list_info_exam_name{
	float: left;
	width: 40%;
	padding-bottom: 10px;
	position: relative;
}
.mo_list_info_exam_name .chooseCourse{
	width: fit-content;
	background-color: #F7F7F7;
	font-size : 14px;
	color : #9F9F9F;
	border-radius: 10px;
	line-height: 30px;
	padding: 0 10px;
	margin: 7px 0;
}

.mo_order_lists .title{
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mo_order_lists .list_price{
    width: 20%;
	text-align: right;
}
.mo_order_lists .list_price .price{
	color: black;
	margin-bottom: 0;
}

/* 底部 */
.zc_cartBox .mo_bottom{
	text-align: right;
}
.zc_cartBox .mo_bottom .payment{
	color: black;
	font-weight: bold;
	margin-left: 5px;
}
.zc_cartBox .mo_bottom .btns .btntyp{
	float: right;
	font-size : 14px;
	color : #5B5C5C;
	margin-bottom: 12px;
	height: 28px;
	line-height: 28px;
	margin-right: 9px;
	width: 80px;
	text-align: center;
	border-radius: 15px;
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 1px inset;
}
.zc_cartBox .mo_bottom .btns .Orange{
	color: #F18F36;
	box-shadow: #F18F36 0px 0px 0px 1px inset;
}
.zc_cartBox .mo_bottom .btns .btntyp:first-child{margin-right: 0 !important;}
.myOrder_box{display: none;}
/* 订单详情页 */
.zc_cartBox .mod_discount{
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 18px;
}
.zc_cartBox .mod_discount li {
	text-align: right;
	font-size : 14px;
	line-height : 19px;
	color : #9F9F9F;
}
.zc_cartBox .mod_discount .margintop{margin-top: 5px;}
.zc_cartBox .mod_discount li .name{float: left;width: 36%;}
.zc_cartBox .mod_discount li .nameBook{float: left;width: 80px;}/* 书城 */
.zc_cartBox .mod_discount li .price{float: right;width: 20%;}
.zc_cartBox .mod_discount li .black{color: black;}
.zc_cartBox .mod_discount li .orange{font-weight: bold;color: #F18F36;}
.mo_bottom .orderInfo{text-align: left;padding-bottom: 10px;}
.mo_bottom .orderInfo .title{font-size: 18px;padding: 12px 0;}
.mo_bottom .orderInfo p{margin-bottom: 5px;color: #000000;position: relative;}
.mo_bottom .orderInfo p .copy{
	position: absolute;
	color: #F18F36;
	right: 0;
	font-weight: bold;
}
.coursesBooks{
	margin-top: 20px;
}
.coursesBooks li{
	float: left;
	margin-right: 15px;
	color : rgb(156, 156, 157);
	font-size: 18px;
}
.coursesBooks .check{
	color: black;
}
/* 确认订单页 */
.personalAddressInfo{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 18px #c3c3c3;
	overflow: hidden;
	margin-top: 20px;
	padding: 15px 4%;
	display:flex;
	align-items:center;
}
.personalAddressInfo .info{
	float: left;
	width: calc(92% - 40px);
	font-size: 14px;
	padding-left: 10px;
}
.personalAddressInfo .info .name{
	font-size: 17px;
}
.personalAddressInfo .info .tel{
	color : rgb(155, 155, 156);
}
.personalAddressInfo .info .addr{
	margin-top: 5px;
	font-size: 12px;
}
.personalAddressInfo .iconbox{
	float: right;
	width: 8%;
	font-size: 14px;
	color: #CCCCCC;
	text-align: right;
}
.moc_bottomBook{
	
}
.moc_bottomBook li{
	font-size: 14px;
	margin-top: 10px;
}
.moc_bottomBook li .titleName{
	float: left;
	text-align: right;
	width: 80px;
}
.moc_bottomBook li .invoice{
	float: right;
}
.moc_bottomBook li .invoice .icon{
    color: #CCCCCC;
	font-size: 14px;
}
.moc_bottomBook li .orderNotes{
	float: left;
	width: calc(100% - 80px);
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
}
.zcBar .submitOrder{
	float: right;
	margin-right: 4%;
}
.zcBar .submitOrder strong{
	font-weight: bold;
	color: #F18F36;
}
.zcBar .submitOrder .totalMoc{
	float: left;
	height: 60px;
	font-size: 15px;
	color : #231815;
	text-align: right;
	line-height: 60px;
	padding-right: 10px;
}
.zcBar .submitOrder .totalMoc .total_piece{color : #9E9E9E;}
.zcBar .submitOrder .calBtn{
    float: left;
}
.zcBar .submitOrder .calBtn a{
    display: block;
    width: 100px;
    height: 40px;
    color: #fff;
    background: #F18F36;
	font-size: 16px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
	margin-top: 9px;
}
/* 我的收货地址 */
.zc_Header .optss2{
	position: absolute;
	right: 0;
	color : #F18F36;
}
.zcBar .addAddrBtn a{
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #F18F36;
	font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
	margin-top: 9px;
}
.myShippingAddressInfo,.myOrderBillDiv,.regulationLibraryBox{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 18px #c3c3c3;
	overflow: hidden;
	margin-top: 20px;
}
.myShippingAddressInfo .info{
	float: left;
	width: calc(88% - 40px);
	font-size: 14px;
	padding-left: 10px;
}
.myShippingAddressInfo .info .name{
	font-size: 17px;
}
.myShippingAddressInfo .info .tel{
	color : rgb(155, 155, 156);
}
.myShippingAddressInfo .info .addr{
	margin-top: 5px;
	font-size: 12px;
}
.myShippingAddressInfo .iconbox{
	float: right;
	width: 13%;
	font-size: 14px;
	text-align: right;
}
.myShippingAddressInfo .iconbox a{color : #9B9B9C;}
.myShippingAddressInfo .topPart{
	width: 100%;
	border-radius: 10px;
	padding: 15px 4%;
	overflow: hidden;
	display:flex;
	align-items:center;
}
.myShippingAddressInfo .topPart .xingBg{
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background-color: #ED833E;
	border-radius: 50%;
	color: white;
	font-size: 14px;
}
.myShippingAddressInfo .bottomPart {display: none;}
.myShippingAddressInfo .bottomPart .buttomChe{
	height: 40px;
	line-height: 40px;
	font-size : 14px;
	color : #231815;
	position: relative;
}
.myShippingAddressInfo .bottomPart .buttomChe .defaultAddress{
	position: absolute;
	left: calc(4% + 21px + 8px);
}
.myShippingAddressInfo .bottomPart .buttomChe .delAddress{
	position: absolute;
	right: 4%;
}
.msa_Hr{
	border: none;
	height: 1px;
	background-color: #e5e5e5;
	margin-top: 0px;
}
/* 编辑收货地址 */
.mySAe_list{
	
}
.mySAe_list li{
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}
.mySAe_list li .title{
	float: left;
	font-weight: bold;
	width: 60px;
	line-height: 40px;
}
.mySAe_list li .mySAe_inp{
	width: calc(100% - 60px);
	font-size: 14px;
	border: none;
	margin-bottom: 0;
}
.mySAe_list li div.mySAe_inp{
	margin-left: 60px;
	min-height: 40px;
	padding: 10px 15px;
}
.mySAe_list li div.mySAe_inp:empty::before{
	content: attr(placeholder);
	color: #828282;
}
.mySAe_list li div.mySAe_inp:focus::before{
	content: none;
}
.mySAe_list li .addressBook{
	position: absolute;
	right: 0;
	top: calc(50% - 9px);
	color : #828282;
}
.mySAe_list li .addressBook i{
	font-size: 14px;
}
.mySAe_buttomChe{
	margin-top: 10px;
	font-size: 14px;
	position: relative;
}
.mySAe_buttomChe .defaultAddress{
	position: absolute;
	right: 4%;
}



/* 开发票 */
.myOrderBillDiv li{
	position: relative;
	font-size: 14px;
	padding: 5px 7%;
}
.myOrderBillDiv li .title_bill{
	float: left;
	width: 98px;
	line-height: 40px;
}
.myOrderBillDiv li .myOB_inpBox{
	float: right;
	width: calc(100% - 98px);
}
.myOrderBillDiv li .myOB_inpBox .myOB_inp{
    font-size: 14px;
    border: none;
    margin-bottom: 0;
	text-align: right;
	padding: 10px 0px;
}
.myOrderBillDiv li .myOB_inpBox .myOB_inp_i{width: calc(100% - 20px);}
.myOrderBillDiv li .myOB_inpBox .iconfont{
	position: absolute;
	right: 7%;
	top: 18px;
	font-size: 14px;
	color: #9E9D9C;
}
.myOrderBillDiv li .myOB_inpBox .chec{
	position: relative;
	float: right;
	width: 55px;
	text-align: right;
	margin-left: 20px;
	line-height: 40px;
}
.myOrderBillDiv li .myOB_inpBox .chec2{
	position: relative;
	float: right;
	width: 22px;
}
.myOrderBillDiv .mob_shuangjiantou{text-align: center;margin-bottom: 5px;}
.myOrderBill_btnsBox{
	position: fixed;
	bottom: 20px;
	width: 92%;
}
.myOrderBill_btnsBox .myOrderBill_btnTy a{
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #F18F36;
	font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
	margin-top: 15px;
}
.myOrderBill_btnsBox .myOrderBill_btnTy2 a{
	background-color: white;
	border: 1px solid #F18F36;
	color: #F18F36;
}
.InvoiceTypeBox{
	width: 100%;
	height: 400px;
	background-color: white;
	position: fixed;
	bottom: 0px;
	z-index: 21;
	display: none;
}
.InvoiceTypeBox .head{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	position: relative;
}
.InvoiceTypeBox .head .close{
	position: absolute;
	top: 16px;
	right: 8%;
	font-size: 20px;
}
.InvoiceTypeBox li{
	position: relative;
	font-size: 14px;
	padding: 0px 4%;
}
.InvoiceTypeBox li .title_bill{
	float: left;
	width: calc(100% - 22px);
	line-height: 40px;
}
.InvoiceTypeBox li .chec2{
	position: relative;
	float: right;
	width: 22px;
}
.myOrderBill_comfBtn{
	width: 92%;
	margin: 0 auto;
	height: 40px;
	color: #fff;
	background: #F18F36;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 25px;
	margin-top: 80px;
}

/* 考试培训 章节练习 */
.extra_chex{
	margin-top: 20px;
}
.extra_chex ._Select,.promCouFree ._Select {margin-left: 4%;margin-bottom: 12px;}
.extra_chex .tableDiv{
	width: 92%;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow:0 0 10px #8f8f8f78;
}
.extra_chex .tableDiv .tableHead{
	background-color: #4892CF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.extra_chex .tableDiv .tableHead .keepLe{
	float: right;
	margin-right: 4%;
	color: white;
	width: 80px;
	text-align: center;
	border-radius: 15px;
	background-color: #90C4EB;
	height: 24px;
	line-height: 24px;
	margin-top: 8px;
}
.extra_chex .tableDiv .tableHead .recentStudy{
	float: left;
	margin-left: 4%;
}
.extra_chex .tableDiv .table{
	padding: 6px 0;
}
.extra_chex .tableDiv .table table{
	width: 100%;
	text-align: center;
	font-size: 15px;
}
.extra_chex .tableDiv .table table th{
	color: #797573;
	font-weight: normal;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	height: 30px;
	line-height: 30px;
}
.extra_chex .tableDiv .table table td{
	color: #6A9FD5;
	border-bottom: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.extra_chex .tableDiv .table table td a{color: #4892CF;}
.extra_chex .tableDiv .table table td .title{
	float: left;
	padding-left: 10%;
	height: 20px;
	line-height: 20px;
}
.extra_chex .tableDiv .table table td .blueC{
	position: absolute;
	top: calc(50% - 3px);
	left: 4%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4892CF;
}
.extra_chex .tableDiv .table table td .stateComplete{
	float: left;
	background-color: #ec6841;
	font-size: 14px;
	color: white;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}
.extra_chex .tableDiv .table table td .InComplete{background-color: #41d3ec;}
.extra_chex .tableDiv .table table th:last-child{border-right: none;}
.extra_chex .tableDiv .table table tr td:first-child{color: #55555F;}
.extra_chex .tableDiv .table table tr td:last-child{border-right: none;}
.extra_chex .tableDiv .table table .bor td{border-bottom: none;}

/* 财经书城 */
.bookSearch{
	float: left;
	width: calc(100% - 90px);
	padding-top: 6px;
}
.morCustSer_book{
	float: right;
}
.morCustSer_book .icozccustSer{
	font-size: 27px !important;
	color: #083685;
}
.morCustSer_book div{
	font-size: 14px;
	color: #083685;
	line-height: 6px;
}
.shopcart_book{
	float: left;
	margin-top: 4px;
	margin-left: 10px;
}
.shopcart_book div{
	font-size: 14px;
	color: #F28F35;
	line-height: 6px;
}
.ebook_pic{
	display: block;
	width: 92%;
	margin: 0 auto;
}
.ebook_pic img{width: 100%;}
.booksNotice{
	width: 92%;
	margin: 0 auto;
	margin-top: 12px;
}
.booksNotice .title li{
	float: left;
	margin-right: 15px;
	line-height: 40px;
	color: #7E7E7F;
}
.booksNotice .booksContent{margin-bottom: 40px;}
.triangle_down{
	display: none;
	position: absolute;
	top: 29px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #083685;
}
.bookPicCover img{
	width: 100%;
}
.ebookCont div{
	text-indent:2em;
}
.ebook_catalog{
	background-color: #EFEFEF;
	height: calc(100% - 60px - 36px);
	overflow-y: auto;
	width: 60%;
	top: 36px;
	padding: 10px 5%;
	position: fixed;
	display: none;
}
.ebook_catalog .title{
	position: relative;
	text-align: center;
	font-weight : bold;
	font-size : 18px;
	color : #231815;
}
.ebook_catalog .title .iconfont{
	position: absolute;
	left: 0;
	top: 5px;
	color: #777777;
}
.ebook_catalog .con_catalog{
	padding: 10px 0;
	font-size : 18px;
	color : #393A3A;
	line-height: 30px;
}
.ebook_catalog .con_catalog .check{
	font-weight: bold;
	color : #0D367B;
}
.dayAndNight{
	background-color: #EFEFEF;
	width: 100%;
	height: 130px;
	position: fixed;
	bottom: 59px;
	padding: 10px 4%;
	display: none;
}
.dayAndNight .title,.fontSizeSelection .title{
	text-align: center;
	font-weight : bold;
	font-size : 14px;
	color : #231815;
	position: relative;
}
.dayAndNight .title .iconfont,.fontSizeSelection .title .iconfont{
	color: #777777;
	position: absolute;
	top: 2px;
}
.dayAndNight .con_dayAndNight{
	width: 100%;
}
.dayAndNight .con_dayAndNight li{
	background-color: white;
	color: #313334;
	width: 100%;
	border-radius: 15px;
	padding: 5px 5%;
	margin-top: 10px;
	position: relative;
}
.dayAndNight .con_dayAndNight li img{
	position: absolute;
	right: 5%;
	top: 8px;
}
.dayAndNight .con_dayAndNight li:nth-child(2){
	background-color: #313334;
	color: white;
}
.dayAndNight .con_dayAndNight li:nth-child(2) img{
	display: none;
}
.fontSizeSelection{
	background-color: #EFEFEF;
	width: 100%;
	height: 90px;
	position: fixed;
	bottom: 59px;
	padding: 10px 4%;
	display: none;
}
.fontSizeSelection .con_fontSizeSelection ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}
.fontSizeSelection .con_fontSizeSelection li{
	border-radius: 50%;
	background-color: white;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: black;
}
.fontSizeSelection .con_fontSizeSelection li.small{font-size: 14px;}
.fontSizeSelection .con_fontSizeSelection li.middle{font-size: 17px;}
.fontSizeSelection .con_fontSizeSelection li.big{font-size: 21px;}
.fontSizeSelection .con_fontSizeSelection .borderClo{border: 1px solid #0C367B;}

/* 高端培训 */
.highEndTrainingTab{
	background-color: #F2F2F4;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.highEndTrainingTab li{
	float: left;
	width: 50%;
	text-align: center;
}
.highEndTrainingTab li.check{
	background-color: #396FAF;
	color: white;
}
.highEndTrainingCon .faceToFaceClass{
	background-color: #396FAF;
	padding: 15px 4%;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	margin-top: -1px;
}
.highEndTrainingCon .faceToFaceClass .faceToFace{
	background-color: white;
	border-radius: 13px;
	padding: 12px 4%;
}
.faceToFaceClass .faceToFace li{
	border-bottom: 1px solid #dddddd;
	height: 44px;
	position: relative;
}
.faceToFaceClass .faceToFace li:last-child{
	border-bottom: none;
}
.faceToFaceClass .faceToFace .areaBox{position: relative;}
.faceToFaceClass .faceToFace .areaBox  div.mySAe_inp{
	float: left;
	width: 75%;
	min-height: 40px;
	padding: 10px 0px;
}
.faceToFaceClass .faceToFace .areaBox  div.mySAe_inp:empty::before{
	content: attr(placeholder);
	color: #828282;
}
.faceToFaceClass .faceToFace .areaBox  div.mySAe_inp:focus::before{
	content: none;
}
.faceToFaceClass .faceToFace .areaBox .addressBook{
	position: absolute;
	left: 67%;
	top: calc(50% - 9px);
	color : #dddddd;
}
.faceToFaceClass .faceToFace .areaBox .addressBook i{
	font-size: 14px;
	color : #C0BFBE;
}
.faceToFaceClass .faceToFace .areaBox .myPosition{
	float: right;
	width: 25%;
	border-left: 1px solid #dddddd;
	margin-top: 9px;
	padding: 5px 0;
	text-align: right;
	font-size : 12px;
	color : #707070;
	position: relative;
}
.faceToFaceClass .faceToFace .areaBox .myPosition img{
	position: absolute;
	left: 15%;
	
}
.faceToFaceClass .faceToFace li .faceToFaceInp{
	width: calc(100% - 60px);
	font-size: 14px;
	border: none;
	margin-bottom: 0;
	padding-left: 0;
}
.faceToFaceClass .faceToFace li .faceToFaceJian{
	color : #C0BFBE;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 14px;
}
.faceToFaceClass .faceToFace .lookup{
	display: block;
	background-color: #E78C39;
	color: white;
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.highEndTrainingCon .faceFaceSec{
	
}
.highEndTrainingCon .faceFaceSec ul{
	
}
.highEndTrainingCon .faceFaceSec li{
	float: left;
	width: 18.4%;
	margin-right: 2%;
	margin-top: 10px;
	height: 70px;
	border: 1px solid #dddddd;
	border-radius: 12px;
	position: relative;
}
.highEndTrainingCon .faceFaceSec li.EduTraAdmIns{
	margin-right: 0;
}
.highEndTrainingCon .faceFaceSec li .secTit{
	font-weight : bold;
	font-size : 14px;
	color : #231815;
	margin: 5px 0 0 5px;
}
.highEndTrainingCon .faceFaceSec li img{
	position: absolute;
	bottom: 0;
	right: 6px;
}
.trainingCoursesTyp{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 80%;
	background-color: white;
	padding: 0 10%;
	z-index: 99;
	display: none;
}
.trainingCoursesTyp .trainingCoursesTypTit{
	margin-top: 36px;
	font-size : 14px;
	margin-bottom: 10px;
}
.trainingCoursesTyp li{
	width: 100%;
	background-color: #F6F6F6;
	color : #535353;
	font-size: 12px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 13px;
	margin-bottom: 20px;
}
.trainingCoursesTyp li.check{
	background-color: #F28F35;
	color: white;
}
.trainingCoursesTyp .tctBtns{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	margin-top: 50px;
}
.trainingCoursesTyp .tctBtns .reset{
	float: left;
	background-color: #083685;
	color: white;
	width: 50%;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	height: 35px;
}
.trainingCoursesTyp .tctBtns .determine{
	float: left;
	background-color: #F28F35;
	color: white;
	width: 50%;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	height: 35px;
}
.highEndTrainingCon .onlineTraining{
	
}
.highEndTrainingCon .onlineTraining .onlineTrainingUl{
	display: flex;
	justify-content: space-around;
	margin-top: 15px;
}
.highEndTrainingCon .onlineTraining .onlineTrainingUl li{
	font-size : 14px;
	color : #707070;
}
.highEndTrainingCon .onlineTraining .onlineTrainingUl li.check{color : #E78C39;}
.onlineTrainingUl li.sort .iconfont{font-size: 10px;}
.onlineTraining_firDiv{
	position: fixed;
	top: 150px;
	width: 100%;
	background-color: white;
	display: none;
}
.onlineTraining_firDiv li{
	font-size: 14px;
	border-bottom: 1px solid #dddddd;
	color : #707070;
	margin: 0 4%;
	height: 40px;
	line-height: 40px;
}
.onlineTraining_firDiv li:last-child{border-bottom: none;}
.onlineTraining_firDiv li.check{color : #E78C39;}
.onlineTraining_firDiv li .iconfont{font-size: 10px;float: right;}
.onlineTraining_lastDiv{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 80%;
	background-color: white;
	padding: 0 4%;
	z-index: 99;
	display: none;
}
.onlineTraining_lastDiv .onlineTraining_lastDivTitFir{
	margin-top: 36px;
	font-size : 14px;
	margin-bottom: 10px;
}
.onlineTraining_lastDiv .onlineTraining_lastDivTit{
	margin-top: 10px;
	font-size : 14px;
	margin-bottom: 10px;
}
.onlineTraining_lastDiv .otherCou{margin-top: 13px;}
.onlineTraining_lastDiv li{
	float: left;
	width: 30%;
	margin-right: 5%;
	background-color: #F6F6F6;
	color : #535353;
	font-size: 12px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 13px;
	margin-bottom: 13px;
}
.onlineTraining_lastDiv li:nth-child(3n){margin-right: 0;}
.onlineTraining_lastDiv li.check{
	background-color: #F28F35;
	color: white;
}
.onlineTraining_lastDiv .tctBtns{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	margin-top: 100px;
}
.onlineTraining_lastDiv .tctBtns .reset{
	float: left;
	background-color: #083685;
	color: white;
	width: 50%;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	height: 35px;
}
.onlineTraining_lastDiv .tctBtns .determine{
	float: left;
	background-color: #F28F35;
	color: white;
	width: 50%;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	height: 35px;
}
/* 高端-课程页 */
.highEndTrCourTit{
	background-color: #396FAF;
	color: white;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	height: 40px;
	line-height: 52px;
	overflow: hidden;
}
.highEndTrainingCon .hetc_searchHr{
	font-size : 14px;
	color : #7E7E7F;
	text-align: center;
	margin: 10px 0;
}
.highEndTrainingCon .hetc_searchHr .icon{font-size : 14px;}
.hetc_coursesBox{
	width: 100%;
	height: 90px;
	margin-bottom: 15px;
}
.hetc_coursesBox .leftClassification{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40%;
	height: 100%;
	background-color: #396FAF;
	font-weight : bold;
	font-size : 14px;
	color : #FFFFFF;
	border-radius: 10px;
	float: left;
}
.hetc_coursesBox .rightClassificationDet{
	float: right;
	width: 56%;
}
.hetc_coursesBox .rightClassificationDet .name{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.hetc_coursesBox .rightClassificationDet .time{
	font-size : 14px;
	color : #7E7E7F;
	white-space:nowrap;
	line-height: 25px;
}
.hetc_coursesBox .rightClassificationDet .people{
	font-size : 11px;
	color : #7E7E7F;
	white-space:nowrap;
}
.registerForm .genderBox{
	width: calc(100% - 80px);
	float: left;
	height: 40px;
	border-bottom: 1px solid #c2c1c1;
	margin-bottom: 15px;
}
.registerForm .genderBoxCon{
	position: relative;
	float: left;
	width: 30%;
	margin-left: 7%;
}
.registerForm .genderBoxCon span{margin-left: 15px;}
/* 新闻类 */
.zc_news{
	
}
.zc_news .newsTitle{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.zc_news .newsTime span{
	margin-right: 8px;
}
.zc_news .newsCon li{
	margin-bottom: 10px;
}
.zc_news .newsCon li img{width: 100%;}
.zc_news .newsCon li.pic{margin-bottom: 5px;}

/* 法规库 */
.regulationLibraryBox li{
	position: relative;
	font-size: 14px;
	padding: 5px 7%;
}
.regulationLibraryBox li .title_bill{
	float: left;
	width: 98px;
	line-height: 40px;
}
.regulationLibraryBox li .myOB_inpBox{
	float: right;
	width: calc(100% - 98px);
}
.regulationLibraryBox li .myOB_inpBox .myOB_inp{
    font-size: 14px;
    border: none;
    margin-bottom: 0;
	text-align: right;
	padding: 10px 0px;
}
.regulationLibraryBox li .myOB_inpBox .myOB_inp_i{width: calc(100% - 20px);}
.regulationLibraryBox li .myOB_inpBox .iconlujing38{
	position: absolute;
	right: 7%;
	top: 18px;
	font-size: 14px;
	color: #9E9D9C;
}
.regulationLibraryBox li .myOB_inpBox .chec{
	position: relative;
	float: right;
	width: 55px;
	text-align: right;
	margin-left: 20px;
	line-height: 40px;
}
.regulationLibraryBox li .myOB_inpBox .chec2{
	position: relative;
	float: right;
	width: 22px;
}
.regulationLibraryBox .mob_shuangjiantou{text-align: center;margin-bottom: 5px;}
.regulationLibraryBox_btnsBox{
	width: 92%;
	margin: 0 auto;
}
.regulationLibraryBox_btnsBox .reli_btnTy a{
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #F18F36;
	font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
	margin-top: 15px;
}
.regulationLibraryBox_btnsBox .reli_btnTy2 a{
	background-color: white;
	border: 1px solid #F18F36;
	color: #F18F36;
	margin-bottom: 17px;
}
.latestRegulations{
	margin-top: 30px;
}
.latestRegulations .latestRegulationsTitle{
	font-weight: bold;
	font-size: 18px;
}
.latestRegulations li{
	margin-top: 8px;
}
.latestRegulations li .title{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.latestRegulations li p span{
	margin-right: 8px;
}
.latestRegulations .blueBack{
	background-color: #4D81C2;
	font-weight : bold;
	font-size : 18px;
	color : #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding: 0 4%;
}
.relieject_home{
	width: 100%;
	height: 460px;
	background-color: white;
	position: fixed;
	bottom: 0px;
	z-index: 21;
	display: none;
}
.relieject_home .head{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.relieject_home .head .close{
	position: absolute;
	top: 0px;
	right: 4%;
	font-size: 18px;
}
.relieject_home .content{
	padding: 0 10%;
	height: 400px;
	overflow: auto;
}
.relieject_home .content li{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.relieject_home .content li.check{color : #F18F36;}
.relieject_home .content li .iconfont{
	float: right;
	color : #F18F36;
	font-size: 12px;
	display: none;
}
/* 投稿专栏 */
.contributionColumnBox{
	
}
.contributionColumnBox .ccbTitleTab{
	display: flex;
	justify-content: space-around;
	background-color: #F7F7F7;
	height: 50px;
	line-height: 50px;
	font-size : 16px;
}
.contributionColumnBox .ccbTitleTab li{
	text-align: center;
	width: 100%;
}
.contributionColumnBox .ccbTitleTab li:nth-child(3n){
	width: 130%;
}
.contributionColumnBox .ccbTitleTab li.check{
	background-color: #66AEE0;
	color: white;
}
.contributionColumnBox .ccbContent .ccbContentDet{
	display: none;
	width: 100%;
	padding: 15px 4%;
}
.contributionColumnBox .ccbContent .ccbContentDet p{
	font-size: 17px;
	color: #000000;
	margin: 0;
	text-indent:2em; 
}
/* 学习卡 */
.studyCardBox .scbTitleBk{
	background-color: #F7F7F7;
	height: 50px;
	line-height: 50px;
	font-size : 16px;
	width: 100%;
}
.studyCardBox .scbTitleTab{
	display: flex;
	justify-content: space-around;
	width: 92%;
	margin: 0 auto;
}
.studyCardBox .scbTitleTab li{
	text-align: center;
	width: 100%;
}
.studyCardBox .scbTitleTab li.check{
	background-color: #66AEE0;
	color: white;
}
.studyCardBox .scbContent .scbContentDet{
	display: none;
	width: 100%;
}
.studyCardBox .scbContentDet .applicationScope li{margin: 10px 0;}
.studyCardBox .scbContentDet .applicationScope li img{width: 100%;}
.studyCardBox .scbContentDet .usageProcess{
	background-color: #66AEE0;
	color: white;
	width: 100%;
	border-radius: 13px;
	text-align: center;
	padding: 10px 0;
	margin: 10px 0;
}
.studyCardBox .scbContentDet .usageProcess .methodTit{
	background-color: #24549D;
	color: white;
	border-radius: 13px;
	width: 80px;
	font-size: 16px;
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
}
.studyCardBox .scbContentDet .usageProcess ul li{
	margin: 10px 0;
	
}
.studyCardBox .scbContentDet .usageProcess ul li img{
	width: 25px;
	margin-right: 10px;
}


.purchasingChannels{padding: 10px 0;}
.purchasingChannels .scpc_box{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 15px;
}
.purchasingChannels .scpc_box:nth-child(2n){margin-right: 0;}
.purchasingChannels .scpc_box .scpcb_img{width: 100%;}
.purchasingChannels .scpc_box .scpc_one,.scpc_two{
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;/* 文本超出 省略号 */
	white-space: nowrap;/* 文本不进行换行 */
}
.purchasingChannels .scpc_box .scpc_two{height: 38px;}
.purchasingChannels .scpc_box .scpc_two div:first-child{
	float: left;
	width: 60%;
}
.purchasingChannels .scpc_box .scpc_two div div:first-child{
	color: red;
	float: left;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	width: auto;
}
.purchasingChannels .scpc_box .scpc_two div div:nth-child(2){
	color: #848484;
	float: left;
	text-align: left;
	font-weight: bold;
	width: auto;
	line-height: 45px;
	text-decoration: line-through;/* 字中间划横线 */
}
.purchasingChannels .scpc_box .scpc_two div:nth-child(2){
	color: #8e8e8e;
	float: right;
	text-align: right;
	width: 40%; 
	overflow: hidden;
	line-height: 45px;
}
.scpc_three div{
	display: inline-block;
	font-size: 14px;
}
.scpc_three .scpc_minus,.scpc_three .scpc_plus{
	width: 14px;
}
.scpc_three input.scpc3_input{
	width: 30px;
	border: 1px solid #cbcccc;
	padding: 0 5px;
	margin: 0;
	font-size: 14px;
	height: 20px;
}