/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

.margin_wai{
    width:12.5rem;
    margin: 0 auto;
    font-size: 0.667rem;
    color:#bfbfbf;
}
.login_banner{
    width:11rem;
    height:11.5rem;
    margin: 2rem auto 2.6rem;
}
.form_name,.form_password{
    width:11rem;
    height:30px;
    border:1px solid #cac9c9;
    -webkit-border-radius:2.22px;
    -moz-border-radius:2.22px;
    border-radius:2.22px;
    background-image: url("../../images/weixin/login_icon.png");
    background-repeat: no-repeat;
    padding-left:1.4rem;
    outline: none;
    margin-bottom:0.5rem;
}
.form_name{
    background-position: 0 0;
}
.form_password{
    background-position: 0 -30px;
}
.form_btn{
    width:12.5rem;
    height:30px;
    outline: none;
    background: #53a6ff;
    border:1px solid #4495ec;
    -webkit-border-radius:2.22px;
    -moz-border-radius:2.22px;
    border-radius:2.22px;
    color:#fff;
    margin-bottom:0.5rem;
}
.ji_password{
    font-size: 10px;
}
.ji_password span,.ji_password label{
    float: left;
    margin-right: 5px;
}
.enable{
    border: 1px solid #cfcfcf;
    display: inline-block;
    height: 7px;
    margin-top: 2px;
    position: relative;
    width: 7px;
}
.enable input{
    height: 7px;
    line-height: 20px;
    opacity: 0;
    width: 7px;
}
.enable span{
    background:url("../../images/weixin/login_icon.png") no-repeat 0 -60px;
    height: 7px;
    left: 0;
    position: absolute;
    top:0;
    width: 7px;
    z-index: 100;
}
input[type='checkbox'] + span {
    display: none;
}
input[type='checkbox']:checked + span {
    display: block;
}