.emh-pre-acceptance{
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    
    .van-cell::after {
        border: none;
    }
    .van-field__word-limit {
        margin-right: 60px;
    }
    .van-popup.van-popup--center {
        img {
            max-width: 100vw;
            max-height: 80vh;
        }
    }
}
.emh-pre-acceptance-fix-top {
}
.emh-pre-acceptance-title-btn {
    background: #3863ea;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    padding: 1px 10px;
}
.emh-pre-acceptance-main-body {
    width: 100%;
    flex: 1;
    margin-bottom: 80px;
    
    .emh-pre-acceptance-info {
        border-top: 8px solid #f8f8f8;
        .van-cell__title.van-field__label {
            font-size: 14px;
            color: #444444;
        }
        .van-field__control.van-field__control--right {
            font-size: 14px;
            color: #000000;
        }
        [class*='van-hairline']::after {
            border: none;
        }
        .van-cell__value.van-cell__value--alone.van-field__value {
            background: #f8f8f8;
            border-radius: 8px;
            padding: 16px 12px;
            .van-field__control {
                color: #666666;
            }
        }
        .van-field__error-message {
            text-align: right;
        }
        &-title {
            padding: 16px;
            display: flex;
            flex-direction: row;
            align-items: center;
            &-icon-show {
                margin-right: 8px;
                display: inline-block;
                width: 4px;
                height: 12px;
                background: #3863ea;
            }
            &-icon-hidden {
                margin-right: 8px;
                display: inline-block;
                width: 12px;
                height: 4px;
                background: #3863ea;
            }
            &-value {
                font-size: 16px;
                color: #222222;
                letter-spacing: 0;
                line-height: 24px;
                font-weight: 500;
            }
        }
        .van-image.van-uploader__preview-image {
            width: 80px;
            height: 80px;
        }
    }
}
.emh-pre-acceptance-footer {
    display: flex;
    padding: 20px 16px;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    line-height: 48px;
    &-btn {
        flex: 1;
        background: #3863ea;
        border-radius: 8px;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 48px;
        height: 48px;
    }
}
.emh-pre-acceptance-remark-container {
    position: relative;
}
.emh-pre-acceptance-remark-reset {
    color: #3863ea;
    position: absolute;
    z-index: 99;
    bottom: 26px;
    right: 26px;
    background: none;
    border: none;
}

.emh-pre-acceptance-info-body {
    .van-cell__value {
        color: #000;
    }
}