html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
.mrHead{
    width: 7.5rem;
    height: 4.2rem;
    overflow: hidden;
    background: url("../../images/mobile/loginBg.png") no-repeat top center;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    background-size: cover;
}
.mrBox{
    margin: -2.5rem auto 0;
    width: 6.7rem;
    height: 4.2rem;
    background-color: #ffffff;
    box-shadow: 0 0.0375rem 0.3rem #cdf2cd;
    border-radius: .1rem;
    position: relative;
    font-size: .28rem;
    padding-top: .8rem;
}
.msiP{
    padding-left: .25rem;
    padding-right: .25rem;
}
.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;
}
.msiTAB{
    font-size: .32rem;
    color: #bbe7bb;
    text-align: center;
    margin-bottom: .3rem;
}
.msiTAB>span:nth-child(1){
    margin-right: 1.4rem;
}
.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: .8rem 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;
}
.msiPWD{
    display: none;
}
.msiActive{
    color: #3bc251;
}
.msiBTN>a{
    color: #333!important;
}
.msiBTN>a:nth-child(2){
    float: right;
}
.msiBTN>a:nth-child(2)>span{
    display: inline-block;
    width: .25rem;
    height: .25rem;
    line-height: .25rem;
    border: .02rem solid #333;
    border-radius: 50%;
    text-align: center;
    margin-right: .08rem;
}