.icon-copy {
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    background: url(/m/images/ic_hn_tc_copy.png) no-repeat;
    background-size: 3.2vw 3.2vw
}

.icon-save {
    display: inline-block;
    width: 3.2vw;
    height: 3.46667vw;
    background: url(/m/images/ic_hn_tc_down.png) no-repeat;
    background-size: 100% auto
}

.hn-popup {
    border-radius: 5.33333vw 5.33333vw 0 0
}

.hn-wrap {
    max-height: 160vw;
    background-image: url(/m/images/ic_hn_tc_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 6.4vw
}

    .hn-wrap .hn-hd .title {
        text-align: center;
        font-size: 4.26667vw;
        font-weight: 600;
        height: 14.93333vw;
        line-height: 14.93333vw
    }

    .hn-wrap .hn-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        background: #fff;
        border: 1px solid #FFF0F2;
        border-radius: 2.66667vw;
        padding: 0px 8vw 4vw;
        margin: 4vw 8vw 0
    }

        .hn-wrap .hn-box .avatar {
            margin-top: -5.33333vw;
            width: 16vw;
            height: 16vw;
            border-radius: 50%;
            overflow: hidden;
            position: relative
        }

        .hn-wrap .hn-box .item-cover {
            display: block;
            width: 16vw;
            height: 16vw;
            background-color: #fff;
            border-radius: 50%;
            border: .53333vw solid #FFA6B6;
            overflow: hidden;
            padding-top: 0
        }

        .hn-wrap .hn-box .nickname {
            font-size: 3.73333vw;
            font-family: PingFangSC-Medium, PingFang SC;
            font-weight: 500;
            color: #ff6681;
            line-height: 5.33333vw;
            margin-top: 1.06667vw
        }

    .hn-wrap .popup-btn {
        margin: 5.33333vw 0;
        text-align: center
    }

        .hn-wrap .popup-btn .ui-btn {
            width: 73.6vw
        }

.wx-code .img {
    width: 42.66667vw;
    height: 42.66667vw;
    margin: 2.66667vw auto
}

.wx-code .qr-img {
    width: 100%;
    height: 100%;
    display: block
}

.wx-code .text {
    text-align: center;
    font-size: 3.73333vw;
    color: #272d39;
    padding: 0 0 1.33333vw
}

