.emh-handler-info-public-info {
    background: #ffffff;
    [class*='van-hairline']::after {
        border: none;
    }

    .van-stepper--round .van-stepper__minus {
        color: #3863ea;
        border-color: #3863ea;
    }
    .van-stepper--round .van-stepper__plus {
        background-color: #3863ea;
    }

    .van-popup.van-popup--center {
    img {
        max-width: 100vw;
        max-height: 80vh;
    }
}

    .van-cell-group--inset {
        margin: 0;
    }
    img.emh-handler-info-view-picture {
        display: inline-block;
        margin: auto;
        width: 90vw !important;
        height: 90vw !important;
    }
}
.emh-handler-info-main-body {
    .emh-handler-info-info {
        background: #ffffff;
        .van-cell__title.van-field__label {
            font-size: 14px;
            color: #444444;
            width: 100px;
        }
        .van-field__control.van-field__control--right {
            font-size: 14px;
            color: #000000;
        }
        [class*='van-hairline']::after {
            border: none;
        }
        .van-cell__value {
            color: #000000;
            flex: 1;
        }
        .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;
            }
        }
        &-body {
            .van-collapse-item__content {
                padding: 0;
            }
        }
        &-body-sales {
            .van-cell__value {
                color: #999;
            }
            .van-cell__title {
                display: flex;
                justify-content: left;
                align-items: center;
            }
            .emh-handler-info-c1 img {
                width: 16px;
                height: 16px;
                margin-top: 4px;
            }
            .emh-handler-info-txt {
                padding-left: 8px;
            }
        }
        .van-image.van-uploader__preview-image {
            width: 80px;
            height: 80px;
        }
        .emh-handler-info-add-icon {
            color: #3863ea;
            span {
                padding-right: 4px;
            }
        }
        .van-radio.van-radio--horizontal {
            .van-radio__label {
                font-size: 14px;
                color: #000000;
                letter-spacing: 0;
            }
            .img-icon {
                width: 20px;
                height: 20px;
            }
        }
        // 证件信息
        .emh-handler-info-readCart {
            margin: 0 16px;
            padding: 12px 0 20px;
            border-bottom: 0.05px solid rgba(235, 237, 240, 0.5);
            &.photoes {
                padding-bottom: 0px;
            }
            .van-cell {
                padding: 0;
                margin-bottom: 12px;
                &::after {
                    border: none;
                }
                .van-cell__title {
                    .emh-handler-info-title {
                        text-align: left;
                        span {
                            font-size: 12px;
                            color: rgb(248, 188, 88);
                            letter-spacing: 0;
                            line-height: 20px;
                            &.title-require {
                                color: #ff3d3d;
                                font-size: 14px;
                            }
                        }
                    }
                }
            }
            .emh-handler-info-cart-footer {
                display: flex;
                flex-direction: row;
                justify-content: space-around;

                &.photoes {
                    margin-bottom: 20px;
                }
                &-btn {
                    width: 109px;
                    line-height: 30px;
                    font-size: 12px;
                    color: #3863ea;
                    letter-spacing: 0;
                    text-align: center;
                    border: 1px solid #3863ea;
                    border-radius: 15px;
                }
            }
        }
        // 照片信息
        .emh-handler-info-photo {
            display: flex;
            flex-direction: row;
            align-items: center;
            margin-bottom: 20px;
            &-div {
                width: 80px;
                height: 80px;
                img {
                    width: 80px;
                    height: 80px;
                }
                .emh-img-wrap {
                    width: 80px;
                    height: 80px;
                }
            }
        }
        // 上传证件照（公众客户）
        .emh-handler-info-photo-file {
            display: flex;
            flex-direction: row;
            align-items: center;
            .emh-handler-info-photo-file-cart {
                display: flex;
                flex-direction: column;
                align-items: center;
                span {
                    font-size: 12px;
                    color: #888888;
                    letter-spacing: 0;
                }
            }
        }
    }
}
.emh-handler-info-handle-info {
    padding: 20px 0;
    &-title {
        font-size: 16px;
        color: #000000;
        margin: 0 16px;
        padding-bottom: 24px;
    }
    &-body {
        margin-bottom: 60px;
        .van-field__error-message {
            text-align: right;
        }
    }
    &-btn {
        background: #3863ea;
        border-radius: 8px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 44px;
        margin: 0 16px;
    }
}
// 图片
.emh-handler-info-img-Arrs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    .emh-handler-info-img-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        color: #888888;
        letter-spacing: 0;
        margin-right: 6px;
        margin-bottom: 6px;
        .emh-handler-info-img-item-index {
            position: relative;

            width: 80px;
            height: 80px;
            margin-bottom: 0px;
            img {
                width: 80px;
                height: 80px;
                margin-bottom: 0px;
                border-radius: 8px;
                &.img-item-delete-icon {
                    width: 16px;
                    height: 16px;
                    position: absolute;
                    bottom: 0px;
                    right: 0px;
                    border-radius: 0px;
                }
            }
        }
    }
}
#living-imgs-div {
    padding: 24px 16px;
    .img-Arrs-title {
        font-size: 16px;
        color: #000000;
        margin-bottom: 24px;
        &-tips {
            font-size: 12px;
            color: #f5a623;
            letter-spacing: 0;
        }
    }
    .img-Arrs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        .img-item {
            position: relative;
            width: 80px;
            height: 80px;
            margin-bottom: 5px;
            border-radius: 8px;
            img {
                width: 80px;
                height: 80px;
                border-radius: 8px;
                &.emh-handler-info-img-item-delete-icon {
                    width: 16px;
                    height: 16px;
                    position: absolute;
                    bottom: 0px;
                    right: 0px;
                    border-radius: 0px;
                }
            }
        }
    }
}
.emh-handler-info-show-living-img-arr {
    top: 50%;
    margin: auto;
    margin-top: -180px;
    border-radius: 0;
    background-color: transparent;
    height: 360px;
    .van-swipe-item {
        width: 360px;
        img {
            margin: auto;
            display: block;
            // width: 360px;
            width: 100%;
            height: 360px;
        }
    }
}
// 人工校验
.emh-handler-info-verification-tips {
    padding: 24px 16px;
    &-title {
        font-size: 16px;
        color: #000000;
    }
    &-body {
        margin: 16px 0 36px;
        font-size: 16px;
        color: #444444;
        letter-spacing: 0;
    }
    &-inputs {
        .van-cell.van-field {
            padding-left: 0;
            padding-right: 0;
        }
        .van-field__error-message {
            text-align: right;
        }
    }
    &-btn {
        width: 343px;
        line-height: 44px;
        margin: auto;
        margin-top: 60px;
        background: #3863ea;
        border-radius: 8px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
}
.emh-handler-info-footer {
    background: #ffffff;
    margin-top: 50px;
    overflow: hidden;
    &-btn {
        background: #3863ea;
        border-radius: 8px;
        margin: 20px 16px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 48px;
    }
}


.cover-view {
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    background-color: #fff;
}