html{
    min-height: 100%;
}
body{
    /*background: url("../images/login_user_greenbg.png") no-repeat center;*/
    /*background-size: 100% 100%;*/
    min-height: 100%;
    background: #fff;
}
.bind_cnt{
    padding: 0px .32rem 0.32rem;
}
.bind_cnt h3{
    font-size: .48rem;
    color: #F31A2A;
    font-weight: 700;
    padding:0.6rem 0;
    text-align: center;
}
.bind_cnt h3>span{
    color: red;
    font-size: 0.28rem;
    display: block;
    margin-top: .1rem;
    font-weight: 500;
}
.bind_cnt > .img_parent{
    padding: 0.3rem 0;
    text-align: center;
}
.bind_cnt > .img_parent>img{
    max-width: 100%;
    height: 1rem;
}
.tab_button{
    display: flex;
    justify-content: center;
    padding-bottom: 0.2rem;
}
.tab_button>a{
    color: #999999;
    font-size: .4rem;
    display: block;
    width: 50%;
    text-align: center;
    padding: 0.2rem 0;
}
.tab_button>a.hover{
    color: #F31A2A;
    font-weight: 600;
    position: relative;
}
/*.tab_button>a.hover:after{
    position: absolute;
    content: "";
    background: #F31A2A;
    width: 3.03rem;
    height: 0.07rem;
    bottom: 0;
    left: 0;
    border-radius: 0.04rem;
}*/

.form_box{
    background: #FFFFFF;
    box-shadow: 0px 0.08rem 0.2rem 0.02rem rgba(74, 154, 255, 0.08);
    border-radius: 0.16rem;
    padding: 0.2rem 0.4rem 0.4rem;
    /*margin-top: 0.28rem;*/
}




.bind_cnt .van-cell{
    padding: .2rem 0;
}
.bind_cnt .van-cell::after{
    display: none;
}

.bind_cnt h4{
    font-size: .28rem;
    color: #4D4D4D;
    padding: 0.1rem 0;
    display: flex;
    align-items: center;
}
.bind_cnt h4 i{
    font-size: .28rem;
    color: #4D4D4D;
    margin-right: 0.1rem;
    display: block;
    width: .28rem;
}
.bind_cnt h4 i.icon_fontsize{
    font-size: 0.3rem;
}
.bind_cnt input{
    box-shadow: none;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    height: .88rem;
    padding-left: 0.44rem;
    border-radius: 1rem;
    font-size: .28rem;
    outline: none;
    cursor: pointer; -webkit-appearance: none;
}

.bind_cnt input:focus{
    border: 1px solid #F31A2A;
    color: #F31A2A;
    background: #fff;
}
.bind_cnt button.van-button{
    width: 100%;
    height: 0.88rem;
    box-shadow: 0rem 0.08rem 0.08rem 0.02rem rgba(12, 108, 231, 0.1);
    margin-top:.5rem;
    font-size: 0.32rem;
}
.checkbox_parent{
    display: flex;
    justify-content: space-between;
    font-size: 0.28rem;
    padding: .5rem 0 0;
}
.checkbox_parent a{
    color: #999;
}


/*input.van-field__control::-webkit-input-placeholder{*/
/*    color: rgba(255,255,255,0.5);*/
/*}*/
/*input.van-field__control:-moz-placeholder{*/
/*    color: rgba(255,255,255,0.5);*/
/*}*/
/*input.van-field__control::-moz-placeholder{*/
/*    color: rgba(255,255,255,0.5);*/
/*}*/
/*input.van-field__control:-ms-input-placeholder{*/
/*    color: rgba(255,255,255,0.5);*/
/*}*/


