* {
  scrollbar-color: rgba(144, 147, 153, .3) transparent;
  scrollbar-width: thin;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  margin: 0;
  padding: 0;
  font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #f5f5f5;
  overflow-x: hidden
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0
}

a,
a:hover,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  outline: 0
}

.sc-text {
  font-family: shssc-font, SourceHanSansSC, Microsoft YaHei, LiHei Pro Medium
}

.container {
  margin: 0 auto;
  padding: 0 15px
}

.space {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px
}

.el-button--default {
  color: #b5b5b5;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b
}

.el-button--default:focus,
.el-button--default:hover,
.el-button--default.is-active,
.el-button--default:active {
  background-color: #2a2a2a;
  border-color: #6b6b6b;
  color: #fff
}

.el-button--glow {
  color: #996303;
  background-color: #fef09e;
  border-color: #fef09e
}

.el-button--glow:focus,
.el-button--glow:hover,
.el-button--glow.is-active,
.el-button--glow:active {
  background: #fbefa9;
  border-color: #fbefa9;
  color: #996303
}

.el-button--glow:active {
  outline: 0
}

.el-button--glow.is-disabled,
.el-button--glow.is-disabled:active,
.el-button--glow.is-disabled:focus,
.el-button--glow.is-disabled:hover {
  color: #625640;
  background-color: #807848;
  border-color: #807848
}

.el-button--glow.is-plain {
  color: #fef09e;
  background: 0;
  border-color: #fef09e
}

.el-button--glow.is-plain:focus,
.el-button--glow.is-plain:hover,
.el-button--glow.is-plain:active {
  background: 0;
  border-color: #fbefa9;
  color: #fbefa9
}

.el-button--glow.is-plain:active {
  outline: 0
}

.el-button--glow.is-plain.is-disabled,
.el-button--glow.is-plain.is-disabled:active,
.el-button--glow.is-plain.is-disabled:focus,
.el-button--glow.is-plain.is-disabled:hover {
  color: #807848;
  background: 0;
  border-color: #807848
}

/* red themed button */

.el-button--glow.red {
  color: #fff;
  background-color: #ff4d03;
  border-color: #ff4d03
}

.el-button--glow.red:focus,
.el-button--glow.red:hover,
.el-button--glow.red.is-active,
.el-button--glow.red:active {
  background: #ff4d03;
  border-color: #ff4d03;
  color: #fff
}

.el-button--glow.red:active {
  outline: 0
}

.el-button--glow.red.is-disabled,
.el-button--glow.red.is-disabled:active,
.el-button--glow.red.is-disabled:focus,
.el-button--glow.red.is-disabled:hover {
  color: #fff;
  background-color: #ff4d03;
  border-color: #ff4d03;
  opacity: 0.5
}

.el-button--glow.red.is-plain {
  color: #333;
  background: 0;
  border-color: #ebedf0;
}

.el-button--glow.red.is-plain:focus,
.el-button--glow.red.is-plain:hover,
.el-button--glow.red.is-plain.is-active,
.el-button--glow.red.is-plain:active {
  background: 0;
  border-color: #ebedf0;
  color: #333;
}

.el-button--glow.red.is-plain:active {
  outline: 0
}

.el-button--glow.red.is-plain.is-disabled,
.el-button--glow.red.is-plain.is-disabled:active,
.el-button--glow.red.is-plain.is-disabled:focus,
.el-button--glow.red.is-plain.is-disabled:hover {
  color: #333;
  background: 0;
  border-color: #ff4d03;
  opacity: 0.5;
}

/* red themed button */

.el-input__inner {
  color: #fff;
  background: rgba(255, 255, 255, .25);
  border: 1px solid #5b5b5b
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #fbefa9
}

.el-textarea__inner {
  color: #fff;
  font-family: initial;
  background: rgba(255, 255, 255, .25);
  border: 1px solid #5b5b5b
}

.el-textarea__inner:focus {
  outline: 0;
  border-color: #fbefa9
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus {
  border-color: #fbefa9
}

.el-radio {
  margin-right: 0;
  color: #b5b5b5
}

.el-radio.is-bordered {
  border-color: #5b5b5b
}

.el-radio.is-bordered.is-checked {
  border-color: #fbefa9
}

.el-radio__inner,
.el-checkbox__inner {
  border-color: #5b5b5b;
  background-color: rgba(255, 255, 255, .25)
}

.el-radio__inner:hover,
.el-checkbox__inner:hover {
  border-color: #fbefa9
}

.el-checkbox__inner::after {
  border-color: #996303
}

.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #fbefa9;
  border-color: #fbefa9
}

.el-radio__input.is-checked+.el-radio__label,
.el-checkbox__input.is-checked+.el-checkbox__label {
  color: #fbefa9
}

.el-radio__input.is-focus .el-radio__inner,
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #fbefa9
}

.el-select-dropdown {
  background-color: #2e2e2e;
  border-color: #5b5b5b
}

.el-select-dropdown__item {
  color: #fff
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: rgba(255, 255, 255, .25)
}

.el-select-dropdown__item.selected {
  color: #fbefa9
}

.el-popper[x-placement^=bottom] .popper__arrow,
.el-popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #2e2e2e
}

.el-loading-mask {
  background-color: #1a1a1a
}

.el-loading-spinner .path {
  stroke: #fef09e
}

.el-loading-spinner .el-loading-text {
  color: #fef09e
}

.el-dialog__wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.el-dialog {
  margin: 0;
  background-color: #2a2a2a;
  border-radius: 10px
}

.el-dialog__headerbtn {
  top: 8px;
  right: 8px;
  font-size: 18px
}

.el-dialog__headerbtn .el-dialog__close {
  color: #fff
}

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: #fef09e
}

.el-message {
  min-width: auto;
  max-width: 80%;
  background-color: #2a2a2a !important;
  border: 0;
  box-shadow: 0 0 10px #000
}

.el-message--warning .el-message__content {
  color: #fef09e
}

.el-message .el-icon-warning {
  color: #fef09e
}

.el-message-box__wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.el-message-box {
  width: auto;
  min-width: 240px;
  max-width: 80%;
  background-color: #fff;
  border: 0
}

/* .el-message-box__title {
  color: #fff;
  font-size: 16px
} */

/* .el-message-box__content {
  color: #fff
} */

.el-message-box__headerbtn {
  display: none
}

.el-message-box--center {
  padding-bottom: 20px
}

.el-message-box--center .el-message-box__header {
  padding: 15px 15px 10px
}

.el-message-box__status.el-icon-warning {
  color: #fef09e
}

.el-drawer {
  background-color: #2a2a2a
}

.el-drawer.ltr,
.el-drawer.rtl {
  max-width: 480px
}

.el-drawer__header {
  margin-bottom: 0;
  padding: 15px 5px 15px 15px;
  color: #fff;
  border-bottom: 1px solid #3c3c3c
}

.el-drawer__body {
  padding: 15px;
  color: #fff;
  box-sizing: border-box
}

.el-pagination {
  margin: 15px 0 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  white-space: normal
}

.el-pagination button:hover {
  color: #fef09e
}

.el-pagination button:disabled {
  color: #6c6c6c;
  background: 0;
  border-color: #2e2e2e
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
  margin: 4px 5px;
  background: 0;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 2px
}

.el-pagination .btn-prev {
  padding-right: 6px
}

.el-pagination .btn-next {
  padding-left: 6px
}

.el-pager li {
  margin: 4px 5px;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 2px
}

.el-pager li.active+li {
  border-left: 1px solid #5b5b5b
}

.el-pager li:hover {
  color: #fef09e
}

.el-pager li.active {
  color: #fef09e;
  border-color: #fef09e
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  line-height: 28px;
  color: #fff
}

.el-pagination__jump {
  margin: 4px 0 4px 20px
}

.el-empty {
  padding-bottom: 60px
}

.el-empty__description {
  margin-top: 0
}

.el-result__title p {
  font-size: 18px;
  color: #909399
}

.el-card {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #5b5b5b
}

.el-card__header {
  padding: 15px;
  font-size: 16px;
  border-color: #5b5b5b
}

.el-card__body,
.el-main {
  padding: 15px
}

.lozad-image {
  background-color: rgba(255, 255, 255, .2);
  position: relative
}

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

.lozad-image .el-loading-mask {
  background: 0
}

.lozad-image .el-loading-spinner {
  height: 100%;
  margin-top: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.lozad-image .el-loading-spinner .circular {
  width: 30%;
  max-width: 42px;
  height: auto
}

.lozad-image .lozad-image-error {
  width: 100%;
  height: 100%;
  min-height: 100px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.dialog-notice {
  width: 80%;
  max-width: 320px
}

.dialog-notice .el-dialog__title {
  color: #fef09e
}

.dialog-notice .el-dialog__body {
  padding: 10px 20px 20px
}

.dialog-notice .el-dialog__footer {
  padding-top: 0
}

.dialog-notice .el-scrollbar {
  border: 1px solid #fef09e;
  border-radius: 10px
}

.dialog-notice .el-scrollbar .el-scrollbar__wrap {
  max-height: 300px
}

.dialog-notice .notice-content {
  padding: 15px;
  color: #fef09e
}

.dialog-notice .notice-content p {
  margin: 0 0 6px;
  line-height: 1.6;
  word-wrap: break-word
}

.dialog-notice .notice-bottom {
  display: flex;
  align-items: center
}

.dialog-notice .notice-qrcode {
  margin-right: 15px;
  padding: 5px;
  background-color: #fff;
  border-radius: 4px
}

.dialog-notice .notice-tip {
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  color: #fef09e;
  flex: 1 1 0
}

.dialog-screen {
  width: auto;
  max-width: 80%;
  background: 0;
  overflow: hidden
}

.dialog-screen .el-dialog__header {
  display: none
}

.dialog-screen .el-dialog__body {
  padding: 0;
  overflow: hidden
}

.dialog-screen .screen-content {
  max-width: 400px;
  max-height: 80%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.dialog-screen .screen-content a {
  display: block
}

.dialog-screen .lozad-image {
  min-width: 200px;
  background-color: #1a1a1a
}

.dialog-screen .lozad-image .lozad-image-error {
  height: 200px
}

.dialog-screen .dialog-close {
  padding: 5px 8px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 0 4px 0 12px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.dialog-screen .dialog-close:hover {
  color: #fef09e
}

.search-box {
  display: flex;
  align-items: center
}

.search-box .search-input {
  line-height: 24px;
  display: flex;
  flex: 1;
  align-items: center;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 17px
}

.search-box .search-input .zicon-search {
  margin: 5px 8px 5px 12px;
  color: #fff
}

.search-box .search-input input {
  display: block;
  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
}

.search-box .search-input input::placeholder,
.search-box .search-input input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, .5)
}

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

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 10px 5px;
  gap: 0 10px
}

header .logo img {
  height: 36px
}

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

header .search-box {
  max-width: 420px;
  flex: 1 1 0
}

header .search-box .type-word {
  font-size: 14px;
  color: #fff
}

header .search-box .type-line {
  width: 1.5px;
  height: 16px;
  margin-left: 4px;
  background-color: #fff;
  animation: fade steps(1) 1s infinite;
  overflow: hidden
}

header .header-nav {
  padding: 1px 0;
  justify-content: space-between;
}

header .header-nav h1 {
  font-weight: 400;
}

header .rightBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #282828;
  line-height: 15px;
}

header .rightBtn .searchBtn {}

header .rightBtn .van-button--default {
  border: 0;
  background-color: #ffdc7a;
  height: 40px;
}

header .rightBtn .searchBtn .van-button .van-icon-search {
  font-weight: 600;
}

header .rightBtn .el-icon-search {
  font-size: 17px;
  font-weight: 700;
  margin-right: -4px;
}

header .rightBtn .searchBtn .van-button__text {
  margin-left: -3px;
  font-size: 14px;
}

header .header-nav .nav-link {
  line-height: 15px;
  width: 40px;
  text-align: right;
}

