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:active,a:focus,a:hover {
    color: #333;
    text-decoration: none
}

.overflow-hidden {
    overflow: hidden!important
}

.flex {
    display: flex;
    flex-flow: wrap;
    gap: 8px 12px
}

.align-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.space-between {
    justify-content: space-between
}

.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: 0
}

.btn-default {
    border-color: #ebedf0
}

.btn-normal {
    color: #fff;
    background-color: #ff4d03;
    border-color: #ff4d03
}

.btn-normal:focus,.btn-normal:hover {
    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: #ff4d03;
    outline: 0;
    box-shadow: none
}

textarea.form-control {
    resize: vertical
}

.icheckbox-label {
    cursor: pointer
}

.icheckbox-square {
    display: inline-block;
    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: #ff4d03;
    color: #fff;
    border-color: #ff4d03
}

.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
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7)
}

.popup {
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .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%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.popup-top {
    top: 0;
    left: 0;
    width: 100%
}

.popup-right {
    top: 0;
    right: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.popup-bottom {
    bottom: 0;
    left: 0;
    width: 100%
}

.popup-left {
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.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)
}

.popup-card {
    width: 100%;
    height: 100%;
    max-width: 480px;
    display: flex;
    flex-direction: column
}

.popup-card .popup-header {
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    padding: 14px 45px 14px 24px;
    border-bottom: 1px solid #efeff5;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popup-card .popup-body {
    padding: 14px 24px;
    flex: 1 1 0%;
    box-sizing: border-box;
    overflow-y: auto
}

.popup-card .popup-footer {
    padding: 16px 24px;
    border-top: 1px solid #efeff5
}

.popup-alert {
    width: 75%;
    max-width: 320px;
    border-radius: 5px
}

.popup-alert .popup-close-icon {
    font-size: 18px;
    color: #333
}

.popup-alert .popup-body {
    padding: 14px 24px 24px;
    color: #545454;
    display: flex;
    flex-direction: column;
    align-items: center
}

.popup-alert .popup-body .alert-icon {
    font-size: 48px!important
}

.popup-alert .popup-body .alert-icon-success {
    color: #a5dc86
}

.popup-alert .popup-body .alert-icon-warning {
    color: #f8bb86
}

.popup-alert .popup-body .alert-icon-info {
    color: #3fc3ee
}

.popup-alert .popup-body .alert-icon-error {
    color: #f27474
}

.popup-alert .popup-body .alert-title {
    font-size: 16px;
    font-weight: 700
}

.popup-alert .popup-body .alert-message {
    margin-top: 5px;
    font-size: 13px;
    line-height: 20px
}

.popup-alert .popup-body .alert-bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-around
}

.popup-alert .popup-body .alert-bottom .btn {
    margin: 0 5px
}

.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 #efeff5
}

.card .card-header {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 19px 24px 20px
}

.card .card-content,.card .card-footer {
    box-sizing: border-box;
    padding: 0 24px 20px;
    font-size: 14px
}

.card .card-content:first-child,.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 .8s linear infinite;
    animation: animate-rotate .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: #ff4d03;
    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 {
    background-color: #f7f8fa;
    position: relative
}

.lazy-image .lazy-image-error,.lazy-image .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 {
    color: #dcdee0;
    font-size: 32px
}

.abk-item {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative
}

.abk-item .abk-image {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.abk-item .abk-image img {
    width: 100%;
    height: 100%;
    display: block
}

.abk-frame {
    width: 100%
}

.abk-banner {
    margin: 5px 0
}

.abk-banner .abk-image img {
    max-height: 100px
}

.app-abk {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 10px
}

.app-abk .app-abk-item {
    width: 100%;
    overflow: hidden
}

.app-abk .app-abk-item .app-img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.app-abk .app-abk-item .app-img::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block
}

.app-abk .app-abk-item .app-img .abk-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.app-abk .app-abk-item .app-img .abk-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.app-abk .app-abk-item p {
    width: 100%;
    margin: 5px 0 0;
    color: #333;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.footer-fixed-abk {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10
}

.footer-fixed-abk .abk-image img {
    max-height: 100px
}

header {
    width: 100%;
    background-color: #2a2a2a
}

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 .logo {
    margin: 10px 0
}

header .logo img {
    height: 36px
}

header .logo h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

header .flex-nav {
    flex: 1 1 0%;
    justify-content: flex-end
}