.code-save {
    font-size: 3.2vw;
    font-weight: 400;
    color: #b0b2bf;
    line-height: 4.53333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .code-save .icon-save {
        margin-left: 1.33333vw
    }

.van-tabbar {
    height: 18.66667vw;
    z-index: 92
}

    .van-tabbar .van-tabbar-item__icon {
        margin-bottom: 1.06667vw
    }

    .van-tabbar .van-tabbar-item {
        color: #838383;
        font-size: 3.2vw
    }

    .van-tabbar .van-tabbar-item--active {
        color: #202020
    }

    .van-tabbar .van-tabbar-item__icon .icon {
        width: 6.4vw;
        height: 6.4vw
    }

.van-tabbar-item-new {
    padding: 2.66667vw 0 4.8vw;
    color: #838383
}

:root {
    --van-primary-color: #ff6681;
    --van-primary-background: #ff6681;
    --van-primary-border-color: #ff6681;
    --van-back-top-size: 13.33333vw
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}

* {
    scrollbar-width: none;
    -ms-overflow-style: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: none
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    background: #f4f5f6;
    width: 100vw;
    margin: 0 auto !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

body,
input {
    font-size: 3.73333vw;
    font-family: PingFangSC-Regular, sans-serif, Hiragino Sans GB, Microsoft Yahei, Arial, Helvetica Neue, Helvetica
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

ul,
ol,
li {
    list-style: none
}

caption,
th {
    text-align: left
}

fieldset,
img {
    border: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

button {
    -webkit-appearance: none;
    border: 0;
    background: 0 0
}

a {
    -webkit-touch-callout: none;
    text-decoration: none
}

:focus {
    outline: 0;
    -webkit-tap-highlight-color: transparent
}

button,
fieldset,
img,
input,
select,
textarea {
    border: 0;
    background: 0 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a {
    text-decoration: none;
    color: #333
}

a,
img,
button,
input,
select {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

input,
select,
button {
    -webkit-appearance: none
}

img {
    content: normal !important;
    border: 0 none;
    vertical-align: top
}

i,
em {
    font-style: normal
}

button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0
}

input {
    outline: 0;
    border-radius: 0
}

    input[type=submit],
    input[type=button] {
        -webkit-appearance: none;
        -moz-appearance: none
    }

    input::-webkit-input-placeholder {
        color: #ccc
    }

    input::-moz-placeholder {
        color: #ccc
    }

* {
    margin: 0;
    padding: 0
}

.dn {
    display: none
}

.f10 {
    font-size: 2.66667vw
}

.f12 {
    font-size: 3.2vw
}

.f13 {
    font-size: 3.46667vw
}

.f14 {
    font-size: 3.73333vw
}

.f15 {
    font-size: 4vw
}

.f16 {
    font-size: 4.26667vw
}

.f18 {
    font-size: 4.8vw
}

.gray {
    color: #999
}

.pink {
    color: #ff6681
}

.lightcolor {
    color: #ff677d !important
}

.c_tx1 {
    color: #70cf73
}

.c_tx2 {
    color: #e56c5b
}

.pr {
    position: relative
}

.canvas {
    position: fixed;
    top: 533.33333vw
}

.act_text {
    text-align: justify;
    text-justify: inter-ideograph
}

.item-cover {
    display: block;
    width: 100%;
    margin: 0;
    background-position: 50% 50%;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100%
}

.ellipsis,
.ell,
.ui-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.layer-popup {
    top: 2vh !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent !important
}

.mod-blank {
    width: 100%;
    padding: 18.66667vw 0 26.66667vw;
    background-repeat: no-repeat;
    background-size: 28.8vw 24.53333vw;
    background-position: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .mod-blank img {
        width: 22.66667vw;
        display: block;
        margin: 0 auto
    }

    .mod-blank .blank-info {
        margin-top: 4vw;
        font-size: 3.73333vw;
        color: #bbb;
        text-align: center;
        width: 100%
    }

        .mod-blank .blank-info em {
            color: #ff677d
        }

.history-empty {
    text-align: center;
    min-height: 64vw;
    position: relative;
    padding: 16vw 0 0;
    margin: 0;
    display: block
}

    .history-empty .empty-block {
        width: 21.06667vw;
        height: 37.33333vw;
        background-repeat: no-repeat;
        background-size: 21.06667vw auto;
        margin: 0 auto
    }

    .history-empty .txt {
        color: #7e8793;
        margin-top: 2.66667vw
    }

.list-empty {
    text-align: center;
    min-height: 64vw;
    position: relative;
    padding: 16vw 0 0;
    margin: 0;
    display: block
}

    .list-empty .empty-block {
        width: 21.06667vw;
        height: 37.33333vw;
        background-repeat: no-repeat;
        background-size: 21.06667vw auto;
        margin: 0 auto
    }

    .list-empty .txt {
        color: #7e8793;
        margin-top: 2.66667vw
    }

.login-empty {
    text-align: center;
    min-height: 64vw;
    position: relative;
    padding: 21.33333vw 0 0;
    margin: 0;
    display: block
}

    .login-empty .empty-block {
        width: 58.66667vw;
        height: 37.33333vw;
        background-repeat: no-repeat;
        background-size: 58.66667vw auto;
        margin: 0 auto
    }

    .login-empty .txt {
        color: #7e8793;
        font-size: 4.26667vw;
        margin: 2.66667vw 0 16vw
    }

    .login-empty .empty-btn {
        display: inline-block;
        font-size: 3.73333vw;
        color: #fff;
        background: #ff677d;
        width: 64vw;
        height: 10.66667vw;
        padding: 0 5.33333vw;
        border-radius: 10.66667vw
    }

.imkey-popup .popup-cnt {
    text-align: center;
    font-size: 3.73333vw;
    color: #46474d;
    line-height: 5.6vw;
    margin-top: 36vw;
    overflow: hidden
}

.imkey-popup .popup-cnt-txt .popup-title {
    height: 5.86667vw;
    font-size: 4.26667vw;
    font-weight: 600;
    color: #272d39;
    line-height: 5.86667vw;
    margin-bottom: 2.66667vw
}

.imkey-popup .popup-cnt .popup-cnt-tips {
    font-size: 3.2vw;
    color: #aaa;
    margin-top: .8vw
}

.imkey-popup .popup-btn {
    padding: 5.33333vw 2.66667vw 2.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4vw
}

    .imkey-popup .popup-btn .btn {
        font-size: 4.26667vw;
        color: #fff;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        border: 1px solid #FF6681;
        background: #ff6681;
        max-width: 64vw;
        font-weight: 500;
        border-radius: 5.86667vw
    }

        .imkey-popup .popup-btn .btn.plain {
            background: #fff;
            border: 1px solid #FF6681;
            color: #ff6681
        }

.imkey-popup .popup-text-btn {
    background-color: #f8f8f8;
    padding: 1.33333vw 2.66667vw;
    margin: 4vw 5.33333vw 5.33333vw;
    height: 14.4vw;
    border-radius: 14.4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .imkey-popup .popup-text-btn .text {
        padding: 0 5.33333vw 0 2.66667vw;
        color: #aaa
    }

    .imkey-popup .popup-text-btn .btn {
        height: 9.33333vw;
        line-height: 9.33333vw;
        border-radius: 9.33333vw
    }

.imkey-popup .know-btn {
    width: 32vw;
    height: 10.66667vw;
    text-align: center;
    background: #fff;
    border-radius: 5.33333vw;
    border: 1px solid #FF6681;
    font-size: 4.26667vw;
    font-weight: 500;
    color: #ff6681
}

.imkey-popup .contact-btn {
    width: 32vw;
    height: 10.66667vw;
    text-align: center;
    background: #ff6681;
    border-radius: 5.33333vw;
    font-size: 4.26667vw;
    font-weight: 500;
    color: #f8f8f8
}

.van-swipe-item .swiper-single {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.van-sticky.van-sticky--fixed {
    background: #fff
}

.hn-entry,
.back-to-top {
    position: fixed;
    right: 4vw;
    z-index: 100;
    width: 13.33333vw;
    height: 13.33333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer
}

    .hn-entry .icon-top,
    .hn-entry .icon-hn,
    .back-to-top .icon-top,
    .back-to-top .icon-hn {
        display: inline-block
    }

    .hn-entry span,
    .back-to-top span {
        font-size: 2.93333vw
    }

    .hn-entry:active,
    .back-to-top:active {
        opacity: 1 !important
    }

    .back-to-top span {
        color: #ff6681
    }

.hn-entry {
    background-color: transparent;
    -webkit-box-shadow: 0px .53333vw 2.66667vw 0px rgba(0, 0, 0, .1);
    box-shadow: 0 .53333vw 2.66667vw #0000001a;
    bottom: 45.33333vw;
    background-image: -webkit-gradient(linear, right top, left top, from(#fffafc), to(#ffddeb));
    background-image: linear-gradient(270deg, #fffafc, #ffddeb)
}

    .hn-entry .icon-hn {
        width: 5.33333vw;
        height: 5.33333vw;
        margin-bottom: .53333vw;
        background-image: url(./images/20250630-150918.png);
        background-repeat: no-repeat;
        background-size: 5.33333vw 5.33333vw
    }

    .hn-entry span {
        color: #ff6681
    }

.back-home {
    position: absolute;
    top: 2.66667vw;
    left: 2.66667vw;
    padding: 1.06667vw 2.66667vw;
    color: #fff;
    border-radius: .8vw;
    background: #0009;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5.86667vw;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 3.2vw
}

    .back-home:before {
        content: "";
        display: inline-block;
        border: #fff solid .53333vw;
        border-radius: .53333vw;
        width: 2.13333vw;
        height: 2.13333vw;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.ui-btn {
    width: 100%;
    height: 11.73333vw;
    text-align: center;
    background: #ff6681;
    border-radius: 5.86667vw;
    color: #fff;
    font-size: 4.26667vw
}

.popup-form-wrap .form-title {
    padding: 0 5.33333vw 5.33333vw;
    font-size: 4.26667vw;
    text-align: center;
    color: #ff677d
}

.popup-form-wrap .form-item {
    padding: 0 4vw
}

    .popup-form-wrap .form-item .form-label {
        font-size: 3.73333vw;
        line-height: 3.73333vw;
        padding: 2.66667vw 0
    }

        .popup-form-wrap .form-item .form-label em {
            font-size: 3.2vw;
            color: #b4b4b4;
            margin-left: 2.66667vw
        }

    .popup-form-wrap .form-item .text-box {
        background: #f4f5f7;
        padding: 2.66667vw;
        border-radius: 1.33333vw
    }

        .popup-form-wrap .form-item .text-box span {
            font-size: 3.73333vw;
            color: #999
        }

            .popup-form-wrap .form-item .text-box span.selected {
                color: #333
            }

    .popup-form-wrap .form-item .textarea {
        font-size: 3.2vw;
        width: 100%;
        height: 21.33333vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .popup-form-wrap .form-item .textarea-counter {
        text-align: right;
        font-size: 3.2vw;
        color: #a2a2a2
    }

    .popup-form-wrap .form-item .input {
        font-size: 3.2vw;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .popup-form-wrap .form-item .form-con {
        padding-bottom: 2.66667vw
    }

.popup-form-wrap .form-btn-wrap {
    padding: 2.66667vw 4vw 8vw
}

    .popup-form-wrap .form-btn-wrap .form-btn {
        width: 100%;
        background: #ff677d;
        color: #fff;
        border: none
    }

        .popup-form-wrap .form-btn-wrap .form-btn:before,
        .popup-form-wrap .form-btn-wrap .form-btn:after {
            display: none
        }

.prompt-dialog-confirm {
    width: 100%
}

    .prompt-dialog-confirm .dialog-cnt {
        text-align: center;
        font-size: 3.73333vw;
        line-height: 5.6vw;
        overflow: hidden;
        margin-top: 37.33333vw
    }

        .prompt-dialog-confirm .dialog-cnt .title {
            font-size: 4.26667vw;
            font-family: PingFangSC-Semibold, PingFang SC;
            font-weight: 600;
            color: #272d39;
            line-height: 5.86667vw
        }

        .prompt-dialog-confirm .dialog-cnt .content {
            margin-top: 1.33333vw
        }

        .prompt-dialog-confirm .dialog-cnt .txt {
            color: #46474d;
            margin-top: 2.13333vw
        }

        .prompt-dialog-confirm .dialog-cnt .dialog-btn {
            width: 100%;
            padding: 8vw 4vw 4vw;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            gap: 5.33333vw
        }

            .prompt-dialog-confirm .dialog-cnt .dialog-btn .btn {
                width: 100%;
                height: 10.66667vw;
                font-size: 4.26667vw;
                color: #fff;
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                -ms-flex: 1;
                flex: 1;
                border: 1px solid #FF6681;
                background: #ff6681;
                border-radius: 10.66667vw;
                font-weight: 500
            }

                .prompt-dialog-confirm .dialog-cnt .dialog-btn .btn.plain {
                    background: #fff;
                    border: 1px solid #FF6681;
                    color: #ff6681
                }

            .prompt-dialog-confirm .dialog-cnt .dialog-btn.dialog-text-btn {
                display: block
            }

                .prompt-dialog-confirm .dialog-cnt .dialog-btn.dialog-text-btn .text {
                    font-size: 3.2vw;
                    color: #999;
                    text-align: center;
                    margin-bottom: 1.33333vw
                }

.van-popup .van-action-sheet__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.van-popup .van-action-sheet__hd {
    padding: 0 2.66667vw;
    overflow: auto
}

.van-popup .img {
    padding: 2.66667vw 0 0
}

.van-popup img {
    width: 100%
}

    .van-popup img + img {
        margin-top: 2.66667vw
    }

.van-popup .van-action-sheet__title {
    font-size: 4.26667vw;
    line-height: 11.73333vw;
    text-align: center;
    background-color: #fff
}

.van-popup .van-action-sheet__item,
.van-popup .van-action-sheet__cancel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 3.2vw 4.26667vw
}

.van-uploader,
.van-uploader__input-wrapper {
    width: 100%
}

.crop {
    height: 100% !important;
    z-index: 1000
}

#app {
    background-image: url(/m/images/icon_sys_site_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.dt-card {
    background: #fff;
    border-radius: 3.73333vw 3.73333vw 0 0;
}

    .dt-card .card-item {
        position: relative;
        padding: 4vw
    }

        .dt-card .card-item + .card-item {
            border-top: 1px solid #f1f1f1
        }

    .dt-card .hn-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .dt-card .hn-box .avatar {
            width: 10.66667vw;
            height: 10.66667vw;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 2.66667vw
        }

        .dt-card .hn-box .info {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        .dt-card .hn-box .btn {
            background: #ff627e;
            font-size: 3.2vw;
            color: #fff;
            height: 8.53333vw;
            line-height: 8.53333vw;
            padding: 0 4vw;
            border-radius: 8.53333vw
        }

    .dt-card .time-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 2.66667vw
    }

        .dt-card .time-line .time {
            font-size: 3.2vw;
            color: #aaa
        }

        .dt-card .time-line .zan {
            color: #333
        }

        .dt-card .time-line .btns {
            height: 8.8vw
        }

        .dt-card .time-line .btn {
            display: inline-block;
            width: 21.33333vw;
            height: 8.8vw;
            background-repeat: no-repeat;
            background-size: 21.33333vw 8.8vw
        }

        .dt-card .time-line .btn-imkey {
            background-image: url(../images/ic_dt_imkey.png);
            margin-right: 4vw
        }

        .dt-card .time-line .btn-hn {
            background-image: url(../images/ic_dt_hn_btn.png)
        }

    .dt-card .user-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .dt-card .user-box .avatar {
            width: 10.66667vw;
            height: 10.66667vw;
            margin-right: 2.66667vw
        }

            .dt-card .user-box .avatar .item-cover {
                border-radius: 50%
            }

        .dt-card .user-box .info {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            .dt-card .user-box .info .title {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

                .dt-card .user-box .info .title .name {
                    font-size: 3.73333vw;
                    color: #000;
                    vertical-align: middle
                }

            .dt-card .user-box .info .tag {
                height: 5.33333vw;
                -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                display: -webkit-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .dt-card .user-box .info .tag span {
                    display: inline-block;
                    margin-left: 1.06667vw;
                    background-repeat: no-repeat
                }

                .dt-card .user-box .info .tag .smrz {
                    width: 12.8vw;
                    height: 3.73333vw;
                    background-image: url(/m/images/ic_user_item_smrx_w96.png);
                    background-size: 12.8vw 3.73333vw
                }

            .dt-card .user-box .info .meta {
                font-size: 3.2vw;
                color: #999;
                line-height: 4.8vw;
                margin-top: .8vw
            }

                .dt-card .user-box .info .meta span + span:before {
                    content: "|";
                    padding: 0 1.06667vw;
                    color: #ccc;
                    font-size: 3.2vw
                }

        .dt-card .user-box .icon-arrow,
        .dt-card .dt-pack .icon-arrow {
            content: "";
            display: inline-block;
            width: 1.6vw;
            height: 2.66667vw;
            background-image: url(/m/images/arrow_right.png);
            background-repeat: no-repeat;
            background-size: 1.6vw auto
        }

    .dt-card .photo-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 2.66667vw
    }

        .dt-card .photo-list .photo-item {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            max-width: 32vw;
            border-radius: 2.13333vw;
            overflow: hidden
        }

            .dt-card .photo-list .photo-item + .photo-item {
                margin-left: 2.66667vw
            }

    .dt-card .dt-info {
        margin-top: 2.66667vw
    }

        .dt-card .dt-info .content {
            font-size: 3.73333vw;
            line-height: 5.86667vw;
            margin-top: 2.13333vw;
            word-wrap: break-word
        }

        .dt-card .dt-info .user-box {
            padding: 2.66667vw;
            margin-top: 2.66667vw;
            background: #f7f7f7;
            border-radius: .53333vw
        }

            .dt-card .dt-info .user-box .avatar {
                width: 9.06667vw;
                height: 9.06667vw;
                margin-right: 2.66667vw
            }

            .dt-card .dt-info .user-box .info .meta {
                margin-top: 0
            }

    .dt-card .dt-pack {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2.66667vw;
        margin-top: 2.66667vw;
        background: #f7f7f7;
        color: #666;
        font-size: 3.73333vw;
        border-radius: .53333vw
    }

        .dt-card .dt-pack .icon-tz {
            display: inline-block;
            width: 3.2vw;
            height: 3.46667vw;
            background: url(/m/images/ic_dt_tz.png) no-repeat;
            background-size: 3.2vw 3.46667vw;
            margin-right: 1.6vw
        }

        .dt-card .dt-pack .icon-wd {
            display: inline-block;
            width: 5.33333vw;
            height: 5.6vw;
            background: url(/m/images/look_over.png) no-repeat;
            background-size: 5.33333vw 5.6vw;
            margin-right: 1.6vw
        }

        .dt-card .dt-pack .text {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

.show-mask {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, .37)), color-stop(48%, rgba(245, 245, 245, .7)), to(#F5F5F5));
    background: linear-gradient(180deg, #f5f5f55e, #f5f5f5b3 48%, #f5f5f5);
    -webkit-backdrop-filter: blur(.85333vw);
    backdrop-filter: blur(.85333vw)
}

    .show-mask .approve {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .show-mask .approve .finish-text {
            height: 5.33333vw;
            font-size: 3.73333vw;
            font-weight: 400;
            color: #46474d;
            line-height: 5.33333vw;
            margin-bottom: 1.86667vw
        }

        .show-mask .approve .leave-btn {
            width: 34.66667vw;
            height: 9.06667vw;
            background: #ff6681;
            border-radius: 10.66667vw;
            font-size: 3.73333vw;
            font-weight: 600;
            color: #fff;
            line-height: 5.33333vw
        }

    .show-mask .vip-btn {
        width: 29.33333vw;
        height: 9.06667vw;
        background: #ff6681;
        border-radius: 10.66667vw;
        font-size: 3.73333vw;
        font-weight: 600;
        color: #fff;
        line-height: 5.33333vw
    }

.official {
    display: inline-block;
    width: 6.4vw;
    height: 3.73333vw;
    vertical-align: margin;
    background-repeat: no-repeat;
    background-size: 6.4vw auto;
    margin-left: 1.33333vw;
    background-image: url(/m/images/ic_hn_gf.png)
}

.hn-box .info .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.van-skeleton {
    padding: 0;
    display: block
}

    .van-skeleton .van-skeleton-paragraph {
        background: none
    }

.skeleton-index-swipe .skeleton-row {
    padding: 4vw 4vw 0
}

    .skeleton-index-swipe .skeleton-row .skeleton-block {
        border-radius: 3.73333vw
    }

.container {
    padding-bottom: 18.66667vw
}

.dt-slide {
    position: relative;
    padding: 4vw 4vw 0
}

    .dt-slide .van-swipe {
        display: block;
        background: #f6f6f6;
        border-radius: 2.66667vw;
        overflow: hidden;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .dt-slide .van-swipe__indicator {
        opacity: 1
    }

    .dt-slide .swiper-single {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover
    }

    .dt-slide .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        z-index: 1;
        height: 10.66667vw;
        line-height: 10.66667vw;
        padding: 0 4vw
    }

        .dt-slide .text:before {
            content: "";
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(/m/images/ic_dt_slide_title.png) no-repeat;
            background-size: 12px 12px;
            margin-right: 5px
        }

.dt-bd {
    padding-bottom: 18.66667vw;
}

.ui-tab {
    position: sticky;
    top: 0;
    z-index: 999;
}

    .ui-tab.sticky-active {
        background-color: #F4F4F6; /* ¸¡¶¯Ê±µÄ±³¾°É« */
    }

.ui-navbar {
    margin: 0 4vw;
    padding: 0 2.66667vw;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 6.4vw;
    position: relative
}

.ui-navbar__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    padding: 4.26667vw 0;
    flex: 0
}

    .ui-navbar__item .ui-navbar__title {
        display: inline-block;
        font-size: 4vw;
        max-width: 8em;
        width: auto
    }

    .ui-navbar__item.ui-bar__item_on {
        font-weight: 700
    }

        .ui-navbar__item.ui-bar__item_on .ui-navbar__title {
            position: relative;
            z-index: 1
        }

            .ui-navbar__item.ui-bar__item_on .ui-navbar__title:after {
                content: "";
                position: absolute;
                bottom: .53333vw;
                left: 0;
                display: inline-block;
                width: 100%;
                height: 1.6vw;
                border-radius: 1.06667vw;
                background: #ff627e;
                z-index: -1
            }