header .header-nav .nav-link .icon-svg {
  width: 18px
}

header .header-nav .nav-link .zicon {
  font-size: 18px
}

header .header-nav .nav-user .zicon,
header .header-nav .nav-faq .zicon {
  font-size: 20px
}

header .header-nav .nav-link .el-badge__content {
  border: 0;
  right: 12px
}

header .header-menu {
  height: 42px;
  margin: 0 3px;
  position: relative
}

header .header-menu .header-menu-dot {
  width: 50px;
  height: 32px;
  position: absolute;
  top: 0
}

header .header-menu .header-menu-dot-left {
  background-image: linear-gradient(90deg, rgba(42, 42, 42, 1), rgba(42, 42, 42, 0));
  left: 0
}

header .header-menu .header-menu-dot-right {
  background-image: linear-gradient(90deg, rgba(42, 42, 42, 0), rgba(42, 42, 42, 4));
  right: 0
}

header .header-menu .header-menu-dot-disabled {
  display: none
}

header .header-menu .header-menu-scrollbar {
  overflow: hidden
}

header .header-menu .header-menu-content {
  padding-bottom: 10px;
  display: flex
}

header .header-menu .header-menu-content .menu-link {
  min-width: 50px;
  height: 32px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #282828;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  position: relative
}

header .header-menu .header-menu-content .menu-link-active {
  font-size: 16px;
  font-weight: 700
}

header .header-menu .header-menu-content .menu-link-active:after {
  content: '';
  height: 4px;
  background-color: #282828;
  border-radius: 2px;
  overflow: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0
}

header .header-menu .header-menu-content .menu-link-animate {
  animation: colorGreen 1s infinite
}

header .header-menu .header-menu-content .menu-link-animate:nth-child(3n+2) {
  animation: colorRed 1.4s infinite
}

header .header-menu .header-menu-content .menu-link-animate:nth-child(3n) {
  animation: colorYellow 1.2s infinite
}

header .header-sub-menu .header-menu-dot {
  height: 28px
}

header .header-sub-menu .header-menu-content {
  padding-bottom: 14px
}

header .header-sub-menu .header-menu-content .menu-link {
  height: 28px;
  margin: 0 5px;
  border: 1px solid #5b5b5b
}

header .header-sub-menu .header-menu-content .menu-link:first-child {
  margin-left: 0
}

header .header-sub-menu .header-menu-content .menu-link:last-child {
  margin-right: 0
}

header .header-sub-menu .header-menu-content .menu-link-active {
  font-size: 14px;
  color: #fef09e;
  border-color: #fef09e
}

header .header-sub-menu .header-menu-content .menu-link-active:after {
  display: none
}

@keyframes colorGreen {
  50% {
    color: #0ad07c
  }
}

@keyframes colorRed {
  50% {
    color: #d47d59
  }
}

@keyframes colorYellow {
  50% {
    color: #fef09e
  }
}

@keyframes multipleColor {
  35% {
    color: #fef09e
  }

  75% {
    color: #d47d59
  }
}

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

.notice-marquee .notice {
  min-width: 24px;
  font-size: 26px
}

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

.notice-marquee .notice-content {
  display: inline-block
}

.external-carousel {
  margin-bottom: 10px
}

.external-carousel .swiper-slide-item {
  width: 100%;
  display: block
}

.external-carousel .lozad-image {
  width: 100%
}

.external-carousel .lozad-image img {
  height: 80px
}

[class^="external-text-block"] {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 4px
}

[class^="external-text-block"] span {
  padding: 6px;
  font-size: 12px;
  color: #ff4e4e;
  text-align: center;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

[class^="external-text-block"] span:nth-child(even) {
  color: #fef09e
}

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

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

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

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

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

.external-app .external-app-item .lozad-image .lozad-image-error {
  min-height: auto;
  font-size: 20px
}

.external-app .external-app-item .lozad-image img {
  object-fit: cover
}

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

[class^="external-block"] [class^="external-block-content"] {
  margin-bottom: 10px
}

[class^="external-block"] [class^="external-block-content"]>a {
  display: block
}

[class^="external-block"] [class^="external-block-content"] .lozad-image {
  width: 100%
}

[class^="external-block"] [class^="external-block-content"] .lozad-image img {
  max-height: 100px
}

[class^="external-block"] [class^="external-block-content"] [class^="external-frame"] {
  width: 100%
}

[class^="external-block"] [class^="external-block-text"] {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 4px
}

[class^="external-block"] [class^="external-block-text"] span {
  padding: 6px;
  font-size: 12px;
  color: #fef09e;
  text-align: center;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.external-fx .external-fx-close {
  font-size: 16px;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -24px;
  cursor: pointer
}

.external-fx .external-fx-close:hover {
  color: #fef09e
}

.external-fx-top {
  width: 100%;
  background-color: rgba(12, 12, 12, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden
}

.external-fx-top [class^="external-fx-top-warp"] {
  height: 58px;
  padding: 9px 120px 9px 50px;
  position: relative
}

.external-fx-top .lozad-image {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  position: absolute;
  left: 9px;
  top: 9px;
  overflow: hidden
}

.external-fx-top .lozad-image .lozad-image-error {
  min-height: 100%;
  font-size: 20px
}

.external-fx-top [class^="external-fx-top-content"] {
  height: 100%;
  margin: 0 10px;
  padding: 2px 0;
  line-height: 1.6;
  color: #fef09e;
  font-size: 12px;
  overflow: hidden
}

.external-fx-top [class^="external-fx-top-content"] h5 {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700
}

.external-fx-top [class^="external-fx-top-content"] p {
  margin: 2px 0 0
}

.external-fx-top [class^="external-fx-top-button"] {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #996303;
  font-size: 12px;
  background-color: #fef09e;
  border-radius: 14px;
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 15px
}

.external-fx-top .external-fx-close {
  background: 0;
  right: 0;
  top: 0
}

.external-fx-top .external-text-block {
  margin: 0 5px 10px
}

.external-fx-footer {
  width: 100%;
  height: 68px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999
}

.external-fx-footer [class^="external-fx-footer-wrap"] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  background-color: rgba(12, 12, 12, 0.9)
}

.external-fx-footer .lozad-image {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden
}

.external-fx-footer .lozad-image .lozad-image-error {
  min-height: 100%;
  font-size: 20px
}

.external-fx-footer [class^="external-fx-footer-content"] {
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold
}

.external-fx-footer [class^="external-fx-footer-content"] p {
  margin: 0;
  animation: multipleColor 1.2s infinite
}

.external-fx-footer [class^="external-fx-footer-button"] {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  background: #fef09e;
  font-size: 12px;
  color: #996303;
  border-radius: 3px
}

.external-fx-side {
  width: 80px;
  max-height: 200px;
  position: fixed;
  bottom: 200px;
  border-radius: 4px;
  z-index: 99999;
  overflow: hidden
}

.external-fx-side-left {
  left: 20px
}

.external-fx-side-right {
  right: 20px
}

.external-fx-side .external-fx-side-wrap {
  width: 100%;
  height: 100%;
  max-height: 200px;
  background-color: rgba(12, 12, 12, 0.9)
}

.external-fx-side .lozad-image {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.external-fx-side .lozad-image .lozad-image-error {
  min-height: 100%
}

.external-fx-side .external-fx-close {
  width: 20px;
  height: 20px;
  top: 0
}

.external-column-image {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-gap: 10px
}

.external-column-image>div {
  display: block;
  position: relative
}

.external-column-image>div:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  display: block
}

.external-column-image>div .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.external-column-image>div .lozad-image .lozad-image-error {
  min-height: 100%
}

.external-column-image>div .lozad-image img {
  object-fit: cover
}

.light-block .block-header {
  background-color: #fef3ef;
}

.light-block .block-header .sc-text {
  font-size: 15px;
  color: #ff4d03;
}

.block-header {
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.block-header .block-title {
  min-width: 40px;
  color: #ff4d03;
  font-size: 15px;
  font-weight: 700
}


.block-header .external-column-app {
  margin-left: 15px;
  flex: auto;
  overflow: hidden
}

.block-header .external-column-app .swiper-slide {
  width: 50px
}

.block-header .external-column-app .swiper-slide-item {
  width: 100%;
  display: block;
  overflow: hidden
}

.block-header .external-column-app .swiper-slide-item .lozad-image {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden
}

.block-header .external-column-app .swiper-slide-item .lozad-image .lozad-image-error {
  min-height: auto;
  font-size: 20px
}

.block-header .external-column-app .swiper-slide-item .lozad-image img {
  object-fit: cover
}

.block-header .external-column-app .swiper-slide-item p {
  width: 100%;
  margin: 4px 0 0;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block
}

[class^="live_list"] {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(50px, 1fr));
  grid-gap: 10px
}

[class^="live_list"] [class^="liveBroadcast_adv-list__imageBox"] {
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: block;
}

[class^="live_list"] [class^="liveBroadcast_adv-list__imageBox"]::before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  display: block;
}

[class^="live_list"] .liveBroadcast_adv-list__title {
  width: 100%;
  line-height: 22px;
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

[class^="live_list"] .liveBroadcast_adv-list__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

[class^="live_list"] .liveBroadcast_adv-list__bottomTime {
  height: 30px;
  padding: 0 10px;
  background-image: linear-gradient(0, 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;
}

[class^="live_list"] .liveBroadcast_adv-list__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

[class^="live_list"] .liveBroadcast_adv-list__bottomTime .hits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

[class^="live_list"] .liveBroadcast_adv-list__bottomTime .duration {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

[class^="v-item"] {
  display: block
}

[class^="v-item"] [class^="v-item-box"] {
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: block
}

[class^="v-item"] [class^="v-item-box"]:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  display: block
}

[class^="v-item"] .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

[class^="v-item"] .lozad-image .lozad-image-error {
  min-height: 100%
}

[class^="v-item"] .lozad-image img {
  object-fit: cover
}

[class^="v-item"] [class^="v-item-preview"] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  top: 0;
  left: 0
}

[class^="v-item"] [class^="v-item-preview"] [class^="v-item-preview-image"] {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat
}

[class^="v-item"] [class^="v-item-preview"] .el-loading-mask {
  background: 0
}

[class^="v-item"] [class^="v-item-preview"] .el-loading-spinner {
  height: 100%;
  margin-top: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

[class^="v-item"] [class^="v-item-preview"] .el-loading-spinner .circular {
  width: 20%;
  max-width: 42px;
  height: auto
}

[class^="v-item"] [class^="v-item-preview"] .image-error {
  width: 100%;
  height: 100%;
  font-size: 32px;
  color: #9c9c9c;
  display: flex;
  align-items: center;
  justify-content: center
}

[class^="v-item"] [class^="v-item-header"] {
  display: flex;
  position: absolute;
  top: 4px;
  left: 6px;
  right: 6px
}

[class^="v-item"] [class^="v-item-header"] .space {
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 4px
}

[class^="v-item"] [class^="v-item-touch"] {
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center
}

[class^="v-item"] [class^="v-item-badge"] .el-tag {
  font-size: 10px
}

[class^="v-item"] [class^="v-item-bottom"] {
  height: 30px;
  padding: 0 10px;
  background-image: linear-gradient(0, 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
}

[class^="v-item"] [class^="v-item-bottom"] .space {
  gap: 4px
}

[class^="v-item"] [class^="v-item-bottom"] .zicon {
  font-size: 12px
}

[class^="v-item"] [class^="v-item-bottom"] .zicon-eye {
  font-size: 13px
}

[class^="v-item"] [class^="v-item-title"] {
  width: 100%;
  max-height: 44px;
  line-height: 22px;
  margin-top: 5px;
  color: #b6b6b6;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.act-list {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(12, minmax(50px, 1fr));
  grid-gap: 10px
}

.act-item {
  display: block
}

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

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

.act-item .lozad-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.act-item .lozad-image .lozad-image-error {
  min-height: 100%
}

.act-item .lozad-image img {
  object-fit: cover
}

.act-item .act-title {
  width: 100%;
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block
}

.art-list,
.topic-list {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-gap: 10px
}

.art-item,
.topic-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block
}

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

.art-item .lozad-image,
.topic-item .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.art-item .lozad-image .lozad-image-error,
.topic-item .lozad-image .lozad-image-error {
  min-height: 100%
}

.art-item .lozad-image img,
.topic-item .lozad-image img {
  object-fit: cover
}

.art-item .art-item-bottom,
.topic-item .topic-item-bottom {
  height: 34px;
  padding: 0 10px;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

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

.b-list {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(50px, 1fr));
  grid-gap: 10px
}

.b-item {
  background-color: #2e2e2e;
  border-radius: 4px
}

.b-item .lozad-image .lozad-image-error {
  min-height: 100%
}

.b-item .lozad-image img {
  object-fit: cover
}

.b-item .b-item-header {
  padding: 10px 10px 8px;
  display: flex;
  align-items: center
}

.b-item .b-avatar {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden
}

.b-item .b-info {
  margin-right: 8px;
  flex: 1 1 0;
  overflow: hidden
}

.b-item .b-name {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.b-item .b-location {
  margin-top: 5px;
  padding: 4px 8px 4px 5px;
  color: #9c9c9c;
  font-size: 12px;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  display: inline-flex;
  align-items: center
}

.b-item .b-location i {
  margin-right: 2px;
  font-size: 15px
}

.b-item .b-location b {
  margin-left: 4px;
  color: #fef09e;
  font-weight: normal
}

.b-item .b-content {
  padding: 0 10px;
  color: #9c9c9c;
  font-size: 13px
}

.b-item .b-photo {
  padding: 10px 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(20px, 1fr));
  grid-gap: 10px
}

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

.b-item .b-photo .b-image:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  display: block
}

.b-item .b-photo .b-image .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.b-t-list {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-gap: 10px
}

.b-t-item {
  background-color: #393939;
  border-radius: 4px
}

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

.b-t-item .b-image:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  display: block
}

.b-t-item .b-image .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.b-t-item .lozad-image .lozad-image-error {
  min-height: 100%
}

.b-t-item .lozad-image img {
  object-fit: cover
}

.b-t-item .b-name {
  padding: 8px 10px 5px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.b-t-item .b-content {
  height: 32px;
  margin-bottom: 12px;
  padding: 0 10px;
  color: #c8c8c8;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.b-details .b-row {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap
}

.b-details .b-col {
  margin-left: 15px;
  flex: 1
}

.b-details .b-photo-swiper {
  width: 480px;
  margin: 10px 0;
  overflow: hidden;
  position: relative
}

.b-details .b-photo-swiper .b-image {
  width: 100%;
  border-radius: 10px;
  background-color: #2a2a2a;
  overflow: hidden;
  position: relative
}

.b-details .b-photo-swiper .b-image:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  display: block
}

.b-details .b-photo-swiper .b-image .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.b-details .b-photo-swiper .b-image .lozad-image-error {
  min-height: 100%
}

.b-details .b-photo-swiper .b-image img {
  object-fit: cover
}

.b-details .b-photo-swiper .swiper-pagination-bullet-active {
  background-color: #fef09e
}

.b-details .b-block {
  margin-top: 10px;
  padding: 10px 12px;
  background-color: #2e2e2e;
  border-radius: 4px
}

.b-details .b-block .b-info {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  overflow: hidden
}

.b-details .b-block .b-name {
  font-size: 16px;
  color: #fff;
  flex: 1 1 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.b-details .b-block .b-location {
  padding: 4px 8px 4px 5px;
  color: #9c9c9c;
  font-size: 12px;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  display: inline-flex;
  align-items: center
}

.b-details .b-block .b-location i {
  margin-right: 2px;
  font-size: 15px
}

.b-details .b-block .b-location b {
  margin-left: 4px;
  color: #fef09e;
  font-weight: normal
}

.b-details .b-block .b-content {
  color: #9c9c9c;
  font-size: 13px
}

.b-details .b-block .b-content p {
  margin: 0
}

.b-details .b-block dl {
  margin: 0;
  padding: 2px 0;
  display: flex
}

.b-details .b-block dt {
  color: #c8c8c8;
  font-size: 13px;
  font-weight: normal
}

.b-details .b-block dd {
  min-width: 80px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  flex: 1 1 0
}

.b-details .b-block .b-contact {
  flex: 1 1 0
}

.b-details .b-block .el-button {
  height: 30px;
  display: inline-flex
}

.b-details .b-extend {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px
}

.nc-list {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(50px, 1fr));
  grid-gap: 10px
}

.nc-item {
  background-color: #2e2e2e;
  border-radius: 4px;
  display: block;
  overflow: hidden
}

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

.nc-item .nc-item-box:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  display: block
}

