.vcontainer {
  padding: 0 5px;
}

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

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

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

.container {
  padding: 0 5px;
}

.space {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.el-button {
  padding: 1rem 1.375rem;
  font-size: 1.125rem !important;
  border-radius: 0.375rem;
}

.el-button.is-round {
  border-radius: 1.5rem !important;
  padding: 0.9375rem 1.8125rem !important;
}

.el-button--mini,
.el-button--small {
  font-size: 1rem !important;
  border-radius: 0.3125rem;
}

.el-button--small,
.el-button--small.is-round {
  padding: 0.75rem 1.125rem !important;
}

.el-button--mini,
.el-button--mini.is-round {
  padding: 0.5625rem 1.125rem !important;
}

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

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

.el-button--glow {
  color: #996303 !important;
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}

.el-button--glow.is-active,
.el-button--glow:active,
.el-button--glow:focus,
.el-button--glow:hover {
  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: var(--theme-color) !important;
  background: 0 0 !important;
  border-color: var(--theme-color);
}

.el-button--glow.is-plain:active,
.el-button--glow.is-plain:focus,
.el-button--glow.is-plain:hover {
  background: 0 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 !important;
  background: 0 0 !important;
  border-color: #807848 !important;
}

.el-input {
  font-size: 1.0625rem;
}

.el-input__inner {
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  color: #fff;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #5b5b5b;
}

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

.el-input__prefix {
  left: 0.4375rem;
}

.el-input--prefix .el-input__inner {
  padding-left: 2.375rem;
}

.el-input__suffix {
  right: 0.4375rem;
}

.el-input--suffix .el-input__inner {
  padding-right: 2.375rem;
}

.el-textarea__inner {
  padding: 0.8rem 1.202rem;
  color: #fff;
  font-family: initial;
  font-size: 1.0625rem;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #5b5b5b;
  border-radius: 0.321rem;
}

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

.el-textarea .el-input__count {
  line-height: 2.25rem;
  color: #c0c4cc;
  font-size: 0.9375rem;
  background: 0 0;
  bottom: 0.4rem;
  right: 0.8rem;
}

.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--small.is-bordered {
  padding: 0.641rem 1.202rem 0 0.8rem;
  border-radius: 0.24rem;
  height: 2.564rem;
}

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

.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 0.641rem;
}

.el-radio__inner {
  width: 1.122rem;
  height: 1.122rem;
}

.el-radio__label {
  font-size: 1.122rem;
  padding-left: 0.481rem;
}

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

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

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

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

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

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

.el-radio--small.is-bordered .el-radio__inner {
  width: 0.962rem;
  height: 0.962rem;
}

.el-radio--mini.is-bordered .el-radio__label,
.el-radio--small.is-bordered .el-radio__label {
  font-size: 0.962rem;
}

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

.el-select-dropdown__item {
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 1.625rem;
  font-size: 1.0625rem;
  color: #606266;
  color: #fff;
}

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

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

.el-form-item {
  margin-bottom: 1.763rem;
}

.el-form-item__error {
  padding-top: 0.321rem;
  font-size: 0.962rem;
}

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

.el-alert {
  padding: 0.625rem 0.9375rem;
  border-radius: 0.375rem;
}

.el-alert__icon {
  width: 1.25rem;
  font-size: 1.25rem;
}

.el-alert__content {
  padding: 0 0.625rem;
}

.el-alert__title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.el-alert .el-alert__description {
  font-size: 0.9375rem;
  margin-top: 0.375rem;
}

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

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

.el-dialog__header {
  padding: 1.5625rem 1.5625rem 0.9375rem;
}

.el-dialog__title {
  line-height: 1.875rem;
  font-size: 1.5rem;
}

.el-dialog__headerbtn {
  top: 0.875rem;
  right: 0.875rem;
  font-size: 1.5rem;
}

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

.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
  color: var(--theme-color);
}

.el-dialog__footer {
  padding: 1.5625rem 1.375rem 1.375rem;
}

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

.el-message--warning .el-message__content {
  color: var(--theme-color);
}

.el-message .el-icon-warning {
  color: var(--theme-color);
}

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

.el-message-box {
  width: auto;
  min-width: 15rem;
  max-width: 80%;
  font-size: 1.5rem;
  padding-bottom: 0.75rem;
  background-color: #2a2a2a;
  border-radius: 0.375rem;
  border: none;
}

.el-message-box__header {
  padding: 1.25rem 1.25rem 0.75rem;
}

.el-message-box__title {
  color: #fff;
  font-size: 1.25rem;
}

.el-message-box__content {
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 1.0625rem;
}

.el-message-box__status {
  font-size: 1.9375rem;
}

.el-message-box__headerbtn {
  display: none;
}

.el-message-box--center {
  padding-bottom: 1.5625rem;
}

.el-message-box--center .el-message-box__header {
  padding: 1.25rem 1.25rem 0.75rem;
}

.el-message-box__status.el-icon-warning {
  color: var(--theme-color);
}

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

.el-drawer.rtl {
  -webkit-animation: none !important;
  animation: none !important;
}

.el-drawer.ltr,
.el-drawer.rtl {
  /* max-width: 31.25rem */
  width: 100%;
}

.el-drawer__header {
  margin-bottom: 0 !important;
  padding: 1.25rem 0.4rem 1.25rem 1.25rem !important;
  color: #fff !important;
  font-size: 1.25rem !important;
  border-bottom: 1px solid #3c3c3c !important;
}

.el-drawer__close-btn {
  font-size: 1.625rem;
  padding-inline-start: 6px;
  padding-inline-end: 6px;
}

.el-drawer__body {
  padding: 1.25rem;
  color: #fff;
  box-sizing: border-box;
}

.el-pagination {
  margin: 1.25rem 0 0.9375rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  white-space: normal;
}

.el-pagination button,
.el-pagination span:not([class*='suffix']) {
  min-width: 2.8125rem;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1rem;
}

.el-pagination button:hover {
  color: var(--theme-color);
}

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

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

.el-pagination .btn-prev {
  padding-right: 0.5rem;
}

.el-pagination .btn-next {
  padding-left: 0.5rem;
}

.el-pager li {
  min-width: 2.8125rem;
  height: 2.25rem;
  line-height: 2.25rem;
  margin: 0.375rem 0.3125rem;
  padding: 0 0.25rem;
  font-size: 1rem;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 0.25rem;
}

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

.el-pager li:hover {
  color: var(--theme-color);
}

