html{
    font-size: calc(100vw/7.5);
    background-color: #fff;
}
.mrBox{
    margin: .5rem auto 0;
    width: 6.7rem;
    height: 3.5rem;
    background-color: #ffffff;
    /*box-shadow: 0 0.0375rem 0.3rem #cdf2cd;*/
    border-radius: .1rem;
    position: relative;
    font-size: .28rem;
    /*padding-top: 1rem;*/
}
.mrBearImg{
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    position: absolute;
    top: -.8rem;
    left: 50%;
    margin-left: -.8rem;
}
.mrBearImg>img{
    width: 1.6rem;
    height: 1.6rem;
}
.mrInputBox{
    margin: auto;
    width: 5.75rem;
    height: .88rem;
    line-height: .88rem;
    border: .02rem solid #eee;
    border-radius: .08rem;
    margin-bottom: .3rem;
    padding-left: .25rem;
}
.mrInputBox>img{
    width: .32rem;
    height: .4rem;
}
.mrInputBox>input{
    font-size: .28rem;
    margin-left: .1rem;
}
.mrSo{
    float: right;
    margin-right: .1rem;
    width: .42rem!important;
    height: .27rem!important;
    margin-top: .3rem;
}
.getVC{
    float: right;
    width: 2.3rem;
    height: .68rem;
    line-height: .68rem;
    border: .02rem solid #3bb850;
    color: #3bb850;
    background-color: #fff;
    text-align: center;
    border-radius: .1rem;
    margin-right: .1rem;
    margin-top: .1rem;
    font-size: .24rem;
}

.mrBTN{
    text-align: center;
}
.mrBTNsure{
    margin: .5rem auto .2rem;
    width: 6.7rem;
    height: .8rem;
    line-height: .8rem;
    color: #fff;
    background-color: #bbe7bb;
    text-align: center;
    border-radius: .1rem;
    font-size: .32rem;
}

.phoneInput{
    width: 5rem;
}
.VCinput{
    width: 2.7rem;
}
.PWDinput{
    width: 4.5rem;
}