.nc-item .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.nc-item .lozad-image .lozad-image-error {
  min-height: 100%
}

.nc-item .lozad-image img {
  object-fit: cover
}

.nc-item .nc-item-header {
  display: flex;
  position: absolute;
  top: 4px;
  left: 6px;
  right: 6px
}

.nc-item .nc-item-header .space {
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 4px
}

.nc-item .nc-item-badge .el-tag {
  font-size: 10px
}

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

.nc-item .nc-item-bottom .space {
  gap: 4px
}

.nc-item .nc-item-bottom .zicon {
  font-size: 12px
}

.nc-item .nc-item-bottom .zicon-eye {
  font-size: 13px
}

.nc-item .nc-title {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  height: 22px;
  line-height: 22px;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.nc-item .nc-ct-name {
  margin-bottom: 8px;
  padding: 0 10px;
  color: #9c9c9c;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.nc-details .nc-header {
  max-width: 600px;
  margin: 140px auto 10px;
  padding: 140px 0 10px;
  background-color: #2e2e2e;
  border-radius: 4px;
  position: relative
}

.nc-details .nc-header .nc-box {
  width: 180px;
  height: 238px;
  border-radius: 4px;
  background-color: #585858;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translateX(-50%)
}

.nc-details .nc-header .nc-box .nc-box-header {
  display: flex;
  position: absolute;
  top: 4px;
  left: 6px;
  right: 6px
}

.nc-details .nc-header .nc-box .nc-box-header .space {
  flex: 1 1 0;
  justify-content: flex-end;
  gap: 4px
}

.nc-details .nc-header .nc-box .nc-box-header .el-tag {
  font-size: 10px
}

.nc-details .nc-header .lozad-image {
  width: 100%;
  height: 100%
}

.nc-details .nc-header .lozad-image .lozad-image-error {
  min-height: 100%
}

.nc-details .nc-header .lozad-image img {
  object-fit: cover
}

.nc-details .nc-header h1 {
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  color: #fff
}

.nc-details .nc-header .nc-author {
  font-size: 13px;
  color: #9c9c9c;
  text-align: center
}

.nc-details .nc-header .nc-count {
  padding: 0 10px;
  justify-content: space-around
}

.nc-details .nc-header .nc-count dl {
  padding: 0 10px;
  border-right: 1px solid #5b5b5b;
  text-align: center;
  flex: 1 1 0
}

.nc-details .nc-header .nc-count dl:last-child {
  border-right: 0
}

.nc-details .nc-header .nc-count dt {
  font-size: 13px;
  color: #9c9c9c
}

.nc-details .nc-header .nc-count dd {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff
}

.nc-details .nc-header .nc-content {
  padding: 0 15px 10px;
  color: #fff;
  font-size: 13px
}

.nc-details .nc-header .nc-latest {
  margin: 10px 15px;
  padding: 5px 10px;
  color: #fef09e;
  font-size: 14px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fef09e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.nc-details .nc-button {
  max-width: 600px;
  margin: 20px auto;
  text-align: center
}

.nc-details .nc-button .el-button {
  width: 60%;
  max-width: 200px;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(254, 240, 158, .4);
  animation: scaleAnimation 3s infinite
}

.nc-ct-details.theme-white {
  --bg: #fff;
  --bg2: #eee;
  --font-color: #333;
  --loading: #333;
  --border-color: #ddd;
  --active-bg: #e5e5e5;
  --button-bg: #e5e5e5;
  --button-border-color: #e5e5e5;
  --button-disable-color: #c0c4cc;
  --result-title: #996303
}

.nc-ct-details.theme-black {
  --bg: #2e2e2e;
  --bg2: #282828;
  --font-color: #a6a6a6;
  --loading: #fef09e;
  --border-color: #3e3e3e;
  --active-bg: #323232;
  --button-bg: #323232;
  --button-border-color: #5b5b5b;
  --button-disable-color: #5b5b5b;
  --result-title: #fef09e
}

.nc-ct-details.theme-eye {
  --bg: #dbd7c4;
  --bg2: #d2cdb9;
  --font-color: #333;
  --loading: #333;
  --border-color: #c6c1ae;
  --active-bg: #cabeb2;
  --button-bg: #cbc5b3;
  --button-border-color: #cbc5b3;
  --button-disable-color: #aaa596;
  --result-title: #996303
}

.nc-ct-details {
  margin-bottom: 15px;
  border-radius: 20px;
  background-color: var(--bg);
  overflow: hidden
}

.nc-ct-details h1 {
  padding: 20px 10px 10px;
  text-align: center;
  font-size: 18px;
  color: var(--font-color)
}

.nc-ct-details h2 {
  padding: 0 10px 10px;
  text-align: center;
  font-size: 16px;
  color: var(--font-color)
}

.nc-ct-details .nc-ct-wrap {
  min-height: 200px;
  padding-bottom: 5px
}

.nc-ct-details .el-loading-mask {
  background: 0
}

.nc-ct-details .el-loading-spinner .path {
  stroke: var(--loading)
}

.nc-ct-details .nc-ct-button {
  max-width: 600px;
  margin: 5px auto 15px;
  padding: 0 10px;
  justify-content: center
}

.nc-ct-details .nc-ct-button .el-button {
  color: var(--font-color);
  background-color: var(--button-bg);
  border-color: var(--button-border-color);
  flex: 1 1 0
}

.nc-ct-details .nc-ct-button .el-button+.el-button {
  margin: 0
}

.nc-ct-details .nc-ct-button .el-button.is-disabled,
.nc-ct-details .nc-ct-button .el-button.is-disabled:focus,
.nc-ct-details .nc-ct-button .el-button.is-disabled:hover {
  color: var(--button-disable-color);
  background-color: var(--button-bg);
  border-color: var(--button-border-color)
}

.nc-ct-details .nc-ct-theme {
  margin: 0 10px;
  padding: 10px 15px;
  font-size: 14px;
  justify-content: center;
  background-color: var(--bg2);
  border-radius: 6px;
  overflow: hidden
}

.nc-ct-details .nc-ct-theme b {
  font-weight: 600;
  color: var(--font-color)
}

.nc-ct-details .nc-ct-theme .theme-item {
  padding: 4px 10px;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  color: var(--font-color)
}

.nc-ct-details .nc-ct-theme .theme-item.is-active {
  font-weight: 600;
  background-color: var(--active-bg)
}

.nc-ct-details .nc-ct-content {
  line-height: 2;
  padding: 0 10px 10px;
  font-size: 18px;
  color: var(--font-color)
}

.nc-ct-details .nc-ct-content p {
  text-indent: 2em
}

.nc-ct-details .el-result__title p {
  color: var(--result-title)
}

.nc-ct-details .el-result {
  min-height: 300px
}

.nc-ct-details .nc-ct-result .el-result__icon {
  display: none
}

.nc-ct-details .nc-ct-result .el-result__title b {
  margin: 0 4px
}

.nc-ct-details .nc-ct-imglist {
  margin-bottom: 15px
}

.nc-ct-details .nc-ct-imglist .lozad-image {
  max-width: 600px;
  min-height: 100px;
  margin: 0 auto
}

.nc-ct-details .nc-ct-imglist .lozad-image img {
  height: auto
}

.nc-ct-details [class^=external-carousel__] {
  margin: 1.202rem 0
}

.drawer-nc-chapter .el-drawer__header .count {
  margin: 0 4px;
  color: #fef09e;
  font-style: normal
}

.drawer-nc-chapter ul {
  margin: -10px 0;
  padding: 0;
  list-style: none
}

.drawer-nc-chapter ul li {
  padding: 15px 0;
  font-size: 14px;
  color: #9c9c9c;
  border-bottom: 1px solid #3c3c3c;
  cursor: pointer
}

.drawer-nc-chapter ul li.is-active {
  font-weight: 700;
  color: #fef09e
}

.drawer-nc-chapter ul li:last-child {
  border-bottom: 0
}

.condition {
  margin-bottom: 10px
}

.condition dl {
  margin: 0;
  padding: 4px 0;
  background-color: #2e2e2e;
  border-radius: 4px;
  align-items: flex-start;
  gap: 0;
  overflow: hidden
}

.condition dl:nth-child(even) {
  background: 0
}

.condition dt {
  height: 26px;
  line-height: 26px;
  margin: 4px 10px 4px 15px;
  font-size: 14px;
  color: #fff;
  display: block
}

.condition dd {
  margin: 0 10px 0 0;
  flex: 1 1 0
}

.condition dd.collapse {
  height: 34px;
  overflow: hidden
}

.condition span.condition-item {
  height: 26px;
  line-height: 24px;
  margin: 4px 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer
}

.condition span.condition-item.active {
  color: #fef09e;
  border-color: #fef09e
}

.condition span.condition-item-expand {
  height: 26px;
  line-height: 26px;
  margin: 4px 10px 4px 0;
  font-size: 14px;
  color: #fff;
  display: block
}

.condition dl .el-divider {
  margin: 15px 0;
  background-color: #3c3c3c
}

.condition dl .el-divider .el-divider__text {
  padding-right: 15px;
  background-color: #2e2e2e;
  color: #9c9c9c;
  cursor: pointer
}

.condition dl .el-divider .el-divider__text .space {
  gap: 4px
}

.condition dl:nth-child(even) .el-divider {
  background-color: #2e2e2e
}

.condition dl:nth-child(even) .el-divider__text {
  background-color: #1a1a1a;
  color: #9c9c9c
}

.condition .condition-select {
  flex: 1 1 120px
}

.condition .condition-select .el-input--prefix .el-input__inner {
  padding-left: 48px
}

.condition .condition-select .el-input__prefix {
  padding-left: 5px;
  line-height: 39px
}

.drawer-condition .el-drawer {
  max-height: 50%
}

.drawer-condition .el-drawer__body {
  padding: 10px
}

.drawer-condition .el-drawer__body span {
  height: 26px;
  line-height: 24px;
  margin: 4px 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer
}

.drawer-condition .el-drawer__body span.active {
  color: #fef09e;
  border-color: #fef09e
}

.v-details .v-header,
.art-details .art-header,
.topic-details .topic-header {
  margin: 15px 0
}

.v-details .v-header h1,
.art-details .art-header h1,
.topic-details .topic-header h1 {
  margin: 0 0 8px;
  line-height: 1.2;
  color: #fff;
  font-size: 17px;
  font-weight: 700
}

.v-details .v-header-label,
.art-details .art-header .art-header-label,
.topic-details .topic-header .topic-header-label {
  font-size: 12px;
  color: #b6b6b6
}

.v-details .v-toolbar-block,
.art-details .art-toolbar-block {
  width: 100%;
  max-width: 480px;
  margin: 15px auto;
  justify-content: space-between
}

.v-details .v-toolbar-block .v-toolbar,
.art-details .art-toolbar-block .art-toolbar {
  padding: 0 10px;
  color: #b6b6b6;
  text-align: center;
  display: block;
  cursor: pointer
}

.v-details .v-toolbar-block .v-toolbar.is-active,
.art-details .art-toolbar-block .art-toolbar.is-active {
  color: #fef09e
}

.v-details .v-toolbar-block .v-toolbar .zicon,
.art-details .art-toolbar-block .art-toolbar .zicon {
  font-size: 15px
}

.v-details .v-toolbar-block .v-toolbar p,
.art-details .art-toolbar-block .art-toolbar p {
  margin: 2px 0 0;
  font-size: 12px
}

.v-details .v-share {
  margin: 10px 0;
  padding: 8px 10px;
  line-height: 1.6;
  background-color: #2e2e2e;
  font-size: 14px;
  color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 4px;
  cursor: pointer
}

.v-details .v-share b {
  color: #fef09e
}

.v-details .v-act-list {
  margin-bottom: 10px;
  justify-content: center;
  gap: 10px
}

.v-details .act-item {
  width: 50px
}

.v-details .act-item .zicon-avater {
  font-size: 50px;
  color: rgba(255, 255, 255, .25)
}

.v-details .act-item .act-title {
  margin-top: 2px;
  font-size: 12px;
  color: #b6b6b6
}

.v-details .v-tag {
  margin-bottom: 10px;
  justify-content: center
}

.v-details .v-tag .el-button {
  margin: 0
}

.v-player {
  height: 600px;
  margin: 5px 0 10px;
  position: relative
}

.v-player #player {
  width: 100%;
  height: 100%;
  background: url("../images/player-bg.jpg") center no-repeat #000;
  background-size: cover
}

.v-player .el-loading-mask {
  background: 0
}

.v-player .el-result {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 150
}

.v-player .el-result .icon-warning {
  fill: #fef09e
}

.v-player .el-result__subtitle p {
  color: #fef09e
}

.v-player .message-result .el-result__icon {
  display: none
}

.v-player .message-result .el-result__title p {
  color: #fef09e
}

.v-player .message-result .el-result__title b {
  margin: 0 4px
}

.v-player .message-result .el-result__subtitle p {
  color: #b6b6b6
}

.v-player .dplayer-external {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #000;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 150
}

.v-player .dplayer-external .dplayer-external-html {
  width: 100%;
  height: 100%
}

.v-player .dplayer-external .dplayer-external-html .lozad-image {
  width: 100%;
  height: 100%;
  background: 0;
  justify-content: center;
  align-items: center;
  display: flex
}

.v-player .dplayer-external .dplayer-external-html .lozad-image img {
  width: auto;
  height: auto;
  min-height: 100px;
  max-width: 100%;
  max-height: 100%
}

.v-player .dplayer-external .dplayer-external-html .lozad-image .lozad-image-error {
  font-size: 42px
}

.v-player .dplayer-external .dplayer-external-timer {
  margin-left: 5px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 15px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer
}

.v-player .dplayer-external .dplayer-external-control {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 10px
}

.v-player .dplayer-external .dplayer-external-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
}

