/*.wys-login-header .panel-heading{background-color: transparent;}*/
html,body,#app{height: 100%;}
footer{ position: absolute; bottom: 0; width: 100%;}
#app{background-color: #fff;height: 100%;}
.wys-login-header{border: none;}
.wys-login-header h1{font-size: 22px;}
.mm-header-right{    position: absolute;top: 8px;right: 20px;}
.wys-login-content{border-right:1px solid #E3E3E3; }
.wys-wx{
    width: 25px;
    height: 20px;
    background: url(../img/login/wechat.png)no-repeat;
    background-size: 25px 20px;
    float: left;
    cursor: pointer;
}
.wys-qq{
    margin-left: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/login/tencent.png)no-repeat;
    background-size: 20px 20px;
    float: left;
    cursor: pointer;
}
.wys-xl{
    margin-left: 20px;
    width: 24px;
    height: 20px;
    background: url(../img/login/sina.png)no-repeat;
    background-size: 25px 20px;
    float: left;
    cursor: pointer;
}

.wys-register-info{padding-top: 20px;}
.wys-register-info h2{font-size: 22px;font-weight: normal;}
.wys-register-info p{margin: 30px 0px;}
.mm-get-pwd{position: absolute;right: 20px;}
.mm-read-agree{margin-left: 50px;margin-bottom: 0;}
.verify-img{width: 120px;height: 36px;display: block;border: 1px solid #E3E3E3;}

@media screen and (max-height: 728px) {
    footer{position:  relative; width: 100%;}
}

@media (max-width: 992px){
    .wys-login-content{border-right: none;}
    .wys-login-content{border-bottom: 1px solid #E3E3E3;}
}