@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: 100%;
    color: #3B3D45;
    float: left;
}

.withcancelform .input-div input::placeholder{
    color: #a0a0a0;
}

.schoolspage{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #fff;
}

#shlname{
    height: 39px;
    line-height: 39px;
    width: 100%;
    font-size: 1.7rem;
    color: #a0a0a0;
    float: left;
    background: url(/public/common/img/icon-next.png) no-repeat right center ;
    background-size: 1.6667rem;
}
.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;
}
.withcancelform .input-div .schoolslist{
    width: 100%;
    height: 45rem;
    overflow-y: auto;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 2;
}
.withcancelform .input-div .schoolslist dd{
    font-size: 1.75rem;
    height: 3.4167rem;
    line-height: 3.4167rem;
    color: #A0A0A0;
}
.withcancelform .input-div .schoolslist dd em{
    font-style: normal;
    color: #10AEFF;
}
.withcancelform .input-div .schoolslist dt{
    font-size: 1.75rem;
    height: 3.4167rem;
    line-height: 3.4167rem;
    color: #A0A0A0;
}
.withcancelform .input-div .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;
}
/**/

.login-btn{
    text-align: center;
    padding: 0 3%;
    position: relative;
}
.login-btn .log-btn{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #D4D4D4;
    color: #fff;
    border-radius: 3px;
}
.weui_cell{
    padding: 0;
    margin: 2.9167rem 2.9167rem 0;
    border-bottom: 1px solid #E2E6ED;
}
.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-img{
    margin-top: 4rem;
    border:1px solid #32BAF0;
    border-radius:6px;
    height: 12.1667rem;
    padding-top: 3.3333rem;
}
.role-ch .role-img img{
    width: 73px;
    height: 73px;
}
.role-ch .role{
    display: block;
    height: 50px;
    line-height: 50px;
    background: #32BAF0;
    color: #fff;
    border-radius: 6px;
}
.role-ch .role:active{
    background: #32BAF0;
}
.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: auto;
}
.weui_cells_form .weui_cell_hd{
    width: 12.0833rem;
    line-height: 40px;
    padding: 0;
}























