.empty[data-v-721b1bdb] {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f8f8f8;
}
.empty img[data-v-721b1bdb] {
  width: 4.66667rem;
  height: 4rem;
}
.empty .text[data-v-721b1bdb] {
  text-align: center;
  font-size: 0.37333rem;
  color: #a5a9b2;
  margin-top: 0.48rem;
}
.empty .no-network-btn[data-v-721b1bdb] {
  margin-top: 0.48rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.empty .no-network-btn div[data-v-721b1bdb] {
  width: 3.73333rem;
  height: 1.06667rem;
  background: #3f7fff;
  border-radius: 0.13333rem;
  font-size: 0.37333rem;
  color: #fff;
  text-align: center;
  line-height: 1.06667rem;
}
@font-face {
  font-family: TTTGB-Medium;
  src: url(../../static/fonts/TTTGB-Medium.46860598.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Akrobat-Bold;
  src: url(../../static/fonts/Akrobat-Bold.038af286.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: AkrobatBold;
  src: url(../../static/fonts/Akrobat-Bold.038af286.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DINCondensedBold;
  src: url(../../static/fonts/DIN-Condensed-Bold.ffb1822b.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: DINProMedium;
  src: url(../../static/fonts/DINPro-Medium.6ea892b4.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: FontName;
  src: url(../../static/fonts/FontName.46860598.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: dongqing;
  src: url(../../static/fonts/dongqing.3b511c81.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: fancuyuan;
  src: url(../../static/fonts/fancuyuan.c4ca204f.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: fangzenghanzheng;
  src: url(../../static/fonts/fangzenghanzheng.6934e4e3.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: fangzhengcuyuan;
  src: url(../../static/fonts/fangzhengcuyuan.a25d5085.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: fangzhenglanting;
  src: url(../../static/fonts/fangzhenglanting.f8329394.ttf);
  font-weight: 400;
  font-style: normal;
}
.loadwrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: columns;
  flex-direction: columns;
  -webkit-flex-direction: columns;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.loadwrap,
.loadwrap .loading-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.loadwrap .loading-box {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.26667rem;
  border-radius: 0.16rem;
}
.loadwrap .loading-box .loadingfonts {
  font-size: 0.37333rem;
  color: #fff;
  margin-top: 0.32rem;
}
.loadwrap .loading-box .rotateImages {
  width: 0.98667rem;
  height: 0.98667rem;
  -webkit-animation: myRotate 0.9s linear infinite;
  animation: myRotate 0.9s linear infinite;
}
@-webkit-keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
@keyframes myRotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}
.loadwrap .loadings {
  width: 2.13333rem;
  height: 2.13333rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.42667rem 0.42667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loadwrap .loadings #laoding_own {
  width: 1.74667rem;
  height: 1.58667rem;
}
#app {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
#app:after {
  position: fixed;
  left: 0;
  top: 0;
  content: "Loading, please wait...";
  opacity: 0.07;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-container-multirow-column > .swiper-wrapper,
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 32rem;
  perspective: 32rem;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    transparent
  );
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 1.17333rem;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: normal;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0.26667rem;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0.26667rem;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.26667rem;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 0.21333rem;
  height: 0.21333rem;
  display: inline-block;
  border-radius: 100%;
  border: 0.02667rem solid #fff;
  opacity: 1;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
[data-theme="yaying-theme"] .swiper-pagination-bullet-active {
  background: #fff;
}
[data-theme="huangguan-theme"] .swiper-pagination-bullet-active {
  background: #1b1b1b;
}
[data-theme="eight-theme"] .swiper-pagination-bullet-active {
  background: #25252b;
}
[data-theme="kk-theme"] .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0.26667rem;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0.16rem 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.21333rem;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0.10667rem;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0.10667rem;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 0.10667rem;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 0.26667rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.08rem;
  z-index: 50;
  height: 0.13333rem;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0.08rem;
  top: 1%;
  z-index: 50;
  width: 0.13333rem;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.26667rem;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 1.12rem;
  height: 1.12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.56rem;
  margin-top: -0.56rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border: 0.10667rem solid
    var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(1.33333rem);
  filter: blur(1.33333rem);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.loginrop {
  overflow-y: scroll;
}
.loginrop.el-dropdown-menu {
  box-shadow: unset !important;
  border-radius: 0 0 0.05333rem 0.05333rem !important;
  border: unset !important;
}
.loginrop.el-dropdown-menu .el-dropdown-menu__item {
  padding: 0;
  width: 2.45333rem;
  box-sizing: border-box;
}
.loginrop.el-dropdown-menu .el-dropdown-menu__item .countrys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0.16rem;
  box-sizing: border-box;
}
.loginrop.el-dropdown-menu .el-dropdown-menu__item .countrys img.flags {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.13333rem;
  border-radius: 50%;
}
.loginrop.el-dropdown-menu .el-dropdown-menu__item .countrys .fonts {
  color: #333;
  font-size: 0.32rem;
}
.loginrop.el-dropdown-menu .popper__arrow {
  display: none;
}
.phonemenus {
  height: 3.86667rem;
  overflow-y: scroll;
}
.phonemenus.el-dropdown-menu {
  margin-top: 0 !important;
  box-shadow: unset !important;
  border-radius: 0 0 0.05333rem 0.05333rem !important;
  border: unset !important;
}
.phonemenus.el-dropdown-menu .el-dropdown-menu__item {
  padding: 0;
  width: 2.37333rem;
  box-sizing: border-box;
}
.phonemenus.el-dropdown-menu .el-dropdown-menu__item .inphones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 0.16rem;
  box-sizing: border-box;
}
.phonemenus.el-dropdown-menu .el-dropdown-menu__item .inphones .fonts {
  color: #333;
  font-size: 0.37333rem;
}
.phonemenus.el-dropdown-menu .el-dropdown-menu__item .imgsnums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.26667rem;
}
.phonemenus.el-dropdown-menu .el-dropdown-menu__item .imgsnums img.imgs {
  width: 0.53333rem;
  height: 0.53333rem;
  border-radius: 50%;
}
.phonemenus.el-dropdown-menu .el-dropdown-menu__item .imgsnums .inphones {
  color: #333;
  font-size: 0.32rem;
  white-space: nowrap;
}
.phonemenus.el-dropdown-menu .popper__arrow {
  display: none;
}
.van-dialog {
  border-radius: 0.16rem;
  width: 8.85333rem;
}
.fontfamily {
  font-family: DINProMedium;
}
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.specialstyle.van-dialog {
  background: transparent;
}
.specialstyle .van-dialog__content {
  background: #fff;
}
[data-theme="mufc"] .btncolor {
  background: #fe0101 !important;
  color: #fff !important;
}
[data-theme="mufc"] .fontColor {
  color: #fe0101 !important;
}
[data-theme="mufc"] .backgroundColor {
  background: #fe0101 !important;
}
[data-theme="mufc"] .borderColor {
  border-color: #fe0101 !important;
}
[data-theme="mufc"] .brightfontColor {
  color: rgba(254, 1, 1, 0.6) !important;
}
[data-theme="mufc"] .hascolor .van-cell__value span {
  color: #fe0101 !important;
}
[data-theme="mufc"] .brightBackgroundColor {
  background: rgba(254, 1, 1, 0.5098039215686274) !important;
}
[data-theme="mufc"] .lingrdients {
  background: -webkit-linear-gradient(
    left,
    rgba(245, 137, 137, 0.509804),
    rgba(254, 1, 1, 0.509804)
  );
  background: linear-gradient(
    90deg,
    rgba(245, 137, 137, 0.509804),
    rgba(254, 1, 1, 0.509804)
  );
}
[data-theme="mufc"] .cirles {
  box-shadow: 0 0 0.16rem 0 rgba(209, 35, 35, 0.2) !important;
}
[data-theme="yinghua"] .btncolor {
  background: #5d3ee1 !important;
  color: #fff !important;
}
[data-theme="yinghua"] .fontColor {
  color: #5d3ee1 !important;
}
[data-theme="yinghua"] .backgroundColor {
  background: #5d3ee1 !important;
}
[data-theme="yinghua"] .borderColor {
  border-color: #5d3ee1 !important;
}
[data-theme="yinghua"] .brightfontColor {
  color: rgba(93, 62, 225, 0.6) !important;
}
[data-theme="yinghua"] .hascolor .van-cell__value span {
  color: #5d3ee1 !important;
}
[data-theme="yinghua"] .brightBackgroundColor {
  background: #5d3ee1 !important;
}
[data-theme="yinghua"] .lingrdients {
  background: -webkit-linear-gradient(left, #806ae3, #5d3ee1);
  background: linear-gradient(90deg, #806ae3, #5d3ee1);
}
[data-theme="yinghua"] .cirles {
  box-shadow: 0 0 0.16rem 0 #7563c4 !important;
}
[data-theme="cfc"] .btncolor {
  background: #1a2b7b !important;
  color: #fff !important;
}
[data-theme="cfc"] .fontColor {
  color: #1a2b7b !important;
}
[data-theme="cfc"] .backgroundColor {
  background: #1a2b7b !important;
}
[data-theme="cfc"] .borderColor {
  border-color: #1a2b7b !important;
}
[data-theme="cfc"] .brightfontColor {
  color: rgba(26, 43, 123, 0.6) !important;
}
[data-theme="cfc"] .hascolor .van-cell__value span {
  color: #1a2b7b !important;
}
[data-theme="cfc"] .brightBackgroundColor {
  background: #192d85 !important;
}
[data-theme="cfc"] .lingrdients {
  background: -webkit-linear-gradient(left, #174ca1, #192d85);
  background: linear-gradient(90deg, #174ca1, #192d85);
}
[data-theme="cfc"] .cirles {
  box-shadow: 0 0 0.16rem 0 rgba(24, 78, 170, 0.2) !important;
}
[data-theme="mfg"] .btncolor {
  background: #f0911c !important;
  color: #fff !important;
}
[data-theme="mfg"] .fontColor {
  color: #f0911c !important;
}
[data-theme="mfg"] .backgroundColor {
  background: #f0911c !important;
}
[data-theme="mfg"] .borderColor {
  border-color: #f0911c !important;
}
[data-theme="mfg"] .brightfontColor {
  color: rgba(240, 145, 28, 0.6) !important;
}
[data-theme="mfg"] .hascolor .van-cell__value span {
  color: #f0911c !important;
}
[data-theme="mfg"] .brightBackgroundColor {
  background: rgba(224, 130, 15, 0.5411764705882353) !important;
}
[data-theme="mfg"] .lingrdients {
  background: -webkit-linear-gradient(
    left,
    rgba(240, 177, 100, 0.54902),
    rgba(240, 145, 28, 0.54902)
  );
  background: linear-gradient(
    90deg,
    rgba(240, 177, 100, 0.54902),
    rgba(240, 145, 28, 0.54902)
  );
}
[data-theme="mfg"] .cirles {
  box-shadow: 0 0 0.16rem 0 rgba(240, 145, 28, 0.5490196078431373) !important;
}
[data-theme="quick"] .btncolor {
  background: #63aa55 !important;
  color: #fff !important;
}
[data-theme="quick"] .fontColor {
  color: #63aa55 !important;
}
[data-theme="quick"] .backgroundColor {
  background: #63aa55 !important;
}
[data-theme="quick"] .borderColor {
  border-color: #63aa55 !important;
}
[data-theme="quick"] .brightfontColor {
  color: rgba(99, 170, 85, 0.6) !important;
}
[data-theme="quick"] .hascolor .van-cell__value span {
  color: #63aa55 !important;
}
[data-theme="quick"] .brightBackgroundColor {
  background: #70cc5d !important;
}
[data-theme="quick"] .lingrdients {
  background: -webkit-linear-gradient(left, #75a76b, #63aa55);
  background: linear-gradient(90deg, #75a76b, #63aa55);
}
[data-theme="quick"] .cirles {
  box-shadow: 0 0 0.16rem 0 rgba(99, 170, 85, 0.2) !important;
}
[data-theme="dark"] .btncolor {
  background: #000 !important;
  color: #fff !important;
}
[data-theme="dark"] .fontColor {
  color: #000 !important;
}
[data-theme="dark"] .backgroundColor {
  background: #000 !important;
}
[data-theme="dark"] .borderColor {
  border-color: #000 !important;
}
[data-theme="dark"] .brightfontColor {
  color: rgba(0, 0, 0, 0.6) !important;
}
[data-theme="dark"] .hascolor .van-cell__value span {
  color: #000 !important;
}
[data-theme="dark"] .brightBackgroundColor {
  background: #000 !important;
}
[data-theme="dark"] .lingrdients {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), #000);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), #000);
}
[data-theme="dark"] .cirles {
  box-shadow: 0 0 0.16rem 0 #000 !important;
}
[data-theme="dark"] .imgfilterdark {
  -webkit-filter: brightness(0.1);
  filter: brightness(0.1);
}
[data-theme="dark"] .imgfilterdark-3 {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
[data-theme="dark"] .serbtnscolor {
  background: #000 !important;
  color: #fff !important;
}
[data-theme="dark"] .darkfontscolor {
  color: #000 !important;
}
[data-theme="dark"] .darkredscolor {
  color: red !important;
}
[data-theme="prdcs"] .btncolor {
  background: #510c29 !important;
  color: #fff !important;
}
[data-theme="prdcs"] .fontColor {
  color: #510c29 !important;
}
[data-theme="prdcs"] .backgroundColor {
  background: #510c29 !important;
}
[data-theme="dark"] .darkredscolor {
  background: red !important;
}
[data-theme="prdcs"] .borderColor {
  border-color: #510c29 !important;
}
[data-theme="prdcs"] .brightfontColor {
  color: rgba(81, 12, 41, 0.6) !important;
}
[data-theme="prdcs"] .hascolor .van-cell__value span {
  color: #510c29 !important;
}
[data-theme="prdcs"] .brightBackgroundColor {
  background: #510c29 !important;
}
[data-theme="prdcs"] .lingrdients {
  background: -webkit-linear-gradient(left, #641536, #510c29);
  background: linear-gradient(90deg, #641536, #510c29);
}
[data-theme="prdcs"] .cirles {
  box-shadow: 0 0 0.16rem 0 #641536 !important;
}
[data-theme="prdcs"] .imgfilterdark {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
body .app,
html {
  font-family: Arial, Helvetica, STHeiti STXihei, Microsoft YaHei, Tohoma,
    sans-serif;
  background-color: #f8f8f8;
}
[data-theme="yaying-theme"] body .app,
[data-theme="yaying-theme"] html {
  color: #333;
}
[data-theme="eight-theme"] body .app,
[data-theme="eight-theme"] html,
[data-theme="huangguan-theme"] body .app,
[data-theme="huangguan-theme"] html {
  color: #fff;
}
[data-theme="kk-theme"] body .app,
[data-theme="kk-theme"] html {
  color: #212121;
}
p {
  margin: 0;
}
.app-container {
  background: #171717;
  height: 100%;
  width: 100%;
}
.page-content {
  padding-top: 1.25333rem;
}
img {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
  opacity: 0;
}
:not(.listswrap)::-webkit-scrollbar {
  display: none;
  opacity: 0;
}
.listswrap::-webkit-scrollbar {
  width: 0.05333rem;
  height: 0.26667rem;
}
.listswrap::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0.05333rem;
}
.listswrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 0.26667rem;
}
.listswrap::-webkit-scrollbar-thumb:hover {
  background: #333;
}
input:-internal-autofill-selected {
  background: transparent !important;
  color: #fff !important;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  color: #fff !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 26.66667rem #fff inset !important;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 50000s ease-in-out 0s !important;
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0 26.66667rem transparent inset !important;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input[type="number"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
video::-webkit-media-controls-overlay-play-button {
  display: none;
}
img {
  border: none;
}
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-mute-button {
  display: none !important;
}
.trump-button[now="fullscreen"],
.trump-button[sub-component="fullscreen_btn"],
.trump-button[sub-component="setting"],
video::-internal-media-controls-overflow-button {
  display: none !important;
}
video::-webkit-media-controls {
  display: none !important;
}
::-webkit-media-controls-panel,
::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
img:not([src]),
img[src=""] {
  opacity: 0;
  border: none;
  outline: none;
}
.rightqrcodes .qrcode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.rightqrcodes .qrcode,
.rightqrcodes .qrcode img {
  width: 1.12rem;
  height: 1.12rem;
}
#dx_captcha_basic_link_1,
#dx_captcha_clickword_link_1,
.dx_captcha_basic_link,
.dx_captcha_clickword_link {
  display: none !important;
}
