@charset "utf-8";
::-webkit-scrollbar{
    height: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media only screen and (min-width:1025px){
	html{font-size: 85.3334px !important;}
}
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,form,input,button,p,figure{
	margin:0;
	padding:0;
}
body{
	width:7.5rem;
	font-size:.3rem;
	margin:0 auto;
	background:#fff;
	overflow-x:hidden;
	font-family:'Microsoft YaHei',Arial,Helvetica,sans-serif;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
	color: #333;
	text-decoration: none;
}
a:focus, input:focus, select:focus, form *:focus, button{
	outline:none;
}
button{
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
	width: 100%;
	border:0;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ol,ul,li{
	list-style:none;
}
:-moz-placeholder {
	color: #bcc5d4;
}
::-moz-placeholder {
	color: #bcc5d4;
}
input:-ms-input-placeholder{
	color: #bcc5d4;
}
input::-webkit-input-placeholder{
	color: #bcc5d4;
}
textarea,input[type="password"],input[type="submit"],input[type="text"],input[type="tel"],input[type="button"]{
	line-height:.48rem;
	padding:.15rem 0;
	background:#fff;
	border:none;
	outline:0;
	resize:none;
	-webkit-appearance:none;
	appearance:none;
	white-space:pre-wrap;
	word-wrap:break-word;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl{
	clear: both;
}
.oh{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.cf{
	zoom:1;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
/* login */
.login-bg{
	background: url(../images/login_bg.jpg) top center no-repeat;
}
.login-header{
	padding-top: 1.2rem;
}
.login-header .logo, .result-header .logo{
	display: block;
	width: 1.18rem;
	height: .8rem;
	margin: 0 auto;
	background: url(../images/logo_white.png) no-repeat;
	background-size: 100% 100%;
}
.login-header .text{
	padding-top: .25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login-header .text span{
	color: #fff;
	padding: 0 .2rem;
	position: relative;
}
.login-header .text span:first-child{
	font: .38rem/.38rem "microsoft yahei";
}
.login-header .text span:last-child{
	font: .28rem/.28rem "microsoft yahei";
}
.login-header .text span:last-child:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 115%;
	background: #fff;
}
.section-login{
	padding: .8rem .4rem 0;
}
.section-login> div{
	background: #fff;
	padding: .7rem .4rem;
	border-radius: .2rem;
	position: relative;
	z-index: 99;
}
.tab{
	padding-bottom: .72rem;
}
.tab li{
	width: 50%;
	float: left;
	font: .3rem/.3rem "microsoft yahei";
	color: #999;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.tab li:after{
	content: "";
	width: .4rem;
	height: .06rem;
	border-radius: .1rem;
	position: absolute;
	bottom: -.22rem;
	left: 50%;
	transform: translateX(-50%);
}
.tab li:hover, .tab li.on{
	color: #225cbb;
}
.tab li:hover:after,
.tab li.on:after{
	background: #225cbb;
}
.form-login li{
	position: relative;
}
.form-login li+li{
	margin-top: .3rem;
}
.form-login li input{
	width: 100%;
	height: .8rem;
	font: .28rem/.8rem "microsoft yahei";
	padding: 0 .2rem;
	border-radius: .06rem;
	background: #f6f9fe;
	border: solid 1px transparent;
	transition: border .5s;
}
.form-login li input:hover,
.form-login li input:focus{
	border: solid 1px #225cbb;
}
.form-login li span{
	min-width: 1.6rem;
	padding: 0 .2rem;
	height: .8rem;
	font: .28rem/.8rem "microsoft yahei";
	color: #225cbb;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-login li button{
	width: 100%;
	height: .8rem;
	font: .3rem/.8rem "microsoft yahei";
	color: #fff;
	border-radius: .06rem;
	background: #225cbb;
	cursor: pointer;
}
.footer-login{
	width: 100%;
	max-width: 7.5rem;
	font: .22rem/.36rem "microsoft yahei";
	color: #fff;
	text-align: center;
	padding-top: .55rem;
	position: fixed;
	bottom: .6rem;
}
/* result */
.result-header{
	height: 3.4rem;
	text-align: center;
	padding-top: .7rem;
	background: url(../images/result_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.result-header span{
	display: block;
	padding-top: .25rem;
	font: .4rem/.4rem "microsoft yahei";
	color: #fff;
}
.section-result{
	padding: 0 .3rem;
	position: relative;
	top: -.6rem;
	z-index: 9;
}
.grades{
	padding: 0 .4rem;
	border-radius: .12rem;
	background: #fff;
	box-shadow: 0 3px .2rem rgba(4, 84, 254, .1);
	background: url(../images/watermark.png) repeat;
}
.grades h3{
	font: bold .32rem/.32rem "microsoft yahei";
	padding: .65rem 0 .4rem;
}
.grades dl,
.grades dt,
.grades dd{
	min-height: 1.2rem;
	display: flex;
	align-items: center;
}
.grades dl{
	width: 100%;
}
.grades dl+dl{
	border-top: solid 1px #e5e5e5;
}
.grades dt{
	width: 1.4rem;
	color: #666;
}
.grades dt,
.grades dd{
	font-size: .28rem;
}
.grades dd{
	flex: 1;
}
.grades dl:nth-of-type(3),
.grades dd >div span{
	display: block;
}
.grades dl:nth-of-type(3) dd{
	flex-wrap: wrap;
	padding-bottom: .45rem;
	overflow: hidden;
}
.grades dd >div{
	float: left;
	width: 33.333%;
	padding-top: .6rem;
}
.grades dd >div:nth-of-type(1),
.grades dd >div:nth-of-type(2),
.grades dd >div:nth-of-type(3){
	padding-top: 0;
}
.grades dd >div:nth-of-type(2),
.grades dd >div:nth-of-type(5){
	text-align: center;
}
.grades dd >div:nth-of-type(3),
.grades dd >div:nth-of-type(6){
	text-align: right;
}
.grades dd >div span:first-child{
	font: bold .36rem/.36rem "Arial";
}
.grades dd >div span:last-child{
	font: .24rem/.24rem "microsoft yahei";
	color: #666;
	padding-top: .12rem;
}

.grades__status{
	padding: 0.4rem;
	border-radius: .12rem;
	background: #fff;
	box-shadow: 0 3px .2rem rgba(4, 84, 254, .1);
}
.grades__status h3{
	font: bold .28rem/.28rem "microsoft yahei";
	padding: .65rem 0 .4rem;
}
.grades__status dl,
.grades__status dt,
.grades__status dd{
	min-height: 1.2rem;
	display: flex;
	align-items: center;
}
.grades__status dl{
	width: 100%;
}
.grades__status dl+dl{
	border-top: solid 1px #e5e5e5;
}
.grades__status dt{
	width: 1.9rem;
	color: #666;
}
.grades__status dt,
.grades__status dd{
	font-size: .28rem;
}
.grades__status dd{
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
/* index */
.header-index{
	padding: .2rem .3rem;
}
.header-index, .header-index .logo{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-index .logo{
	font: bold .34rem/.46rem "microsoft yahei";
}
.header-index .logo i{
	display: block;
	width: .68rem;
	height: .46rem;
	margin-right: .1rem;
	background: url(../images/logo.png) no-repeat;
	background-size: 100% 100%;
}
.header-index span{
	font-size: .28rem;
}
.banner{
	height: 3.2rem;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
}
.section-index{
	padding: 0 .3rem;
	background: #fff;
	position: relative;
	z-index: 99;
}
.hot-area{
	padding-top: .4rem;
	margin: 0 -.15rem;
}
.hot-area li{
	float: left;
	width: calc(50% - .3rem);
	min-height: 2rem;
	padding: .4rem .3rem;
	margin: 0 .15rem;
	border-radius: .1rem;
	position: relative;
}
.hot-area a:first-child li{
	background: #fef8f2;
}
.hot-area a:last-child li{
	background: #ebf8ff;
}
.hot-area li:after{
	content: "";
	width: 1.7rem;
	height: 1.7rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.hot-area a:first-child li:after{
	background: url(../images/hot1.png) no-repeat;
	background-size: 100% 100%;
}
.hot-area a:last-child li:after{
	background: url(../images/hot2.png) no-repeat;
	background-size: 100% 100%;
}
.hot-area li h3{
	font: bold .36rem/.36rem "microsoft yahei";
}
.hot-area li span, .basic-area li span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hot-area li span{
	width: 1.5rem;
	height: .54rem;
	font: .22rem/.5rem "microsoft yahei";
	color: #cfa26d;
	margin-top: .4rem;
	border-radius: .3rem;
	border: solid .02rem #f3d3ad;
}
.hot-area li span i{
	margin-left: .1rem;
	border: .08rem solid transparent;
	border-left-color: #cfa26d;
}
.hot-area a:last-child li span{
	color: #83bfe0;
	border: solid .02rem #b7e5fa;
}
.hot-area a:last-child li span i{
	border-left-color: #83bfe0;
}
.basic-area{
	margin: 0 -.3rem;
	padding-top: .6rem;
}
.basic-area li{
	width: 33.3333%;
	float: left;
	text-align: center;
}
.basic-area li span{
	width: 1.06rem;
	height: 1.06rem;
	margin: 0 auto;
	border-radius: 50%;
	background: #e8f0fd;
}
.basic-area li span i{
	width: .62rem;
	height: .62rem;
}
.basic-area li:nth-of-type(1) span i{
	background: url(../images/icon_zk.png) no-repeat;
	background-size: 100% 100%;
}
.basic-area li:nth-of-type(2) span i{
	background: url(../images/icon_ck.png) no-repeat;
	background-size: 100% 100%;
}
.basic-area li:nth-of-type(3) span i{
	background: url(../images/icon_sk.png) no-repeat;
	background-size: 100% 100%;
}
.basic-area li p{
	font: .32rem/.3rem "microsoft yahei";
	padding-top: .25rem;
}
.footer-index{
	width: 100%;
	max-width: 7.5rem;
	font: .24rem/.24rem "microsoft yahei";
	color: #999;
	text-align: center;
	position: fixed;
	bottom: .6rem;
}
.sign-out a{
	display: block;
	width: 120px;
	font: 14px/40px "microsoft yahei";
	color: #1d59a1;
	text-align: center;
	margin: 20px auto 0;
	border-radius: 4px;
	background: rgba(29, 89, 161, .12);
}
.sign-out a:hover{
	color: #fff;
	background: #1d59a1;
}
.grades .info{
	background: url(../images/watermark.png) repeat;
}


.cxtwo_play {
	width: 80%;
	margin-left: 1em;
}

.cxtow .cxtow_ct .cxtwo_play h4{
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #2F2F2F;
	font-weight: bold;
}
.cxtwo_play div span{
	padding: 0 5px;
	font-size: 14px;
	line-height: 30px;
}

.cxtow .cxtow_ct .cxtwo_play{
	border: 1px solid #EEEEEE;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.10);
	min-height: 514px;
	/*padding:0 36px;
	*/

}
.cxtow .cxtow_ct .cxtwo_play h4{
	margin: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #2F2F2F;
	font-weight: bold;
}
.cxtwo_play form>div{
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.cxtwo_play form>div label{
	width: 70px;
	text-align: justify;
	text-align-last: justify;
	margin-right: 5px;
	font-size: 14px;
	color: #2F2F2F;
	line-height: 30px;
	float: left\9;
}
.cxtwo_play form>div input{
	width: 100%;
	width: 75%\9;
	/*height: 30px;*/
	padding: 5px 0;
	flex: 1;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	float: left\9;
}
.cxtwo_play form>div input:focus{
	border-color:#0A83CE;
}
.cxtwo_play form>div.yzm input{
	width: 110px;
	flex: 0;
}
.cxtwo_play form>div.yzm span{
	width: 80px;
	display: inline-block;
	height: 30px;
	margin-left: 10px;
	background: #e6e6e6;
}
.cxtwo_play form>div.btn{
	padding-left: 65px;
}
.cxtwo_play form>div.btn button{
	width: 80px;
	height: 30px;
	margin-right: 20px;
	background: #0A83CE;
	border-radius: 6px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}
.cxtwo_play form>div.btn button:active{
	background: #1D59A1;
}
.maskArea{
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 21;
	background: black;
	/*opacity: 0.3;*/
}
.opacity40{
	background: black;
	background-color: rgba(0, 0, 0, 0.4);
	filter:alpha(opacity=40);
}

.loading{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 22;
	width: 64px;
}

#yzmimage{
	width: 100%;
	height: 100%;
}

#yzmimage img{
	width: 100%;
	height: 100%;
}
.form-login li{
	position: relative;
}
.form-login li+li{
	margin-top: .3rem;
}
.form-login li input{
	width: 100%;
	height: .8rem;
	font: .28rem/.8rem "microsoft yahei";
	padding: 0 .2rem;
	border-radius: .06rem;
	background: #f6f9fe;
	border: solid 1px transparent;
	transition: border .5s;
}
.form-login li input:hover,
.form-login li input:focus{
	border: solid 1px #225cbb;
}
.form-login li span{
	min-width: 1.6rem;
	padding: 0 .2rem;
	height: .8rem;
	font: .28rem/.8rem "microsoft yahei";
	color: #225cbb;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-login li button{
	width: 100%;
	height: .8rem;
	font: .3rem/.8rem "microsoft yahei";
	color: #fff;
	border-radius: .06rem;
	background: #225cbb;
	cursor: pointer;
}
.grades.kszt h3{
	font: bold .32rem/.48rem "microsoft yahei";
	padding: .57rem 0 .32rem;
}
.grades.kszt dd{
	line-height: .46rem;
	padding: .3rem 0;
}
.errorTips {
	width: 40%;
	max-width: 7.5rem;
	color: #fff;
	text-align: center;
	padding: .5rem;
	margin: 0 auto;
	border-radius: .1rem;
	background: #fff;
	background: rgba(0,0,0,.6);
	/* box-shadow: 0 0 15px rgba(0,0,0,.2); */
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translateX(-50%) translateY(-50%);
}
.errorTips p{
	font-size: .28rem;
}

.bgpng {
	background: url(../images/watermark.png) repeat;
}