@charset "utf-8";
html { font-size: 625%; }
	@media screen and ( max-device-width: 1920px ) {
		html { 
			font-size: 937.5% !important;
		}
	}
	@media screen and ( max-device-width: 1680px ) {
		html { 
			font-size: 820.3125% !important;
		}
	}
	@media screen and ( max-device-width: 1600px ) {
		html {
			font-size: 781.25% !important; 
		}
	}
	@media screen and ( max-device-width: 1440px ) {
		html { 
			font-size: 703.125% !important; 
		}
	}
	@media screen and ( max-device-width: 1366px ) {
		html { 
			font-size: 666.9922% !important; 
		}
	}
	@media screen and ( max-device-width: 1360px ) {
		html {
			font-size: 664.0625% !important; 
		}
	}
	@media screen and ( max-device-width: 1280px ) {
		html {
			font-size: 625% !important;
		}
	}
	
body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin:0;
}
header{
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	/*background: #3593eb;*/
	background: #0057c5;
}
header .title{
    height: .5rem;
    color: #fff;
    line-height: .5rem;
    padding-left: .6rem;
    display: inline-block;
    font-weight: 600;
    font-size: .16rem;
}
header .title:before{
	content: '';
    display: inline-block;
    width: .45rem;
    height: .45rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: .1rem;
    background: url("images/home/logo.png") no-repeat 0 0;
	background-size: 100% 100%;
}
header .tel{
    height: .5rem;
    color: #fff;
    line-height: .5rem;
    padding-right: .5rem;
    float: right;
    display: inline-block;
    font-size: .12rem;
    position: relative;
    padding-left: .35rem;
}
header .tel:before{
	content: '';
    display: inline-block;
    width: .28rem;
    height: .25rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url("images/home/kf.png") no-repeat 0 0;
	background-size: 100% 100%;
}
/* #timeDiv {
	font-size: 14px;
}
#tipbox {
	width: 2.2rem;
	height: o.8rem;
	border: 1px solid red;
	position: absolute;
	top: 1.2rem;
	left: 0.2rem;
} */
.container{
	width: 100%;
    height: calc(100% - .5rem);
    position: absolute;
    top: .5rem;
    left: 0;
    background: url("images/home/bg.jpg") no-repeat 0 0;
	background-size: 100% 100%;
}
.container:before{
	content: '';
	position: absolute;
	display: inline-block;
    top: .8rem;
    left: 1rem;
    background: url("images/home/2.5D.png") no-repeat 0 0;
	background-size: 100% 100%;
	width: 5.2rem;
	height: 4.2rem;
}
#loginBox,
#registerBox,
#resetBox {
	width: 3.6rem;
    height: 4.2rem;
	position: absolute;
	left: 50%;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
	background: #fff;
	border-radius: .1rem;
	padding: .4rem .5rem;
}
#registerBox,
#resetBox {
	display: none;
}
.container h3{
	text-align: left;
	font-size:.16rem;
	height: .25rem;
    display: inline-block;
    border-bottom: .02rem solid #3593eb;
}
#loginBox form{
	
}
/* #loginBox:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	background: url("images/login/loginBox.png") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
} */
@keyframes rotateBg {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#loginBox input,
#registerBox input,
#resetBox input {
	width: 2.6rem;
	height: .35rem;
	border-radius: .05rem;
	color: #ccc;
    border: 1px solid #ccc;
	margin-top: .25rem;
}
#registerBox input{
	margin-top: .18rem;
}
#resetBox input{
	margin-top: .13rem;
}
#loginBox #username,
#registerBox #username,
#resetBox #username{
	text-indent: .2rem;
}

#loginBox #password,
#resetBox #password{
	text-indent: .2rem;	
}
#registerBox #password{
	top: 1.25rem;
	text-indent: .2rem;	
}
#loginBox #yzm,
#registerBox #yzmfont,
#resetBox #yzmfont{
	text-indent: .2rem;
	width: 1.5rem;
}
#registerBox #yzm,
#resetBox #yzm{
	text-indent: .2rem;
}

#registerBox #yzmBtn{
	top: 2.37rem;
    width: 1rem;
    height: .25rem;
    left: auto;
    line-height: .25rem;
    right: .55rem;
    color: #238ff4;
    border-radius: .05rem;
    background: #e9f2ff;
    font-size: .1rem;
    text-align: center;
    position: absolute;
}
#resetBox #yzmBtn{
	top: 1.8rem;
    width: 1rem;
    height: .25rem;
    margin: unset;
    position: absolute;
    left: auto;
    line-height: .25rem;
    right: .55rem;
    color: #238ff4;
    border-radius: .05rem;
    background: #e9f2ff;
    font-size: .1rem;
    text-align: center;
}

#resetBox #password{
	top: 2.35rem;
}

#resetBox #password2{
	top: 2.9rem;
	text-indent: .2rem;	
}


