@charset "utf-8";
body{
    overflow-x:hidden;
}
.user-avatar{
    padding: 6% 0;
    text-align: center;
}
.user-avatar img{
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%;
    width: 90px;
    height: 90px;
}
.withcancelform .input-div{
    position: relative;
}
.withcancelform .input-div input{
    height: 39px;
    width: 80%;
}
.withcancelform .input-div .cancel{
    position: absolute;
    right: 0;
    top:0;
    display: none;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background:#fff;
    text-align: center;
    font-size: 2rem;
    color: #2d2d2d;
}
.withcancelform .input-div .cancel:active{
    color: #595959;
}
/**/

.login-btn{
    text-align: center;
    padding: 0 3%;
    position: relative;
}
.login-btn .log-btn{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #9abdf4;
    color: #fff;
    border-radius: 3px;
}
.login-btn .message-login-btn{
    display: inline-block;
    padding: 12px 10px;
    color: #818181;
}
.login-btn .forget-btn{
    position: absolute;
    padding: 12px 10px;
    bottom:0;
    right: 0;
}
.login-btn .log-btn.active{
    background: #32BAF0;
}
.login-btn .log-btn.active:active{
    background: #32BAF0;
}
.login-btn .log-btn.active.disabled,.login-btn .log-btn.active.disabled:active{
    background: #D4D4D4;
}
.regist-btn{
    display: block;
    position: absolute;
    left: 50%;
    bottom:8%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4d90fe;
    border-radius: 3px;
    width: 70px;
    margin-left: -35px;
    text-align: center;
    color: #4d90fe;
}
.regist-btn:active{
    background: #f6f6f6;
}
.regist-btn:visited{
    color: #4d90fe;
}
.role-ch{
    padding: 25% 3%;
    text-align: center;
}
.role-ch .role{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #4d90fe;
    color: #fff;
    border-radius: 3px;
}
.role-ch .role:active{
    background: #427bd8;
}
.role-ch .or-line{
    height: 0;
    width: 100%;
    border-top: 1px solid #c8c8c8;
    margin: 15% 0;
    text-align: center;
}
.role-ch .or-line span{
    position: relative;
    top: -15px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    background: #ececec;
    color: #aaa;
}
@-webkit-keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes a {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes b {
    0% {
        opacity: 1
    }

    to {
        opacity: 0.5
    }
}

@keyframes b {
    0% {
        opacity: 1
    }

    to {
        opacity: 0.5
    }
}

.content.slideIn {
    -webkit-animation: a .3s;
    animation: a .3s
}

.content.slideOut {
    -webkit-animation: b .3s;
    animation: b .3s
}
.weui_label {
  display: block;
  width: 4em;
}
.toptab{
    padding-top: 15.75rem;
	height: 6rem;
	line-height: 6rem;
	width: 100%;
    background: url('/public/home/img/banner.png') no-repeat center -1.6667rem #f5f5f5;
    background-size: 100% auto;
    color: #aaa;
    position: relative;
}
.toptab:after {
    content: ' ';
    width: 1px;
    height: 1.75rem;
    background: #707070;
    position: absolute;
    top: 17.9167rem;
    left: 50%;
    z-index: 2;
}
.toptab>div{
	width: 50%;
	height: 6rem;
    background: white;
    font-size: 1.75rem;
    text-align: center;
    color: #404040;
	float: left;
}
.toptab>div.tabactive{
	color: #32BAF0;
}
.inputCode{
    margin: 0;
    color: #A0A0A0;
    font-size: 1.75rem;
    border-bottom: 1px solid #E2E6ED;
    height: 5.4167rem;
    line-height: 5.4167rem;
}
.inputCode:focus{
    border-bottom: 1px solid #32BAF0;
}
.timeout{
	color: #328eeb;
	background: white;
}
.phonemain,.accountmain{
    /* height: calc(100% - 13rem); */
    flex-grow: 1;
}
.schoolspage{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
}
.schoolspage .schoolslist{
    width: 100%;
    height: 45rem;
    overflow-y: auto;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 2;
}
.schoolspage .schoolslist dd{
    font-size: 1.75rem;
    height: 3.4167rem;
    line-height: 3.4167rem;
    color: #A0A0A0;
}
.schoolspage .schoolslist dd em{
    font-style: normal;
    color: #10AEFF;
}
.schoolspage .schoolslist dt{
    font-size: 1.75rem;
    height: 3.4167rem;
    line-height: 3.4167rem;
    color: #A0A0A0;
}
.schoolspage .schoolslist dt span{
    float: right;
    display: inline-table;
    width: 14.5833rem;
    height: 3.1667rem;
    line-height: 3.1667rem;
    border: 1px solid #10AEFF;
    font-size: 1.75rem;
    color: #10AEFF;
    text-align: center;
    border-radius: 0.5rem;
}
.schoolspage .weui_cell{
    border-bottom: 1px solid #E2E6ED;
}
.schoolspage .input-div{
    position: relative;
}
.schoolspage .input-div input{
    height: 39px;
    width: 80%;
    color: #a0a0a0;
    float: left;
}
.schoolspage .input-div .cancel{
    position: absolute;
    right: 0;
    top:0;
    display: none;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background:#fff;
    text-align: center;
    font-size: 2rem;
    color: #2d2d2d;
}
.schoolspage .input-div .cancel:active{
    color: #595959;
}


.container{
    padding: 0.8333rem 2.5rem;
}
.loginacc,.loginpw,.yourNumber{
	height: 4.6667rem;
	font-size: 1.75rem;
    line-height: 4.6667rem;
    color: #A0A0A0;
	display: block;
	width: 100%;
	border: none;
	padding-right: 60px;
	box-sizing: border-box;
	/* margin-top: 25px; */
	border-bottom: 1px solid #E2E6ED;
	outline: none;
}
.loginacc,.loginpw,.yourNumber:focus{
    /* border-bottom: 1px solid #32BAF0; */
}
.confirm .contentc{
    padding: 0;
}
.confirm .title{
    padding-top: 20px;
    line-height: 3.3333rem;
    text-align: center;
}
.confirm .info{
    margin: 0;
    padding: 1.5rem 3.3333rem 2.5rem ;
    font-size: 1.8333rem;
    color: #000;
}
.confirm .opt{
    border-top: 1px solid #f0f0f0;
    margin: 0;
    height: 5.8333rem;
    position: relative;
}
.confirm .opt::before{
    content: ' ';
    width: 1px;
    height: 5.8333rem;
    background: #f0f0f0;
    position: absolute;
    top: 0;
    left: 50%;
}
.confirm .btn{
    display: block;
    width: 50%;
    height: 5.8333rem;
    line-height: 5.8333rem;
    font-size: 2.0833rem;
    padding: 0;
    border: 0;
    margin: 0;
    float: left;
}
.confirm .sure{
    color: #32BAF0;
}
.confirm .sure:active{
    border: 0;
}
.login-btn{
	margin-top: 30px;
}
.login-btn .forget-btn{
	position: static;
	float: right;
	padding: 20px 10px;
}
.timeouts {
	position: absolute;
	top: 0;
	right: 0;
	height: 5.4167rem;
    line-height: 5.4167rem;
    font-size: 1.75rem;
	color: #32BAF0;
	background: #ffffff !important;
	background-color: #ffffff !important;
}
.comeInClass{
    margin-top: 60px;
    background: #a0a0a0;
    height: 5.5833rem;
    line-height: 5.5833rem;
    border-radius:0.5rem;
    font-size: 1.75rem;
}
.btn-weChatLog{
    width: 57px;
    height: 57px;
    padding: 0;
    background: url('/public/home/img/login/wechat2.png') no-repeat center;
	background-size: 100% auto;
}
.logTips{
    color: #707070;
    font-size: 1.4167rem;
}
.login-btn .log-btn.active{
	background: #32BAF0;
	opacity: 1;
}
.login-btn .log-btn{
	background: #a0a0a0;
	opacity: 0.5;
}
.delinput{
	background: url('/public/home/img/delinput.png') no-repeat center;
	background-color: white;
	background-size: 22px 22px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	outline: none;
}
.delinput:active{
	background-color: white;
}
.delinput:hover{
	background-color: white;
}
.hidefirst{
	display: none;
}





















