        :root {
            --front-root-font-size-mobile: 100%;
            --front-root-font-size-desktop: 105%;
        }
        @font-face {
            font-family: 'FrontSiteFontMobile';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            size-adjust: 100%;
            src: url("/assets/fonts/%E6%98%A5%E6%97%A5%E7%94%9C%E7%94%9C%E5%B0%8F%E7%8C%AB%E5%96%B5%E5%96%B5.woff2") format('woff2');
        }
        @font-face {
            font-family: 'FrontSiteFontDesktop';
            font-style: normal;
            font-weight: 400;
            font-display: swap;
            size-adjust: 105%;
            src: url("/assets/fonts/%E6%98%A5%E6%97%A5%E7%94%9C%E7%94%9C%E5%B0%8F%E7%8C%AB%E5%96%B5%E5%96%B5.woff2") format('woff2');
        }

        :root {
            --front-font-stack-mobile: 'FrontSiteFontMobile', 'PingFang SC', 'Microsoft YaHei', sans-serif;
            --front-font-stack-desktop: 'FrontSiteFontDesktop', 'PingFang SC', 'Microsoft YaHei', sans-serif;
        }
        :root { --front-top-notice-height: 0px; --front-top-notice-offset: 6px; }
        .site-main { min-height: 45vh; }
        .front-richtext { background:#fff; border-radius:18px; padding:22px; box-shadow:0 8px 24px rgba(27,39,94,.08); line-height:1.9; }
        .front-richtext img { max-width:100%; height:auto; }
        html, body {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            user-select: none;
        }
        img, a {
            -webkit-user-drag: none;
        }
        .front-top-notice { background:#fff7db; color:#8a5b00; padding:10px 14px; border-bottom:1px solid #f2e1a6; font-size:13px; }
        .front-ref-top-notice {
            position: relative;
            height: 40px;
            padding: 0 16px;
            background: linear-gradient(90deg, #dc2626 0%, #ef4444 50%, #dc2626 100%);
            color: #fff;
            box-shadow: 0 4px 12px rgba(185, 28, 28, .18);
            z-index: 30;
        }
        .front-ref-top-notice__fx {
            position: absolute;
            inset: 0;
            pointer-events: none;
            overflow: hidden;
        }
        .front-ref-top-notice__fx-base {
            position: absolute;
            inset: 0;
            background: linear-gradient(rgba(255,255,255,0.26) 0%, rgba(255,255,255,0.1) 30%, rgba(255,255,255,0.02) 56%, rgba(255,255,255,0) 100%), linear-gradient(120deg, rgba(56,189,248,0.12) 0%, rgba(232,121,249,0.1) 45%, rgba(251,113,133,0.12) 100%);
        }
        .front-ref-top-notice__fx-sweep-a {
            position: absolute;
            top: -32px;
            bottom: -32px;
            left: -58%;
            width: 44%;
            background: linear-gradient(112deg, rgba(255,255,255,0) 0%, rgba(125,211,252,0.34) 28%, rgba(255,255,255,0.96) 44%, #fff 50%, rgba(255,255,255,0.96) 56%, rgba(244,114,182,0.34) 72%, rgba(255,255,255,0) 100%);
            filter: blur(.08px);
            animation: bannerPrismSweep 3.8s cubic-bezier(0.33,1,0.68,1) infinite;
        }
        .front-ref-top-notice__fx-sweep-b {
            position: absolute;
            top: -48px;
            bottom: -48px;
            left: -72%;
            width: 62%;
            background: radial-gradient(62% 68%, rgba(255,255,255,0.76) 0%, rgba(56,189,248,0.42) 30%, rgba(217,70,239,0.38) 54%, rgba(255,255,255,0) 100%);
            filter: blur(13px);
            mix-blend-mode: screen;
            animation: bannerPrismSweep 3.8s cubic-bezier(0.33,1,0.68,1) infinite;
        }
        .front-ref-top-notice__inner {
            position: relative;
            z-index: 1;
            max-width: 1280px;
            margin: 0 auto;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }
        .front-ref-top-notice__icon {
            flex: 0 0 auto;
            width: 12px;
            height: 12px;
            display: block;
        }
        .front-ref-top-notice__text {
            display: block;
            max-width: calc(100vw - 96px);
            font-size: 13px;
            font-weight: 700;
            line-height: 40px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .front-mini-list li { display:flex; justify-content:space-between; gap:12px; padding:10px 0; border-bottom:1px dashed #eceef3; }
        .front-mini-list li:last-child { border-bottom:none; }
        .front-mini-list span { color:#999; white-space:nowrap; }
        .front-ref-pages.pages { display:flex !important; }
        .front-ref-pages.pages ul li.disabled {
            background:#f7f7f7;
            border-color:#efefef;
        }
        .front-ref-pages.pages ul li.disabled span {
            color:#bdbdbd;
        }
        .front-ref-pages.pages ul li.pager-word a,
        .front-ref-pages.pages ul li.pager-word span {
            padding:0 14px;
        }
        .front-ref-pages.pages ul li.on span {
            color:#fff;
        }
        .front-filter-panel.front-filter-pending .shaixuan_2 {
            visibility: hidden;
        }
        .front-empty { background:#fff; border-radius:12px; padding:20px; text-align:center; color:#888; }
        .front-infinite-status {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 52px;
            color: #8b8b96;
            font-size: 14px;
        }
        .front-infinite-status__text {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 110px;
        }
        .front-desktop-pages {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            flex-wrap: wrap;
        }
        .front-desktop-pages__nav,
        .front-desktop-pages__num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            text-decoration: none;
            background: #fff;
            border: 1px solid #e2e8f0;
            color: #334155;
            border-radius: 8px;
            min-width: 36px;
            height: 36px;
            padding: 0 12px;
            font-size: 14px;
            font-weight: 700;
        }
        .front-desktop-pages__nav.is-disabled,
        .front-desktop-pages__num.is-active {
            background: #e01b28;
            border-color: #e01b28;
            color: #fff;
        }
        .front-desktop-pages__nav.is-disabled {
            opacity: .45;
            cursor: default;
        }
        .front-desktop-pages__nums {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .front-desktop-pages .pages-total,
        .front-desktop-pages .page-jump {
            display: none !important;
        }
        .front-mobile-pages {
            display: none;
        }
        .front-mobile-infinite-status {
            display: none;
        }
        @media screen and (max-width: 768px) {
            .front-ref-pages.pages.front-desktop-pages {
                display: none !important;
            }
            .front-mobile-pages {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: .04rem;
                margin-top: .12rem;
                margin-bottom: 0;
                padding-bottom: .08rem;
            }
            .front-mobile-pages__nav,
            .front-mobile-pages__num {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                box-sizing: border-box;
                text-decoration: none;
                background: #fff;
                border: 1px solid #e2e8f0;
            }
            .front-mobile-pages__nav {
                min-width: .44rem;
                height: .28rem;
                padding: 0 .08rem;
                border-radius: .08rem;
                font-size: .1rem;
                font-weight: 800;
                color: #334155;
            }
            .front-mobile-pages__nav.is-disabled {
                opacity: .3;
            }
            .front-mobile-pages__nums {
                display: flex;
                gap: .04rem;
                overflow-x: auto;
                max-width: 1.2rem;
                padding: 0 .01rem;
                scrollbar-width: thin;
                scrollbar-color: rgba(148, 163, 184, .7) transparent;
            }
            .front-mobile-pages__nums::-webkit-scrollbar {
                display: block;
                height: .04rem;
            }
            .front-mobile-pages__nums::-webkit-scrollbar-thumb {
                background: rgba(148, 163, 184, .7);
                border-radius: .04rem;
            }
            .front-mobile-pages__nums::-webkit-scrollbar-track {
                background: transparent;
            }
            .front-mobile-pages__num {
                flex: 0 0 auto;
                width: .28rem;
                height: .28rem;
                border-radius: .08rem;
                font-size: .09rem;
                font-weight: 800;
                color: #64748b;
            }
            .front-mobile-pages__num.is-active {
                color: #fff;
                background: #2563eb;
                border-color: #2563eb;
                box-shadow: 0 .04rem .12rem rgba(37, 99, 235, .18);
            }
            .front-mobile-infinite-status {
                display: flex;
                min-height: 28px;
                padding: 4px 0;
                font-size: 12px;
                transition: transform .2s ease, opacity .2s ease;
            }
            .front-mobile-infinite-status .front-infinite-status__text {
                min-width: 0;
            }
            .front-mobile-infinite-status.is-finished-peek {
                min-height: 14px;
                padding: 0;
                transform: translateY(.08rem);
            }
            .jingpin ul li .zh.front-rainbow-pill--detail img,
            .list_tu .jingpin ul li .zh.front-rainbow-pill--detail img {
                height: .255rem !important;
                left: -.02rem !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
            }
        }
        .front-biz-icons img, .front-level-icons img { display:inline-block; vertical-align:middle; }
        .front-level-icon--penguin { transform: scale(1.32); transform-origin: center; }
        .front-rainbow-pill {
            background:
                linear-gradient(135deg, rgba(15, 23, 42, .92) 0%, rgba(30, 41, 59, .88) 52%, rgba(30, 64, 175, .84) 100%),
                rgba(168, 85, 247, .2);
            border: 1px solid rgba(192, 132, 252, .3);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.45), inset 0 -10px 20px rgba(255,255,255,.06), 0 10px 28px rgba(15,23,42,.26);
            overflow: hidden;
        }
        .front-rainbow-pill::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: inherit;
            background: radial-gradient(120% 120% at 18% 12%, rgba(255,255,255,.58), rgba(255,255,255,.14) 42%, rgba(255,255,255,0) 76%);
            pointer-events: none;
            animation: frontRainbowBadgeGlow 2.2s ease-in-out infinite;
        }
        .front-rainbow-pill::after {
            content: "";
            position: absolute;
            top: -55%;
            left: -34%;
            width: 26%;
            height: 220%;
            transform: rotate(22deg);
            background: linear-gradient(to right, transparent, rgba(255,255,255,.92), transparent);
            opacity: .92;
            pointer-events: none;
            animation: frontRainbowBadgeShine 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
        }
        .front-rainbow-pill__text {
            position: relative;
            z-index: 1;
            background: linear-gradient(to right, #fde047, #f59e0b, #a855f7, #ec4899, #818cf8);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent !important;
            font-weight: inherit;
        }
        .front-rainbow-pill--detail {
            background: linear-gradient(135deg, #241c5b 0%, #171043 14%, #100c2f 34%, #100c2f 66%, #171043 86%, #241c5b 100%);
            border: 1px solid rgba(71, 57, 132, .9);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.16), inset 0 -8px 16px rgba(255,255,255,.04), 0 10px 20px rgba(36, 28, 91, .22);
        }
        .front-rainbow-pill--detail::before {
            background: radial-gradient(120% 120% at 14% 10%, rgba(255,255,255,.34), rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 74%);
        }
        .front-rainbow-pill--detail::after {
            background: linear-gradient(to right, transparent, rgba(255,255,255,.72), transparent);
        }
        .front-rainbow-pill--detail .front-rainbow-pill__text {
            background: linear-gradient(90deg, #ffe86b 0%, #ffb84d 18%, #63f2ff 38%, #7ec8ff 56%, #d98bff 76%, #ff8fd1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            color: transparent !important;
        }
        .front-rainbow-pill--detail img {
            left: -7px !important;
            height: 50px !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
        }
        body.page-list .jingpin .front-rainbow-pill--detail img,
        body.page-list .list_tu .front-rainbow-pill--detail img {
            left: -3px !important;
            height: 40px !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
        }
        @keyframes frontRainbowBadgeGlow {
            0%, 100% { opacity: .88; }
            50% { opacity: .56; }
        }
        @keyframes frontRainbowBadgeShine {
            0% { left: -34%; opacity: 0; }
            16% { opacity: .96; }
            55% { left: 116%; opacity: .96; }
            100% { left: 116%; opacity: 0; }
        }
        .search_c button,
        .shaixuan_1 .btn {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
        }
        .search_c input,
        .shaixuan_1 .txt input {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a3a3a3' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") !important;
            background-repeat: no-repeat !important;
        }
        .shaixuan_1 .demo--radioInput {
            background-image: none !important;
            border: 1px solid #cfcfcf;
            border-radius: 50%;
            background-color: #fff;
            position: relative;
            box-sizing: border-box;
        }
        .shaixuan_1 .demo--radio:checked + .demo--radioInput:after {
            background-image: none !important;
            content: "";
            display: block;
            width: 58%;
            height: 58%;
            border-radius: 50%;
            background: #e01b28;
            position: absolute;
            inset: 0;
            margin: auto;
        }
        .jieguo_1 .list-reset-btn,
        .jieguo_1 .filter-clear-btn {
            background-image: none !important;
        }
        .jieguo_1 .list-reset-btn {
            position: relative;
            padding-left: 16px !important;
        }
        .jieguo_1 .list-reset-btn::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 13px;
            height: 13px;
            transform: translateY(-50%);
            background: url("/assets/front99/070.png") center/13px 13px no-repeat;
        }
        .shaixuan_1 .qk:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M9 7V5.8c0-.7.5-1.3 1.2-1.3h3.6c.7 0 1.2.6 1.2 1.3V7'/%3E%3Cpath d='M7.2 7l.8 11.1c.1.8.7 1.4 1.5 1.4h5c.8 0 1.4-.6 1.5-1.4L16.8 7'/%3E%3Cpath d='M10 10.2v5.6M14 10.2v5.6'/%3E%3C/svg%3E") !important;
            background-size: 21px 21px !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            transform: translateY(-1px) !important;
        }
        .jieguo_1 > p {
            float: left;
            line-height: 24px;
            margin-right: 10px;
        }
        .jieguo_1 {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .jieguo_1 .sj_clear,
        .jieguo_1 .clear {
            display: none !important;
        }
        .jieguo_btn {
            float: none !important;
            width: auto !important;
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1 1 auto;
            min-width: 0;
        }
        .jieguo_btn .btn1,
        .jieguo_btn .btn2,
        .jieguo_btn .btn3 {
            font-size: 14px !important;
            line-height: 24px;
        }
        .jieguo_btn .btn3 {
            margin-left: auto;
            color: #000 !important;
            padding-right: 0 !important;
        }
        .jieguo_btn .btn3 .view-mode-text { font-size: 14px !important; }
        .jieguo_1 .list-reset-btn {
            margin-left: 0;
            flex: 0 0 auto;
        }
        .jieguo_btn .btn3 .view-mode-text {
            font-size: inherit;
            line-height: inherit;
        }
        .jieguo_btn .btn3 .view-mode-icon {
            width: 13px;
            height: 12px;
            margin-left: 5px;
        }
        @media (max-width: 768px) {
            .jieguo_1 {
                display: block;
                text-align: left !important;
                margin-top: 0;
                padding: 0;
                border: 0 !important;
            }
            .jieguo_1 .jieguo_sort_label {
                display: none !important;
            }
            .jieguo_1 .list-reset-btn {
                display: inline-flex;
                float: none !important;
                margin-left: 0 !important;
                flex: 0 0 auto !important;
            }
            .jieguo_1 .jieguo_btn {
                flex: none !important;
                width: 100% !important;
                border-top: 1px solid #e7e7e7 !important;
                margin-top: .1rem !important;
                padding-top: .1rem !important;
                gap: .1rem;
                flex-wrap: nowrap;
                justify-content: flex-start !important;
                text-align: left !important;
            }
            .jieguo_1 .jieguo_btn .btn3 {
                margin-left: auto !important;
            }
        }
        body.page-list .list_zi .tit p:nth-child(9),
        body.page-list .list_zi li p:nth-child(9) {
            display: none !important;
        }
        body.page-list .list_zi li {
            min-height: 42px;
            display: flex;
            align-items: stretch;
            line-height: normal !important;
        }
        body.page-list .list_zi li p {
            min-height: 42px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-sizing: border-box;
            line-height: 1.1 !important;
            padding: 0 6px;
        }
        body.page-list .list_zi .tit p:nth-child(10),
        body.page-list .list_zi li p:nth-child(10) {
            width: 8% !important;
        }
        body.page-list .list_zi .tit p:nth-child(1),
        body.page-list .list_zi li p:nth-child(1) {
            width: 8% !important;
            justify-content: center !important;
            text-align: center !important;
        }
        body.page-list .list_zi li p.lei img {
            display: block;
            margin: 0 auto;
            width: 34px;
            height: auto;
            max-width: 100%;
            transform: none !important;
        }
        body.page-list .list_zi .tit p:nth-child(2),
        body.page-list .list_zi li p:nth-child(2) {
            width: 14% !important;
            text-align: left !important;
            padding-left: 10px !important;
            justify-content: flex-start !important;
        }
        body.page-list .list_zi .tit p:nth-child(3),
        body.page-list .list_zi li p:nth-child(3) {
            width: 8% !important;
        }
        body.page-list .list_zi .tit p:nth-child(4),
        body.page-list .list_zi li p:nth-child(4) {
            width: 18% !important;
        }
        body.page-list .list_zi .tit p:nth-child(5),
        body.page-list .list_zi li p:nth-child(5) {
            width: 16% !important;
        }
        body.page-list .list_zi .tit p:nth-child(6),
        body.page-list .list_zi li p:nth-child(6) {
            width: 10% !important;
            display: flex !important;
            justify-content: center !important;
            text-align: center !important;
        }
        body.page-list .list_zi .tit p:nth-child(7),
        body.page-list .list_zi li p:nth-child(7) {
            width: 8% !important;
        }
        body.page-list .list_zi .tit p:nth-child(8),
        body.page-list .list_zi li p:nth-child(8) {
            width: 10% !important;
            display: flex !important;
            justify-content: center !important;
            text-align: center !important;
        }
        body.page-list .list_zi li p.num a {
            display: flex;
            align-items: center;
            line-height: 1.2 !important;
            white-space: nowrap;
        }
        body.page-list .list_zi li p.dj {
            white-space: nowrap;
            overflow: visible;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2px;
        }
        body.page-list .list_zi li p.dj img {
            transform: none !important;
        }
        body.page-list .list_zi li p.dj img.front-level-icon--penguin {
            width: 24px !important;
            height: 24px !important;
            max-width: none !important;
        }
        body.page-list .list_zi li p.yw {
            line-height: 1 !important;
            white-space: normal;
            overflow: visible;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2px;
            flex-wrap: wrap;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
        body.page-list .list_zi li p.yw img {
            transform: none !important;
        }
        body.page-list .list_zi li p.xq a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-top: 0 !important;
        }
        @media (max-width: 768px) {
            body.page-list .list_zi .tit p {
                font-size: .1rem !important;
            }
            body.page-list .list_zi li p,
            body.page-list .list_zi li p.num a,
            body.page-list .list_zi li p.dj .level-text,
            body.page-list .list_zi li p span.jia {
                font-size: .1rem !important;
            }
            body.page-list .list_zi .tit p:nth-child(1),
            body.page-list .list_zi li p:nth-child(1) {
                display: flex !important;
                width: 8% !important;
            }
            body.page-list .list_zi li p.lei img {
                width: 25px !important;
                max-width: none !important;
                flex: 0 0 auto;
            }
            body.page-list .list_zi .tit p:nth-child(2),
            body.page-list .list_zi li p:nth-child(2) {
                width: 21% !important;
                padding-left: 0 !important;
            }
            body.page-list .list_zi .tit p:nth-child(3),
            body.page-list .list_zi li p:nth-child(3) {
                width: 10% !important;
            }
            body.page-list .list_zi .tit p:nth-child(4),
            body.page-list .list_zi li p:nth-child(4) {
                width: 14% !important;
            }
            body.page-list .list_zi .tit p:nth-child(5),
            body.page-list .list_zi li p:nth-child(5) {
                width: 20% !important;
            }
            body.page-list .list_zi li p.yw {
                display: grid !important;
                grid-template-columns: 1fr !important;
                grid-auto-rows: auto !important;
                place-content: center !important;
                place-items: center !important;
                align-content: center !important;
                justify-content: center !important;
                gap: 0 !important;
                flex-wrap: nowrap !important;
            }
            body.page-list .list_zi li p.yw .yw-icons {
                display: flex !important;
                flex-wrap: wrap !important;
                align-content: center !important;
                justify-content: center !important;
                gap: .02rem .01rem !important;
                width: calc(.13rem * 3 + .01rem * 2) !important;
                margin: 0 auto !important;
            }
            body.page-list .list_zi li p.yw img {
                flex: 0 0 .13rem !important;
                width: .13rem !important;
                height: .13rem !important;
            }
            body.page-list .list_zi .tit p:nth-child(6),
            body.page-list .list_zi li p:nth-child(6) {
                display: none !important;
            }
            body.page-list .list_zi .tit p:nth-child(7),
            body.page-list .list_zi li p:nth-child(7) {
                width: 10% !important;
                display: flex !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
                white-space: nowrap !important;
            }
            body.page-list .list_zi .tit p:nth-child(8),
            body.page-list .list_zi li p:nth-child(8) {
                width: 17% !important;
                display: flex !important;
                justify-content: center !important;
                text-align: center !important;
            }
            body.page-list .list_zi li p.dj img.front-level-icon--penguin {
                width: 20px !important;
                height: 20px !important;
            }
            body.page-list .list_zi .tit p:nth-child(9),
            body.page-list .list_zi li p:nth-child(9) {
                display: none !important;
            }
            body.page-list .list_zi .tit p:nth-child(10),
            body.page-list .list_zi li p:nth-child(10) {
                display: none !important;
            }
            body.page-list .jingpin .front-rainbow-pill--detail img,
            body.page-list .list_tu .front-rainbow-pill--detail img {
                height: .255rem !important;
                left: -.02rem !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
            }
        }
        .jieguo_btn a,
        .jieguo_sort .sort-link {
            position: relative;
            padding-right: 16px !important;
        }
        .jieguo_btn .btn1:after,
        .jieguo_btn .btn2:after,
        .jieguo_sort .sort-link:after,
        .jieguo_btn .btn1:before,
        .jieguo_btn .btn2:before,
        .jieguo_sort .sort-link:before {
            content: "";
            position: absolute;
            right: 0;
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            background-image: none !important;
        }
        .jieguo_btn .btn1:before,
        .jieguo_btn .btn2:before,
        .jieguo_sort .sort-link:before {
            top: 4px;
            border-bottom: 5px solid #c8ccd6;
        }
        .jieguo_btn .btn1:after,
        .jieguo_btn .btn2:after,
        .jieguo_sort .sort-link:after {
            top: 13px;
            border-top: 5px solid #c8ccd6;
        }
        .jieguo_btn .sort-asc.active:before,
        .jieguo_sort .sort-link.sort-asc.active:before {
            border-bottom-color: currentColor;
        }
        .jieguo_btn .sort-desc.active:after,
        .jieguo_sort .sort-link.sort-desc.active:after {
            border-top-color: currentColor;
        }
        .sj_shaixuan .items,
        .pc_help_lf dt,
        .pc_help_lf dd li a,
        .sj_help_1 dt {
            background-image: none !important;
            position: relative;
        }
        .sj_shaixuan .items::after,
        .pc_help_lf dt::after,
        .pc_help_lf dd li a::after,
        .sj_help_1 dt::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 50%;
            width: 8px;
            height: 8px;
            margin-top: -5px;
            border-right: 1.5px solid currentColor;
            border-bottom: 1.5px solid currentColor;
            transform: rotate(-45deg);
            opacity: .6;
        }
        .dingdan_rt_1 .items i {
            background-image: none !important;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: #f5d8dc;
            color: #c91d2f;
            font-style: normal;
            font-size: 12px;
            line-height: 1;
            text-align: center;
            font-weight: 700;
            flex: 0 0 18px;
        }
        .dingdan_rt_1 .items i::before {
            content: "?";
            display: block;
            line-height: 18px;
            transform: translateY(-1px);
        }
        .dingdan_rt_1 .items i.on { background: #e01b28; color: #fff; }
        .dingdan_rt_1 {
            justify-content: flex-start !important;
            align-items: center;
            gap: 18px;
        }
        .dingdan_rt_1 .items {
            line-height: 1 !important;
        }
        .dingdan_rt_1 .items > span:first-child {
            margin-right: 0 !important;
        }
        .dingdan_rt_1 .items.with-tip {
            display: flex;
            align-items: center;
            gap: 0;
        }
        .dingdan_rt_1 .items.with-tip .tip-label,
        .dingdan_rt_1 .items.with-tip .tip-value {
            flex: 0 0 auto;
        }
        .dingdan_rt_1 .items.with-tip .tip-label {
            margin-right: 0 !important;
        }
        .dingdan_rt_1 .items.with-tip .tip-value {
            margin-left: 0 !important;
        }
        .dingdan_rt_1 .items.with-tip i {
            margin-left: 1px;
            transform: none !important;
        }
        .sj_footer {
            background: url("/assets/front99/052.png") !important;
            background-size: 100% 100% !important;
            box-shadow: none;
            bottom: -1px !important;
        }
        .sj_footer li {
            width: 20% !important;
        }
        .sj_footer li a {
            display: block !important;
            color: #888888;
            font-size: .085rem;
            height: .62rem;
        }
        .sj_footer li a:not(.mobile-customer-trigger) {
            font-size: .1rem !important;
        }
        body.page-home .front-site-font {
            padding-bottom: env(safe-area-inset-bottom) !important;
        }
        .sj_footer li i {
            display: block;
            width: .21rem !important;
            height: .21rem !important;
            margin: .17rem auto .03rem !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            background-size: 100% 100% !important;
        }
        .sj_footer li .front-mobile-nav-svg {
            display: block;
            width: .2rem;
            height: .2rem;
            margin: .17rem auto .03rem;
            color: #9ca3af;
        }
        .sj_footer li .front-mobile-nav-svg img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .sj_footer li .front-mobile-nav-svg svg {
            display: block;
            width: 100%;
            height: 100%;
            stroke: currentColor;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .sj_footer li i.sy { background-image: url("/assets/front99/fot_1.png") !important; }
        .sj_footer li i.xh { background-image: url("/assets/front99/fot_2.png") !important; }
        .sj_footer li i.bz { background-image: url("/assets/front99/fot_3.png") !important; }
        .sj_footer li i.my { background-image: url("/assets/front99/fot_4.png") !important; }
        .sj_footer li i.kf { background-image: url("/assets/front99/053.png") !important; }
        .sj_footer li a.mobile-customer-trigger {
            font-size: 0 !important;
        }
        .sj_footer li a.mobile-customer-trigger i.kf {
            width: .49rem !important;
            height: .49rem !important;
            margin: .06rem auto 0 !important;
            background-size: 100% 100% !important;
        }
        .sj_footer li.on a { color: #000000; }
        .sj_footer li.on .front-mobile-nav-svg { color: #000000; }
        .sj_footer li.on i.sy { background-image: url("/assets/front99/fot_5.png") !important; }
        .sj_footer li.on i.xh { background-image: url("/assets/front99/fot_6.png") !important; }
        .sj_footer li.on i.bz { background-image: url("/assets/front99/fot_7.png") !important; }
        .sj_footer li.on i.my { background-image: url("/assets/front99/fot_8.png") !important; }
        .indtop,
        .indtop p,
        .indtop a,
        .top_header .txt p,
        .pc_nav ul li a,
        .bread,
        .bread a,
        .tit p,
        .count-bottom li a,
        .count-bottom li span,
        .chengjiao p,
        .chengjiao_2,
        .shaixuan,
        .shaixuan p,
        .shaixuan a,
        .shaixuan input,
        .jieguo_1 p,
        .jieguo_1 a,
        .dingdan_rt_1 .items,
        .dingdan_rt_1 .shuoming,
        .zhuyi .txt,
        .pc_help,
        .pc_help a,
        .pc_footer,
        .pc_footer a,
        .pc_footer div,
        .sj_footer a,
        .sj_footer button,
        .aside_rt p,
        .aside_rt span {
            font-size: 14px !important;
        }
        .sj_footer button {
            display: block;
            width: 100%;
            padding: 0;
            margin: 0;
            border: 0;
            background: transparent;
            color: inherit;
            font: inherit;
            text-align: center;
            line-height: inherit;
            -webkit-appearance: none;
            appearance: none;
        }
        .dingdan_rt_1 .shuoming {
            white-space: pre-line;
            width: max-content;
            max-width: min(100%, 420px);
            left: 0;
            top: 100%;
        }
        .pc_footer .fot_logo img {
            display: block;
            max-width: 100%;
        }
        .pc_footer .fot_flinks {
            margin-top: 25px;
        }
        .pc_footer .fot_flinks_label {
            display: inline-block;
            color: #b5b5bb;
            font-size: 12px !important;
            margin-right: 15px;
        }
        .pc_footer .fot_flinks a {
            display: inline-block;
            color: #999;
            font-size: 12px !important;
            margin-right: 15px;
        }
        .pc_footer .fot_flinks a:hover {
            color: #fff;
        }
        .pc_footer .fot_flinks a:last-child {
            margin-right: 0;
        }
        .pc_footer .fot_copyright {
            margin-top: 12px;
            color: #77777f;
            font-size: 12px !important;
            line-height: 1.8;
            text-align: center;
        }
        @keyframes footerBlackGoldFlow {
            0%, 25% {
                transform: translateX(-260%) skewX(-15deg);
            }
            100% {
                transform: translateX(220%) skewX(-15deg);
            }
        }
        .pc_footer a.footer-blackgold-text,
        .pc_footer a.footer-blackgold-text:visited,
        .pc_footer a.footer-blackgold-text:hover,
        .pc_footer a.footer-blackgold-text:active,
        .pc_footer a.footer-blackgold-text:focus,
        .pc_footer span.footer-blackgold-text {
            display: inline-block;
            color: rgb(218, 165, 32) !important;
            font-weight: 800 !important;
            text-decoration: none !important;
            text-shadow: 0 0 6px rgba(255, 215, 0, .08);
        }
        .pc_footer .footer-blackgold-panel {
            position: relative;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            overflow: hidden;
            padding: 7px 16px;
            border-radius: 9999px;
        }
        .pc_footer .footer-blackgold-panel::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            background:
                linear-gradient(rgba(255,255,255,.08) 0%, rgba(255,255,255,.03) 30%, rgba(255,255,255,.01) 56%, rgba(255,255,255,0) 100%),
                linear-gradient(120deg, rgba(255,215,0,.04) 0%, rgba(255,244,170,.03) 45%, rgba(218,165,32,.05) 100%);
        }
        .pc_footer .footer-blackgold-panel::after {
            content: "";
            position: absolute;
            top: -16px;
            bottom: -16px;
            left: -25%;
            width: 38%;
            pointer-events: none;
            background: linear-gradient(112deg, rgba(255,255,255,0) 0%, rgba(255,244,170,.22) 28%, rgba(255,255,255,.82) 44%, rgba(255,248,196,.9) 50%, rgba(255,255,255,.82) 56%, rgba(218,165,32,.18) 72%, rgba(255,255,255,0) 100%);
            filter: blur(.08px);
            animation: footerBlackGoldFlow 4s cubic-bezier(0.33,1,0.68,1) infinite;
        }
        .pc_nav ul li a { font-size: 16px !important; }
        .pc_nav ul {
            display: flex;
            width: 100%;
        }
        .pc_nav ul li {
            float: none !important;
            width: auto !important;
            flex: 1 1 0;
        }
        .top_header .txt h3 {
            font-size: 18px !important;
        }
        .dingdan_rt_3 .price,
        .jieguo_1 span,
        .tit h3,
        .count-bottom .tit h3 {
            font-size: 20px !important;
        }
        .top_header .txt h3 {
            font-weight: 700 !important;
        }
        .jingpin .tit h3 { font-size: 28px !important; }
        .jingpin .tit h4 { font-size: 18px !important; }
        .jingpin .price,
        .list_tu .price {
            font-size: 20px !important;
        }
        .jingpin .price b,
        .list_tu .price b {
            font-size: 30px !important;
        }
        .dingdan_rt_3 .price {
            font-size: 26px !important;
        }
        .dingdan_rt_3 .price b {
            font-size: 38px !important;
        }
        .jingpin .zh span,
        .list_tu .zh span {
            font-size: 16px !important;
        }
        .dingdan_lf .zh span {
            font-size: 20px !important;
        }
        .dingdan_rt_2 .sl,
        .dingdan_rt_2 .xq {
            font-size: 16px !important;
            line-height: 1.7 !important;
        }
        .buy a,
        .buy button,
        .buy label,
        .sj_buy a,
        .sj_buy label {
            font-size: 15px !important;
        }
        .dingdan_rt .buy {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 15px;
        }
        .dingdan_rt .buy .kf {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
            width: 144px;
            height: 48px;
            line-height: 1 !important;
            vertical-align: top;
            box-sizing: border-box;
            font-size: 18px;
        }
        .dingdan_rt .buy .kf img {
            display: block;
            width: 24px;
            height: 24px;
            margin: 0;
            transform: none !important;
            flex: 0 0 auto;
        }
        .dingdan_rt .buy .buy_btn {
            margin-left: 0 !important;
        }
        .front-mobile-filter-modal {
            position: fixed;
            inset: 0;
            z-index: 10050;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity .28s ease, visibility .28s ease;
        }
        .front-mobile-filter-modal.is-open {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }
        .front-mobile-filter-mask {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .68);
        }
        .front-mobile-filter-sheet {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            border-radius: 14px 14px 0 0;
            padding-bottom: env(safe-area-inset-bottom);
            box-shadow: 0 -8px 24px rgba(15, 23, 42, .14);
            transform: translateY(100%);
            transition: transform .28s ease;
        }
        .front-mobile-filter-modal.is-open .front-mobile-filter-sheet {
            transform: translateY(0);
        }
        .front-mobile-filter-sheet::before {
            content: "";
            display: block;
            width: 36px;
            height: 3px;
            border-radius: 999px;
            background: #e6e6e6;
            margin: 7px auto 0;
        }
        .front-mobile-filter-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 90%;
            height: 45px;
            margin: 0 auto;
            padding: 0;
            border-bottom: 1px solid #dcdcdc;
        }
        .front-mobile-filter-title {
            flex: 1 1 auto;
            min-width: 0;
            font-size: 15px;
            font-weight: 400;
            color: #000;
            text-align: center;
            padding: 0 14%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .front-mobile-filter-cancel,
        .front-mobile-filter-close {
            border: 0;
            background: none;
            color: #666;
            font-size: 15px;
            line-height: 45px;
            height: 45px;
            padding: 0;
            width: 55px;
            flex: 0 0 55px;
        }
        .front-mobile-filter-close {
            color: #df3033;
        }
        .front-mobile-filter-body {
            width: 90%;
            max-height: min(29vh, 215px);
            margin: 0 auto;
            overflow-y: auto;
            padding: 2px 0 18px;
            display: flex;
            flex-direction: column;
            gap: 0;
        }
        .front-mobile-filter-option {
            width: 100%;
            min-height: 44px;
            border: 0;
            border-bottom: 1px solid #ededed;
            border-radius: 0;
            background: #fff;
            color: #333;
            font-size: 15px;
            font-weight: 400;
            text-align: center;
            padding: 0 10px;
            line-height: 44px;
            transition: color .2s ease, background-color .2s ease;
        }
        .front-mobile-filter-option:last-child {
            border-bottom: 0;
        }
        .front-mobile-filter-option.is-active {
            background: #fff;
            color: #df3033;
            font-weight: 500;
        }
        .mobile-chat-overlay {
            position: fixed;
            inset: 0;
            z-index: 10060;
            display: none;
        }
        .mobile-chat-overlay.on {
            display: block;
        }
        .mobile-chat-overlay__mask {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, .4);
        }
        .mobile-chat-overlay__panel {
            position: absolute;
            inset-inline: 0;
            bottom: 0;
            height: 92vh;
            display: flex;
            flex-direction: column;
            transform: translateY(100%);
            transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
        }
        .mobile-chat-overlay.on .mobile-chat-overlay__panel {
            transform: translateY(0);
        }
        .mobile-chat-overlay__top {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 8px 12px;
            background: #fff;
            border-radius: 16px 16px 0 0;
            box-shadow: 0 -8px 40px rgba(0,0,0,.25);
        }
        .mobile-chat-overlay__close {
            width: 32px;
            height: 32px;
            border: 0;
            border-radius: 999px;
            background: #f1f5f9;
            color: #64748b;
            font-size: 20px;
            line-height: 32px;
            text-align: center;
        }
        .mobile-chat-overlay__iframe {
            flex: 1 1 auto;
            width: 100%;
            border: 0;
            background: #fff;
        }
        @media (max-width: 768px) {
            body.page-list .front-filter-panel {
                display: none !important;
            }
            body.page-detail .front-site-font {
                padding-bottom: 0 !important;
            }
            body.page-list .front-site-font {
                padding-bottom: 0 !important;
            }
            body.page-list .site-main {
                padding-bottom: .64rem !important;
            }
            html { font-size: 625%; }
            body { font-size: .14rem; }
            body.page-list .front-ref-top-notice,
            body.page-list .ny_top,
            body.page-list .bread {
                display: none !important;
            }
            body.page-list .sx_search {
                padding: .05rem .05rem !important;
            }
            body.page-list .jieguo {
                margin-top: .5rem !important;
            }
            .front-ref-top-notice {
                height: 40px;
                padding: 0 10px;
            }
            .front-ref-top-notice__inner {
                gap: 5px;
                height: 40px;
            }
            .front-ref-top-notice__icon {
                width: 10px;
                height: 10px;
            }
            .front-ref-top-notice__text {
                max-width: calc(100vw - 52px);
                font-size: 11px;
                line-height: 40px;
            }
            .indtop,
            .indtop p,
            .indtop a,
            .bread,
            .bread a,
            .tit p,
            .count-bottom li a,
            .count-bottom li span,
            .chengjiao p,
            .chengjiao_2,
            .shaixuan,
            .shaixuan p,
            .shaixuan a,
            .shaixuan input,
            .jieguo_1 p,
            .jieguo_1 a,
            .dingdan_rt_1 .items,
            .dingdan_rt_1 .shuoming,
            .zhuyi .txt,
            .sj_footer a,
            .sj_footer button {
                font-size: 15px !important;
            }
            .pc_nav ul li a { font-size: 16px !important; }
            .jingpin .tit h3 { font-size: 22px !important; }
            .jingpin .tit h4 { font-size: 16px !important; }
            .jingpin .price,
            .list_tu .price {
                font-size: .12rem !important;
                line-height: 1 !important;
                margin-top: .02rem !important;
            }
            .jingpin .price b,
            .list_tu .price b {
                font-size: .16rem !important;
                line-height: 1 !important;
            }
            .dingdan_rt_3 .price {
                font-size: 20px !important;
            }
            .dingdan_rt_3 .price b {
                font-size: 30px !important;
            }
            .jingpin .zh span,
            .list_tu .zh span {
                font-size: .1rem !important;
                line-height: .14rem !important;
            }
            .jingpin .dj,
            .list_tu .dj {
                line-height: 1 !important;
            }
            .jingpin .dj img,
            .list_tu .dj img,
            .jingpin .hy img,
            .list_tu .hy img {
                vertical-align: top;
            }
            .jingpin .hy,
            .list_tu .hy {
                line-height: 1 !important;
                min-height: .13rem !important;
            }
            .dingdan_lf .zh span {
                font-size: .13rem !important;
            }
            .dingdan_lf .front-rainbow-pill--detail img {
                left: -.052rem !important;
                height: .39rem !important;
            }
            body.page-home .top_header .tel {
                top: -1px !important;
            }
            .top_header .tel p {
                font-size: .09rem !important;
            }
            .top_header .tel h3 {
                font-size: .12rem !important;
                font-weight: 700 !important;
            }
            .top_header .search {
                margin-top: .14rem !important;
            }
            .pc_footer, .aside_rt { display:none; }
        }
        body.page-home .header {
            position: relative;
            z-index: 20;
            background: linear-gradient(
                180deg,
                var(--home-hero-top, rgb(244, 212, 217)) 0%,
                var(--home-hero-mid, rgb(246, 229, 233)) 58%,
                var(--home-hero-bottom, rgb(252, 253, 254)) 100%
            ) !important;
        }
        body.page-home .site-main {
            position: relative;
            z-index: 1;
            background: transparent !important;
            min-height: auto;
        }
        body.page-home .header {
            margin-top: 0 !important;
            padding-top: 0 !important;
            background: transparent !important;
        }
        body.page-home.has-top-notice .header {
            padding-top: calc(var(--front-top-notice-height) + var(--front-top-notice-offset)) !important;
            margin-top: calc((var(--front-top-notice-height) + var(--front-top-notice-offset)) * -1) !important;
        }
        body.page-home .header .w.ww,
        body.page-home .ny_top .w.ww {
            padding-top: 0 !important;
            background: transparent !important;
        }
        body.page-home .top_header {
            margin-top: 0 !important;
            padding-top: 0 !important;
            background: transparent !important;
        }
        body.page-home .top_header .tel {
            position: relative;
            top: -6px;
        }
        body.page-home .top_header .logo {
            margin-top: 0 !important;
            position: relative;
        }
        body.page-home .top_header .logo a,
        body.page-home .top_header .logo img {
            display: block;
        }
        body.page-home .top_header .logo img {
            position: relative;
            top: -8px;
            width: auto;
            height: 68px;
            max-width: none;
        }
        @media (max-width: 768px) {
            body.page-home .top_header {
                display: flex;
                align-items: flex-end;
                justify-content: space-between;
                column-gap: .08rem;
                row-gap: .02rem;
                flex-wrap: wrap;
                padding-top: 0 !important;
            }
            body.page-home .top_header .logo {
                flex: 0 0 auto;
                width: auto !important;
                margin-top: 0 !important;
            }
            body.page-home .top_header .logo a {
                display: flex !important;
                align-items: flex-end;
                height: .42rem;
            }
            body.page-home .top_header .logo img {
                height: .42rem;
                width: auto;
                max-width: 1.28rem;
                top: 1px !important;
            }
            body.page-home .top_header .tel {
                flex: 0 0 auto;
                display: flex;
                align-items: flex-end;
                position: static !important;
                top: auto !important;
                margin-left: auto;
            }
            body.page-home .top_header .tel img {
                width: .16rem;
                margin: 0 .04rem .03rem 0;
                flex: 0 0 auto;
            }
            body.page-home .top_header .tel .txt {
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                min-height: .34rem;
                -webkit-text-size-adjust: 100%;
                text-size-adjust: 100%;
            }
            body.page-home .top_header .tel p {
                margin: 0;
                font-size: 11px !important;
                line-height: 13px;
                -webkit-text-size-adjust: 100%;
                text-size-adjust: 100%;
            }
            body.page-home .top_header .tel h3 {
                margin: .02rem 0 0;
                font-size: 14px !important;
                font-weight: 700 !important;
                line-height: 14px;
                white-space: nowrap;
                -webkit-text-size-adjust: 100%;
                text-size-adjust: 100%;
            }
            body.page-home .top_header .search {
                flex: 0 0 100%;
                width: 100%;
                margin-top: 0 !important;
            }
        }
        body:not(.page-home) .top_header .logo {
            margin-top: 0 !important;
            position: relative;
        }
        body:not(.page-home) .top_header .logo a,
        body:not(.page-home) .top_header .logo img {
            display: block;
        }
        body:not(.page-home) .top_header .logo img {
            position: relative;
            top: -14px;
            width: auto;
            height: 68px;
            max-width: none;
        }
        body.page-home .pc_nav {
            position: relative;
            z-index: 2;
            margin-top: 18px !important;
            top: 0;
            background: linear-gradient(180deg,hsla(0,0%,100%,.6),#fff) !important;
            border: 2px solid #fff !important;
            box-shadow: none !important;
        }
        body.page-home .pc_nav ul li a {
            position: relative;
            top: -8px;
        }
        body.page-home .count-bottom .tit h3 {
            font-size: 16px !important;
            font-weight: 700 !important;
            line-height: 20px !important;
        }
        @media (min-width: 769px) {
            body.page-home .jingpin ul li .zh.front-rainbow-pill--detail img,
            body.page-home .list_tu .jingpin ul li .zh.front-rainbow-pill--detail img {
                height: 44px !important;
                left: -5px !important;
                top: 50% !important;
                transform: translateY(-50%) !important;
            }
        }
        body:not(.page-home) .pc_nav ul li a {
            position: relative;
            top: -8px;
        }
        .aside_rt .back_top .back_top_btn {
            width: 64px;
            height: 72px;
            background: linear-gradient(#fcfbfc,#f8f8f8);
            box-shadow: 0 0 14px rgba(177, 177, 177, .35);
            margin: 10px 0;
            border-radius: 16px;
            text-align: center;
            display: block;
            padding-top: 14px;
            color: #333333;
        }
        .aside_rt .back_top .back_top_btn img {
            display: block;
            margin: 0 auto;
            width: auto;
            height: 23px;
        }
        .aside_rt .back_top .back_top_btn p {
            font-size: 12px;
            color: #333333;
            margin-top: 5px;
        }
        .aside_rt .back_top .back_top_btn:hover {
            background: linear-gradient(#f0f5ff,#f0f4fb);
            color: #2961e3;
        }
        .aside_rt .back_top .back_top_btn:hover p {
            color: #2961e3;
        }
        .aside_rt .items a.sj_btn {
            display: block;
            color: #333333;
            text-decoration: none;
        }
        .aside_rt .items .service_icon {
            display: block;
            margin: 0 auto;
            width: 24px;
            height: 24px;
            color: #ef4444;
        }
        .backprev {
            display: none;
        }
        @media (max-width: 768px) {
            body.page-detail .backprev {
                display: block;
                position: fixed;
                right: .15rem;
                bottom: .62rem;
                width: .4rem;
                z-index: 9999;
                opacity: 1;
            }
            body.page-detail .backprev a {
                display: flex;
                align-items: center;
                justify-content: center;
                width: .4rem;
                height: .4rem;
                border-radius: 999px;
                background: #fff;
                box-shadow: 0 .04rem .14rem rgba(15, 23, 42, .16);
            }
            body.page-detail .backprev img {
                display: none;
            }
            body.page-detail .backprev a::before {
                content: "";
                display: block;
                width: .16rem;
                height: .16rem;
                border-left: 2px solid #475569;
                border-bottom: 2px solid #475569;
                transform: rotate(45deg) translate(.02rem, -.02rem);
            }
        }
