/*login_index*/

.publicize {
    width: 100%;
    max-width: 600px;
    min-width: 325px;
    height: 100vh;
    margin: 0 auto;
    background-color: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-overflow: auto;
}

.van-nav-bar {
    position: relative;
    z-index: 1;
    line-height: 22px;
    text-align: center;
    background: #fff;
    /*-webkit-user-select: none;*/
    user-select: none;
}

.van-nav-bar__content {
    position: relative;
    display: flex;
    align-items: center;
    height: 46px;
}

.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 600;
    font-size: 16px;
}

.van-nav-bar__right {
    right: 0;
}

.van-nav-bar__left, .van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
}

    .form-box {
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 80px;
        z-index: 99;
    }
    
     .form-box2 {
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 480px;
        z-index: 99;
    }
    
    .title {
        font-weight: 700;
        font-size: 18px;
        padding: 20px;
        position: relative;
        text-align:center;
    }
    
    .title img {
        width: 18px;
        height: 18px;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    
    .van-cell-group {
        background: #fff;
    }
    
    .van-hairline--top-bottom {
        position: relative;
    }
    
    
    .van-field {
        flex-wrap: wrap;
    }
    
    .van-cell {
        display: flex;
        align-items: center; 
        justify-content: space-between; 
        width: 100%;
        max-width: 100%; 
        padding: 10px 16px;
        box-sizing: border-box;
        overflow: hidden;
        color: #323233;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
    }

    
    .van-field__left-icon {
        margin-right: 4px;
        width: 10%;
    }
    
    .custom-icon-left {
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }
    
    .custom-icon-left img {
        width: 100%;
        height: 100%;
    }
    
    .van-field__value {
        overflow: visible;
    }
    
    .van-cell__value {
        position: relative;
        overflow: hidden;
        color: #969799;
        font-size: inherit;
        text-align: right;
        vertical-align: middle;
        word-wrap: break-word;
        width: 85%;
    }
    
    .van-field__body {
        display: flex;
        align-items: center;
        width: 100%; 
    }
    
    .van-field__control {
        font-size: 16px;
        color: #333;
    }
    
    .van-field__control {
        display: block;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        margin: 0;
        padding: 0;
        color: #323233;
        line-height: inherit;
        text-align: left;
        background-color: transparent;
        border: 0;
        resize: none;
        -webkit-user-select: auto;
        user-select: auto;
    }
    
    .van-field__right-icon {
        margin-right: 40px;
    }

    .btn {
        width: 90%;
        margin: 20px auto;
        position: relative;
    }
    
    .van-button--default {
        width: 100% !important;
        font-weight: 600;
        padding: 10px 0;
    }
    
    .van-button__content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
        .footer-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .footer-item {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px;
    }
    
    .f-title {
        font-size: 16px;
        color: #fb7701;
    }
    
    .f-con {
        font-size: 12px;
    }
    
    .notice {
        font-size: 12px;
        text-align: center;
        padding: 20px 0;
        line-height: 20px;
    }
    
    .login_btn {
        color: white;
        background: #0088cc;
        border-color: #0088cc;
        width: 70%;
        height: 44px;
        border-radius: 999px;
        font-size: 14px;
        border: 1px solid #e7dcdc;
        margin-top: 20px;
    }

/*login_index --end*/