header .search {
    margin: 0 10px 0 20px;
    max-width: 500px;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    box-sizing: border-box
}

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
}

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::-webkit-input-placeholder,header .search .search-input::placeholder {
    color: #c8c9cc
}

header .search .search-btn {
    height: 34px;
    border-radius: 0 2px 2px 0
}

header .search-box {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px
}

header .flex-nav .nav-link {
    margin-left: 10px;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center
}

header .flex-nav .nav-link .van-icon,header .flex-nav .nav-link .zicon {
    margin-right: 5px;
    font-size: 16px
}

header .flex-nav .nav-link .van-icon {
    font-size: 18px;
    line-height: inherit
}

header .flex-nav .nav-notice {
    position: relative;
    display: none
}

header .flex-nav .notice-badge {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff4d03;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 8px
}

header .abk-swiper .swiper-slide {
    margin-bottom: 10px
}

header .abk-swiper .abk-banner {
    margin: 0
}

header .menu-tabs {
    height: 50px;
    display: flex;
    position: relative
}

header .menu-tabs .menu-dot {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff
}

header .menu-tabs .menu-dot-left {
    margin-right: 5px
}

header .menu-tabs .menu-dot-right {
    margin-left: 5px
}

header .menu-tabs .menu-dot-disabled {
    color: #6c6c6c
}

header .menu-tabs .menu-scrollbar {
    height: 46px;
    flex: 1 1 0%
}

header .menu-tabs .menu-scrollbar-view {
    width: fit-content;
    min-width: 100%;
    box-sizing: border-box;
    display: inline-block
}

header .menu-tabs .menu-tabs-content {
    margin-bottom: 10px;
    white-space: nowrap;
    position: relative
}

header .menu-tabs-content .menu-link {
    min-width: 60px;
    height: 36px;
    padding: 0 10px;
    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
}

header .menu-tabs-content .menu-link-active {
    color: #ff4d03;
    background-color: rgba(255,255,255,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.08)
}

.marquee-notice {
    height: 40px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0 16px;
    position: relative;
    display: flex;
    align-items: center;
    color: #ff4d03;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    background-color: #fef3ef;
    overflow: hidden
}

.marquee-notice .van-icon-volume-o {
    min-width: 24px;
    font-size: 16px
}

.marquee-notice .notice-wrap {
    height: 100%;
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    overflow: hidden
}

.marquee-notice .notice-content {
    position: absolute;
    white-space: nowrap;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.list-container {
    margin-top: 10px;
    margin-bottom: 10px
}

.list-container .list-title {
    margin-bottom: 15px;
    padding: 10px 15px;
    background-color: #fef3ef;
    color: #ff4d03;
    font-weight: 700;
    border-radius: 4px;
    display: flex;
    align-items: center
}

.list-container .list-title .flex {
    flex: 1 1 0%
}

.list-container .list-title a.more {
    margin-right: -5px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    align-self: flex-start
}

.list-container .list-title .abk-text {
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #ff4d03;
    color: #ff4d03;
    font-weight: 500;
    font-size: 12px;
    border-radius: 2px;
    display: inline-block
}

.list-container .list-grid {
    display: grid;
    grid-template-columns: repeat(6,minmax(50px,1fr));
    grid-gap: 15px
}

.vod-item {
    position: relative;
    cursor: pointer
}

.vod-item .vod-img {
    width: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: block
}

.vod-item .vod-img::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    display: block
}

