/*入学测试*/
header{
	width: 100%;
	height: 70px;
	line-height: 70px;
	/* background: url(../img/topbg.jpg) no-repeat center; */
	background-size: cover;
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(20,133,241,1);
}
header .logo{
	width: 83px;
	margin-right: 20px;
}
footer{
	width: 100%;
	height:50px;
	line-height: 50px;
	background: #DBDBDB;
	text-align: center;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.header{
	width: 100%;
	height: 70px;
	background: #27B4A2;
	box-shadow: 0px 2px 4px 1px rgba(102,102,102,0.01);
}
.header .logo{
	vertical-align: middle;
	margin-right: 20px;
}
.header ul{
	display: flex;
    justify-content: space-between;
}
.header ul li{
	float: left;
	padding: 0 10px;
	height: 100%;
	display: flex;
	align-items: center;
}
.header li a{
	display: flex;
	height: 100%;
	padding: 0 13px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:#fff;
	text-align: center;
	align-items: center;
}
.header li.on a{
	background-color: rgba(255, 255, 255, 0.3);
}
.h_top_layout a:hover,
.h_top_layout .user .usernav a:hover{
	color:rgba(236,166,39,1);
}
.header .user{
	position: relative;
}
.header .user .img{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 10px;
}
.header .user .img img{
	width: 100%;
	min-height: 100%;
}
.h_top_layout .user .usernav{
	position: absolute;
	top: 55px;
	right: auto;
	width: 144px;
	min-height: 140px;
	background: url(../img/headbg.png) no-repeat center top;
	background-size: 100% 100%;
	padding: 30px 12px 12px;
	z-index: 99;
	display: none;
}
.h_top_layout .user:hover .usernav{
	display: block;
}
.h_top_layout .user .usernav a{
	display: block;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	margin-bottom: 15px;
	line-height: 20px;
	text-align: center;
}
.test .content{
	padding-top: 50px;
}
.test .content .w1200{
	position: relative;
}
.test .content h2{
	font-size:24px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	text-align: center;
	margin-bottom: 30px;
}
.test .content .subtitle{
	text-align: center;
	margin-bottom: 20px;
}
.test .content .subtitle p{
	display: inline-block;
	margin: 0 30px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.test .content .subtitle .btn{
	padding-left: 35px;
	background: url(../img/icon1.png) no-repeat left 2px;
}
.test .content .subtitle .btn a{
	display: inline-block;
	width:83px;
	height:26px;
	line-height: 26px;
	background:rgba(239,165,31,1);
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.test .content .subtitle .accom{
	height: 23px;
	padding-left: 35px;
	color:rgba(153,153,153,1);
	background: url(../img/icon1.png) no-repeat left bottom;
}
.test .content .summary{
	text-align: center;
}
.test .content .summary a{
	display: inline-block;
	width:87px;
	height:35px;
	line-height: 35px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	border-radius:5px;
	margin: 0 10px;
}
.test .content .summary .red{
	background:rgba(238,133,125,1);
}
.test .content .summary .orange{
	background: #F6C66F;
}
.test .content .summary .blue{
	background: #6F98F6;
}
.test .content .summary .green{
	background: #86C599;
}
.test .content .results{
	width: 126px;
	position: absolute;
	top: -10px;
	left: 0;
	font-size:90px;
	padding-bottom: 30px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(238,33,33,1);
	text-align: center;
	background: url(../img/result1.png) no-repeat center bottom;
}
.test .content .results .label{
	position: absolute;
	top: 2px;
	right: -8px;
	z-index: 2;
}
.test .questions{
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 80px;
	position: relative;
}
.error_btn{
	position: absolute;
	top: 0;
	right: 0px;
	font-size:14px !important;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height: 29px;
	padding-left: 30px !important;
	background: url(../img/jiucuo.png) no-repeat left center;
	min-width: 0 !important;
	cursor: pointer;
}
.questions ol{
	padding-left: 30px;
}
.questions h3{
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin: 30px 0 0;
}
.questions .item{
	padding: 25px 0 15px;
	border-bottom: dashed 1px #E8E8E8;
}
.questions .item h4{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:29px;
}
.questions .item .judge{
	display: inline-block;
	width: 50px;
	height: 37px;
	vertical-align: middle;
	margin-left: 10px;
	background: url(../img/icon3.png) no-repeat center top;
}
.test .questions .analysis{
	display: none;
}
.analysis{
	padding-top: 30px;
}
.analysis .big_tit{
	font-weight: bold !important;
}
.analysis .an_con{
	color: #0072ff;
	line-height: 29px;
}
.test .questions .item .wrong{
	background-position: center top;
}
.test .questions .item .right{
	background-position: center bottom;
}
.test .questions .item h4 .fr{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.test .questions .button{
	display: inline-block;
	width:91px;
	height:32px;
	line-height: 32px;
	margin-left: 45px;
	background:rgba(239,165,31,1);
	text-align: center;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(252,252,252,1);
}
.questions .item p{
	overflow: hidden;
	margin: 20px 0;
}
.questions .item p label{
	float: left;
	width: 25%;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:29px;
	padding-left: 20px;
	cursor: pointer;
}
.questions .item p input{
	margin-right: 10px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	cursor: pointer;
}
.test .questions .text{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:40px;
	text-indent: 2em;
	margin: 20px 0;
}
.test .questions .answer{
	text-align: right;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.submit{
	display: block;
	width:198px;
	height:62px;
	line-height: 62px;
	background:rgba(255,185,57,1);
	border-radius:8px;
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 80px auto 10px;
	box-shadow: 0 6px 0 0 #E59D1B;
	cursor: pointer;
	text-align: center;
}
.fixeddiv{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 999999;
}
.fixeddiv .con{
	position: absolute;
	top: 50%;
	left: 50%;
}
.fristpopup .con{
	width: 508px;
	height: 431px;
	margin-left: -254px;
	margin-top: -215px;
	background: url(../img/popuebg.png) no-repeat center;
	background-size: 100%;
	padding: 155px 130px 0;
}
.fristpopup .con h2{
	text-align: center;
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 8px;
}
.fristpopup .con p{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:34px;
}
.fristpopup .con p span{
	margin-right: 15px;
}
.fristpopup .con p select{
	width:170px;
	height:30px;
	border:1px solid rgba(204,204,204,1);
	border-radius:4px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	padding-left: 20px;
}
.fristpopup .con .submit{
	width:118px;
	height:39px;
	line-height: 39px;
	font-size:16px;
	margin: 20px auto;
}
.error_popue{
	display: none;
}
.error_popue .con{
	width:966px;
	background:rgba(255,255,255,1);
	border-radius:14px;
	margin-top: -300px;
	margin-left: -483px;
	padding: 30px;
}
.error_popue .con h2{
	font-size:20px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	text-align: center;
	margin-bottom: 20px;
}
.error_popue .con .red{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(236,97,97,1);
	padding-left: 30px;
	background: url(../img/icon4.png) no-repeat left center;
	line-height: 29px;
}
.error_popue .con .form h3{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:29px;
	margin-top: 20px;
}
.error_popue .con .form h3 span{
	color: #ccc;
}
.error_popue .con .form .radio{
	padding-top: 10px;
}
.error_popue .con .form .radio label{
	margin-right: 30px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.error_popue .con .form .radio label input{
	width:16px;
	height:16px;
	border:1px solid rgba(204,204,204,1);
	vertical-align: middle;
	margin-right: 10px;
}
.error_popue .con .form textarea{
	width: 100%;
	height: 90px;
	border:1px solid rgba(238,238,238,1);
	border-radius:3px;
	margin-top: 10px;
	line-height: 29px;
	padding: 16px 10px;
	font-size: 16px;
	resize: none;
}
.error_popue .con .form .pto{
	overflow: hidden;
	padding-top: 10px;
}
.error_popue .con .form .pto .img{
	width:90px;
	height:80px;
	background:rgba(208,220,229,1);
	border-radius:4px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.error_popue .con .form .pto .img img{
	width: 100%;
}
.error_popue .con .titlenav{
	text-align: center;
	padding-bottom: 0;
}

/*首页*/
.fixbg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F7F7F7 url(../img/bg2.jpg) no-repeat center bottom !important;
	background-size: 100% !important;
	overflow-y: auto;
}
.blank{
	padding: 19px 0;
	color:rgba(51,51,51,1);
}
.index .top{
	width: 100%;
	height: 241px;
	background: url(../img/bg3.jpg) no-repeat;
	position: relative;
}
.index .top .button{
	position: absolute;
	top: 147px;
	right: 330px;
	width:192px;
	height:58px;
	line-height: 58px;
	text-align: center;
	background:rgba(252,182,54,1);
	border-radius:10px;
	box-shadow: 0 3px 0 0 #D48E0E;
	font-size:24px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(252,234,203,1);
}
.index .top .button:active,
.submit:active{
	box-shadow: none;
}
.titlenav{
	padding: 30px 0;
}
.titlenav a{
	display: inline-block;
	min-width: 130px;
	height: 46px;
	line-height: 36px;
	border-radius: 50px;
	padding: 4px;
	margin-right: 35px;
	font-size:18px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	position: relative;
	text-align: center;
}
.titlenav a i{
	position: absolute;
	left: 50%;
	bottom: -33px;
	margin-left: -25px;
	width: 50px;
	height: 17px;
	background: url(../img/onbg.png) no-repeat center;
	z-index: 2;
	display: none;
}
.titlenav .his i{
	background: url(../img/onbg2.png) no-repeat center;
}
.titlenav .on i{
	display: block;
}
.titlenav a span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	padding: 0 15px;
}
.titlenav a.on span{
	border: dashed 1px #fff;
}
.index .content{
	width: 100%;
	padding: 0 30px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	margin-bottom: 80px;
	overflow: hidden;
	padding-top: 1px;
	display: none;
}
.index .content .up{
	overflow: hidden;
	padding-bottom: 30px;
}
.index .content .up .left {
	width: 745px;
	position: relative;
}
.index .content .up .left ul{
	width: 520px;
}
.index .content .up .left ul li{
	margin-top: 25px;
}
.index .content .up .left ul li h3{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 10px;
}
.index .content .up .progress{
	width: 100%;
	height:10px;
	background:rgba(223,223,223,1);
	border-radius:5px;
	position: relative;
}
.index .content .up .progress p{
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	border-radius:5px;
}
.index .content .up .progress .blue{
	background:rgba(64,106,224,1);
}
.index .content .up .progress .orange{
	background:rgba(227,112,67,1);
}
.index .content .up .progress .green{
	background:rgba(74,186,101,1);
}
.index .content .up .left .linkbtn{
	position: absolute;
	top: 100px;
	right: 36px;
	width: 146px;
	height: 36px;
	line-height: 36px;
	background: url(../img/bg3.png) no-repeat center;
	text-align: center;
	padding-right: 36px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(255,254,254,1);
}
.index .content .up .right{
	width: 390px;
	overflow: hidden;
	border-left: solid 1px #EBEBEB;
	padding-left: 36px;
	margin-top: 30px;
}
.index .content .up .right .explain{
	padding-right: 10px;
}
.index .content .up .right .explain p{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:29px;
}
.index .content .up .right .explain p span{
	display: inline-block;
	vertical-align: middle;
	width:11px;
	height:11px;
	border-radius:50%;
	margin-right: 8px;
}
.index .content .up .right .explain p .data1{
	background: #4B8DEF;
}
.index .content .up .right .explain p .data2{
	background: #36C94B;
}
.index .content .up .right .explain p .data3{
	background: #A7F048;
}
.index .content .up .right .explain p .data4{
	background: #F09F48;
}
.index .content .up .right .explain p .data5{
	background: #E64242;
}
.index .content .up .right .explain p .data6{
	background: #DFDFDF;
}
.index .content .down{
	overflow: hidden;
	padding-bottom: 36px;
	padding-top: 30px;
	position: relative;
}
.index .content .down .img{
	width: 450px;
	position: absolute;
	bottom: 36px;
	right: 0;
}
.index .content .down .left{
	width: 670px;
}
.index .content .down .left .shang{
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px 0;
}
.index .content .down .shang div{
	margin-right: 90px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:29px;
}
.index .content .down .shang div span{
	display: block;
	font-size:30px;
	font-family:ArialMT;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height: 70px;
	text-align: center;
}
.index .content .down .shang a{
	display: block;
	width:104px;
	height:104px;
	text-align: center;
	line-height: 84px;
	border:10px solid rgba(236,158,46,1);
	border-radius:50%;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	transition: all 0.5s ease;
}
.index .content .down .shang a:hover{
	transform: scale(1.05);
}
.index .content .down .left .xia h3{
	font-size:16px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:29px;
}
.index .content .down .left .xia h3::before{
	content: '';
	display: inline-block;
	width:3px;
	height:16px;
	background:rgba(236,158,46,1);
	vertical-align: middle;
	margin-right: 10px;
}
.index .content .down .left .xia p{
	padding-left: 15px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:29px;
}
/*学习历史*/
.index .hiscon{
	padding-bottom: 45px;
}
.index .hiscon li{
	height: 52px;
	border-bottom: solid 1px #eee;
	line-height: 51px;
	display:box;
	display:-webkit-box;
	display:-webkit-flex; 
	display:-moz-box; 
	display:-ms-flexbox; 
	display:flex;
	padding-left: 100px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.index .hiscon .fristli{
	width: 1197px;
	height: 77px;
	margin-left: -29px;
	padding: 25px 130px 0;
	background:rgba(255,241,231,1);
}
.index .hiscon .fristli div{
	text-align: center;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.index .hiscon .fristli select{
	font-size: 16px;
	border: none;
	background: none;
}
.index .hiscon .fristli .div1{
	text-align: left;
	padding-left: 10px;
}
.index .hiscon li>div{
	-prefix-box-flex: 1; 
 	-webkit-box-flex: 1; 
 	-webkit-flex: 1; 
 	-moz-box-flex: 1; 
 	-ms-flex: 1; 
 	flex: 1;
}
.index .hiscon .div3{
	padding-left: 70px;
}
.index .hiscon .degree{
	display: inline-block;
	width:155px;
	margin-right: 20px;
}
.index .hiscon .divcon span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border-radius:13px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-right: 10px;
}
.index .hiscon .divcon .rumen{
	background:rgba(238,78,78,1);
}
.index .hiscon .divcon .liaojie{
	background:rgba(237,177,68,1);
}
.index .hiscon .divcon .shulian{
	background:rgba(86,143,249,1);
}
.index .hiscon .divcon .zhangwo{
	background:rgba(50,173,76,1);
}
.index .hiscon .divcon .weixue{
	background:rgba(153,153,153,1);
}
.index .hiscon .divcon .shuxi{
	background:rgba(142,211,68,1);
}
.degree{
	height:10px;
	background:rgba(223,223,223,1);
	border-radius:5px;
	position: relative;
}
.degree .level{
	position: absolute;
	left: 0;
	top: 0;
	height:10px;
	border-radius:5px;
}
.degree .skilled{
	width: 100%;
	background:linear-gradient(90deg,rgba(230,66,66,1) 0%,rgba(240,159,72,1) 26%,rgba(167,240,72,1) 55%,rgba(54,201,75,1) 78%,rgba(75,141,239,1) 100%) !important;
}
.degree .master{
	width: 78%;
	background:linear-gradient(90deg,rgba(230,66,66,1) 0%,rgba(240,159,72,1) 26%,rgba(167,240,72,1) 55%,rgba(54,201,75,1) 78%) !important;
}
.degree .know{
	width: 55%;
	background:linear-gradient(90deg,rgba(230,66,66,1) 0%,rgba(240,159,72,1) 26%,rgba(167,240,72,1) 55%) !important;
}
.degree .realize{
	width: 26%;
	background:linear-gradient(90deg,rgba(230,66,66,1) 0%,rgba(240,159,72,1) 100%) !important;
}
.degree .primer{
	width: 16%;
	background: #E64242 !important;
}
/*学历历史详情*/
.index .deta_con .tit{
	overflow: hidden;
	padding: 32px 0;
}
.index .deta_con .tit h2{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.index .deta_con .laydate input{
	width:170px;
	height:24px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	padding: 0 10px;
}
.index .deta_con .laydate .fl{
	width:200px;
	height:26px;
	border:1px solid rgba(223,223,223,1);
}
.index .deta_con .laydate .fl::after{
	content: '';
	float: right;
	border-top: solid 6px #999;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	margin: 10px 10px 0 0;
}
.index .deta_con .laydate .button{
	display: inline-block;
	width:72px;
	height:26px;
	line-height: 26px;
	background:rgba(252,182,54,1);
	margin-left: 20px;
	text-align: center;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.index .deta_con .text{
	margin: 35px 0;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}
.index .border{
	width:1198px;
	height:10px;
	background:rgba(247,247,247,1);
	margin-left: -29px;
}

/*登录页*/
.login {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bgc.png");
  background-size: cover; /* 覆盖容器，保持比例，裁剪超出部分 */
  background-position: center; /* 图片居中显示 */
  background-repeat: no-repeat; /* 禁止重复 */
}
.login .con{
	width:1088px;
	height:562px;
	background:rgba(255,255,255,1);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -281px;
	margin-left: -544px;
	box-sizing: border-box;
	border-radius: 44px;
	border: 8px solid #D2F1F2;
	/* padding: 30px 48px 36px; */
	overflow: hidden; /* 修复 border-radius 被内部元素遮挡的问题 */
}
.logo-img{
	width: 189px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.logo-img img{
	width: 100%;
	height: 100%;
}
.login .con .left{
	width: 500px;
	height: 100%;
	/* background: url(../img/loginbg2.jpg) no-repeat left 75px; */
}
.login .con .left .tit{
	font-size:24px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.login .con .left .tit img{
	vertical-align: middle;
	margin-right: 26px;
}
.login .con .right{
	width: 500px;
	height: 100%;
	display: table;
}
.login .con .right .form{
	display: table-cell;
	vertical-align: middle;
}
.login .con .right .form h2{
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(68,68,68,1);
	line-height:29px;
	text-align: center;
	margin-bottom: 30px;
}
.login .con .right .form p{
	height: 60px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}
.inpRow{
	padding: 0 10px;
	box-sizing: border-box;
	width: 400px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 16px;
	border: 1px solid #D2F1F2;
	margin: 0 auto 16px; /* 水平居中 */
}
.inpRow i {
	position: relative;
}
.inpRow i::before{
	display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 13px;
    top: 2px;
    right: -10px;
    background-color: #DCDEEB;
}
.inpRow .account {
	background-image: url("../img/account.png");
}
.inpRow .psw{
	background-image: url("../img/psw.png");
}
.inpRow .code{
	background-image: url("../img/code.png");
}
.login .con .right .form p i{
	display: inline-block;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-right: 10px;
	
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/* .login .con .right .form p .i2{
	background-position: center -48px;
}
.login .con .right .form p .i3{
	background-position: center -98px;
}
.login .con .right .form p .i4{
	background-position: center -148px;
}
.login .con .right .form p .i5{
	background-position: center -198px;
}
.login .con .right .form p .i6{
	background-position: center -248px;
} */
.login .con .right .form p input{
	width: 320px;
	height: 30px;
	vertical-align: middle;
	font-size:16px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	margin-left: 10px;
	color: #383B40;
}
.login .con .right .form p input::placeholder{
	color: #B8BAD0;
	font-size: 16px;
}
.login .con .right .form p #codebtn{
	position: absolute;
	top: 14px;
	right: 0;
	height:28px;
	line-height: 26px;
	border:1px solid rgba(227,124,32,1);
	border-radius:14px;
	background: #fff;
	width: auto;
	font-size:16px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(227,124,32,1);
	padding: 0 10px;
	cursor: pointer;
}
.login .con .right .form .link{
	display: block;
	text-align: right;
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(227,124,32,1);
	padding-top: 10px;
}
.login .con .right .form .button{
	width: 100%;
	height:42px;
	line-height: 42px;
	background:rgba(227,124,32,1);
	border-radius:21px;
	display: block;
	border: none;
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	cursor: pointer;
	margin-top: 35px;
}
.login .distpicker{
	font-size: 0;
}
.login .distpicker select{
	max-width: 29%;
	height: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	font-size: 14px;
}

/*打印测试报告*/
.print{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #f7f7f7;
}
.print .test_tit{
  text-align: center;
  padding: 30px 0 50px;
}
.print .test_tit h2{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 18px;
}
.print .test_tit .name{
	font-size:27px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(239,165,31,1);
}
.print .test_tit .name .icon{
	display: inline-block;
	width: 54px;
	height: 47px;
	background: url(../img/bg4.png) no-repeat center;
	vertical-align: middle;
	margin-right: 20px;
}
.print .section{
	width: 100%;
	height:70px;
	line-height: 70px;
	background:rgba(236,184,89,1);
}
.print .section h3{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.print .section h3 span{
	font-size: 12px;
	color: #FFDAB9;
	margin-left: 15px;
}
.print .section p{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(166,83,8,1);
}
.print .content{
	width: 100%;
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	padding: 0 30px 70px;
}
.print .content .up{
	display:box;
	display:-webkit-box;
	display:-webkit-flex; 
	display:-moz-box; 
	display:-ms-flexbox; 
	display:flex;
}
.print .content .up .up_con{
	-prefix-box-flex: 1; 
 	-webkit-box-flex: 1; 
 	-webkit-flex: 1; 
 	-moz-box-flex: 1; 
 	-ms-flex: 1; 
 	flex: 1;
}
.print .content .up .up_con .chart{
	width: 280px;
	position: relative;
	margin: 0 auto;
}
.print .gauge {
    width: 280px;
    height: 280px;
}
.print .small_gauge{
	position: absolute;
	top: 50px;
	left: 35px;
	width: 210px;
	height: 210px;
}
.print .label p{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:29px;
	padding-left: 90px;
	transform: translateY(-30px);
}
.print .label p span{
	display: inline-block;
	width:25px;
	height:10px;
	margin-right: 23px;
}
.print .label p .blue{
	background: #4F87EE;
}
.print .label p .orange{
	background: #E37043;
}
.print .content .down{
	padding-top: 50px;
}
.print .content .down h3{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 20px;
}
.print .content .down h3::before{
	content: '';
	display: inline-block;
	width:3px;
	height:23px;
	background:rgba(227,124,32,1);
	margin-right: 20px;
	vertical-align: middle;
}
.print .content .down p{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:29px;
	padding-left: 23px;
}
.print .content .label_color{
	overflow: hidden;
	padding: 35px 0;
}
.print .content .label_color li{
	float: left;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	margin-right: 35px;
}
.print .content .label_color li span{
	display: inline-block;
	vertical-align: middle;
	width:14px;
	height:14px;
	margin-right: 10px;
	border-radius:50%;
}
.print .content .label1{
	background:rgba(153,153,153,1);
}
.print .content .label2{
	background:rgba(238,78,78,1);
}
.print .content .label3{
	background:rgba(237,177,68,1);
}
.print .content .label4{
	background:rgba(142,211,68,1);
}
.print .content .label5{
	background:rgba(50,173,76,1);
}
.print .content .label6{
	background:rgba(86,143,249,1);
}
.print .atlas_up .atlas_tit{
	font-size:16px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-top: 30px;
}
.print .button{
	padding: 54px 0 77px;
	text-align: center;
}
.print .button a{
	display: inline-block;
	width:131px;
	height:46px;
	background:rgba(252,182,54,1);
	border-radius:23px;
	padding-top: 3.5px;
	margin: 0 30px;
}
.print .button .btn2{
	background:rgba(54,119,252,1);
}
.print .button a span{
	display: inline-block;
	width:125px;
	height:39px;
	line-height: 37px;
	border:1px dashed rgba(247,247,247,1);
	border-radius:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}

/*边学边练*/
.practice .con{
	background: #Fff;
	padding: 20px 30px;
	margin-bottom: 67px;
}
.practice .con .title h3,
.map .title h3{
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.practice .con .title .right .div,
.map .title .right .div{
	overflow: hidden;
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.practice .con .title .right .degree,
.map .title .right .degree{
	width:308px;
	height:10px;
	margin-top: 5px;
	margin-left: 10px;
}
.practice .con .titlenav a,
.map .titlenav a{
	font-family:PingFang-SC-Medium;
	font-weight:500;
}
.practice .con .titlenav{
	position: relative;
}
.practice .con .titlenav .error_btn{
	top: 50px;
	cursor: pointer;
}
.map .content{
	padding-top: 20px;
	margin-bottom: 80px;
}
.practice .up{
	min-height: 500px;
}
.practice #knowledge p{
	/*font-size:16px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	margin-bottom: 36px;*/
	line-height: 29px;
}
.practice #knowledge .button{
	margin: 60px 0;
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(102,102,102,1);
}
.practice #knowledge .button a{
	display: inline-block;
	width:98px;
	height:35px;
	line-height: 35px;
	background:rgba(236,166,39,1);
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(254,254,254,1);
	text-align: center;
	margin-right: 20px;
}
.practice .content .down{
	border-top: solid 1px #eeeeee;
	padding-top: 10px;
	padding-bottom: 50px;
	text-align: center;
}
.pages{
	text-align: center;
	padding: 15px 0;
}
.pages li{
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
.pages li a{
	display: block;
	width: 100%;
	height: 100%;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(153,153,153,1);
}
.pages li.on a,
.pages li a:hover{
	font-size:16px;
	font-family:PingFang-SC-Medium;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.pages .prev{
	width:27px;
	height:27px;
	background: url(../img/icon5.png) no-repeat center bottom;
}
.pages .next{
	width:27px;
	height:27px;
	background: url(../img/icon5.png) no-repeat center top;
}
.practice .content .down .down_btn span{
	display: inline-block;
	height:28px;
	line-height: 28px;
	text-align: center;
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(254,254,254,1);
	padding: 0 8px;
}
.practice .content .down .down_btn .sp1{
	background: #ECA627;
}
.practice .content .down .down_btn .sp2{
	background: #BDBDBD;
}
.practice .content .questions{
	min-height: 550px;
}

.practice .content .questions h3{
	font-size:16px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:29px;
}
.practice .content .questions .answer{
	overflow: hidden;
	padding-top: 40px;
}
.practice .content .questions .answer label{
	float: left;
	width: 24%;
}
.practice .content .questions .answer input{
	width:14px;
	height:14px;
	border:1px solid rgba(204,204,204,1);
	border-radius:50%;
	margin-right: 8px;
	vertical-align: middle;
}
.practice .content .questions .result{
	padding: 36px 0;
	line-height: 35px;
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.practice .content .questions .result span{
	width:85px;
	height:35px;
	background:rgba(236,166,39,1);
	border-radius:3px;
	font-size: 16px;
	color:rgba(255,255,255,1);
	text-align: center;
	display: inline-block;
	margin-right: 30px;
}
.practice .content .parsing h4{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.practice .content .parsing .par_con{
	margin-top: 28px;
	line-height:29px;
	color: #666666;
}
.practice .content .parsing .par_con p{
	text-indent: 1em;
}
.practice .content .parsing .par_con h5{
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}
.practice .questions .submit{
	margin: 45px auto;
}

/*视频弹窗*/
.mpvideo{
	display: none;
}
.mpvideo .con{
	width:966px;
	background:rgba(255,255,255,1);
	border-radius:14px;
	margin-top: -303px;
	margin-left: -483px;
	padding: 30px;
}
.mpvideo .con h3{
	font-size:20px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.mpvideo .con .nav{
	padding: 20px 0;
}
.mpvideo .con .nav a{
	display: inline-block;
	height: 36px;
	line-height: 26px;
	border-radius: 50px;
	padding: 4px;
	margin-right: 35px;
	color:#666;
	position: relative;
	text-align: center;
}
.mpvideo .con .nav .on{
	color: #fff;
	background:rgba(252,182,54,1);
}
.mpvideo .con .nav a span{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	padding: 0 15px;
}
.mpvideo .con .nav a.on span{
	border: dashed 1px #fff;
}
.mpvideo .con .con_down,
.hidden .con_down{
	overflow: hidden;
	padding-top: 25px;
	line-height: 36px;
	color:rgba(102,102,102,1);
}
.mpvideo .con .con_down a,
.hidden .con_down a{
	color:rgba(102,102,102,1);
	margin-right: 28px;
}
.mpvideo .con .con_down a i,
.hidden .con_down a i{
	display: inline-block;
	width: 30px;
	height: 29px;
	margin-right: 10px;
	background: url(../img/icon6.png) no-repeat;
	vertical-align: middle;
}
.mpvideo .con .con_down .a1 i,
.hidden .con_down .a1 i{
	margin: 0;
}
.mpvideo .con .con_down .a2 i,
.hidden .con_down .a2 i{
	background-position: -60px top;
}
.mpvideo .con .con_down .a3 i,
.hidden .con_down .a3 i{
	background-position: -120px top;
}
.mpvideo .con .con_down .a1.on i,
.hidden .con_down .a1.on i{
	background-position: left bottom;
}
.mpvideo .con .con_down .a2.on i,
.hidden .con_down .a2.on i{
	background-position: -60px bottom;
}
.mpvideo .con .con_down .a3.on i,
.hidden .con_down .a3.on i{
	background-position: -120px bottom;
}
.mpvideo .con .con_down .star,
.hidden .con_down .star{
	margin: 0;
}
.mpvideo .con .con_down .star i,
.hidden .con_down .star i{
	background-position: right -3px;
	margin: 0;
	width: 18px;
}
.mpvideo .con .con_down .star.on i,
.hidden .con_down .star.on i{
	background-position: right -80px;
}
.mpvideo .con .con_down .btn{
	width:102px;
	height:36px;
	text-align: center;
	background:rgba(236,166,39,1);
	border-radius:18px;
	color:rgba(254,254,254,1);
	margin: 0;
}

/*作业*/
.homework .con{
	min-height: 850px;
	background: #fff;
	margin-bottom: 74px;
	padding: 0 30px;
	overflow: hidden;
}
.homework .con h2{
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
	margin: 30px 0;
}
.homework .con .table table{
	width: 100%;
	text-align: center;
}
.homework .con .table table th{
	height:47px;
	background:rgba(240,240,240,1);
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.homework .con .table table td{
	height: 72px;
	border-bottom: solid 1px #eeeeee;
	color: #666666;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.homework .con .table table .orange{
	color: #ECA627;
	font-style:italic;
	font-weight: bold;
}
.homework .con .table table td a{
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.homework .con .table table td .link,
.homework .con .table table td a:hover,
.homework .con .table table td a:active{
	color: #DA971C;
}

/*智习室*/
.room .blank .secret_btn{
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(209,144,27,1);
}
.room .con{
	margin-bottom: 140px;
	background: #FFFFFF;
	min-height: 900px;
}
.room .con .ban img{
	width: 100%;
	vertical-align: top;
}
.room .con .list{
	padding: 0 30px 100px;
}
.room .con .list li{
	padding: 30px 0;
	border-bottom: solid 1px #EEEEEE;
}
.room .con .list li .title{
	overflow: hidden;
	cursor: pointer;
}
.room .con .list li .title>div{
	float: left;
	padding-right: 20px;
	color:rgba(102,102,102,1);
}
.room .con .list li .title .text1{
	/*width: 275px;*/
	width: 410px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.room .con .list li .title .text2{
	width: 220px;
}
.room .con .list li .title .text3{
	width: 190px;
}
.room .con .list li .title .text4{
	width: 240px;
}
.room .degree{
	width: 114px;
	display: inline-block;
	margin-right: 8px;
}
.room .con .list li .title .text5{
	width: 120px;
}
.room .con .list li .title .text6{
	float: right;
	padding: 0;
}
.room .con .list li .title a{
	color:rgba(236,166,39,1);
}
.room .con .list li .knowledge{
	position: relative;
	margin-top: 30px;
	display: none;
}
.room .con .list li .knowledge .error_btn{
	cursor: pointer;
}
.room .con .list li .knowledge p{
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:29px;
}
.room .con .list li .knowledge .button{
	margin-top: 30px;
	line-height: 35px;
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(102,102,102,1);
}
.room .con .list li .knowledge .button a{
	display: inline-block;
	width:98px;
	height:35px;
	background:rgba(236,166,39,1);
	text-align: center;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(254,254,254,1);
	margin-right: 16px;
}

/*学习秘籍弹窗*/
.secret{
	display: none;
}
.secret .con{
	width:966px;
	background:rgba(255,255,255,1);
	border-radius:14px;
	margin-top: -300px;
	margin-left: -483px;
	padding: 0 30px;
}
.secret .con .off{
	margin-top: 30px;
}
.secret .con h2{
	font-size:20px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	text-align: center;
	margin: 40px 0;
}
.secret .con .content p,
.secret .con .content{
 	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:29px;
	margin-bottom: 20px;
 }
.secret .con .iknow{
	display: block;
	width:120px;
	height:38px;
	background:rgba(236,166,39,1);
	border-radius:19px;
	margin: 35px auto;
	padding: 3px;
	text-align: center;
	line-height: 32px;
	color:rgba(255,255,255,1);
}
.secret .con .iknow span{
	display: inline-block;
	width:100%;
	height:100%;
	border:1px dashed rgba(255,255,255,1);
	border-radius:17px;
}

/*错题清理*/
.clearwrong .titlenav{
	padding-top: 10px;
}
.clearwrong .titlenav a{
	font-weight: 400;
	height: 38px;
	line-height: 28px;
}
.clearwrong .link{
	padding-top: 10px;
	line-height: 38px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
}
.clearwrong .link a{
	padding-left: 30px;
	background: url(../img/icon4.png) no-repeat left center;
	color:rgba(57,114,243,1);
}
.clearwrong .content{
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	min-height: 800px;
	margin-bottom: 100px;
	padding: 30px 30px 76px;
	display: none;
}
.clearwrong .content .caption{
	height:57px;
	line-height: 53px;
	background:rgba(255,255,255,1);
	border:2px dashed rgba(228,159,35,1);
	border-radius:29px;
	text-align: center;
}
.clearwrong .content .caption span{
	font-size: 20px;
	color: #F01C1C;
	font-weight: bold;
}
.clearwrong .content .questions{
	position: relative;
	padding-top: 20px;
}
.clearwrong .item{
	border: none;
}
.clearwrong .content .questions .item p label{
	width: 50%;
	margin-bottom: 15px;
	padding: 0 15px 0 0;
}
.clearwrong .questions .error_btn{
	top: 45px;
}
.clearwrong .questions .button{
	display: block;
	width:136px;
	height:48px;
	background:rgba(236,166,39,1);
	border-radius:24px;
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin: 0 auto 30px;
	cursor: pointer;
}
.clearwrong .questions .answer{
	margin-bottom: 30px;
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height: 35px;
}
.clearwrong .answer span{
	display: inline-block;
	text-align: center;
	width:85px;
	height:35px;
	line-height: 35px;
	font-size: 16px;
	background:rgba(236,166,39,1);
	border-radius:4px;
	color:rgba(255,255,255,1);
	margin-right: 40px;
}
.clearwrong .content .analysis{
	border-top: solid 10px #F1F1F1;
}
.clearwrong .content .analysis h4{
	margin-bottom: 8px;
}
.clearwrong .content .analysis .an_con{
	margin-bottom: 26px;
}
.clearwrong .content .analysis .an_con p{
	margin-bottom: 20px;
}
.clearwrong .content .analysis .answer{
	font-size:14px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(102,102,102,1);
}
.clearwrong .content .analysis .answer span{
	cursor: pointer;
}

/*历史错题*/
.history .caption select{
	height:28px;
	line-height: 26px;
	border:1px solid rgba(204,204,204,1);
	border-radius:13px;
	padding: 0 10px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-left: 10px;
}
.history .caption a{
	display: inline-block;
	height:28px;
	line-height: 26px;
	border:1px solid rgba(204,204,204,1);
	border-radius:13px;
	padding: 0 15px;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-left: 15px;
}
.history .caption .on{
	border-color: transparent;
	background:rgba(251,190,81,1);
	color: #fff;
}
.history .questions .item{
	padding: 26px 0;
	border-bottom: solid 1px #eee;
}
.history .questions .item .show{
	position: relative;
}
.history .questions .item h3 {
	width: 800px;
    font-size: 16px;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 29px;
    margin: 0;
    cursor: pointer;
}
.history .questions .item .show .operation{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
}
.history .questions .item .show .operation .guanzhu{
	color: #999;
}
.history .questions .item .guanzhu i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon6.png) no-repeat left -5px;
	vertical-align: middle;
	margin-right: 8px;
}
.history .questions .item .guanzhu.on i{
	background-position: left -82px;
}
.history .questions .item .show .operation span{
	color: #999;
	margin-left: 45px;
}
.history .questions .item .result{
	margin-bottom: 30px;
}
.history .questions .item .result label{
	float: left;
	width: 50%;
	margin-bottom: 20px;
}
.history .questions .item .result input {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(204,204,204,1);
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}
.history .questions .item .answer{
	margin: 0;
}
.history .questions .item .analysis{
	border: none;
}
.history .questions .item .hidden{
	display: none;
	margin-top: 30px;
}
.history .pages{
	padding-top: 40px;
}
.secret .con .text{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
}
.history .questions .item .degree{
	width: 114px;
	margin: 14px 8px;
}
.history .questions .item .deg{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
}

/*未清理弹窗*/
.noclear{
	display: none;
}
.noclear .con{
	width:536px;
	background:rgba(255,255,255,1);
	border-radius:14px;
	margin-left: -268px;
	margin-top: -147px;
	padding: 30px;
}
.noclear .con h2{
	text-align: center;
	font-size:20px;
	font-family:MicrosoftYaHei-Bold;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin: 20px 0 40px;
}
.noclear .con .text{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:40px;
}
.noclear .con .button{
	margin: 45px 0 15px;
	text-align: center;
}
.noclear .con .button a{
	display: inline-block;
	width:120px;
	height:38px;
	line-height: 28px;
	background:rgba(200,200,200,1);
	border-radius:19px;
	padding: 4px;
	margin: 0 20px;
}
.noclear .con .button a span{
	display: inline-block;
	width: 100%;
	height: 100%;
	border:1px dashed rgba(255,255,255,1);
	border-radius:17px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.noclear .con .button .btn1{
	background:rgba(236,166,39,1);
}

/*我关注的学习资料*/
.hidden .con_down .score{
	margin-right: 28px;
}
.questions .item .hidden .video,
.questions .item .hidden .con_down{
	width: 920px;
	margin: 0 auto;
}

/*个人中心*/
.usercen .section{
	overflow: hidden;
	position: relative;
	margin-bottom: 70px;
}
.usercen .section .leftcon{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 210px;
	background: #fff;
}
.usercen .section .leftcon .tit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../img/cen_bg.jpg) no-repeat center;
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
}
.usercen .section .leftcon .userimg{
	width:101px;
	height:101px;
	border:2px solid rgba(236,195,85,1);
	border-radius:50%;
	margin: 22px auto;
	padding: 8px;
}
.usercen .section .leftcon .userimg .img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius:50%;
	overflow: hidden;
}
.usercen .section .leftcon .userimg .img img{
	width: 100%;
	min-height: 100%;
	vertical-align: top;
}
.usercen .section .leftcon .nav{
	text-align: center;
	margin-top: 40px;
}
.usercen .section .leftcon .nav li{
	height: 40px;
	line-height: 40px;
	border-left: solid 3px transparent;
}
.usercen .section .leftcon .nav .on{
	background:rgba(234,234,234,1);
	border-color: #F6BC53;
}
.usercen .section .rightcon{
	width: 960px;
	min-height: 850px;
	background: #fff;
	float: right;
	padding: 0 40px;
}
.usercen .section .rightcon .tit{
	height: 94px;
	line-height: 93px;
	border-bottom: solid 1px #eee;
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.usercen .section .rightcon .userinfo{
	line-height: 44px;
	padding: 30px 0;
}
.usercen .section .rightcon .userinfo span{
	display: inline-block;
	width: 140px;
	color:rgba(102,102,102,1);
}
.usercen .section .rightcon .list li{
	padding: 30px 0;
	border-bottom: solid 1px #EEEEEE;
}
.usercen .section .rightcon .list .top{
	margin-bottom: 12px;
}
.usercen .section .rightcon .list .top h3{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.usercen .section .rightcon .list .top .time{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.usercen .section .rightcon .list .info{
	color:rgba(102,102,102,1);
	line-height:29px;
}
.usercen .section .rightcon .form p{
	width: 340px;
	height: 40px;
	line-height: 35px;
	margin-top: 15px;
	border-bottom: solid 1px #eee;
	position: relative;
}
.usercen .section .rightcon .form p i{
	display: inline-block;
	width: 25px;
	height: 35px;
	vertical-align: middle;
	margin-right: 30px;
	background: url(../img/icon2.png) no-repeat;
}
.usercen .section .rightcon .form p .i1{
	background-position: center -146px;
}
.usercen .section .rightcon .form p .i2{
	background-position: center -95px;
}
.usercen .section .rightcon .form p .i3{
	background-position: center -195px;
}
.usercen .section .rightcon .form p .i4{
	background-position: center -195px;
}
.usercen .section .rightcon .form p input{
	width: 240px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	vertical-align: middle;
}
.usercen .section .rightcon .form p .code_btn{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 10px;
	height:35px;
	background:rgba(236,166,39,1);
	border: none;
	border-radius:4px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.usercen .section .rightcon .form .button{
	display: block;
	width:150px;
	height:50px;
	line-height: 36px;
	background:rgba(236,166,39,1);
	border-radius:25px;
	padding: 6px;
	text-align: center;
	margin-top: 50px;
}
.usercen .section .rightcon .form .button span{
	display: inline-block;
	width: 100%;
	height: 100%;
	border:1px dashed rgba(255,255,255,1);
	border-radius:22px;
	font-size:20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}

.fixlog{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.logtit{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
.login .ulform li{
	margin-bottom: 10px;
	line-height: 36px;
}
.login .ulform li span{
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.login .ulform li input[type='text'],
.login .ulform li select{
	width: 500px;
	height: 36px;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 16px;
}
.login .ulform li label{
	margin-right: 20px;
}
.login .ulform li input[type='radio']{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 6px;
}
.login .btn{
	width: 20%;
	height:42px;
	line-height: 42px;
	background:rgba(227,124,32,1);
	border-radius:21px;
	display: block;
	border: none;
	font-size:20px;
	font-family:PingFang-SC-Medium;
	font-weight:500;
	color:rgba(255,255,255,1);
	cursor: pointer;
	margin: 35px auto 0;
}

input[type=submit]:disabled{
	background: #CCCCCC;
	box-shadow: 0 6px 0 0 #AAAAAA;
}

body{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.login-btn{
	width: 400px;
	height: 60px;
	background: linear-gradient( 90deg, #93E3CB 0%, #97E0D7 100%);
	box-shadow: inset 0px 4px 10px 1px rgba(255,255,255,0.2);
	border-radius: 16px 16px 16px 16px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 30px;
}
.close-icon{
	display: none;
}
.inpRow-focused{
	border-color: #27B4A2;
}
.btn-enabled{
	background: linear-gradient( 90deg, #37c0ae 0%, #27B4A2 100%);
	box-shadow: inset 0px 4px 10px 1px rgba(255,255,255,0.2);
	border-radius: 16px 16px 16px 16px;
}
.swiper-pagination-bullet-active{
	width: 14px !important;
	height: 8px !important;
	background: #27B4A2 !important;
	border-radius: 5px !important;
}
.h_top_layout{
	background-color: #fff;
}
.h_top_layout>div{
	display: flex;
	align-items: center;
	justify-content: space-between;	
}
.h_left{
	display: flex;
	align-items: center;
}
  /* 弹窗遮罩层样式 */
        .custom-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999999;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .modal-mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .modal-mask.active {
            opacity: 1;
        }
        
        /* 弹窗内容样式 */
        .modal-content {
            position: relative;
            width: 750px;
            transform: translateY(-20px);
            border-radius: 30px;
            transition: all 0.3s ease;
			overflow: auto;
        }
        .modal-content .close-btn{
			position: absolute;
			top: 16px;
			right: 16px;
			width: 12px;
			height: 12px;
		}
        .modal-content.active {
            transform: translateY(0);
            opacity: 1;
        }
        
        .modal-header {
            padding: 16px 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .modal-title {
            font-weight: bold;
			font-size: 18px;
			color: #383B40;
			text-align: center;
        }
        
        .modal-close {
            font-size: 20px;
            color: #909399;
            cursor: pointer;
            transition: color 0.3s;
        }
        
        .modal-close:hover {
            color: #606266;
        }
        
     #customModal   .modal-body {
            padding: 20px;
            max-height: 400px;
            overflow-y: auto;
        }
        
        .modal-footer {
            padding: 16px 20px;
            border-top: 1px solid #ebeef5;
            display: flex;
            justify-content: center;
			align-items: center;
        }
        
        /* 内容列表样式 */
        .switch-content p {
            margin-bottom: 16px;
            color: #606266;
        }
        
        .content-list {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 12px;
        }
        
        
        .content-icon {
            width: 24px;
            height: 24px;
            background-color: #409eff;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }
        
        .content-name {
            font-size: 14px;
        }
        
        /* 按钮样式 */
        .btn-cancel,
        .btn-confirm {
            padding: 8px 20px;
            border-radius: 8px;
            border: 1px solid #dcdfe6;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s;
        }
		.btn-cancel:hover{
			border-color: #27B4A2;
            color: #27B4A2;
		}
		.btn-confirm.disabled{
			opacity: 0.3;
		}
        
        .btn-cancel {
            background-color: white;
            color: #606266;
			border: 1px solid #27B4A2;
			color: #27B4A2;
        }
        
        
        
        .btn-confirm {
            background: linear-gradient( 90deg, #19C590 0%, #2AC1AE 100%);
box-shadow: inset 0px 3px 6px 1px rgba(255,255,255,0.2);
			color: #FFFFFF;
        }
        
        .btn-confirm:hover {
            background-color: #66b1ff;
            border-color: #66b1ff;
        }
#customModal .modal-body .tips {
	font-weight: 400;
	font-size: 14px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

#customModal .modal-body .tips::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 12px;
	background: #FCB636;
	border-radius: 2px;
	margin-left: 4px;
	margin-bottom: 2px;
	margin-right: 5px;
}
#customModal .modal-body{
	padding: 20px;
}
.sv_item_box{
	display: flex;
	margin-bottom: 16px;
	flex-wrap: wrap;
}
.content-item{
	height: 32px;
	background: #FFFFFF;
	color: #909399;
	border-radius: 16px 16px 16px 16px;
	border: 1px solid #DDE0E6;
	line-height: 32px;
	padding: 0 20px;
	width: fit-content;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.content-item.active{
	background: #F2FFFD;
	border: 1px solid #27B4A2;
	color: #27B4A2;
}
.h_change_btn{
	width: 56px;
	height: 24px;
	background: linear-gradient( 90deg, #FFA933 0%, #FFA000 100%);
	border-radius: 12px 12px 12px 12px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
}
/* 1. 滚动条整体（宽/高） */
/* 纵向滚动条宽度 */
.modal-body::-webkit-scrollbar,
.fixbg::-webkit-scrollbar,
.studymaterials-list-wrap::-webkit-scrollbar {
  width: 8px;
}
/* 横向滚动条高度 */
.modal-body::-webkit-scrollbar,
.fixbg::-webkit-scrollbar,
.studymaterials-list-wrap::-webkit-scrollbar {
  height: 8px;
}

/* 2. 滚动条轨道（背景） */
.fixbg::-webkit-scrollbar-track,
.studymaterials-list-wrap::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道颜色 */
  border-radius: 4px; /* 轨道圆角 */
}
.modal-body::-webkit-scrollbar-thumb {
  background: #27B4A2; /* 轨道颜色 */
  border-radius: 4px; /* 轨道圆角 */
}
/* 3. 滚动条滑块（拖动部分） */

.fixbg::-webkit-scrollbar-thumb,
.studymaterials-list-wrap::-webkit-scrollbar-thumb {
  background: #ccc; /* 滑块颜色 */
  border-radius: 4px; /* 滑块圆角 */
}
.modal-body::-webkit-scrollbar-thumb{
	background: #27B4A2; /* 轨道颜色 */
  border-radius: 4px; /* 轨道圆角 */
}
/* 4. 滑块 hover 状态 */
.modal-body::-webkit-scrollbar-thumb:hover,
.fixbg::-webkit-scrollbar-thumb:hover,
.studymaterials-list-wrap::-webkit-scrollbar-thumb:hover {
  background: #999; /* 滑块 hover 颜色 */
}

/* 5. 滚动条两端按钮（上下/左右箭头，可选） */
.modal-body::-webkit-scrollbar-button,
.fixbg::-webkit-scrollbar-button,
.studymaterials-list-wrap::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none; /* 隐藏默认箭头按钮 */
}
/* Firefox 滚动条宽度（auto/thin/none）和颜色 */
.modal-body,
.fixbg,
.studymaterials-list-wrap{
  scrollbar-width: thin; /* 窄滚动条 */
  scrollbar-color: #ccc #f1f1f1; /* 滑块颜色 轨道颜色 */
}
/* 自定义音频播放器样式 */
.custom-audio-player {
    width: 290px;
    height: 54px;
    background: #B5B5B5;
    border-radius: 12px;
    padding: 12px 10px;
    box-sizing: border-box;
}

.custom-audio-player-inner{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-audio-player audio {
    display: none;
}

.audio-progress-track {
    width: 100%;
    height: 6px;
    background: #D2D2D2;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    /* overflow: hidden; */
}

.audio-progress-fill {
    height: 100%;
    background: #FFD55F;
    border-radius: 4px;
    position: relative;
    transition: width 0.1s linear;
}

.audio-progress-thumb {
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    transform: translate(50%, -50%);
}
.question_audio{
	margin-top: 10px;
}


.audio-actions {
    display: flex;
    align-items: center;
}

.audio-actions .duration{
    opacity: 0.9;
    margin-right: 8px;
}

.audio-bottom {
   width: 80px;
}
.audio-icon-btn img{
    width: 30px;
    height: 30px;
}
.audio-time{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}
.question_audio_title{
    font-weight: bold;
    font-size: 14px;
    color: #FFA000;
}

.no-data-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #92A1B9;
	flex-direction: column;
	margin-top: 100px;
}
.no-data-wrap img{
	width: 420px;
	height: 190px;
	margin-bottom: 5px;
}