body {font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}h1, h2, h3 {margin-top: 0;margin-bottom: 0;}a, a:hover, a:active, a:focus {color: #333;text-decoration: none;}.overflow-hidden {overflow: hidden!important;}[vclass~="flex"] {display: flex;flex-flow: wrap;gap: 8px 12px;}[vclass~="align-center"] {align-items: center;}[vclass~="justify-center"] {justify-content: center;}[vclass~="space-between"] {justify-content: space-between;}[vclass~="space-around"] {justify-content: space-around;}.btn {display: flex;align-items: center;justify-content: center;}.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}.btn-default {border-color: #ebedf0;}.btn-normal {color: #fff;background-color: #0ea9ff;border-color: #0ea9ff;}.btn-normal:hover, .btn-normal:focus {color: #fff;}.btn .loading {margin-right: 4px;display: inline-block;}.btn .loading .loading-spinner {width: 18px;height: 18px;}.btn-normal .loading {color: #fff;}.form-control {border-radius: 4px;border: 1px solid #dcdfe6;}.form-control:focus {border-color: #0ea9ff;outline: 0;box-shadow: none;}textarea.form-control {resize: vertical;}.icheckbox-label {cursor: pointer;}.icheckbox-square {display: inline-block;*display: inline;vertical-align: middle;margin: 0;padding: 1px;width: 20px;height: 20px;text-align: center;border: 1px solid #c8c9cc;cursor: pointer;box-sizing: border-box;}.icheckbox-square-checked {font: normal normal normal 16px vant-icon;background-color: #0ea9ff;color: #fff;border-color: #0ea9ff;}.icheckbox-square-checked:before {content: '\E728';display: inline-block;}.divider {margin: 16px 0;color: #969799;font-size: 14px;line-height: 24px;display: flex;align-items: center;border: 0 solid #ebedf0;}.divider::after, .divider::before {display: block;flex: 1;box-sizing: border-box;height: 1px;border-color: inherit;border-style: inherit;border-width: 1px 0 0;}.divider::before {content: '';}.divider-hairline::after, .divider-hairline::before {-webkit-transform: scaleY(.5);transform: scaleY(.5);}.divider-content-center::before, .divider-content-left::before, .divider-content-right::before {margin-right: 16px;}.divider-content-left::before {max-width: 10%;}.divider-content-center::after, .divider-content-left::after, .divider-content-right::after {margin-left: 16px;content: '';}.swal2-container {z-index: 9999999999;}.swal2-popup {padding-bottom: 2.5rem;}.swal2-popup .swal2-title {font-size: 1.675rem;}.dialog {position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}.dialog-overlay {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;background-color: rgba(0,0,0,.7);}.dialog-main {position: relative;max-height: 100%;background-color: #fff;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s,-webkit-transform .3s;-webkit-overflow-scrolling: touch;z-index: 2;}.dialog .dialog-close-icon {color: #c8c9cc;font-size: 22px;position: absolute;top: 15px;right: 15px;z-index: 1;cursor: pointer;}.dialog-top {align-items: flex-start;}.dialog-right {justify-content: flex-end;}.dialog-bottom {align-items: flex-end;}.dialog-left {justify-content: flex-start;}.animate-fade-enter-active {-webkit-animation: .3s animate-fade-in both ease-out;animation: .3s animate-fade-in both ease-out;}.animate-fade-leave-active {-webkit-animation: .3s animate-fade-out both ease-in;animation: .3s animate-fade-out both ease-in;}.animate-slide-center-enter-active {-webkit-animation: .3s animate-bounce-in both ease-out;animation: .3s animate-bounce-in both ease-out;}.animate-slide-center-leave-active {-webkit-animation: .3s animate-bounce-out both ease-in;animation: .3s animate-bounce-out both ease-in;}.animate-slide-bottom-enter-active, .animate-slide-left-enter-active, .animate-slide-right-enter-active, .animate-slide-top-enter-active {-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}.animate-slide-bottom-leave-active, .animate-slide-left-leave-active, .animate-slide-right-leave-active, .animate-slide-top-leave-active {-webkit-transition-timing-function: ease-in;transition-timing-function: ease-in;}.animate-slide-top-enter, .animate-slide-top-leave-active {-webkit-transform: translate3d(0,-100%,0);transform: translate3d(0,-100%,0);}.animate-slide-right-enter, .animate-slide-right-leave-active {-webkit-transform: translate3d(100%,0,0);transform: translate3d(100%,0,0);}.animate-slide-bottom-enter, .animate-slide-bottom-leave-active {-webkit-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0);}.animate-slide-left-enter, .animate-slide-left-leave-active {-webkit-transform: translate3d(-100%,0,0);transform: translate3d(-100%,0,0);}.dialog-card {width: 100%;height: 100%;max-width: 480px;display: flex;flex-direction: column;}.dialog-card .dialog-header {font-weight: 500;line-height: 28px;font-size: 18px;padding: 14px 45px 14px 24px;border-bottom: 1px solid rgb(239, 239, 245);display: flex;align-items: center;justify-content: space-between;}.dialog-card .dialog-body {padding: 14px 24px;flex: 1 1 0%;box-sizing: border-box;overflow-y: auto;}.dialog-card .dialog-footer {padding: 16px 24px;border-top: 1px solid rgb(239, 239, 245);}.dialog-alert{width: 75%;max-width: 320px;border-radius: 5px;}.dialog-alert .dialog-close-icon {font-size: 18px;color: #333;}.dialog-alert .dialog-body {padding: 14px 24px 24px;color: #545454;display: flex;flex-direction: column;align-items: center;}.dialog-alert .dialog-body .alert-icon {font-size: 48px !important;}.dialog-alert .dialog-body .alert-icon-success {color: #a5dc86;}.dialog-alert .dialog-body .alert-icon-warning {color: #f8bb86;}.dialog-alert .dialog-body .alert-icon-info {color: #3fc3ee;}.dialog-alert .dialog-body .alert-icon-error {color: #f27474;}.dialog-alert .dialog-body .alert-title {font-size: 16px;font-weight: 700;}.dialog-alert .dialog-body .alert-message {margin-top: 5px;font-size: 13px;line-height: 20px;}.dialog-alert .dialog-body .alert-bottom {margin-top: 15px;display: flex;justify-content: space-around;}.dialog-alert .dialog-body .alert-bottom .btn {margin: 0 5px;}.dialog-loading {width: 160px;padding: 0 10px 5px;border-radius: 10px;}.dialog-loading .data-loading {height: 80px;}.dialog-loading p {text-align: center;}[vclass~="card"] {font-size: 14px;line-height: 1.6;display: flex;flex-direction: column;width: 100%;box-sizing: border-box;position: relative;border-radius: 3px;background-color: #fff;word-break: break-word;border: 1px solid rgb(239, 239, 245);}[vclass~="card"] [vclass~="card-header"] {box-sizing: border-box;display: flex;align-items: center;font-size: 18px;font-weight: 500;padding: 19px 24px 20px;}[vclass~="card"] [vclass~="card-content"] , [vclass~="card"] .card-footer {box-sizing: border-box;padding: 0 24px 20px;font-size: 14px;}[vclass~="card"] [vclass~="card-content"]:first-child, [vclass~="card"] .card-footer:first-child {padding-top: 20px;}.loading {position: relative;color: #c8c9cc;vertical-align: middle;}.loading-spinner {position: relative;display: inline-block;width: 30px;max-width: 100%;height: 30px;max-height: 100%;vertical-align: middle;-webkit-animation: animate-rotate 0.8s linear infinite;animation: animate-rotate 0.8s linear infinite;}.loading-spinner-circular {-webkit-animation-duration: 2s;animation-duration: 2s;}.loading-circular {display: block;width: 100%;height: 100%;}.loading-circular circle {-webkit-animation: animate-circular 1.5s ease-in-out infinite;animation: animate-circular 1.5s ease-in-out infinite;stroke: currentColor;stroke-width: 3;stroke-linecap: round;}.data-loading {width: 100%;height: 200px;color: #000;display: flex;flex-direction: column;align-items: center;justify-content: center;}.data-loading .loading-spinner {width: 40px;height: 40px;}.data-loading p {margin-top: 8px;}.lazy-image, [vclass~="lz-block"] {background-color: #f7f8fa;position: relative;}.lazy-image .lazy-image-error, .lazy-image .lazy-image-loading, [vclass~="lz-block"] .lazy-image-error, [vclass~="lz-block"] .lazy-image-loading {width: 100%;height: 100%;position: absolute;top: 0;left: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;color: #969799;font-size: 14px;background-color: #f7f8fa;}.lazy-image .lazy-image-error .van-icon, [vclass~="lz-block"] .lazy-image-error .van-icon {color: #dcdee0;font-size: 32px;}[vclass~="lz-block"] {background-color: #f7f8fa;position: relative;}[vclass~="lz-block"] textarea {width: 100%;height: 100%;min-height: 100px;border: none;outline: none;resize: none;background: none;background-size: 100% 100%;background-position: center;background-repeat: no-repeat;pointer-events: none;}[vclass~="lz-block"] a {margin: 0;position: absolute;left: 0;top: 0;right: 0;bottom: 0;}[vclass~="lz-block"] a [vclass~="lz-content"] {display: none;}[vclass~="text-grid"] {margin: 5px 0 10px 0;display: grid;grid-template-columns: repeat(5, 1fr);grid-gap: 5px;}[vclass~="text-grid"] a {padding: 4px;background-color: #e5f6ff;text-align: center;font-size: 12px;color: #0ea9ff;border-radius: 2px;display: inline-flex;align-items: center;justify-content: center;}[vclass~="text-grid"] a:nth-child(even) {color: #00f;}.block-frame {width: 100%;margin: 5px 0;}[vclass~="lg-grid"] {margin-top: 10px;display: grid;grid-template-columns: repeat(12, 1fr);grid-gap: 10px;}[vclass~="lg-grid"] [vclass~="lg-grid-row"] {width: 100%;padding-bottom: 24px;position: relative;}[vclass~="lg-grid"] [vclass~="lz-block"] {width: 100%;border-radius: 10px;position: relative;overflow: hidden;}[vclass~="lg-grid"] [vclass~="lz-block"]::before {content: '';width: 100%;height: 0;padding-bottom: 100%;display: block;}[vclass~="lg-grid"] [vclass~="lz-block"] textarea {width: 100%;height: 100%;min-height: auto;background-size: cover;position: absolute;left: 0;top: 0;}[vclass~="lg-grid"] [vclass~="lg-grid-row"] a {display: flex;align-items: flex-end;justify-content: center;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}[vclass~="lg-grid"] [vclass~="lg-grid-row"] a .name {width: 100%;color: #333;font-size: 12px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}[vclass~="fx-top"] {width: 100%;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.3);position: fixed;top: 0;left: 0;z-index: 1001;}[vclass~="fx-top"] [vclass~="fx-top-warp"] {height: 58px;padding: 9px 120px 9px 50px;position: relative;}[vclass~="fx-top"] [vclass~="lz-block"] {width: 40px;height: 40px;border-radius: 6px;overflow: hidden;position: absolute;left: 9px;top: 9px;}[vclass~="fx-top"] [vclass~="lz-block"] textarea {width: 100%;min-height: auto;}[vclass~="fx-top"] [vclass~="fx-top-info"] {height: 100%;margin: 0 10px;padding: 2px 0;line-height: 1.6;color: #db2639;font-size: 12px;overflow: hidden;}[vclass~="fx-top"] [vclass~="fx-top-info"] h5 {margin: 0;line-height: 1.4;font-size: 700;}[vclass~="fx-top"] [vclass~="fx-top-button"] {height: 28px;line-height: 28px;padding: 0 10px;color: #fff;font-size: 12px;background-color: #ff4d03;border-radius: 14px;display: inline-block;position: absolute;right: 35px;top: 15px;}[vclass~="fx-top"] [vclass~="fx-top-close"] {padding: 20px 12px;font-size: 16px;height: 100%;position: absolute;right: 0;top: 0;}[vclass~="fx-top"] [vclass~="text-grid"] {margin: 0 10px 10px;}[vclass~="fx-footer"] {width: 100%;height: 68px;background-color: rgba(12, 12, 12, 0.9);position: fixed;bottom: 0;left: 0;z-index: 99999;}[vclass~="fx-footer"] [vclass~="fx-footer-wrap"] {width: 100%;height: 100%;padding: 0 80px;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;box-sizing: border-box;}[vclass~="fx-footer"] [vclass~="lz-block"] {width: 50px;height: 50px;border-radius: 6px;overflow: hidden;position: absolute;top: 9px;left: 9px;}[vclass~="fx-footer"] [vclass~="lz-block"] textarea {width: 100%;min-height: auto;}[vclass~="fx-footer"] [vclass~="fx-footer-info"] {line-height: 20px;color: #fff;font-size: 12px;font-weight: bold;}[vclass~="fx-footer"] [vclass~="fx-footer-info"] p {margin: 0;}[vclass~="fx-footer"] [vclass~="fx-footer-button"] {height: 24px;line-height: 24px;padding: 0 8px;background: #ffad33;font-size: 12px;color: #000;border-radius: 3px;position: absolute;right: 9px;top: 22px;}[vclass~="fx-footer"] [vclass~="fx-footer-close"] {font-size: 24px;width: 24px;height: 24px;background-color: #fff;border-radius: 50%;position:absolute;right: 0px;top: -24px;}. [vclass~="text-flex"] {margin: 5px 0;display: flex;}[vclass~="text-flex"] a {margin: 0 5px;padding: 4px 8px;background-color: #0ea9ff;text-align: center;font-size: 12px;font-weight: 400;color: #fff;border-radius: 3px;display: inline-flex;align-items: center;justify-content: center }[vclass~="ig-grid"] {margin: 10px 0;display: grid;grid-template-columns: repeat(6, minmax(50px, 1fr));grid-gap: 15px;}[vclass~="ig-grid"] [vclass~="lz-block"]::before {content: '';width: 100%;height: 0;padding-bottom: 66%;display: block;}[vclass~="ig-grid"] [vclass~="lz-block"] textarea {min-height: auto;background-size: cover;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}header {width: 100%;background-color: #072e43;margin-bottom: 10px;}header.header-affix {position: fixed;top: 0;left: 0;z-index: 99;-webkit-transition: all .4s;transition: all .4s;}header.header-affix-hide {-webkit-transform: translateY(-100%);transform: translateY(-100%);}header [vclass~="logo"] {margin: 10px 0;}header [vclass~="logo"] img {height: 36px;}header [vclass~="logo"] h1 {color: #fff;font-size: 20px;font-weight: 700;}header [vclass~="flex-nav"] {flex: 1 1 0%;justify-content: flex-end;}header [vclass~="search"] {margin: 0 10px 0 20px;max-width: 500px;flex: 1 1 0%;display: flex;align-items: center;box-sizing: border-box;}header [vclass~="search"] [vclass~="search-content"] {padding: 5px 12px;line-height: 24px;display: flex;flex: 1;align-items: center;background-color: rgba(255, 255, 255, .25);border-radius: 20px;}header [vclass~="search"] .zicon-search {margin-right: 5px;color: #969799;font-size: 14px;}header [vclass~="search"] [vclass~="search-input"] {display: block;box-sizing: border-box;width: 100%;min-width: 0;margin: 0;padding: 0;font-size: 14px;color: #fff;line-height: inherit;text-align: left;background-color: transparent;border: 0;outline: 0;resize: none;}header [vclass~="search"] [vclass~="search-input"]::placeholder, header [vclass~="search"] [vclass~="search-input"]::-webkit-input-placeholder {color: rgba(255, 255, 255, .5);}header [vclass~="search"] [vclass~="search-btn"] {height: 34px;background: none;border: none;}header [vclass~="search-box"] {width: 100%;max-width: 100%;margin: 0 0 10px;}header [vclass~="flex-nav"] [vclass~="nav-link"] {margin-left: 10px;padding: 0 8px;font-size: 14px;color: #fff;display: inline-flex;align-items: center;}header [vclass~="flex-nav"] [vclass~="nav-link"] .van-icon, header [vclass~="flex-nav"] [vclass~="nav-link"] .zicon {margin-right: 5px;font-size: 17px;}header [vclass~="flex-nav"] [vclass~="nav-link"] .van-icon {font-size: 18px;line-height: inherit;}header [vclass~="flex-nav"] [vclass~="nav-link"] [vclass~="icon-svg"] {width: 18px;margin-right: 5px;}header [vclass~="flex-nav"] [vclass~="nav-user"] .zicon, header [vclass~="flex-nav"] [vclass~="nav-faq"] .zicon {font-size: 18px;}header [vclass~="flex-nav"] [vclass~="nav-notice"] {position: relative;}header [vclass~="flex-nav"] [vclass~="notice-badge"] {width: 8px;height: 8px;border-radius: 50%;background-color: #ff4D02;display: inline-block;position: absolute;right: 0;top: 8px;}header .swiper-block .swiper-slide {margin-bottom: 10px;}header .swiper-block [vclass~="lz-block"] {background-color: #1e1e1e;}header [vclass~="menu-tabs"] {height: 50px;display: flex;position: relative;}header [vclass~="menu-tabs"] [vclass~="menu-dot"] {height: 36px;line-height: 36px;font-size: 14px;color: #fff;}header [vclass~="menu-tabs"] [vclass~="menu-dot-left"] {margin-right: 5px;}header [vclass~="menu-tabs"] [vclass~="menu-dot-right"] {margin-left: 5px;}header [vclass~="menu-tabs"] .menu-dot-disabled {color: #b0afcf;}header [vclass~="menu-tabs"] [vclass~="menu-scrollbar"] {height: 46px;flex: 1 1 0%;}header [vclass~="menu-tabs"] [vclass~="menu-scrollbar-view"] {width: fit-content;min-width: 100%;box-sizing: border-box;display: inline-block;}header [vclass~="menu-tabs"] [vclass~="menu-tabs-content"] {margin-bottom: 10px;white-space: nowrap;position: relative;}header [vclass~="menu-tabs-content"] [vclass~="menu-link"] {min-width: 50px;height: 36px;padding: 0 5px;color: #ababab;display: inline-flex;align-items: center;justify-content: center;flex-wrap: nowrap;flex-shrink: 0;flex-grow: 0;cursor: pointer;position: relative;}header [vclass~="menu-tabs-content"] [vclass~="menu-link-active"] {color: #fff;font-weight: bold;}header [vclass~="menu-tabs-content"] [vclass~="menu-link-green"] {animation: text-color-green 1s infinite;}header [vclass~="menu-tabs-content"] [vclass~="menu-link-green"]::after {content: "";position: absolute;right: -2px;top: 4px;width: 8px;height: 8px;background-color: #0ad07c;border-radius: 50%;}header [vclass~="menu-tabs-content"] [vclass~="menu-link-red"] {animation: text-color-red 1s infinite;}header [vclass~="menu-tabs-content"] [vclass~="menu-link-red"]::after {content: "";position: absolute;right: -2px;top: 4px;width: 8px;height: 8px;background-color: #ff4D02;border-radius: 50%;}@keyframes text-color-green {0% {color: #ababab;}50% {color: #0ad07c;}100% {color: #ababab;}}@keyframes text-color-red {0% {color: #ababab;}50% {color: #d47d59;}100% {color: #ababab;}}[vclass~="marquee-notice"] {height: 40px;line-height: 24px;margin: 0 0 10px 0;padding: 0 16px;position: relative;display: flex;align-items: center;color: #0ea9ff;font-size: 14px;font-weight: 700;border-radius: 4px;background-color: #eff0f5;overflow: hidden;}[vclass~="marquee-notice"] .van-icon-volume-o {min-width: 24px;font-size: 16px;}[vclass~="marquee-notice"] [vclass~="notice-wrap"] {height: 100%;position: relative;display: flex;flex: 1;align-items: center;overflow: hidden;}[vclass~="marquee-notice"] [vclass~="notice-content"] {position: absolute;white-space: nowrap;-webkit-transition-timing-function: linear;transition-timing-function: linear;}[vclass~="list-container"] {margin-top: 10px;margin-bottom: 10px;}[vclass~="list-container"] [vclass~="list-title"] {margin-bottom: 15px;padding: 10px 0 0;color: #000000;font-size: 18px;font-weight: 500;display: flex;align-items: center;}[vclass~="list-container"] [vclass~="list-title"] [vclass~="flex"] {flex: 1 1 0%;}[vclass~="list-container"] [vclass~="list-title"] .title {display: inline-flex;align-items: center;}[vclass~="list-container"] [vclass~="list-title"] a.title {color: #333;font-size: 18px;font-weight: 500;}[vclass~="list-container"] [vclass~="list-title"] a.more {margin-right: -5px;color: #333;font-size: 13px;font-weight: normal;display: flex;align-items: center;align-self: flex-start;}[vclass~="list-container"] [vclass~="list-title"] .swiper-wrap {margin-left: 15px;flex: auto;overflow: hidden;}[vclass~="list-container"] [vclass~="list-title"] .swiper-wrap .swiper-slide {width: 50px;padding-bottom: 24px;}[vclass~="list-container"] [vclass~="list-title"] .swiper-wrap [vclass~="lz-block"] {width: 50px;height: 50px;border-radius: 10px;position: relative;overflow: hidden;}[vclass~="list-container"] [vclass~="list-title"] .swiper-wrap [vclass~="lz-block"] textarea {width: 100%;height: 100%;min-height: auto;background-size: cover;position: absolute;left: 0;top: 0;}[vclass~="list-container"] [vclass~="list-title"] .swiper-wrap a {display: flex;align-items: flex-end;justify-content: center;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}[vclass~="list-container"] [vclass~="list-title"] .swiper-wrap a .name {width: 100%;color: #333;font-size: 12px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}[vclass~="list-container"] [vclass~="list-grid"] {display: grid;grid-template-columns: repeat(6, minmax(50px, 1fr));grid-gap: 15px;}[vclass~="list-container"] .more-item a {width: 100%;background-color: #eff0f5;border-radius: 4px;overflow: hidden;display: block;position: relative;}[vclass~="list-container"] .more-item a::before {content: '';width: 100%;height: 0;padding-bottom: 66%;display: block;}[vclass~="list-container"] .more-item a>div {width: 100%;height: 100%;color: #524fac;font-size: 16px;font-weight: 700;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;}[vclass~="v-item"] {position: relative;cursor: pointer;}[vclass~="v-item"] [vclass~="v-image"], [vclass~="g-item"] [vclass~="lz-block"] {width: 100%;border-radius: 4px;position: relative;overflow: hidden;display: block;}[vclass~="v-item"] [vclass~="v-image"]::before, [vclass~="g-item"] [vclass~="lz-block"]::before {content: '';width: 100%;height: 0;padding-bottom: 66%;display: block;}[vclass~="v-item"] [vclass~="v-image"] .lazy-image, [vclass~="g-item"] [vclass~="lz-block"] textarea {width: 100%;height: 100%;position: absolute;left: 0;top: 0;}[vclass~="v-item"] [vclass~="v-image"] .lazy-image img {width: 100%;height: 100%;object-fit: cover;}[vclass~="v-item"] [vclass~="v-preview"] {width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: absolute;top: 0;left: 0;display: none;}[vclass~="v-item"] [vclass~="v-preview"] [vclass~="v-preview-loading"] {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}[vclass~="v-item"] [vclass~="v-touch"] {width: 24px;height: 24px;color: #fff;border-radius: 50%;background-color: rgba(0,0,0,0.5);position: absolute;top: 5px;left: 5px;display: flex;align-items: center;justify-content: center;}[vclass~="v-item"] [vclass~="v-duration"] {height: 30px;line-height: 30px;color: #fff;font-size: 12px;border-radius: 4px;position: absolute;right: 8px;bottom: 0;}[vclass~="v-item"] [vclass~="v-duration"] .zicon {margin-right: 4px;font-size: 12px;}[vclass~="v-item"] [vclass~="v-image-bottom"] {height: 30px;padding: 0 10px;background-image: linear-gradient(0deg,rgba(0,0,0,0.75),rgba(0,0,0,0));color: #fff;font-size: 12px;display: flex;align-items: center;justify-content: space-between;position: absolute;left: 0;right: 0;bottom: 0;overflow: hidden;}[vclass~="v-item"] [vclass~="v-hits"] .zicon {margin-right: 4px;font-size: 13px;}[vclass~="v-item"] [vclass~="v-badge"] {display: flex;position: absolute;top: 5px;right: 5px;}[vclass~="v-item"] [vclass~="v-version"] {height: 16px;line-height: 16px;padding: 0 4px;background-color: #524fac;color: #fff;font-size: 10px;border-radius: 2px;}[vclass~="v-item"] [vclass~="v-mode"] {height: 16px;line-height: 16px;margin-left: 4px;padding: 0 4px;background-color: #0ea9ff;color: #fff;font-size: 10px;border-radius: 2px;}[vclass~="v-item"] [vclass~="v-mode"] img {width: 14px;margin-right: 2px;vertical-align: middle;}[vclass~="v-item"] [vclass~="v-title"] {width: 100%;max-height: 52px;line-height: 26px;margin-top: 5px;color: #333;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}[vclass~="g-item"] [vclass~="lz-block"] {position: absolute;left: 0;top: 0;}[vclass~="g-item"] [vclass~="lz-block"] textarea {background-size: cover;}[vclass~="g-item"] a {position: relative;display: block;}[vclass~="g-item"] a::before {content: '';width: 100%;height: 0;padding-bottom: 66%;display: block;}[vclass~="topic-item"] {cursor: pointer;border-radius: 4px;overflow: hidden;}[vclass~="topic-item"] [vclass~="topic-img"] {width: 100%;position: relative;overflow: hidden;display: block;}[vclass~="topic-item"] [vclass~="topic-img"]::before {content: '';width: 100%;height: 0;padding-bottom: 66%;display: block;}[vclass~="topic-item"] [vclass~="topic-img"] [vclass~="topic-image"] {width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: block;}[vclass~="topic-item"] [vclass~="topic-img"] [vclass~="topic-image"] img {width: 100%;height: 100%;object-fit: cover;}[vclass~="topic-item"] [vclass~="topic-item-bottom"] {height: 34px;padding: 0 10px;background-image: linear-gradient(0deg,rgba(0,0,0,0.75),rgba(0,0,0,0));color: #fff;font-size: 12px;display: flex;align-items: center;justify-content: space-between;position: absolute;left: 0;right: 0;bottom: 0;overflow: hidden;}[vclass~="topic-item"] [vclass~="topic-title"] {width: 100%;height: 34px;line-height: 34px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}[vclass~="topic-item"][vclass~="g-item"] {position: relative;}[vclass~="actor-block"] {width: 100%;margin: 20px 0;display: flex;justify-content: center;overflow: hidden;}[vclass~="actor-block"] .actor-swiper {max-width: 100%;}[vclass~="actor-block"] .actor-swiper .swiper-slide {width: 90px;}[vclass~="actor-block"] [vclass~="actor-image"] {width: 90px;height: 90px;border-radius: 50%;overflow: hidden;display: block;}[vclass~="actor-block"] [vclass~="actor-image"] img {width: 100%;height: 100%;object-fit: cover;}[vclass~="actor-block"] .name {margin-top: 4px;color: #333;font-size: 13px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}[vclass~="actor-block"] .more {width: 90px;height: 90px;border-radius: 50%;background-color: #ecf8ff;color: #0FA9FF;font-weight: 700;text-align: center;display: flex;align-items: center;justify-content: center;}.condition {margin-bottom: 20px;}.condition dl {margin: 0 0 5px;gap: 8px 0;}.condition dt {height: 26px;line-height: 26px;margin: 4px 0;display: block;}.condition dd {margin: 0;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}.condition dd a {height: 26px;line-height: 24px;margin: 4px 0;padding: 0 10px;color: #333;border-radius: 4px;display: inline-block;cursor: pointer;}.condition dd a.active {background-color: #0ea9ff;color: #ffffff;}.condition [vclass~="flexible"] {height: 34px;overflow: hidden;}.condition [vclass~="flexible"] .expand {flex: none;}.condition [vclass~="flexible"] .expand a {height: 26px;line-height: 24px;margin: 4px 0;color: #333;display: inline-block;cursor: pointer;}.condition .divider {margin: 5px 0;}.condition .divider a[vclass~="flexible-more"] {color: #9c9c9c;}.condition .divider .van-icon {margin-left: 4px;font-size: 12px;}.condition .condition-dropdown {flex: 1;}.condition .condition-dropdown .dropdown-btn {width: 100%;height: 34px;background-color: #fff;border-color: #e0e0e6;outline: none;display: block;}.condition .condition-dropdown .dropdown-btn::after {position: absolute;top: 50%;right: 10px;margin-top: -5px;border: 3px solid;border-color: transparent transparent #dcdee0 #dcdee0;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);opacity: .8;content: '';}.condition .condition-dropdown.open .dropdown-btn {color: #524fac;}.condition .condition-dropdown.open .dropdown-btn::after {margin-top: -1px;border-color: transparent transparent #524fac #524fac;-webkit-transform: rotate(135deg);transform: rotate(135deg);}.condition .condition-dropdown .dropdown-menu {width: 100%;max-height: 300px;overflow-y: auto;}.condition .condition-dropdown .dropdown-menu > li {position: relative;}.condition .condition-dropdown .dropdown-menu > li::after {position: absolute;box-sizing: border-box;content: ' ';pointer-events: none;right: 16px;bottom: 0;left: 16px;border-bottom: 1px solid #ebedf0;-webkit-transform: scaleY(.5);transform: scaleY(.5);}.condition .condition-dropdown .dropdown-menu > li:last-child::after {content: inherit;}.condition .condition-dropdown .dropdown-menu > li > a {margin: 0 5px;padding: 10px 15px;border: 1px solid transparent;border-radius: 4px;}.condition .condition-dropdown .dropdown-menu > li > a.active {color: #333;border-color: #000;}[vclass~="empty-result"] {min-height: 400px;padding: 32px 0;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;}[vclass~="empty-result"] [vclass~="empty-result-image"] {width: 120px;height: 120px;}[vclass~="empty-result"] [vclass~="empty-result-title"] {margin-top: 16px;padding: 0 30px;line-height: 20px;font-size: 18px;font-weight: 500;color: #333;}[vclass~="empty-result"] [vclass~="empty-result-description"] {margin-top: 8px;padding: 0 30px;font-size: 13px;color: #969799;}[vclass~="error-result"] {min-height: 300px;padding: 32px 0;display: flex;flex-direction: column;align-items: center;justify-content: center;box-sizing: border-box;}[vclass~="error-result"] [vclass~="error-result-image"] {width: 120px;height: 120px;margin-left: 15px;}[vclass~="error-result"] [vclass~="error-result-title"] {margin-top: 16px;padding: 0 30px;line-height: 20px;font-size: 16px;font-weight: 500;color: #333;}[vclass~="error-result"] [vclass~="error-result-button"] {margin-top: 15px;padding: 0 30px;}.pagination {margin: 20px 0 10px;display: flex;flex-wrap: wrap;justify-content: center;font-size: 14px;}.pagination .pagination-prev, .pagination .pagination-next {height: 28px;line-height: 26px;margin: 4px;padding: 0 8px;text-align: center;border-radius: 2px;color: #323233;background-color: #fff;border: 1px solid #ebedf0;border-radius: 3px;position: relative;display: inline-block;box-sizing: border-box;}.pagination span.pagination-prev, .pagination span.pagination-next {opacity: .5;}.pagination .pagination-item {min-width: 28px;height: 28px;line-height: 26px;margin: 4px;padding: 0 4px;text-align: center;position: relative;user-select: none;display: inline-block;box-sizing: border-box;border-radius: 3px;border: 1px solid transparent;}.pagination .pagination-item-active {color: #fff;background-color: #0ea9ff;}.pagination .pagination-quick-jumper {margin-left: 8px;white-space: nowrap;display: inline-flex;align-items: center;}.pagination .pagination-quick-jumper .pagination-input {width: 60px;margin-left: 8px;}.pagination .pagination-quick-jumper .pagination-input input {width: 100%;height: 28px;line-height: 28px;padding: 0 12px;text-align: center;color: #606266;border: 1px solid #dcdfe6;border-radius: 4px;box-sizing: border-box;outline: none;}.pagination .pagination-quick-jumper .pagination-input input:focus {border-color: #0ea9ff;}[vclass~="list-container"] [vclass~="art-list"] {grid-template-columns: repeat(4, minmax(50px, 1fr));}[vclass~="art-item"] {cursor: pointer;border-radius: 4px;overflow: hidden;}[vclass~="art-item"] [vclass~="art-img"] {width: 100%;position: relative;overflow: hidden;display: block;}[vclass~="art-item"] [vclass~="art-img"]::before {content: '';width: 100%;height: 0;padding-bottom: 58%;display: block;}[vclass~="art-item"] [vclass~="art-img"] [vclass~="art-image"] {width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: block;}[vclass~="art-item"] [vclass~="art-img"] [vclass~="art-image"] img {width: 100%;height: 100%;object-fit: cover;}[vclass~="art-item"] [vclass~="art-img"] [vclass~="art-title"] {width: 100%;height: 100%;padding: 10px;background: rgba(0, 0, 0, .3);color: #fff;text-align: center;display: flex;align-items: center;justify-content: center;position: absolute;left: 0;top: 0;}[vclass~="art-details-container"] [vclass~="art-info"] {margin: 10px 0;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-header"] {padding: 10px 16px 15px;align-items: flex-start;flex-direction: column;}[vclass~="art-details-container"] [vclass~="art-info"] h1 {line-height: 34px;font-size: 16px;font-weight: 700;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="art-header-label"] {font-size: 14px;color: #888;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] {padding: 0 16px 12px;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .content {line-height: 24px;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .content .lazy-image {max-width: 420px;min-height: 100px;margin: 0 auto;border-radius: 4px;overflow: hidden;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .content .lazy-image img {max-width: 100%;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .loading, [vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .error {width: 100%;height: 150px;color: #524fac;display: flex;flex-direction: column;align-items: center;justify-content: center;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .error {padding: 20px 15px;background-color: #eff0f5;border-radius: 3px;color: #333;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] .loading .loading-spinner {width: 5%;height: 5%;min-width: 40px;min-height: 40px;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] [vclass~="art-pay"] {width: 100%;max-width: 320px;margin: 0 auto;padding: 20px 15px;background-color: #eff0f5;border-radius: 3px;display: flex;flex-direction: column;align-items: center;justify-content: center;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] [vclass~="art-pay"] p {margin: 0;line-height: 28px;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] [vclass~="art-pay"] .art-bullion {color: #524fac;margin: 0 4px;}[vclass~="art-details-container"] [vclass~="art-info"] [vclass~="card-content"] [vclass~="art-pay"] .btn {margin: 5px 0;}[vclass~="list-container"] [vclass~="actor-list"] {grid-template-columns: repeat(12, minmax(50px, 1fr));}[vclass~="actor-item"] [vclass~="actor-img"] {width: 100%;border-radius: 50%;position: relative;overflow: hidden;display: block;}[vclass~="actor-item"] [vclass~="actor-img"]::before {content: '';width: 100%;height: 0;padding-bottom: 100%;display: block;}[vclass~="actor-item"] [vclass~="actor-img"] [vclass~="actor-image"] {width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: block;}[vclass~="actor-item"] [vclass~="actor-img"] [vclass~="actor-image"] img {width: 100%;height: 100%;object-fit: cover;}[vclass~="actor-item"] [vclass~="actor-title"] {width: 100%;height: 26px;line-height: 26px;margin-top: 5px;color: #333;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}[vclass~="actor-item"][vclass~="g-item"] {position: relative;}[vclass~="actor-item"][vclass~="g-item"] [vclass~="lz-block"] {border-radius: 50%;overflow: hidden;}[vclass~="actor-item"][vclass~="g-item"] [vclass~="lz-block"]::before, [vclass~="actor-item"][vclass~="g-item"] a::before {padding-bottom: 100%;}[vclass~="list-container"] [vclass~="topic-list"] {grid-template-columns: repeat(4, minmax(50px, 1fr));}[vclass~="actor-details-container"] [vclass~="actor-info"] {margin: 10px 0;}[vclass~="actor-details-container"] [vclass~="actor-info"] [vclass~="actor-image"] {width: 120px;height: 120px;margin-right: 20px;margin-bottom: 5px;border-radius: 50%;overflow: hidden;float: left;}[vclass~="actor-details-container"] [vclass~="actor-info"] [vclass~="actor-image"] img {width: 100%;height: 100%;object-fit: cover;}[vclass~="actor-details-container"] [vclass~="actor-info"] h1 {margin: 0 0 10px;line-height: 34px;font-size: 24px;font-weight: 700;}[vclass~="actor-details-container"] [vclass~="actor-info"] .content {margin-top: 10px;line-height: 24px;}[vclass~="topic-details-container"] [vclass~="topic-info"] {margin: 10px 0;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-header"] {padding: 10px 16px 15px;align-items: flex-start;flex-direction: column;}[vclass~="topic-details-container"] [vclass~="topic-info"] h1 {line-height: 34px;font-size: 16px;font-weight: 700;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="topic-header-label"] {font-size: 14px;color: #888;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] {padding: 0 16px 12px;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] [vclass~="topic-image"] {width: 100%;max-width: 420px;margin-right: 15px;border-radius: 4px;float: left;overflow: hidden;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] [vclass~="topic-image"] img {width: 100%;height: 100%;object-fit: cover;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] .content {line-height: 24px;text-indent: 2em;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] .content .lazy-image {max-width: 420px;min-height: 100px;margin: 0 auto;text-indent: 0;border-radius: 4px;overflow: hidden;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] .content .lazy-image img {max-width: 100%;}[vclass~="v-details-container"] .player {margin: 5px 0 10px;height: 600px;background: url("../images/loading.gif") center no-repeat #000;background-size: cover;position: relative;}[vclass~="v-details-container"] .player .loading {width: 50%;text-align: center;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}[vclass~="v-details-container"] .player .loading .loading-spinner {width: 5%;height: 5%;min-width: 40px;min-height: 40px;margin-bottom: 10px;}[vclass~="v-details-container"] .player .error {text-align: center;color: #fff;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}[vclass~="v-details-container"] .player .player-info {width: 80%;text-align: center;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}[vclass~="v-details-container"] .player .player-info .player-title {font-size: 20px;text-align: center;color: #0FA9FF;font-weight: 500;}[vclass~="v-details-container"] .player .player-info .player-description {margin: 5px 0 36px;font-size: 12px;color: #999;letter-spacing: 4px;line-height: 16px;font-weight: 400;text-align: center;}[vclass~="v-details-container"] .player .player-info [vclass~="vod-bullion"] {margin: 0 4px;}[vclass~="v-details-container"] .player .player-info .btn {width: 100%;max-width: 150px;margin: 0 auto;background-color: #ff4d03;border-color: #ff4d03;}[vclass~="v-details-container"] .player .dplayer-abs {width: 100%;height: 100%;color: #fff;background-color: #000;font-size: 13px;line-height: 1;position: absolute;inset: 0;overflow: hidden;z-index: 150;}[vclass~="v-details-container"] .player .dplayer-abs .dplayer-abs-html {width: 100%;height: 100%;justify-content: center;align-items: center;display: flex;}[vclass~="v-details-container"] .player .dplayer-abs .dplayer-abs-html img {max-width: 100%;max-height: 100%;}[vclass~="v-details-container"] .player .dplayer-abs .dplayer-abs-timer {display: flex;position: absolute;top: 10px;right: 10px;}[vclass~="v-details-container"] .player .dplayer-abs .dplayer-abs-timer>div {cursor: pointer;background-color: rgba(0,0,0,.75);border-radius: 15px;align-items: center;margin-left: 5px;padding: 5px 10px;display: flex;}[vclass~="v-details-container"] .player .dplayer-abs .dplayer-abs-control {display: flex;position: absolute;bottom: 10px;right: 10px;}[vclass~="v-details-container"] .player .dplayer-abs .dplayer-abs-control>a {cursor: pointer;color: #fff;background-color: rgba(0,0,0,.75);border-radius: 15px;align-items: center;margin-left: 5px;padding: 5px 10px;display: flex;}[vclass~="v-details-container"] .bycdn_player {width: 100%;margin: 5px 0 10px;background-color: #000;position: relative;}[vclass~="v-details-container"] .bycdn_player video {width: 100%;height: 100%;}[vclass~="v-details-container"] [vclass~="v-share"] {margin: 10px 0;padding: 8px 10px;background-color: #0ea9ff;color: #eff0f5;white-space: pre-wrap;word-wrap: break-word;border-radius: 4px;cursor: pointer;}[vclass~="v-details-container"] [vclass~="v-share"] b {color: #f6f411;}[vclass~="v-details-container"] .art-danmuku-emitter .art-danmuku-send {background-color: #524fac !important;color: #fff;}[vclass~="v-details-container"] .player-danmuku .art-danmuku-emitter .art-danmuku-left {border: 1px solid #d2d2d2;}[vclass~="v-details-container"] .player-danmuku .art-danmuku-emitter .art-danmuku-left .art-danmuku-input {color: #333;}[vclass~="v-details-container"] .player-danmuku .art-danmuku-emitter .art-danmuku-left .art-danmuku-input::placeholder, [vclass~="v-details-container"] .player-danmuku .art-danmuku-emitter .art-danmuku-left .art-danmuku-input::-webkit-input-placeholder {color: #bbb;}[vclass~="v-details-container"] [vclass~="header-notice"] {margin: 10px 0;padding: 10px 15px;line-height: 22px;color: #0ea9ff;font-weight: 700;background-color: #eff0f5;border: none;}[vclass~="v-details-container"] [vclass~="header-notice"] .van-icon {margin-right: 5px;font-size: 16px;}[vclass~="v-details-container"] [vclass~="play-notice"] {margin-bottom: 10px;padding: 10px 15px;color: #ed6a0c;}[vclass~="v-details-container"] [vclass~="play-notice"] .van-icon {margin-right: 5px;font-size: 16px;}[vclass~="v-details-container"] .play-list {padding-bottom: 10px;}[vclass~="v-details-container"] .play-list .tab-header {padding: 3px;background-color: #eff0f5;border-radius: 3px;display: grid;grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));list-style: none;}[vclass~="v-details-container"] .play-list .tab-header > a {padding: 6px 10px;text-align: center;border-radius: 3px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}[vclass~="v-details-container"] .play-list .tab-header > a.active {background-color: #524fac;color: #fff;font-weight: 700;}[vclass~="v-details-container"] .play-list .tab-content >.tab-pane.active {margin: 10px 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));}[vclass~="v-details-container"] .play-list .tab-content .tab-pane > a {height: 34px;line-height: 34px;padding: 0 10px;text-align: center;border-radius: 17px;border: 1px solid transparent;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: block;}[vclass~="v-details-container"] .play-list .tab-content .tab-pane > a.active {background-color: #eff0f5;color: #524fac;border-color: #524fac;font-weight: 700;}[vclass~="v-details-container"] [vclass~="v-header"] {margin: 15px 0 10px;}[vclass~="v-details-container"] [vclass~="v-header"] h1 {margin: 0 0 8px;line-height: 1.2;font-size: 17px;font-weight: 700;}[vclass~="v-details-container"] [vclass~="v-header"] [vclass~="v-header-label"] {font-size: 14px;color: #888;}[vclass~="v-details-container"] [vclass~="actor-item"] {width: 60px;line-height: 1;}[vclass~="v-details-container"] [vclass~="actor-item"] .zicon-avater {font-size: 60px;color: #efefef;}[vclass~="v-details-container"] [vclass~="actor-item"] [vclass~="actor-title"] {margin-top: 4px;font-size: 12px;}[vclass~="v-details-container"] [vclass~="v-toolbar-block"] {margin: 15px 0;}[vclass~="v-details-container"] [vclass~="v-toolbar-block"] .v-toolbar {padding: 0 10px;color: #888;text-align: center;display: block;}[vclass~="v-details-container"] [vclass~="v-toolbar-block"] .v-toolbar-active {color: #0ea9ff;}[vclass~="v-details-container"] [vclass~="v-toolbar-block"] .v-toolbar .zicon {font-size: 15px;}[vclass~="v-details-container"] [vclass~="v-toolbar-block"] .v-toolbar p {margin: 0;font-size: 12px;}[vclass~="v-details-container"] .v-class {margin: 10px 0;}[vclass~="v-details-container"] .v-class .tag {white-space: nowrap;position: relative;box-sizing: border-box;cursor: default;display: inline-flex;align-items: center;flex-wrap: nowrap;padding: 0 9px;border-radius: 14px;color: #2DA8F8;background-color: #EEF6FF;line-height: 1;height: 28px;font-size: 14px;cursor: pointer;}[vclass~="v-details-container"] [vclass~="v-download"] {margin: 10px 0;}[vclass~="v-details-container"] [vclass~="v-download"] [vclass~="card-header"] {padding: 12px 16px;font-size: 16px;}[vclass~="v-details-container"] [vclass~="v-download"] [vclass~="card-content"] {padding: 0 16px 12px;}[vclass~="v-details-container"] [vclass~="v-download"] [vclass~="v-download-item"] {margin-bottom: 10px;display: flex;align-items: center;flex-wrap: wrap;gap: 5px 8px;}[vclass~="v-details-container"] [vclass~="v-download"] [vclass~="v-download-item"] [vclass~="down-url-input"] {flex: 1 1 0%;}[vclass~="v-details-container"] [vclass~="v-download"] [vclass~="v-download-item"] [vclass~="down-url-input"] input {background-color: #fff;}[vclass~="v-details-container"] [vclass~="v-download"] [vclass~="v-download-item"] .progress {flex: 1 1 0%;margin: 0;}[vclass~="comment-container"] {margin: 15px 0;}[vclass~="comment-container"] [vclass~="card-header"] {padding: 12px 16px;font-size: 16px;}[vclass~="comment-container"] [vclass~="card-content"] {padding: 12px 16px;border-top: 1px solid #efeff5;}[vclass~="comment-container"] [vclass~="comment-submit"] {width: 100%;margin-top: 10px;display: flex;align-items: center;justify-content: flex-end;}[vclass~="comment-container"] [vclass~="comment-submit"] [vclass~="comment-verify"] {margin-right: 10px;}[vclass~="comment-container"] [vclass~="comment-submit"] [vclass~="comment-verify"] .form-control {width: 90px;}[vclass~="comment-container"] [vclass~="comment-submit"] [vclass~="comment-verify"] img {width: 100px;height: 34px;cursor: pointer;}[vclass~="comment-container"] .comment-list {padding-top: 20px;}[vclass~="comment-container"] [vclass~="comment-item"] {padding: 5px 0;display: flex;}[vclass~="comment-container"] [vclass~="comment-item"] .user-avatar {width: 40px;height: 40px;border-radius: 50%;overflow: hidden;}[vclass~="comment-container"] [vclass~="comment-item"] .user-avatar img {width: 100%;height: 100%;object-fit: cover;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="item-content"] {margin-left: 10px;padding-bottom: 5px;flex: 1 1 0%;border-bottom: 1px solid #f2f5fa;}[vclass~="comment-container"] [vclass~="comment-item"]:last-child [vclass~="item-content"] {padding-bottom: 0;border-bottom: 0;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="item-title-box"] {margin: 2px 0 5px;display: flex;}[vclass~="comment-container"] [vclass~="comment-item"] .user-info {padding-right: 10px;flex: 1 1 0%;overflow: hidden;}[vclass~="comment-container"] [vclass~="comment-item"] .user-name {font-size: 13px;font-weight: 700;color: #1a1a1a;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}[vclass~="comment-container"] [vclass~="comment-item"] .item-top-tag {white-space: nowrap;position: relative;box-sizing: border-box;cursor: default;display: inline-flex;align-items: center;flex-wrap: nowrap;padding: 0 7px;border-radius: 4px;color: #fff;background-color: #000;line-height: 1;height: 22px;font-size: 12px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="item-toolbar"] {margin: 0 5px;line-height: 22px;font-size: 12px;color: #aaa;display: inline-flex;align-items: center;}[vclass~="comment-container"] [vclass~="comment-item"] .item-toolbar-active {color: #0ea9ff;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="item-toolbar"] .zicon {margin-right: 4px;font-size: 14px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-content"] {font-size: 14px;color: #60606c;line-height: 1.4;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-content"] .parent-user {color: #9a9a9a;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-btm"] {margin-top: 10px;align-items: center;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-time"] {color: #aaa;font-size: 12px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply-btn"] {padding: 0 4px;font-size: 12px;color: #333;border: 1px solid #000;border-radius: 2px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-disable-btn"] {padding: 0 4px;font-size: 12px;color: #c0c0c0;border: 1px solid #ebedf0;border-radius: 2px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply"] {margin: 10px 0;padding: 5px 10px;background-color: #f8f8f8;border-radius: 4px;display: none;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply"] .data-loading {margin-top: 10px;height: auto;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply"] .user-avatar {width: 24px;height: 24px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply"] [vclass~="item-content"] {border-color: #f0f0f0;}[vclass~="comment-container"] [vclass~="comment-item"] .divider {margin: 10px 0 5px;font-size: 13px;}[vclass~="comment-container"] [vclass~="comment-item"] .divider-content-left::before {max-width: 24px;margin-right: 0;}[vclass~="comment-container"] [vclass~="comment-item"] .divider-content-left::after {margin-left: 0;}[vclass~="comment-container"] [vclass~="comment-item"] .divider a {margin: 0 10px;color: #969799;}[vclass~="comment-container"] [vclass~="comment-item"] .divider .van-icon {margin-left: 4px;font-size: 12px;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply-input"] {margin: 10px 0;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply-input"] [vclass~="comment-submit"] {gap: 0 10px;}[vclass~="help-content"] .alert {padding: 10px 15px;color: #ed6a0c;font-size: 14px;line-height: 24px;}[vclass~="help-content"] .alert .van-icon {margin-right: 4px;}[vclass~="help-content"] h3 {margin: 1em 0;font-size: 16px;font-weight: 700;}[vclass~="help-content"] p {margin: 1em 0;}[vclass~="help-content"] a {color: #007aff;}[vclass~="help-content"] a:hover {color: #524fac;}.dialog-notice {width: 80%;max-width: 320px;background: none;}.dialog-notice .notice {padding-bottom: 15px;background-color: #eff0f5;position: relative;border-radius: 10px;}.dialog-notice .notice .notice-header {padding: 25px 20px 5px;color: #0ea9ff;background: linear-gradient(#0ea9ff, #fef3ef, 70%, #fef3ef);border-radius: 10px;}.dialog-notice .notice .notice-header h3 {margin: 0;line-height: 24px;font-size: 20px;font-weight: 700;text-align: center;}.dialog-notice .notice .notice-header h3 span {margin-left: 2px;font-size: 14px;}.dialog-notice .notice .el-scrollbar {height: 100%;max-height: 300px;}.dialog-notice .notice [vclass~="notice-content"]{margin: 10px 15px 0;background-color: #fff;border-radius: 10px;overflow: hidden;}.dialog-notice .notice [vclass~="notice-content"] .scroll-wrapper {max-height: 300px;}.dialog-notice .notice [vclass~="notice-content"] [vclass~="notice-content-scrollbar"] {padding: 15px 20px;color: #0ea9ff;}.dialog-notice .notice [vclass~="notice-content"] [vclass~="notice-content-scrollbar"] p {margin-bottom: 6px;line-height: 1.6;word-wrap: break-word;}.dialog-notice .notice [vclass~="notice-content"] .site-qrcode {margin: 8px 0 10px 15px;float: right;display: inline-flex;flex-direction: column;align-items: center;}.dialog-notice .notice [vclass~="notice-content"] .site-qrcode #qrcode canvas {width: 72px;height: 72px;}.dialog-notice .notice [vclass~="notice-content"] .site-qrcode p {font-size: 12px;font-weight: 700;}.dialog-notice .notice .notice-tip {margin: 10px 15px 0;padding: 4px 15px;color: #0ea9ff;font-weight: 700;text-align: center;border: 2px solid #0ea9ff;border-radius: 4px;}.dialog-notice .dialog-close-icon {width: 24px;height: 24px;background-color: rgba(0,0,0,0.75);color: #fff;border-radius: 50%;font-size: 16px;display: flex;align-items: center;justify-content: center;position: absolute;right: 8px;top: 8px;}.dialog-cvscreen {width: 80%;max-width: 400px;max-height: 80%;background: none;overflow-y: initial;}.dialog-cvscreen a {width: 100%;height: 100%;display: block;overflow: hidden;position: relative;}.dialog-cvscreen .lazy-image {width: 100%;height: 100%;border-radius: 4px;overflow: hidden;}.dialog-cvscreen .lazy-image img {width: 100%;height: 100%;display: block;}.dialog-cvscreen .dialog-close-icon {width: 24px;height: 24px;background-color: rgba(0,0,0,0.75);color: #fff;border-radius: 50%;font-size: 16px;display: flex;align-items: center;justify-content: center;position: absolute;right: 5px;top: 5px;}[vclass~="feedback"] .type-check {margin: 0;font-weight: 400;cursor: pointer;}[vclass~="feedback"] .type-check .icheckbox-square {margin-right: 8px;}[vclass~="feedback"] [vclass~="feedback-verify"] {margin-top: 10px;}[vclass~="feedback"] [vclass~="feedback-verify"] .form-control {width: 90px;}[vclass~="feedback"] [vclass~="feedback-verify"] img {width: 100px;height: 34px;cursor: pointer;}[vclass~="feedback"] [vclass~="feedback-submit"] {width: 100%;margin-top: 10px;}[vclass~="feedback"] [vclass~="feedback-submit"] .btn {width: 100%;}[vclass~="feedback"] [vclass~="feedback-list"] {margin-top: 15px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] {padding: 14px 0 10px;border-bottom: 1px solid #eee;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-item-header"] {width: 100%;display: flex;align-items: center;justify-content: space-between;overflow: hidden;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-name"] {margin-right: 10px;flex: 1;font-weight: 700;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-btn"] {padding: 0 4px;font-size: 12px;color: #0ea9ff;border: 1px solid #0ea9ff;border-radius: 2px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-content"] {margin: 4px 0;color: #60606c;word-wrap: break-word;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .tag {margin-right: 5px;padding: 0 4px;color: #fff;font-size: 12px;line-height: 16px;background-color: #07c160;border-radius: 2px;display: inline-flex;align-items: center;position: relative;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-time"] {color: #999;font-size: 12px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-admin-reply"] {margin-top: 5px;padding: 8px 10px;background-color: #eff0f5;border-radius: 4px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-admin-reply"] .tag {background-color: #ff976a;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-content"] {margin-bottom: 4px;word-wrap: break-word;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-list"] {margin-top: 5px;padding: 0 10px;background-color: #f9f9f9;border-radius: 4px;overflow: hidden;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-list"] .data-loading {margin: 10px 0;height: auto;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-list"] [vclass~="feedback-reply-item"] {padding: 5px 0 10px;border-bottom: 1px solid #e9e9e9;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-list"] [vclass~="feedback-reply-item"]:last-child {border: none;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-list"] [vclass~="feedback-reply-item"] [vclass~="feedback-reply-btn"] {padding: 0;font-size: 13px;color: #524fac;border: none;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .feedback-reply-input {margin-top: 10px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-submit"] {width: 100%;margin-top: 10px;display: flex;align-items: center;justify-content: flex-end;gap: 0 10px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-submit"] .btn {width: auto;flex: 1;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .divider {margin: 5px 0 0;font-size: 13px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .divider-content-left::before {margin-right: 0;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .divider-content-left::after {margin-left: 0;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .divider a {margin: 0 10px;color: #969799;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] .divider .van-icon {margin-left: 4px;font-size: 12px;}[vclass~="feedback"] [vclass~="feedback-list"] [vclass~="feedback-list-item"] [vclass~="feedback-reply-list"] .divider {margin: 10px 0;border-color: #e9e9e9;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] {margin-bottom: 15px;display: flex;cursor: pointer;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-check"] {margin-right: 10px;align-self: center;display: none;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-image"] {width: 120px;height: 80px;border-radius: 4px;overflow: hidden;position: relative;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-image"] img {width: 100%;height: 100%;object-fit: cover;border: none;outline: none;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-image"] [vclass~="vod-duration"] {height: 18px;line-height: 18px;padding: 0 4px;color: #fff;font-size: 10px;background-color: rgba(0, 0, 0, 0.8);border-radius: 4px;position: absolute;right: 5px;bottom: 5px;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-image"] [vclass~="vod-mode"] {height: 16px;line-height: 16px;padding: 0 4px;background-color: #0e9aff;color: #fff;font-size: 10px;border-radius: 2px;position: absolute;top: 5px;right: 5px;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-image"] [vclass~="vod-mode"] img {width: 14px;margin-right: 2px;vertical-align: middle;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-info"] {margin-left: 15px;flex: 1 1 0%;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-title"] {margin-bottom: 6px;height: 44px;line-height: 22px;font-size: 14px;font-weight: 700;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-bottom"] .btn {padding: 2px 10px;}[vclass~="dialog-vod-list"] [vclass~="dialog-vod-item"] [vclass~="vod-bottom"] [vclass~="vod-time"] {margin-top: 10px;font-size: 13px;color: #aaa;display: inline-block;}.fav-alert {padding: 10px 15px;font-size: 14px;line-height: 24px;}.fav-alert .van-icon {margin-right: 4px;}.dialog-condition {max-width: 100%;height: auto;max-height: 60%;border-radius: 0 0 10px 10px;}.dialog-condition .dialog-header {font-size: 15px;font-weight: 700;}.dialog-condition .dialog-body a {height: 26px;line-height: 24px;margin: 4px 0;padding: 0 10px;color: #333;border-radius: 4px;display: inline-block;cursor: pointer;}.dialog-condition .dialog-body a.active {background-color: #000;color: #fff;}footer {padding: 15px 10px;font-size: 12px;color: #888;text-align: center;}.desktop [vclass~="v-item"] [vclass~="v-touch"] {display: none;}.mobile .scrollbar-macosx .scroll-element {display: none;}.player-danmuku .dplayer-comment-box {height: 32px;padding: 0 50px 0 36px;position: relative;}.player-danmuku .dplayer-comment-box * {box-sizing: content-box;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box {position: absolute;background: rgba(28, 28, 28, 0.9);bottom: 41px;left: 0;box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);border-radius: 4px;padding: 10px 10px 16px;font-size: 14px;width: 204px;transition: all 0.3s ease-in-out;transform: scale(0);z-index: 2;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box.dplayer-comment-setting-open {transform: scale(1);}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-title {font-size: 13px;color: #fff;line-height: 30px;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box label {max-width: inherit;display: inline;margin: 0;font-size: 0;font-weight: normal;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color label {font-size: 0;padding: 6px;display: inline-block;cursor: pointer;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box input[type=radio] {display: none;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color {font-size: 0;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color span {width: 22px;height: 22px;display: inline-block;border-radius: 50%;box-sizing: border-box;cursor: pointer;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color span:hover {animation: my-face 5s infinite ease-in-out;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type .dplayer-comment-setting-title {margin-bottom: 6px;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type span {width: 33%;padding: 4px 6px;line-height: 16px;display: inline-block;font-size: 12px;color: #fff;border: 1px solid #fff;margin-right: -1px;box-sizing: border-box;text-align: center;cursor: pointer;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type label:nth-child(2) span {border-radius: 4px 0 0 4px;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type label:last-child span {border-radius: 0 4px 4px 0;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type input:checked+span {background: #E4E4E6;color: #1c1c1c;}.player-danmuku .dplayer-comment-box .dplayer-icon {width: 36px;height: 100%;padding: 7px 0;border: none;background-color: transparent;outline: none;cursor: pointer;vertical-align: middle;box-sizing: border-box;display: inline-block;}.player-danmuku .dplayer-comment-box .dplayer-icon svg {width: 100%;height: 100%;}.player-danmuku .dplayer-comment-box .dplayer-comment-setting-icon {border: 1px solid #d2d2d2;border-right: 0;border-radius: 5px 0 0 5px;position: absolute;left: 0;top: 0;}.player-danmuku .dplayer-comment-box .dplayer-send-icon {width: 50px;background-color: #524fac;border-radius: 0 5px 5px 0;position: absolute;right: 0;top: 0;}.player-danmuku .dplayer-comment-box .dplayer-send-icon svg path {fill: #fff;}.player-danmuku .dplayer-comment-box .dplayer-comment-input {outline: none;padding: 8px 0;font-size: 14px;line-height: 18px;border: 1px solid #d2d2d2;border-left: 0;border-right: 0;background: none;margin: 0;width: 100%;height: 100%;box-sizing: border-box;color: #333;border-radius: 0;}.user-container {min-height: 400px;}.user-profile {width: 100%;margin: 5px 0 10px 0;background-image: linear-gradient(135deg, #d9f1ff 60%, #0ea9ff);border-radius: 10px;overflow: hidden;}.user-profile .data-loading {height: 120px;}.user-profile .error {width: 50%;max-width: 180px;margin: 20px auto;}.user-profile .error a {color: #c5a091;font-size: 13px;text-align: center;display: block;}.user-profile .error a .van-icon {margin-bottom: 5px;font-size: 36px;}.user-profile .user-box {padding: 15px;display: flex;}.user-profile .user-box .user-avatar {width: 64px;height: 64px;border-radius: 50%;overflow: hidden;}.user-profile .user-box .user-avatar img {width: 100%;height: 100%;}.user-profile .user-box .user-info {margin: 0 10px;flex: 1;display: flex;flex-direction: column;justify-content: center;overflow: hidden;}.user-profile .user-box .user-info .user-account {font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}.user-profile .user-box .user-info .user-extend {margin-top: 4px;font-size: 12px;color: #666;}.user-profile .user-box .user-info .user-marker {margin-top: 4px;display: flex;}.user-profile .user-box .user-info .user-marker .user-group {display: inline-flex;height: 20px;padding: 0 8px;background-image: linear-gradient(90deg, #e69b73 10%, #bb642f);color: #fff;font-size: 12px;border-radius: 10px;align-items: center;}.user-profile .user-box .user-info .user-marker .user-group-vip {background-image: linear-gradient(90deg, #ff8700, #ff4d03);}.user-profile .user-box .user-info .user-marker .user-bullion {display: inline-flex;height: 20px;margin-left: 5px;padding: 0 8px;background-image: linear-gradient(90deg,#a7dcff, #0ea9ff);color: #fff;font-size: 12px;border-radius: 10px;align-items: center;}.user-profile .user-box .user-info .user-marker .user-bullion img {width: 14px;margin-right: 4px;}.user-profile .user-box .switch-user {height: 24px;line-height: 24px;padding: 0 8px;font-size: 12px;color: #4a2c00;border: 1px solid #4a2c00;border-radius: 12px;}.user-profile .user-bind {padding: 0 20px 10px;font-size: 13px;color: #4a2c00;}.user-profile .vip-card {width: 90%;max-width: 400px;margin: 0 auto;padding: 12px 15px;border-radius: 10px 10px 0 0;background-image: linear-gradient(90deg, #fada9f, #e0af74);position: relative;display: block;}.user-profile .vip-card .vip-icon {width: 60px;position: absolute;top: 10px;right: 14px;}.user-profile .vip-card .vip-text {color: #946139;flex: 1;position: relative;z-index: 1;}.user-profile .vip-card .vip-btn {width: 80px;height: 24px;line-height: 24px;margin-top: 5px;text-align: center;background-image: linear-gradient(90deg, #f6976a 10%, #c4581f);border-radius: 16px;color: #fff;display: inline-block;}.user-profile .vips-card {background-image: linear-gradient(90deg, #fada9f 5%, #ff4d03);}.user-profile .vips-card .vip-icon {top: 6px;}.user-profile .vips-card .vip-btn {background-color: #ff4d03;}.user-nav .user-nav-grid {display: grid;grid-template-columns: repeat(6, minmax(90px, 1fr));grid-gap: 10px;}.user-nav .user-nav-grid .nav-item {padding: 10px 0;position: relative;border-radius: 4px;background-color: #fff;border: 1px solid rgb(239, 239, 245);display: inline-flex;flex-direction: column;align-items: center;justify-content: center;}.user-nav .user-nav-grid .nav-item .zicon {font-size: 40px;color: #0ea9ff;}.user-form {width: 100%;max-width: 320px;margin: 40px auto;}.user-form .form-title {font-size: 20px;text-align: center;color: #0ea9ff;font-weight: 500;}.user-form .form-description {margin: 5px 0 36px;font-size: 12px;color: #666666;letter-spacing: 4px;line-height: 16px;font-weight: 400;text-align: center;}.user-form .error {width: 50%;max-width: 180px;margin: 40px auto;}.user-form .error a {color: #ccc;text-align: center;display: block;}.user-form .error a .van-icon {margin-bottom: 10px;font-size: 42px;}.user-form .form-input-box {width: 100%;color: #333;margin-top: 10px;position: relative;display: flex;height: 40px;background-color: #f5f5f5;border-radius: 20px;}.user-form .form-input-box .form-label {width: 85px;line-height: 40px;padding: 0 10px 0 16px;color: #0ea9ff;}.user-form .form-input-box .form-input {margin-right: 10px;flex: 1;}.user-form .form-input-box .form-input input {width: 100%;height: 40px;background: none;border: none;outline: none;}.user-form .form-input-box .form-input input::placeholder {color: #afe2ff;}.user-form .form-input-box .code-button {padding: 0 15px 0 5px;background: none;border: none;}.user-form .form-input-box .code-button[disabled] {cursor: not-allowed;opacity: .65;}.user-form a {color: #0ea9ff;}.user-form .submit-button {width: 100%;margin-top: 25px;}.user-form .form-type {margin-bottom: 20px;display: flex;justify-content: center;}.user-form .form-type > div {margin: 0 20px;cursor: pointer;}.user-form .form-type .active::after {content: '';width: 100%;height: 1px;margin-top: 2px;background-color: #0ea9ff;overflow: hidden;display: block;}.user-form .form-type input {display: none;}.user-recharge {padding: 40px 0;}.user-recharge .recharge-title {font-size: 20px;text-align: center;color: #cd8923;font-weight: 500;}.user-recharge .recharge-description {margin: 5px 0 36px;font-size: 12px;color: #666666;letter-spacing: 4px;line-height: 16px;font-weight: 400;text-align: center;}.user-recharge .error {width: 50%;max-width: 180px;margin: 20px auto;}.user-recharge .error a {color: #ccc;text-align: center;display: block;}.user-recharge .error a .van-icon {margin-bottom: 10px;font-size: 42px;}.user-recharge .user-vip {margin-bottom: 15px;text-align: center;}.user-recharge .user-vip span {height: 32px;line-height: 32px;padding: 0 15px;color: #6c6c6c;border: 1px solid rgb(239, 239, 245);border-radius: 16px;display: inline-block;}.user-recharge .recharge-vip-grid {display: grid;grid-template-columns: repeat(6, minmax(80px, 1fr));grid-gap: 10px;}.user-recharge .recharge-vip-grid .vip-item {padding: 12px 0;position: relative;border-radius: 4px;background-color: #fff;border: 1px solid rgb(239, 239, 245);display: inline-flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;position: relative;}.user-recharge .recharge-vip-grid .vip-item.active {border-color: #0ea9ff;background-color: #f4fbff;}.user-recharge .recharge-vip-grid .vip-item .price {font-size: 18px;color: #01a0ea;text-align: center;font-weight: 500;}.user-recharge .recharge-vip-grid .vip-item .des {font-size: 13px;color: #aaa;}.user-recharge .recharge-vip-grid .vip-item .package-recommend {width: 40px;height: 20px;background-image: linear-gradient(90deg, #0ea9ff, #0ea9ff);border-radius: 4px 0px 10px 0px;line-height: 20px;font-size: 12px;color: #fff;text-align: center;position: absolute;top: -1px;left: -1px;}.recharge-payway {margin-top: 20px;}.recharge-payway .payway-tip {line-height: 20px;font-size: 12px;color: #337ab7;font-weight: 500;}.recharge-payway .payway-list {margin-top: 15px;display: grid;grid-template-columns: repeat(6, minmax(80px, 1fr));grid-gap: 10px;}.recharge-payway .payway-list button {height: 40px;border-radius: 20px;color: #aaa;background-color: #efefef;border: none;display: inline-flex;align-items: center;justify-content: center;}.recharge-payway .payway-list button[disabled] {cursor: not-allowed;opacity: .65;}.recharge-payway .payway-list button.payway-alipay {color: #fff;background-color: #00a0ea;}.recharge-payway .payway-list button.payway-wechat {color: #fff;background-color: #28c445;}.recharge-payway .payway-list button.payway-manual {color: #fff;background-color: #524fac;}.recharge-payway .payway-list .payway-icon {width: 20px;margin-right: 5px;}.recharge-payway .payway-list button.payway-wechat .payway-icon {width: 24px;}.recharge-payway .payway-list button.payway-manual .payway-icon {width: 22px;}.dialog-order-list .order-item {padding: 10px 0;border-bottom: 1px solid #eee;}.dialog-order-list .order-item .item-row {min-height: 26px;display: flex;flex-direction: row;}.dialog-order-list .order-item .item-row .item-title {width: 70px;height: 26px;line-height: 26px;color: #8c8c8c;}.dialog-order-list .order-item .item-row .item-value {line-height: 26px;flex: 1 1 0%;}.dialog-order-list .order-item .item-row .item-money {color: #fd6202;}.dialog-order-list .order-item .item-row .item-tag {margin-right: 5px;padding: 0 4px;color: #aaa;font-size: 13px;line-height: 20px;border: 1px solid #ededed;border-radius: 2px;display: inline-flex;align-items: center;position: relative;}.dialog-order-list .order-item .item-row .item-tag.item-tag-success {color: #fff;background-color: #07c160;border-color: #07c160;}.user-wallet {padding: 40px 0;}.user-wallet .wallet-title {font-size: 20px;text-align: center;color: #0ea9ff;font-weight: 500;}.user-wallet .wallet-description {margin: 5px 0 36px;font-size: 12px;color: #666666;letter-spacing: 4px;line-height: 16px;font-weight: 400;text-align: center;}.user-wallet .error {width: 50%;max-width: 180px;margin: 40px auto;}.user-wallet .error a {color: #ccc;text-align: center;display: block;}.user-wallet .error a .van-icon {margin-bottom: 10px;font-size: 42px;}.user-wallet .wallet-bullion {margin-bottom: 15px;text-align: center;}.user-wallet .wallet-bullion span {height: 32px;line-height: 32px;padding: 0 15px;color: #6c6c6c;border: 1px solid rgb(239, 239, 245);border-radius: 16px;display: inline-block;}.user-wallet .recharge-bullion-grid {margin-top: 20px;display: grid;grid-template-columns: repeat(6, minmax(80px, 1fr));grid-gap: 10px;}.user-wallet .recharge-bullion-grid .bullion-item {padding: 12px 0;position: relative;border-radius: 4px;background-color: #fff;border: 1px solid rgb(239, 239, 245);display: inline-flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;position: relative;}.user-wallet .recharge-bullion-grid .bullion-item.active {border-color: #0ea9ff;background-color: #f4fbff;}.user-wallet .recharge-bullion-grid .bullion-item .price {font-size: 18px;color: #0ea9ff;text-align: center;font-weight: 500;}.user-wallet .recharge-bullion-grid .bullion-item .des {font-size: 13px;color: #aaa;}.user-wallet .recharge-bullion-grid .bullion-item .package-recommend {width: 40px;height: 20px;background-image: linear-gradient(90deg, #0ea9ff, #0ea9ff);border-radius: 4px 0px 10px 0px;line-height: 20px;font-size: 12px;color: #fff;text-align: center;position: absolute;top: -1px;left: -1px;}.back-to-top {width: 40px;height: 40px;line-height: 40px;background-color: #0ea9ff;border-radius: 6px;color: #ffffff;font-size: 24px;text-align: center;position: fixed;bottom: 20%;right: 10px;z-index: 999999;display: none;cursor: pointer;}.pay-message {margin-top: 15px !important;}.pay-message .pay-message-account {margin: 8px 0;font-size: 16px;text-align: center;letter-spacing: 1px;}.pay-message .pay-message-account b {color: #524fac;}.pay-message .pay-message-warning {margin: 10px 0;padding: 4px 15px;color: #524fac;font-weight: 700;text-align: center;border: 2px solid #524fac;border-radius: 4px;}.pay-message .pay-message-tip p {margin: 0;line-height: 20px;font-size: 12px;color: #888;}.dialog-buy-type {height: 40px;background-color: #fff;display: flex;}.dialog-buy-type > div {flex: 1;font-size: 15px;text-align: center;cursor: pointer;}.dialog-buy-type > div.active::after {content: '';width: 40px;height: 1px;margin: 2px auto 0;background-color: #524fac;overflow: hidden;display: block;}.dialog-art-list .dialog-art-item {margin-bottom: 15px;display: flex;cursor: pointer;}.dialog-art-list .dialog-art-item [vclass~="art-image"] {width: 120px;height: 80px;border-radius: 4px;overflow: hidden;position: relative;}.dialog-art-list .dialog-art-item [vclass~="art-image"] img {width: 100%;height: 100%;object-fit: cover;border: none;outline: none;}.dialog-art-list .dialog-art-item [vclass~="art-image"] [vclass~="art-mode"] {height: 16px;line-height: 16px;padding: 0 4px;background-color: #ff4d03;color: #fff;font-size: 10px;border-radius: 2px;position: absolute;top: 5px;right: 5px;}.dialog-art-list .dialog-art-item [vclass~="art-image"] [vclass~="art-mode"] img {width: 14px;margin-right: 2px;vertical-align: middle;}.dialog-art-list .dialog-art-item .art-info {margin-left: 15px;flex: 1 1 0%;}.dialog-art-list .dialog-art-item [vclass~="art-title"] {margin-bottom: 6px;height: 44px;line-height: 22px;font-size: 14px;font-weight: 700;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;}.dialog-art-list .dialog-art-item [vclass~="art-bottom"] [vclass~="art-time"] {margin-top: 10px;font-size: 13px;color: #aaa;display: inline-block;}.dialog-beaut-list .dialog-beaut-item {margin-bottom: 15px;display: flex;cursor: pointer;}.dialog-beaut-list .dialog-beaut-item .beaut-image {width: 90px;height: 120px;border-radius: 4px;overflow: hidden;position: relative;}.dialog-beaut-list .dialog-beaut-item .beaut-image img {width: 100%;height: 100%;object-fit: cover;border: none;outline: none;}.dialog-beaut-list .dialog-beaut-item .beaut-image .beaut-mode {height: 16px;line-height: 16px;padding: 0 4px;background-color: #524fac;color: #fff;font-size: 10px;border-radius: 2px;position: absolute;top: 5px;right: 5px;}.dialog-beaut-list .dialog-beaut-item .beaut-image .beaut-mode img {width: 14px;margin-right: 2px;vertical-align: middle;}.dialog-beaut-list .dialog-beaut-item .beaut-info {margin-left: 15px;flex: 1 1 0%;}.dialog-beaut-list .dialog-beaut-item .beaut-title {margin-bottom: 6px;font-size: 14px;font-weight: 700;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}.dialog-beaut-list .dialog-beaut-item .beaut-blurb {margin-bottom: 6px;height: 60px;line-height: 20px;font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;}.dialog-beaut-list .dialog-beaut-item .beaut-bottom .beaut-time {margin-top: 10px;font-size: 13px;color: #aaa;display: inline-block;}[vclass~="list-container"] .beaut-list {grid-template-columns: repeat(3, minmax(50px, 1fr));}.beaut-item {background-color: #393939;border-radius: 4px;}.beaut-item .beaut-item-header {padding: 12px 15px 8px;display: flex;align-items: center;}.beaut-item .beaut-avatar {width: 32px;height: 32px;margin-right: 8px;background-color: #2a2a2a;border-radius: 50%;overflow: hidden;}.beaut-item .beaut-avatar img {width: 100%;height: 100%;object-fit: cover;}.beaut-item .beaut-name {color: #fff;font-size: 14px;flex: 1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}.beaut-item .beaut-info {padding: 0 15px;color: #c8c8c8;font-size: 12px;}.beaut-item .beaut-photo {padding: 12px 15px;display: grid;grid-template-columns: repeat(3, minmax(20px, 1fr));grid-gap: 10px;}.beaut-item .beaut-photo .beaut-image {width: 100%;border-radius: 4px;background-color: #2a2a2a;overflow: hidden;position: relative;}.beaut-item .beaut-photo .beaut-image:before {content: '';width: 100%;height: 0;padding-bottom: 130%;display: block;}.beaut-item .beaut-photo .beaut-image img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.beaut-item2 {background-color: #393939;border-radius: 4px;}.beaut-item2 .beaut-name {padding: 12px 15px 5px;color: #fff;font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}.beaut-item2 .beaut-info {height: 32px;margin-bottom: 12px;padding: 0 15px;color: #c8c8c8;font-size: 12px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}.beaut-item .beaut-photo {padding: 12px 15px;display: grid;grid-template-columns: repeat(3, minmax(20px, 1fr));grid-gap: 10px;}.beaut-item2 .beaut-image {width: 100%;border-radius: 4px;background-color: #2a2a2a;overflow: hidden;position: relative;}.beaut-item2 .beaut-image:before {content: '';width: 100%;height: 0;padding-bottom: 130%;display: block;}.beaut-item2 .beaut-image img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.beaut-details-container .beaut-row {display: flex;flex-wrap: wrap;}.beaut-details-container .beaut-col {margin-left: 15px;flex: 1;}.beaut-details-container .beaut-swiper {width: 480px;margin: 10px 0;overflow: hidden;position: relative;}.beaut-details-container .beaut-swiper .beaut-image {width: 100%;border-radius: 10px;background-color: #2a2a2a;overflow: hidden;position: relative;}.beaut-details-container .beaut-swiper .beaut-image:before {content: '';width: 100%;height: 0;padding-bottom: 130%;display: block;}.beaut-details-container .beaut-swiper .beaut-image img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}.beaut-details-container .beaut-swiper .swiper-pagination-bullet-active {background-color: #524fac;}.beaut-details-container .beaut-block {margin-top: 10px;padding: 12px 15px;background-color: #393939;border-radius: 4px;}.beaut-details-container .beaut-block .beaut-name {padding: 0 0 5px;color: #fff;font-size: 14px;}.beaut-details-container .beaut-block .beaut-info {color: #c8c8c8;font-size: 12px;}.beaut-details-container .beaut-block .beaut-info p {margin: 0;}.beaut-details-container .beaut-extend {display: flex;flex-wrap: wrap;gap: 0 20px;}.beaut-details-container .beaut-block dl {margin: 0;padding: 2px 0;display: flex;}.beaut-details-container .beaut-block dt {color: #c8c8c8;font-size: 13px;font-weight: normal;}.beaut-details-container .beaut-block dd {min-width: 80px;color: #fff;font-size: 13px;flex: 1;}.beaut-details-container .beaut-btn {height: 32px;font-size: 12px;}.beaut-details-container .beaut-block .loading, .beaut-details-container .beaut-block .error {width: 100%;padding: 5px 15px;color: #524fac;display: flex;flex-direction: column;align-items: center;justify-content: center;}.beaut-details-container .beaut-block .error {color: #fff;}.beaut-details-container .beaut-block .loading .loading-spinner {width: 5%;height: 5%;min-width: 40px;min-height: 40px;}@-webkit-keyframes animate-rotate {from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes animate-rotate {from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes animate-circular {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 90, 150;stroke-dashoffset: -40;}100% {stroke-dasharray: 90, 150;stroke-dashoffset: -120;}}@keyframes animate-circular {0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}50% {stroke-dasharray: 90, 150;stroke-dashoffset: -40;}100% {stroke-dasharray: 90, 150;stroke-dashoffset: -120;}}@-webkit-keyframes animate-fade-in {from {opacity: 0;}to {opacity: 1;}}@keyframes animate-fade-in {from {opacity: 0;}to {opacity: 1;}}@-webkit-keyframes animate-fade-out {from {opacity: 1;}to {opacity: 0;}}@keyframes animate-fade-out {from {opacity: 1;}to {opacity: 0;}}@-webkit-keyframes animate-bounce-in {0% {opacity: 0;-webkit-transform: scale(.5);transform: scale(.5) }100% {opacity: 1;-webkit-transform: scale(1);transform: scale(1) }}@keyframes animate-bounce-in {0% {opacity: 0;-webkit-transform: scale(.5);-ms-transform: scale(.5);transform: scale(.5) }100% {opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1) }}@-webkit-keyframes animate-bounce-out {100% {opacity: 0;-webkit-transform: scale(.7);transform: scale(.7) }30% {-webkit-transform: scale(1.05);transform: scale(1.05) }0% {-webkit-transform: scale(1);transform: scale(1) }}@keyframes animate-bounce-out {100% {opacity: 0;-webkit-transform: scale(.7);-ms-transform: scale(.7);transform: scale(.7) }30% {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05) }0% {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1) }}@media (min-width: 1480px) {.container {width: 1440px }}@media (max-width: 1200px) {header [vclass~="flex-nav"] {gap: 0;}header [vclass~="flex-nav"] [vclass~="nav-link"] .van-icon, header [vclass~="flex-nav"] [vclass~="nav-link"] .zicon, header [vclass~="flex-nav"] [vclass~="nav-link"] [vclass~="icon-svg"] {margin: 0;}header [vclass~="flex-nav"] [vclass~="nav-link"] span {display: none;}header [vclass~="flex-nav"] [vclass~="notice-badge"] {right: 4px;top: 4px;}[vclass~="list-container"] [vclass~="list-grid"] {grid-template-columns: repeat(4, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="art-list"] {grid-template-columns: repeat(3, minmax(50px, 1fr));}[vclass~="list-container"] .beaut-list {grid-template-columns: repeat(2, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="actor-list"] {grid-template-columns: repeat(8, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="topic-list"] {grid-template-columns: repeat(3, minmax(50px, 1fr));}[vclass~="ig-grid"] {grid-template-columns: repeat(4, minmax(50px, 1fr));grid-gap: 10px;}.user-nav .user-nav-grid {grid-template-columns: repeat(4, minmax(90px, 1fr));}.user-recharge .recharge-vip-grid {grid-template-columns: repeat(4, minmax(80px, 1fr));}.user-wallet .recharge-bullion-grid {grid-template-columns: repeat(4, minmax(80px, 1fr));}.recharge-payway .payway-list {grid-template-columns: repeat(4, minmax(80px, 1fr));}.beaut-details-container .beaut-swiper {width: 320px;}}@media (max-width: 992px) {[vclass~="list-container"] [vclass~="list-grid"] {grid-template-columns: repeat(3, minmax(50px, 1fr));}[vclass~="list-container"] .beaut-list {grid-template-columns: repeat(2, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="actor-list"] {grid-template-columns: repeat(6, minmax(50px, 1fr));}[vclass~="ig-grid"] {grid-template-columns: repeat(3, minmax(50px, 1fr));grid-gap: 10px;}[vclass~="lg-grid"] {grid-template-columns: repeat(6, 1fr);}[vclass~="actor-block"] .actor-swiper .swiper-slide {width: 60px;}[vclass~="actor-block"] [vclass~="actor-image"] {width: 60px;height: 60px;}[vclass~="actor-block"] .more {width: 60px;height: 60px;font-size: 13px;}}@media (max-width: 768px) {header [vclass~="logo"] img {height: 28px;}header [vclass~="logo"] h1 {font-size: 16px;}header [vclass~="flex-nav"] [vclass~="nav-link"] {height: 28px;margin-left: 6px;padding: 0 10px;}header [vclass~="menu-tabs"] {height: 40px;}header [vclass~="menu-tabs"] .menu-dot {height: 30px;line-height: 30px;}header [vclass~="menu-tabs"] [vclass~="menu-scrollbar"] {height: 40px;}header [vclass~="menu-tabs"] [vclass~="menu-tabs-content"] [vclass~="menu-link"] {min-width: 30px;height: 30px;padding: 0 8px;}[vclass~="list-container"] [vclass~="art-list"] {grid-template-columns: repeat(2, minmax(50px, 1fr));}[vclass~="list-container"] .beaut-list {grid-template-columns: repeat(2, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="topic-list"] {grid-template-columns: repeat(2, minmax(50px, 1fr));}[vclass~="actor-details-container"] [vclass~="actor-info"] [vclass~="card-content"] {text-align: center;}[vclass~="actor-details-container"] [vclass~="actor-info"] [vclass~="actor-image"] {margin-right: 0;float: none;display: inline-block;}[vclass~="actor-details-container"] [vclass~="actor-info"] .content {text-align: left;}[vclass~="topic-details-container"] [vclass~="topic-info"] h1 {font-size: 18px;line-height: 28px;}[vclass~="topic-details-container"] [vclass~="topic-info"] [vclass~="card-content"] [vclass~="topic-image"] {max-width: 100%;float: none;margin-right: 0;margin-bottom: 10px;}[vclass~="v-details-container"] .player {height: 450px;}.recharge-payway .payway-list {grid-template-columns: repeat(2, minmax(80px, 1fr));}.beaut-details-container .beaut-swiper {width: 100%;margin-bottom: 0;}.beaut-details-container .beaut-col {margin-left: 0;margin-bottom: 10px;}}@media (max-width: 640px) {[vclass~="list-container"] .beaut-list {grid-template-columns: repeat(1, minmax(50px, 1fr));}}@media (max-width: 480px) {header [vclass~="flex-nav"] {margin: 5px 0;}header [vclass~="flex-nav"] [vclass~="nav-link"] {margin: 0;}.swal-modal {width: 80%;}.lazy-image .lazy-image-error .van-icon {font-size: 24px;}[vclass~="list-container"] [vclass~="list-grid"] {grid-template-columns: repeat(2, minmax(50px, 1fr));grid-gap: 10px;}[vclass~="list-container"] [vclass~="art-list"] {grid-template-columns: repeat(1, minmax(50px, 1fr));}[vclass~="list-container"] .beaut-list {grid-template-columns: repeat(1, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="actor-list"] {grid-template-columns: repeat(4, minmax(50px, 1fr));}[vclass~="list-container"] [vclass~="topic-list"] {grid-template-columns: repeat(1, minmax(50px, 1fr));}[vclass~="ig-grid"] {grid-template-columns: repeat(2, minmax(50px, 1fr));grid-gap: 10px;}[vclass~="v-details-container"] .player {height: 280px;}[vclass~="v-details-container"] .vod-info [vclass~="actor-item"] {width: 40px;}[vclass~="v-details-container"] .vod-info [vclass~="actor-item"] .zicon-avater {font-size: 40px;}[vclass~="v-details-container"] .vod-info [vclass~="actor-item"] .actor-name {font-size: 12px;}[vclass~="v-details-container"] .vod-download .vod-download-item [vclass~="down-url-input"] {width: 100%;flex: inherit;}[vclass~="v-details-container"] .vod-download .vod-download-item .progress {width: 100%;margin-bottom: 5px;flex: inherit;}[vclass~="v-details-container"] .vod-download .vod-download-item .btn{flex: 1 1 0%;}[vclass~="comment-container"] [vclass~="comment-submit"] {flex-direction: column;align-items: flex-start;}[vclass~="comment-container"] [vclass~="comment-submit"] [vclass~="comment-verify"] {margin: 0 0 10px;}[vclass~="comment-container"] [vclass~="comment-submit"] .btn {width: 100%;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply-input"] [vclass~="comment-submit"] {flex-direction: row;}[vclass~="comment-container"] [vclass~="comment-item"] [vclass~="comment-reply-input"] [vclass~="comment-submit"] .btn {width: auto;margin-top: 0;flex: 1;}.user-nav .user-nav-grid {grid-template-columns: repeat(2, minmax(50px, 1fr));}.user-nav .user-nav-grid .nav-item .zicon {font-size: 30px;}.user-recharge .recharge-vip-grid {grid-template-columns: repeat(2, minmax(80px, 1fr));}.user-wallet .recharge-bullion-grid {grid-template-columns: repeat(2, minmax(80px, 1fr));}.recharge-payway .payway-list {grid-template-columns: repeat(1, minmax(80px, 1fr));}}

/* --- 为 head.html 网格中的图标自定义样式 (80x80) --- */
.lg-grid .lg-grid-row .lz-block {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.lg-grid .lg-grid-row .lz-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* --- 自定义样式结束 --- */