.vod-item .vod-img .vod-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.vod-item .vod-img .vod-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vod-item .vod-preview {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.vod-item .vod-preview .vod-preview-loading {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.vod-item .vod-touch {
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vod-item .vod-img .vod-duration {
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    color: #fff;
    font-size: 12px;
    background-color: rgba(0,0,0,.8);
    border-radius: 4px;
    position: absolute;
    right: 5px;
    bottom: 5px
}

.vod-item .vod-img .vod-img-bottom {
    height: 30px;
    padding: 0 10px;
    background-image: linear-gradient(0deg,rgba(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
}

.vod-item .vod-img .vod-hits .zicon {
    margin-right: 4px
}

.vod-item .vod-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
}

.topic-item {
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden
}

.topic-item .topic-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

.topic-item .topic-img::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    display: block
}

.topic-item .topic-img .topic-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.topic-item .topic-img .topic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.topic-item .topic-item-bottom {
    height: 34px;
    padding: 0 10px;
    background-image: linear-gradient(0deg,rgba(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
}

.topic-item .topic-title {
    width: 100%;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.actor-block {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    overflow: hidden
}

.actor-block .actor-swiper {
    max-width: 100%
}

.actor-block .actor-swiper .swiper-slide {
    width: 90px
}

.actor-block .actor-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.actor-block .actor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.actor-block .name {
    margin-top: 4px;
    color: #333;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.actor-block .more {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fef3ef;
    color: #ff4d03;
    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: 13px;
    display: inline-block;
    cursor: pointer
}

.condition dd a.active {
    background-color: #fef3ef;
    color: #ff4d03;
    border: 1px solid #ff4d03
}

.condition .flexible {
    height: 34px;
    overflow: hidden
}

.condition .flexible .expand {
    flex: none
}

.condition .flexible .expand a {
    height: 26px;
    line-height: 24px;
    margin: 4px 0;
    color: #ff4d03;
    display: inline-block;
    cursor: pointer
}

.condition .divider {
    margin: 5px 0
}

.condition .divider a.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: 0;
    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: #ff4d03
}

.condition .condition-dropdown.open .dropdown-btn::after {
    margin-top: -1px;
    border-color: transparent transparent #ff4d03 #ff4d03;
    -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: #ff4d03;
    border-color: #ff4d03
}

.empty-result {
    min-height: 400px;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.empty-result .empty-result-image {
    width: 120px;
    height: 120px
}

.empty-result .empty-result-title {
    margin-top: 16px;
    padding: 0 30px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333
}

.empty-result .empty-result-description {
    margin-top: 8px;
    padding: 0 30px;
    font-size: 13px;
    color: #969799
}

.error-result {
    min-height: 300px;
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

.error-result .error-result-image {
    width: 120px;
    height: 120px;
    margin-left: 15px
}

.error-result .error-result-title {
    margin-top: 16px;
    padding: 0 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.error-result .error-result-button {
    margin-top: 15px;
    padding: 0 30px
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px
}

.pagination .pagination-next,.pagination .pagination-prev {
    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-next,.pagination span.pagination-prev {
    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: #ff4d03;
    border-color: #ff4d03
}

.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: 0
}

.pagination .pagination-quick-jumper .pagination-input input:focus {
    border-color: #ff4d03
}

.list-container .actor-list {
    grid-template-columns: repeat(12,minmax(50px,1fr))
}

.actor-item .actor-img {
    width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: block
}

.actor-item .actor-img::before {
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block
}

.actor-item .actor-img .actor-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block
}

.actor-item .actor-img .actor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.actor-item .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
}

.list-container .topic-list {
    grid-template-columns: repeat(4,minmax(50px,1fr))
}

.actor-details-container .actor-info {
    margin: 10px 0
}

.actor-details-container .actor-info .actor-image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
    margin-bottom: 5px;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.actor-details-container .actor-info .actor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.actor-details-container .actor-info h1 {
    margin: 0 0 10px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 700
}

.actor-details-container .actor-info .content {
    margin-top: 10px;
    line-height: 24px
}

.topic-details-container .topic-info {
    margin: 10px 0
}

.topic-details-container .topic-info .card-header {
    align-items: flex-start;
    flex-direction: column
}

.topic-details-container .topic-info h1 {
    margin: 0 0 5px;
    line-height: 34px;
    font-size: 24px;
    font-weight: 700
}

.topic-details-container .topic-info .topic-header-label {
    font-size: 14px;
    color: #888
}

.topic-details-container .topic-info .card-content .topic-image {
    width: 100%;
    max-width: 420px;
    margin-right: 15px;
    border-radius: 4px;
    float: left;
    overflow: hidden
}

.topic-details-container .topic-info .card-content .topic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.topic-details-container .topic-info .card-content .content {
    line-height: 24px;
    text-indent: 2em
}

.vod-details-container .artplayer {
    margin: 5px 0 10px;
    height: 600px;
    background-color: #000
}

.vod-details-container .bycdn_player {
    width: 100%;
    margin: 5px 0 10px;
    background-color: #000;
    position: relative
}

.vod-details-container .bycdn_player video {
    width: 100%;
    height: 100%
}

.vod-details-container .vod-share {
    margin: 10px 0;
    padding: 8px 10px;
    background-color: #2a2a2a;
    color: #fef3ef;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 4px;
    cursor: pointer
}

.vod-details-container .vod-share b {
    color: #ff4d03
}

.vod-details-container .art-danmuku-emitter .art-danmuku-send {
    background-color: #ff4d03!important;
    color: #fff
}

.vod-details-container .artplayer-danmuku .art-danmuku-emitter .art-danmuku-left {
    border: 1px solid #d2d2d2
}

.vod-details-container .artplayer-danmuku .art-danmuku-emitter .art-danmuku-left .art-danmuku-input {
    color: #333
}

.vod-details-container .artplayer-danmuku .art-danmuku-emitter .art-danmuku-left .art-danmuku-input::-webkit-input-placeholder,.vod-details-container .artplayer-danmuku .art-danmuku-emitter .art-danmuku-left .art-danmuku-input::placeholder {
    color: #bbb
}

.vod-details-container .play-notice {
    margin-bottom: 10px;
    padding: 10px 15px;
    color: #ed6a0c
}

.vod-details-container .play-notice .van-icon {
    margin-right: 5px
}

.vod-details-container .play-list .tab-header {
    padding: 3px;
    background-color: #fef3ef;
    border-radius: 3px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr));
    list-style: none
}

.vod-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
}

.vod-details-container .play-list .tab-header>a.active {
    background-color: #ff4d03;
    color: #fff;
    font-weight: 700
}

.vod-details-container .play-list .tab-content>.tab-pane.active {
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(100px,1fr))
}

.vod-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
}

.vod-details-container .play-list .tab-content .tab-pane>a.active {
    background-color: #fef3ef;
    color: #ff4d03;
    border-color: #ff4d03;
    font-weight: 700
}

.vod-details-container .vod-info .card-header {
    padding: 12px 16px;
    align-items: flex-start;
    justify-content: space-between
}

.vod-details-container .vod-info .vod-header {
    margin-right: 10px;
    flex: 1 1 0%;
    overflow: hidden
}

.vod-details-container .vod-info .card-header h1 {
    margin: 0 0 5px;
    line-height: 34px;
    font-size: 18px;
    font-weight: 700
}

.vod-details-container .vod-info .card-header .vod-header-label {
    font-size: 14px;
    color: #888
}

.vod-details-container .vod-info .card-content {
    padding: 0 16px 12px
}

.vod-details-container .vod-info .actor-item {
    width: 60px;
    line-height: 1
}

.vod-details-container .vod-info .actor-item .zicon-avater {
    font-size: 60px;
    color: #efefef
}

.vod-details-container .vod-info .actor-item .actor-name {
    margin-top: 4px;
    font-size: 13px
}

.vod-details-container .vod-info .divider {
    margin: 24px 0;
    font-size: 16px;
    font-weight: 500
}

.vod-details-container .vod-info .divider::before {
    max-width: 28px
}

.vod-details-container .vod-info .vod-content {
    margin-bottom: 20px
}

.vod-details-container .vod-info .vod-toolbar {
    padding: 0 10px;
    color: #aaa;
    text-align: center;
    display: block
}

.vod-details-container .vod-info .vod-toolbar-active {
    color: #ff4d03
}

.vod-details-container .vod-info .vod-toolbar .zicon {
    font-size: 18px
}

.vod-details-container .vod-info .vod-toolbar p {
    margin: 0
}

.vod-details-container .vod-info .vod-class {
    margin: 10px 0
}

.vod-details-container .vod-info .vod-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: #f0a020;
    background-color: rgba(240,160,32,.15);
    line-height: 1;
    height: 28px;
    font-size: 14px;
    cursor: pointer
}

