html{
    min-height: 100%;
    background: #fff;
}
body{
    /*background: url("../images/login_user_greenbg.png") no-repeat center;*/
    background-size: 100% 100%;
    min-height: 100%;
}
.bind_cnt{
    background: #fff;
    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 > img{
    max-width: 100%;
    height: 1rem;
    display: block;
    margin: 0.3rem auto;
}
.tab_button{
    display: flex;
    justify-content: space-between;
    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
}
.bind_cnt h4 i{
    font-size: .28rem;
    color: #4D4D4D;
    margin-right: 0.1rem;
}
.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{
    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;
    color: #999;
    font-size: 0.28rem;
    padding: .5rem 0 0;
}
.checkbox_parent a,
.checkbox_parent .van-checkbox__label{
    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);*/
/*}*/


/*注册*/
.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;
}
.getvertify .vertify_box:before{
    content: '';
    height: 0.4rem;
    background: #F31A2A;
    position: absolute;
    width: 0.02rem;
    top: 0.24rem;
    left: 0;
}

/*忘记密码邮箱*/
.forgot_back{
    text-align: center;
    padding: 0.6rem 0px 0.3rem;
}
.forgot_back>a{
    color: #F31A2A;
    font-size: 0.3rem;
}

/*用户身份选择*/
.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: "\e64f";
    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;
}

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: "\e64f";
    font-family: "iconfont" !important;
    position: absolute;
    bottom: -0.265rem;
    right: -0.2rem;
    font-size: 0.7rem;
    color: #F31A2A;
}