.v-player .v-player-danmu {
  width: 100%;
  padding: 0 0 0 5px;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, .1);
  position: absolute;
  bottom: -40px
}

.v-player .v-player-danmu input {
  height: 100%;
  line-height: inherit;
  text-align: left;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: 0;
  outline: 0;
  resize: none;
  flex: 1 1 0
}

.v-player .v-player-danmu .el-button {
  background: none !important;
  border: none !important;
  color: #fff
}

.v-player .v-player-danmu .danmu-button {
  font-size: 20px
}

.v-player-danmu-setting {
  background-color: #2e2e2e;
  border: 0
}

.v-player-danmu-setting .popper__arrow,
.v-player-danmu-setting .popper__arrow::after {
  border-top-color: #2e2e2e !important
}

.v-player-danmu-setting .v-player-danmu-title {
  font-size: 13px;
  color: #fff;
  line-height: 30px
}

.v-player-danmu-setting .v-player-danmu-color {
  overflow: hidden
}

.v-player-danmu-setting .v-player-danmu-color label {
  padding: 0 3px;
  float: left;
  display: inline-block;
  cursor: pointer
}

.v-player-danmu-setting .v-player-danmu-color input[type=radio] {
  display: none
}

.v-player-danmu-setting .v-player-danmu-color span {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer
}

.v-player-danmu-setting .v-player-danmu-color span:hover {
  animation: my-face 5s infinite ease-in-out
}

.v-player-danmu-setting .v-player-danmu-type {
  margin-bottom: 5px
}

.v-player-danmu-setting .v-player-danmu-type .el-radio-button__inner {
  color: #fff
}

.v-player-danmu-setting .v-player-danmu-type .el-radio-button__inner:hover {
  color: #fef09e
}

.v-player-danmu-setting .v-player-danmu-type .el-radio-button__inner {
  background: 0
}

.v-player-danmu-setting .v-player-danmu-type .el-radio-button__orig-radio:checked+.el-radio-button__inner {
  background-color: #fef09e;
  border-color: #fef09e;
  color: #996303;
  box-shadow: none
}

.v-play-list {
  padding-bottom: 5px;
  overflow: hidden
}

.v-play-list .v-play-list-header {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 5px
}

.v-play-list .v-play-list-header span {
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer
}

.v-play-list .v-play-list-header span.is-active {
  background-color: #fef09e;
  color: #996303;
  font-weight: 700
}

.v-play-list .v-play-list-content {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-gap: 5px
}

.v-play-list .v-play-list-content span {
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer
}

.v-play-list .v-play-list-content span.is-active {
  color: #fef09e;
  border-color: #fef09e
}

.v-down-list {
  margin-bottom: 10px
}

.v-down-list .space {
  justify-content: center
}

.v-down-list .el-button+.el-button {
  margin-left: 0
}

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

.help-content p {
  margin: 1em 0;
  line-height: 1.45;
  font-size: 14px
}

.help-content a {
  color: #fef09e
}

.drawer-comment .el-drawer__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.drawer-comment .drawer-comment-body {
  flex: 1 1 0;
  overflow: hidden;
  overflow-y: auto
}

.drawer-comment .comment-list {
  padding: 10px 15px
}

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

.drawer-comment .comment-item-wrap {
  margin-left: 10px;
  padding-bottom: 5px;
  flex: 1 1 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  overflow: hidden
}

.drawer-comment .comment-item-header {
  height: 32px;
  display: flex;
  align-items: center
}

.drawer-comment .comment-item-header .user-info {
  padding-right: 10px;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  overflow: hidden
}

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

.drawer-comment .comment-item-header .user-info .el-tag {
  height: auto;
  line-height: 1;
  padding: 2px 4px
}

.drawer-comment .comment-item-header .item-toolbar {
  margin: 0 2px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  cursor: pointer
}

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

.drawer-comment .comment-item-header .item-toolbar.is-active {
  color: #fef09e
}

.drawer-comment .comment-item-header .el-button {
  padding: 4px 6px
}

.drawer-comment .comment-item-content {
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 1.4
}

.drawer-comment .comment-item-content span {
  color: #b6b6b6
}

.drawer-comment .comment-item-time {
  margin: 10px 0 8px;
  color: #b6b6b6;
  font-size: 12px
}

.drawer-comment .comment-item .el-divider {
  margin: 18px 0;
  background-color: rgba(255, 255, 255, .1)
}

.drawer-comment .comment-item .el-divider .el-divider__text {
  padding: 0 0 0 2px;
  color: #9c9c9c;
  font-size: 13px;
  background-color: #2a2a2a;
  display: flex;
  align-items: center
}

.drawer-comment .comment-item .el-divider .el-divider__text .space {
  margin: 0 8px;
  gap: 4px;
  cursor: pointer
}

.drawer-comment .comment-reply {
  margin: 10px 0;
  padding: 5px 10px;
  background-color: #404040;
  border-radius: 2px
}

.drawer-comment .comment-reply .comment-item:last-child .comment-item-wrap {
  border-bottom: 0
}

.drawer-comment .comment-reply .el-divider {
  margin-top: 5px
}

.drawer-comment .comment-reply .el-divider .el-divider__text {
  background-color: #404040
}