.vod-details-container .vod-download {
    margin: 10px 0
}

.vod-details-container .vod-download .card-header {
    padding: 12px 16px;
    font-size: 16px
}

.vod-details-container .vod-download .card-content {
    padding: 0 16px 12px
}

.vod-details-container .vod-download .vod-download-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 8px
}

.vod-details-container .vod-download .vod-download-item .down-url-input {
    flex: 1 1 0%
}

.vod-details-container .vod-download .vod-download-item .down-url-input input {
    background-color: #fff
}

.vod-details-container .vod-download .vod-download-item .progress {
    flex: 1 1 0%;
    margin: 0
}

.comment-container {
    margin: 15px 0
}

.comment-container .card-header {
    padding: 12px 16px;
    font-size: 16px
}

.comment-container .card-content {
    padding: 12px 16px;
    border-top: 1px solid #efeff5
}

.comment-container .comment-submit {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.comment-container .comment-submit .comment-verify {
    margin-right: 10px
}

.comment-container .comment-submit .comment-verify .form-control {
    width: 90px
}

.comment-container .comment-submit .comment-verify img {
    width: 100px;
    height: 34px;
    cursor: pointer
}

.comment-container .comment-list {
    padding-top: 20px
}

.comment-container .comment-item {
    padding: 5px 0;
    display: flex
}

.comment-container .comment-item .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.comment-container .comment-item .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.comment-container .comment-item .item-content {
    margin-left: 10px;
    padding-bottom: 5px;
    flex: 1 1 0%;
    border-bottom: 1px solid #f2f5fa
}

.comment-container .comment-item:last-child .item-content {
    padding-bottom: 0;
    border-bottom: 0
}

.comment-container .comment-item .item-title-box {
    margin: 2px 0 10px;
    display: flex
}

.comment-container .comment-item .user-info {
    padding-right: 10px;
    flex: 1 1 0%;
    overflow: hidden
}

.comment-container .comment-item .user-name {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.comment-container .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: #ff4d03;
    line-height: 1;
    height: 22px;
    font-size: 12px
}

.comment-container .comment-item .item-toolbar {
    margin: 0 5px;
    line-height: 22px;
    font-size: 12px;
    color: #aaa;
    display: inline-flex;
    align-items: center
}

.comment-container .comment-item .item-toolbar-active {
    color: #ff4d03
}

.comment-container .comment-item .item-toolbar .zicon {
    margin-right: 4px;
    font-size: 14px
}

.comment-container .comment-item .comment-content {
    font-size: 14px;
    color: #60606c;
    line-height: 1.4
}

.comment-container .comment-item .comment-content .parent-user {
    color: #9a9a9a
}

.comment-container .comment-item .comment-btm {
    margin-top: 10px;
    align-items: center
}

.comment-container .comment-item .comment-time {
    color: #aaa;
    font-size: 12px
}

.comment-container .comment-item .comment-reply-btn {
    padding: 0 4px;
    font-size: 12px;
    color: #ff4d03;
    border: 1px solid #ff4d03;
    border-radius: 2px
}

.comment-container .comment-item .comment-disable-btn {
    padding: 0 4px;
    font-size: 12px;
    color: silver;
    border: 1px solid #ebedf0;
    border-radius: 2px
}

.comment-container .comment-item .comment-reply {
    margin-top: 10px
}

.comment-container .comment-item .comment-reply .data-loading {
    margin-top: 10px;
    height: auto
}

.comment-container .comment-item .divider {
    margin: 10px 0 5px;
    font-size: 13px
}

.comment-container .comment-item .divider-content-left::before {
    max-width: 24px;
    margin-right: 0
}

.comment-container .comment-item .divider-content-left::after {
    margin-left: 0
}

.comment-container .comment-item .divider a {
    margin: 0 10px;
    color: #969799
}

.comment-container .comment-item .divider .van-icon {
    margin-left: 4px;
    font-size: 12px
}

.comment-container .comment-item .comment-reply-input {
    margin-top: 10px
}

.comment-container .comment-item .comment-reply-input .comment-submit {
    gap: 0 10px
}

.help-content .alert {
    padding: 10px 15px;
    color: #ed6a0c;
    font-size: 14px;
    line-height: 24px
}

.help-content .alert .van-icon {
    margin-right: 4px
}

.help-content h3 {
    margin: 1em 0;
    font-size: 16px;
    font-weight: 700
}

.help-content p {
    margin: 1em 0
}

.help-content a {
    color: #007aff
}

.help-content a:hover {
    color: #ff4d03
}

.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 .el-scrollbar {
    height: 100%;
    max-height: 300px
}

.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: 300px
}