/*忘记密码邮箱*/
.forgot_back{
    text-align: center;
    padding: 0.6rem 0px 0.3rem;
}
.forgot_back>a{
    color: #F31A2A;
    font-size: 0.3rem;
}
/*注册*/
.chooseusercard{
    position: relative;
}
.chooseusercard:before{
    content: "\e647";
    font-family: "iconfont";
    font-size: 0.36rem;
    color: #999999;
    position: absolute;
    right: 0.48rem;
    z-index: 2;
    top:0.42rem
}
.getvertify{
    position: relative;
}
.getvertify input{
    padding-right: 3rem;
}
.getvertify .vertify_box{
    position: absolute;
    right: 0rem;
    top: 0.2rem;
    color: #F31A2A;
    padding-left: 0.32rem;
    font-size: 0.28rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    padding-right: 0.48rem;
    background: transparent;
    border: none;
}
.getvertify .vertify_box:before{
    content: '';
    height: 0.4rem;
    background: #F31A2A;
    position: absolute;
    width: 0.02rem;
    top: 0.24rem;
    left: 0;
}
/*用户身份选择*/
.usertype_title{
    font-size: .28rem;
    margin: .2rem 0;
    color: #323233
}
.usertype_box {
    margin-top: -0.2rem;
    display: flex;
    flex-wrap: wrap;
}

.usertype_box > div.layui-form-radioed {
    position: relative;
    overflow: hidden;
}

.usertype_box > div.layui-form-radioed:after {
    content: "\e689";
    font-family: "iconfont" !important;
    position: absolute;
    bottom: -0.6rem;
    right: -0.46rem;
    font-size: 1.67rem;
    color: #F31A2A;
}

div.usertype_box {
    position: relative;
    display: flex;
    flex-wrap: wrap
}

div.usertype_box label {
    cursor: pointer;
    width: 1.81rem;
    background: transparent;
    line-height: 0.81rem;
    height: 0.88rem;
    border: 1px solid #b3b3b3;
    text-align: center;
    border-radius: 0.05rem;
    font-size: 0.28rem;
    margin: 0.2rem 0.2rem 0 0;
    box-sizing: border-box;
    color: #323233;
    overflow: hidden;
}

div.usertype_box > div {
    display: flex;
    flex-wrap: wrap;
}

div.usertype_box .radio_box {
    display: none;
}

div.usertype_box .radio_box:checked + label {
    border: 1px solid #F31A2A;
    position: relative;
}

div.usertype_box .radio_box:checked + label:after {
    content: "\e689";
    font-family: "iconfont" !important;
    position: absolute;
    bottom: -0.28rem;
    right: 0;
    font-size: 0.3rem;
    color: #F31A2A;
}

/*多个登陆账号选择*/
.login-user-list {
    display: flex;
    /*overflow-y: auto;*/
    flex-direction: column;
    /*max-height: 9.5rem;*/
}

.login-user-list li {
    display: flex;
    position: relative;
    padding: .2rem;
    height: .7rem;
    min-height: .7rem;
    background: rgba(0, 0, 0, 0.04);
    border-radius: .08rem;
    margin-bottom: .2rem;
    margin-top: 0;
    align-items: center;
    cursor: pointer;
    box-sizing: content-box;
}

.login-user-list li:last-child {
    margin-bottom: 0;
}

.login-user-list li:after {
    content: "";
    display: block;
    position: absolute;
    top: 38.5%;
    right: .2rem;
    width: .2rem;
    height: .2rem;
    border-top: .05rem solid #666;
    border-right: .05rem solid #666;
    transform: translateY(0px) rotate(45deg);
}

.login-user-list li:hover {
    background: rgba(0, 0, 0, 0.08);
}

.login-user-list li .left {
    width: .7rem;
    height: .7rem;
    margin-right: .05rem;

}
.login-user-list li .left img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
}
.login-user-list li .right {
    width: 4.6rem;
    display: flex;
    flex-direction: column;
}

.login-user-list li p {
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
    font-size: .3rem;
    color: #333;
}

.login-user-list li p:last-of-type {
    margin-top: .05rem;
    font-size: .25rem;
    color: #999;
}
.user_agreement {
    font-size: 0.26rem;
    margin-top: .2rem;
    color: #666666;
    line-height: 1.5;
    text-align: justify;
}
.user_agreement a{
    color: #1366ec;
    text-decoration: none;
}