.drawer-comment .comment-reply .el-loading-spinner {
  margin: 5px 0;
  position: static;
  top: 0
}

.drawer-comment .comment-reply .el-loading-spinner .circular {
  width: 24px;
  height: 24px
}

.drawer-comment .drawer-comment-bottom {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #3c3c3c;
  box-sizing: border-box
}

.drawer-comment .drawer-comment-submit {
  margin-top: 8px;
  justify-content: space-between
}

.drawer-comment .drawer-comment-verify .el-input {
  width: 90px
}

.drawer-comment .drawer-comment-verify img {
  width: 80px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer
}

.drawer-comment .drawer-comment-submit .el-button+.el-button {
  margin-left: 8px
}

.art-details .art-wrap {
  min-height: 200px;
  margin-bottom: 10px;
  padding: 5px 10px 0;
  background-color: #2e2e2e;
  border-radius: 2px;
  overflow: hidden
}

.art-details .art-content {
  padding: 5px;
  line-height: 24px;
  color: #fff;
  font-size: 14px
}

.art-details .art-content p {
  margin: 0 0 1em
}

.art-details .art-content .lozad-image {
  max-width: 480px;
  min-height: 100px;
  margin: 0 auto 10px;
  border-radius: 4px;
  overflow: hidden
}

.art-details .el-loading-mask {
  background: 0
}

.art-details .el-result .icon-warning {
  fill: #fef09e
}

.art-details .el-result__title p {
  color: #fef09e
}

.art-details .el-result__subtitle p {
  color: #fef09e
}

.art-details .art-result .el-result__icon {
  display: none
}

.art-details .art-result .el-result__title b {
  margin: 0 4px
}

.act-details .act-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.act-details .act-wrap .act-pic {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
  overflow: hidden
}

.act-details .act-wrap .act-label {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px
}

.act-details .act-wrap .act-label h1 {
  margin-bottom: 15px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.act-details .act-wrap .act-label .space {
  gap: 8px 40px
}

.act-details .act-wrap .act-content {
  line-height: 24px;
  color: #b6b6b6;
  font-size: 14px
}

.act-details .act-wrap .act-content p {
  margin: 0 0 1em
}

.topic-details .topic-header {
  text-align: center
}

.topic-details .topic-header .space {
  justify-content: center
}

.topic-details .topic-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.topic-details .topic-wrap .lozad-image {
  max-width: 480px;
  min-height: 100px;
  margin: 0 auto 10px;
  border-radius: 4px;
  overflow: hidden
}

.topic-details .topic-wrap .topic-content {
  line-height: 24px;
  color: #b6b6b6;
  font-size: 14px
}

.topic-details .topic-wrap .topic-content p {
  margin: 0 0 1em
}

.user-center .user-profile {
  min-height: 100px;
  margin: 10px 0
}

.user-center .user-box {
  padding: 5px 5px 10px;
  align-items: flex-start;
  gap: 0 10px
}

.user-center .user-info {
  margin-bottom: 10px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden
}

.user-center .user-info .user-account {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #fef09e;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.user-center .user-info .user-extend {
  margin-bottom: 6px;
  font-size: 12px;
  color: #b5b5b5
}

.user-center .user-info .user-tag .el-button {
  height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center
}

.user-center .user-info .user-tag .el-button+.el-button {
  margin-left: 0
}

.user-center .user-info .user-tag .el-button img {
  width: 14px;
  margin-right: 4px
}

.user-center .user-vip {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #fef09e, #fada9f, #e0af74);
  position: relative;
  display: block
}

.user-center .user-vip .vip-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 14px
}

.user-center .user-vip .vip-text {
  margin-bottom: 5px;
  color: #4a2c00;
  font-size: 14px;
  flex: 1 1 0;
  position: relative;
  z-index: 1
}

.user-center .user-vip .el-button {
  background-color: #4a2c00;
  border-color: #4a2c00;
  color: #fff
}

.user-center .user-vips .el-button {
  background-color: #ff4d03;
  border-color: #ff4d03
}

.user-center .user-nav {
  display: grid;
  grid-template-columns: repeat(7, minmax(90px, 1fr));
  grid-gap: 5px
}

.user-center .user-nav .nav-item {
  padding: 20px 0 15px;
  position: relative;
  border-radius: 4px;
  color: #fef09e;
  font-size: 14px;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.user-center .user-nav .nav-item .zicon {
  font-size: 40px
}

.user-center .user-nav .nav-item p {
  margin: 8px 0
}

.user-form {
  width: 100%;
  max-width: 320px;
  min-height: 300px;
  margin: 40px auto
}

.user-form .form-title {
  font-size: 20px;
  text-align: center;
  color: #fef09e;
  font-weight: 500
}

.user-form .form-description {
  margin: 5px 0 36px;
  font-size: 12px;
  color: #b5b5b5;
  letter-spacing: 4px;
  line-height: 16px;
  font-weight: 400;
  text-align: center
}

.user-form .el-loading-mask {
  top: 50px
}

.user-form .form-type {
  margin-bottom: 20px;
  display: flex;
  justify-content: center
}

.user-form .form-type>label {
  margin: 0 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer
}

.user-form .form-type>label input {
  display: none
}

.user-form .form-type>label.is-active::after {
  content: '';
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #fef09e;
  overflow: hidden;
  display: block
}

.user-form .form-type>label span {
  margin-bottom: 6px;
  display: block
}

.user-form .el-input-group__append,
.el-input-group__prepend {
  background-color: rgba(255, 255, 255, .25);
  border: 0
}

.user-form .el-input-group__prepend {
  min-width: 68px
}

.user-form .el-input-group__append .el-button {
  color: #fef09e
}

.user-form .el-input-group__append .el-button.is-disabled {
  color: inherit;
  background: 0;
  border: 0
}

.user-form .form-bottom {
  padding-top: 10px;
  font-size: 14px;
  color: #b5b5b5;
  justify-content: center;
  gap: 10px 8px
}

.user-form .form-bottom .el-button {
  width: 100%
}

.user-form .form-bottom a {
  color: #fef09e
}

.user-recharge {
  width: 100%;
  min-height: 300px;
  margin: 40px auto
}

.user-recharge .recharge-title {
  font-size: 20px;
  text-align: center;
  color: #fef09e;
  font-weight: 500
}

.user-recharge .recharge-description {
  margin: 5px 0 36px;
  font-size: 12px;
  color: #b5b5b5;
  letter-spacing: 4px;
  line-height: 16px;
  font-weight: 400;
  text-align: center
}

.user-recharge .el-loading-mask {
  top: 50px
}

.user-recharge .user-vip,
.user-recharge .user-bullion {
  margin-bottom: 15px;
  text-align: center
}

.user-recharge .user-vip span,
.user-recharge .user-bullion span {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
  color: #b5b5b5;
  border: 1px solid #5b5b5b;
  border-radius: 16px;
  display: inline-block
}

.user-recharge .user-vip span b,
.user-recharge .user-bullion span b {
  color: #fef09e
}

.user-recharge .recharge-list {
  margin-bottom: 15px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(6, minmax(80px, 1fr));
  grid-gap: 10px
}

.user-recharge .recharge-list .recharge-item {
  padding: 15px 0;
  position: relative;
  border-radius: 4px;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer
}

.user-recharge .recharge-list .recharge-item.is-active {
  border-color: #fef09e
}

.user-recharge .recharge-list .recharge-item .recharge-item-price {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fef09e;
  text-align: center;
  font-weight: 500
}

.user-recharge .recharge-list .recharge-item .recharge-item-des {
  font-size: 13px;
  color: #aaa
}

.user-recharge .recharge-list .recharge-item .recharge-item-recommend {
  width: 40px;
  height: 20px;
  background-color: #fef09e;
  border-radius: 4px 0 10px 0;
  line-height: 20px;
  font-size: 12px;
  color: #996303;
  text-align: center;
  position: absolute;
  top: -1px;
  left: -1px
}

.user-recharge .recharge-payway {
  padding: 0 10px
}

.user-recharge .recharge-payway .recharge-payway-tip {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 12px;
  color: #b5b5b5;
  font-weight: 500
}

.user-recharge .recharge-payway .recharge-payway-tip h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700
}

.user-recharge .recharge-payway .recharge-payway-tip b {
  color: #fef09e
}

.user-recharge .recharge-payway .payway-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(80px, 1fr));
  grid-gap: 10px
}

.user-recharge .recharge-payway .payway-list .el-button {
  display: flex;
  align-items: center;
  justify-content: center
}

.user-recharge .recharge-payway .payway-list .el-button+.el-button {
  margin-left: 0
}

.user-recharge .recharge-payway .payway-list .zicon {
  margin-right: 5px;
  font-size: 18px
}

.dialog-pay {
  width: 80%;
  max-width: 320px
}

.dialog-pay .el-dialog__title {
  color: #fef09e
}

.dialog-pay .el-dialog__body {
  padding: 10px 20px 20px
}

.dialog-pay .dialog-pay-account {
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px
}

.dialog-pay .dialog-pay-account b {
  color: #fef09e
}

.dialog-pay .dialog-pay-warning {
  margin-bottom: 10px;
  padding: 4px 15px;
  font-size: 14px;
  color: #fef09e;
  font-weight: 700;
  text-align: center;
  border: 2px solid #fef09e;
  border-radius: 4px
}

.dialog-pay .dialog-pay-tip p {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
  color: #b5b5b5
}

.dialog-pay .el-dialog__footer {
  padding-top: 0
}

.drawer-order .el-drawer__body {
  padding-top: 5px
}

.drawer-order .drawer-order-body {
  min-height: 100%
}

.drawer-order .el-loading-mask {
  background: 0
}