.popup-notice .notice .notice-content .notice-content-scrollbar {
    padding: 15px 20px;
    color: #ff4d03
}

.popup-notice .notice .notice-content .notice-content-scrollbar p {
    margin-bottom: 6px;
    line-height: 1.6;
    word-wrap: break-word
}

.popup-notice .notice .notice-content .site-qrcode {
    margin: 8px 0 10px 15px;
    float: right;
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

.popup-notice .notice .notice-content .site-qrcode #qrcode canvas {
    width: 72px;
    height: 72px
}

.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-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
}

.popup-abk {
    width: 80%;
    max-width: 400px;
    max-height: 80%;
    background: 0 0;
    overflow-y: initial
}

.popup-abk .abk-item {
    height: 100%
}

.popup-abk .lazy-image {
    border-radius: 4px
}

.popup-abk .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: 5px;
    top: 5px
}

.feedback .type-check {
    margin: 0;
    font-weight: 400;
    cursor: pointer
}

.feedback .type-check .icheckbox-square {
    margin-right: 8px
}

.feedback .feedback-verify {
    margin-top: 10px
}

.feedback .feedback-verify .form-control {
    width: 90px
}

.feedback .feedback-verify img {
    width: 100px;
    height: 34px;
    cursor: pointer
}

.feedback .feedback-submit {
    width: 100%;
    margin-top: 10px
}

