[v-cloak] {
    display:none !important;
}
.loginBox{
    width: 85%;
    height: 100%;
    margin: 0 auto;
}
.loginIcon img{
    display: block;
    margin: .6rem auto;
    width: 2.3rem;
    height: 2rem;
}
.loginIcon{
    margin-bottom: 2rem;
}
.loginTitleBox{
    display: flex;
    justify-content: center;
    font-size: .32rem;
    margin-bottom: .5rem;
}
.loginContentbox{
    height: 100%;
    width: 100%;
    /*background-color: rgb(255, 255, 255);*/
    /*border: .1333rem solid rgb(241, 241, 241);*/
}
.loginTitle{
    width: 40%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    color: #5c5c5c;
    border-bottom: .07rem solid gainsboro;
}
.loginTitleActivate{
    width: 40%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    color: #1c7af9;
    border-bottom: .07rem solid #1c7af9;
}
.phoneInput{
    font-size: .32rem;
    color: rgb(118,118,118);
    padding:.2667rem 0 .1333rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gainsboro;
}
.phoneInput input{
    width: 100%;
    height: .6667rem;
    padding-left: .1333rem;
    /*border: .0133rem solid rgb(238, 242, 249);*/
    border: none;
    font-size: .2667rem;
}
.phoneInput img{
    width: .5rem;
    height: .5rem;
}
.imageTextBox{
    font-size: .32rem;
    color: rgb(118,118,118);
    padding:.2667rem 0 .1333rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gainsboro;
}
.imageTextBox img{
    width: 2.1333rem;
    height: .6667rem;
}
.imageTextBox input{
    height: .6533rem;
    border: .0133rem solid rgb(238, 242, 249);
    font-size: .2667rem;
    padding-left: .1333rem;
    border: none;
}
.loginIcon02{
    width: 0.5rem !important;
    height: .5rem !important;
}
.sendCode{
    height: .6533rem;
    width: 2.1333rem;
    /*border: .0133rem solid rgb(60, 204, 255);*/
    background-color: #fff;
    border: none;
    font-size: .25rem;
    color: #388eff;
}
.forbidSendCode{
    height: .6533rem;
    width: 2.1333rem;
    /*border: .0133rem solid rgb(124, 124, 124);*/
    background-color: #fff;
    color: rgb(124, 124, 124);
    font-size: .25rem;
    border: none;
    color: #388eff;
}
.getCode{
    font-size: .25rem;
    width: 2.1333rem;
    display: block;
    text-align: center;
}
.loginBtn{
    width: 90%;
    display: block;
    margin: .8rem auto;
    border: none;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: .3rem;
    background-color: rgb(79,137,251);
    color: #fff;
    border-radius: .1rem;
}