.drawer-order .order-list .order-item {
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.drawer-order .order-list .order-item .item-row {
  min-height: 26px;
  display: flex;
  flex-direction: row
}

.drawer-order .order-list .order-item .item-row .item-title {
  width: 70px;
  height: 26px;
  line-height: 26px;
  color: #b5b5b5
}

.drawer-order .order-list .order-item .item-row .item-value {
  line-height: 26px;
  flex: 1 1 0
}

.drawer-order .order-list .order-item .item-row .item-money {
  color: #fef09e
}

.drawer-order .order-list .order-item .item-row .item-tag {
  margin-right: 5px;
  padding: 0 5px;
  color: #aaa;
  font-size: 13px;
  line-height: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  position: relative
}

.drawer-order .order-list .order-item .item-row .item-tag.item-tag-success {
  color: #07c160;
  border-color: #07c160
}

.drawer-record .el-drawer__body,
.drawer-buy .el-drawer__body,
.drawer-nc .el-drawer__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.drawer-record .drawer-record-body,
.drawer-buy .drawer-buy-body,
.drawer-nc .drawer-nc-body {
  padding: 15px;
  flex: 1 1 0;
  overflow: auto
}

.drawer-record .el-loading-mask,
.drawer-buy .el-loading-mask,
.drawer-nc .el-loading-mask {
  background: 0
}

.drawer-record .drawer-record-bottom {
  padding: 15px;
  border-top: 1px solid #3c3c3c;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.drawer-buy .el-drawer__body,
.drawer-nc .el-drawer__body {
  padding-top: 15px
}

.drawer-buy .drawer-buy-header,
.drawer-nc .drawer-nc-header {
  height: 36px;
  display: flex
}

.drawer-buy .drawer-buy-header span,
.drawer-nc .drawer-nc-header span {
  flex: 1 1 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  cursor: pointer
}

.drawer-buy .drawer-buy-header span.is-active::after,
.drawer-nc .drawer-nc-header span.is-active::after {
  content: '';
  width: 40px;
  height: 1px;
  margin: 5px auto 0;
  background-color: #fef09e;
  overflow: hidden;
  display: block
}

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

.drawer-record-list .el-checkbox {
  margin-right: 15px;
  display: flex;
  align-items: center
}

.drawer-record-list .el-checkbox__inner {
  width: 20px;
  height: 20px
}

.drawer-record-list .el-checkbox__inner::after {
  top: 1px;
  width: 6px;
  height: 12px;
  left: 6px
}

.drawer-record-list .el-checkbox__label {
  display: none
}

.drawer-record-list .drawer-record-item .record-pic {
  width: 120px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.drawer-record-list .drawer-record-item .record-pic .lozad-image {
  width: 100%;
  height: 100%
}

.drawer-record-list .drawer-record-item .record-pic .lozad-image .lozad-image-error {
  min-height: 100%
}

.drawer-record-list .drawer-record-item .record-pic .lozad-image img {
  object-fit: cover
}

.drawer-record-list .drawer-record-item .record-pic .el-tag {
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 5px
}

.drawer-record-list .drawer-record-item .record-pic .vod-duration {
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  color: #fff;
  font-size: 10px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 4px;
  position: absolute;
  right: 5px;
  bottom: 5px
}

.drawer-record-list .drawer-record-item .record-info {
  margin-left: 15px;
  flex: 1 1 0
}

.drawer-record-list .drawer-record-item .record-title {
  margin-bottom: 6px;
  height: 44px;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden
}

.drawer-record-list .drawer-record-item .record-time {
  margin-top: 10px;
  font-size: 12px;
  color: #b5b5b5;
  display: inline-block
}

.drawer-nc-list .drawer-nc-item {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer
}

.drawer-nc-list .drawer-nc-item .nc-pic {
  width: 134px;
  height: 175px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.drawer-nc-list .drawer-nc-item .nc-pic .lozad-image {
  width: 100%;
  height: 100%
}

.drawer-nc-list .drawer-nc-item .nc-pic .lozad-image .lozad-image-error {
  min-height: 100%
}

.drawer-nc-list .drawer-nc-item .nc-pic .lozad-image img {
  object-fit: cover
}

.drawer-nc-list .drawer-nc-item .nc-pic .space {
  position: absolute;
  top: 6px;
  right: 6px;
  gap: 0 5px
}

.drawer-nc-list .drawer-nc-item .nc-pic .el-tag {
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 12px
}

.drawer-nc-list .drawer-nc-item .nc-info {
  flex: 1 1 0;
  overflow: hidden
}

.drawer-nc-list .drawer-nc-item .nc-title {
  margin-bottom: 10px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.drawer-nc-list .drawer-nc-item .nc-author,
.drawer-nc-list .drawer-nc-item .nc-latest {
  margin-bottom: 8px;
  font-size: 12px;
  color: #9c9c9c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.drawer-nc-list .drawer-nc-item .nc-name {
  max-width: 100%;
  margin-bottom: 6px;
  padding: 4px 10px;
  color: #fef09e;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #fef09e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block
}

.drawer-nc-list .drawer-nc-item .nc-time {
  margin-bottom: 15px;
  font-size: 12px;
  color: #b5b5b5;
  display: inline-block
}

.drawer-nc-list .drawer-nc-item .el-button+.el-button {
  margin-left: 0
}

.drawer-nc-list .drawer-buy-item {
  margin-bottom: 10px;
  padding: 0 0 10px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: block
}

.drawer-nc-list .drawer-buy-item .item-row {
  min-height: 26px;
  display: flex;
  flex-direction: row
}

.drawer-nc-list .drawer-buy-item .item-row .item-title {
  width: 70px;
  height: 26px;
  line-height: 26px;
  color: #b5b5b5
}

.drawer-nc-list .drawer-buy-item .item-row .item-value {
  line-height: 26px;
  flex: 1 1 0
}

.drawer-nc-list .drawer-buy-item .item-row .item-bullion {
  color: #fef09e
}

.drawer-feedback .drawer-feedback-header {
  margin-bottom: 10px
}

.drawer-feedback .drawer-feedback-header .el-radio {
  margin-bottom: 10px
}

.drawer-feedback .drawer-feedback-submit {
  margin-top: 8px;
  justify-content: space-between
}

.drawer-feedback .drawer-feedback-verify .el-input {
  width: 90px
}

.drawer-feedback .drawer-feedback-verify img {
  width: 80px;
  height: 32px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer
}

.drawer-feedback .drawer-feedback-submit .el-button+.el-button {
  margin-left: 8px
}

.drawer-feedback .feedback-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.drawer-feedback .feedback-item .feedback-item-header {
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden
}

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

.drawer-feedback .feedback-item .feedback-item-header .el-button {
  padding: 4px 6px
}

.drawer-feedback .feedback-item .feedback-content {
  margin: 8px 0;
  line-height: 1.6;
  color: #fff;
  font-size: 14px;
  word-wrap: break-word
}

.drawer-feedback .feedback-item .feedback-content .el-tag {
  margin-right: 5px
}

.drawer-feedback .feedback-item .feedback-content .feedback-name {
  margin-right: 0
}

.drawer-feedback .feedback-item .feedback-content .el-button {
  margin: 0 0 10px 10px;
  padding: 4px 6px;
  float: right
}

.drawer-feedback .feedback-item .feedback-time {
  color: #b5b5b5;
  font-size: 12px
}

.drawer-feedback .feedback-admin-reply {
  margin-top: 10px;
  padding: 8px 10px;
  background-color: #403e36;
  border-radius: 4px
}

.drawer-feedback .feedback-admin-reply .feedback-content {
  margin-top: 2px
}

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

.drawer-feedback .feedback-reply-button {
  margin-top: 8px
}

.drawer-feedback .feedback-item .el-divider {
  margin: 18px 0 10px;
  background-color: rgba(255, 255, 255, .1)
}

.drawer-feedback .feedback-item .el-divider .el-divider__text {
  padding: 0 0 0 2px;
  color: #9c9c9c;
  font-size: 13px;
  background-color: #2a2a2a;
  display: flex;
  align-items: center
}

.drawer-feedback .feedback-item .el-divider .el-divider__text .space {
  margin: 0 8px;
  gap: 4px;
  cursor: pointer
}

.drawer-feedback .feedback-reply {
  margin-top: 10px;
  padding: 0 15px;
  background-color: #404040;
  border-radius: 2px;
  overflow: hidden
}

.drawer-feedback .feedback-reply .el-divider {
  margin: 10px 0 20px
}

.drawer-feedback .feedback-reply .el-divider .el-divider__text {
  background-color: #404040
}

.drawer-feedback .feedback-reply .el-loading-spinner {
  margin: 4px 0 10px;
  position: static;
  top: 0
}

.drawer-feedback .feedback-reply .el-loading-spinner .circular {
  width: 24px;
  height: 24px
}

.drawer-feedback .feedback-reply .feedback-admin-reply {
  background-color: #53524a
}

.drawer-feedback .feedback-reply .feedback-item {
  padding-top: 5px
}

.drawer-feedback .feedback-reply .feedback-item:last-child {
  border-bottom: 0
}

.drawer-search .search-box {
  margin-right: 5px
}

.drawer-search .el-drawer__body {
  padding: 10px
}

.drawer-search .search-title {
  margin: 0 5px 5px;
  font-size: 13px;
  color: #9c9c9c
}

.drawer-search .keyword-list {
  margin-bottom: 15px
}

.drawer-search .keyword-list span.el-tag {
  height: 28px;
  line-height: 26px;
  margin: 4px 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer
}

.drawer-search .keyword-list span.el-tag .el-tag__close {
  color: #fef09e
}

.drawer-search .keyword-list span.el-tag .el-tag__close:hover {
  color: #996303;
  background-color: #fef09e
}

.dialog-b-contact {
  width: auto;
  max-width: 80%;
  background: 0;
  box-shadow: none;
  overflow: hidden
}

.dialog-b-contact .el-dialog__header {
  display: none
}

.dialog-b-contact .el-dialog__body {
  padding: 0;
  overflow: hidden
}

.dialog-b-contact .contact-content {
  max-width: 400px;
  max-height: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.dialog-b-contact .el-image {
  min-width: 200px;
  min-height: 200px;
  background-color: #1a1a1a;
  border-radius: 20px;
  overflow: hidden
}

.dialog-b-contact .el-image img {
  width: 100%;
  height: 100%;
  display: block
}

.dialog-b-contact .el-image .el-loading-mask {
  background: 0
}

.dialog-b-contact .el-image .el-loading-spinner {
  height: 100%;
  margin-top: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.dialog-b-contact .el-image .el-loading-spinner .circular {
  width: 30%;
  max-width: 42px;
  height: auto
}

.dialog-b-contact .el-image .image-error {
  width: 100%;
  height: 200px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center
}

.dialog-b-contact .dialog-close {
  padding: 5px 8px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 0 4px 0 12px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer
}

.dialog-b-contact .dialog-close:hover {
  color: #fef09e
}

.dialog-b-contact .el-button {
  width: 80%;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700
}

.gm-tab {
  margin-bottom: 10px
}

.gm-tab .gm-tab-header {
  padding: 4px;
  background-color: #2e2e2e;
  border-radius: 4px;
  display: flex;
  align-items: center
}

.gm-tab .gm-tab-header span {
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: 1 1 0;
  display: block;
  cursor: pointer
}

.gm-tab .gm-tab-header span.is-active {
  color: #996303;
  background-color: #fef09e
}

.gm-tab .gm-tab-content {
  width: 100%;
  padding: 10px 0;
  overflow: hidden
}

.gm-tab .gm-tab-content .swiper-slide {
  height: auto;
  min-height: 400px
}

.gm-tab .gm-tab-content .swiper-slide-item {
  display: grid;
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-gap: 15px
}

.gm-tab .gm-tab-content .gm-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: block
}

.gm-tab .gm-tab-content .gm-item:before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 19.23%;
  display: block
}

.gm-tab .gm-tab-content .gm-item .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden
}

.gm-tab .gm-tab-content .gm-item .lozad-image .lozad-image-error {
  min-height: 100%
}

.gm-tab .gm-tab-content .gm-item .gm-item-bottom {
  height: 34px;
  padding: 0 10px;
  background-image: linear-gradient(0, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden
}

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

.contact {
  margin-top: 10px
}

.contact .space {
  justify-content: center
}

.contact .space .space-item {
  padding-right: 8px;
  font-size: 14px;
  color: #b6b6b6;
  position: relative
}

.contact .space .space-item a {
  color: #fff
}

.contact .space .space-item img {
  vertical-align: top
}

.contact .space .space-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #b6b6b6
}

.contact .space .space-item:last-child {
  padding-right: 0
}

.contact .space .space-item:last-child:after {
  display: none
}

.back-top {
  width: 40px;
  height: 40px;
  background-color: #F3B914;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20%;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  display: none
}

.back-top:hover {
  color: #fef09e
}

.back-to-top2 {
  display: none;
}

.light-block .v-list .sc-text {
  color: #333;
}

@keyframes marquee {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translateX(-100%)
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.2)
  }

  to {
    transform: scale(1)
  }
}

@media only screen and (min-width:1920px) {
  .hidden-xl-only {
    display: none !important
  }
}

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

@media only screen and (min-width:1200px) and (max-width:1919px) {
  .hidden-lg-only {
    display: none !important
  }
}

@media only screen and (min-width:1200px) {
  .hidden-lg-and-up {
    display: none !important
  }
}

@media only screen and (max-width:1199px) {
  .hidden-md-and-down {
    display: none !important
  }

  .v-list,
  .b-t-list,
  .nc-list,
  .external-column-image {
    grid-template-columns: repeat(4, minmax(50px, 1fr))
  }

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

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

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

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

  .b-details .b-photo-swiper {
    width: 320px
  }

  .user-center .user-nav {
    grid-template-columns: repeat(6, minmax(90px, 1fr))
  }

  .user-recharge .recharge-list {
    grid-template-columns: repeat(4, minmax(80px, 1fr))
  }

  .user-recharge .recharge-payway .payway-list {
    grid-template-columns: repeat(4, minmax(80px, 1fr))
  }

  .gm-tab .gm-tab-content .swiper-slide-item {
    grid-template-columns: repeat(3, minmax(50px, 1fr))
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .hidden-md-only {
    display: none !important
  }
}

@media only screen and (min-width:992px) {
  .hidden-md-and-up {
    display: none !important
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .hidden-sm-only {
    display: none !important
  }

  .user-center .user-nav {
    grid-template-columns: repeat(5, minmax(90px, 1fr))
  }

  .user-recharge .recharge-payway .payway-list {
    grid-template-columns: repeat(3, minmax(80px, 1fr))
  }
}

@media only screen and (max-width:767px) {
  .hidden-xs-only {
    display: none !important
  }

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

  header .header-nav {
    gap: 8px 4px
  }

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

  .v-list,
  .b-t-list,
  .nc-list,
  .external-column-image {
    grid-template-columns: repeat(3, minmax(50px, 1fr))
  }

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

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

  .v-player {
    height: 450px
  }

  .b-details .b-photo-swiper {
    width: 100%;
    margin-bottom: 0
  }

  .b-details .b-col {
    margin-left: 0;
    margin-bottom: 10px
  }

  .user-center .user-nav {
    grid-template-columns: repeat(4, minmax(90px, 1fr))
  }

  .user-recharge .recharge-list {
    grid-template-columns: repeat(3, minmax(80px, 1fr))
  }

  .user-recharge .recharge-payway .payway-list {
    grid-template-columns: repeat(2, minmax(80px, 1fr))
  }

  .gm-tab .gm-tab-content .swiper-slide-item {
    grid-template-columns: repeat(2, minmax(50px, 1fr))
  }
}

@media only screen and (min-width:768px) {
  .hidden-sm-and-up {
    display: none !important
  }
}

@media only screen and (max-width:540px) {

  .v-list,
  .b-t-list,
  .external-column-image {
    grid-template-columns: repeat(2, minmax(50px, 1fr))
  }

  .v-list-index .v-item:first-child,
  .v-list-index .v-item:nth-child(2) {
    border: 1px solid #333;
    border-radius: 4px;
    grid-column: 1 / -1
  }

  .v-list-index .v-item:first-child .v-item-box:before,
  .v-list-index .v-item:nth-child(2) .v-item-box:before {
    padding-bottom: 50%
  }

  .v-list-index .v-item:first-child .v-item-title,
  .v-list-index .v-item:nth-child(2) .v-item-title {
    margin: 5px 10px
  }

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

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

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

  .topic-list-index .topic-item:first-child,
  .topic-list-index .topic-item:nth-child(2) {
    grid-column: 1 / -1
  }

  .topic-list-index .topic-item:first-child:before,
  .topic-list-index .topic-item:nth-child(2):before {
    padding-bottom: 50%
  }

  .condition .condition-select {
    flex: 1 1 40%
  }

  .v-player {
    height: 280px
  }

  .v-details .act-item {
    width: 36px
  }

  .v-details .act-item .zicon-avater {
    font-size: 36px
  }

  .v-down-list .el-button {
    flex: 1 1 0
  }

  .user-center .user-nav {
    grid-template-columns: repeat(3, minmax(90px, 1fr))
  }

  .user-center .user-nav .nav-item .zicon {
    font-size: 30px
  }

  .user-recharge .recharge-list {
    grid-template-columns: repeat(2, minmax(80px, 1fr))
  }

  .user-recharge .recharge-payway .payway-list {
    grid-template-columns: repeat(1, minmax(80px, 1fr))
  }

  .gm-tab .gm-tab-content .swiper-slide-item {
    grid-template-columns: repeat(1, minmax(50px, 1fr))
  }
}

.window-tips {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fef09e;
  background-color: #1a1a1a;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2000
}

.window-tips p {
  width: 90%;
  margin: 20px auto;
  font-size: 20px
}

.window-tips .qrcode {
  width: 148px;
  height: 148px;
  margin: 20px auto;
  padding: 10px;
  background-color: #fef09e;
  border-radius: 4px
}

.window-tips .qrcode img {
  width: 100%;
  height: 100%
}

/* 首页tabs吃瓜列表样式  开始 */
[class^=guaContainer-guaList] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.guaContainer [class^=guaContainer-guaList-item] {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px
}

.guaContainer [class^=guaContainer-guaList-item] .box {
  width: 96%;
  background-color: #fff;
  border-radius: 8px;
}

.guaContainer [class^=guaContainer-guaList-item] .imageBox {
  width: 100%;
}

.guaContainer [class^=guaContainer-guaList-item] .title {
  width: 100%;
  min-height: 32px;
  line-height: 16px;
  margin-top: 5px;
  color: #b6b6b6;
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.guaContainer [class^=guaContainer-guaList-item] .imageBox img {
  width: 100%;
  height: 122px;
  border-radius: 8px;
  object-fit: cover;
  vertical-align: middle;
}

.guaContainer [class^=guaContainer-guaList-item] .title p {
  margin: 0;
  padding: 0 5px;
  color: #282828;
}

/* 首页tabs吃瓜列表样式  结束 */

/* 首页tabs推荐小说列表样式  开始 */
.novelContainer .novelContainer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.novelContainer .novelContainer-list-item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.novelContainer .novelContainer-list-item-box-content {
  width: 100%;
  height: auto;
}

.novelContainer .novelContainer-list-item-box-content .imageBox {
  display: block;
  width: 100%;
  position: relative;
}

.novelContainer .novelContainer-list-item-box-content img {
  width: 100%;
  height: 184px;
  border-radius: 4px;
  object-fit: cover;
  vertical-align: middle;
}

.novelContainer .novelContainer-list-item-box-content .titleContainer {
  margin: 4px 0 0;
  font-size: 14px;
  width: 100%;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
}

.novelContainer .novelContainer-list-item-box-content .titleContainer p {
  margin: 0;
  color: #282828;
}

/* 首页tabs推荐小说列表样式  结束 */

/* 首页tabs推荐漫画列表样式  开始 */
.comicContainer .comicContainer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.comicContainer .comicContainer-list-item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.comicContainer .comicContainer-list-item-box {
  display: block;
  width: 95%;
}

.comicContainer .comicContainer-list-item-box-content {
  width: 100%;
  height: auto;
  display: block;
}

.comicContainer .comicContainer-list-item-box-content .imageBox {
  display: block;
  width: 100%;
  position: relative;
}

.comicContainer .comicContainer-list-item-box-content img {
  width: 100%;
  height: 184px;
  border-radius: 4px;
  object-fit: cover;
  vertical-align: middle;
}

.comicContainer .comicContainer-list-item-box-content .titleContainer {
  margin: 4px 0 0;
  font-size: 14px;
  width: 100%;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
}

.comicContainer .comicContainer-list-item-box-content .titleContainer p {
  margin: 0;
  color: #282828;
}

/* 首页tabs推荐漫画列表样式  结束 */

/* 首页tabs视频各种类型列表样式  开始 */
.vodTitleContainer {
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  align-items: center;
}

.vodTitleContainer .leftTitle h1 {
  font-size: 20px;
  font-weight: 700;
  color: #282828;
}

.vodTitleContainer .rightBtn {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  padding: 10px;
}

.vodTitleContainer .rightBtn span {
  display: inline-block;
  background-color: rgb(219, 219, 219);
  font-size: 12px;
  font-weight: 700;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  margin-left: 14px;
}

.vodContainer {
  padding: 6px 0;
}

.vodContainer .vodContainer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.vodContainer .vodContainer-list-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.vodContainer .vodContainer-list-item-box {
  display: block;
  width: 96%;
}

.vodContainer .vodContainer-list-item-box-content {
  width: 100%;
  height: auto;
  display: block;
}

.vodContainer .vodContainer-list-item-box-content .imageBox {
  display: block;
  width: 100%;
  position: relative;
}

.vodContainer .vodContainer-list-item-box-content img {
  width: 100%;
  height: 122px;
  border-radius: 4px;
  object-fit: cover;
  vertical-align: middle;
}

.vodContainer .imageBox .timeBox {
  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;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}

.vodContainer .imageBox .timeBox .time {
  font-size: 12px;
  color: #fff;
}

.vodContainer .imageBox .timeBox .time i {
  font-size: 12px;
}

.vodContainer .vodContainer-list-item-box-content .titleContainer {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: normal;
  width: 100%;
  font-size: 14px;
  height: 38px;
  margin-top: 6px;
}

.vodContainer .vodContainer-list-item-box-content .titleContainer p {
  margin: 0;
  color: #282828;
}

/* 首页tabs视频各种类型列表样式  结束 */

/* 页脚样式  开始 */

.footer_container img {
  vertical-align: middle;
  object-fit: cover
}

.footer_container .bottomCooperate {
  padding: 15px 0 110px;
  font-size: 12px;
  color: #888;
  text-align: center
}

.footer_container .bottomCooperate a {
  color: #282828
}

/* 页脚样式  结束 */

/* 底部悬浮图片样式  开始 */
.footer-fixed-abk {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.footer-fixed-abk img {
  width: 100%;
  max-height: 100px;
  vertical-align: middle;
  object-fit: cover;
}

/* 底部悬浮图片样式  结束 */

/* 首页tabs视频列表标题右边广告按钮样式  开始 */
.block-header .left-title {
  min-width: 40px;
  color: #282828;
  font-size: 20px;
  font-weight: 700;
}

.block-header .rightBtn {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  padding: 10px;
}

.block-header .rightBtn span {
  display: inline-block;
  background-color: rgb(219, 219, 219);
  font-size: 12px;
  font-weight: 700;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  margin-left: 14px;
}

/* 首页tabs视频列表标题右边广告按钮样式  结束 */

/* 首页tabs栏样式  开始 */
.headerss .menuNav {
  padding-bottom: 8px
}

.headerss .menuNav .van-tabs .van-tabs__wrap {
  height: 40px
}

.headerss .menuNav .van-tabs .van-tabs__nav {
  padding-right: 0;
  padding-left: 0
}

.headerss .menuNav .van-tabs .van-tab {
  font-size: 15px;
  font-weight: 700;
  padding: 0 4px
}

.headerss .menuNav .van-tabs .van-tabs__line {
  bottom: 18px
}

.headerss .menuNav .van-tabs .tcjy {
  animation: 1s infinite alternate changeColor;
}

.headerss .menuNav .van-tabs .cysc {
  animation: 1s infinite alternate changecyColor;
}

@keyframes changeColor {
  0% {
    color: #282828
  }

  100% {
    color: red
  }
}

@keyframes changecyColor {
  0% {
    color: #282828
  }

  100% {
    color: #e007e1
  }
}

/* 首页tabs栏样式  结束 */


/* 开屏图片广告弹窗样式  开始 */
.newPopup_container-content-imgBox .close {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-shadow: 0 1px 0 #fff;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box
}

.newPopup {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.newPopup_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.newPopup_container-content {
  width: 80%;
  height: auto;
  max-width: 400px
}

.newPopup_container-content-imgBox {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative
}

.newPopup_container-content-imgBox .close {
  float: right;
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: .2;
  z-index: 100;
}

.newPopup_container-content-imgBox img {
  width: 100%;
  vertical-align: middle;
  pointer-events: auto
}

/* 开屏图片广告弹窗样式  结束 */

/* 开屏最新公告弹窗样式  开始 */
.noticeContainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.noticeContainer .notice .close {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-shadow: 0 1px 0 #fff;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box
}

.noticeContainer-content {
  width: 80%;
  max-width: 320px;
  background: 0 0
}

.btn,
.form-control {
  background-image: none;
  font-size: 14px;
  line-height: 1.42857143
}

.noticeContainer .notice {
  padding-bottom: 15px;
  background-color: #fef3ef;
  position: relative;
  border-radius: 10px
}

.noticeContainer .notice .close {
  position: absolute;
  right: 8px;
  top: 8px
}

.noticeContainer .notice .notice-header {
  padding: 25px 20px 5px;
  color: #ff4d03;
  background: linear-gradient(#ff4d03, #fef3ef, 70%, #fef3ef);
  border-radius: 10px
}

.noticeContainer .notice .notice-header h3 {
  margin: 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.noticeContainer .notice .notice-header h3 span {
  margin-left: 2px;
  font-size: 14px
}

.noticeContainer .notice .notice-content {
  margin: 10px 15px 0;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden
}

.noticeContainer .notice .notice-tip {
  margin: 10px 15px 0;
  padding: 4px 15px;
  color: #ff4d03;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  border: 2px solid #ff4d03;
  border-radius: 4px
}

.noticeContainer .notice .notice-content .scroll-wrapper {
  max-height: 300px;
  overflow: hidden !important;
  padding: 0 !important
}

.noticeContainer .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: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important
}

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

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

.noticeContainer .notice .notice-content .notice-content-scrollbar p {
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1.6;
  word-wrap: break-word;
  font-size: 14px;
}

.noticeContainer .notice .notice-content .site-qrcode p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-top: 8px;
  line-height: 1.6;
  word-wrap: break-word;
  color: #282828
}

/* 开屏最新公告弹窗样式  结束 */

/* 留言反馈样式  开始 */
.popup-card {
  width: 100%;
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.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 .van-cell {
  padding: 0;
}

.popup-card .van-field__control {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  padding: 6px 12px;
}

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

textarea.form-control {
  resize: vertical;
}

textarea.form-control {
  height: auto;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
  transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
  transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
  transition: border-colorease-in-out .15s, box-shadowease-in-out .15s, -webkit-box-shadowease-in-out .15s;
  box-sizing: border-box;
}

.form-control {
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

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

.feedback .feedback-list {
  margin-top: 15px;
  font-size: 14px;
}

.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-content {
  margin: 4px 0;
  color: #60606c;
  word-wrap: break-word;
}

.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-reply-list {
  margin-top: 5px;
  padding: 0 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  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 .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-reply-content {
  margin-bottom: 4px;
  word-wrap: break-word;
  color: #333;
}

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

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

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

.popup-card .popup-close-icon {
  color: #c8c9cc;
  font-size: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}

.popup-card .popup-body .pagination {
  margin: 20px 0 10px;
}

.popup-card .popup-body .van-radio-group .van-radio {
  margin-bottom: 12px;
  font-size: 14px;
}

.popup-card .pagination .van-pagination .van-pagination__item {
  color: #ff4d03;
}

.popup-card .pagination .van-pagination .van-pagination__item--active {
  background-color: #ff4d03;
  color: #fff;
}

.popup-card .pagination .van-pagination .van-pagination__item--disabled {
  color: #646566;
}

.popup-card .pagination .van-pagination .van-pagination__item:active {
  color: #fff;
  background-color: #ff4d03
}

.custom-msgbox {
  width: 50vw !important;
  max-width: 600px !important;
  min-width: 300px !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  position: fixed !important;
  background-color: #fff;
  color: #333;
}

.custom-msgbox .el-button--primary {
  color: #fff;
  background-color: #ff4d03;
  border-color: #ff4d03;
}

/* 留言反馈样式  结束 */

/* tabs下的分类按钮和分页按钮总样式  开始 */
.fenlei {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fenlei .fenlei-content-item {
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  margin: 4px 0;
  color: #333;
  border-radius: 13px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}

.fenlei .fenlei-content-item.active {
  background-color: #fef3ef;
  color: #ff4d03;
  border: 1px solid #ff4d03;
}

.fenlei .fenlei-content-item p {
  margin: 0;
}

.paginationContainer {
  margin: 20px 0 10px;
  gap: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 14px;
  flex-flow: wrap;
  padding-left: 0;
}

.paginationContainer .button {
  font-size: 14px;
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 16px;
  background-color: rgb(67, 76, 94);
  color: #fff;
}

.paginationContainer .pagination_numberBox {
  position: relative;
}

.paginationContainer .pagination_numberBox input {
  font-size: 16px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
  border-color: rgb(76, 86, 106);
  background-color: rgb(67, 76, 94);
  padding: 6px 16px;
  width: 112px;
  color: rgb(216, 222, 233);
  box-sizing: border-box;
}

.paginationContainer .pagination_numberBox-number {
  top: 0;
  bottom: 0;
  right: 0;
  padding-right: 12px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-flow: wrap;
  gap: 8px 12px;
}

.paginationContainer .pagination_numberBox-number span {
  color: rgb(107, 114, 128);
  font-weight: bold;
}

/* tabs下的分类按钮和分页按钮总样式  结束 */

/* 吃瓜tabs列表样式  开始 */
.guaContainer {
  width: 100%;
  height: auto;
}

.guaContainer-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}

.guaContainer-list-item {
  width: 100%;
  margin-bottom: 15px;
}

.guaContainer-list-item-imageBox {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.guaContainer-list-item-imageBox img {
  display: block;
  width: 100%;
  height: 222px;
  object-fit: cover;
}

.guaContainer-list-item-imageBox .titleContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .3);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* 吃瓜tabs列表样式  结束 */

/* 小说tabs列表样式  开始 */
.xiaoshuo_container .novelContainer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.xiaoshuo_container .novelContainer-list-item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.xiaoshuo_container .novelContainer-list-item-box-content {
  width: 100%;
  height: auto;
}

.xiaoshuo_container .novelContainer-list-item-box-content .imageBox {
  display: block;
  width: 100%;
  position: relative;
}

.xiaoshuo_container .novelContainer-list-item-box-content img {
  width: 100%;
  height: 184px;
  border-radius: 4px;
  object-fit: cover;
}

.xiaoshuo_container .novelContainer-list-item-box-content .titleContainer {
  margin: 0;
  font-size: 14px;
  margin-top: 4px;
  width: 100%;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
}

.xiaoshuo_container .novelContainer-list-item-box-content .titleContainer p {
  margin: 0;
  color: #282828;
}

/* 小说tabs列表样式  结束 */

/* 韩漫tabs列表样式  开始 */
.manHuaList .manHuaList-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.manHuaList .manHuaList-container-item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.manHuaList .manHuaList-container-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manHuaList .manHuaList-container-item-box {
  width: 95%;
  border-radius: 8px;
}

.manHuaList .manHuaList-container-item-box-imageBox {
  width: 100%;
  height: 184px;
  position: relative;
  margin: 0;
}

.manHuaList .manHuaList-container-item-box-imageBox .lozad-image {
  width: 100%;
  height: 100%;
}

.manHuaList .manHuaList-container-item-box-imageBox img {
  display: block;
  width: 100%;
  height: 184px;
  border-radius: 4px;
  object-fit: cover;
}

.manHuaList .manHuaList-container-item-box-imageBox-bottom {
  height: 30px;
  padding: 0 6px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
}

.manHuaList .manHuaList-container-item-box-imageBox .tag {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  color: #fff;
  background-color: #409eff;
  font-size: 12px;
  border-radius: 4px;
}

.manHuaList .manHuaList-container-item-box-imageBox-bottom i {
  font-size: 14px;
}

.manHuaList .manHuaList-container-item-box-title {
  font-size: 14px;
  color: #282828;
  margin-top: 4px;
  width: 100%;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
}

.manHuaList .manHuaList-container-item-box-chapter {
  margin: 0;
  font-size: 13px;
  width: 100%;
  color: #9b9292;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical !important;
}

/* 韩漫tabs列表样式  结束 */

/* 播放组件样式  开始 */
.vod-title {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 8px 10px;
  background-color: #2a2a2a;
  color: #fef3ef;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}

.twoColumnAdv {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.twoColumnAdv-item {
  width: 50%;
  max-height: 125px;
}

.twoColumnAdv .twoColumnAdv-item:first-child {
  margin-right: 5px;
}

.twoColumnAdv .twoColumnAdv-item:last-child {
  margin-left: 5px;
}

.twoColumnAdv-item img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-radius: 4px;
  object-fit: cover;
}

.swipeImg {
  margin-bottom: 10px;
}

/* 视频播放器和视频广告样式  开始 */
.player .videoADV {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 89;
  display: flex;
  align-items: center;
}

.player .videoADV-imageBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.player .videoADV-imageBox img {
  vertical-align: middle;
  width: auto;
  height: auto;
  min-height: 100px;
  max-width: 100%;
  max-height: 100%;
}

.player .videoADV-imageBox-header {
  width: 100%;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}


.player .videoADV-imageBox-header-closeBtn {
  display: block;
  color: #fff;
  font-size: 13px;
  background-color: rgb(0, 0, 0, .5);
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
  border-radius: 15px;
}

.player .videoADV-imageBox-footer {
  position: absolute;
  width: 100%;
  height: 30px;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.player .videoADV-imageBox-footer-detailsBtn {
  color: #fff;
  font-size: 13px;
  background-color: rgb(0, 0, 0, .5);
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

.player .videoMobile-play svg path {
  fill: #fff;
}

.player {
  width: 100%;
  height: 600px;
  position: relative;
  background: url(/static/images/player-bg.jpg) center no-repeat;
  background-size: cover;
}

.player #dplayer {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .player {
    height: 450px;
  }
}

@media only screen and (max-width: 540px) {
  .player {
    height: 280px;
  }
}

/* 视频播放器和视频广告样式  结束 */
.vod-toolbar-block {
  margin: 15px 0;
}

.vod-toolbar-block .vod-toolbar {
  padding: 0 10px;
  color: #888;
  text-align: center;
  display: block;
}

.vod-toolbar-block .thumbsUp {
  color: #ff4d03;
}

.vod-toolbar-block .vod-toolbar p {
  margin: 0;
  font-size: 12px;
}

.vod-toolbar-block .collect {
  color: #ff4d03;
}

.vod-toolbar-block .dislike {
  color: #ff4d03;
}


.vod-share {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 10px 0;
  padding: 8px 10px;
  background-color: #2a2a2a;
  color: #fef3ef;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: small;
  box-sizing: border-box;
}

.vod-share .s-copy-link {
  cursor: pointer;
  word-break: break-all;
}

.vod-share .span {
  display: inline !important;
  color: #007bff !important;
}

.vod-share img {
  position: relative;
  top: -0.02rem;
  width: 1rem;
  height: 1rem;
}


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

.space-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.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-content {
  padding: 12px 16px;
  font-size: 14px;
  box-sizing: border-box;
}

.card .vod-class {
  margin: 10px 0;
}

.card .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card .tags .tag {
  color: #ffffff;
  text-decoration: none;
  background-color: #1f3a5f;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  margin: 0 5px 5px 0;
  display: inline-block;
}

.loveTitleContainer {
  display: flex;
  flex-direction: row;
  margin: 10px 0px;
  align-items: center;
  background-color: #fef3ef;
}

.loveTitleContainer .rightBtn {
  display: flex;
  flex-direction: row;
  margin-left: 10px;
  padding: 10px;
}

.loveTitleContainer .leftTitle h1 {
  font-size: 14px;
  font-weight: 700;
  color: #ff4d03;
  margin-left: 15px;
}

.loveTitleContainer .rightBtn span {
  display: inline-block;
  background-color: rgb(219, 219, 219);
  font-size: 12px;
  font-weight: 700;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  margin-left: 14px;
}

.textblock span {
  display: block;
  text-align: center;
  font-size: large;
  color: #007bff !important;
  white-space: pre-line;
}

/* 播放组件样式  结束 */

/* 百度游览器 img 默认有 pointer-events 样式  开始 */
img{
  pointer-events: none;
}
/* 百度游览器 img 默认有 pointer-events 样式  结束 */

/* 视频购买和VIP窗口样式  开始 */

.player .lock-player {
  width: 80%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.player .lock-player .player-title {
  font-size: 20px;
  text-align: center;
  color: #ff4d03;
  font-weight: 500;
}

.player .lock-player .player-description {
  margin: 5px 0 36px;
  font-size: 12px;
  color: #999;
  letter-spacing: 4px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.player .lock-player .btn {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}