/************  44 (px 和 rem 比例) ************************/

*{
    padding: 0;
    margin: 0;
    border: none;
    font-family: "microsoft yahei";
    box-sizing: border-box;
    webkit-box-sizing: border-box;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
ul,li{list-style: none;}
a{
    color: #000;
    text-decoration: none;
}
#body2{
    width: 100%;
    max-width: 777px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

}
.flexF{
    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
}
.flexM{
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}
.flexR{
    display: flex !important;
    justify-content: flex-end;
    align-items: center !important;
}
.un{
    border: none !important;
}
#mmdl,#yzmdl{
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
}
.login-box-thod a:active{
    color: #b83435;
}

#yzmdl{
    display: none;
    left:100% ;
}
/****************** header 顶部*****************/
#header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 777px;
    margin: 0 auto;
    padding: 0 0.27rem;
    height: 50px;
    font-size: 18px;
    z-index: 9999;
}
#header  a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/fanhui.png)  no-repeat;
    background-size: 100% 100%;
}

/*************** wrap 内容****************************/
.wrap{
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
    max-width: 777px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}


/*************** content 登录方式**************************/
.wrap .content{
    width: 100%;
    height: auto;
    padding: 0 3%;
}
 .login-box{
}
.login-box .login-box-thod{
}
.login-box .login-box-thod ul{
    width: 100%;
    height: 1.8181818181818181rem;
    /*width: 2.3863636363636362rem;*/
    margin: 0.2727272727272727rem 0;
}
.login-box .login-box-thod ul li{
    width: 100%;
    height: 50%;

}
.login-box .login-box-thod ul li .yz_s{
    display: inline-block;
    height: 100%;
    font-size: 0.3409090909090909rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: normal;
}

.login-box .login-box-thod ul li .big{
    font-size: 0.5909090909090909rem;
    border-bottom: 0.03409090909090909rem solid #b83435;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
}

/***************** form 输入信息*****************/
.wrap .content .login-box form{
    width: 100%;
    height: auto;
}
.wrap .content .login-box form div{
    display: flex;
    width: 100%;
    height: 1.363636363636363636rem;
    border-bottom: 0.022727272727272728rem solid #b7b7b7;
    position: relative;
}
.wrap .content .login-box form div span{
    flex: 1;
    height: calc(100% - 0.01rem );
    font-size: 0.29rem;
    font-weight: 500;
}
.wrap .content .login-box form div input{
    flex: 4.5;
    height: calc(100% - 0.01rem );
    border: none;
    font-size: 0.25rem;
    color: #d2cccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0 !important;
    background: transparent !important;
    padding: 10px 15px 10px 0;
    padding-top:calc(10px + 0.02rem); 
}
.wrap .content .login-box form div p a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap .content .login-box form div .close{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2rem;
    height: 1.363636363636363636rem;

}
.wrap .content .login-box form div .close img{
    width: 0.3rem ;
    height: 0.3rem ;
}
/************获取验证码******************/
.wrap .content .login-box form .hq{
    position: relative;
}
.wrap .content .login-box form .hq p{
    position: absolute;
    right: 0;
    width: 2.0454545454545454rem;
    height: 100%;
}
.wrap .content .login-box form .hq p a{
    width: 100%;
    height: 0.5909090909090909rem;
    font-size: 0.3409090909090909rem;
    font-weight: 500;
    border: 1px solid #b1b1b1;
    border-radius: 0.29545454545454547rem;
}
/************mm 找回密码与快速注册*****************/
.wrap .content .login-box .zcdl{
    position: absolute;
    width: 94%;
    height: 0.9090909090909091rem;
    display: flex;
    border-bottom: 0;
}
.wrap .content .login-box .zcdl a{
    flex: 1;
    font-size: 0.272727rem;
    color: #B6B6B6;
}
/************* otherway 第三方登录***********************/
.wrap .content .login-box .otherway{
    position: relative;
    display: flex;
    height: 1.3636363636363635rem;
    width: 100%;
    z-index: 1000;
    margin-top:2.7rem;
}
.wrap .content .login-box .otherway ul{
    height: 100%;
    flex: 3;
}
.wrap .content .login-box .otherway li{
    float: left;
    width: 1.25rem;
    height: 100%;
}
.wrap .content .login-box .otherway li .anniu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.wrap .content .login-box .otherway li img{
    width: 0.7954545454545454rem;
    height: 0.7954545454545454rem;
}
/*************** submit 提交*********************************/
.wrap .content .login-box .otherway .rlogin{
    flex: 1;
    display: flex;
    overflow: hidden;
    justify-content: flex-end;
    align-items:center;
    bottom: 0.3rem;
    right: 0;
    z-index: -10;
}
.wrap .content .login-box .otherway .rlogin img{
    width: 1.0227272727272727rem;
    height: 1.0227272727272727rem;
    border-radius: 50%;
}
/***********模拟监听软键盘事件*****************/
.tan{
    /*position: absolute;
     */
    top: -3.9318181818181817rem;
    right: 0;
}
/*******************密码登陆页面************************/

/**********验证码登陆页面******************/

/****************找回页面*********************/
.zhaohui{
    margin-top: calc(1.8181818181818181rem - 1.363636363636363636rem) !important;
}
/**********注册页面*************************/
.zc{
    width: 100% !important;
}

.zc li:last-child a{
    width: auto !important;
    display: inline;
    font-size: 0.25rem !important;
    float: left;
}
.zc li:last-child a:nth-child(odd){
    color: #b7b7b7;
}
/************完善信息页面*************/

.headm{
    position: relative;
    width: 50%;
    height: 100%;
}
#head_img_change{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#headimg{
    height: 1.363636363636363636rem;
    width: 1.363636363636363636rem;
    margin: 0 auto;
    border-radius:50%;
}
.nic{
    color:#000 !important;
    text-align: center !important;
}

.sex{
    position: relative;
}
.sex div{
    display: flex;
    position: absolute;
    top: 0.2727272727rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 33% !important;
    height: 100%;
}
.sex div .se{
    flex: 1;
}
.sex div .se i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.7954545454545454rem;;
    height: 0.7954545454545454rem;;
    border-radius: 50%;
    color: white;
    background: #a9a9a9;
    font-size: 0.33rem;
    font-style: normal;
}
.active_sex{
    background: #b83435 !important;
}
/*.sex div div input{*/
    /*display: none;*/
/*}*/

.lunactive{background: #a9a9a9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7954545454545454rem;
    width: 0.7954545454545454rem;
    color: white;
    font-size: 0.33rem;

    border-radius: 50%;
}
.lactive{background: #b83435 ;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7954545454545454rem;
    width: 0.7954545454545454rem;
    color: white;
    font-size: 0.33rem;

    border-radius: 50%;}

.sex div div input:checked + label{
    background: #b83435 !important;
}
.myfm{
    position: relative;
}
.myfm input{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}