.page-auth {
    background: url(../../static/img/bg_header.d7707317.png) top no-repeat !important;
    background-size: 100% 4.26667rem !important;
    background-color: #111427 !important;
    min-height: 100vh
}

.page-auth-header {
    height: 1.70667rem;
    color: hsla(0, 0%, 100%, .6)
}

.page-auth-form-footer,
.page-auth-form-title {
    padding: .42667rem;
    width: 5.33333rem;
    height: 1.6rem;
    line-height: 1;
    font-size: .42667rem;
    background-image: url(../../static/img/bg_left_arrow.c7db5e77.png);
    background-repeat: no-repeat;
    background-size: contain
}

.page-auth-form-footer {
    padding-top: .69333rem;
    background-position: 100% 0;
    text-align: right;
    background-image: url(../../static/img/bg_right_arrow.3a796cd8.png)
}

.login-con {
    background: #111427;
    margin-top: .85333rem;
    border-radius: .42667rem .42667rem 0 0
}

.van-tabs__nav {
    background: none !important
}

.van-tabs__wrap:after {
    border: 0 !important
}

.van-tab--active {
    color: #fff
}

.van-tabs__line {
    background-color: #646cff
}

.login-nav {
    display: flex
}

.login-nav div {
    flex: 1;
    padding-bottom: .21333rem;
    font-size: .37333rem;
    color: hsla(0, 0%, 100%, .6);
    text-align: center;
    line-height: .37333rem
}

.login-nav .on {
    position: relative;
    color: #fff
}

.login-nav .on:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: .64rem;
    height: .08rem;
    background: #646cff;
    transform: translateX(-50%)
}

.van-cell {
    background: none
}

.login-input {
    margin-top: .42667rem;
    padding: .37333rem;
    border-radius: .26667rem;
    border: .02667rem solid hsla(0, 0%, 100%, .12)
}

.login-input:focus-within {
    border: .02667rem solid #646cff
}

.login-input .input-name {
    font-size: .32rem;
    color: hsla(0, 0%, 100%, .6);
    line-height: .32rem
}

.login-input .input-con {
    margin-top: .32rem;
    display: flex
}

.login-input .input-con .area {
    display: flex;
    margin-right: .32rem;
    font-size: .37333rem;
    color: #fff;
    align-items: center;
    line-height: .37333rem
}

.login-input .input-con .input {
    flex: 1;
    position: relative;
    padding-top: 0 !important
}

.login-input .input-con .input input {
    width: 100%;
    background: none;
    outline: 0;
    font-size: .37333rem;
    line-height: .42667rem;
    color: #fff;
    border: 0
}

.login-input .input-con .input input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .2)
}

.login-input .input-con .input input::placeholder {
    color: hsla(0, 0%, 100%, .2)
}

.login-input .input-con .input .van-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: .42667rem;
    transform: translateY(-50%)
}

.login-check {
    display: flex;
    margin-top: .37333rem;
    justify-content: space-between
}

.login-check .check {
    font-size: .37333rem;
    color: #fff;
    display: flex;
    line-height: .42667rem
}

.login-check .check img {
    width: .42667rem;
    height: .42667rem;
    margin-right: .10667rem
}

.login-check .forgot {
    font-size: .37333rem;
    line-height: .42667rem;
    color: #919eff
}

.login-btn {
    border-radius: .26667rem;
    height: 1.17333rem;
    border: .04253rem solid #646cff;
    background: hsla(0, 0%, 100%, 0);
    box-shadow: inset 0 0 .8rem 0 rgba(100, 108, 255, .3);
    line-height: 1.17333rem;
    font-size: .42667rem;
    color: #fff
}

.login-btn,
.reg {
    text-align: center
}

.reg {
    margin-top: .42667rem;
    font-size: .37333rem;
    color: hsla(0, 0%, 100%, .6);
    line-height: .37333rem
}

.reg span {
    color: #919eff
}