.vcaHeader {
    display: none;
}
.login {
    min-height: calc(100vh - 3rem);
}
.login .logoBox {
    padding: 0.8rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .logoBox .szvca {
    width: 1.68rem;
    height: 0.72rem;
    margin-right: 0.16rem;
}
.login .logoBox .headerLogo {
    width: 0.96rem;
    height: 0.72rem;
}
.login .contentBox {
    padding: 0 0.4rem 1.55rem;
}
.login .contentBox .van-tabs .van-tabs__wrap {
    border-bottom: 0.04rem solid #F3F3F3;
}
.login .contentBox .van-tabs .van-tabs__wrap .van-tabs__nav .van-tab .van-tab__text {
    font-size: 0.28rem;
    color: #333333;
    font-weight: bold;
    line-height: 0.38rem;
}
.login .contentBox .van-tabs .van-tabs__wrap .van-tabs__nav .van-tabs__line {
    width: 50%;
    height: 0.04rem;
    background: #CC0000;
}
.login .contentBox .inputItem {
    margin-top: 0.4rem;
    border: 0.01rem solid #999999;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    height: 0.6rem;
}
.login .contentBox .inputItem .icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
.login .contentBox .inputItem .van-cell {
    padding: 0;
    font-size: 0.24rem;
}
.login .contentBox .smscode,
.login .contentBox .usercode {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}
.login .contentBox .smscode .inputItem,
.login .contentBox .usercode .inputItem {
    flex: 1;
    margin-top: 0;
}
.login .contentBox .smscode .getSmscodeBtn {
    width: 2.16rem;
    height: 0.6rem;
    background: rgba(64, 158, 255, 0.2);
    border: 0.01rem solid #409EFF;
    border-radius: 0.04rem;
    text-align: center;
    margin-left: 0.4rem;
    line-height: 0.6rem;
    color: #409EFF;
}
.login .contentBox .usercode .usercodeImg {
    width: 2.16rem;
    height: 0.6rem;
    margin-left: 0.4rem;
}
.login .contentBox .loginBtn {
    width: 100%;
    height: 0.6rem;
    background: #CC0000;
    margin-top: 0.4rem;
    border-radius: 0.04rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
}
.login .otherHandle {
    margin-top: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login .contentBox .van-tabs .van-tabs__content .otherHandle .pwdHandle {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #666666;
}
.login .contentBox .van-tabs .van-tabs__content .otherHandle .pwdHandle .van-checkbox .van-checkbox__label {
    color: #666666;
}
.login .contentBox .van-tabs .van-tabs__content .otherHandle .pwdHandle .vertical {
    margin: 0 0.1rem;
    position: relative;
    top: -0.02rem;
}
.login .otherHandle .register {
    font-size: 0.24rem;
    color: #409EFF;
}
.login .contentBox .titleBox {
    text-align: center;
    border-bottom: 0.01rem solid #F3F3F3;
    padding-bottom: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
    font-weight: bold;
}