.feedback .feedback-submit .btn {
    width: 100%
}

.feedback .feedback-list {
    margin-top: 15px
}

.feedback .feedback-list .feedback-list-item {
    padding: 14px 0 10px;
    border-bottom: 1px solid #eee
}

.feedback .feedback-list .feedback-list-item .feedback-item-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden
}

.feedback .feedback-list .feedback-list-item .feedback-name {
    margin-right: 10px;
    flex: 1;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.feedback .feedback-list .feedback-list-item .feedback-reply-btn {
    padding: 0 4px;
    font-size: 12px;
    color: #ff4d03;
    border: 1px solid #ff4d03;
    border-radius: 2px
}

.feedback .feedback-list .feedback-list-item .feedback-content {
    margin: 4px 0;
    color: #60606c;
    word-wrap: break-word
}

.feedback .feedback-list .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
}

.feedback .feedback-list .feedback-list-item .feedback-time {
    color: #999;
    font-size: 12px
}

.feedback .feedback-list .feedback-list-item .feedback-admin-reply {
    margin-top: 5px;
    padding: 8px 10px;
    background-color: #fef3ef;
    border-radius: 4px
}

.feedback .feedback-list .feedback-list-item .feedback-admin-reply .tag {
    background-color: #ff976a
}

.feedback .feedback-list .feedback-list-item .feedback-reply-content {
    margin-bottom: 4px;
    word-wrap: break-word
}

.feedback .feedback-list .feedback-list-item .feedback-reply-list {
    margin-top: 5px;
    padding: 0 10px;
    background-color: #f9f9f9;
    border-radius: 4px;
    overflow: hidden
}

.feedback .feedback-list .feedback-list-item .feedback-reply-list .data-loading {
    margin: 10px 0;
    height: auto
}

.feedback .feedback-list .feedback-list-item .feedback-reply-list .feedback-reply-item {
    padding: 5px 0 10px;
    border-bottom: 1px solid #e9e9e9
}

.feedback .feedback-list .feedback-list-item .feedback-reply-list .feedback-reply-item:last-child {
    border: none
}

.feedback .feedback-list .feedback-list-item .feedback-reply-list .feedback-reply-item .feedback-reply-btn {
    padding: 0;
    font-size: 13px;
    color: #ff4d03;
    border: none
}

.feedback .feedback-list .feedback-list-item .feedback-reply-input {
    margin-top: 10px
}

.feedback .feedback-list .feedback-list-item .feedback-submit {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 10px
}

.feedback .feedback-list .feedback-list-item .feedback-submit .btn {
    width: auto;
    flex: 1
}

.feedback .feedback-list .feedback-list-item .divider {
    margin: 5px 0 0;
    font-size: 13px
}

.feedback .feedback-list .feedback-list-item .divider-content-left::before {
    margin-right: 0
}

.feedback .feedback-list .feedback-list-item .divider-content-left::after {
    margin-left: 0
}

.feedback .feedback-list .feedback-list-item .divider a {
    margin: 0 10px;
    color: #969799
}

.feedback .feedback-list .feedback-list-item .divider .van-icon {
    margin-left: 4px;
    font-size: 12px
}

.feedback .feedback-list .feedback-list-item .feedback-reply-list .divider {
    margin: 10px 0;
    border-color: #e9e9e9
}

.popup-vod-list .popup-vod-item {
    margin-bottom: 15px;
    display: flex;
    cursor: pointer
}

.popup-vod-list .popup-vod-item .vod-check {
    margin-right: 10px;
    align-self: center;
    display: none
}

