.emh-handler-page-handlerPhoto {
    position: relative;
    background: rgb(248, 248, 248);
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    [class*='van-hairline']::after {
        border: none;
    }

    .emh-handler-page-main-body {
        .emh-handler-page-info {
            background: #ffffff;
            margin-top: 8px;
            .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 {
                color: #f8bc58;
                font-size: 12px;
            }
            .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;
            }
            &-body {
                .imgs-group {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    .van-cell::after {
                        border: none;
                    }
                    margin: 0 14px;
                    border-bottom: 0.05px solid rgba(235, 237, 240, 0.5);
                }
            }
            &-title {
                font-size: 14px;
                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;
                    span {
                        color: #f8bc58;
                    }
                }
                &-des {
                    font-size: 12px;
                    width: 250px;
                    margin-left: 10px;
                    color: #f8bc58;
                }
            }
            .emh-handler-page-cart-footer {
                margin: 16px;
                display: flex;
                flex-direction: row;
                justify-content: space-around;
                &-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-page-footer {
        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;
        }
    }

    .van-cell-group--inset {
        margin: 0;
    }
    .van-button--default {
        border: none;
    }
    .van-button__text {
        font-size: 14px;
    }
    .emh-handler-page-info-body-checkbox {
        display: flex;
        span {
            padding-right: 10px;
        }
        .van-radio-group.van-radio-group--horizontal {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
        }
    }
    .van-radio.van-radio--horizontal {
        .van-radio__label {
            font-size: 14px;
            color: #000000;
            letter-spacing: 0;
        }
        .img-icon {
            width: 20px;
            height: 20px;
        }
    }
    .emh-handler-page-only-one-img-Arr {
        display: flex;
        flex-direction: row;
        span {
            word-break: keep-all;
        }
    }

    img.emh-handler-page-view-picture {
        display: inline-block;
        margin: auto;
        width: 90vw !important;
        height: 90vw !important;
    }

    .emh-handler-page-info-body2 {
        display: flex;
        align-items: center;
        margin: 0 16px;
        text-align: center;
        .emh-handler-page-img-title {
            min-width: 88px;
            padding-bottom: 10px;
            font-size: 14px;
            color: #444;
            &-tip {
                padding-top: 8px;
                color: #f8bc58;
                font-size: 12px;
            }
        }
    }
}

.cover-view {
    width: 100vw;
    min-height: 100vh;
    overflow: auto;
    top: 0;
    left: 0;
    background-color: #ffffff;
}