html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0;
    padding: 0;
    background-color: #fff;
}

@font-face {
    font-family: zicon;
    src: url(../fonts/zicon.woff2) format('woff2'),
         url(../fonts/zicon.woff) format('woff'),
         url(../fonts/zicon.ttf) format('truetype'),
         url(../fonts/zicon.svg) format('svg');
}

.zicon {
    font-family: zicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.zicon-search:before { content: "\e8d6"; }
.zicon-video-recording:before { content: "\e600"; }
.zicon-stackstar:before { content: "\e601"; }
.zicon-like:before { content: "\e8d7"; }
.zicon-unlike:before { content: "\e628"; }
.zicon-collect:before { content: "\e610"; }
.zicon-share:before { content: "\e64d"; }

@font-face {
    font-weight: 400;
    font-family: vant-icon;
    font-style: normal;
    font-display: auto;
    src: url(../fonts/font_2553510_61agzg96wm8.woff2) format('woff2'),
         url(../fonts/font_2553510_61agzg96wm8.woff) format('woff'),
         url(../fonts/font_2553510_61agzg96wm8.ttf) format('truetype');
}

.van-icon {
    position: relative;
    display: inline-block;
    font: normal normal normal 14px/1 vant-icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.van-icon:before {
    display: inline-block;
}

.van-icon-volume-o:before { content: "\e73c"; }
.van-icon-star-o:before { content: "\e722"; }
.van-icon-cross:before { content: "\e6a7"; }

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

a, a:active, a:focus, a:hover {
    color: #333;
    text-decoration: none;
}

.flex {
    display: flex;
    flex-flow: wrap;
    gap: 8px 12px;
}

.align-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.btn-normal {
    color: #fff;
    background-color: #ff4d03;
    border-color: #ff4d03;
}

.btn-normal:focus, .btn-normal:hover {
    color: #fff;
    background-color: #ff6d33;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

header {
    width: 100%;
    background-color: #2a2a2a;
}

header .logo {
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .logo img {
    height: 20px;
}

header .nav {
    flex: 1 1 0%;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    gap: 0;
}

header .search {
    display: none;
}

header .search .search-content {
    padding: 5px 12px;
    line-height: 24px;
    display: flex;
    flex: 1;
    align-items: center;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
}

header .search .zicon-search {
    margin-right: 5px;
    color: #969799;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

header .search .search-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    outline: 0;
    resize: none;
}

header .search .search-input::placeholder {
    color: #c8c9cc;
}

header .search .search-btn {
    height: 34px;
    border-radius: 0 2px 2px 0;
    padding: 0 15px;
}

header .nav .nav-link {
    margin-left: 6px;
    padding: 0 6px;
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 28px;
}

header .nav .nav-link .van-icon,
header .nav .nav-link .zicon {
    margin-right: 5px;
    font-size: 16px;
}

header .nav .nav-link .van-icon {
    font-size: 18px;
    line-height: inherit;
}

header .nav .nav-link:hover {
    color: #ff4d03;
}

header .nav .nav-link:active,
header .nav .nav-link:focus,
header .nav .nav-link:visited {
    color: #fff;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

header .nav .nav-link {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

header .nav .nav-notice {
    position: relative;
    display: inline-flex;
}

header .nav .notification-badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff4d03;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px;
}

header .nav-tabs {
    height: 40px;
    display: flex;
    position: relative;
    padding: 0 15px;
}

header .nav-tabs .nav-tabs-scrollbar {
    height: 40px;
    flex: 1 1 0%;
}

header .nav-tabs .scroll-wrapper.nav-tabs-scrollbar {
    overflow: hidden !important;
}

header .nav-tabs .scroll-wrapper.nav-tabs-scrollbar .scroll-content {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-height: 40px;
    -webkit-overflow-scrolling: touch;
}

header .nav-tabs .scroll-wrapper.nav-tabs-scrollbar .scroll-content::-webkit-scrollbar {
    display: none;
}

header .nav-tabs .nav-tabs-scrollbar-view {
    width: fit-content;
    min-width: 100%;
    box-sizing: border-box;
    display: inline-block;
}

header .nav-tabs .nav-tabs-content {
    margin-bottom: 10px;
    white-space: nowrap;
    position: relative;
}

header .nav-tabs-content .nav-tab-link {
    min-width: 30px;
    height: 36px;
    padding: 0 2px;
    border-radius: 3px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

header .nav-tabs-content .nav-tab-link:active,
header .nav-tabs-content .nav-tab-link:focus,
header .nav-tabs-content .nav-tab-link:hover,
header .nav-tabs-content .nav-tab-link:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #fff;
    background-color: transparent;
}

header .nav-tabs-content .nav-tab-link-active {
    color: #ff4d03;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .08);
}

header .nav-tabs-content .nav-tab-link-active:active,
header .nav-tabs-content .nav-tab-link-active:focus,
header .nav-tabs-content .nav-tab-link-active:hover,
header .nav-tabs-content .nav-tab-link-active:visited {
    color: #ff4d03;
    background-color: transparent;
}

.menu-ads {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    background-color: #2a2a2a;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.menu-ads a {
    flex: 1;
    color: white;
    background-color: #2e2e2e;
    border: 1px #5b5b5b solid;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    margin-left: 4px;
    color: yellow;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.menu-ads a:active,
.menu-ads a:focus,
.menu-ads a:hover,
.menu-ads a:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: inherit;
}

.menu-ads a:first-child {
    margin-left: 0;
}

.menu-ads a:nth-child(even) {
    color: #ed230c;
}

.menu-ads a:nth-child(even):active,
.menu-ads a:nth-child(even):focus,
.menu-ads a:nth-child(even):hover,
.menu-ads a:nth-child(even):visited {
    color: #ed230c;
}

a.nav-tab-link-animated-1 {
    animation: nav-tab-link-color-animation-1 1s infinite alternate;
}

a.nav-tab-link-animated-2 {
    animation: nav-tab-link-color-animation-2 1s infinite alternate;
}

@keyframes nav-tab-link-color-animation-1 {
    0% {
        color: rgb(255, 255, 255);
    }
    100% {
        color: red;
    }
}

@keyframes nav-tab-link-color-animation-2 {
    0% {
        color: rgb(255, 255, 255);
    }
    100% {
        color: #e007e1;
    }
}

.list-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-container .list-title {
    margin-bottom: 6px;
    padding: 10px 15px;
    background-color: #fef3ef;
    color: #ff4d03;
    font-weight: 700;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-container .list-title .flex {
    flex: 1 1 0%;
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: nowrap;
    gap: 2px;
}

.list-container .list-title a.more {
    margin-right: -5px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.list-container .list-title a.more:active,
.list-container .list-title a.more:focus,
.list-container .list-title a.more:hover,
.list-container .list-title a.more:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
    background-color: transparent;
}

.ad-texts a {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ad-texts a:active,
.ad-texts a:focus,
.ad-texts a:hover,
.ad-texts a:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: inherit;
}

.list-container .list-title .category-tag {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background-color: #fff;
    border: 1px solid #ff4d03;
    color: #ff4d03;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 8px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.list-container .list-title .category-tag:active,
.list-container .list-title .category-tag:focus,
.list-container .list-title .category-tag:hover,
.list-container .list-title .category-tag:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-color: #ff4d03;
    color: #ff4d03;
}

.list-container .list-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.video-item {
    position: relative;
    flex: 0 0 calc(50% - 5px);
    min-width: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.video-item .video-image {
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: block;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.video-item .video-image:active,
.video-item .video-image:focus,
.video-item .video-image:hover,
.video-item .video-image:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
}

.video-item .video-image::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    display: block;
}

.video-item .video-image .video-image-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-item .video-image .video-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-item .video-image .video-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;
}

.video-item .video-image .video-duration {
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.video-item .video-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;
    line-clamp: 2;
    font-size: 14px;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.video-item .video-title:active,
.video-item .video-title:focus,
.video-item .video-title:hover,
.video-item .video-title:visited {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    color: #333;
    background-color: transparent;
}

.lazy-image {
    background-color: #f7f8fa;
    position: relative;
    width: 100%;
    height: 100%;
}

.lazy-image img.lazyload {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.marquee-notice {
    height: 30px;
    line-height: 30px;
    margin: 8px 15px;
    padding: 0 8px;
    position: relative;
    display: flex;
    align-items: center;
    color: #ff4d03;
    font-size: 14px;
    border-radius: 20px;
    background-color: #fef3ef;
    overflow: hidden;
}

.marquee-notice .van-icon-volume-o {
    min-width: 24px;
    font-size: 16px;
    flex-shrink: 0;
}

.marquee-notice .notice-wrap {
    height: 100%;
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    overflow: hidden;
    margin-left: 8px;
}

.marquee-notice .notice-content {
    position: absolute;
    white-space: nowrap;
    transition-timing-function: linear;
    will-change: transform;
    left: 0;
    top: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

footer {
    padding: 30px 10px 20px;
    font-size: 12px;
    color: #888;
    text-align: center;
    background-color: #f5f5f5;
    margin-top: 40px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    transition: transform 0.3s;
    -webkit-overflow-scrolling: touch;
}

.popup .popup-close-icon {
    color: #c8c9cc;
    font-size: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
}

.popup-center {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.popup-notice {
    width: 80%;
    max-width: 320px;
    background: 0 0;
    overflow-y: initial;
}

.popup-notice .notice {
    padding-bottom: 15px;
    background-color: #fef3ef;
    position: relative;
    border-radius: 10px;
}

.popup-notice .notice .notice-header {
    padding: 25px 20px 5px;
    color: #ff4d03;
    background: linear-gradient(#ff4d03, #fef3ef, 70%, #fef3ef);
    border-radius: 10px;
}

.popup-notice .notice .notice-header h3 {
    margin: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.popup-notice .notice .notice-header h3 span {
    margin-left: 2px;
    font-size: 14px;
}

.popup-notice .notice .notice-content {
    margin: 10px 15px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.popup-notice .notice .notice-content .scroll-wrapper {
    max-height: none;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: visible !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.popup-notice .notice .notice-content .notice-content-scrollbar {
    padding: 15px;
    color: #ff4d03;
    font-size: 14px;
}

.popup-notice .notice .notice-content .notice-content-scrollbar p {
    margin-bottom: 6px;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 14px;
}

.popup-notice .notice .notice-content .site-qrcode {
    margin: 8px 0 10px 15px;
    float: right;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #333;
}

.popup-notice .notice .notice-content .site-qrcode:active,
.popup-notice .notice .notice-content .site-qrcode:focus,
.popup-notice .notice .notice-content .site-qrcode:hover,
.popup-notice .notice .notice-content .site-qrcode:visited {
    outline: none;
    text-decoration: none;
    color: #333;
    background-color: transparent;
}

.popup-notice .notice .notice-content .site-qrcode #qrcode {
    width: 72px;
    min-height: 72px;
    display: block;
}

.popup-notice .notice .notice-content .site-qrcode #qrcode img {
    width: 72px;
    height: 72px;
    display: block;
}

.popup-notice .notice .notice-content .site-qrcode p {
    font-size: 12px;
    font-weight: 700;
}

.popup-notice .notice .notice-tip {
    margin: 10px 15px 0;
    padding: 4px 15px;
    color: #ff4d03;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #ff4d03;
    border-radius: 4px;
}

.popup-notice .popup-close-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(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;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.popup-notice .popup-close-icon:active,
.popup-notice .popup-close-icon:focus {
    outline: none;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
}

.animate-fade-enter-active {
    animation: 0.3s animate-fade-in both ease-out;
}

.animate-fade-leave-active {
    animation: 0.3s animate-fade-out both ease-in;
}

.animate-slide-center-enter-active {
    animation: 0.3s animate-bounce-in both ease-out;
}

.animate-slide-center-leave-active {
    animation: 0.3s animate-bounce-out both ease-in;
}

@keyframes animate-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes animate-fade-out {
    from { opacity: 1; }
    to { opacity: 0; }
}

@keyframes animate-bounce-in {
    0% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0.5);
    }
    100% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
}

@keyframes animate-bounce-out {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
    30% {
        transform: translate3d(-50%, -50%, 0) scale(1.05);
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(0.7);
    }
}

.top-fixed-placeholder {
    display: none;
    height: 56px;
}

#top-fixed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.86);
    height: 56px;
    width: 100vw;
    z-index: 100;
}

header .nav {
    margin: 5px 0;
}

header .nav .nav-link {
    margin: 0;
}