.popup-vod-list .popup-vod-item .vod-image {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden
}

.popup-vod-list .popup-vod-item .vod-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    outline: 0
}

.popup-vod-list .popup-vod-item .vod-info {
    margin-left: 15px;
    flex: 1 1 0%
}

.popup-vod-list .popup-vod-item .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
}

.popup-vod-list .popup-vod-item .vod-bottom .btn {
    padding: 2px 10px
}

.fav-alert {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 24px
}

.fav-alert .van-icon {
    margin-right: 4px
}

.popup-condition {
    max-width: 100%;
    height: auto;
    max-height: 60%;
    border-radius: 0 0 10px 10px
}

.popup-condition .popup-header {
    font-size: 15px;
    font-weight: 700
}

.popup-condition .popup-body a {
    height: 26px;
    line-height: 24px;
    margin: 4px 0;
    padding: 0 10px;
    color: #333;
    border-radius: 13px;
    display: inline-block;
    cursor: pointer
}

.popup-condition .popup-body a.active {
    background-color: #fef3ef;
    color: #ff4d03;
    border: 1px solid #ff4d03
}

footer {
    padding: 30px 10px 20px;
    font-size: 12px;
    color: #888;
    text-align: center
}

.desktop .vod-item .vod-touch {
    display: none
}

.mobile .scrollbar-macosx .scroll-element {
    display: none
}

@-webkit-keyframes animate-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animate-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    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: translate3d(-50%,-50%,0) scale(.5);
        transform: translate3d(-50%,-50%,0) scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }
}

@keyframes animate-bounce-in {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-50%,0) scale(.5);
        -ms-transform: translate3d(-50%,-50%,0) scale(.5);
        transform: translate3d(-50%,-50%,0) scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        -ms-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }
}

@-webkit-keyframes animate-bounce-out {
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-50%,0) scale(.7);
        transform: translate3d(-50%,-50%,0) scale(.7)
    }

    30% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
        transform: translate3d(-50%,-50%,0) scale(1.05)
    }

    0% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }
}

@keyframes animate-bounce-out {
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-50%,-50%,0) scale(.7);
        -ms-transform: translate3d(-50%,-50%,0) scale(.7);
        transform: translate3d(-50%,-50%,0) scale(.7)
    }

    30% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.05);
        -ms-transform: translate3d(-50%,-50%,0) scale(1.05);
        transform: translate3d(-50%,-50%,0) scale(1.05)
    }

    0% {
        -webkit-transform: translate3d(-50%,-50%,0) scale(1);
        -ms-transform: translate3d(-50%,-50%,0) scale(1);
        transform: translate3d(-50%,-50%,0) scale(1)
    }
}

@media (min-width: 1480px) {
    .container {
        width:1440px
    }
}

@media (max-width: 1200px) {
    .list-container .list-grid {
        grid-template-columns:repeat(4,minmax(50px,1fr))
    }

    .list-container .actor-list {
        grid-template-columns: repeat(8,minmax(50px,1fr))
    }

    .list-container .topic-list {
        grid-template-columns: repeat(3,minmax(50px,1fr))
    }
}

@media (max-width: 992px) {
    header .flex-nav .notice-badge {
        top:4px
    }

    .list-container .list-grid {
        grid-template-columns: repeat(3,minmax(50px,1fr))
    }

    .list-container .actor-list {
        grid-template-columns: repeat(6,minmax(50px,1fr))
    }

    .app-abk {
        grid-template-columns: repeat(6,1fr)
    }

    .actor-block .actor-swiper .swiper-slide {
        width: 60px
    }

    .actor-block .actor-image {
        width: 60px;
        height: 60px
    }

    .actor-block .more {
        width: 60px;
        height: 60px;
        font-size: 13px
    }
}