#loginBox .yzmImg,
#registerBox .yzmImg,
#resetBox .yzmImg{
	right: .5rem;
    top: 2.1rem;
    position: absolute;
    height: .35rem;
    width: 1rem;
    cursor: pointer;
}
#registerBox .yzmImg{
	top: 1.9rem;
}
#resetBox .yzmImg{
	top: 1.25rem;
}

#loginBox .resetPassWord{
	font-size: .1rem;
    cursor: pointer;
    display: block;
    text-align: right;
    margin-top: .1rem;
    color: #3593eb;
}

#loginBox .toRegister{
    color: #ccc;
    text-align: center;
    font-size: .1rem;
    margin-top: .15rem;
}
#registerBox .toLogin,
#resetBox .toLogin{
	color: #ccc;
    margin-top: .1rem;
    text-align: center;
    font-size: .1rem;
}
#resetBox .toLogin{
	top: 3.9rem;
}
#registerBox .protocol{
    color: #ccc;
    text-align: center;
    font-size: .1rem;
}
#loginBox .toRegister span,
#registerBox .toLogin span,
#registerBox .protocol span,
#resetBox .toLogin span{
	color: #238ff4;
	font-size: .1rem;
	cursor: pointer;
}
#loginBox .rememberPassword{
	font-size: .1rem;
	position: absolute;
	margin-left: 0.05rem;
    margin-top: 0.1rem;
    color: #999;
}
#loginBox input[type="checkbox"]{
	width: .12rem;
    height: .12rem;
    position: relative;
    top: .03rem;
    left: -.05rem;
    margin: unset;
}

#registerBox .protocol input[type="checkbox"]{
	width: .12rem;
    height: .12rem;
    position: relative;
    top: .03rem;
    left: -.05rem;
    margin: unset;
}

#loginBox input[type="button"],
#registerBox input[type="button"],
#resetBox  input[type="button"]{
	height: .35rem;
    width: 2.6rem;
    line-height: .35rem;
    font-size: .14rem;
    border-radius: .2rem;
    border: none;
    cursor: pointer;
    background: #238ff4;
    color: #fff;
    transition: background 0.2s;
    margin-top: .1rem;
}
#registerBox #btnSubmit2{
	margin-top: .25rem;
}

#resetBox  #btnSubmit3{
	margin-top: .25rem;
}
/* .systemName {
	color: #913498;
	width: 9.6rem;
	height: calc(50% - 1.94rem);
	font-family: 微软雅黑;
	font-size: 0.32rem;
	font-weight: bold;
	display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    z-index: 9;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content:center;
 }    
 .logo_name_span {
 	line-height: 1.6em;
 } 
#aside {
	width: 3.6rem;
	height: 3.88rem;
	color: #394e82;
	font-size: 0.18rem;
	line-height: 0.35rem;
	padding-top: 0.2rem;
	position: fixed;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0.6rem;
	margin: auto;
}
#aside > div {
	position: absolute;
	left: 0;
	bottom: 0.2rem;
}
#footer {
	color: #fff;
	width: 100%;
	height: 0.5rem;
	font-size: 0.12rem;
	text-align: center;
	line-height: 0.5rem;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(30,74,100,0.55);
}
#footer:before {
	content: attr(data-text);
	width: 100%;
	height: 0.3rem;
	line-height: 0.3rem;
	position: absolute;
	top: -0.3rem;
	left: 0;
	text-align: center; 
	color: #fff;
}
#btnPlay {
	width: 0.26rem;
	height: 0.24rem;
	cursor: pointer; 
	display: inline-block;
	background:url("images/login/icon-audio.png");
	position: fixed;
	right: 0.15rem;
	bottom: 0.12rem;
}
.schoolLogo{
	position: absolute;
    width: auto;
    height: 0.75rem;
}
.school_logo_div{
	width: 100%;
	height: 100%;
	text-align: center;
} */

#loginBox #error,
#registerBox #error,
#resetBox #error{
	color: red;
    text-align: center;
    font-size: .12rem;
    margin-top: .05rem;
    height: .2rem;
}
#registerBox #error{
	top: 2.8rem;
}
#resetBox #error{
	top: 3.32rem;
}
.sponsor{
	width: 3.7rem;
	left: 66.8%;
	bottom: calc(50% - 1.71rem);
	color: #fff;
	position: absolute;
}
.sponsor dt{
	display: inline-block;
	margin-top: .15rem;
	font-size: .18rem;
}
.sponsor dt:nth-child(1){
	margin-top: 0;
}
.sponsor dd{
	display: inline-block;
	font-size: .14rem;
}
.left_shift{
	margin-left: .95rem;
}
#btnPlay{
	height: .26rem;
	width: .26rem;
	background: url("images/yixuecup/radio_play.png") no-repeat 0 0;
	position: fixed;
	left: .1rem;
	bottom: .1rem;
	background-size: 100% 100%;
	cursor: pointer;
}
.play{
	background: url("images/yixuecup/radio_pause.png") no-repeat 0 0 !important;
	background-size: 100% 100% !important;
}