.el-pager li.active {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

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

.el-pagination__jump {
  margin: 0.375rem 0 0.375rem 1.5625rem;
}

.el-pagination__editor.el-input {
  width: 4rem;
  line-height: 1.4375rem;
  margin: 0 0.1875rem;
  padding: 0 0.25rem;
  height: 2.25rem;
  font-size: 1.0625rem;
  border-radius: 0.3125rem;
}

.el-pagination__editor.el-input .el-input__inner {
  height: 2.25rem;
}

.el-empty {
  padding-bottom: 4.75rem;
}

.el-empty__image {
  width: 11.75rem;
}

.el-empty__description {
  margin-top: 0;
}

.el-empty__description p {
  font-size: 1.0625rem;
}

.el-empty__bottom,
.el-result__title {
  margin-top: 1.25rem;
}

.el-result__title p {
  font-size: 1.375rem;
  color: #909399;
}

.el-result__subtitle {
  margin-top: 0.75rem;
}

.el-result__subtitle p {
  font-size: 1.0625rem;
}

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

.el-card__header {
  padding: 1.202rem;
  font-size: 1.282rem;
  border-color: #5b5b5b;
}

.el-card__body,
.el-main {
  padding: 1.125rem;
}

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

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

.lozad-image .el-loading-mask {
  background: 0 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: 3rem;
  height: auto;
}

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

.dialog-notice {
  width: 80%;
  max-width: 26.25rem;
}

.dialog-notice .el-dialog__title {
  color: var(--theme-color);
}

.dialog-notice .el-dialog__body {
  padding: 0.75rem 1.375rem 1.375rem;
}

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

.dialog-notice .el-scrollbar {
  border: 1px solid var(--theme-color);
  border-radius: 0.9375rem;
}

.dialog-notice .el-scrollbar .el-scrollbar__wrap {
  max-height: 25rem;
}

.dialog-notice .notice-content {
  padding: 0.9375rem;
  font-size: 1.125rem;
  color: var(--theme-color);
}

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

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

.dialog-notice .notice-qrcode {
  margin-right: 1.125rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 0.375rem;
}

.dialog-notice .notice-tip {
  line-height: 1.6;
  font-size: 1.125rem;
  text-align: left;
  color: var(--theme-color);
  flex: 1 1 0%;
}

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

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

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

.dialog-screen .screen-content {
  width: 25rem;
  height: 37.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-screen .lozad-image {
  width: 25rem;
  height: 37.5rem;
  background-color: #1a1a1a;
}

.dialog-screen .lozad-image .lozad-elem {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dialog-screen .dialog-close {
  padding: 0.25rem 0.375rem;
  color: #fff;
  font-size: 1.375rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 0.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.dialog-screen .dialog-close:hover {
  color: var(--theme-color);
}

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

.search-box .search-input {
  line-height: 2.5rem;
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 1.5rem;
  overflow: hidden;
}

.search-box .search-input .zicon-search {
  margin: 0 0.5rem 0 0.75rem;
  color: #fff;
  font-size: 1.125rem;
}

.search-box .search-input input {
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #fff;
  line-height: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  outline: 0;
  resize: none;
}

.search-box .search-input input::-webkit-input-placeholder,
.search-box .search-input input::placeholder {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}

header {
  width: 100%;
}

header.header-affix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: transform 0.4s;
  transition: transform 0.4s;
}

header.header-affix-hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

header .container {
  width: 100%;
  max-width: 31.25rem !important;
  margin: 0 auto;
  background-color: #2a2a2a;
  overflow: hidden;
}

header .search-box {
  width: 8.125rem;
}

header .search-box .type-word {
  font-size: 1.125rem;
  color: #fff;
  white-space: nowrap;
}

header .search-box .type-line {
  width: 0.09375rem;
  height: 1.125rem;
  margin-left: 0.25rem;
  background-color: #fff;
  animation: fade steps(1) 1s infinite;
  overflow: hidden;
}

header .header-nav {
  padding: 0.75rem 0;
}

header .header-nav .module-title {
  line-height: 1;
  padding: 0.625rem 0.9375rem;
  font-size: 1.25rem;
  color: var(--theme-color);
  background-color: #000;
  border-radius: 1.3125rem;
  display: block;
}

header .header-menu {
  height: 2.5rem;
  flex: 1 1 0%;
  position: relative;
  overflow: hidden;
}

header .header-menu .header-menu-dot {
  width: 4rem;
  height: 2.5rem;
  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 {
  height: 2.375rem;
  padding: 0 0.375rem;
  font-size: 1.0625rem;
  color: #fff;
  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 {
  margin: 0 0.3125rem;
  padding: 0.625rem 0.9375rem;
  font-size: 1.25rem;
  background-color: #000;
  border-radius: 1.3125rem;
}

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 {
  margin-bottom: 0.8rem;
}

header .header-sub-menu .header-menu-dot {
  height: 2.25rem;
}

header .header-sub-menu .header-menu-content .menu-link {
  height: 2.375rem;
  margin: 0 0.3125rem;
  padding: 0 0.625rem;
  border: 1px solid #5b5b5b;
  border-radius: 0.375rem;
}

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: 1.0625rem;
  color: var(--theme-color);
  border-color: var(--theme-color);
  background: 0 0;
}

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

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

@keyframes colorYellow {
  50% {
    color: var(--theme-color);
  }
}

@keyframes multipleColor {
  35% {
    color: var(--theme-color);
  }

  75% {
    color: #d47d59;
  }
}

.notice-marquee {
  height: 3.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
  padding: 0 1.25rem 0 0.625rem;
  position: relative;
  display: flex;
  align-items: center;
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 1.5625rem;
  border: 1px solid var(--theme-color);
  overflow: hidden;
}

.notice-marquee .zicon-notice {
  min-width: 2.5rem;
  font-size: 1.875rem;
}

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

[class^='external-carousel__'] {
  margin-bottom: 0.625rem;
}

[class^='external-carousel__'] .swiper-slide-item {
  width: 100%;
  display: block;
}

[class^='external-carousel__'] .lozad-image {
  width: 100%;
}

[class^='external-carousel__'] .lozad-image .lozad-elem {
  height: 6.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-text-block__'] {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.375rem;
}

[class^='external-text-block__'] span {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  color: #ff4e4e;
  text-align: center;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[class^='external-text-block__'] span:nth-child(even) {
  color: var(--theme-color);
}

[class^='external-app__'] {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.75rem;
}

[class^='external-app__'] [class^='external-app-item__'] {
  width: 100%;
  overflow: hidden;
}

[class^='external-app__'] [class^='external-app-item__'] [class^='external-app-img__'] {
  width: 100%;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}

[class^='external-app__'] [class^='external-app-item__'] [class^='external-app-img__']::before {
  content: '';
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

[class^='external-app__'] [class^='external-app-item__'] .lozad-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

[class^='external-app__'] [class^='external-app-item__'] .lozad-image .lozad-image-error {
  min-height: auto;
  font-size: 1.5rem;
}

[class^='external-app__'] [class^='external-app-item__'] .lozad-image .lozad-elem {
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-app__'] [class^='external-app-item__'] p {
  width: 100%;
  margin: 0.4375rem 0 0;
  color: #fff;
  font-size: 0.9375rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

[class^='external-block__'] [class^='external-block-content__'] {
  margin-bottom: 0.75rem;
}

[class^='external-block__'] [class^='external-block-content__'] .lozad-image {
  width: 100%;
}

[class^='external-block__'] [class^='external-block-content__'] .lozad-image .lozad-elem {
  height: 6.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-block__'] [class^='external-block-content__'] [class^='external-frame__'] {
  width: 100%;
}

[class^='external-block__'] [class^='external-block-text__'] {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.375rem;
}

[class^='external-block__'] [class^='external-block-text__'] span {
  padding: 0.25rem 0.5rem;
  font-size: 0.9375rem;
  color: var(--theme-color);
  text-align: center;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[class^='external-fx__'] .external-fx-close {
  font-size: 1.375rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

[class^='external-fx__'] .external-fx-close:hover {
  color: var(--theme-color);
}

[class^='external-fx-top__'] {
  width: 100%;
  max-width: 31.25rem;
  background-color: rgba(12, 12, 12, 0.9);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
}

[class^='external-fx-top__'] [class^='external-fx-top-warp__'] {
  height: 4.6474rem;
  padding: 0.7rem 9.6153rem 0.7rem 3.891rem;
  position: relative;
}

[class^='external-fx-top__'] .lozad-image {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.625rem;
  position: absolute;
  left: 0.625rem;
  top: 0.625rem;
  overflow: hidden;
}

[class^='external-fx-top__'] .lozad-image .lozad-image-error {
  min-height: 100%;
  font-size: 1.5564rem;
}

[class^='external-fx-top__'] .lozad-image .lozad-elem {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-fx-top__'] [class^='external-fx-top-content__'] {
  height: 100%;
  margin: 0 0.75rem;
  padding: 0.125rem 0;
  line-height: 1.6;
  color: var(--theme-color);
  font-size: 0.9375rem;
  overflow: hidden;
}

[class^='external-fx-top__'] [class^='external-fx-top-content__'] h5 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 700;
}

[class^='external-fx-top__'] [class^='external-fx-top-content__'] p {
  margin: 2px 0 0;
}

[class^='external-fx-top__'] [class^='external-fx-top-button__'] {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 1rem;
  color: #996303;
  font-size: 1rem;
  background-color: var(--theme-color);
  border-radius: 1.125rem;
  display: inline-block;
  position: absolute;
  right: 2.37rem;
  top: 1.198rem;
}

[class^='external-fx-top__'] .external-fx-close {
  background: 0 0;
  right: 0;
  top: 0;
}

[class^='external-fx-top__'] [class^='external-text-block__'] {
  margin: 0 0.625rem 0.75rem;
}

[class^='external-fx-footer__'] {
  width: 100%;
  max-width: 31.25rem;
  height: 5.375rem;
  position: fixed;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

[class^='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);
}

[class^='external-fx-footer__'] .lozad-image {
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

[class^='external-fx-footer__'] .lozad-image .lozad-image-error {
  min-height: 100%;
  font-size: 2rem;
}

[class^='external-fx-footer__'] .lozad-image .lozad-elem {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-fx-footer__'] [class^='external-fx-footer-content__'] {
  line-height: 1.625rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

[class^='external-fx-footer__'] [class^='external-fx-footer-content__'] p {
  margin: 0;
  animation: multipleColor 1.2s infinite;
}

[class^='external-fx-footer__'] [class^='sc-text external-fx-footer-button__'] {
  height: 1.9375rem;
  line-height: 1.9375rem;
  padding: 0 0.625rem;
  background: var(--theme-color);
  font-size: 1rem;
  color: #996303;
  border-radius: 0.24rem;
}

[class^='external-fx-footer__'] .external-fx-close {
  background: 0 0;
}

[class^='external-fxbanner-footer__'] {
  width: 100%;
  max-width: 31.25rem;
  height: 6.25rem;
  position: fixed;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}

[class^='external-fxbanner-footer__'] [class^='external-fxbanner-footer-wrap__'] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(12, 12, 12, 0.9);
}

[class^='external-fxbanner-footer__'] .lozad-image {
  width: 100%;
  height: 100%;
}

[class^='external-fxbanner-footer__'] .lozad-image .lozad-image-error {
  min-height: 100%;
  font-size: 2rem;
}

[class^='external-fxbanner-footer__'] .lozad-image .lozad-elem {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-fx-side__'] {
  width: 6rem;
  height: 6rem;
  position: fixed;
  bottom: 22.25rem;
  border-radius: 0.3rem;
  z-index: 99999;
  overflow: hidden;
}

[class*='external-fx-side-left__'] {
  left: 1.022rem;
}

[class*='external-fx-side-right__'] {
  right: 1.022rem;
}

[class^='external-fx-side__'] [class^='external-fx-side-wrap__'] {
  width: 100%;
  height: 100%;
  max-height: 16rem;
  background-color: rgba(12, 12, 12, 0.9);
}

[class^='external-fx-side__'] .lozad-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[class^='external-fx-side__'] .lozad-image .lozad-image-error {
  min-height: 100%;
}

[class^='external-fx-side__'] .lozad-image .lozad-elem {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

[class^='external-fx-side__'] .external-fx-close {
  width: 1.66rem;
  height: 1.66rem;
  font-size: 1.25rem;
  border-radius: 50%;
  top: 0;
}

[class^='external-column-image__'] {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem;
}

[class^='external-column-image__'] > div {
  height: 9.875rem;
  display: block;
}

[class^='external-column-image__'] > div .lozad-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[class^='external-column-image__'] > div .lozad-image .lozad-image-error {
  min-height: 100%;
}

[class^='external-column-image__'] > div .lozad-image .lozad-elem {
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-header {
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem;
  background-color: #2a2a2a;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
}

.block-header .block-title {
  min-width: 2.5rem;
  color: var(--theme-color);
  font-size: 1.125rem;
  font-weight: 700;
}

.block-header [class^='external-column-text__'] {
  margin-left: 0.75rem;
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.block-header [class^='external-column-text__'] span {
  padding: 0.375rem 0.625rem;
  font-size: 0.9375rem;
  color: #ff4e4e;
  border: 1px solid #ff4e4e;
  border-radius: 0.25rem;
}

.block-header [class^='external-column-app__'] {
  margin-left: 1.125rem;
  flex: auto;
  overflow: hidden;
}

.block-header [class^='external-column-app__'] .swiper-slide {
  width: 4rem;
}

.block-header [class^='external-column-app__'] .swiper-slide-item {
  width: 100%;
  display: block;
  overflow: hidden;
}

.block-header [class^='external-column-app__'] .swiper-slide-item .lozad-image {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}

.block-header [class^='external-column-app__'] .swiper-slide-item .lozad-image .lozad-image-error {
  min-height: auto;
  font-size: 1.5rem;
}

.block-header [class^='external-column-app__'] .swiper-slide-item .lozad-image .lozad-elem {
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.block-header [class^='external-column-app__'] .swiper-slide-item p {
  width: 100%;
  margin: 0.375rem 0 0;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.v-list {
  margin-bottom: 0.625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.625rem;
}

.v-list-index [class^='v-item__']:first-child,
.v-list-index [class^='v-item__']:nth-child(2) {
  border: 1px solid #333;
  border-radius: 0.375rem;
  grid-column: 1/-1;
}

.v-list-index [class^='v-item__']:first-child [class^='v-item-box__'],
.v-list-index [class^='v-item__']:nth-child(2) [class^='v-item-box__'] {
  height: 15.25rem;
}

.v-list-index [class^='v-item__']:first-child [class^='sc-text v-item-title__'],
.v-list-index [class^='v-item__']:nth-child(2) [class^='sc-text v-item-title__'] {
  margin: 0.4375rem 0.75rem;
}

[class^='v-item__'] {
  display: block;
}

[class^='v-item__'] [class^='v-item-box__'] {
  width: 100%;
  height: 9.875rem;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
  display: block;
}

[class^='v-item__'] .lozad-image {
  width: 100%;
  height: 100%;
}

[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, 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 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: 3.375rem;
  height: auto;
}

[class^='v-item__'] [class^='v-item-preview__'] .image-error {
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  color: #9c9c9c;
  display: flex;
  align-items: center;
  justify-content: center;
}

[class^='v-item__'] [class^='v-item-header__'] {
  display: flex;
  position: absolute;
  top: 0.375rem;
  left: 0.5rem;
  right: 0.5rem;
}

[class^='v-item__'] [class^='v-item-header__'] .space {
  flex: 1 1 0%;
  justify-content: flex-end;
  gap: 0.375rem;
}

[class^='v-item__'] [class^='v-item-touch__'] {
  width: 1.9375rem;
  height: 1.9375rem;
  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-touch__'] .zicon-touch {
  color: #fff;
  font-size: 1.25rem;
}

[class^='v-item__'] .el-tag {
  height: 1.5rem;
  padding: 0 0.3125rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
}

[class^='v-item__'] [class^='v-item-bottom__'] {
  height: 2.5rem;
  padding: 0 0.75rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 0.9375rem;
  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: 0.375rem;
}

[class^='v-item__'] [class^='v-item-bottom__'] .zicon {
  font-size: 1rem;
}

[class^='v-item__'] [class^='v-item-bottom__'] .zicon-eye {
  font-size: 1.125rem;
}

[class^='v-item__'] [class^='sc-text v-item-title__'] {
  width: 100%;
  max-height: 3.5rem;
  line-height: 1.75rem;
  margin-top: 0.4375rem;
  color: #b6b6b6;
  font-size: 1.125rem;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.act-list {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.9375rem 1.25rem;
}

.act-item {
  display: block;
}

.act-item .act-item-box {
  width: 6.25rem;
  height: 6.25rem;
  margin: 0 auto;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
  display: block;
}

.act-item .lozad-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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: 2rem;
  line-height: 2rem;
  margin-top: 0.3125rem;
  color: #fff;
  font-size: 1.0625rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.art-list,
.topic-list {
  margin-bottom: 0.75rem;
}

.art-item,
.topic-item {
  height: 15.625rem;
  margin-bottom: 0.75rem;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: block;
}

.art-item .lozad-image,
.topic-item .lozad-image {
  width: 100%;
  height: 100%;
  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: 2.8125rem;
  padding: 0 0.75rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 1.0625rem;
  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: 2.8125rem;
  line-height: 2.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-list {
  margin-bottom: 0.8rem;
  display: grid;
  grid-gap: 0.8rem;
}

.b-item {
  background-color: #2e2e2e;
  border-radius: 0.321rem;
}

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

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

.b-item .b-item-header {
  padding: 0.8rem 0.8rem 0.641rem;
  display: flex;
  align-items: center;
}

.b-item .b-avatar {
  width: 4rem;
  height: 4rem;
  margin-right: 0.641rem;
  border-radius: 50%;
  overflow: hidden;
}

.b-item .b-info {
  margin-right: 0.641rem;
  flex: 1 1 0%;
  overflow: hidden;
}

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

.b-item .b-location {
  margin-top: 0.4rem;
  padding: 0.321rem 0.641rem 0.321rem 0.4rem;
  color: #9c9c9c;
  font-size: 0.962rem;
  border: 1px solid #5b5b5b;
  border-radius: 0.321rem;
  display: inline-flex;
  align-items: center;
}

.b-item .b-location i {
  margin-right: 0.16rem;
  font-size: 1.202rem;
}

.b-item .b-location b {
  margin-left: 0.321rem;
  color: var(--theme-color);
  font-weight: 400;
}

.b-item .b-content {
  padding: 0 0.8rem;
  color: #9c9c9c;
  font-size: 1.042rem;
}

.b-item .b-photo {
  padding: 0.8rem 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}

.b-item .b-photo .b-image {
  width: 100%;
  height: 11.875rem;
  border-radius: 0.321rem;
  overflow: hidden;
  display: block;
}

.b-item .b-photo .b-image .lozad-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.b-t-list {
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}

.b-t-item {
  background-color: #393939;
  border-radius: 0.321rem;
}

.b-t-item .b-image {
  width: 100%;
  height: 18.75rem;
  border-radius: 0.321rem;
  overflow: hidden;
  display: block;
}

.b-t-item .b-image .lozad-image {
  width: 100%;
  height: 100%;
  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: 0.641rem 0.8rem 0.4rem;
  color: #fff;
  font-size: 1.122rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.b-t-item .b-content {
  height: 2.564rem;
  margin-bottom: 0.962rem;
  padding: 0 0.8rem;
  color: #c8c8c8;
  font-size: 0.962rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.b-details .b-row {
  margin-bottom: 0.8rem;
}

.b-details .b-photo-swiper {
  width: 100%;
  margin: 0.8rem 0;
  overflow: hidden;
  position: relative;
}

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

.b-details .b-photo-swiper .b-image .lozad-image {
  width: 100%;
  height: 100%;
  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: var(--theme-color);
}

.b-details .b-block {
  margin-top: 0.8rem;
  padding: 0.8rem 0.962rem;
  background-color: #2e2e2e;
  border-radius: 0.321rem;
}

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

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

.b-details .b-block .b-location {
  padding: 0.321rem 0.641rem 0.321rem 0.4rem;
  color: #9c9c9c;
  font-size: 0.962rem;
  border: 1px solid #5b5b5b;
  border-radius: 0.321rem;
  display: inline-flex;
  align-items: center;
}

.b-details .b-block .b-location i {
  margin-right: 0.16rem;
  font-size: 1.202rem;
}

.b-details .b-block .b-location b {
  margin-left: 0.321rem;
  color: var(--theme-color);
  font-weight: 400;
}

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

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

.b-details .b-block dl {
  margin: 0;
  padding: 0.16rem 0;
  display: flex;
}

.b-details .b-block dt {
  color: #c8c8c8;
  font-size: 1.042rem;
  font-weight: 400;
}

.b-details .b-block dd {
  min-width: 6.41rem;
  margin: 0;
  color: #fff;
  font-size: 1.042rem;
  flex: 1 1 0%;
}

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

.b-details .b-block .el-button {
  height: 2.404rem;
  display: inline-flex;
}

.b-details .b-extend {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.603rem;
}

.nc-list {
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}

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

.nc-item .nc-item-box {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.321rem;
  position: relative;
  overflow: hidden;
  display: block;
}

.nc-item .lozad-image {
  width: 100%;
  height: 100%;
  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: 0.321rem;
  left: 0.481rem;
  right: 0.481rem;
}

.nc-item .nc-item-header .space {
  flex: 1 1 0%;
  justify-content: flex-end;
  gap: 0.321rem;
}

.nc-item .el-tag {
  height: 1.5rem;
  padding: 0 0.3125rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
}

.nc-item .nc-item-bottom {
  height: 2.404rem;
  padding: 0 0.8rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 0.962rem;
  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: 0.321rem;
}

.nc-item .nc-item-bottom .zicon {
  font-size: 0.962rem;
}

.nc-item .nc-item-bottom .zicon-eye {
  font-size: 1.042rem;
}

.nc-item .nc-title {
  width: 100%;
  margin-bottom: 0.4rem;
  padding: 0 0.8rem;
  height: 1.763rem;
  line-height: 1.763rem;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 1.122rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nc-item .nc-ct-name {
  margin-bottom: 0.641rem;
  padding: 0 0.8rem;
  color: #9c9c9c;
  font-size: 1.042rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nc-details .nc-header {
  margin: 11.218rem 0 0.8rem;
  padding: 11.218rem 0 0.8rem;
  background-color: #2e2e2e;
  border-radius: 0;
  position: relative;
}

.nc-details .nc-header .nc-box {
  width: 14.423rem;
  height: 19.071rem;
  border-radius: 0.321rem;
  background-color: #585858;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -9.615rem;
  transform: translateX(-50%);
}

.nc-details .nc-header .nc-box .nc-box-header {
  display: flex;
  position: absolute;
  top: 0.321rem;
  left: 0.481rem;
  right: 0.481rem;
}

.nc-details .nc-header .nc-box .nc-box-header .space {
  flex: 1 1 0%;
  justify-content: flex-end;
  gap: 0.321rem;
}

.nc-details .nc-header .nc-box .nc-box-header .el-tag {
  height: 1.5rem;
  padding: 0 0.3125rem;
  line-height: 1.5rem;
  font-size: 0.9375rem;
}

.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 0.8rem;
  text-align: center;
  font-size: 1.282rem;
  color: #fff;
}

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

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

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

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

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

.nc-details .nc-header .nc-count dd {
  margin: 0.641rem 0 0;
  font-size: 1.442rem;
  font-weight: 700;
  color: #fff;
}

.nc-details .nc-header .nc-content {
  padding: 0 1.202rem 0.8rem;
  color: #fff;
  font-size: 1.042rem;
}

.nc-details .nc-header .nc-latest {
  margin: 0.8rem 1.202rem;
  padding: 0.4rem 0.8rem;
  color: var(--theme-color);
  font-size: 1.122rem;
  text-align: center;
  border-radius: 1.6rem;
  border: 1px solid var(--theme-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nc-details .nc-button {
  margin: 1.6rem auto;
  text-align: center;
}

.nc-details .nc-button .el-button {
  width: 60%;
  max-width: 16.026rem;
  font-size: 1.282rem;
  box-shadow: 0 0.16rem 0.8rem rgba(254, 240, 158, 0.4);
  animation: scaleAnimation 3s infinite;
}

.nc-ct-details.theme-white {
  --bg: #fff;
  --bg2: #eeeeee;
  --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: var(--theme-color);
  --border-color: #3e3e3e;
  --active-bg: #323232;
  --button-bg: #323232;
  --button-border-color: #5b5b5b;
  --button-disable-color: #5b5b5b;
  --result-title: var(--theme-color);
}

.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: 1.202rem;
  border-radius: 1.6rem;
  background-color: var(--bg);
  overflow: hidden;
}

.nc-ct-details h1 {
  padding: 1.6rem 0.8rem 0.8rem;
  text-align: center;
  font-size: 1.442rem;
  color: var(--font-color);
}

.nc-ct-details h2 {
  padding: 0 0.8rem 0.8rem;
  text-align: center;
  font-size: 1.282rem;
  color: var(--font-color);
}

.nc-ct-details .nc-ct-wrap {
  min-height: 16rem;
  padding-bottom: 0.4rem;
}

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

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

.nc-ct-details .nc-ct-button {
  margin: 0.4rem 0 1.202rem;
  padding: 0 0.8rem;
  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-system {
  margin: 0 0.8rem;
  padding: 0 1.202rem;
  font-size: 1.122rem;
  background-color: var(--bg2);
  border-radius: 0.481rem;
  overflow: hidden;
}

.nc-ct-details .nc-ct-system > .space {
  margin: 0.8rem 0;
  justify-content: center;
}

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

.nc-ct-details .nc-ct-system .system-item {
  padding: 0.321rem 0.8rem;
  border-radius: 0.321rem;
  border: 1px solid var(--border-color);
  color: var(--font-color);
}

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

.nc-ct-details .nc-ct-content {
  line-height: 2;
  padding: 0 0.8rem 0.8rem;
  font-size: 1.442rem;
  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: 24rem;
}

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

.nc-ct-details .nc-ct-result .el-result__title b {
  margin: 0 0.321rem;
}

.nc-ct-details .nc-ct-imglist {
  margin-bottom: 1.202rem;
}

.nc-ct-details .nc-ct-imglist .lozad-image {
  max-width: 100%;
  min-height: 8rem;
}

.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 0.321rem;
  color: var(--theme-color);
  font-style: normal;
}

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

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

.drawer-nc-chapter ul li .el-tag {
  height: 1.603rem;
  padding: 0 0.4rem;
  line-height: 1.522rem;
  font-size: 0.962rem;
}

.drawer-nc-chapter ul li.is-active {
  font-weight: 700;
  color: var(--theme-color);
}

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

.condition {
  margin-bottom: 0.75rem;
}

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

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

.condition dt {
  height: 2rem;
  line-height: 2rem;
  margin: 0.375rem 0.875rem 0.375rem 1.125rem;
  font-size: 1.0625rem;
  color: #fff;
  display: block;
}

.condition dd {
  margin: 0 0.375rem 0 0;
  flex: 1 1 0%;
}

.condition dd.collapse {
  height: 2.75rem;
  overflow: hidden;
}

.condition span.condition-item {
  height: 2rem;
  line-height: 1.875rem;
  margin: 0.375rem 0.3125rem;
  padding: 0 0.75rem;
  font-size: 1.0625rem;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 0.375rem;
  display: inline-block;
  cursor: pointer;
}

.condition span.condition-item.active {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.condition span.condition-item-expand {
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 0.75rem;
  font-size: 1.0625rem;
  color: #fff;
  display: block;
  background-image: linear-gradient(90deg, rgba(46, 46, 46, 0.8), rgba(46, 46, 46, 1));
  position: absolute;
  right: 0;
  top: 0.375rem;
}

.condition dl:nth-child(even) span.condition-item-expand {
  background-image: linear-gradient(90deg, rgba(26, 26, 26, 0.8), rgba(26, 26, 26, 1));
}

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

.condition .condition-select .el-input__prefix {
  left: 0.625rem;
  line-height: 3rem;
}

.condition .condition-select .el-input__inner {
  padding-left: 3.75rem;
}

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

.drawer-condition .el-drawer__body {
  padding: 1.25rem 0.9375rem;
}

.drawer-condition .el-drawer__body span {
  height: 2rem;
  line-height: 1.875rem;
  margin: 0.375rem 0.3125rem;
  padding: 0 0.75rem;
  font-size: 1.0625rem;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 0.375rem;
  display: inline-block;
  cursor: pointer;
}

.drawer-condition .el-drawer__body span.active {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.art-details .art-header,
.topic-details .topic-header,
.v-details .v-header {
  margin: 1.125rem 0;
}

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

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

.art-details .art-toolbar-block,
.v-details .v-toolbar-block {
  width: 100%;
  margin: 1.125rem 0;
  justify-content: space-between;
}

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

.art-details .art-toolbar-block .art-toolbar.is-active,
.v-details .v-toolbar-block .v-toolbar.is-active {
  color: var(--theme-color);
}

.art-details .art-toolbar-block .art-toolbar .zicon,
.v-details .v-toolbar-block .v-toolbar .zicon {
  font-size: 1.25rem;
}

.art-details .art-toolbar-block .art-toolbar p,
.v-details .v-toolbar-block .v-toolbar p {
  margin: 0.1875rem 0 0;
  font-size: 0.9375rem;
}

.v-details .v-act-list {
  margin-bottom: 0.75rem;
  justify-content: center;
  gap: 0.625rem 0.9375rem;
}

.v-details .act-item {
  width: 3.125rem;
}

.v-details .act-item .act-item-box {
  width: 3.125rem;
  height: 3.125rem;
}

.v-details .act-item .zicon-avater {
  font-size: 3.125rem;
  color: rgba(255, 255, 255, 0.25);
}

.v-details .act-item .act-title {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  color: #b6b6b6;
}

.v-details .v-tag {
  margin-bottom: 0.75rem;
  justify-content: center;
  gap: 0;
}

.v-details .v-tag .el-button {
  margin: 0.625rem;
}

.v-player {
  height: 20rem;
  margin: 0.375rem 0 0.75rem;
  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 0;
}

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

.v-player .el-result .icon-warning {
  fill: var(--theme-color);
}

.v-player .el-result__subtitle p {
  color: var(--theme-color);
}

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

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

.v-player .message-result .el-result__title b {
  margin: 0 0.3125rem;
  color: var(--theme-color);
}

.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: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  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 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.v-player .dplayer-external .dplayer-external-html .lozad-image .lozad-elem {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.v-player .dplayer-external .dplayer-external-html .lozad-image .lozad-image-error {
  font-size: 3.375rem;
}

.v-player .dplayer-external .dplayer-external-timer {
  margin-left: 5px;
  padding: 5px 10px;
  background-color: rgba(0, 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, 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 0.4375rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: -3.125rem;
}

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

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

.v-player .v-player-danmu .el-button .zicon-color {
  font-size: 1.25rem !important;
}

.v-player .v-player-danmu .danmu-button {
  font-size: 1.75rem !important;
}

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

.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: 0.9375rem;
  color: #fff;
  line-height: 2.375rem;
}

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

.v-player-danmu-setting .v-player-danmu-color label {
  padding: 0 0.25rem;
  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: 1.75rem;
  height: 1.75rem;
  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: 0.375rem;
}

.v-player-danmu-setting .v-player-danmu-type .el-radio-button__inner {
  padding: 0.5625rem 1.125rem;
  font-size: 0.9375rem;
  color: #fff;
}

.v-player-danmu-setting .v-player-danmu-type .el-radio-button__inner:hover {
  color: var(--theme-color);
}

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

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

.v-play-list {
  padding-bottom: 0.4375rem;
  overflow: hidden;
}

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

.v-play-list .v-play-list-header span {
  padding: 0.5rem 0.75rem;
  text-align: center;
  font-size: 1.0625rem;
  color: #fff;
  border-radius: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}

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

.v-play-list .v-play-list-content {
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(6.25rem, 1fr));
  grid-gap: 0.4375rem;
}

.v-play-list .v-play-list-content span {
  height: 2.75rem;
  line-height: 2.75rem;
  padding: 0 0.75rem;
  text-align: center;
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 1rem;
  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: var(--theme-color);
  border-color: var(--theme-color);
}

.v-down-list {
  margin-bottom: 0.8rem;
}

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

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

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

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

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

.help-content a {
  color: var(--theme-color);
}

.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: 0.801rem 1.202rem;
}

.drawer-comment .comment-item {
  padding: 0.401rem 0;
  display: flex;
}

.drawer-comment .comment-item-wrap {
  margin-left: 0.801rem;
  padding-bottom: 0.401rem;
  flex: 1 1 0%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.drawer-comment .el-avatar {
  width: 2.564rem;
  height: 2.564rem;
  line-height: 2.564rem;
  font-size: 1.122rem;
}

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

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

.drawer-comment .comment-item-header .user-name {
  font-size: 1.042rem;
  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: 0.16rem 0.321rem;
  font-size: 0.962rem;
  border-radius: 0.321rem;
}

.drawer-comment .comment-item-header .item-toolbar {
  margin: 0 0.16rem;
  font-size: 0.962rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.drawer-comment .comment-item-header .item-toolbar .zicon {
  margin-right: 0.321rem;
  font-size: 1.122rem;
}

.drawer-comment .comment-item-header .item-toolbar.is-active {
  color: var(--theme-color);
}

.drawer-comment .comment-item-header .el-button {
  padding: 0.321rem 0.481rem !important;
}

.drawer-comment .comment-item-content {
  margin-top: 0.16rem;
  font-size: 1.122rem;
  color: #fff;
  line-height: 1.4;
}

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

.drawer-comment .comment-item-time {
  margin: 0.801rem 0 0.641rem;
  color: #b6b6b6;
  font-size: 0.962rem;
}

.drawer-comment .comment-item .el-divider {
  margin: 1.442rem 0;
  background-color: rgba(255, 255, 255, 0.1);
}

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

.drawer-comment .comment-item .el-divider .el-divider__text .space {
  margin: 0 0.641rem;
  gap: 0.321rem;
  cursor: pointer;
}

.drawer-comment .comment-reply {
  margin: 0.8rem 0;
  padding: 0.4rem 0.8rem;
  background-color: #404040;
  border-radius: 0.16rem;
}

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

.drawer-comment .comment-reply .el-divider {
  margin-top: 0.401rem;
}

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

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

.drawer-comment .comment-reply .el-loading-spinner .circular {
  width: 1.923rem;
  height: 1.923rem;
}

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

.drawer-comment .drawer-comment-submit {
  margin-top: 0.641rem;
  justify-content: space-between;
}

.drawer-comment .drawer-comment-verify .el-input {
  width: 7.212rem;
}

.drawer-comment .drawer-comment-verify img {
  width: 6.41rem;
  height: 2.564rem;
  border-radius: 0.321rem;
  overflow: hidden;
  cursor: pointer;
}

.drawer-comment .drawer-comment-submit .el-button + .el-button {
  margin-left: 0.641rem;
}

.art-details .art-wrap {
  min-height: 16rem;
  margin-bottom: 0.8rem;
  padding: 0.4rem 0.8rem 0;
  background-color: #2e2e2e;
  border-radius: 0.16rem;
  overflow: hidden;
}

.art-details .art-content {
  padding: 0.4rem 0;
  line-height: 1.923rem;
  color: #fff;
  font-size: 1.122rem;
}

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

.art-details .art-content .lozad-image {
  max-width: 100%;
  min-height: 8rem;
  margin-bottom: 0.8rem;
  border-radius: 0.321rem;
  overflow: hidden;
}

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

.art-details .el-result .icon-warning {
  fill: var(--theme-color);
}

.art-details .el-result__title p {
  color: var(--theme-color);
}

.art-details .el-result__subtitle p {
  color: var(--theme-color);
}

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

.art-details .art-result .el-result__title b {
  margin: 0 0.321rem;
}

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

.act-details .act-wrap .act-pic {
  width: 8rem;
  height: 8rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}

.act-details .act-wrap .act-label {
  margin-bottom: 1.202rem;
  color: #fff;
  font-size: 1.122rem;
}

.act-details .act-wrap .act-label h1 {
  margin-bottom: 1.202rem;
  line-height: 2.724rem;
  font-size: 1.923rem;
  font-weight: 700;
  text-align: center;
}

.act-details .act-wrap .act-label .space {
  gap: 0.641rem 3.205rem;
}

.act-details .act-wrap .act-content {
  line-height: 1.923rem;
  color: #b6b6b6;
  font-size: 1.122rem;
}

.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: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topic-details .topic-wrap .lozad-image {
  max-width: 100%;
  min-height: 8rem;
  margin: 0 auto 0.8rem;
  border-radius: 0.321rem;
  overflow: hidden;
}

.topic-details .topic-wrap .topic-content {
  line-height: 1.923rem;
  color: #b6b6b6;
  font-size: 1.122rem;
}

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

.posts-carousel {
  width: 100%;
  margin: 0.9375rem 0 0.8rem;
  padding-bottom: 1.603rem;
  overflow: hidden;
  position: relative;
}

.posts-carousel .swiper-slide {
  width: 80%;
  height: 10rem;
  transition: 0.3s;
  transform: scale(0.9);
}

.posts-carousel .swiper-slide-active,
.posts-carousel .swiper-slide-duplicate-active {
  transform: scale(1);
}

.posts-carousel .swiper-slide-item,
.posts-carousel .swiper-slide-item .lozad-image {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}

.posts-carousel .swiper-slide-item .lozad-image .lozad-image-error {
  min-height: 100%;
}

.posts-carousel .swiper-slide-item .lozad-image img {
  object-fit: cover;
}

.posts-carousel .swiper-pagination {
  bottom: 0;
}

.posts-carousel .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.posts-carousel .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.posts-type {
  width: 100%;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0 0.75rem;
}

.posts-type > span {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.625rem;
  text-align: center;
  color: var(--theme-color);
  font-size: 1.125rem;
  background-color: #2e2e2e;
  border-radius: 1.25rem;
  flex: 1 1 0%;
}

.posts-type > span.is-active {
  color: #996303;
  background-color: var(--theme-color);
}

.posts-board {
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem;
}

.posts-board .posts-board-item {
  width: 100%;
  height: 5rem;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}

.posts-board .posts-board-item .lozad-image {
  width: 100%;
  height: 100%;
}

.posts-board .posts-board-item .lozad-image .lozad-image-error {
  min-height: 100%;
}

.posts-board .posts-board-item .lozad-image img {
  object-fit: cover;
}

.posts-board .posts-board-item .posts-board-name {
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  color: #fff;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.load-more {
  margin: 1.25rem;
  display: flex;
  justify-content: center;
}

.load-more .el-button--info {
  color: #fff;
  background-color: #2e2e2e;
  border-color: transparent;
}

.load-more .el-button--info.is-loading {
  color: #6b6b6b;
}

.load-more .el-button--info.is-loading:before {
  background: 0 0;
}

.posts-item {
  width: 100%;
  margin-bottom: 0.8rem;
  border-radius: 0.5rem;
  background-color: #2e2e2e;
  overflow: hidden;
}

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

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

.posts-item .posts-item-header {
  padding: 0.8rem 0.8rem 0;
  display: flex;
  align-items: center;
}

.posts-item .el-avatar {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.641rem;
}

.posts-item .posts-info {
  margin-right: 0.641rem;
  flex: 1 1 0;
  overflow: hidden;
}

.posts-item .user-name {
  margin-bottom: 0.4rem;
  font-size: 1.125rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.posts-item .posts-time {
  color: #9c9c9c;
  font-size: 0.962rem;
}

.posts-item .posts-content {
  margin: 0.8rem 0;
  padding: 0 0.8rem;
  color: #fff;
  font-size: 1.125rem;
}

.posts-item .posts-content .el-tag {
  height: 1.442rem;
  line-height: 1.442rem;
  margin-right: 0.4rem;
  padding: 0 0.321rem;
  font-size: 0.962rem;
  border-radius: 0.321rem;
}

.posts-item .posts-photo {
  padding: 0 0.8rem 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}

.posts-item .posts-photo .posts-image {
  width: 100%;
  height: 9.125rem;
  background-color: #000;
  border-radius: 0.321rem;
  overflow: hidden;
  display: block;
  position: relative;
}

.posts-item .posts-photo .posts-image .lozad-image {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.posts-item .posts-photo .posts-image .posts-video {
  width: 30%;
  height: 30%;
  padding-left: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.posts-item .posts-photo .posts-image .posts-video .zicon {
  font-size: 1.25rem;
  color: #fff;
}

.posts-item .posts-photo .posts-image .posts-more {
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.9375rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.75rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}

.posts-item .posts-item-bottom {
  color: #fff;
  font-size: 0.9375rem;
  padding: 0.1875rem 0.8rem 1rem;
  display: flex;
  justify-content: space-between;
}

.posts-item .posts-item-bottom > .space {
  gap: 1.25rem;
}

.posts-item .posts-item-bottom > .space > .space {
  gap: 0.375rem;
}

.posts-item .posts-item-bottom > .space > .is-active {
  color: var(--theme-color);
}

.posts-item .posts-item-bottom .zicon {
  font-size: 1rem;
}

.posts-item .posts-item-bottom .zicon-eye {
  font-size: 1.125rem;
}

.posts-item .posts-item-bottom .posts-item-board {
  color: var(--theme-color);
  font-size: 1.0625rem;
}

.forum-publish-button {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #996303;
  border-radius: 50%;
  color: var(--theme-color);
  font-size: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 17.5rem;
  right: 0.75rem;
  z-index: 999999;
  cursor: pointer;
}

.forum-board-container .board-header {
  margin-bottom: 0.8rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.forum-board-container .board-header .lozad-image {
  width: 100%;
  border-radius: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.forum-board-container .board-header .lozad-image .lozad-image-error {
  min-height: 100%;
}

.forum-board-container .board-header .lozad-image img {
  object-fit: cover;
}

.forum-board-container .board-header .board-header__main {
  padding: 1.875rem 1.25rem;
  background: linear-gradient(180deg, #0000004f 2.56%, #000000b3 106.41%);
  -webkit-backdrop-filter: blur(0.533vw);
  backdrop-filter: blur(0.533vw);
  height: 100%;
  position: relative;
  z-index: 2;
}

.forum-board-container .board-header .board-name {
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forum-board-container .board-header .board-row {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
}

.forum-board-container .board-header .board-row .board-record {
  margin-right: 1.875rem;
  color: #a6a6a6;
}

.forum-board-container .board-header .board-row .board-record b {
  margin-right: 0.25rem;
  font-size: 1.375rem;
  color: #fff;
}

.forum-board-container .board-header .board-des {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #fff;
}

.forum-details {
  min-height: 12.5rem;
  margin-bottom: 1.202rem;
  padding: 0;
  border-radius: 1.6rem;
  background-color: #2e2e2e;
  overflow: hidden;
}

.forum-details .el-loading-mask {
  background: 0 0;
}

.forum-details .forum-details-header {
  padding: 0.8rem 0.8rem 0.641rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3b3b3b;
}

.forum-details .forum-details-header .el-avatar {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.641rem;
}

.forum-details .forum-details-header .user-name {
  font-size: 1.125rem;
  color: #fff;
  flex: 1 1 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.forum-details .forum-details-title {
  margin-bottom: 0.8rem;
  padding: 0.8rem 0.8rem 0;
  color: #fff;
  font-size: 1.1875rem;
}

.forum-details .forum-details-title .el-tag {
  height: 1.442rem;
  line-height: 1.442rem;
  margin-right: 0.4rem;
  padding: 0 0.321rem;
  font-size: 0.962rem;
  border-radius: 0.321rem;
}

.forum-details .forum-details-row {
  padding: 0 0.8rem 0.8rem;
  color: #a6a6a6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forum-details .forum-details-row .forum-details-record {
  margin-right: 1.875rem;
}

.forum-details .forum-details-row .forum-details-record b {
  margin-right: 0.25rem;
}

.forum-details .forum-details-content {
  padding: 0.4rem 0.8rem;
  line-height: 1.923rem;
  color: #fff;
  font-size: 1.122rem;
}

.forum-details .forum-details-content .sc-text {
  margin-bottom: 0.5rem;
}

.forum-details .forum-details-content .lozad-image {
  max-width: 100%;
  min-height: 8rem;
  margin-bottom: 0.8rem;
  border-radius: 0.321rem;
  overflow: hidden;
}

.forum-details .forum-details-bottom {
  padding: 0.4rem 0.8rem 1.25rem;
  display: flex;
  justify-content: space-around;
}

.forum-details .forum-details-bottom .details-toolbar {
  padding: 0 0.75rem;
  color: #b6b6b6;
  text-align: center;
  display: block;
  cursor: pointer;
}

.forum-details .forum-details-bottom .details-toolbar.is-active {
  color: var(--theme-color);
}

.forum-details .forum-details-bottom .details-toolbar .zicon {
  font-size: 1.25rem;
}

.forum-details .forum-details-bottom .details-toolbar p {
  margin: 0.1875rem 0 0;
  font-size: 0.9375rem;
}

.user-profile {
  min-height: 18.75rem;
  margin-bottom: 1.25rem;
}

.user-profile .user-profile__header {
  min-height: 1.25rem;
  margin-top: 4.375rem;
  background-color: #2a2a2a;
  border-radius: 1.25rem 1.25rem 0 0;
  position: relative;
}

.user-profile .user-profile__header .el-avatar {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  left: 50%;
  top: -3.125rem;
  transform: translateX(-50%);
}

.user-profile .user-profile__header .user-name {
  min-width: 5rem;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 3.5rem;
  transform: translateX(-50%);
}

.user-profile .user-profile__header .follow-button {
  height: 5rem;
  padding-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.user-profile .user-profile__header .user-statistics {
  width: 100%;
  margin-top: 1.25rem;
  padding: 0 0.8rem 0.9375rem;
  border-bottom: 1px solid #3c3c3c;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
}

.user-profile .user-profile__header .user-statistics .user-statistics-item {
  margin: 0 0.8rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.user-profile .user-profile__header .user-statistics span {
  margin: 0;
  color: #a7a8b0;
  font-size: 0.9375rem;
}

.user-profile .user-profile__header .user-statistics span.num {
  margin-right: 0.25rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
}

.user-profile .user-profile__header .user-profile__tab {
  padding: 0.8rem 1.6rem;
  display: flex;
  align-items: center;
}

.user-profile .user-profile__header .user-profile__tab span {
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-profile .user-profile__header .user-profile__tab span.is-active {
  font-weight: 700;
}

.user-profile .user-profile__header .user-profile__tab span.is-active:after {
  content: '';
  width: 50%;
  height: 0.25rem;
  margin-top: 0.8rem;
  border-radius: 0.125rem;
  background-color: var(--theme-color);
  display: block;
}

.user-profile .user-profile__body {
  background-color: #2a2a2a;
  border-radius: 0 0 1.25rem 1.25rem;
  overflow: hidden;
}

.user-profile .posts-list {
  padding: 0 5px;
}

.user-center .user-profile {
  min-height: 8.013rem;
  margin: 0.8rem 0;
}

.user-center .user-box {
  padding: 0.4rem 0.4rem 1.25rem;
  align-items: flex-start;
  gap: 0 0.8rem;
}

.user-center .user-box .el-avatar {
  width: 5.609rem;
  height: 5.609rem;
}

.user-center .user-box .el-button {
  margin-top: 0.8rem;
}

.user-center .user-info {
  height: 5.609rem;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.user-center .user-info .user-account {
  width: 100%;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.user-center .user-info .user-account span {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--theme-color);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-center .user-info .user-account .user-vip {
  width: 1.625rem;
  margin-left: 0.4rem;
}

.user-center .user-info .user-extend {
  font-size: 1.125rem;
  color: #b5b5b5;
}

.user-center .user-recharge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}

.user-center .user-recharge-grid .user-recharge-grid__item {
  padding: 0.962rem 1.202rem 5.625rem;
  background-image: linear-gradient(0deg, #2e2e2e, #524e35);
  border-radius: 0.321rem;
  position: relative;
  overflow: hidden;
}

.user-center .user-recharge-grid .user-recharge-grid__item .user-recharge-grid__bg {
  width: 100%;
  height: 6.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.user-center .user-recharge-grid .user-recharge-grid__item .user-recharge-grid__text {
  margin-bottom: 0.8rem;
  color: var(--theme-color);
  font-size: 1.122rem;
  position: relative;
}

.user-center .user-recharge-grid .user-recharge-grid__item .user-recharge-grid__text p {
  margin: 0.4rem 0;
}

.user-center .user-recharge-grid .user-recharge-grid__item .el-button {
  color: #996303;
  background-image: linear-gradient(0deg, var(--theme-color), #fbeec4);
  border: none;
  position: relative;
}

.user-center .user-recharge-grid .user-recharge-grid__item .orange-button {
  color: var(--theme-color);
  background-image: linear-gradient(0deg, #ff4d03, #ffa03c);
}

.user-center .user-nav {
  margin-bottom: 0.8rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.4rem;
  background-color: #2e2e2e;
  border-radius: 0.321rem;
  overflow: hidden;
}

.user-center .user-nav .user-nav__item {
  padding: 0.9375rem 0;
  color: #fff;
  font-size: 1rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.user-center .user-nav .user-nav__item img {
  width: 2.25rem;
}

.user-center .user-nav .user-nav__item p {
  margin: 0.8rem 0 0;
}

.user-center .user-menu {
  margin-bottom: 0.9375rem;
  background-color: #2e2e2e;
  border-radius: 0.321rem;
  overflow: hidden;
}

.user-center .user-menu .user-menu__item {
  width: 100%;
  padding: 1.125rem 0.9375rem;
  border-bottom: 1px solid #3c3c3c;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.user-center .user-menu .user-menu__item:last-child {
  border: none;
}

.user-center .user-menu .user-menu__name {
  margin: 0 0.8rem;
  color: #fff;
  font-size: 1rem;
  flex: 1 1 0%;
}

.user-center .user-menu .el-badge__content {
  height: 1.625rem;
  line-height: 1.625rem;
  padding: 0 0.625rem;
  border: none;
  border-radius: 0.8125rem;
  font-size: 1rem;
  right: 0;
  -webkit-transform: translateY(-0.1875rem);
  transform: translateY(-0.1875rem);
}

.user-center .user-menu .zicon {
  font-size: 1.5rem;
  color: var(--theme-color);
}

.user-center .user-menu .el-icon-arrow-right {
  font-size: 1.25rem;
  color: #b5b5b5;
}

.user-form {
  width: 100%;
  max-width: 25.641rem;
  min-height: 24rem;
  margin: 3.205rem auto 5.609rem;
}

.user-form .form-title {
  font-size: 1.603rem;
  text-align: center;
  color: var(--theme-color);
  font-weight: 500;
}

.user-form .form-description {
  margin: 0.4rem 0 2.885rem;
  font-size: 0.962rem;
  color: #b5b5b5;
  letter-spacing: 0.321rem;
  line-height: 1.282rem;
  font-weight: 400;
  text-align: center;
}

.user-form .el-loading-mask {
  top: 4rem;
}

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

.user-form .form-type > label {
  margin: 0 1.603rem;
  color: #fff;
  font-size: 1.122rem;
  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: 0.16rem;
  background-color: var(--theme-color);
  overflow: hidden;
  display: block;
}

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

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

.user-form .el-input-group__prepend {
  min-width: 5.449rem;
}

.user-form .el-input-group__append .el-button {
  color: var(--theme-color);
}

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

.user-form .form-bottom {
  padding-top: 0.8rem;
  font-size: 1.122rem;
  color: #b5b5b5;
  justify-content: center;
  gap: 0.8rem 0.641rem;
}

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

.user-form .form-bottom a {
  color: var(--theme-color);
}

.user-recharge {
  width: 100%;
  min-height: 24rem;
  margin: 3.205rem auto 5.609rem;
}

.user-recharge .recharge-title {
  font-size: 1.603rem;
  text-align: center;
  color: var(--theme-color);
  font-weight: 500;
}

.user-recharge .recharge-description {
  margin: 0.4rem 0 2.885rem;
  font-size: 0.962rem;
  color: #b5b5b5;
  letter-spacing: 0.321rem;
  line-height: 1.282rem;
  font-weight: 400;
  text-align: center;
}

.user-recharge .el-loading-mask {
  top: 4rem;
}

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

.user-recharge .user-bullion span,
.user-recharge .user-vip span {
  height: 2.564rem;
  line-height: 2.564rem;
  padding: 0 1.202rem;
  font-size: 1.122rem;
  color: #b5b5b5;
  border: 1px solid #5b5b5b;
  border-radius: 1.282rem;
  display: inline-block;
}

.user-recharge .user-bullion span b,
.user-recharge .user-vip span b {
  color: var(--theme-color);
}

.user-recharge .recharge-list {
  margin-bottom: 1.202rem;
  padding: 0 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.8rem;
}

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

.user-recharge .recharge-list .recharge-item.is-active {
  border-color: var(--theme-color);
}

.user-recharge .recharge-list .recharge-item .recharge-item-price {
  margin-bottom: 0.4rem;
  font-size: 1.442rem;
  color: var(--theme-color);
  text-align: center;
  font-weight: 500;
}

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

.user-recharge .recharge-list .recharge-item .recharge-item-recommend {
  width: 3.205rem;
  height: 1.603rem;
  background-color: var(--theme-color);
  border-radius: 0.321rem 0 0.8rem 0;
  line-height: 1.603rem;
  font-size: 0.962rem;
  color: #996303;
  text-align: center;
  position: absolute;
  top: -1px;
  left: -1px;
}

.user-recharge .recharge-payway {
  padding: 0 0.8rem;
}

.user-recharge .recharge-payway .recharge-payway-tip {
  margin-bottom: 1.202rem;
  line-height: 1.603rem;
  font-size: 0.962rem;
  color: #b5b5b5;
  font-weight: 500;
}

.user-recharge .recharge-payway .recharge-payway-tip h5 {
  margin: 0.8rem 0;
  font-size: 1.122rem;
  font-weight: 700;
}

.user-recharge .recharge-payway .recharge-payway-tip b {
  color: var(--theme-color);
}

.user-recharge .recharge-payway .payway-list .el-button {
  width: 100%;
  margin-bottom: 0.8rem;
  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: 0.4rem;
  font-size: 1.442rem;
}

.dialog-pay {
  width: 80%;
  max-width: 25.641rem;
}

.dialog-pay .el-dialog__title {
  color: var(--theme-color);
}

.dialog-pay .el-dialog__body {
  padding: 0.8rem 1.6rem 1.6rem;
}

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

.dialog-pay .dialog-pay-account b {
  color: var(--theme-color);
}

.dialog-pay .dialog-pay-warning {
  margin-bottom: 0.8rem;
  padding: 0.321rem 1.202rem;
  font-size: 1.122rem;
  color: var(--theme-color);
  font-weight: 700;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 0.321rem;
}

.dialog-pay .dialog-pay-tip p {
  margin: 0;
  line-height: 1.6rem;
  font-size: 0.962rem;
  color: #fff;
}

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

.drawer-order .el-drawer__body {
  padding-top: 0.4rem;
}

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

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

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

.drawer-order .order-list .order-item .item-row .item-title {
  width: 5.609rem;
  height: 2.083rem;
  line-height: 2.083rem;
  color: #b5b5b5;
}

.drawer-order .order-list .order-item .item-row .item-value {
  line-height: 2.083rem;
  flex: 1 1 0%;
}

.drawer-order .order-list .order-item .item-row .item-money {
  color: var(--theme-color);
}

.drawer-order .order-list .order-item .item-row .item-tag {
  margin-right: 0.4rem;
  padding: 0 0.4rem;
  color: #aaa;
  font-size: 1.042rem;
  line-height: 1.923rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.16rem;
  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-follow .el-drawer__body,
.drawer-posts .el-drawer__body,
.drawer-record .el-drawer__body,
.drawer-user-comment .el-drawer__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.drawer-record .drawer-record-body {
  padding: 1.202rem;
  flex: 1 1 0%;
  overflow: auto;
}

.drawer-follow .el-loading-mask,
.drawer-liked .el-loading-mask,
.drawer-order .el-loading-mask,
.drawer-posts .el-loading-mask,
.drawer-record .el-loading-mask,
.drawer-user-comment .el-loading-mask {
  background: 0 0;
}

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

.drawer-follow .drawer-follow-header,
.drawer-record .drawer-record-header,
.drawer-user-comment .drawer-user-comment-header {
  height: 3.75rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-follow .drawer-follow-header span,
.drawer-record .drawer-record-header span,
.drawer-user-comment .drawer-user-comment-header span {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.9375rem;
  color: #fff;
  font-size: 1.202rem;
  text-align: center;
  flex: 1 1 0%;
  cursor: pointer;
}

.drawer-follow .drawer-follow-header span.is-active,
.drawer-record .drawer-record-header span.is-active,
.drawer-user-comment .drawer-user-comment-header span.is-active {
  background-color: #1a1a1a;
  border-radius: 1.25rem;
}

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

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

.drawer-record-list .el-checkbox__inner {
  width: 1.603rem;
  height: 1.603rem;
}

.drawer-record-list .el-checkbox__inner::after {
  top: 1px;
  width: 0.481rem;
  height: 0.962rem;
  left: 0.481rem;
}

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

.drawer-record-list .drawer-record-item .record-pic {
  width: 9.615rem;
  height: 6.41rem;
  margin-right: 1.202rem;
  border-radius: 0.321rem;
  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 .space {
  position: absolute;
  top: 0.481rem;
  right: 0.481rem;
  gap: 0 0.4rem;
}

.drawer-record-list .drawer-record-item .record-pic .el-tag {
  height: 1.442rem;
  line-height: 1.442rem;
  padding: 0 0.321rem;
  font-size: 0.8rem;
}

.drawer-record-list .drawer-record-item .record-pic .vod-duration {
  height: 1.442rem;
  line-height: 1.442rem;
  padding: 0 0.321rem;
  color: #fff;
  font-size: 0.8rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.321rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
}

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

.drawer-record-list .drawer-record-item .record-title {
  margin-bottom: 0.481rem;
  height: 1.763rem;
  line-height: 1.763rem;
  color: #fff;
  font-size: 1.122rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawer-record-list .drawer-record-item .record-time {
  margin-bottom: 0.8rem;
  font-size: 0.962rem;
  color: #b5b5b5;
  display: inline-block;
}

.drawer-record-list .drawer-nc-item .record-pic {
  width: 10.737rem;
  height: 14.022rem;
}

.drawer-record-list .drawer-nc-item .nc-title {
  margin-bottom: 0.8rem;
  height: 1.763rem;
  line-height: 1.763rem;
  color: #fff;
  font-size: 1.122rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.drawer-record-list .drawer-nc-item .nc-name {
  max-width: 100%;
  margin-bottom: 0.481rem;
  padding: 0.321rem 0.8rem;
  color: var(--theme-color);
  font-size: 0.962rem;
  text-align: center;
  border-radius: 1.603rem;
  border: 1px solid var(--theme-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.drawer-record-list .drawer-nc-item .nc-bullion {
  margin-bottom: 0.641rem;
  color: #fff;
  font-size: 0.962rem;
}

.drawer-record-list .drawer-nc-item .nc-bullion b {
  margin-right: 0.4rem;
  color: var(--theme-color);
}

.drawer-record-list .drawer-nc-item .nc-time {
  margin-bottom: 1.202rem;
  font-size: 0.962rem;
  color: #b5b5b5;
  display: inline-block;
}

.drawer-record-list .drawer-fav-item .el-button + .el-button,
.drawer-record-list .drawer-nc-item .el-button + .el-button {
  margin-left: 0;
}

.drawer-follow .drawer-follow-body {
  padding: 0.8rem 1.202rem 1.202rem;
  flex: 1 1 0%;
  overflow: auto;
}

.drawer-follow .drawer-follow-user__item {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-follow .drawer-follow-user__item .el-avatar {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.8rem;
}

.drawer-follow .drawer-follow-user__item .user-name {
  font-size: 1.25rem;
  flex: 1 1 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drawer-follow .drawer-follow-board__item {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-follow .drawer-follow-board__item .lozad-image {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}

.drawer-follow .drawer-follow-board__item .lozad-image .lozad-image-error {
  min-height: 100%;
  font-size: 2rem;
}

.drawer-follow .drawer-follow-board__item .lozad-image img {
  object-fit: cover;
}

.drawer-follow .drawer-follow-board__item .board-info {
  margin-right: 0.4rem;
  flex: 1 1 0%;
  overflow: hidden;
}

.drawer-follow .drawer-follow-board__item .board-info .board-name {
  margin-bottom: 0.4rem;
  font-size: 1.125rem;
}

.drawer-follow .drawer-follow-board__item .board-info .board-des {
  font-size: 0.9375rem;
  color: #b6b6b6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drawer-posts .drawer-posts-count {
  margin: 1.25rem 1.25rem 0.4rem;
  padding: 1.25rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-posts .drawer-posts-count .drawer-posts-count__item {
  font-size: 1.125rem;
  color: #999;
  flex: 1 1 0%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.drawer-posts .drawer-posts-count span.num {
  margin-bottom: 0.4rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
}

.drawer-posts .drawer-posts-tabs {
  height: 3.75rem;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-posts .drawer-posts-tabs span {
  height: 2.5rem;
  padding: 0 0.9375rem;
  color: #868686;
  font-size: 1.202rem;
  text-align: center;
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.drawer-posts .drawer-posts-tabs span.is-active {
  color: #fff;
}

.drawer-posts .drawer-posts-tabs span.is-active:after {
  content: '';
  width: 1.25rem;
  height: 0.25rem;
  margin-top: 0.4rem;
  border-radius: 0.125rem;
  background-color: var(--theme-color);
  display: block;
}

.drawer-posts .drawer-posts-body {
  padding: 0.4rem 1.202rem 1.202rem;
  flex: 1 1 0%;
  overflow: auto;
}

.drawer-posts .drawer-posts__item {
  margin-bottom: 1.25rem;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.drawer-posts .drawer-posts__item .drawer-posts__pic {
  width: 9.615rem;
  height: 7.125rem;
  background-color: #000;
  border-radius: 0.321rem;
  overflow: hidden;
  position: relative;
}

.drawer-posts .drawer-posts__item .drawer-posts__pic .lozad-image {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.drawer-posts .drawer-posts__item .drawer-posts__pic .lozad-image .lozad-image-error {
  min-height: 100%;
}

.drawer-posts .drawer-posts__item .drawer-posts__pic .lozad-image img {
  object-fit: cover;
}

.drawer-posts .drawer-posts__item .drawer-posts__pic .posts-video {
  width: 2.8125rem;
  height: 2.8125rem;
  padding-left: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.drawer-posts .drawer-posts__item .drawer-posts__pic .posts-video .zicon {
  font-size: 1.25rem;
  color: #fff;
}

.drawer-posts .drawer-posts__item .drawer-posts__main {
  padding: 0.8rem 1.25rem;
  flex: 1 1 0%;
}

.drawer-posts .drawer-posts__item .drawer-posts__title {
  height: 3.5rem;
  line-height: 1.75rem;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.drawer-posts .drawer-posts__item .drawer-posts__title .el-tag {
  height: 1.442rem;
  line-height: 1.442rem;
  margin-right: 0.4rem;
  padding: 0 0.321rem;
  font-size: 0.962rem;
  border-radius: 0.321rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__bottom {
  color: #fff;
  font-size: 0.9375rem;
  display: flex;
  justify-content: space-between;
}

.drawer-posts .drawer-posts__item .drawer-posts__bottom > .space {
  gap: 1.25rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__bottom > .space > .space {
  gap: 0.375rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__bottom .zicon {
  font-size: 1rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__bottom .zicon-eye {
  font-size: 1.125rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__bottom .drawer-posts__time {
  color: #9c9c9c;
  font-size: 0.962rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__fail {
  width: 100%;
  padding: 0.8rem;
  background-color: #4e3534;
  border-radius: 0.6rem;
}

.drawer-posts .drawer-posts__item .drawer-posts__fail span {
  color: #f9dedc;
  font-size: 1rem;
}

.drawer-feedback .drawer-feedback-header {
  margin-bottom: 0.8rem;
}

.drawer-feedback .drawer-feedback-header .el-radio {
  margin-bottom: 0.641rem;
}

.drawer-feedback .drawer-feedback-submit {
  margin-top: 0.641rem;
  justify-content: space-between;
}

.drawer-feedback .drawer-feedback-verify .el-input {
  width: 7.212rem;
}

.drawer-feedback .drawer-feedback-verify img {
  width: 6.41rem;
  height: 2.564rem;
  border-radius: 0.321rem;
  overflow: hidden;
  cursor: pointer;
}

.drawer-feedback .drawer-feedback-submit .el-button + .el-button {
  margin-left: 0.641rem;
}

.drawer-feedback .feedback-list-title {
  margin-top: 2.225rem;
  font-size: 1.122rem;
}

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

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

.drawer-feedback .feedback-item .feedback-name {
  margin-right: 0.8rem;
  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: 0.321rem 0.481rem;
}

.drawer-feedback .feedback-item .feedback-content {
  margin-bottom: 0.641rem;
  line-height: 1.6;
  color: #fff;
  font-size: 1.122rem;
  word-wrap: break-word;
}

.drawer-feedback .feedback-item .feedback-content .el-tag {
  margin-right: 0.4rem;
  height: 1.603rem;
  padding: 0 0.4rem;
  line-height: 1.522rem;
  font-size: 0.962rem;
}

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

.drawer-feedback .feedback-item .feedback-content .el-button {
  margin: 0 0 0.8rem 0.8rem;
  padding: 0.321rem 0.481rem;
  float: right;
}

.drawer-feedback .feedback-item .feedback-time {
  color: #b5b5b5;
  font-size: 0.962rem;
}

.drawer-feedback .feedback-admin-reply {
  margin-top: 0.8rem;
  padding: 0.641rem 0.8rem;
  background-color: #403e36;
  border-radius: 0.321rem;
}

.drawer-feedback .feedback-admin-reply .feedback-content {
  margin-bottom: 0;
}

.drawer-feedback .feedback-admin-reply .feedback-time {
  margin-top: 0.641rem;
}

.drawer-feedback .feedback-reply-input {
  margin-top: 0.8rem;
}

.drawer-feedback .feedback-reply-button {
  margin-top: 0.641rem;
}

.drawer-feedback .feedback-item .el-divider {
  margin: 1.442rem 0 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
}

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

.drawer-feedback .feedback-item .el-divider .el-divider__text .space {
  margin: 0 0.641rem;
  gap: 0.321rem;
  cursor: pointer;
}

.drawer-feedback .feedback-reply {
  margin-top: 0.8rem;
  padding: 0 1.202rem;
  background-color: #404040;
  border-radius: 0.16rem;
  overflow: hidden;
}

.drawer-feedback .feedback-reply .el-divider {
  margin: 0.8rem 0 1.6rem;
}

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

.drawer-feedback .feedback-reply .el-loading-spinner {
  margin: 0.321rem 0 0.8rem;
  position: static;
  top: 0;
}

.drawer-feedback .feedback-reply .el-loading-spinner .circular {
  width: 1.923rem;
  height: 1.923rem;
}

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

.drawer-feedback .feedback-reply .feedback-item {
  padding-top: 0.4rem;
}

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

.drawer-search .module-title {
  padding: 0.9375rem 0.9375rem;
  font-size: 1.125rem;
  color: var(--theme-color);
  background-color: #000;
  border-radius: 1.5rem;
  display: block;
  flex: 0 0 auto;
}

.drawer-search .search-box {
  margin: 0 0.4rem 0 0.625rem;
  flex: 1 1 0%;
}

.drawer-search .el-drawer__body {
  padding: 0.8rem;
}

.drawer-search .search-title {
  margin: 0 0.4rem 0.4rem;
  font-size: 1.042rem;
  color: #9c9c9c;
}

.drawer-search .keyword-list {
  margin-bottom: 1.202rem;
}

.drawer-search .keyword-list span.el-tag {
  height: 2.244rem;
  line-height: 2.083rem;
  margin: 0.321rem 0.4rem;
  padding: 0 0.8rem;
  font-size: 1.122rem;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 0.321rem;
  display: inline-block;
  cursor: pointer;
}

.drawer-search .keyword-list span.el-tag .el-tag__close {
  width: 1.282rem;
  height: 1.282rem;
  line-height: 1.282rem;
  font-size: 0.962rem;
  color: var(--theme-color);
  right: -0.4rem;
}

.drawer-search .keyword-list span.el-tag .el-tag__close:hover {
  color: #996303;
  background-color: var(--theme-color);
}

.drawer-search .hots-list {
  padding: 0 0.4rem;
  list-style: none;
}

.drawer-search .hots-list li {
  width: 100%;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.drawer-search .hots-list li i {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0.8rem;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  background-color: #3c3c3c;
  border-radius: 50%;
}

.drawer-search .hots-list li:first-child i {
  background-color: #fe2d46;
}

.drawer-search .hots-list li:nth-child(2) i {
  background-color: #f60;
}

.drawer-search .hots-list li:nth-child(3) i {
  background-color: #faa90e;
}

.drawer-search .hots-list .hots-name {
  font-size: 1.125rem;
  flex: 1 1 0%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drawer-search .hots-list .hots-hits {
  margin-left: 0.8rem;
  font-size: 1.125rem;
  color: #9c9c9c;
}

.drawer-forum-publish .el-drawer__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.drawer-forum-publish .el-loading-mask {
  background: 0 0;
}

.drawer-forum-publish .el-result {
  height: 80%;
}

.drawer-forum-publish .el-result__subtitle p {
  font-size: 1.125rem;
  color: var(--theme-color);
}

.drawer-forum-publish .drawer-publish-header {
  padding: 1.202rem 1.25rem;
}

.drawer-forum-publish .drawer-publish-header .el-radio-group {
  display: flex;
}

.drawer-forum-publish .drawer-publish-header .el-radio-button {
  flex: 1 1 0%;
}

.drawer-forum-publish .drawer-publish-header .el-radio-button__inner {
  padding: 0.75rem 0.9375rem;
  font-size: 1.125rem;
  color: #fff;
  border-color: #3c3c3c;
  display: block;
}

.drawer-forum-publish .drawer-publish-header .el-radio-button__inner:hover {
  color: var(--theme-color);
}

.drawer-forum-publish .drawer-publish-header .el-radio-button__inner {
  background: 0 0;
}

.drawer-forum-publish .drawer-publish-header .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #996303;
  box-shadow: none;
}

.drawer-forum-publish .drawer-publish-body {
  padding: 0 1.25rem;
  flex: 1 1 0;
  overflow: auto;
}

.drawer-forum-publish .el-form .label-title {
  font-size: 1.1875rem;
}

.drawer-forum-publish .el-form .label-title span {
  margin-left: 0.625rem;
  font-size: 1rem;
  color: #868686;
}

.drawer-forum-publish .el-form .upload-pic {
  margin-top: 0.9375rem;
  line-height: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item {
  width: 100%;
  height: 9rem;
  border: 1px dashed #3c3c3c;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item .el-image {
  width: 100%;
  height: 100%;
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item .el-icon-error {
  font-size: 1.75rem;
  color: #f56c6c;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item .el-image__error,
.drawer-forum-publish .el-form .upload-pic .upload-pic-item .el-image__placeholder {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item .upload-status {
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item .upload-success-status {
  background-color: #67c23a;
}

.drawer-forum-publish .el-form .upload-pic .upload-pic-item .upload-error-status {
  background-color: #f56c6c;
}

.drawer-forum-publish .el-form .upload-pic .el-upload {
  width: 100%;
  border: 1px dashed #3c3c3c;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.drawer-forum-publish .el-form .upload-pic .el-upload .el-icon-plus {
  width: 100%;
  height: 9rem;
  line-height: 9rem;
  font-size: 2.5rem;
  color: #8c939d;
  text-align: center;
}

.drawer-forum-publish .el-form .upload-video {
  margin-top: 0.9375rem;
  line-height: 1;
}

.drawer-forum-publish .el-form .upload-video .el-upload {
  width: 9rem;
  height: 9rem;
  border: 1px dashed #3c3c3c;
  border-radius: 0.5rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.drawer-forum-publish .el-form .upload-video .el-upload .el-icon-plus {
  width: 100%;
  height: 9rem;
  line-height: 9rem;
  font-size: 2.5rem;
  color: #8c939d;
  text-align: center;
}

.drawer-forum-publish .el-form .video-info {
  width: 100%;
  line-height: 1;
  background-color: #000;
  border: 1px dashed #3c3c3c;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.drawer-forum-publish .el-form .video-info .video-name {
  padding: 0.9375rem 1.25rem;
  font-size: 1.0625rem;
}

.drawer-forum-publish .el-form .video-info .el-icon-error {
  font-size: 1.75rem;
  color: #f56c6c;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.drawer-forum-publish .el-form .video-info video {
  width: 100%;
  height: 17.5rem;
}

.drawer-forum-publish .drawer-publish-bottom {
  padding: 1.202rem 1.25rem;
}

.drawer-forum-publish .drawer-publish-bottom .el-button {
  width: 100%;
}

.drawer-forum-publish .drawer-board {
  width: 100%;
  height: 100%;
  background-color: #2a2a2a;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 0;
}

.drawer-forum-publish .drawer-board .drawer-board-header {
  height: 5rem;
  line-height: 5rem;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  position: relative;
}

.drawer-forum-publish .drawer-board .drawer-board-header .el-icon-arrow-left {
  font-size: 1.875rem;
  position: absolute;
  left: 0.9375rem;
  top: 1.5625rem;
}

.drawer-forum-publish .drawer-board .drawer-board-body {
  padding: 0 1.25rem;
  flex: 1 1 0;
  overflow: auto;
}

.drawer-forum-publish .drawer-board .drawer-board-item {
  margin-bottom: 0.9375rem;
  padding: 0.75rem 0.9375rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  border-radius: 0.8rem;
  display: flex;
}

.drawer-forum-publish .drawer-board .drawer-board-item.is-active {
  border-color: var(--theme-color);
}

.drawer-forum-publish .drawer-board .drawer-board-item .lozad-image {
  width: 5rem;
  height: 5rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  overflow: hidden;
}

.drawer-forum-publish .drawer-board .drawer-board-item .lozad-image .lozad-image-error {
  min-height: 100%;
}

.drawer-forum-publish .drawer-board .drawer-board-item .lozad-image img {
  object-fit: cover;
}

.drawer-forum-publish .drawer-board .drawer-board-item .board-info {
  flex: 1 1 0%;
}

.drawer-forum-publish .drawer-board .drawer-board-item .board-name {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

.drawer-forum-publish .drawer-board .drawer-board-item .board-des {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  color: #b6b6b6;
}

.drawer-forum-publish .drawer-board .drawer-board-item .board-info > .space {
  gap: 0 1.25rem;
}

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

.dialog-progress .el-dialog__header {
  display: none;
}

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

.dialog-progress .dialog-progress-content {
  width: 160px;
  padding: 1.25rem 0 0.5rem;
  color: #fff;
  font-size: 1rem;
  background-color: #2a2a2a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dialog-progress .dialog-progress-content .el-progress-circle__track {
  stroke: rgba(255, 255, 255, 0.1);
}

.dialog-progress .dialog-progress-content .el-progress-circle__path {
  stroke: var(--theme-color);
}

.dialog-progress .dialog-progress-content .el-progress__text {
  color: var(--theme-color);
}

.dialog-b-contact {
  width: auto;
  max-width: 80%;
  background: 0 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: 25rem;
  max-height: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dialog-b-contact .el-image {
  min-width: 12.5rem;
  min-height: 12.5rem;
  background-color: #1a1a1a;
  border-radius: 1.6rem;
  overflow: hidden;
}

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

.dialog-b-contact .el-image .el-loading-mask {
  background: 0 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: 3.365rem;
  height: auto;
}

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

.dialog-b-contact .dialog-close {
  padding: 0.4rem 0.641rem;
  color: #fff;
  font-size: 1.442rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 0.321rem 0 0.962rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.dialog-b-contact .dialog-close:hover {
  color: var(--theme-color);
}

.dialog-b-contact .el-button {
  width: 80%;
  margin-top: 0.8rem;
  font-size: 1.282rem;
  font-weight: 700;
}

.drawer-liked .el-drawer__body {
  padding-top: 0.4rem;
}

.drawer-liked .drawer-liked-body {
  min-height: 100%;
}

.drawer-liked .liked-list .liked-item {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drawer-liked .liked-list .liked-item__header {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-liked .liked-list .liked-item__header .el-avatar {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.8rem;
}

.drawer-liked .liked-list .liked-item__header .liked-item__info {
  flex: 1 1 0%;
  overflow: hidden;
}

.drawer-liked .liked-list .liked-item__header .user-name {
  width: 100%;
  margin-bottom: 0.641rem;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drawer-liked .liked-list .liked-item__header .liked-item__tip {
  flex: 1 1 0%;
}

.drawer-liked .liked-list .liked-item__header .liked-item__time {
  color: #b5b5b5;
}

.drawer-liked .liked-list .liked-item__main {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.drawer-liked .liked-list .liked-item__pic {
  width: 9.615rem;
  height: 7.125rem;
  background-color: #000;
  border-radius: 0.321rem;
  overflow: hidden;
  position: relative;
}

.drawer-liked .liked-list .liked-item__pic .lozad-image {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.drawer-liked .liked-list .liked-item__pic .lozad-image .lozad-image-error {
  min-height: 100%;
}

.drawer-liked .liked-list .liked-item__pic .lozad-image img {
  object-fit: cover;
}

.drawer-liked .liked-list .liked-item__title {
  max-height: 5.25rem;
  line-height: 1.75rem;
  margin: 0.8rem 0;
  padding: 0 1.25rem;
  flex: 1 1 0%;
  color: #fff;
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.drawer-user-comment .drawer-user-comment-body {
  padding: 0 1.202rem 1.202rem;
  flex: 1 1 0%;
  overflow: auto;
}

.drawer-user-comment .comment-list .comment-item {
  padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.drawer-user-comment .comment-list .comment-item__header {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}

.drawer-user-comment .comment-list .comment-item__header .el-avatar {
  width: 3.75rem;
  height: 3.75rem;
  margin-right: 0.8rem;
}

.drawer-user-comment .comment-list .comment-item__header .comment-item__info {
  flex: 1 1 0%;
  overflow: hidden;
}

.drawer-user-comment .comment-list .comment-item__header .user-name {
  width: 100%;
  margin-bottom: 0.641rem;
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.drawer-user-comment .comment-list .comment-item__header .comment-item__tip {
  flex: 1 1 0%;
}

.drawer-user-comment .comment-list .comment-item__header .comment-item__time {
  color: #b5b5b5;
}

.drawer-user-comment .comment-list .comment-item__content {
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
}

.drawer-user-comment .comment-list .comment-item__main {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.drawer-user-comment .comment-list .comment-item__pic {
  width: 9.615rem;
  height: 7.125rem;
  background-color: #000;
  border-radius: 0.321rem;
  overflow: hidden;
  position: relative;
}

.drawer-user-comment .comment-list .comment-item__pic .lozad-image {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.drawer-user-comment .comment-list .comment-item__pic .lozad-image .lozad-image-error {
  min-height: 100%;
}

.drawer-user-comment .comment-list .comment-item__pic .lozad-image img {
  object-fit: cover;
}

.drawer-user-comment .comment-list .comment-item__title {
  max-height: 5.25rem;
  line-height: 1.75rem;
  margin: 0.8rem 0;
  padding: 0 1.25rem;
  flex: 1 1 0%;
  color: #fff;
  font-size: 1.125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.gm-tab {
  margin-bottom: 0.75rem;
}

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

.gm-tab .gm-tab-header span {
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  border-radius: 0.375rem;
  flex: 1 1 0%;
  display: block;
  cursor: pointer;
}

.gm-tab .gm-tab-header span.is-active {
  color: #996303;
  background-color: var(--theme-color);
}

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

.gm-tab .gm-tab-content .swiper-slide {
  height: auto;
  min-height: 32rem;
}

.gm-tab .gm-tab-content .gm-item {
  height: 6.25rem;
  margin-bottom: 0.75rem;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
  display: block;
}

.gm-tab .gm-tab-content .gm-item .lozad-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.gm-tab .gm-tab-content .gm-item .lozad-image .lozad-elem {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.gm-tab .gm-tab-content .gm-item .gm-item-bottom {
  height: 2.8125rem;
  padding: 0 0.75rem;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  color: #fff;
  font-size: 1.0625rem;
  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: 2.8125rem;
  line-height: 2.8125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact {
  margin-top: 0.75rem;
}

.contact .space {
  justify-content: center;
}

.contact .space .space-item {
  padding-right: 0.625rem;
  font-size: 1.125rem;
  color: #b6b6b6;
  position: relative;
}

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

.contact .space .space-item img {
  width: 1.5625rem;
  vertical-align: top;
}

.contact .space .space-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1.125rem;
  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;
}

.ai-container .ai-module {
  margin-bottom: 0.9375rem;
  padding: 0.375rem;
  background-color: #2e2e2e;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.ai-container .ai-module span {
  padding: 0.5rem 0.75rem;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  border-radius: 0.375rem;
  flex: 1 1 0%;
  display: block;
  cursor: pointer;
}

.ai-container .ai-module span.is-active {
  color: #996303;
  background-color: var(--theme-color);
}

.ai-container h4.ai-title {
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}

.ai-container .upload-pic {
  padding: 0.9375rem;
  margin-bottom: 0.8rem;
  background-color: #2e2e2e;
  border: 1px dashed #5b5b5b;
  border-radius: 0.6rem;
  box-sizing: border-box;
  position: relative;
}

.ai-container .upload-pic .el-upload {
  width: 100%;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ai-container .upload-pic .upload-button p {
  margin: 0;
  font-size: 1rem;
  color: #8c8c8c;
}

.ai-container .upload-pic .upload-button p.tip {
  margin-top: 0.4rem;
  color: #5b5b5b;
}

.ai-container .upload-pic .el-icon-picture {
  margin-bottom: 0.4rem;
  font-size: 3.125rem;
  color: #5b5b5b;
}

.ai-container .upload-pic .el-image {
  width: 100%;
  height: 15.625rem;
  background-color: #000;
  border-radius: 0.6rem;
  overflow: hidden;
}

.ai-container .upload-pic .el-icon-error {
  font-size: 1.75rem;
  color: #f56c6c;
  background-color: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}

.ai-container .ai-info {
  padding: 0 0.9375rem 0.9375rem;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}

.ai-container .ai-info b {
  color: var(--theme-color);
}

.ai-container .orange-button {
  width: 13.75rem;
  margin: 1.25rem auto 0;
  color: var(--theme-color);
  font-size: 1rem;
  background-image: linear-gradient(0, #ff4d03, #ffa03c);
  border: none;
  display: block;
}

.ai-container .ai-button {
  width: 18.75rem;
  margin: 1.25rem auto;
  font-size: 1.25rem;
  display: block;
}

.ai-container .ai-des {
  margin: 1.875rem 0.8rem 1.202rem;
  color: #b5b5b5;
}

.ai-container .ai-des h5 {
  margin: 0.8rem 0;
  font-size: 1.122rem;
  font-weight: 700;
}

.ai-container .ai-des p {
  line-height: 1.603rem;
  margin: 0 0 0.4rem;
  font-size: 0.962rem;
  font-weight: 500;
}

.ai-container .ai-example {
  margin-bottom: 0.8rem;
}

.ai-container .ai-example h5 {
  margin: 0.8rem;
  font-size: 1.122rem;
  font-weight: 700;
  color: #b5b5b5;
}

.ai-container .ai-example .lozad-image {
  margin: 0 0.8rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.ai-list-container {
  margin-bottom: 1.202rem;
  padding: 0;
  border-radius: 1.6rem;
  background-color: #2e2e2e;
  overflow: hidden;
}

.ai-list-container .ai-list__title {
  padding: 1.25rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #3b3b3b;
}

.ai-list-container .el-alert {
  width: auto;
  margin: 0.625rem;
  color: var(--theme-color);
  background: 0 0;
  border: 1px solid var(--theme-color);
}

.ai-list-container .ai-list {
  min-height: 18.75rem;
}

.ai-list-container .ai-list .el-loading-mask {
  background: 0 0;
}

.ai-list-container .ai-list__name {
  margin-top: 0.625rem;
  padding: 0 1.25rem;
  line-height: 2.5;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.ai-list-container .ai-list__tip {
  margin: 0 0 0.625rem;
  padding: 0 1.25rem;
  color: #9c9c9c;
  text-align: center;
}

.ai-list-container .ai-list__images {
  padding: 0.625rem 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ai-list-container .ai-list__images .lozad-image {
  width: 9.375rem;
  height: 9.375rem;
  padding: 0.4rem;
  background: 0 0;
  border-radius: 0.6rem;
  border: 1px dashed #5b5b5b;
  overflow: hidden;
}

.ai-list-container .ai-list__images .lozad-image img {
  object-fit: cover;
  border-radius: 0.6rem;
  overflow: hidden;
}

.ai-list-container .ai-list__images .lozad-image .lozad-image-error {
  min-height: 100%;
  color: #5b5b5b;
}

.ai-list-container .ai-list__images .el-icon-d-arrow-right {
  font-size: 2.5rem;
  color: #5b5b5b;
}

.ai-list-container .ai-list__images .ai-list__status {
  width: 9.375rem;
  height: 9.375rem;
  padding: 0.4rem;
  border-radius: 0.6rem;
  border: 1px dashed #5b5b5b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ai-list-container .ai-list__images .ai-list__status .el-loading-spinner {
  margin-top: 0;
  transform: translateY(-50%);
}

.ai-list-container .ai-list__images .ai-list__status .el-loading-spinner .circular {
  width: 2.875rem;
  height: 2.875rem;
}

.ai-list-container .ai-list__images .ai-list__status .el-loading-spinner .el-loading-text {
  font-size: 1.125rem;
}

.ai-list-container .ai-list__images .ai-list__status .el-icon-picture {
  font-size: 2.5rem;
  color: #5b5b5b;
}

.ai-list-container .ai-list__images .ai-list__status p {
  margin: 0.4rem 0 0;
  color: #5b5b5b;
  font-size: 1.125rem;
}

.ai-list-container .ai-list__video {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 0.6rem;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.ai-list-container .ai-list__video .ai-list__video-play {
  width: 30%;
  height: 30%;
  padding-left: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ai-list-container .ai-list__video .ai-list__video-play .zicon {
  font-size: 1.25rem;
  color: #fff;
}

.ai-list-container .ai-list__info {
  padding: 0.8rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-list-container .ai-list__info b {
  color: var(--theme-color);
}

.ai-list-container .ai-list__info .time {
  color: #9c9c9c;
}

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

.dialog-image-preview .el-dialog__header {
  display: none;
}

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

.dialog-image-preview .image-preview__content {
  max-width: 25rem;
  max-height: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dialog-image-preview .el-image {
  min-width: 12.5rem;
  background-color: #1a1a1a;
  border-radius: 1.6rem;
  overflow: hidden;
}

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

.dialog-image-preview .el-image .el-loading-mask {
  height: 12.5rem;
  background: 0 0;
  position: static;
}

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

.dialog-image-preview .el-image .el-loading-spinner .circular {
  width: 30%;
  max-width: 3.365rem;
  height: auto;
}

.dialog-image-preview .el-image .image-error {
  width: 100%;
  height: 12.5rem;
  font-size: 2.564rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-image-preview .dialog-close {
  padding: 0.4rem 0.641rem;
  color: #fff;
  font-size: 1.442rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 0.321rem 0 0.962rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.dialog-image-preview .dialog-close:hover {
  color: var(--theme-color);
}

.dialog-image-preview .el-button {
  width: 80%;
  margin-top: 0.8rem;
  font-size: 1.282rem;
  font-weight: 700;
}

.dialog-video-preview {
  width: auto;
  background: 0 0;
  box-shadow: none;
}

.dialog-video-preview .el-dialog__header {
  display: none;
}

.dialog-video-preview .el-dialog__body {
  padding: 0;
}

.dialog-video-preview .video-preview__content {
  width: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dialog-video-preview #player {
  width: 100%;
  height: 20rem;
  background-color: #000;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.dialog-video-preview .dialog-close {
  padding: 0.4rem 0.641rem;
  color: #fff;
  font-size: 1.442rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  position: absolute;
  top: -3.125rem;
  right: 0;
  cursor: pointer;
}

.dialog-video-preview .dialog-close:hover {
  color: var(--theme-color);
}

.dialog-video-preview .el-button {
  width: 80%;
  margin-top: 0.8rem;
  font-size: 1.282rem;
  font-weight: 700;
}

.user-info-box {
  width: 80%;
  max-width: 22.5rem;
}

.user-info-box .el-message-box__header {
  padding: 1.875rem 1.25rem 0.75rem;
}

.user-info-box .el-message-box__title {
  color: var(--theme-color);
  font-size: 1.375rem;
  text-align: center;
}

.user-info-box .user-info-box__account {
  margin-bottom: 0.8rem;
  padding: 1.25rem 1.25rem 0.8rem;
  background-color: var(--theme-color);
  border-radius: 0.625rem;
  color: #1a1a1a;
  font-size: 1.25rem;
  text-align: center;
  overflow: hidden;
}

.user-info-box .user-info-box__account p {
  margin-bottom: 0.625rem;
}

.user-info-box .user-info-box__account b {
  color: #ff4d03;
}

.user-info-box .user-info-box__warning {
  margin-top: 1rem;
  padding: 0.321rem 1.202rem;
  font-size: 1.122rem;
  color: #996303;
  font-weight: 700;
  text-align: center;
  border: 2px solid #996303;
  border-radius: 0.321rem;
}

.user-info-box .user-info-box__tip p {
  line-height: 1.8rem;
  color: var(--theme-color);
}

.user-info-box .el-message-box__btns {
  padding: 0.625rem 0.9375rem;
  text-align: center;
}

.shop-city-header {
  margin-bottom: 0.3125rem;
}

.shop-city-header span {
  height: 2.625rem;
  line-height: 2.5rem;
  margin: 0.375rem 0.3125rem;
  padding: 0 0.75rem;
  font-size: 1.0625rem;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 1.3125rem;
  display: inline-block;
  cursor: pointer;
}

.shop-city-header span i.el-icon-location {
  margin-right: 0.375rem;
  font-size: 1.25rem;
  color: #676667;
}

.shop-city-header span i.el-icon-arrow-down {
  margin-left: 0.375rem;
}

.drawer-city .el-drawer__body {
  padding: 0;
}

.drawer-city .el-container {
  height: 100%;
}

.drawer-city .el-aside ul {
  margin: 0.625rem 0;
  padding: 0;
  list-style: none;
}

.drawer-city .el-aside ul li {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  position: relative;
}

.drawer-city .el-aside ul li span {
  font-size: 1.0625rem;
}

.drawer-city .el-aside ul li.active span {
  color: var(--theme-color);
  font-weight: 700;
}

.drawer-city .el-aside ul li.active::before {
  content: '';
  width: 2px;
  background-color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 0.625rem;
  bottom: 0.625rem;
  overflow: hidden;
}

.drawer-city .el-main {
  padding: 0.625rem;
  background-color: #1a1a1a;
}

.drawer-city .el-main .city-item {
  min-height: 2rem;
  line-height: 1.875rem;
  margin: 0.375rem 0.3125rem;
  padding: 0 1.25rem;
  font-size: 1.0625rem;
  color: #fff;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 1rem;
  display: inline-block;
  cursor: pointer;
}

.drawer-city .el-main .city-item.active {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-item {
  margin-bottom: 0.8rem;
  display: flex;
}

.shop-item .shop-pic {
  width: 8.75rem;
  height: 8.125rem;
  border-radius: 0.625rem;
  overflow: hidden;
}

.shop-item .shop-pic .lozad-image {
  height: 100%;
}

.shop-item .shop-pic .lozad-image .lozad-image-error {
  min-height: 100%;
}

.shop-item .shop-pic .lozad-image img {
  object-fit: cover;
}

.shop-item .shop-info {
  margin-left: 0.9375rem;
  flex: 1 1 0%;
  overflow: hidden;
}

.shop-item .shop-info .shop-name {
  margin-bottom: 0.481rem;
  height: 1.763rem;
  line-height: 1.763rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-item .shop-info .el-rate {
  height: 1.75rem;
}

.shop-item .shop-info .el-rate .el-rate__icon {
  margin-right: 0.125rem;
  font-size: 1.5rem;
}

.shop-item .shop-info .el-rate .el-rate__text {
  margin-left: 0.25rem;
  font-size: 1.125rem;
}

.shop-item .shop-info .shop-spend {
  margin-bottom: 0.625rem;
  height: 1.763rem;
  line-height: 1.763rem;
  font-size: 1.125rem;
  color: #b6b6b6;
}

.shop-item .shop-info .shop-item-bottom {
  color: #888;
  display: flex;
  justify-content: space-between;
}

.shop-details .shop-swiper {
  width: 100%;
  margin: 0.8rem 0;
  overflow: hidden;
  position: relative;
}

.shop-details .shop-swiper .shop-image {
  width: 100%;
  height: 20rem;
  border-radius: 0.8rem;
  background-color: #2a2a2a;
  overflow: hidden;
  position: relative;
}

.shop-details .shop-swiper .shop-image .lozad-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shop-details .shop-swiper .shop-image .lozad-image-error {
  min-height: 100%;
}

.shop-details .shop-swiper .shop-image img {
  object-fit: cover;
}

.shop-details .shop-swiper .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.shop-details .shop-block {
  margin-top: 0.8rem;
  padding: 0.9375rem 1.25rem;
  background-color: #2e2e2e;
  border-radius: 0.321rem;
}

.shop-details .shop-block .shop-name {
  margin-bottom: 0.625rem;
  font-size: 1.282rem;
  color: #fff;
}

.shop-details .shop-block .shop-remarks {
  color: #b6b6b6;
  display: flex;
  align-items: center;
}

.shop-details .shop-block .shop-remarks > .space {
  flex: 1 1 0%;
}

.shop-details .shop-block .shop-remarks .el-rate {
  margin-right: 0.625rem;
  height: 1.125rem;
}

.shop-details .shop-block .shop-remarks .el-rate .el-rate__icon {
  margin-right: 0;
  font-size: 1.25rem;
}

.shop-details .shop-block .shop-remarks .el-rate .el-rate__text {
  margin-left: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: italic;
}

.shop-details .shop-block .shop-contact {
  margin-top: 1.25rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #5b5b5b;
}

.shop-details .shop-block .shop-contact-item {
  padding: 0.3125rem 0;
  color: #fff;
  display: flex;
  align-items: flex-start;
}

.shop-details .shop-block .address,
.shop-details .shop-block .phone {
  padding-top: 0.25rem;
  font-size: 1.125rem;
  flex: 1 1 0%;
}

.shop-details .shop-block .shop-contact-item i {
  margin-right: 0.625rem;
  font-size: 1.25rem;
  color: #b5b5b5;
}

.shop-details .shop-block .copy-button {
  margin-left: 1.25rem;
  height: 2rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  color: #b5b5b5;
  background-color: #2e2e2e;
  border: 1px solid #5b5b5b;
  border-radius: 1rem;
}

.shop-details .shop-details-loading {
  min-height: 25rem;
}

.shop-details .shop-button {
  margin: 1.6rem auto;
  text-align: center;
}

.shop-details .shop-button .el-button {
  width: 60%;
  max-width: 16.026rem;
  font-size: 1.25rem;
  box-shadow: 0 0.16rem 0.8rem rgba(254, 240, 158, 0.4);
  animation: scaleAnimation 3s infinite;
}

.shop-details .el-tabs {
  margin-top: 1.25rem;
}

.shop-details .el-tabs__header {
  margin-bottom: 0;
  padding: 0.375rem;
  background-color: #2e2e2e;
  border-radius: 1.5rem;
}

.shop-details .el-tabs__nav-wrap {
  margin-bottom: 0;
}

.shop-details .el-tabs__nav {
  width: 100%;
  float: none;
  display: flex;
}

.shop-details .el-tabs__nav .el-tabs__active-bar,
.shop-details .el-tabs__nav-wrap::after {
  display: none;
}

.shop-details .el-tabs__nav .el-tabs__item {
  height: 2.625rem;
  line-height: 2.625rem;
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 1.3125rem;
  flex: 1 1 0%;
}

.shop-details .el-tabs__nav .el-tabs__item.is-active {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.shop-details .el-tabs__content {
  padding: 1.25rem 0;
}

.shop-details #pane-details {
  font-size: 1.1875rem;
  color: #fff;
}

.shop-details #pane-details p {
  margin: 0 0 0.625rem;
}

.shop-details #pane-details .lozad-image img {
  height: auto;
}

.tech-item {
  margin-bottom: 0.9375rem;
  padding: 1.25rem;
  background-color: #2e2e2e;
  border-radius: 0.321rem;
}

.tech-item .tech-item-space {
  display: flex;
}

.tech-item .tech-pic {
  width: 6.75rem;
  margin-right: 1.25rem;
}

.tech-item .tech-pic .lozad-image {
  width: 6.5625rem;
  height: 6.5625rem;
  border-radius: 50%;
  overflow: hidden;
}

.tech-item .tech-pic .lozad-image .lozad-image-error {
  min-height: 100%;
}

.tech-item .tech-pic .lozad-image img {
  object-fit: cover;
}

.tech-item .tech-pic .el-rate {
  margin-top: 0.625rem;
  height: 1.125rem;
  text-align: center;
}

.tech-item .tech-pic .el-rate .el-rate__icon {
  margin-right: 0;
  font-size: 1.25rem;
}

.tech-item .tech-info {
  padding: 0.3125rem 0;
  font-size: 1.125rem;
  color: #fff;
  flex: 1 1 0%;
}

.tech-item .tech-name {
  font-size: 1.25rem;
  flex: 1 1 0%;
}

.tech-item .tech-number {
  color: #b5b5b5;
}

.tech-item dd,
.tech-item dl {
  margin: 0;
}

.tech-item dt {
  color: #b5b5b5;
}

.tech-item .tech-figure {
  margin: 0.3125rem 0 0.625rem;
  display: flex;
  flex-wrap: wrap;
}

.tech-item .tech-figure-item {
  margin: 0.625rem 0 0;
  flex: 1 1 50%;
  display: inline-flex;
}

.tech-list .tech-item .tech-figure-item dt {
  width: 2.5rem;
}

.drawer-tech .drawer-tech-body {
  min-height: 100%;
}

.drawer-tech .el-loading-mask {
  background: 0 0;
}

.drawer-tech .tech-content {
  font-size: 1.1875rem;
  color: #fff;
}

.drawer-tech .tech-content p {
  margin: 0 0 0.625rem;
}

.drawer-tech .tech-content .lozad-image img {
  height: auto;
}

.footer-container {
  padding-bottom: 4.5rem;
}

footer {
  padding: 1.25rem 0.75rem;
  font-size: 0.9375rem;
  color: #888;
  text-align: center;
}

.footer-tabbar {
  width: 100%;
  max-width: 31.25rem;
  height: 4.5rem;
  background-color: #2a2a2a;
  border-radius: 0.625rem 0.625rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.footer-tabbar .footer-tabbar-item {
  --gradient1-start: #676667;
  --gradient1-end: #807f7f;
  --gradient2-start: #c1c1c1;
  --gradient2-end: #c3c3c3;
  color: #b6b6b6;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.footer-tabbar .footer-tabbar-item.active {
  --gradient1-start: #edb170;
  --gradient1-end: var(--theme-color);
  --gradient2-start: #f2f1f1;
  --gradient2-end: #fcfcfc;
  color: #fff;
}

.footer-tabbar .footer-tabbar-item svg {
  width: 2rem;
  height: 2rem;
}

.footer-tabbar .footer-tabbar-item span {
  margin-top: 0.1875rem;
  font-size: 1.0625rem;
}

.footer-tabbar .footer-tabbar-item .el-badge__content {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border: none;
  position: absolute;
  top: -0.125rem;
  right: -0.4375rem;
  -webkit-transform: none;
  transform: none;
}

.back-top {
  width: 3.205rem;
  height: 3.205rem;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 13.75rem;
  right: 1.022rem;
  z-index: 999999;
  cursor: pointer;
  display: none;
}

.back-top:hover {
  color: var(--theme-color);
}

.light-block .v-list .sc-text {
  color: #fff;
  animation: multipleColor 1.2s infinite;
}

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

  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: 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;
  }
}

@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;
  }
}

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

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

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

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

.window-tips .qrcode {
  width: 9.25rem;
  height: 9.25rem;
  margin: 1.25rem auto;
  padding: 0.625rem;
  background-color: var(--theme-color);
  border-radius: 0.25rem;
}

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