@media (max-width: 768px) {
    header .logo img {
        height:28px
    }

    header .logo h1 {
        font-size: 16px
    }

    header .flex-nav {
        gap: 0
    }

    header .flex-nav .nav-link {
        height: 28px;
        margin-left: 6px;
        padding: 0 10px
    }

    header .flex-nav .nav-link .van-icon,header .flex-nav .nav-link .zicon {
        margin: 0
    }

    header .flex-nav .nav-link span {
        display: none
    }

    header .flex-nav .nav-notice span {
        display: inherit
    }

    header .flex-nav .nav-notice .van-icon {
        display: none
    }

    header .flex-nav .notice-badge {
        right: 4px
    }

    header .menu-tabs {
        height: 40px
    }

    header .menu-tabs .menu-dot {
        height: 30px;
        line-height: 30px
    }

    header .menu-tabs .menu-scrollbar {
        height: 40px
    }

    header .menu-tabs .menu-tabs-content .menu-link {
        min-width: 30px;
        height: 30px;
        padding: 0 8px
    }

    .list-container .topic-list {
        grid-template-columns: repeat(2,minmax(50px,1fr))
    }

    .actor-details-container .actor-info .card-content {
        text-align: center
    }

    .actor-details-container .actor-info .actor-image {
        margin-right: 0;
        float: none;
        display: inline-block
    }

    .actor-details-container .actor-info .content {
        text-align: left
    }

    .topic-details-container .topic-info h1 {
        font-size: 18px;
        line-height: 28px
    }

    .topic-details-container .topic-info .card-content .topic-image {
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px
    }

    .vod-details-container .artplayer {
        height: 450px
    }
}

@media (max-width: 480px) {
    header .flex-nav {
        margin:5px 0
    }

    header .flex-nav .nav-link {
        margin: 0
    }

    .swal-modal {
        width: 80%
    }

    .lazy-image .lazy-image-error .van-icon {
        font-size: 24px
    }

    .list-container .list-grid {
        grid-template-columns: repeat(2,minmax(50px,1fr));
        grid-gap: 10px
    }

    .list-container .actor-list {
        grid-template-columns: repeat(4,minmax(50px,1fr))
    }

    .list-container .topic-list {
        grid-template-columns: repeat(1,minmax(50px,1fr))
    }

    .vod-details-container .artplayer {
        height: 280px
    }

    .vod-details-container .vod-info .actor-item {
        width: 40px
    }

    .vod-details-container .vod-info .actor-item .zicon-avater {
        font-size: 40px
    }

    .vod-details-container .vod-info .actor-item .actor-name {
        font-size: 12px
    }

    .vod-details-container .vod-download .vod-download-item .down-url-input {
        width: 100%;
        flex: inherit
    }

    .vod-details-container .vod-download .vod-download-item .progress {
        width: 100%;
        margin-bottom: 5px;
        flex: inherit
    }

    .vod-details-container .vod-download .vod-download-item .btn {
        flex: 1 1 0%
    }

    .comment-container .comment-submit {
        flex-direction: column;
        align-items: flex-start
    }

    .comment-container .comment-submit .comment-verify {
        margin: 0 0 10px
    }

    .comment-container .comment-submit .btn {
        width: 100%
    }

    .comment-container .comment-item .comment-reply-input .comment-submit {
        flex-direction: row
    }

    .comment-container .comment-item .comment-reply-input .comment-submit .btn {
        width: auto;
        margin-top: 0;
        flex: 1
    }
}

.newtipsbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.86);
    height: 56px;
    width: 100vw;
    z-index: 100;
}

.newtipsbottom .item {
    display: flex;
    height: 100%;
}

.newtipsbottom .item .pics {
    width: 40px;
    height: 40px;
    margin: 8px 8px 0 8px;
}

.newtipsbottom .item .pics img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
}

.newtipsbottom .item .txts b {
    font-size: 15.2px;
}

.newtipsbottom .item .txts {
    width: 280px;
    padding-top: 9px;
    color: #baff00;
    text-align: left;
    flex: 1
}

/* .newtipsbottom .item .btns{width: 42px; height: 39px; line-height: 18px; padding-top: 3px; margin: 9px 9px 0 0; background: #e98900; color: #fff; border-radius: 3px; font-size: 14px; } */
.newtipsbottom .item .btns {
    width: 112px;
    height: 100%;
    background: url(https://ali-ec.static.yximgs.com/bs2/upload-kwaishop-themis-bucket/dfca23d6-7e82-4ec3-8b86-386e0c42cda5_faaa1dce5fcdefcac28609a20a94a2e8.jpg) no-repeat center center;
    background-size: 100% auto;
    margin-right: 8px;
}

.view-banner img {
    width: 100%;
    height: 90px;
}

.gotop {
    display: none;
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 112px;
    right: 6px;
    text-align: center;
    opacity: 0.86;
    background: #fff;
    border-radius: 100px;
    z-index: 8;
}