:root {
  --animate-duration: 0.3s;
  --animate-delay: 0.3s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1);
  animation-duration: calc(var(--animate-duration) * 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__forwards {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.5);
  animation-duration: calc(var(--animate-duration) * 0.5);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
.animate__animated.animate__without_normal_flow {
  position: absolute;
  width: 100%;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 1);
  animation-iteration-count: calc(var(--animate-repeat) * 1);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__repeat-4 {
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 4);
  animation-iteration-count: calc(var(--animate-repeat) * 4);
}
.animate__animated.animate__repeat-5 {
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 5);
  animation-iteration-count: calc(var(--animate-repeat) * 5);
}
.animate__animated.animate__delay-50ms {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-delay: 15ms;
  animation-delay: 15ms;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.05);
  animation-delay: calc(var(--animate-delay) * 0.05);
}
.animate__animated.animate__delay-100ms {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.03s;
  animation-delay: 0.03s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.1);
  animation-delay: calc(var(--animate-delay) * 0.1);
}
.animate__animated.animate__delay-150ms {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-delay: 45ms;
  animation-delay: 45ms;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.15);
  animation-delay: calc(var(--animate-delay) * 0.15);
}
.animate__animated.animate__delay-200ms {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.2);
  animation-delay: calc(var(--animate-delay) * 0.2);
}
.animate__animated.animate__delay-250ms {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  -webkit-animation-delay: 75ms;
  animation-delay: 75ms;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.25);
  animation-delay: calc(var(--animate-delay) * 0.25);
}
.animate__animated.animate__delay-300ms {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.09s;
  animation-delay: 0.09s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.3);
  animation-delay: calc(var(--animate-delay) * 0.3);
}
.animate__animated.animate__delay-350ms {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -webkit-animation-delay: 0.105s;
  animation-delay: 0.105s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.35);
  animation-delay: calc(var(--animate-delay) * 0.35);
}
.animate__animated.animate__delay-400ms {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.4);
  animation-delay: calc(var(--animate-delay) * 0.4);
}
.animate__animated.animate__delay-450ms {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-delay: 0.135s;
  animation-delay: 0.135s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.45);
  animation-delay: calc(var(--animate-delay) * 0.45);
}
.animate__animated.animate__delay-500ms {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.5);
  animation-delay: calc(var(--animate-delay) * 0.5);
}
.animate__animated.animate__delay-550ms {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  -webkit-animation-delay: 0.165s;
  animation-delay: 0.165s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.55);
  animation-delay: calc(var(--animate-delay) * 0.55);
}
.animate__animated.animate__delay-600ms {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.6);
  animation-delay: calc(var(--animate-delay) * 0.6);
}
.animate__animated.animate__delay-650ms {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-animation-delay: 0.195s;
  animation-delay: 0.195s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.65);
  animation-delay: calc(var(--animate-delay) * 0.65);
}
.animate__animated.animate__delay-700ms {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.21s;
  animation-delay: 0.21s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.7);
  animation-delay: calc(var(--animate-delay) * 0.7);
}
.animate__animated.animate__delay-750ms {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-delay: 0.225s;
  animation-delay: 0.225s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.75);
  animation-delay: calc(var(--animate-delay) * 0.75);
}
.animate__animated.animate__delay-800ms {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.8);
  animation-delay: calc(var(--animate-delay) * 0.8);
}
.animate__animated.animate__delay-850ms {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
  -webkit-animation-delay: 0.255s;
  animation-delay: 0.255s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.85);
  animation-delay: calc(var(--animate-delay) * 0.85);
}
.animate__animated.animate__delay-900ms {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.9);
  animation-delay: calc(var(--animate-delay) * 0.9);
}
.animate__animated.animate__delay-950ms {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
  -webkit-animation-delay: 0.285s;
  animation-delay: 0.285s;
  -webkit-animation-delay: calc(var(--animate-delay) * 0.95);
  animation-delay: calc(var(--animate-delay) * 0.95);
}
.animate__animated.animate__delay-1000ms {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1);
  animation-delay: calc(var(--animate-delay) * 1);
}
.animate__animated.animate__delay-1050ms {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
  -webkit-animation-delay: 0.315s;
  animation-delay: 0.315s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.05);
  animation-delay: calc(var(--animate-delay) * 1.05);
}
.animate__animated.animate__delay-1100ms {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.1);
  animation-delay: calc(var(--animate-delay) * 1.1);
}
.animate__animated.animate__delay-1150ms {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
  -webkit-animation-delay: 0.345s;
  animation-delay: 0.345s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.15);
  animation-delay: calc(var(--animate-delay) * 1.15);
}
.animate__animated.animate__delay-1200ms {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.2);
  animation-delay: calc(var(--animate-delay) * 1.2);
}
.animate__animated.animate__delay-1250ms {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.25);
  animation-delay: calc(var(--animate-delay) * 1.25);
}
.animate__animated.animate__delay-1300ms {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.3);
  animation-delay: calc(var(--animate-delay) * 1.3);
}
.animate__animated.animate__delay-1350ms {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
  -webkit-animation-delay: 0.405s;
  animation-delay: 0.405s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.35);
  animation-delay: calc(var(--animate-delay) * 1.35);
}
.animate__animated.animate__delay-1400ms {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.4);
  animation-delay: calc(var(--animate-delay) * 1.4);
}
.animate__animated.animate__delay-1450ms {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
  -webkit-animation-delay: 0.435s;
  animation-delay: 0.435s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.45);
  animation-delay: calc(var(--animate-delay) * 1.45);
}
.animate__animated.animate__delay-1500ms {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.5);
  animation-delay: calc(var(--animate-delay) * 1.5);
}
.animate__animated.animate__delay-1550ms {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
  -webkit-animation-delay: 0.465s;
  animation-delay: 0.465s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.55);
  animation-delay: calc(var(--animate-delay) * 1.55);
}
.animate__animated.animate__delay-1600ms {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.6);
  animation-delay: calc(var(--animate-delay) * 1.6);
}
.animate__animated.animate__delay-1650ms {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
  -webkit-animation-delay: 0.495s;
  animation-delay: 0.495s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.65);
  animation-delay: calc(var(--animate-delay) * 1.65);
}
.animate__animated.animate__delay-1700ms {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-delay: 0.51s;
  animation-delay: 0.51s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.7);
  animation-delay: calc(var(--animate-delay) * 1.7);
}
.animate__animated.animate__delay-1750ms {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
  -webkit-animation-delay: 0.525s;
  animation-delay: 0.525s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.75);
  animation-delay: calc(var(--animate-delay) * 1.75);
}
.animate__animated.animate__delay-1800ms {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.8);
  animation-delay: calc(var(--animate-delay) * 1.8);
}
.animate__animated.animate__delay-1850ms {
  -webkit-animation-delay: 1.85s;
  animation-delay: 1.85s;
  -webkit-animation-delay: 0.555s;
  animation-delay: 0.555s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.85);
  animation-delay: calc(var(--animate-delay) * 1.85);
}
.animate__animated.animate__delay-1900ms {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-animation-delay: 0.57s;
  animation-delay: 0.57s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.9);
  animation-delay: calc(var(--animate-delay) * 1.9);
}
.animate__animated.animate__delay-1950ms {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
  -webkit-animation-delay: 0.585s;
  animation-delay: 0.585s;
  -webkit-animation-delay: calc(var(--animate-delay) * 1.95);
  animation-delay: calc(var(--animate-delay) * 1.95);
}
.animate__animated.animate__delay-2000ms {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
  .animate__animated[class*="Out"] {
    opacity: 0;
  }
}
@-webkit-keyframes vanishIn {
  0% {
    -webkit-filter: blur(0.9rem);
    filter: blur(0.9rem);
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@keyframes vanishIn {
  0% {
    -webkit-filter: blur(0.9rem);
    filter: blur(0.9rem);
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
.animate__vanishIn {
  -webkit-animation-name: vanishIn;
  animation-name: vanishIn;
}
@-webkit-keyframes streamer {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes streamer {
  0% {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.animate__streamer {
  position: relative;
}
.animate__streamer:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1);
  animation-duration: calc(var(--animate-duration) * 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: streamer;
  animation-name: streamer;
  background-color: var(--theme-main-bg-color);
  border-radius: 0.02rem;
  -webkit-box-shadow: 0 0 0.01rem transparent;
  box-shadow: 0 0 0.01rem transparent;
  content: "";
  height: 100%;
  opacity: 0.4;
  position: absolute;
  width: 0.15rem;
}
@-webkit-keyframes wobbleTop {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes wobbleTop {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  to {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.animate__wobbleTop,
.animate__wobbleTop__hover:active,
.animate__wobbleTop__hover:focus,
.animate__wobbleTop__hover:hover {
  -webkit-animation-name: wobbleTop;
  animation-name: wobbleTop;
}
.animate__wobbleTop__hover {
  -webkit-transform: perspective(0.01rem) translateZ(0);
  transform: perspective(0.01rem) translateZ(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.animate__wobbleTop__hover:active,
.animate__wobbleTop__hover:focus,
.animate__wobbleTop__hover:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1);
  animation-duration: calc(var(--animate-duration) * 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__float__hover {
  -webkit-box-shadow: 0 0 0.01rem transparent;
  box-shadow: 0 0 0.01rem transparent;
  -webkit-transform: perspective(0.01rem) translateZ(0);
  transform: perspective(0.01rem) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.animate__float__hover:active,
.animate__float__hover:focus,
.animate__float__hover:hover {
  -webkit-transform: translateY(-0.08rem);
  transform: translateY(-0.08rem);
}
.animate__forward__hover {
  -webkit-box-shadow: 0 0 0.01rem transparent;
  box-shadow: 0 0 0.01rem transparent;
  -webkit-transform: perspective(0.01rem) translateZ(0);
  transform: perspective(0.01rem) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.animate__forward__hover:active,
.animate__forward__hover:focus,
.animate__forward__hover:hover {
  -webkit-transform: translateX(0.08rem);
  transform: translateX(0.08rem);
}
.animate__backward__hover {
  -webkit-box-shadow: 0 0 0.01rem transparent;
  box-shadow: 0 0 0.01rem transparent;
  -webkit-transform: perspective(0.01rem) translateZ(0);
  transform: perspective(0.01rem) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.animate__backward__hover:active,
.animate__backward__hover:focus,
.animate__backward__hover:hover {
  -webkit-transform: translateX(-0.08rem);
  transform: translateX(-0.08rem);
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat,
.animate__heartBeat__hover:active,
.animate__heartBeat__hover:focus,
.animate__heartBeat__hover:hover {
  -webkit-animation-duration: 0.54s;
  animation-duration: 0.54s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.8);
  animation-duration: calc(var(--animate-duration) * 1.8);
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.animate__heartBeat__hover:active,
.animate__heartBeat__hover:focus,
.animate__heartBeat__hover:hover {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1);
  animation-duration: calc(var(--animate-duration) * 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__grow__hover {
  -webkit-box-shadow: 0 0 0.01rem transparent;
  box-shadow: 0 0 0.01rem transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.animate__grow__hover:active,
.animate__grow__hover:focus,
.animate__grow__hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.animate__spin {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(4rem) rotateY(90deg);
    transform: perspective(4rem) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(4rem) rotateY(-20deg);
    transform: perspective(4rem) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(4rem) rotateY(10deg);
    transform: perspective(4rem) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(4rem) rotateY(-5deg);
    transform: perspective(4rem) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(4rem);
    transform: perspective(4rem);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(4rem) rotateY(90deg);
    transform: perspective(4rem) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(4rem) rotateY(-20deg);
    transform: perspective(4rem) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(4rem) rotateY(10deg);
    transform: perspective(4rem) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(4rem) rotateY(-5deg);
    transform: perspective(4rem) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(4rem);
    transform: perspective(4rem);
  }
}
.animate__flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.225s;
  animation-duration: 0.225s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: 0.225s;
  animation-duration: 0.225s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes scrollUpHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes scrollUpHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@-webkit-keyframes scrollRightHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes scrollRightHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
@-webkit-keyframes scrollDownHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes scrollDownHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@-webkit-keyframes scrollLeftHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes scrollLeftHalf {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.animate__scrollUpHalf {
  -webkit-animation-name: scrollUpHalf;
  animation-name: scrollUpHalf;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animate__scrollRightHalf {
  -webkit-animation-name: scrollRightHalf;
  animation-name: scrollRightHalf;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animate__scrollDownHalf {
  -webkit-animation-name: scrollDownHalf;
  animation-name: scrollDownHalf;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animate__scrollLeftHalf {
  -webkit-animation-name: scrollLeftHalf;
  animation-name: scrollLeftHalf;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
html body {
  line-height: normal;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  color: var(--theme-hx-color);
}
html .fade-appear,
html .fade-enter,
html .fade-leave,
html .zoom-appear,
html .zoom-enter,
html .zoom-leave {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
html .ant-input,
html .ant-select-selection {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line);
  color: var(--theme-text-color-lighten);
}
html .ant-input:focus,
html .ant-select-selection:focus {
  border-color: var(--theme-primary-color);
}
html .ant-input:focus,
html .ant-select-open .ant-select-selection,
html .ant-select-selection:focus {
  -webkit-box-shadow: 0 0 0 0.02rem rgba(var(--theme-primay-color-hex), 0.2) !important;
  box-shadow: 0 0 0 0.02rem rgba(var(--theme-primay-color-hex), 0.2) !important;
}
html .ant-input-search-icon {
  color: var(--theme-search-icon-color);
}
html .ant-input::-webkit-input-placeholder {
  color: var(--theme-text-color-placeholder);
}
html .ant-input::-moz-placeholder {
  color: var(--theme-text-color-placeholder);
}
html .ant-input:-ms-input-placeholder {
  color: var(--theme-text-color-placeholder);
}
html .ant-input::-moz-selection {
  background: var(--theme-primary-color);
  color: var(--theme-primary-font-color);
}
html .ant-input::selection {
  background: var(--theme-primary-color);
  color: var(--theme-primary-font-color);
}
html .ant-input::-webkit-input-safebox-button {
  display: none;
}
html .ant-spin-container:after {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
}
html .ant-spin-nested-loading > div > .ant-spin {
  max-height: 100%;
}
html .ant-input-affix-wrapper .ant-input-clear-icon {
  color: var(--theme-text-color-lighten);
}
html .ant-input-affix-wrapper .ant-input-clear-icon i,
html .ant-input-affix-wrapper .ant-input-clear-icon svg {
  font-size: 0.24rem;
}
html .ant-input-affix-wrapper .ant-input-clear-icon + i {
  margin-left: 0.15rem;
}
html .ant-select-selection__placeholder {
  color: var(--theme-text-color-placeholder);
}
html .ant-btn {
  border-radius: 0.1rem;
  padding: 0 0.1rem;
}
html .ant-btn:not(.ant-btn-link).disabled,
html .ant-btn:not(.ant-btn-link).disabled:active,
html .ant-btn:not(.ant-btn-link).disabled:focus,
html .ant-btn:not(.ant-btn-link).disabled:hover,
html .ant-btn:not(.ant-btn-link)[disabled],
html .ant-btn:not(.ant-btn-link)[disabled]:active,
html .ant-btn:not(.ant-btn-link)[disabled]:focus,
html .ant-btn:not(.ant-btn-link)[disabled]:hover {
  background-color: var(--theme-disabled-bg-color);
  border-color: var(--theme-disabled-bg-color);
  color: var(--theme-disabled-font-color);
}
html .ant-btn.ant-btn-link {
  padding: 0;
}
html .ant-btn.ant-btn-link.disabled,
html .ant-btn.ant-btn-link[disabled] {
  color: var(--theme-text-color-lighten);
}
html .ant-btn.ant-btn-default {
  background-color: transparent;
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-color);
}
html .ant-btn.ant-btn-default.disabled,
html .ant-btn.ant-btn-default.disabled:hover,
html .ant-btn.ant-btn-default[disabled],
html .ant-btn.ant-btn-default[disabled]:hover {
  background-color: transparent;
  border-color: var(--theme-text-color-lighten);
  color: var(--theme-text-color-lighten);
}
html .ant-btn.ant-btn-primary {
  color: var(--theme-primary-font-color);
  text-shadow: none;
}
html .ant-btn.ant-btn-primary,
html .ant-btn.ant-btn-primary.active,
html .ant-btn.ant-btn-primary:active,
html .ant-btn.ant-btn-primary:focus,
html .ant-btn.ant-btn-primary:hover {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
html .ant-btn.ant-btn-finance {
  color: var(--theme-primary-font-color);
  color: #fff;
}
html .ant-btn.ant-btn-finance,
html .ant-btn.ant-btn-finance.active,
html .ant-btn.ant-btn-finance:active,
html .ant-btn.ant-btn-finance:focus,
html .ant-btn.ant-btn-finance:hover {
  background-color: var(--theme-secondary-color-finance);
  border-color: var(--theme-secondary-color-finance);
}
html .ant-btn.ant-btn-success {
  color: var(--theme-primary-font-color);
  color: var(--theme-secondary-color-success-text);
}
html .ant-btn.ant-btn-success,
html .ant-btn.ant-btn-success.active,
html .ant-btn.ant-btn-success:active,
html .ant-btn.ant-btn-success:focus,
html .ant-btn.ant-btn-success:hover {
  background-color: var(--theme-secondary-color-success);
  border-color: var(--theme-secondary-color-success);
}
html .ant-message {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2000;
}
html .ant-message .ant-message-notice-content {
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  max-width: 8rem;
  padding: 0.2rem 0.3rem;
}
html .ant-message .ant-message-notice-content .ant-message-custom-content {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-loading
  > .anticon {
  border-radius: 100%;
  display: inline-block;
  font-size: 0.24rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  position: relative;
  width: 0.3rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-loading
  > .anticon
  > svg {
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content
  > .anticon {
  margin-right: 0.2rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-success
  .anticon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-secondary-color-success-linear-gradient)),
    to(var(--theme-secondary-color-success))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-secondary-color-success-linear-gradient),
    var(--theme-secondary-color-success)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#04be02),
    to(#04be02)
  );
  background-image: linear-gradient(180deg, #04be02, #04be02);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.3rem;
  justify-content: center;
  width: 0.3rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-success
  .anticon:before {
  border-radius: 50%;
  content: "";
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_pay_1&scale=0.4285714286";
  display: inline-block;
  visibility: hidden;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-success
  .anticon
  svg {
  display: none;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-error
  .anticon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-secondary-color-error-linear-gradient)),
    to(var(--theme-secondary-color-error))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-secondary-color-error-linear-gradient),
    var(--theme-secondary-color-error)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ea4e3d),
    to(#ea4e3d)
  );
  background-image: linear-gradient(180deg, #ea4e3d, #ea4e3d);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.3rem;
  justify-content: center;
  width: 0.3rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-error
  .anticon:before {
  border-radius: 50%;
  content: "";
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_pay_2&scale=0.4285714286";
  display: inline-block;
  visibility: hidden;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-error
  .anticon
  svg {
  display: none;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-warning
  .anticon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-secondary-color-finance-linear-gradient)),
    to(var(--theme-secondary-color-finance))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-secondary-color-finance-linear-gradient),
    var(--theme-secondary-color-finance)
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffaa09),
    to(#ffaa09)
  );
  background-image: linear-gradient(180deg, #ffaa09, #ffaa09);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.3rem;
  justify-content: center;
  width: 0.3rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-warning
  .anticon:before {
  border-radius: 50%;
  content: "";
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_pay_4&scale=0.4285714286";
  display: inline-block;
  visibility: hidden;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-warning
  .anticon
  svg {
  display: none;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content:not(.ant-message-loading):not(
    .ant-message-success
  ):not(.ant-message-error):not(.ant-message-warning)
  > .anticon {
  border-radius: 100%;
  display: inline-block;
  font-size: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  position: relative;
  width: 0.3rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content:not(.ant-message-loading):not(
    .ant-message-success
  ):not(.ant-message-error):not(.ant-message-warning)
  > .anticon
  > svg {
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content:not(.ant-message-loading):not(
    .ant-message-success
  ):not(.ant-message-error):not(.ant-message-warning)
  > .anticon:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.15rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.15rem;
}
html
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content
  > span {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
html .ant-modal {
  padding: 0;
  position: relative;
  -webkit-transform-origin: center center !important;
  transform-origin: center center !important;
}
html .ant-modal .ant-modal-content {
  background-color: var(--theme-main-bg-color);
  border: thin solid;
  border-color: var(--theme-color-line);
  border-radius: 0.2rem;
  max-height: calc(100vh - 0.1rem);
  max-height: calc(var(--vh, 1vh) * 100 - 0.1rem);
  overflow: auto;
  position: static;
}
html .ant-modal .ant-modal-content .ant-modal-header {
  background-color: var(--theme-main-bg-color);
  border-bottom: none;
  border-radius: 0.2rem 0.2rem 0 0;
  padding: 0.2rem 0.3rem;
}
html .ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
  color: var(--theme-text-color-darken);
  font-size: 0.24rem;
  font-weight: revert;
  line-height: 0.34rem;
  text-align: center;
}
html .ant-modal .ant-modal-content .ant-modal-header + .ant-modal-body {
  padding-top: 0;
}
html .ant-modal .ant-modal-content .ant-modal-close-x {
  color: var(--theme-text-color);
  font-size: 0.16rem;
  height: 0.56rem;
  line-height: 0.56rem;
  width: 0.56rem;
}
html .ant-modal-confirm.my-modal-base .ant-modal-body {
  padding: 0.2rem 0.3rem 0.3rem;
}
html .ant-modal-confirm.my-modal-base .ant-modal-body .ant-modal-confirm-title {
  font-size: 0.22rem;
}
html
  .ant-modal-confirm.my-modal-base.hidden-btns
  .ant-modal-confirm-body-wrapper
  > .ant-modal-confirm-btns {
  display: none;
}
html .ant-modal-confirm .ant-modal-confirm-title {
  color: var(--theme-text-color-darken);
  font-size: 0.24rem;
  font-weight: revert;
}
html .ant-modal-confirm .ant-modal-confirm-content {
  color: var(--theme-text-color);
  font-size: 0.18rem;
  margin: 0.3rem 0 0.65rem;
}
html .ant-modal-confirm .ant-modal-confirm-btns {
  border-top: none;
  display: -ms-flexbox;
  display: flex;
  float: none;
  text-align: center;
}
html
  .ant-modal-confirm
  .ant-modal-confirm-btns
  button:not([style*="display: none"])
  + button {
  margin-left: 0.3rem;
}
html
  .ant-modal-confirm
  .ant-modal-confirm-btns
  button[style*="display: none"]
  + button {
  margin-left: 0;
}
html .ant-modal-confirm .ant-modal-confirm-btns .ant-btn {
  -ms-flex: 1;
  flex: 1;
  font-size: 0.2rem;
  height: 0.55rem;
}
html
  .ant-modal-confirm
  .ant-modal-confirm-btns
  .ant-btn.ant-btn-primary:not(.disabled):not([disabled]) {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-font-color);
}
html .ant-progress-inner {
  background-color: var(--theme-text-color-placeholder);
}
html .ant-layout {
  background-color: var(--theme-bg-color);
}
html .ant-form .ant-input-password-icon.anticon-eye-invisible {
  color: var(--theme-color-line) !important;
}
html .ant-form .ant-form-explain {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  min-height: 0.3rem;
  width: 100%;
}
html .ant-form .has-error .ant-form-explain:not(.show-help-leave) {
  color: var(--theme-secondary-color-error);
}
html .ant-form .has-error .ant-form-explain:not(.show-help-leave):before {
  background-color: var(--theme-secondary-color-error);
  border-radius: 50%;
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_tip1&scale=0.9";
  margin-right: 0.1rem;
  visibility: hidden;
}
html .ant-form .has-error .ant-input-affix-wrapper .ant-input:focus {
  -webkit-box-shadow: 0 0 0 0.02rem rgba(245, 34, 45, 0.2);
  box-shadow: 0 0 0 0.02rem rgba(245, 34, 45, 0.2);
}
html .ant-form .has-success .ant-form-explain:not(.show-help-leave) {
  color: var(--theme-secondary-color-success);
}
html .ant-form .has-success .ant-form-explain:not(.show-help-leave):before {
  background-color: var(--theme-secondary-color-success);
  border-radius: 50%;
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_verified&scale=1.2";
  margin-right: 0.1rem;
  visibility: hidden;
}
html .ant-form .is-validating .ant-form-explain:not(.show-help-leave):before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1);
  animation-duration: calc(var(--animate-duration) * 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: var(--theme-primary-color);
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1em;
  height: 1.2em;
  margin-right: 0.1rem;
  -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik05ODggNTQ4Yy0xOS45IDAtMzYtMTYuMS0zNi0zNiAwLTU5LjQtMTEuNi0xMTctMzQuNi0xNzEuM2E0NDAuNDUgNDQwLjQ1IDAgMCAwLTk0LjMtMTM5LjkgNDM3LjcxIDQzNy43MSAwIDAgMC0xMzkuOS05NC4zQzYyOSA4My42IDU3MS40IDcyIDUxMiA3MmMtMTkuOSAwLTM2LTE2LjEtMzYtMzZzMTYuMS0zNiAzNi0zNmM2OS4xIDAgMTM2LjIgMTMuNSAxOTkuMyA0MC4zQzc3Mi4zIDY2IDgyNyAxMDMgODc0IDE1MGM0NyA0NyA4My45IDEwMS44IDEwOS43IDE2Mi43IDI2LjcgNjMuMSA0MC4yIDEzMC4yIDQwLjIgMTk5LjMuMSAxOS45LTE2IDM2LTM1LjkgMzZ6Ii8+PC9zdmc+)
    no-repeat 50% 50%;
  mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiPjxwYXRoIGQ9Ik05ODggNTQ4Yy0xOS45IDAtMzYtMTYuMS0zNi0zNiAwLTU5LjQtMTEuNi0xMTctMzQuNi0xNzEuM2E0NDAuNDUgNDQwLjQ1IDAgMCAwLTk0LjMtMTM5LjkgNDM3LjcxIDQzNy43MSAwIDAgMC0xMzkuOS05NC4zQzYyOSA4My42IDU3MS40IDcyIDUxMiA3MmMtMTkuOSAwLTM2LTE2LjEtMzYtMzZzMTYuMS0zNiAzNi0zNmM2OS4xIDAgMTM2LjIgMTMuNSAxOTkuMyA0MC4zQzc3Mi4zIDY2IDgyNyAxMDMgODc0IDE1MGM0NyA0NyA4My45IDEwMS44IDEwOS43IDE2Mi43IDI2LjcgNjMuMSA0MC4yIDEzMC4yIDQwLjIgMTk5LjMuMSAxOS45LTE2IDM2LTM1LjkgMzZ6Ii8+PC9zdmc+)
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1em;
  width: 1.2em;
}
html .ant-form .ant-input-password .ant-input-suffix > .anticon-eye {
  color: var(--theme-primary-color);
}
html .ant-dropdown-menu {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
}
html .ant-dropdown-menu .ant-dropdown-menu-item {
  background-color: var(--theme-main-bg-color);
  color: var(--theme-text-color);
  font-size: 0.16rem;
  line-height: 0.38rem;
  margin: 0.08rem 0;
  padding: 0 0.19rem;
}
html
  .ant-dropdown-menu
  .ant-dropdown-menu-item
  .ant-dropdown-menu-submenu-title
  > div,
html .ant-dropdown-menu .ant-dropdown-menu-item > div {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html
  .ant-dropdown-menu
  .ant-dropdown-menu-item
  .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-selected,
html
  .ant-dropdown-menu
  .ant-dropdown-menu-item
  .ant-dropdown-menu-submenu-title:hover,
html .ant-dropdown-menu .ant-dropdown-menu-item.ant-dropdown-menu-item-selected,
html .ant-dropdown-menu .ant-dropdown-menu-item:hover {
  background-color: var(--theme-bg-color);
}
html .ant-select .ant-select-selection--single {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.06rem;
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
}
html .ant-select .ant-select-selection--single .ant-select-selection__rendered {
  margin-left: 0.15rem;
  margin-right: 0.45rem;
}
html .ant-select .ant-select-arrow {
  color: var(--theme-text-color-lighten);
  font-size: 0.17rem;
  right: 0.15rem;
}
html .ant-select-dropdown-search {
  max-width: 3.15rem;
  min-width: 1.6rem;
  width: auto !important;
}
html .ant-select-dropdown {
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line) !important;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
html .ant-select-dropdown .ant-select-dropdown-menu {
  background-color: var(--theme-main-bg-color);
  max-height: 3.7rem;
  overflow: auto !important;
  padding: 0.1rem 0;
}
html .ant-select-dropdown .ant-select-dropdown-menu-item {
  background-color: var(--theme-main-bg-color);
  color: var(--theme-text-color-lighten);
  font-size: 0.2rem;
  line-height: 0.55rem;
  min-height: 0.55rem;
  padding: 0 0.15rem;
  text-align: left;
}
html .ant-select-dropdown .ant-select-dropdown-menu-item .ant-empty {
  font-size: 0.2rem;
  height: 100%;
  line-height: inherit;
}
html
  .ant-select-dropdown
  .ant-select-dropdown-menu-item:not(
    .ant-select-dropdown-menu-item-disabled
  ):hover {
  background-color: var(--theme-bg-color);
}
html
  .ant-select-dropdown
  .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected {
  background-color: var(--theme-bg-color);
  color: var(--theme-primary-color);
  font-weight: 400;
}
html
  .ant-select-dropdown
  .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover {
  background-color: var(--theme-bg-color);
}
html .ant-table .ant-empty .ant-empty-description {
  color: var(--theme-text-color-lighten);
  font-size: 0.22rem;
}
html .ant-table .ant-table-column-sorter-down.on,
html .ant-table .ant-table-column-sorter-up.on {
  color: var(--theme-primary-color) !important;
}
html .ant-pagination.ant-table-pagination {
  margin-top: 0.2rem;
}
html .ant-pagination .ant-pagination-item,
html .ant-pagination .ant-pagination-jump-next,
html .ant-pagination .ant-pagination-jump-prev,
html .ant-pagination .ant-pagination-next,
html .ant-pagination .ant-pagination-prev {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line);
  font-size: 0.18rem;
  height: 0.44rem;
  line-height: 0.44rem;
  min-width: 0.44rem;
}
html .ant-pagination .ant-pagination-item svg,
html .ant-pagination .ant-pagination-jump-next svg,
html .ant-pagination .ant-pagination-jump-prev svg,
html .ant-pagination .ant-pagination-next svg,
html .ant-pagination .ant-pagination-prev svg {
  font-size: 0.18rem;
}
html .ant-pagination .ant-pagination-item:not(.ant-pagination-next),
html .ant-pagination .ant-pagination-jump-next:not(.ant-pagination-next),
html .ant-pagination .ant-pagination-jump-prev:not(.ant-pagination-next),
html .ant-pagination .ant-pagination-next:not(.ant-pagination-next),
html .ant-pagination .ant-pagination-prev:not(.ant-pagination-next) {
  margin-right: 0.1rem;
}
html
  .ant-pagination
  .ant-pagination-item:not(.ant-pagination-prev):not(.ant-pagination-next):not(
    .ant-pagination-item
  ),
html
  .ant-pagination
  .ant-pagination-jump-next:not(.ant-pagination-prev):not(
    .ant-pagination-next
  ):not(.ant-pagination-item),
html
  .ant-pagination
  .ant-pagination-jump-prev:not(.ant-pagination-prev):not(
    .ant-pagination-next
  ):not(.ant-pagination-item),
html
  .ant-pagination
  .ant-pagination-next:not(.ant-pagination-prev):not(.ant-pagination-next):not(
    .ant-pagination-item
  ),
html
  .ant-pagination
  .ant-pagination-prev:not(.ant-pagination-prev):not(.ant-pagination-next):not(
    .ant-pagination-item
  ) {
  border-color: var(--theme-color-line);
}
html .ant-pagination .ant-pagination-item a,
html .ant-pagination .ant-pagination-jump-next a,
html .ant-pagination .ant-pagination-jump-prev a,
html .ant-pagination .ant-pagination-next a,
html .ant-pagination .ant-pagination-prev a {
  color: var(--theme-text-color-darken);
}
html .ant-pagination .ant-pagination-item .ant-pagination-item-ellipsis,
html .ant-pagination .ant-pagination-jump-next .ant-pagination-item-ellipsis,
html .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
html .ant-pagination .ant-pagination-next .ant-pagination-item-ellipsis,
html .ant-pagination .ant-pagination-prev .ant-pagination-item-ellipsis {
  font-size: 0.12rem;
  letter-spacing: 0;
}
html .ant-pagination .ant-pagination-next,
html .ant-pagination .ant-pagination-prev {
  line-height: 0.44rem;
  vertical-align: middle;
}
html .ant-pagination .ant-pagination-next .ant-pagination-item-link,
html .ant-pagination .ant-pagination-prev .ant-pagination-item-link {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
html .ant-pagination .ant-pagination-next a,
html .ant-pagination .ant-pagination-prev a {
  color: var(--theme-text-color-lighten);
}
html
  .ant-pagination
  .ant-pagination-next:not(.ant-pagination-disabled):focus
  .ant-pagination-item-link,
html
  .ant-pagination
  .ant-pagination-next:not(.ant-pagination-disabled):hover
  .ant-pagination-item-link,
html
  .ant-pagination
  .ant-pagination-prev:not(.ant-pagination-disabled):focus
  .ant-pagination-item-link,
html
  .ant-pagination
  .ant-pagination-prev:not(.ant-pagination-disabled):hover
  .ant-pagination-item-link {
  border-color: var(--theme-primary-color);
}
html .ant-pagination .ant-pagination-next.ant-pagination-disabled svg,
html .ant-pagination .ant-pagination-prev.ant-pagination-disabled svg {
  color: var(--theme-color-line);
}
html .ant-pagination .ant-pagination-item {
  border-color: var(--theme-color-line);
}
html .ant-pagination .ant-pagination-item a {
  color: var(--theme-text-color-darken);
}
html
  .ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):focus,
html
  .ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):hover {
  border-color: var(--theme-primary-color);
}
html
  .ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):focus
  a,
html
  .ant-pagination
  .ant-pagination-item:not(.ant-pagination-item-active):hover
  a {
  color: var(--theme-primary-color);
}
html .ant-pagination .ant-pagination-item-active {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
html .ant-pagination .ant-pagination-item-active a {
  color: var(--theme-primary-font-color);
}
html .ant-table-column-title {
  color: var(--theme-text-color-darken);
  white-space: pre-wrap !important;
  word-break: break-word;
}
html .ant-calendar {
  background-color: var(--theme-main-bg-color);
  border: thin solid var(--theme-color-line);
  color: var(--theme-text-color-lighten);
  width: 4.6rem;
}
html .ant-calendar .ant-calendar-ym-select a {
  color: var(--theme-text-color-darken);
}
html
  .ant-calendar
  .ant-calendar-table
  .ant-calendar-column-header
  .ant-calendar-column-header-inner {
  color: var(--theme-text-color);
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-cell:not(.ant-calendar-last-month-cell):not(
    .ant-calendar-next-month-btn-day
  )
  .ant-calendar-date {
  color: var(--theme-text-color-darken);
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-date[aria-selected="true"] {
  border-radius: 0.06rem;
  color: var(--theme-primary-font-color) !important;
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-date[aria-selected="true"]:hover {
  color: var(--theme-text-color-darken) !important;
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-disabled-cell
  .ant-calendar-date {
  color: var(--theme-text-color-placeholder) !important;
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-disabled-cell
  .ant-calendar-date:before {
  background: transparent !important;
  height: 0.3rem;
  top: 0.04rem;
  width: 0.3rem;
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-disabled-cell
  .ant-calendar-selected-day
  .ant-calendar-date {
  color: var(--theme-text-color-lighten) !important;
}
html
  .ant-calendar
  .ant-calendar-tbody
  .ant-calendar-disabled-cell
  .ant-calendar-selected-day
  .ant-calendar-date:before {
  background: transparent !important;
}
html .ant-calendar .ant-calendar-disabled-cell .ant-calendar-date {
  background-color: transparent;
}
html .ant-calendar .ant-calendar-input {
  background-color: transparent;
  color: var(--theme-text-color);
}
html .ant-calendar .ant-calendar-selected-day .ant-calendar-date {
  background: var(--theme-primary-color);
}
html .ant-calendar .ant-calendar-date:hover {
  background: transparent;
}
html .ant-calendar-picker-container-content {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-input-wrap {
  display: none !important;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header {
  border: none;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-next-month-btn,
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-prev-month-btn {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.06rem;
  display: -ms-flexbox;
  display: flex;
  height: 0.4rem;
  justify-content: center;
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.4rem;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-next-month-btn:before,
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-prev-month-btn:before {
  border-width: 0;
  border-bottom: 0 solid var(--theme-primary-color);
  border-left: 0.035rem solid var(--theme-primary-color);
  border-right: 0 solid var(--theme-primary-color);
  border-top: 0.035rem solid var(--theme-primary-color);
  height: 0.15rem;
  width: 0.15rem;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-prev-month-btn {
  left: 0;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-next-month-btn {
  right: 0;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-next-year-btn,
html
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-prev-year-btn {
  display: none;
}
html .ant-calendar-picker-container-content .ant-calendar-body {
  padding: 0;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-body
  .ant-calendar-column-header
  .ant-calendar-column-header-inner {
  font-weight: 700;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-body
  .ant-calendar-cell {
  height: 0.4rem;
  width: 0.4rem;
}
html
  .ant-calendar-picker-container-content
  .ant-calendar-body
  .ant-calendar-cell
  .ant-calendar-date {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  height: 0.4rem;
  justify-content: center;
  width: 0.4rem;
}
html .ant-calendar-picker-container-content .ant-calendar-date-panel {
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.14rem;
  -webkit-box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  padding: 0.2rem;
}
html .ant-checkbox-wrapper-checked .ant-checkbox-inner {
  background-color: var(--theme-secondary-color-success) !important;
}
html .ant-checkbox-wrapper-checked .ant-checkbox-inner:after {
  background-color: #fff !important;
}
html .ant-checkbox .ant-checkbox-inner:after {
  background-color: var(--theme-primary-color);
  bottom: 0;
  content: "/lobby_asset/common/web/common/comm_icon_gou.svg?mode=mask";
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1em;
  height: 2em;
  left: 0;
  margin: auto;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-size: 0.18rem;
  mask-size: 0.18rem;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  visibility: hidden;
  width: 1em;
  width: 2em;
}
html[data-skin-bg="1"] .ant-message .ant-message-notice-content {
  background-color: #fff;
  color: #333;
}
html[data-skin-bg="1"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content:not(.ant-message-loading):not(
    .ant-message-success
  ):not(.ant-message-error):not(.ant-message-warning)
  > .anticon:before {
  background-color: #333;
}
.ant-modal-confirm .closeIcon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: none;
  border-radius: 50%;
  bottom: -0.9rem;
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  justify-content: center;
  margin-right: -0.3rem;
  position: absolute;
  right: 50%;
  top: auto;
  width: 0.6rem;
}
.ant-modal-confirm .closeIcon img {
  height: 100%;
  width: 100%;
}
html[data-device="mobile"] .ant-calendar {
  width: 5.4rem;
}
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-next-month-btn,
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-prev-month-btn {
  height: 0.5rem;
  width: 0.5rem;
}
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-next-month-btn:before,
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-panel
  .ant-calendar-header
  .ant-calendar-prev-month-btn:before {
  border-width: 0;
  border-bottom: 0 solid var(--theme-primary-color);
  border-left: 0.035rem solid var(--theme-primary-color);
  border-right: 0 solid var(--theme-primary-color);
  border-top: 0.035rem solid var(--theme-primary-color);
  height: 0.15rem;
  width: 0.15rem;
}
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-body
  .ant-calendar-cell {
  height: 0.5rem;
  width: 0.5rem;
}
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-body
  .ant-calendar-cell
  .ant-calendar-date {
  font-size: 0.2rem;
  height: 0.5rem;
  width: 0.5rem;
}
html[data-device="mobile"]
  .ant-calendar
  .ant-calendar-picker-container-content
  .ant-calendar-date-panel {
  padding: 0.2rem;
}
html[data-device="mobile"] .ant-layout {
  -ms-flex: 1;
  flex: 1;
}
html[data-device="mobile"] .ant-modal-wrap {
  -webkit-overflow-scrolling: auto !important;
}
html[data-device="mobile"] .ant-modal .ant-modal-content {
  background-clip: inherit;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
}
html[data-device="mobile"]
  .ant-modal
  .ant-modal-content
  .ant-modal-header
  .ant-modal-title {
  font-size: 0.3rem;
  font-weight: revert;
}
html[data-device="mobile"] .ant-modal .ant-modal-content .ant-modal-close-x {
  font-size: 0.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 0.6rem;
}
html[data-device="mobile"] .ant-modal-confirm .ant-modal-confirm-title {
  font-size: 0.3rem;
  font-weight: 700;
}
html[data-device="mobile"] .ant-modal-confirm .ant-modal-confirm-content {
  font-size: 0.24rem;
}
html[data-device="mobile"] .ant-modal-confirm .ant-modal-confirm-btns .ant-btn {
  font-size: 0.24rem;
  height: 0.7rem;
}
html[data-device="mobile"] .ant-modal-confirm .closeIcon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: none;
  border-radius: 50%;
  bottom: -0.9rem;
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  justify-content: center;
  margin-right: -0.3rem;
  position: absolute;
  right: 50%;
  top: auto;
  width: 0.6rem;
}
html[data-device="mobile"] .ant-modal-confirm .closeIcon img {
  height: 100%;
  width: 100%;
}
html[data-device="mobile"] .ant-message .ant-message-notice-content {
  border-radius: 0.14rem;
  font-size: 0.28rem;
  max-width: 6.9rem;
  padding: 0.24rem 0.4rem;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-success
  .anticon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-secondary-color-success-linear-gradient)),
    to(var(--theme-secondary-color-success))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-secondary-color-success-linear-gradient),
    var(--theme-secondary-color-success)
  );
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.42rem;
  justify-content: center;
  width: 0.42rem;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-success
  .anticon:before {
  border-radius: 50%;
  content: "";
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_pay_1&scale=0.6";
  display: inline-block;
  visibility: hidden;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-success
  .anticon
  svg {
  display: none;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-error
  .anticon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-secondary-color-error-linear-gradient)),
    to(var(--theme-secondary-color-error))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-secondary-color-error-linear-gradient),
    var(--theme-secondary-color-error)
  );
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.42rem;
  justify-content: center;
  width: 0.42rem;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-error
  .anticon:before {
  border-radius: 50%;
  content: "";
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_pay_2&scale=0.6";
  display: inline-block;
  visibility: hidden;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-error
  .anticon
  svg {
  display: none;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-warning
  .anticon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-secondary-color-finance-linear-gradient)),
    to(var(--theme-secondary-color-finance))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-secondary-color-finance-linear-gradient),
    var(--theme-secondary-color-finance)
  );
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.42rem;
  justify-content: center;
  width: 0.42rem;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-warning
  .anticon:before {
  border-radius: 50%;
  content: "";
  content: "/lobby_asset/{layout}-{bg}-{skin}/main.sprites.png?key=sprite_main_comm_icon_pay_4&scale=0.6";
  display: inline-block;
  visibility: hidden;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content.ant-message-loading
  > .anticon {
  font-size: 0.336rem;
  height: 0.42rem;
  margin-right: 0.24rem;
  width: 0.42rem;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content
  > .anticon {
  height: 0.42rem;
  margin-right: 0.24rem;
  width: 0.42rem;
}
html[data-device="mobile"]
  .ant-message
  .ant-message-notice-content
  .ant-message-custom-content:not(.ant-message-loading):not(
    .ant-message-success
  ):not(.ant-message-error):not(.ant-message-warning)
  > .anticon {
  font-size: 0.42rem;
  height: 0.42rem;
  margin-right: 0.24rem;
  width: 0.42rem;
}
html[data-device="mobile"] .ant-btn,
html[data-device="mobile"] .ant-select-dropdown {
  border-radius: 0.14rem;
}
html[data-device="mobile"] .ant-select-dropdown .ant-select-dropdown-menu {
  max-height: 5.1rem;
  padding: 0.14rem 0;
}
html[data-device="mobile"] .ant-select-dropdown .ant-select-dropdown-menu-item {
  font-size: 0.24rem;
  line-height: 0.8rem;
  min-height: 0.8rem;
  padding: 0 0.2rem;
}
html[data-device="mobile"] .ant-select .ant-select-selection--single {
  font-size: 0.2rem;
}
html[data-device="mobile"]
  .ant-select
  .ant-select-selection--single
  .ant-select-selection__rendered {
  margin-left: 0.2rem;
  margin-right: 0.55rem;
}
html[data-device="mobile"]
  .ant-select
  .ant-select-selection--single
  .ant-select-selection__placeholder {
  height: 0.3rem;
  line-height: 0.3rem;
  margin-top: -0.15rem;
}
html[data-device="mobile"] .ant-input-affix-wrapper .ant-input-clear-icon i,
html[data-device="mobile"] .ant-input-affix-wrapper .ant-input-clear-icon svg {
  font-size: 0.34rem;
}
html[data-device="mobile"] .ant-input-affix-wrapper .ant-input-clear-icon + i {
  margin-left: 0.2rem;
}
html[data-device="mobile"] .ant-checkbox .ant-checkbox-inner:after {
  -webkit-mask-size: 0.22rem;
  mask-size: 0.22rem;
}
html[data-device-os="android"] .ant-select-dropdown-search {
  -webkit-animation: none !important;
  animation: none !important;
}
.ant-input[readonly] {
  background: none;
}
.van-picker.van-datetime-picker {
  background: none;
  margin: 0.25rem 0;
  width: 40vw;
}
.van-picker__mask {
  background: none !important;
}
.van-hairline-unset--top-bottom:after {
  border-bottom: 0.01rem solid var(--theme-color-line) !important;
  border-top: 0.01rem solid var(--theme-color-line) !important;
}
.van-picker-column__item {
  color: var(--theme-text-color-lighten) !important;
}
.van-picker-column__item.van-picker-column__item--selected {
  color: var(--theme-text-color-darken) !important;
}
.van-ellipsis {
  font-size: 0.24rem;
}
html[data-device="mobile"] .overlayAside {
  z-index: 250 !important;
}
html[data-device="mobile"] .overlayTransparentAside {
  background: transparent;
  opacity: 1;
  z-index: 230 !important;
}
html[data-device="mobile"] .h5-aside-ZIndex {
  z-index: 250 !important;
}
html {
  -webkit-text-size-adjust: none;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
}
html ::-webkit-scrollbar {
  width: 0.06rem;
  z-index: 11;
}
html ::-webkit-scrollbar-thumb {
  background: var(--theme-scroll-bar-bg-color);
  border-radius: 0.06rem;
  width: 0.06rem;
}
html ::-webkit-scrollbar-corner,
html ::-webkit-scrollbar-track {
  background: transparent;
}
html ::-webkit-scrollbar-track-piece {
  background: transparent;
  width: 0.06rem;
}
html ::-webkit-scrollbar:horizontal {
  height: 0.06rem;
}
html ::-webkit-scrollbar:horizontal-thumb {
  border-radius: 0.06rem;
}
html .ps.ps--active-x > .ps__rail-x,
html .ps.ps--active-x > .ps__rail-y,
html .ps.ps--active-y > .ps__rail-x,
html .ps.ps--active-y > .ps__rail-y,
html .ps:hover.ps--active-x > .ps__rail-x,
html .ps:hover.ps--active-x > .ps__rail-y,
html .ps:hover.ps--active-y > .ps__rail-x,
html .ps:hover.ps--active-y > .ps__rail-y {
  opacity: 0 !important;
}
html .ps__rail-x {
  bottom: 0 !important;
  height: 0.06rem !important;
}
html .ps__rail-y {
  right: 0.1rem !important;
  width: 0.06rem !important;
}
html .ps .ps__rail-x.ps--clicking,
html .ps .ps__rail-x:focus,
html .ps .ps__rail-x:hover,
html .ps .ps__rail-y.ps--clicking,
html .ps .ps__rail-y:focus,
html .ps .ps__rail-y:hover,
html .ps--focus > .ps__rail-x,
html .ps--focus > .ps__rail-y,
html .ps--scrolling-x > .ps__rail-x,
html .ps--scrolling-y > .ps__rail-y,
html .ps:hover > .ps__rail-x,
html .ps:hover > .ps__rail-y {
  opacity: 1 !important;
}
html .ps .ps__rail-x.ps--clicking,
html .ps .ps__rail-x:focus,
html .ps .ps__rail-x:hover,
html .ps .ps__rail-y.ps--clicking,
html .ps .ps__rail-y:focus,
html .ps .ps__rail-y:hover {
  background-color: transparent;
}
html .ps__thumb-x,
html .ps__thumb-y {
  background-color: var(--theme-scroll-bar-bg-color) !important;
  opacity: 1;
}
html .ps__thumb-x.ps__thumb-x,
html .ps__thumb-y.ps__thumb-x {
  bottom: 0.1rem !important;
  height: 0.06rem !important;
}
html .ps__thumb-x.ps__thumb-y,
html .ps__thumb-y.ps__thumb-y {
  right: 0 !important;
  width: 0.06rem !important;
}
html #nprogress {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  z-index: 1000000000000;
}
html #nprogress .bar {
  background: var(--theme-primary-color);
  height: 0.03rem;
}
html #nprogress .bar .peg {
  -webkit-box-shadow: 0 0 0.1rem var(--theme-primary-color),
    0 0 0.05rem var(--theme-primary-color);
  box-shadow: 0 0 0.1rem var(--theme-primary-color),
    0 0 0.05rem var(--theme-primary-color);
}
html #nprogress .spinner .spinner-icon {
  border-left-color: var(--theme-primary-color);
  border-top-color: var(--theme-primary-color);
}
html[lang="vi_VN"] body {
  font-family: Arial, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, sans-serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  color: var(--theme-text-color);
  font-size: 0.14rem;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
html body #app {
  position: relative;
}
html body #app,
html body #app > div:not(#google-btn-help) {
  border: 0;
  height: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
html body input:-webkit-autofill,
html body input:-webkit-autofill:active,
html body input:-webkit-autofill:focus,
html body input:-webkit-autofill:hover {
  background-color: var(--theme-main-bg-color);
  -webkit-transition: color 99999999s, background-color 99999999s;
  transition: color 99999999s, background-color 99999999s;
  -webkit-transition-delay: 99999999s;
  transition-delay: 99999999s;
}
html body #google-btn-help {
  bottom: 2%;
  left: 50%;
  position: fixed;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  visibility: visible;
  z-index: 999999999999999;
}
html body p {
  margin-bottom: 0;
}
html div:focus {
  outline: none;
}
html input[disabled] {
  background-color: var(--theme-main-bg-color);
  color: var(--theme-text-color);
}
html input[disabled]::-webkit-input-placeholder {
  color: var(--theme-text-color-placeholder) !important;
}
html input[disabled]::-moz-placeholder {
  color: var(--theme-text-color-placeholder) !important;
}
html input[disabled]:-ms-input-placeholder {
  color: var(--theme-text-color-placeholder) !important;
}
html input::-webkit-contacts-auto-fill-button,
html input::-webkit-credentials-auto-fill-button {
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
  visibility: hidden;
}
p {
  margin-bottom: 0;
}
#google-btn-help {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.googleInitError .ant-modal-mask,
.googleInitError .ant-modal-wrap,
.notic-user-tip-warp,
.tokenExpiredModal .ant-modal-mask,
.tokenExpiredModal .ant-modal-wrap {
  z-index: 9999;
}
.clubTipsModal {
  padding: 0.3rem 0;
}
.clubTipsModal :global .ant-modal-confirm-content {
  margin-bottom: 0.35rem !important;
}
.clubTipsModal :global .ant-modal-confirm-btns {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.clubTipsModal :global .ant-btn {
  line-height: 1.2;
  white-space: normal;
}
.geetest_bind_container,
.geetest_bind_tips {
  text-align: center;
}
.ZuLywNAJTm4ylsXALdMq {
  color: var(--theme-primary-color);
}
.A9aJJVL3PADhKFOGUDNt {
  color: var(--theme-secondary-color-error);
}
.HI77FtRdvO4aiGOC1sgp {
  color: var(--theme-secondary-color-success);
}
.XGEOwGXgDL9a2SebPqvj {
  color: var(--theme-secondary-color-finance);
}
.aZ9nabXWlhiDc8xNLSC4 {
  color: var(--theme-text-color);
}
.UwyNP8CcObxeFMJmAhCj {
  color: var(--theme-text-color-darken);
}
.hSnKt39QEO2fma653Cu1 {
  color: var(--theme-text-color-lighten);
}
.V4LeFhG0b9lZSmJT8Ynm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.URYVffVETVSIkPGB9P5E .ant-spin-blur,
.URYVffVETVSIkPGB9P5E.lTXdcXGZu_Yguh1MG5vS .ant-spin-spinning {
  background-color: var(--theme-load-bg-color);
}
.URYVffVETVSIkPGB9P5E .ant-spin-blur {
  opacity: 1;
  overflow: visible;
  overflow: initial;
}
.URYVffVETVSIkPGB9P5E .ant-spin-dot-item {
  background: #fff;
}
.URYVffVETVSIkPGB9P5E .ant-spin-spinning {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-content: center;
}
.URYVffVETVSIkPGB9P5E .ant-spin-dot {
  margin: 0 !important;
  position: static !important;
}
.URYVffVETVSIkPGB9P5E.wkokwJLUZ11M0pvkCY2s[spinning="true"] .ant-spin-spinning {
  opacity: 0;
}
.URYVffVETVSIkPGB9P5E.wkokwJLUZ11M0pvkCY2s[spinning="true"] .ant-spin-blur {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  opacity: 1;
}
html[data-device="mobile"]
  .URYVffVETVSIkPGB9P5E
  .ant-spin.ant-spin-show-text
  .ant-spin-text {
  font-size: 0.24rem;
}
.Z1ee9QJd81eYwAsBfJ5D {
  bottom: -0.85rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.Z1ee9QJd81eYwAsBfJ5D,
.Z1ee9QJd81eYwAsBfJ5D > span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.Z1ee9QJd81eYwAsBfJ5D > span {
  color: var(--theme-text-color-lighten);
  font-size: 0.16rem;
  margin-left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Z1ee9QJd81eYwAsBfJ5D > span .ant-input {
  border-radius: 0.06rem !important;
  margin: 0 0.1rem;
  width: 0.68rem;
}
.Z1ee9QJd81eYwAsBfJ5D input {
  text-align: center;
}
.Z1ee9QJd81eYwAsBfJ5D .ant-select-selection--single {
  border-radius: 0.06rem !important;
  color: var(--theme-text-color-lighten);
  height: 0.44rem;
  line-height: 0.44rem;
  margin-left: 0.1rem;
}
.Z1ee9QJd81eYwAsBfJ5D
  .ant-select-selection--single
  .ant-select-selection__rendered {
  height: 0.4rem;
  line-height: 0.4rem;
}
.Z1ee9QJd81eYwAsBfJ5D .ant-spin-blur {
  overflow: visible !important;
  overflow: initial !important;
}
.Z1ee9QJd81eYwAsBfJ5D .ant-pagination-jump-next-custom-icon,
.Z1ee9QJd81eYwAsBfJ5D .ant-pagination-jump-prev-custom-icon {
  background-color: transparent !important;
}
.Z1ee9QJd81eYwAsBfJ5D
  .ant-pagination-jump-next-custom-icon
  .ant-pagination-item-ellipsis,
.Z1ee9QJd81eYwAsBfJ5D
  .ant-pagination-jump-prev-custom-icon
  .ant-pagination-item-ellipsis {
  color: var(--theme-text-color-darken) !important;
}
.Z1ee9QJd81eYwAsBfJ5D .ant-select-arrow {
  top: 0.2rem;
}
.Z1ee9QJd81eYwAsBfJ5D .ant-input {
  height: 0.44rem;
}
.Z1ee9QJd81eYwAsBfJ5D .uIPZGFvlbc73vTKKPw6f {
  white-space: nowrap;
}
.Tg_bNUie8utWvNyBH9JN {
  position: relative;
}
.Tg_bNUie8utWvNyBH9JN table {
  padding: 0.01rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-body {
  background: transparent !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-placeholder {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border: none;
  border-color: var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
  height: var(--empty-height);
  justify-content: center;
}
.Tg_bNUie8utWvNyBH9JN .ant-empty-image {
  height: auto;
  margin-bottom: 0;
}
.Tg_bNUie8utWvNyBH9JN .ant-empty-description {
  color: var(--theme-text-color-lighten);
  font-size: 0.22rem;
  margin-top: 0.2rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-content {
  border-radius: 0.06rem;
  color: var(--theme-text-color-lighten);
  font-size: 0.16rem;
  min-height: calc(0.62rem + var(--empty-height));
  overflow: hidden;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-thead {
  height: 0.7rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-thead > tr:first-child > th:first-child {
  border-bottom-left-radius: 0.06rem;
  border-left: 0.01rem solid var(--theme-color-line) !important;
  border-top-left-radius: 0.06rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-thead > tr:last-child > th:last-child {
  border-bottom-right-radius: 0.06rem;
  border-right: 0.01rem solid var(--theme-color-line) !important;
  border-top-right-radius: 0.06rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-thead tr > th {
  background-color: var(--theme-bg-color);
  border-bottom: 0.01rem solid var(--theme-color-line) !important;
  border-top: 0.01rem solid var(--theme-color-line) !important;
  color: var(--theme-text-color);
  font-size: 0.2rem;
  font-weight: 400;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-column-has-sorters:hover {
  background-color: var(--theme-bg-color) !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-column-sorter-inner-full {
  margin-top: -0.15em !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-column-sorter-inner {
  color: var(--theme-text-color-lighten) !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-column-sorter-inner i {
  font-size: 0.14rem !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-header {
  background: transparent !important;
  margin-bottom: 0.01rem !important;
  padding-bottom: 0 !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-tbody tr > th,
.Tg_bNUie8utWvNyBH9JN .ant-table-thead tr > th {
  padding: 0;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-tbody tr > td,
.Tg_bNUie8utWvNyBH9JN .ant-table-thead tr > td {
  border-bottom: none;
  padding: 0;
  white-space: pre;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-tbody tr > td.ant-table-column-sort,
.Tg_bNUie8utWvNyBH9JN .ant-table-thead tr > td.ant-table-column-sort {
  background: none !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-tbody tr {
  height: 0.5rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-tbody tr:not(.kaR5fMl5DssvxlvqjM5j):hover td {
  background-color: transparent !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-hide-scrollbar {
  background-color: var(--theme-bg-color);
  overflow: hidden !important;
}
.Tg_bNUie8utWvNyBH9JN .ant-list-items {
  color: var(--theme-text-color-lighten);
}
.Tg_bNUie8utWvNyBH9JN .ant-list-items > div,
.Tg_bNUie8utWvNyBH9JN .ant-list-items > li {
  border-radius: 0.1rem;
  padding: 0.22rem 0.2rem;
}
.Tg_bNUie8utWvNyBH9JN .ant-list-items > :nth-child(2n) {
  background-color: var(--theme-bg-color);
}
.Tg_bNUie8utWvNyBH9JN .CoRxptnO0pNFo_rooL0s .ant-list-items > :nth-child(2n),
.Tg_bNUie8utWvNyBH9JN .ant-list-items > :nth-child(odd) {
  background-color: var(--theme-main-bg-color);
}
.Tg_bNUie8utWvNyBH9JN .CoRxptnO0pNFo_rooL0s .ant-list-items > :nth-child(odd) {
  background-color: var(--theme-bg-color);
}
.Tg_bNUie8utWvNyBH9JN .ant-list .ant-spin-nested-loading,
.Tg_bNUie8utWvNyBH9JN .ant-list .ant-spin-nested-loading .ant-spin-container {
  height: 100%;
}
.Tg_bNUie8utWvNyBH9JN
  .ant-list
  .ant-spin-nested-loading
  .ant-spin-container
  .ant-list-empty-text {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}
.Tg_bNUie8utWvNyBH9JN .kaR5fMl5DssvxlvqjM5j {
  background-color: var(--theme-bg-color);
  height: 0.5rem;
}
.Tg_bNUie8utWvNyBH9JN .kaR5fMl5DssvxlvqjM5j td:first-of-type {
  border-radius: 0.06rem 0 0 0.06rem;
}
.Tg_bNUie8utWvNyBH9JN .kaR5fMl5DssvxlvqjM5j td:last-of-type {
  border-radius: 0 0.06rem 0.06rem 0;
}
.Tg_bNUie8utWvNyBH9JN .kaR5fMl5DssvxlvqjM5j:hover td {
  background-color: var(--theme-bg-color) !important;
}
.Tg_bNUie8utWvNyBH9JN .bPj6UldtSTOxBE3axVum {
  background-color: var(--theme-main-bg-color);
  height: 0.5rem;
}
.Tg_bNUie8utWvNyBH9JN .YbtYo1IvajB_51_BmelL {
  background-color: var(--theme-main-bg-color);
  padding-top: 0.2rem;
  width: 100%;
}
.Tg_bNUie8utWvNyBH9JN .TNJJNBEWFE6ehM7F9gHA {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border-top: thin solid var(--theme-color-line);
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  min-height: 0.76rem;
  position: fixed;
  width: 100%;
  z-index: 20;
}
.Tg_bNUie8utWvNyBH9JN .ant-table-scroll .ps.ps--active-y > .ps__rail-y,
.Tg_bNUie8utWvNyBH9JN .ant-table-scroll .ps:hover.ps--active-y > .ps__rail-y {
  opacity: 1 !important;
}
.s08mlF5L198_7acrxhpz .ytVSADsCVukDjfIoBsIt {
  margin-right: 0.09rem;
}
.s08mlF5L198_7acrxhpz .ipXNk3pNGqHRyvtV0uok {
  color: var(--theme-primary-color);
  line-height: 0.2rem;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-empty-image {
  padding-bottom: 0.1rem;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-list-items > div,
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-list-items > li {
  padding: 0.2rem;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-table-placeholder {
  background-color: transparent;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-empty-description {
  color: var(--theme-text-color-lighten);
  font-size: 0.26rem;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-table-tbody tr {
  font-size: 0.2rem;
  height: 0.7rem;
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN
  .ant-table-tbody
  tr:not(.kaR5fMl5DssvxlvqjM5j):hover
  td {
  background-color: transparent !important;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-table-thead {
  height: 0.8rem;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .ant-table-thead tr > th {
  background: var(--theme-main-bg-color);
  font-size: 0.24rem;
  height: 0.8rem;
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN
  .ant-table-thead
  > tr:first-child
  > th:first-child {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN
  .ant-table-thead
  > tr:last-child
  > th:last-child {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .kaR5fMl5DssvxlvqjM5j {
  background-color: var(--theme-main-bg-color);
  height: 0.5rem;
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN
  .kaR5fMl5DssvxlvqjM5j
  td:first-of-type {
  border-radius: 0.1rem 0 0 0.1rem;
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN
  .kaR5fMl5DssvxlvqjM5j
  td:last-of-type {
  border-radius: 0 0.1rem 0.1rem 0;
}
html[data-device="mobile"] .Tg_bNUie8utWvNyBH9JN .bPj6UldtSTOxBE3axVum,
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN.SpcrGzVJUnDEf7RK9uqg
  .ant-table-thead
  tr
  > th,
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN.SpcrGzVJUnDEf7RK9uqg
  .kaR5fMl5DssvxlvqjM5j {
  background-color: var(--theme-bg-color);
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN.SpcrGzVJUnDEf7RK9uqg
  .bPj6UldtSTOxBE3axVum {
  background-color: var(--theme-main-bg-color);
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN.SpcrGzVJUnDEf7RK9uqg
  .bPj6UldtSTOxBE3axVum
  td:first-of-type {
  border-radius: 0.1rem 0 0 0.1rem;
}
html[data-device="mobile"]
  .Tg_bNUie8utWvNyBH9JN.SpcrGzVJUnDEf7RK9uqg
  .bPj6UldtSTOxBE3axVum
  td:last-of-type {
  border-radius: 0 0.1rem 0.1rem 0;
}
.sdRXNYUQUhH925OxQhB9 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.44rem;
  line-height: 0.44rem;
}
.sdRXNYUQUhH925OxQhB9 .wyX9RJQa0WRtfEdUUvnN {
  background-color: var(--theme-primary-color);
  height: 0.3rem;
  margin-right: 0.2rem;
  width: 0.04rem;
}
.sdRXNYUQUhH925OxQhB9 span {
  color: var(--theme-text-color-darken);
  font-size: 0.3rem;
}
.sdRXNYUQUhH925OxQhB9 div {
  color: var(--theme-text-color-darken);
  line-height: 1;
}
._ojhUxKWGyFdJIV2Lodx {
  bottom: -0.01rem;
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  position: absolute;
  right: -0.01rem;
  width: 0.3rem;
}
._ojhUxKWGyFdJIV2Lodx .ZmbOmk0ieSKOdeIimJCA {
  color: var(--theme-active-bg-color);
  height: 100%;
  width: 100%;
}
._ojhUxKWGyFdJIV2Lodx .ZmbOmk0ieSKOdeIimJCA > svg {
  height: 100%;
  width: 100%;
}
._ojhUxKWGyFdJIV2Lodx .orcE9bnrEF9xDTLnxVZg {
  bottom: 0.04rem;
  color: var(--theme-active-gou-color);
  color: var(--theme-web_filter_gou);
  height: 0.096rem;
  position: absolute;
  right: 0.04rem;
  width: 0.125rem;
}
._ojhUxKWGyFdJIV2Lodx .orcE9bnrEF9xDTLnxVZg > svg {
  height: 100%;
  width: 100%;
}
[data-skin-layout="2"][data-skin-bg="0"]
  ._ojhUxKWGyFdJIV2Lodx
  .ZmbOmk0ieSKOdeIimJCA {
  color: var(--theme-filter-active-color);
}
.noUD6_uyKc5IKGLrkGoc {
  max-width: 100%;
  position: relative;
}
.noUD6_uyKc5IKGLrkGoc .DdjaXiUDtWGedTXUpCI4 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.noUD6_uyKc5IKGLrkGoc .DdjaXiUDtWGedTXUpCI4 .my-scrollbar-bar {
  display: none;
}
.noUD6_uyKc5IKGLrkGoc .DdjaXiUDtWGedTXUpCI4 .my-scrollbar-thumb {
  background-color: transparent !important;
}
.noUD6_uyKc5IKGLrkGoc .ant-pagination-item-active a {
  color: var(--theme-primary-font-color) !important;
}
.noUD6_uyKc5IKGLrkGoc .ant-pagination-item,
.noUD6_uyKc5IKGLrkGoc .ant-pagination-next a,
.noUD6_uyKc5IKGLrkGoc .ant-pagination-prev a {
  background-color: transparent;
  background-color: initial;
}
.noUD6_uyKc5IKGLrkGoc .ant-pagination-jump-next-custom-icon {
  border: 0.01rem solid;
}
.noUD6_uyKc5IKGLrkGoc .ant-pagination-item-ellipsis {
  color: var(--theme-text-color-lighten) !important;
}
.uXbMSZOr0Ns9MiQerTqf {
  max-width: 100%;
}
.oI1REZeHrjT3mJsfCKtR {
  background-color: var(--theme-main-bg-color);
}
.oI1REZeHrjT3mJsfCKtR,
.oI1REZeHrjT3mJsfCKtR .Xoao1azDlzGxhjfesuwG {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.oI1REZeHrjT3mJsfCKtR .Xoao1azDlzGxhjfesuwG {
  -ms-flex-pack: center;
  color: var(--theme-text-color);
  font-size: 0.24rem;
  height: 0.8rem;
  justify-content: center;
  width: 0.8rem;
}
.qXolBALZo3WF_OOhxAwr {
  -ms-flex-align: end;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: flex-end;
  align-items: center;
  border-radius: 0.1rem 0.1rem 0 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.qXolBALZo3WF_OOhxAwr:before {
  border-radius: 0.1rem 0.1rem 0 0;
  bottom: 0;
  content: "";
  height: 0.54rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.qXolBALZo3WF_OOhxAwr[data-len="0"] {
  display: none;
}
.qXolBALZo3WF_OOhxAwr.A_05GnS4hxQ1y9GHxJyb[data-len="1"] {
  height: 0;
}
.qXolBALZo3WF_OOhxAwr.A_05GnS4hxQ1y9GHxJyb[data-len="1"] .QSmYUjhIbIn5kACuBsKR {
  display: none !important;
}
.qXolBALZo3WF_OOhxAwr.G4qzHSehGtU5HcXe5Bnv {
  display: none;
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border: thin solid var(--theme-color-line);
  border-radius: 0.1rem;
  color: var(--theme-text-color-darken);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
  line-height: 0.6rem;
  margin-right: 0.3rem;
  padding: 0 0.2rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR :lang(hi_IN) {
  font-size: 0.16rem;
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR:not(.tavNREqvslKfnyAQiSMs):hover {
  color: var(--theme-primary-color);
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR > * {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR.tavNREqvslKfnyAQiSMs {
  border: thin solid var(--theme-filter-active-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--theme-primary-color);
}
.qXolBALZo3WF_OOhxAwr
  .QSmYUjhIbIn5kACuBsKR.tavNREqvslKfnyAQiSMs
  .subscript
  .bg {
  color: var(--theme-filter-active-color);
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR.tavNREqvslKfnyAQiSMs:lang(hi_IN) {
  font-size: 0.22rem;
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR.DHBzhSXxHpGFcFXtimXQ > * {
  display: inline-block !important;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qXolBALZo3WF_OOhxAwr .QSmYUjhIbIn5kACuBsKR:last-of-type {
  margin-right: 0 !important;
}
.icVyW_GwIBX6OVKNKcUi {
  -ms-flex-align: end;
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: flex-end;
  align-items: center;
  border-radius: 0.1rem 0.1rem 0 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.icVyW_GwIBX6OVKNKcUi:before {
  border-radius: 0.1rem 0.1rem 0 0;
  bottom: 0;
  content: "";
  height: 0.54rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.icVyW_GwIBX6OVKNKcUi[data-len="0"] {
  display: none;
}
.icVyW_GwIBX6OVKNKcUi.A_05GnS4hxQ1y9GHxJyb[data-len="1"] {
  height: 0;
}
.icVyW_GwIBX6OVKNKcUi.A_05GnS4hxQ1y9GHxJyb[data-len="1"] .QSmYUjhIbIn5kACuBsKR {
  display: none !important;
}
.icVyW_GwIBX6OVKNKcUi.G4qzHSehGtU5HcXe5Bnv {
  display: none;
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom: 0.03rem solid transparent;
  color: var(--theme-text-color-darken);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
  line-height: 0.24rem;
  margin-right: 0.3rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
  word-break: break-word;
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR :lang(hi_IN) {
  font-size: 0.16rem;
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR:not(.tavNREqvslKfnyAQiSMs):hover {
  color: var(--theme-primary-color);
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR > * {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR.tavNREqvslKfnyAQiSMs {
  border-bottom: 0.03rem solid var(--theme-primary-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--theme-primary-color);
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR.tavNREqvslKfnyAQiSMs:lang(hi_IN) {
  font-size: 0.22rem;
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR.DHBzhSXxHpGFcFXtimXQ > * {
  display: inline-block !important;
  line-height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR:last-of-type {
  margin-right: 0 !important;
}
.hRl3tr5NTmp46npyZXX8 {
  bottom: 0;
  min-height: 0.5rem;
  position: absolute;
  right: 0;
}
.mHNTQstHkiQnQQdCvtBf {
  background-color: var(--theme-color-line);
  height: 0.01rem;
  -webkit-transform: translateY(-0.015rem);
  transform: translateY(-0.015rem);
  width: 100%;
}
html[data-device="mobile"] .noUD6_uyKc5IKGLrkGoc .DdjaXiUDtWGedTXUpCI4 {
  background-color: var(--theme-main-bg-color);
}
html[data-device="mobile"]
  .noUD6_uyKc5IKGLrkGoc
  .DdjaXiUDtWGedTXUpCI4
  .my-scrollbar {
  padding: 0 0.2rem;
}
html[data-device="mobile"] .noUD6_uyKc5IKGLrkGoc .VZmcWRZC0JfUYwuXj_B7 {
  background-color: transparent;
}
html[data-device="mobile"] .icVyW_GwIBX6OVKNKcUi {
  padding: 0;
}
html[data-device="mobile"] .icVyW_GwIBX6OVKNKcUi .QSmYUjhIbIn5kACuBsKR {
  border-bottom: 0.04rem solid transparent;
  font-size: 0.22rem;
  height: 0.72rem;
}
html[data-device="mobile"]
  .icVyW_GwIBX6OVKNKcUi
  .QSmYUjhIbIn5kACuBsKR.tavNREqvslKfnyAQiSMs {
  border-bottom: 0.04rem solid var(--theme-primary-color);
}
html[data-device="mobile"] .icVyW_GwIBX6OVKNKcUi .Xoao1azDlzGxhjfesuwG {
  font-size: 0.22rem;
}
html[data-device="mobile"] .mHNTQstHkiQnQQdCvtBf {
  -webkit-transform: translateY(-0.005rem);
  transform: translateY(-0.005rem);
}
.umskZObCyqgQ16w1sRjo {
  height: 100%;
  position: relative;
  width: 100%;
}
.umskZObCyqgQ16w1sRjo .ioFH2SdYFy9KbEA35rqr {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
}
html[data-device="mobile"] .umskZObCyqgQ16w1sRjo .ioFH2SdYFy9KbEA35rqr {
  opacity: 1;
}
.N4LsWhJBhqqyTkv6V0NE {
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}
.N4LsWhJBhqqyTkv6V0NE .ke1kCzBARxq5HSxbDQ6h {
  display: inline-block;
  width: 100%;
}
.N4LsWhJBhqqyTkv6V0NE .ke1kCzBARxq5HSxbDQ6h .TMZWYZcIv5YQXVdFMVrw {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.2;
  overflow: hidden;
  overflow: initial;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  word-break: break-word;
}
.N4LsWhJBhqqyTkv6V0NE .ke1kCzBARxq5HSxbDQ6h .TMZWYZcIv5YQXVdFMVrw:lang(my_MM),
.N4LsWhJBhqqyTkv6V0NE .ke1kCzBARxq5HSxbDQ6h .TMZWYZcIv5YQXVdFMVrw:lang(ta_LK) {
  line-height: 1.5;
}
.N4LsWhJBhqqyTkv6V0NE .ke1kCzBARxq5HSxbDQ6h .TMZWYZcIv5YQXVdFMVrw:lang(vi_VN) {
  line-height: 1.4;
}
html[data-device="mobile"] .N4LsWhJBhqqyTkv6V0NE,
html[data-device="mobile"] .N4LsWhJBhqqyTkv6V0NE .ke1kCzBARxq5HSxbDQ6h {
  vertical-align: middle;
}
._VPAQ83_NVbbKcmA02CT {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 0.02rem;
}
._VPAQ83_NVbbKcmA02CT > span {
  top: 0.02rem;
}
._VPAQ83_NVbbKcmA02CT .vr29ZB5A3ne61b7BLuI4 {
  background-color: var(--theme-secondary-color-error);
  border-radius: 0.1rem;
  border-bottom-left-radius: 0;
  color: #fff;
  display: block;
  font-size: 0.14rem;
  font-style: normal;
  height: 0.2rem;
  line-height: 0.2rem;
  min-width: 0.24rem;
  padding: 0 0.08rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  width: auto;
  z-index: 10;
}
._VPAQ83_NVbbKcmA02CT .vr29ZB5A3ne61b7BLuI4:after {
  border-bottom: 0.08rem solid transparent;
  border-left: 0.08rem solid var(--theme-secondary-color-error);
  border-top: 0.08rem solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0.1rem;
  width: 0;
}
html[data-device="mobile"] .vr29ZB5A3ne61b7BLuI4 {
  border-radius: 0.132rem;
  font-size: 0.18rem;
  height: 0.264rem;
  line-height: 0.264rem;
  min-width: 0.31rem;
}
html[data-device="mobile"] .vr29ZB5A3ne61b7BLuI4:after {
  border-bottom: 0.1rem solid transparent;
  border-left: 0.1rem solid var(--theme-secondary-color-error);
  border-top: 0.1rem solid transparent;
  top: 0.12rem;
}
.ojl53lOx6NCYgQqtWmHF {
  -ms-overflow-style: none;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  width: 100%;
}
.ojl53lOx6NCYgQqtWmHF::-webkit-scrollbar {
  display: none;
}
.eb9a0d6eWbnSe6p7J_7h {
  background-color: transparent;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -9999;
}
.eb9a0d6eWbnSe6p7J_7h.VQrCZF0sjMOj_sm49oA7 {
  display: block;
  z-index: 9999;
}
.Hd1G0bqklE_jZuzf4NqR {
  bottom: 0;
  height: 100%;
  right: 0;
  width: 100%;
  z-index: 2;
}
.Hd1G0bqklE_jZuzf4NqR,
.Hd1G0bqklE_jZuzf4NqR .Ikg2rPSog8AFFtqfD9W7 {
  left: 0;
  position: absolute;
  top: 0;
}
.Hd1G0bqklE_jZuzf4NqR .W5Kxs038l2ysMgykCqa_ {
  position: absolute;
  right: 0;
  top: 0;
}
.Hd1G0bqklE_jZuzf4NqR .SgrkZ8Ax_CqBRjIS4h4g {
  bottom: 0;
  left: 0;
  position: absolute;
}
.Hd1G0bqklE_jZuzf4NqR .h97sR8iDQdcjWAJRovFb {
  bottom: 0;
  position: absolute;
  right: 0;
}
.jd0EDsI7XThFtt58gZMa {
  margin-left: -0.02rem;
  position: relative;
  top: 0.08rem;
}
.WqEfQ_t03Tpi2sd9USS1 {
  left: 50%;
  top: 0.04rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Vlll4UyXTvDB3Ntca3mq {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  position: relative;
}
.Vlll4UyXTvDB3Ntca3mq .gQqOsAU90xupxk4GPxPl {
  height: 100%;
  position: relative;
  z-index: 1;
}
.Vlll4UyXTvDB3Ntca3mq .gQqOsAU90xupxk4GPxPl .my-scrollbar-bar {
  display: none;
}
.Vlll4UyXTvDB3Ntca3mq .gQqOsAU90xupxk4GPxPl .my-scrollbar-thumb {
  background-color: transparent !important;
}
.Vlll4UyXTvDB3Ntca3mq .gQqOsAU90xupxk4GPxPl .my-scrollbar-content {
  height: 100%;
}
.WpPzUNpbv7IIV9OhhCvg {
  max-height: 100%;
}
.P8RuaFULZKF3ME9gfgKl {
  -ms-flex-align: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  position: relative;
}
.P8RuaFULZKF3ME9gfgKl[data-len="0"] {
  display: none;
}
.P8RuaFULZKF3ME9gfgKl.uxYYjiDd7u0QtHMh5yW3[data-len="1"] {
  height: 0;
}
.P8RuaFULZKF3ME9gfgKl.uxYYjiDd7u0QtHMh5yW3[data-len="1"] .bNrPaNsp97Sa9hmzMKZl {
  display: none !important;
}
.P8RuaFULZKF3ME9gfgKl.AlUEgyqvlog1PbE1FC96 {
  display: none;
}
.P8RuaFULZKF3ME9gfgKl > div:first-of-type .common-badge {
  top: 0;
}
.P8RuaFULZKF3ME9gfgKl .tab-1:lang(de_DE),
.P8RuaFULZKF3ME9gfgKl .tab-1:lang(it_IT) {
  font-size: 0.18rem;
}
.P8RuaFULZKF3ME9gfgKl .subItem + .subItem {
  margin-top: 0.2rem;
}
.bNrPaNsp97Sa9hmzMKZl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-left-nav-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  justify-content: center;
  line-height: 0.24rem;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 100%;
  word-break: break-word;
}
.bNrPaNsp97Sa9hmzMKZl:not(:first-child) {
  margin-top: 0.2rem;
}
.bNrPaNsp97Sa9hmzMKZl:lang(es_ES) {
  font-size: 0.18rem;
}
.bNrPaNsp97Sa9hmzMKZl button {
  line-height: 1.1;
  padding: 0 0.05rem;
  white-space: pre-wrap;
}
.bNrPaNsp97Sa9hmzMKZl .pomqyICLrCuQUttlh76S {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bNrPaNsp97Sa9hmzMKZl .vi_TBZvr4AMy0V63Nni7 {
  padding-left: 0.03rem;
  width: 100%;
}
.bNrPaNsp97Sa9hmzMKZl .vi_TBZvr4AMy0V63Nni7 > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.2;
  overflow: hidden;
  padding: 0.02rem 0;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: pre-line;
  width: 100%;
}
.bNrPaNsp97Sa9hmzMKZl .vi_TBZvr4AMy0V63Nni7 > span:lang(tl_PH) {
  -webkit-line-clamp: 3;
}
.bNrPaNsp97Sa9hmzMKZl .vi_TBZvr4AMy0V63Nni7 > span:lang(my_MM) {
  padding-top: 0;
}
.bNrPaNsp97Sa9hmzMKZl .vi_TBZvr4AMy0V63Nni7 > span .inner-text:lang(my_MM) {
  line-height: 1.5 !important;
  padding-top: 0;
}
.bNrPaNsp97Sa9hmzMKZl.FS1An2VNXciHFAijTFUB .vi_TBZvr4AMy0V63Nni7 {
  width: auto;
}
.bNrPaNsp97Sa9hmzMKZl.FS1An2VNXciHFAijTFUB
  .vi_TBZvr4AMy0V63Nni7
  .inner-text:lang(my_MM) {
  line-height: 1.5 !important;
}
.bNrPaNsp97Sa9hmzMKZl:not(.FS1An2VNXciHFAijTFUB) {
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.02rem 0.04rem 0
    var(--theme-aside-no-active-box-shadow);
  box-shadow: 0 0.02rem 0.04rem 0 var(--theme-aside-no-active-box-shadow);
  color: var(--theme-left-nav-text-color);
  height: 0.6rem;
  padding: 0 0.1rem;
  white-space: pre-wrap;
}
.bNrPaNsp97Sa9hmzMKZl:not(.FS1An2VNXciHFAijTFUB).TAg1HOhNrjpbcFzq75mo {
  color: var(--theme-left-nav-text-active-color);
  pointer-events: none;
}
.bNrPaNsp97Sa9hmzMKZl:not(.FS1An2VNXciHFAijTFUB).TAg1HOhNrjpbcFzq75mo svg {
  fill: var(--theme-left-nav-text-active-color);
}
@media (hover: hover) {
  .bNrPaNsp97Sa9hmzMKZl:not(.TAg1HOhNrjpbcFzq75mo):hover {
    color: var(--theme-primary-color);
  }
  .bNrPaNsp97Sa9hmzMKZl:not(.TAg1HOhNrjpbcFzq75mo):hover svg {
    fill: var(--theme-primary-color);
  }
}
.bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_) {
  padding: 0 0.05rem 0 0.08rem;
}
.bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .uCwxPG6beyU9xacNcHuw {
  font-size: 0.28rem;
  width: 0.28rem;
}
.bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .vi_TBZvr4AMy0V63Nni7 {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.bNrPaNsp97Sa9hmzMKZl.PyX34SAjApIY0iswPDe0 .uCwxPG6beyU9xacNcHuw {
  font-size: 0.28rem !important;
}
.bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_ {
  -ms-flex-pack: start;
  border-radius: 0.16rem;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0.9rem;
  justify-content: flex-start;
  padding: 0.12rem 0.1rem 0;
}
.bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_ .uCwxPG6beyU9xacNcHuw {
  font-size: 0.28rem;
}
.bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_ .uCwxPG6beyU9xacNcHuw svg {
  height: 0.3rem;
  width: 0.28rem;
}
.bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_ .vi_TBZvr4AMy0V63Nni7 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-height: 0.47rem;
  position: relative;
}
html[data-device="mobile"][data-skin-layout="2"]
  .bNrPaNsp97Sa9hmzMKZl
  .uCwxPG6beyU9xacNcHuw
  i {
  font-size: 0.44rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .sZKC80YroX_W1LCaI5C_
  .uCwxPG6beyU9xacNcHuw
  i {
  font-size: 0.52rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .event-tab-list
  [data-key="side-item1"]
  .uCwxPG6beyU9xacNcHuw
  i,
html[data-device="mobile"][data-skin-layout="2"]
  [data-key="side-item0"]
  .uCwxPG6beyU9xacNcHuw
  i {
  font-size: 0.32rem;
}
[data-skin-layout="2"]
  .bNrPaNsp97Sa9hmzMKZl:not(.FS1An2VNXciHFAijTFUB).TAg1HOhNrjpbcFzq75mo {
  border: initial;
  color: var(--theme-primary-font-color);
}
[data-skin-layout="2"] .bNrPaNsp97Sa9hmzMKZl .uCwxPG6beyU9xacNcHuw i {
  font-size: 0.42rem;
}
[data-skin-layout="2"]
  .event-tab-list
  [data-key="side-item1"]
  .uCwxPG6beyU9xacNcHuw
  i,
[data-skin-layout="2"] [data-key="side-item0"] .uCwxPG6beyU9xacNcHuw i {
  font-size: 0.28rem;
}
html[data-device="mobile"] .bNrPaNsp97Sa9hmzMKZl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.24rem;
}
html[data-device="mobile"] .bNrPaNsp97Sa9hmzMKZl .uCwxPG6beyU9xacNcHuw {
  position: relative;
  z-index: 1;
}
html[data-device="mobile"] .bNrPaNsp97Sa9hmzMKZl:not(.FS1An2VNXciHFAijTFUB) {
  -webkit-box-shadow: 0 0.03rem 0.09rem 0
    var(--theme-aside-no-active-box-shadow);
  box-shadow: 0 0.03rem 0.09rem 0 var(--theme-aside-no-active-box-shadow);
  min-height: 0.7rem;
  padding: 0 0.04rem 0 0.06rem;
}
html[data-device="mobile"]
  .bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .uCwxPG6beyU9xacNcHuw {
  font-size: 0.44rem;
  width: 0.44rem;
}
html[data-device="mobile"]
  .bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .vi_TBZvr4AMy0V63Nni7 {
  width: 0.96rem;
}
html[data-device="mobile"]
  .bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .vi_TBZvr4AMy0V63Nni7:lang(my_MM) {
  line-height: 1.6;
  padding-top: 0;
}
html[data-device="mobile"] .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_ {
  height: 1.05rem;
  padding: 0.12rem 0.1rem 0;
  position: relative;
}
html[data-device="mobile"]
  .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_
  .uCwxPG6beyU9xacNcHuw {
  font-size: 0.44rem;
}
html[data-device="mobile"]
  .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_
  .uCwxPG6beyU9xacNcHuw
  svg {
  height: 0.36rem;
  width: 0.44rem;
}
html[data-device="mobile"]
  .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_
  .vi_TBZvr4AMy0V63Nni7
  span {
  line-height: 1.1;
}
html[data-device="mobile"][data-skin-layout="15"]
  .bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .uCwxPG6beyU9xacNcHuw {
  font-size: 0.52rem;
  width: 0.52rem;
}
html[data-device="mobile"][data-skin-layout="15"]
  .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_ {
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="15"]
  .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_
  .uCwxPG6beyU9xacNcHuw {
  font-size: 0.52rem;
}
html[data-device="mobile"][data-skin-layout="15"]
  .bNrPaNsp97Sa9hmzMKZl.sZKC80YroX_W1LCaI5C_
  .uCwxPG6beyU9xacNcHuw
  svg {
  height: 0.52rem;
  width: 0.52rem;
}
[data-holiday-theme="101"] .Vlll4UyXTvDB3Ntca3mq .gQqOsAU90xupxk4GPxPl,
[data-holiday-theme="102"] .Vlll4UyXTvDB3Ntca3mq .gQqOsAU90xupxk4GPxPl {
  margin-right: -0.1rem;
  padding-right: 0.1rem;
}
html[data-device="desktop"][data-skin-layout="15"]
  .bNrPaNsp97Sa9hmzMKZl.JOWqBceNWiyZuqdBAXLg:not(.sZKC80YroX_W1LCaI5C_)
  .uCwxPG6beyU9xacNcHuw {
  font-size: 0.42rem;
  width: 0.42rem;
}
.KvrO4eh_IvrsO14qv5dz {
  pointer-events: none;
  position: relative;
  width: 100%;
}
.KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ,
.KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs,
.KvrO4eh_IvrsO14qv5dz .uT6knWuh_YZJ5IKH_xGL {
  pointer-events: none;
  position: absolute;
  top: 0;
}
.KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ {
  left: 0;
}
.KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs {
  right: 0;
}
.KvrO4eh_IvrsO14qv5dz .uT6knWuh_YZJ5IKH_xGL,
[data-holiday-theme="103"] .KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ,
[data-holiday-theme="103"] .KvrO4eh_IvrsO14qv5dz .uT6knWuh_YZJ5IKH_xGL,
[data-holiday-theme="105"] .KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ,
[data-holiday-theme="105"] .KvrO4eh_IvrsO14qv5dz .uT6knWuh_YZJ5IKH_xGL,
[data-holiday-theme="111"] .KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ,
[data-holiday-theme="111"] .KvrO4eh_IvrsO14qv5dz .uT6knWuh_YZJ5IKH_xGL {
  left: 0;
}
[data-holiday-theme="103"] .KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs,
[data-holiday-theme="105"] .KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs,
[data-holiday-theme="111"] .KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs {
  right: 0;
}
[data-holiday-theme="103"][data-skin-layout="1"]
  .KvrO4eh_IvrsO14qv5dz
  .uT6knWuh_YZJ5IKH_xGL,
[data-holiday-theme="105"][data-skin-layout="1"]
  .KvrO4eh_IvrsO14qv5dz
  .uT6knWuh_YZJ5IKH_xGL {
  left: 0.26rem;
}
[data-holiday-theme="106"] .KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ,
[data-holiday-theme="107"] .KvrO4eh_IvrsO14qv5dz .Yv2W3oG_vcKXjQJGD7WJ {
  left: 0.14rem;
  top: 4.7rem;
}
[data-holiday-theme="106"] .KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs,
[data-holiday-theme="107"] .KvrO4eh_IvrsO14qv5dz .mKsQVQBKVedibVCiMSTs {
  right: 0.7rem;
  top: 1.86rem;
}
.WUhuhqmZmF6jIMZymVBJ {
  width: 100%;
}
.TiR5Afd0l3YoMxbINowZ .Q7vvTIrPmFwPigX1RicO {
  margin: 0 auto;
  width: 12rem;
}
.TiR5Afd0l3YoMxbINowZ .W_Dh20YFkNn94oSozvXJ {
  width: 100%;
}
html[data-device="desktop"][data-skin-layout="18"] .Q7vvTIrPmFwPigX1RicO {
  height: auto;
  margin: 0 auto;
  width: 12rem;
}
html[data-device="desktop"][data-skin-layout="18"]
  .layout-container
  .container-content {
  width: calc(100vw - 3.4rem);
}
html[data-device="mobile"] .TiR5Afd0l3YoMxbINowZ,
html[data-device="mobile"] .TiR5Afd0l3YoMxbINowZ .Q7vvTIrPmFwPigX1RicO {
  width: 100%;
}
.cNvGQvy_BCwkfCd6pd6q {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
}
.cNvGQvy_BCwkfCd6pd6q .m0FblQU8qzDajDNxXyZN {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.2rem;
}
.cNvGQvy_BCwkfCd6pd6q .m0FblQU8qzDajDNxXyZN .VIEXrTi116TkIsAN2nwG {
  margin-left: auto;
}
.cNvGQvy_BCwkfCd6pd6q .Wv7iu4kk06YDMBB93WZA {
  text-align: center;
  width: 100%;
}
.cNvGQvy_BCwkfCd6pd6q .p1v1Kofv8FGkIrX7dQth {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.06rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.06rem 0 rgba(0, 0, 0, 0.06);
}
html[data-device="mobile"] .cNvGQvy_BCwkfCd6pd6q {
  padding-top: 0;
}
html[data-device="mobile"] .cNvGQvy_BCwkfCd6pd6q .m0FblQU8qzDajDNxXyZN {
  margin-bottom: 0;
}
.yUCly6epdXnWW54zhUvY > input {
  padding-right: 1.6rem !important;
}
.yUCly6epdXnWW54zhUvY > input::-webkit-input-placeholder {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yUCly6epdXnWW54zhUvY > input::-moz-placeholder {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yUCly6epdXnWW54zhUvY > input:-ms-input-placeholder {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yUCly6epdXnWW54zhUvY > input::-ms-input-placeholder {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yUCly6epdXnWW54zhUvY > input::placeholder {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yUCly6epdXnWW54zhUvY .ant-input-suffix {
  right: 0.05rem;
}
.yUCly6epdXnWW54zhUvY .YmZ41aCpqDBzcf3FjcbL {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
}
.yUCly6epdXnWW54zhUvY .YmZ41aCpqDBzcf3FjcbL .azPeMRijDwzVflkZzc5w {
  color: var(--theme-secondary-color-error);
  margin-left: 0.04rem;
}
.yUCly6epdXnWW54zhUvY .gDjlVPiPc_pVvkYClVBg {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  height: auto;
  margin-left: 0.2rem;
  max-width: 1.4rem;
  padding: 0 !important;
}
.yUCly6epdXnWW54zhUvY .gDjlVPiPc_pVvkYClVBg > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.2 !important;
  margin-left: 0;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.yUCly6epdXnWW54zhUvY .gDjlVPiPc_pVvkYClVBg[disabled] > span {
  text-align: right;
}
.yUCly6epdXnWW54zhUvY .gDjlVPiPc_pVvkYClVBg:before {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.yUCly6epdXnWW54zhUvY .QmQdt_huUbYqoTF5Vxsn {
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
  cursor: pointer;
  height: 0.4rem;
  margin-left: 0.15rem;
  width: 1rem;
}
html[data-device="mobile"]
  .yUCly6epdXnWW54zhUvY
  > input::-webkit-input-placeholder {
  max-width: 4.7rem;
}
html[data-device="mobile"] .yUCly6epdXnWW54zhUvY > input::-moz-placeholder {
  max-width: 4.7rem;
}
html[data-device="mobile"] .yUCly6epdXnWW54zhUvY > input:-ms-input-placeholder {
  max-width: 4.7rem;
}
html[data-device="mobile"]
  .yUCly6epdXnWW54zhUvY
  > input::-ms-input-placeholder {
  max-width: 4.7rem;
}
html[data-device="mobile"] .yUCly6epdXnWW54zhUvY > input::placeholder {
  max-width: 4.7rem;
}
html[data-device="mobile"] .gDjlVPiPc_pVvkYClVBg {
  font-size: 0.22rem;
  max-width: 1.8rem;
}
html[data-device="mobile"] .QmQdt_huUbYqoTF5Vxsn {
  margin-left: 0.2rem;
}
.PmwtECGo9wfGBMP0uy71,
.Z9FTE8VLKdrJJyfWuzJY {
  color: var(--theme-primary-color);
  cursor: pointer;
}
.Z9FTE8VLKdrJJyfWuzJY {
  font-size: 0.18rem;
}
html[data-device="mobile"] .Z9FTE8VLKdrJJyfWuzJY {
  font-size: 0.22rem;
}
.rM039pSymXZ1j3TOKsM4 {
  background-color: var(--theme-main-bg-color);
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
.rM039pSymXZ1j3TOKsM4[data-len="1"] {
  width: 1rem;
}
.rM039pSymXZ1j3TOKsM4[data-len="2"] {
  width: 2rem;
}
.rM039pSymXZ1j3TOKsM4[data-len="3"] {
  width: 3rem;
}
.rM039pSymXZ1j3TOKsM4[data-len="4"] {
  width: 4rem;
}
.rM039pSymXZ1j3TOKsM4[data-len="5"] {
  width: 5rem;
}
.rM039pSymXZ1j3TOKsM4[data-len="6"] {
  width: 6rem;
}
.rM039pSymXZ1j3TOKsM4 .Qv6s8kdZfMcsNoljkOTK .ps__rail-y {
  z-index: 100;
}
.rM039pSymXZ1j3TOKsM4 .BoRqmwDz1UNyF7cg8cB5 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line);
  border-style: solid;
  border-width: 0.01rem;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--theme-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  height: 0.5rem;
  justify-content: center;
  line-height: 0.18rem;
  padding: 0 0.05rem;
  width: 1rem;
  word-break: break-word;
}
.rM039pSymXZ1j3TOKsM4 .BoRqmwDz1UNyF7cg8cB5:first-child {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.rM039pSymXZ1j3TOKsM4 .BoRqmwDz1UNyF7cg8cB5:last-child {
  border-bottom-right-radius: 0.1rem;
  border-right: 0.01rem solid var(--theme-color-line);
  border-top-right-radius: 0.1rem;
}
.rM039pSymXZ1j3TOKsM4 .BoRqmwDz1UNyF7cg8cB5:not(.DEbb9br4ZSP3UMFwicwR):hover {
  color: var(--theme-primary-color);
}
.rM039pSymXZ1j3TOKsM4 .BoRqmwDz1UNyF7cg8cB5:lang(hi_IN) {
  line-height: 0.2rem;
}
.rM039pSymXZ1j3TOKsM4 .DEbb9br4ZSP3UMFwicwR {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color) !important;
  color: var(--theme-primary-font-color);
}
.rM039pSymXZ1j3TOKsM4 .Ek71VrfJn1cpYKdrrTf_:lang(en_US) {
  font-size: 0.16rem;
}
.ZScynNvNJbJq6YHEY8pA .ant-select-arrow-icon {
  font-size: 0.18rem;
}
.ZScynNvNJbJq6YHEY8pA .ant-form-item {
  height: 0.5rem;
}
.ZScynNvNJbJq6YHEY8pA div.ant-select-selection {
  background-color: var(--theme-main-bg-color) !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-text-color);
  font-size: 0.18rem;
  font-weight: 400;
  height: 0.5rem;
}
.ZScynNvNJbJq6YHEY8pA div.ant-select-selection:focus {
  font-weight: 700;
}
.ZScynNvNJbJq6YHEY8pA div.ant-select-selection .ant-select-selection__rendered {
  height: 100%;
  line-height: 0.5rem;
}
.ZScynNvNJbJq6YHEY8pA div.ant-select-selection .ant-select-arrow {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ZScynNvNJbJq6YHEY8pA
  div.ant-select-selection
  .ant-select-arrow
  .ant-select-arrow-icon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
}
.ZScynNvNJbJq6YHEY8pA
  .ant-form-item-children
  > .ant-select
  .ant-select-selection {
  color: var(--theme-text-color);
}
.ZScynNvNJbJq6YHEY8pA .F5DuQ644tHoRMqnUO1O2 {
  font-size: 0.2rem;
}
.ZScynNvNJbJq6YHEY8pA .F5DuQ644tHoRMqnUO1O2 .ant-select-dropdown-menu-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.15rem;
}
html[data-device="mobile"] .ZScynNvNJbJq6YHEY8pA div.ant-select-selection {
  font-size: 0.2rem;
  height: 0.5rem !important;
}
html[data-device="mobile"]
  .ZScynNvNJbJq6YHEY8pA
  div.ant-select-selection
  .ant-select-selection__rendered {
  color: var(--theme-text-color-lighten);
  font-size: 0.2rem;
  line-height: 0.48rem !important;
}
html[data-device="mobile"]
  .ZScynNvNJbJq6YHEY8pA
  div.ant-select-selection
  .ant-select-arrow
  .ant-select-arrow-icon {
  font-size: 0.2rem;
}
@-webkit-keyframes HNwOeA9BdOXQ8cLhf58t {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes HNwOeA9BdOXQ8cLhf58t {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.PFr_a_F2Hp5B4yxj3xvh .k54PxY4rjAorQBZf12Ab {
  height: 0.15rem;
  opacity: 0;
  position: fixed;
  width: 0.15rem;
  z-index: -1;
}
.PFr_a_F2Hp5B4yxj3xvh .k54PxY4rjAorQBZf12Ab:focus + .zNd0y3FNYltxAiKhPbAy li {
  position: relative;
}
.PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li.qywCxukpVNuYyPfI4XVq:after {
  border: 0.01rem solid var(--theme-primary-color);
  content: "";
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li.qywCxukpVNuYyPfI4XVq:not(.mzfnT1F3zRDTZOXCiEGs)
  i,
.PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li.qywCxukpVNuYyPfI4XVq:not(.mzfnT1F3zRDTZOXCiEGs)
  span {
  -webkit-animation: HNwOeA9BdOXQ8cLhf58t 1s infinite;
  animation: HNwOeA9BdOXQ8cLhf58t 1s infinite;
  background: var(--theme-text-color-darken);
  border-radius: 0;
  display: inline-block;
  height: 0.3rem;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  width: 0.02rem;
}
.PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li:first-child.qywCxukpVNuYyPfI4XVq:after {
  border-bottom-left-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li:last-child.qywCxukpVNuYyPfI4XVq:after {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.PFr_a_F2Hp5B4yxj3xvh .WeJIDzHw_dbFN6u7T59A {
  left: -100%;
  opacity: 0;
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy {
  border: thin solid var(--theme-color-line);
  border-radius: 0.1rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 0.8rem;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy.disabled {
  cursor: not-allowed;
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: var(--theme-main-bg-color);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  justify-content: center;
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li:not(:last-child) {
  border-right: 0.01rem solid var(--theme-color-line);
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li.mzfnT1F3zRDTZOXCiEGs i {
  opacity: 1;
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li i {
  background: var(--theme-text-color-darken);
  border-radius: 50%;
  display: inline-block;
  height: 0.22rem;
  opacity: 0;
  width: 0.22rem;
}
.PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li span {
  color: var(--theme-text-color-darken);
  font-size: 0.22rem;
}
.Ou1aviPriFX421w97dGA {
  -ms-flex-pack: justify;
  color: var(--theme-text-color-darken);
  font-size: 0.18rem;
  height: 0.26rem;
  justify-content: space-between;
  margin-bottom: 0.12rem;
  width: 100%;
}
.Ou1aviPriFX421w97dGA,
.Ou1aviPriFX421w97dGA .R1tVtJPfBJA944lSRyyP,
.Ou1aviPriFX421w97dGA > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.Ou1aviPriFX421w97dGA .R1tVtJPfBJA944lSRyyP {
  cursor: pointer;
  font-size: 0.26rem;
}
.Ou1aviPriFX421w97dGA .MfYbH3dAPBLOkaKUtRe7 {
  pointer-events: none;
}
.MOFLcj7nVRZHKLivuWpP {
  color: var(--theme-primary-color);
}
.M2AXg2u2tA9h8un7RCbH {
  color: var(--theme-color-line);
}
html[data-device="mobile"]
  .PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li.qywCxukpVNuYyPfI4XVq:not(.mzfnT1F3zRDTZOXCiEGs)
  i,
html[data-device="mobile"]
  .PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li.qywCxukpVNuYyPfI4XVq:not(.mzfnT1F3zRDTZOXCiEGs)
  span {
  height: 0.32rem;
  width: 0.025rem;
}
html[data-device="mobile"]
  .PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li:first-child.qywCxukpVNuYyPfI4XVq:after {
  border-bottom-left-radius: 0.14rem;
  border-top-left-radius: 0.14rem;
}
html[data-device="mobile"]
  .PFr_a_F2Hp5B4yxj3xvh
  .k54PxY4rjAorQBZf12Ab:focus
  + .zNd0y3FNYltxAiKhPbAy
  li:last-child.qywCxukpVNuYyPfI4XVq:after {
  border-bottom-right-radius: 0.14rem;
  border-top-right-radius: 0.14rem;
}
html[data-device="mobile"] .PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy {
  border-radius: 0.14rem;
  height: 1rem;
}
html[data-device="mobile"] .PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li i {
  height: 0.26rem;
  width: 0.26rem;
}
html[data-device="mobile"] .PFr_a_F2Hp5B4yxj3xvh .zNd0y3FNYltxAiKhPbAy li span {
  color: var(--theme-text-color-darken);
  font-size: 0.5rem;
}
html[data-device="mobile"] .Ou1aviPriFX421w97dGA {
  font-size: 0.22rem;
  height: 0.32rem;
  margin-bottom: 0.15rem;
}
html[data-device="mobile"] .Ou1aviPriFX421w97dGA .R1tVtJPfBJA944lSRyyP {
  font-size: 0.36rem;
}
.p7wkLfrEyEqq8aSd9D_F {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.32rem;
  justify-content: center;
  width: 100%;
}
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW {
  border: 0.01rem solid var(--theme-secondary-color-error);
  border-radius: 0.1rem;
  height: 0.5rem;
  margin: 0 0.1rem;
  overflow: hidden;
}
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input {
  background: transparent !important;
  border: none !important;
  border-bottom: 0.01rem solid var(--theme-color-line) !important;
  border-radius: 0;
  color: var(--theme-text-color-darken) !important;
  font-size: 0.26rem;
  height: 100%;
  margin: 0 0.05rem;
  padding: 0;
  width: 2rem;
}
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input.focus-visible,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:active,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:focus,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:hover {
  border: none !important;
  border-bottom: 0.01rem solid var(--theme-color-line) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-weight: 700;
  outline: none;
}
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:active,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:focus,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:focus-visible,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:hover {
  border: none !important;
  border-bottom: 0.01rem solid var(--theme-color-line) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:active,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:focus,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:focus-visible,
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input:hover {
  font-weight: 700;
  outline: none;
}
.p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input[disabled] {
  color: var(--theme-text-color-darken);
}
.p7wkLfrEyEqq8aSd9D_F .ZNHJgVsYgkxwwQyJW9ZO {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.26rem;
  font-weight: 700;
}
.p7wkLfrEyEqq8aSd9D_F .ZNHJgVsYgkxwwQyJW9ZO i {
  color: var(--theme-text-color-lighten);
  margin-right: 0.1rem;
  margin-top: 0.04rem;
}
html[data-device="mobile"] .p7wkLfrEyEqq8aSd9D_F {
  height: 0.38rem;
}
html[data-device="mobile"] .p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW {
  height: 0.7rem;
}
html[data-device="mobile"] .p7wkLfrEyEqq8aSd9D_F .M4zOZsY5GVWIEjh2t8EW input {
  font-size: 0.3rem;
  margin: 0 0.1rem;
}
html[data-device="mobile"] .p7wkLfrEyEqq8aSd9D_F .ZNHJgVsYgkxwwQyJW9ZO {
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 0.44rem;
  margin-top: 0;
}
.ObXUdqvr2O_T59WnYfIP {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}
.ObXUdqvr2O_T59WnYfIP .number-input__text {
  color: var(--theme-text-color-lighten) !important;
  font-size: 0.26rem !important;
  font-weight: 700;
}
.ObXUdqvr2O_T59WnYfIP .pwd-input-item-fill .number-input__text {
  color: var(--theme-text-color) !important;
}
.ObXUdqvr2O_T59WnYfIP .JOQ3xKe3o2PATB3sIlSl {
  border: 0.01rem solid var(--theme-secondary-color-error);
  border-radius: 0.1rem;
  margin: 0 0.1rem;
  overflow: hidden;
}
.ObXUdqvr2O_T59WnYfIP .JOQ3xKe3o2PATB3sIlSl .pwd-wrap {
  -ms-flex-pack: center !important;
  border: none;
  border-bottom: 0.01rem solid var(--theme-color-line);
  border-radius: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 0.5rem;
  justify-content: center !important;
  max-width: 2rem;
  min-width: 0.9rem;
  padding: 0.06rem;
}
.ObXUdqvr2O_T59WnYfIP .JOQ3xKe3o2PATB3sIlSl .pwd-wrap .pwd-input-item {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.ObXUdqvr2O_T59WnYfIP
  .JOQ3xKe3o2PATB3sIlSl
  .pwd-wrap
  .pwd-input-item-active:after {
  border: none !important;
}
.ObXUdqvr2O_T59WnYfIP .JOQ3xKe3o2PATB3sIlSl .pwd-wrap li:not(:last-child) {
  border-right: none !important;
}
.ObXUdqvr2O_T59WnYfIP .JOQ3xKe3o2PATB3sIlSl .pwd-wrap li {
  border-bottom: 0.01rem solid var(--theme-text-color-placeholder);
  margin-right: 0.04rem;
  min-width: 0.2rem;
}
.ObXUdqvr2O_T59WnYfIP
  .JOQ3xKe3o2PATB3sIlSl
  input:focus
  + .pwd-wrap
  .pwd-input-item.pwd-input-item-active:after {
  border-radius: 0.05rem;
}
.ObXUdqvr2O_T59WnYfIP .AOy9_spDwFfaJ1KyoXaO {
  color: var(--theme-text-color);
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-right: -0.05rem;
}
.ObXUdqvr2O_T59WnYfIP .AOy9_spDwFfaJ1KyoXaO .rS7A0MEjX5QYCuc8DBRj {
  color: var(--theme-text-color-lighten);
  margin-right: 0.08rem;
}
html[data-device="mobile"] .ObXUdqvr2O_T59WnYfIP .number-input__text {
  font-size: 0.3rem !important;
}
html[data-device="mobile"]
  .ObXUdqvr2O_T59WnYfIP
  .JOQ3xKe3o2PATB3sIlSl
  .pwd-wrap {
  border-radius: 0;
  height: 0.7rem;
}
html[data-device="mobile"]
  .ObXUdqvr2O_T59WnYfIP
  .JOQ3xKe3o2PATB3sIlSl
  .pwd-wrap
  .pwd-input-item
  span {
  font-size: 0.3rem;
}
html[data-device="mobile"]
  .ObXUdqvr2O_T59WnYfIP
  .JOQ3xKe3o2PATB3sIlSl
  input:focus
  + .pwd-wrap
  .pwd-input-item.pwd-input-item-active:after {
  border-radius: 0.08rem;
}
html[data-device="mobile"] .ObXUdqvr2O_T59WnYfIP .AOy9_spDwFfaJ1KyoXaO {
  color: var(--theme-text-color);
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 0.44rem;
  margin-right: -0.05rem;
}
html[data-device="mobile"]
  .ObXUdqvr2O_T59WnYfIP
  .AOy9_spDwFfaJ1KyoXaO
  .rS7A0MEjX5QYCuc8DBRj {
  margin-right: 0.1rem;
}
.on1CNo54XAiFeXkANsKU {
  -ms-flex-align: var(--column-align);
  -ms-flex-pack: var(--row-align);
  align-items: var(--column-align);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.2rem;
  display: var(--mode);
  height: 0.4rem;
  justify-content: var(--row-align);
  line-height: normal;
  padding: 0 0.05rem 0 0.02rem;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.on1CNo54XAiFeXkANsKU .LpgLT8H8XiTu9f8wSCN3 {
  height: 0.32rem;
  width: 0.32rem;
}
.on1CNo54XAiFeXkANsKU .LpgLT8H8XiTu9f8wSCN3,
.on1CNo54XAiFeXkANsKU .LpgLT8H8XiTu9f8wSCN3 .s7buSuyfMZa4NRKx9go2 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.on1CNo54XAiFeXkANsKU .LpgLT8H8XiTu9f8wSCN3 .T5FdmfEZfjC0dwWeHhTA {
  border-radius: 100%;
}
.on1CNo54XAiFeXkANsKU .iw9FDOIygJyoQtUHSJAg > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
}
.on1CNo54XAiFeXkANsKU .iw9FDOIygJyoQtUHSJAg .PVyEsfr4c912z000EVrX {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  padding: 0 0.13rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.on1CNo54XAiFeXkANsKU .iw9FDOIygJyoQtUHSJAg .SSAbrhtT3U690CrzLUd5 {
  color: var(--theme-secondary-color-finance);
  cursor: pointer;
  font-size: 0.22rem;
  margin: 0 0.1rem;
  text-decoration: underline;
  white-space: nowrap;
}
.on1CNo54XAiFeXkANsKU .iw9FDOIygJyoQtUHSJAg .SSYrjrFkdeGEfKeXOPu3 {
  text-decoration: none !important;
}
.on1CNo54XAiFeXkANsKU .iw9FDOIygJyoQtUHSJAg .NKLcc8z9N8zQBqlEQHzQ {
  color: var(--theme-primary-color);
  cursor: pointer;
  font-size: 0.22rem;
}
[data-skin-layout="3"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  margin-top: 0;
  white-space: nowrap;
}
[data-skin-layout="3"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .NKLcc8z9N8zQBqlEQHzQ {
  color: var(--theme-primary-font-color);
}
[data-skin-layout="9"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  text-decoration: none;
}
.IMl873FTgqqNlSitFJrT {
  height: 0.3rem;
}
html[data-device="mobile"] .on1CNo54XAiFeXkANsKU {
  padding: 0 0.084rem 0 0.05rem;
}
html[data-device="mobile"] .on1CNo54XAiFeXkANsKU .LpgLT8H8XiTu9f8wSCN3 {
  height: 0.34rem;
  width: 0.34rem;
}
html[data-device="mobile"] .on1CNo54XAiFeXkANsKU .Ci0oKAAtemG6hrydf9BX {
  border-radius: 0;
}
html[data-device="mobile"] .on1CNo54XAiFeXkANsKU .iw9FDOIygJyoQtUHSJAg {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html[data-device="mobile"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  color: var(--theme-secondary-color-finance);
  font-size: 0.26rem;
  margin: 0 0.073rem 0 0.1rem;
  white-space: nowrap;
}
html[data-device="mobile"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .NKLcc8z9N8zQBqlEQHzQ {
  color: var(--theme-alt-primary);
  font-size: 0.293rem;
  position: relative;
  z-index: 10;
}
html[data-device="mobile"][data-skin-layout="2"] .on1CNo54XAiFeXkANsKU {
  height: 0.4rem;
  padding: 0 0.084rem 0 0.02rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html[data-device="mobile"][data-skin-layout="2"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  display: block;
  margin: -0.06rem 0.073rem 0 0.1rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-device="mobile"][data-skin-layout="2"] .IMl873FTgqqNlSitFJrT {
  height: 0.3rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .IMl873FTgqqNlSitFJrT
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  margin-top: 0;
  white-space: nowrap;
}
html[data-device="mobile"][data-skin-layout="3"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .NKLcc8z9N8zQBqlEQHzQ {
  color: var(--theme-primary-color);
}
html[data-device="mobile"][data-skin-layout="4"] .on1CNo54XAiFeXkANsKU {
  height: 0.5rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
html[data-device="mobile"][data-skin-layout="4"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  color: #fff;
  font-size: 0.24rem;
}
html[data-device="mobile"][data-skin-layout="9"] .on1CNo54XAiFeXkANsKU {
  background-color: #fff;
}
[data-skin-layout="4"] .on1CNo54XAiFeXkANsKU {
  border: 0.01rem solid var(--theme-alt-border);
  border-radius: 0.04rem;
  padding: 0 0.1rem;
}
[data-skin-layout="4"] .on1CNo54XAiFeXkANsKU .NKLcc8z9N8zQBqlEQHzQ {
  color: var(--theme-text-color-darken);
  font-size: 0.15rem;
}
[data-skin-layout="4"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  color: var(--theme-alt-border);
  font-size: 0.16rem;
  text-decoration: none;
}
[data-skin-layout="4"][data-skin-bg="0"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .NKLcc8z9N8zQBqlEQHzQ,
[data-skin-layout="4"][data-skin-bg="0"]
  .on1CNo54XAiFeXkANsKU
  .iw9FDOIygJyoQtUHSJAg
  .SSAbrhtT3U690CrzLUd5 {
  color: #fff;
}
html[data-device="desktop"] .iw9FDOIygJyoQtUHSJAg {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html[data-device="desktop"] .iw9FDOIygJyoQtUHSJAg > div > span {
  padding-bottom: 0.02rem;
}
html[data-device="desktop"][data-skin-layout="5"] .LpgLT8H8XiTu9f8wSCN3,
html[data-device="desktop"][data-skin-layout="6"] .LpgLT8H8XiTu9f8wSCN3 {
  height: 0.2rem;
  width: 0.2rem;
}
html[data-device="desktop"][data-skin-layout="5"] .on1CNo54XAiFeXkANsKU,
html[data-device="desktop"][data-skin-layout="6"] .on1CNo54XAiFeXkANsKU {
  border-radius: 0;
  height: 0.3rem;
}
html[data-device="desktop"][data-skin-layout="5"]
  .on1CNo54XAiFeXkANsKU
  .SSAbrhtT3U690CrzLUd5,
html[data-device="desktop"][data-skin-layout="6"]
  .on1CNo54XAiFeXkANsKU
  .SSAbrhtT3U690CrzLUd5 {
  font-size: 0.16rem;
  margin-left: 0.06rem;
}
html[data-device="desktop"] [data-skin-layout="5"] .on1CNo54XAiFeXkANsKU {
  background-color: var(--theme-main-bg-color);
}
html[data-device="desktop"]
  [data-skin-layout="5"]
  .on1CNo54XAiFeXkANsKU
  .SSAbrhtT3U690CrzLUd5 {
  color: var(--theme-text-color-darken);
}
html[data-device="desktop"]
  [data-skin-layout="5"]
  .on1CNo54XAiFeXkANsKU
  .NKLcc8z9N8zQBqlEQHzQ {
  color: #d8cdb9;
}
html[data-device="desktop"][data-skin-layout="4"] .LpgLT8H8XiTu9f8wSCN3 {
  height: 0.22rem;
  width: 0.22rem;
}
html[data-device="desktop"][data-skin-layout="9"] .on1CNo54XAiFeXkANsKU {
  background-color: #fff;
  height: 0.35rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .on1CNo54XAiFeXkANsKU
  .SSAbrhtT3U690CrzLUd5 {
  color: #ffaa09;
  font-size: 0.16rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .on1CNo54XAiFeXkANsKU
  .NKLcc8z9N8zQBqlEQHzQ {
  font-size: 0.16rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .on1CNo54XAiFeXkANsKU
  .LpgLT8H8XiTu9f8wSCN3 {
  height: 0.22rem;
  width: 0.2rem;
}
.uh6csli2MHzFz87__Phx {
  height: 0.32rem;
  left: var(--cu-left);
  position: absolute;
  right: var(--cu-right);
  top: var(--cu-top);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}
.uh6csli2MHzFz87__Phx p {
  margin-bottom: 0;
}
.uh6csli2MHzFz87__Phx .YiNQnpSJUes7u5sqBZhp {
  border-bottom: 0.07rem solid transparent;
  border-left: 0.07rem solid var(--theme-secondary-color-error);
  border-right: 0.07rem solid transparent;
  height: 0;
  width: 0;
}
.uh6csli2MHzFz87__Phx .T5xNMynUJQws22ZME9hV {
  border-bottom: 0.07rem solid transparent;
  border-left: 0.07rem solid transparent;
  border-right: 0.07rem solid var(--theme-secondary-color-error);
  float: right;
}
.uh6csli2MHzFz87__Phx .sNgyWmhVEZVrbSGKDBra {
  background-color: var(--theme-secondary-color-error);
  border-radius: 0.125rem 0.125rem 0.125rem 0;
  color: #fff;
  font-size: 0.14rem;
  height: 0.22rem;
  line-height: 0.22rem;
  padding: 0 0.08rem;
  width: 100%;
}
.uh6csli2MHzFz87__Phx .sNgyWmhVEZVrbSGKDBra:lang(my_MM) {
  height: 0.26rem;
}
.uh6csli2MHzFz87__Phx .CmN8CVsfet8ieqBIT7mi {
  color: #ff0;
}
.uh6csli2MHzFz87__Phx .nc_NIDTLmXeUSFFfADOl {
  border-radius: 0.125rem 0.125rem 0 0.125rem;
}
html[data-device="mobile"] .uh6csli2MHzFz87__Phx .sNgyWmhVEZVrbSGKDBra {
  font-size: 0.18rem;
  height: 0.26rem;
  line-height: 0.26rem;
  padding: 0 0.07rem;
}
.gD0G2pAAJZZTJ1n0KQXv {
  margin-bottom: 0.3rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-control {
  line-height: normal;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children {
  display: block;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input,
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line) !important;
  border-radius: 0.1rem;
  color: var(--theme-text-color-darken);
  font-size: 0.18rem;
  height: 0.5rem;
  padding: 0 0.5rem 0 0.15rem;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:focus,
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input:focus {
  font-weight: 700;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input::-webkit-input-placeholder,
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input::-webkit-input-placeholder {
  color: var(--theme-text-color-placeholder);
  font-weight: 400;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input::-moz-placeholder,
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input::-moz-placeholder {
  color: var(--theme-text-color-placeholder);
  font-weight: 400;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:-ms-input-placeholder,
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input:-ms-input-placeholder {
  color: var(--theme-text-color-placeholder);
  font-weight: 400;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:hover,
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input:hover {
  background-color: var(--theme-main-bg-color);
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:active,
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:focus,
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input:active,
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input:focus {
  border-color: var(--theme-primary-color) !important;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-children > .ant-input-search .ant-input {
  border-radius: 0.25rem;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection {
  background-color: var(--theme-main-bg-color) !important;
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  color: var(--theme-text-color-darken);
  font-size: 0.18rem;
  font-weight: 400;
  height: 0.5rem;
  padding: 0 0.5rem 0 0.15rem;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection:focus {
  font-weight: 700;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection
  .ant-select-selection__rendered {
  height: 100%;
  line-height: 0.5rem;
  margin-left: 0;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection
  .ant-select-arrow {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection
  .ant-select-arrow
  .ant-select-arrow-icon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label {
  display: -ms-flexbox;
  display: flex;
  line-height: 0.26rem;
  margin-bottom: 0.12rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label label {
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label label .anticon {
  margin-right: 0.13rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label label > div,
.gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label label > div > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.gD0G2pAAJZZTJ1n0KQXv .anticon {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-prefix {
  left: 0.16rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-prefix + .ant-input {
  padding: 0 0.48rem;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(kn_IN),
.gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(mr_IN),
.gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(ta_LK),
.gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(te_IN) {
  padding-right: 1.6rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-prefix i,
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-prefix svg {
  color: var(--theme-text-color-lighten);
  height: 0.2rem;
  width: 0.2rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-suffix {
  right: 0.15rem;
}
.gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix
  .ant-input-password-icon {
  font-size: 0.26rem;
  padding-right: 0.01rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-suffix:lang(kn_IN),
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-suffix:lang(mr_IN),
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-suffix:lang(ta_LK),
.gD0G2pAAJZZTJ1n0KQXv .ant-input-affix-wrapper .ant-input-suffix:lang(te_IN) {
  display: inline-block;
  text-align: right;
  width: 1.4rem;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-explain {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.14rem;
  height: 0.3rem;
  left: 0;
  line-height: 1;
  margin-bottom: -0.3rem;
  margin-top: 0.07rem;
  position: absolute;
  width: 100%;
}
.gD0G2pAAJZZTJ1n0KQXv .ant-form-explain:before {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.gD0G2pAAJZZTJ1n0KQXv.XqjLK8ZRmJFdy7TPEkqA {
  background-color: transparent;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .ant-input-prefix {
  left: 0;
  padding-left: 0;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .yhveExiY_McVCWreUEUc {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  left: 0.19rem;
  line-height: normal;
  position: absolute;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .eFNmKXpv39r9o1h13EoO {
  margin: 0 0.15rem 0 0.1rem;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  line-height: normal;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection {
  -ms-flex-align: center;
  align-items: center;
  background: none !important;
  border: none;
  border-radius: 0;
  border-right: 0.01rem solid var(--theme-color-line);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  height: calc(100% - 0.2rem);
  outline: none;
  padding-right: 0.15rem;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-selection__rendered {
  line-height: normal;
  margin-left: 0.85rem;
  margin-right: 0.14rem;
  width: 0.56rem;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-selection-selected-value {
  color: var(--theme-text-color-lighten);
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-arrow {
  margin: 0;
  position: static;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-arrow
  .anticon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.17rem;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-arrow
  .anticon.ant-select-arrow-icon {
  color: var(--theme-primary-color);
  font-size: 0.15rem;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  .EbaAWQ8q4vTBAVvDYmAQ
  > div {
  display: none;
}
.gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A[data-show-prefix]
  .BAs0zmlVRfkSDB9E2ybL
  > input {
  padding-left: 2rem;
}
.gD0G2pAAJZZTJ1n0KQXv.Ut03_AZgjiusqwnZAjET .ant-select-selection {
  padding-right: 0.3rem !important;
}
.gD0G2pAAJZZTJ1n0KQXv.Ut03_AZgjiusqwnZAjET .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf .yhveExiY_McVCWreUEUc {
  left: 0.05rem !important;
}
.gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B {
  width: 1.2rem;
}
.gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection {
  padding-right: 0.15rem;
}
.gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-selection__rendered {
  margin-left: 0.5rem;
}
.gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf[data-show-prefix]
  .BAs0zmlVRfkSDB9E2ybL
  > input {
  padding-left: 1.8rem;
}
.SNUE2gynoXwrenio9H5F {
  margin-bottom: 0 !important;
}
.SNUE2gynoXwrenio9H5F .ant-form-item-control {
  min-height: 0.88rem;
}
.SNUE2gynoXwrenio9H5F .ant-form-item-control .ant-form-explain {
  height: auto;
  margin-bottom: 0.1rem;
  min-height: 0;
  position: relative;
}
.SGxgklNsAb1aQjWuZhH2 .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  color: var(--theme-text-color-lighten);
  font-size: 0.2rem;
  height: 0.55rem;
  line-height: 0.55rem;
}
.SGxgklNsAb1aQjWuZhH2
  .ant-select-dropdown-menu
  .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active
  .base-select-dropdown
  .ant-select-dropdown-menu
  .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected,
.SGxgklNsAb1aQjWuZhH2
  .ant-select-dropdown-menu
  .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-active
  .base-select-dropdown
  .ant-select-dropdown-menu
  .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-selected:hover {
  background-color: var(--theme-color-line) !important;
}
.SGxgklNsAb1aQjWuZhH2
  .ant-select-dropdown-menu
  .ant-select-dropdown-menu-item-disabled {
  color: var(--theme-text-color-lighten);
}
.SGxgklNsAb1aQjWuZhH2 .EbaAWQ8q4vTBAVvDYmAQ {
  height: 100%;
}
.SGxgklNsAb1aQjWuZhH2 .EbaAWQ8q4vTBAVvDYmAQ > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.SGxgklNsAb1aQjWuZhH2 .EbaAWQ8q4vTBAVvDYmAQ > div .OvBKpt9R5BeYM3_KzcAh {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 0.15rem;
}
.SGxgklNsAb1aQjWuZhH2 .EbaAWQ8q4vTBAVvDYmAQ > div .ffF9IuhXtmJll41BZvw2 {
  display: none;
}
.SGxgklNsAb1aQjWuZhH2 .EbaAWQ8q4vTBAVvDYmAQ > div span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.DlTldn4hc5FWrc8jc0ow {
  left: 0.16rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.DlTldn4hc5FWrc8jc0ow i,
.DlTldn4hc5FWrc8jc0ow svg {
  color: var(--theme-text-color-lighten) !important;
  height: 0.22rem;
  width: 0.22rem;
}
.RtduVXFT2jqp8gCtZV4g i,
.RtduVXFT2jqp8gCtZV4g svg {
  height: 0.2rem;
  width: 0.2rem;
}
.Bac6dWqa6pZ6MEil1AKg .ant-select-selection {
  padding-left: 0.48rem !important;
}
html[data-device="mobile"]
  .SGxgklNsAb1aQjWuZhH2
  .EbaAWQ8q4vTBAVvDYmAQ
  > div
  .OvBKpt9R5BeYM3_KzcAh {
  margin-right: 0.2rem;
}
html[data-device="mobile"] .gD0G2pAAJZZTJ1n0KQXv {
  margin-bottom: 0.5rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input {
  border-radius: 0.14rem;
  font-size: 0.22rem;
  height: 0.7rem;
  padding: 0 0.6rem 0 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:focus::-webkit-input-placeholder,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input:focus::-webkit-input-placeholder {
  padding-left: 0.05rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:focus::-moz-placeholder,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input:focus::-moz-placeholder {
  padding-left: 0.05rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:focus:-ms-input-placeholder,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input:focus:-ms-input-placeholder {
  padding-left: 0.05rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection {
  border-radius: 0.14rem;
  font-size: 0.22rem;
  height: 0.7rem;
  padding: 0 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection
  .ant-select-selection__rendered {
  line-height: 0.7rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-select
  .ant-select-selection
  .ant-select-arrow
  .ant-select-arrow-icon {
  font-size: 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-children
  > .ant-input-search
  .ant-input {
  border-radius: 0.25rem;
  height: 0.5rem;
}
html[data-device="mobile"] .gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label {
  margin-bottom: 0.15rem;
}
html[data-device="mobile"] .gD0G2pAAJZZTJ1n0KQXv .ant-form-item-label label {
  font-size: 0.22rem;
  height: 0.32rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-label
  label
  .anticon {
  margin-right: 0.13rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-label
  label
  .anticon
  i,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-form-item-label
  label
  .anticon
  svg {
  height: 0.25rem;
  width: 0.25rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix {
  left: 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input {
  padding: 0 0.6rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(kn_IN),
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(mr_IN),
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(ta_LK),
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  + .ant-input:lang(te_IN) {
  padding-right: 1.9rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  i,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-prefix
  svg {
  height: 0.25rem;
  width: 0.25rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix {
  right: 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix
  .ant-input-password-icon {
  font-size: 0.36rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix:lang(kn_IN),
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix:lang(mr_IN),
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix:lang(ta_LK),
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv
  .ant-input-affix-wrapper
  .ant-input-suffix:lang(te_IN) {
  word-wrap: break-word;
  display: inline-block;
  text-align: right;
  width: 1.5rem;
}
html[data-device="mobile"] .gD0G2pAAJZZTJ1n0KQXv .ant-form-explain {
  font-size: 0.18rem;
  height: 0.4rem;
  margin-bottom: -0.4rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .ant-input-prefix {
  left: 0;
  padding-left: 0;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B {
  width: 2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .yhveExiY_McVCWreUEUc {
  left: 0.25rem;
  position: absolute;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.7rem;
  line-height: normal;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection {
  font-size: 0.22rem;
  padding-right: 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-selection__rendered {
  margin-left: 1.03rem;
  margin-right: 0.32rem;
  width: 0.68rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-arrow {
  margin: 0;
  position: static;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-arrow
  i,
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-arrow
  svg {
  height: 0.2rem;
  width: 0.2rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.PFwVVZ_QB6SZSfgf8I9A[data-show-prefix]
  .BAs0zmlVRfkSDB9E2ybL
  > input {
  padding-left: 2.6rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf
  .yhveExiY_McVCWreUEUc {
  left: 0.1rem !important;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B {
  width: 1.6rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf
  .BAs0zmlVRfkSDB9E2ybL
  .HlSfZpZxovZIrfUHeA1B
  .MjMC7nhQVhzXHrTYaTlm
  > .ant-select-selection
  .ant-select-selection__rendered {
  margin-left: 0.2rem;
  margin-right: 0.32rem;
  width: 0.68rem;
}
html[data-device="mobile"]
  .gD0G2pAAJZZTJ1n0KQXv.zgW0tAoIOlxvUJgiLKMf[data-show-prefix]
  .BAs0zmlVRfkSDB9E2ybL
  > input {
  padding-left: 1.8rem;
}
html[data-device="mobile"] .DlTldn4hc5FWrc8jc0ow {
  left: 0.2rem;
}
html[data-device="mobile"] .RtduVXFT2jqp8gCtZV4g i,
html[data-device="mobile"] .RtduVXFT2jqp8gCtZV4g svg {
  height: 0.25rem;
  width: 0.25rem;
}
html[data-device="mobile"] .Bac6dWqa6pZ6MEil1AKg .ant-select-selection {
  padding-left: 0.6rem !important;
}
html[data-device="mobile"] .SNUE2gynoXwrenio9H5F .ant-form-item-control {
  min-height: 1.2rem;
}
html[data-device="mobile"]
  .SNUE2gynoXwrenio9H5F
  .ant-form-item-control
  .ant-form-explain {
  height: auto;
  margin-bottom: 0.1rem;
  min-height: 0;
  position: relative;
}
.v7IyH8dwr1W3q1vpyVPs {
  height: 0.5rem;
  width: 100%;
}
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input::-webkit-input-placeholder,
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  > .ant-input::-webkit-input-placeholder {
  color: #999;
}
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input::-moz-placeholder,
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  > .ant-input::-moz-placeholder {
  color: #999;
}
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  > .ant-input-affix-wrapper
  .ant-input:-ms-input-placeholder,
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  > .ant-input:-ms-input-placeholder {
  color: #999;
}
html[data-device="desktop"][data-skin-layout="5"]
  .ant-form-item-children
  .ant-input-prefix
  svg,
html[data-device="desktop"][data-skin-layout="5"]
  .ant-form-item-children
  .anticon,
html[data-device="desktop"][data-skin-layout="5"]
  .ant-form-item-children
  .anticon
  i
  svg,
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  .ant-input-prefix
  svg,
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  .anticon,
html[data-device="desktop"][data-skin-layout="6"]
  .ant-form-item-children
  .anticon
  i
  svg {
  color: var(--theme-text-color-placeholder) !important;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .ant-select-arrow
  .ant-select-arrow-icon {
  color: var(--theme-text-color-lighten) !important;
}
.VH49z2LRRTcuH3IE5rT4 {
  padding: 0.3rem 0;
}
.VH49z2LRRTcuH3IE5rT4 .ant-modal-confirm-content {
  margin-bottom: 0.35rem !important;
}
.VH49z2LRRTcuH3IE5rT4 .ant-modal-confirm-btns {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.VH49z2LRRTcuH3IE5rT4 .ant-btn {
  line-height: 1.2;
  white-space: normal;
}
.rOBLiaVleYcBRCuz5xAV {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.rOBLiaVleYcBRCuz5xAV .ztgHviKvSVBVWFjG1z_E {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.rOBLiaVleYcBRCuz5xAV .DRTow86o2qJ5tIjLNuIk {
  position: absolute;
  right: 0;
  top: 0;
}
.rOBLiaVleYcBRCuz5xAV .g6_qcRndDQhcLJpXSwUz {
  bottom: 0;
  left: 0;
  position: absolute;
}
.rOBLiaVleYcBRCuz5xAV .AQwZ3SCPDCkKvVQmlh6G {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.M4uwR_fiII74J9FoWJ2N {
  margin-left: 0.04rem;
  position: relative;
  top: 0.03rem;
}
.YbH9NfoAPCVUuaU9FfWe {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  padding: 0.1rem 0;
  position: relative;
  width: 100%;
}
.YbH9NfoAPCVUuaU9FfWe .C45UPhWkCnBRLWmJQVF9 {
  margin-left: 0.1rem;
}
.YbH9NfoAPCVUuaU9FfWe:lang(de_DE),
.YbH9NfoAPCVUuaU9FfWe:lang(tl-PH),
.YbH9NfoAPCVUuaU9FfWe:lang(tl_PH) {
  font-size: 0.16rem;
}
.YbH9NfoAPCVUuaU9FfWe:after {
  border-bottom: 0.01rem solid var(--theme-color-line);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1.7rem;
}
.YbH9NfoAPCVUuaU9FfWe a {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.06rem;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.YbH9NfoAPCVUuaU9FfWe a:hover {
  background-color: var(--theme-bg-color);
  background-image: revert !important;
}
.YbH9NfoAPCVUuaU9FfWe a > .vnFtJCL_BBFwBfwk3DBd,
.YbH9NfoAPCVUuaU9FfWe a > i {
  margin-left: 0.08rem;
  margin-top: -0.02rem;
}
.YbH9NfoAPCVUuaU9FfWe a > .vnFtJCL_BBFwBfwk3DBd {
  margin-left: -0.04rem;
  position: absolute;
}
.YbH9NfoAPCVUuaU9FfWe a > .vnFtJCL_BBFwBfwk3DBd i {
  left: 0.09rem;
  position: absolute !important;
  top: 0.1rem;
}
.YbH9NfoAPCVUuaU9FfWe a .vmdoGJeTMxeu0OYF8dlO {
  left: 0.09rem;
  position: absolute;
  top: 0.1rem;
}
.YbH9NfoAPCVUuaU9FfWe a .EDimSk89LJ_TrxkJ9_Jz {
  color: var(--theme-left-nav-text-color);
  display: -ms-flexbox;
  display: flex;
  left: 0.56rem;
  position: absolute;
  width: 1.36rem;
}
.YbH9NfoAPCVUuaU9FfWe a .EDimSk89LJ_TrxkJ9_Jz .WFIdP1hD2Nzp2mckTljt {
  word-wrap: break-word;
  -ms-flex: 1;
  flex: 1;
  word-break: break-all;
}
.YbH9NfoAPCVUuaU9FfWe a .EDimSk89LJ_TrxkJ9_Jz .AaBsJ8NbaUhynkSEsrhb {
  color: var(--theme-color-line);
  font-size: 0.13rem;
  margin-left: 0.04rem;
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.YbH9NfoAPCVUuaU9FfWe a .EDimSk89LJ_TrxkJ9_Jz .inner-text {
  text-align: left;
}
.YbH9NfoAPCVUuaU9FfWe a .Fh0g9xa5mTWYJbyIKYeA {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.144rem;
  left: 0;
  position: absolute;
  top: 0;
}
.YbH9NfoAPCVUuaU9FfWe .H6euB4mfFezbx2M7o3dA {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-aside-active-bg-color-0)),
    to(var(--theme-aside-active-bg-color-1))
  ) !important;
  background-image: linear-gradient(
    to bottom,
    var(--theme-aside-active-bg-color-0),
    var(--theme-aside-active-bg-color-1)
  ) !important;
  color: var(--theme-primary-color);
}
.YbH9NfoAPCVUuaU9FfWe .H6euB4mfFezbx2M7o3dA .AaBsJ8NbaUhynkSEsrhb > i,
.YbH9NfoAPCVUuaU9FfWe .H6euB4mfFezbx2M7o3dA span,
.YbH9NfoAPCVUuaU9FfWe .H6euB4mfFezbx2M7o3dA > i {
  color: var(--theme-primary-color);
}
.YbH9NfoAPCVUuaU9FfWe .tFkd8Z_7ZivfeWHoOhFA {
  border-radius: 0;
}
.HNYtclqa2B9SiF_r6wnK .H6euB4mfFezbx2M7o3dA {
  width: 0.56rem;
}
.HNYtclqa2B9SiF_r6wnK:after {
  right: 0;
  width: inherit;
}
.oHcqIy4zhvjNbjezLPFn {
  padding: 0;
  z-index: 999;
}
.oHcqIy4zhvjNbjezLPFn > div {
  border: 0.01rem solid var(--theme-color-line);
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
}
.oHcqIy4zhvjNbjezLPFn .ant-popover-arrow {
  display: none;
}
.oHcqIy4zhvjNbjezLPFn .ant-popover-content {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  margin-left: -0.055rem;
  max-height: 3.7rem;
  overflow: hidden;
}
.oHcqIy4zhvjNbjezLPFn .ant-popover-inner {
  background-color: transparent;
  background-color: initial;
  border-radius: 0;
  border-radius: initial;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.oHcqIy4zhvjNbjezLPFn .ant-popover-inner-content {
  padding: 0.1rem 0;
  width: 2.5rem;
}
.oHcqIy4zhvjNbjezLPFn .ant-popover-inner-content .my-scrollbar-content {
  height: 100%;
  overflow: auto;
}
.oHcqIy4zhvjNbjezLPFn .nz8eP_tcsWm7d9HZ12jq {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 0.55rem;
  justify-content: space-between;
  padding: 0.12rem 0.15rem;
}
.oHcqIy4zhvjNbjezLPFn .nz8eP_tcsWm7d9HZ12jq .wValc4uTexDzhaDZ_RRi {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-text-color-lighten);
  display: -webkit-box;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.2rem;
  margin-left: 0.1rem;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  word-break: break-all;
}
.oHcqIy4zhvjNbjezLPFn .nz8eP_tcsWm7d9HZ12jq:hover {
  background-color: var(--theme-bg-color);
}
.npDWZX0JC0J4lzmwmVow {
  display: none;
}
.MgRzQk6Tbdn9w0pb8Vhb {
  padding: 0.3rem 0;
}
.MgRzQk6Tbdn9w0pb8Vhb .ant-modal-confirm-content {
  margin-bottom: 0.35rem !important;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe {
  font-size: 0.26rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe:after {
  width: 2.04rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe a {
  height: 0.74rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe a > i {
  margin-left: 0.25rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe a > .vnFtJCL_BBFwBfwk3DBd {
  margin-left: 0.1rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe a > .vnFtJCL_BBFwBfwk3DBd i {
  left: 0.15rem;
  top: 0.15rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe a .EDimSk89LJ_TrxkJ9_Jz {
  left: 0.92rem;
  position: absolute;
  width: 1.4rem;
}
html[data-device="mobile"]
  .YbH9NfoAPCVUuaU9FfWe
  a
  .EDimSk89LJ_TrxkJ9_Jz:lang(tl-PH),
html[data-device="mobile"]
  .YbH9NfoAPCVUuaU9FfWe
  a
  .EDimSk89LJ_TrxkJ9_Jz:lang(tl_PH) {
  font-size: 0.22rem;
}
html[data-device="mobile"] .YbH9NfoAPCVUuaU9FfWe a .Fh0g9xa5mTWYJbyIKYeA {
  height: 0.21rem;
}
html[data-device="desktop"] .YbH9NfoAPCVUuaU9FfWe {
  padding-bottom: 0.1rem;
}
.tlUgtcqeUFV0Zy0svSdO {
  background-color: var(--theme-main-bg-color);
  -webkit-box-shadow: 0 0 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.09rem 0 rgba(0, 0, 0, 0.06);
  color: var(--theme-primary-font-color);
  min-height: calc(100vh - var(--theme-header-height));
  min-height: calc(var(--vh, 1vh) * 100 - var(--theme-header-height));
  padding-bottom: 1rem;
}
.ykHuapWkAnn2lG280pUV {
  width: 100%;
}
.ykHuapWkAnn2lG280pUV .Uw90vAQ_FR4Pxt95lKqu {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: var(--theme-header-height);
  position: relative;
  width: 2.66rem;
}
.ykHuapWkAnn2lG280pUV .Uw90vAQ_FR4Pxt95lKqu .L8UDbgwOP6sXpRz2Esig {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .VWWuTZXDHNMQj2ZaHpwX {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .LgZXIbBdRX9rLteN1wqj {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .AsuZcZV62qZP24BHNIay {
  color: var(--theme-primary-color);
  height: 0.26rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .qpzxqFIaQSDoBgD9fGl6 {
  color: var(--theme-text-color-lighten);
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .aM6hp0yMJ8Iwg5kFwSCI {
  color: var(--theme-text-color);
  font-size: 0.14rem;
  margin-top: 0.06rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1.75rem;
}
.ykHuapWkAnn2lG280pUV .Uw90vAQ_FR4Pxt95lKqu .L8UDbgwOP6sXpRz2Esig > p {
  color: var(--theme-text-color-darken);
  font-size: 0.14rem;
  height: 0.21rem;
  line-height: 0.21rem;
  margin: 0 0.11rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 2.23rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .H7iTRWC9oJQP28_fgyE0 {
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 0.98rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .H7iTRWC9oJQP28_fgyE0
  > i {
  color: var(--theme-primary-color);
  cursor: pointer;
  font-size: 0.14rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .H7iTRWC9oJQP28_fgyE0
  > i:nth-child(2) {
  font-size: 0.18rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .TXeBUUY5vEplMzgIvNWU {
  cursor: pointer;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .TXeBUUY5vEplMzgIvNWU
  > i {
  font-size: 0.18rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .MPbZXQdoQC8xROFIOdOa {
  cursor: pointer;
  margin-left: 0.3rem;
  position: relative;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .MPbZXQdoQC8xROFIOdOa
  > i {
  font-size: 0.18rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .MPbZXQdoQC8xROFIOdOa
  .tI3J2R7olcpRYNJourYn {
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.2rem;
  color: var(--theme-text-color);
  left: -0.22rem;
  line-height: 0.19rem;
  min-width: 0.3rem;
  padding: 0 0.06rem;
  position: absolute;
  text-align: center;
  top: -0.14rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .L8UDbgwOP6sXpRz2Esig
  .MPbZXQdoQC8xROFIOdOa[data-skin-layout="3"]
  .tI3J2R7olcpRYNJourYn {
  font-size: 0.12rem;
  padding: 0 0.03rem;
}
.ykHuapWkAnn2lG280pUV .Uw90vAQ_FR4Pxt95lKqu .tanHtLKrAMJmIvwB7SgQ {
  -ms-flex-align: center;
  align-items: center;
  bottom: -0.05rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.1rem;
  position: absolute;
  width: 100%;
}
.ykHuapWkAnn2lG280pUV .Uw90vAQ_FR4Pxt95lKqu .tanHtLKrAMJmIvwB7SgQ span {
  color: var(--theme-text-color);
  display: block;
  font-size: 0.14rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .CZhKM1fBTWEQYsKOTrqj {
  position: relative;
  width: 2.66rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .CZhKM1fBTWEQYsKOTrqj
  .WJbTsQu8XTyZzM1DX174 {
  bottom: 0;
  cursor: pointer;
  height: 0.17rem;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.ykHuapWkAnn2lG280pUV .Uw90vAQ_FR4Pxt95lKqu .tanHtLKrAMJmIvwB7SgQ .ant-slider {
  height: 0.12rem;
  margin: 0;
  padding: 0.02rem 0;
  width: 100%;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .ant-slider-rail {
  background-color: var(--theme-color-line);
  border-radius: 0.03rem 0.03rem 0 0;
  height: 0.04rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .ant-slider-handle {
  background-color: var(--theme-primary-color);
  height: 0.08rem;
  top: 0.07rem;
  width: 0.08rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .ant-slider-handle:after {
  background-color: rgba(var(--theme-primay-color-hex), 0.3);
  border-radius: 50%;
  content: "";
  height: 0.14rem;
  left: -0.03rem;
  position: absolute;
  top: -0.032rem;
  width: 0.14rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .ant-slider-track {
  background-color: var(--theme-primary-color);
  border-radius: 0.03rem 0.03rem 0 0;
  height: 0.05rem;
}
.ykHuapWkAnn2lG280pUV
  .Uw90vAQ_FR4Pxt95lKqu
  .tanHtLKrAMJmIvwB7SgQ
  .ant-slider-step {
  height: 0.06rem;
}
.ykHuapWkAnn2lG280pUV .pPiVPJ1X8zEwU6MzzErX .ant-slider-track {
  background-color: var(--theme-primary-color);
  border-radius: 0.03rem;
  height: 0.06rem;
}
.ykHuapWkAnn2lG280pUV .pPiVPJ1X8zEwU6MzzErX .ant-slider-handle {
  background-color: #fafafa;
  border: 0;
  -webkit-box-shadow: 0 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.01rem 0.01rem 0 rgba(0, 0, 0, 0.4);
  top: 0.035rem;
}
html[data-device="mobile"][data-skin-layout="4"] .H7iTRWC9oJQP28_fgyE0 > i,
html[data-device="mobile"][data-skin-layout="4"] .TXeBUUY5vEplMzgIvNWU > i {
  color: var(--theme-alt-neutral-2) !important;
}
html[data-device="mobile"] .MPbZXQdoQC8xROFIOdOa > i,
html[data-device="mobile"] .TXeBUUY5vEplMzgIvNWU i {
  font-size: 0.22rem !important;
}
html[data-device="mobile"] .H7iTRWC9oJQP28_fgyE0 > i {
  font-size: 0.16rem !important;
}
html[data-device="mobile"] .H7iTRWC9oJQP28_fgyE0 > i:nth-child(2) {
  font-size: 0.24rem !important;
}
html[data-device="mobile"] .p4Ek6acJtd5tdmzXARkd {
  font-size: 0.22rem !important;
}
html[data-device="mobile"] .p_oGcg0hj0q2Mls_wb0r + i {
  font-size: 0.36rem !important;
}
html[data-device="mobile"] .p_oGcg0hj0q2Mls_wb0r + i.DUZBzrzH7Xzr7DLX2mER {
  left: 50% !important;
}
html[data-device="mobile"] .p_oGcg0hj0q2Mls_wb0r + i.VJf23E4r6CZwNnONKlcQ {
  left: 52% !important;
}
html[data-device="desktop"][data-skin-layout="5"] .Uw90vAQ_FR4Pxt95lKqu,
html[data-device="desktop"][data-skin-layout="6"] .Uw90vAQ_FR4Pxt95lKqu {
  width: 1.6rem;
}
html[data-device="desktop"][data-skin-layout="5"]
  .Uw90vAQ_FR4Pxt95lKqu
  > .L8UDbgwOP6sXpRz2Esig
  .H7iTRWC9oJQP28_fgyE0,
html[data-device="desktop"][data-skin-layout="6"]
  .Uw90vAQ_FR4Pxt95lKqu
  > .L8UDbgwOP6sXpRz2Esig
  .H7iTRWC9oJQP28_fgyE0 {
  width: 0.85rem;
}
html[data-device="desktop"][data-skin-layout="5"] .MPbZXQdoQC8xROFIOdOa,
html[data-device="desktop"][data-skin-layout="6"] .MPbZXQdoQC8xROFIOdOa {
  margin-left: 0.15rem;
}
html[data-device="desktop"][data-skin-layout="5"] .HKi2ztt1qbBcOWV3QNWX,
html[data-device="desktop"][data-skin-layout="5"] .cd8TwwONvhJB50fRY6MQ,
html[data-device="desktop"][data-skin-layout="6"] .HKi2ztt1qbBcOWV3QNWX,
html[data-device="desktop"][data-skin-layout="6"] .cd8TwwONvhJB50fRY6MQ {
  font-size: 0.18rem;
  width: 0.18rem;
}
html[data-device="desktop"][data-skin-layout="5"] .Uzp1GAtmmL4nVCGljeZH,
html[data-device="desktop"][data-skin-layout="6"] .Uzp1GAtmmL4nVCGljeZH {
  font-size: 0.2rem;
  width: 0.2rem;
}
html[data-device="desktop"][data-skin-layout="5"] .YHq2SeJfWPXifceyjw6H,
html[data-device="desktop"][data-skin-layout="6"] .YHq2SeJfWPXifceyjw6H {
  font-size: 0.18rem;
  width: 0.18rem;
}
html[data-device="desktop"][data-skin-layout="5"] .vdZWWFuLZ2pEYhZ9u2ip,
html[data-device="desktop"][data-skin-layout="6"] .vdZWWFuLZ2pEYhZ9u2ip {
  font-size: 0.22rem;
  width: 0.22rem;
}
html[data-device="desktop"][data-skin-layout="5"] .HKi2ztt1qbBcOWV3QNWX,
html[data-device="desktop"][data-skin-layout="5"] .Uzp1GAtmmL4nVCGljeZH,
html[data-device="desktop"][data-skin-layout="5"] .YHq2SeJfWPXifceyjw6H,
html[data-device="desktop"][data-skin-layout="5"] .cd8TwwONvhJB50fRY6MQ,
html[data-device="desktop"][data-skin-layout="5"] .vdZWWFuLZ2pEYhZ9u2ip {
  color: #d8cdb9;
}
html[data-device="desktop"][data-skin-layout="5"] .Uw90vAQ_FR4Pxt95lKqu * {
  color: #d8cdb9 !important;
}
html[data-device="desktop"][data-skin-layout="5"]
  .Uw90vAQ_FR4Pxt95lKqu
  *
  .tI3J2R7olcpRYNJourYn {
  color: #333 !important;
}
html[data-device="desktop"][data-skin-layout="4"] .VWWuTZXDHNMQj2ZaHpwX {
  -ms-flex-align: start;
  align-items: flex-start;
}
html[data-device="desktop"][data-skin-layout="4"] .H7iTRWC9oJQP28_fgyE0 > i,
html[data-device="desktop"][data-skin-layout="4"] .TXeBUUY5vEplMzgIvNWU > i {
  color: var(--theme-alt-neutral-2);
}
html[data-device="desktop"][data-skin-layout="4"][data-skin-bg="0"]
  .H7iTRWC9oJQP28_fgyE0
  > i {
  color: var(--theme-alt-neutral-1);
}
[data-skin-layout="2"][data-skin-bg="0"] .tI3J2R7olcpRYNJourYn {
  color: var(--theme-alt-neutral-1) !important;
}
[data-skin-layout="2"][data-skin-bg="0"] .a8aguCgFH7Hd94osNpxU {
  background-color: transparent;
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.06);
}
[data-skin-layout="2"][data-skin-bg="0"] .aM6hp0yMJ8Iwg5kFwSCI {
  color: var(--theme-alt-neutral-2) !important;
  font-size: 0.14rem !important;
}
.YCG7UEP0T3TppVKGJ_eS {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  margin-top: 0.1rem;
  width: 100%;
}
.YCG7UEP0T3TppVKGJ_eS:lang(de_DE),
.YCG7UEP0T3TppVKGJ_eS:lang(tl-PH),
.YCG7UEP0T3TppVKGJ_eS:lang(tl_PH) {
  font-size: 0.16rem;
}
.YCG7UEP0T3TppVKGJ_eS a {
  color: var(--theme-text-color);
  height: 0.5rem;
  position: relative;
  width: 100%;
}
.YCG7UEP0T3TppVKGJ_eS a,
.YCG7UEP0T3TppVKGJ_eS a .xPdiSFhlsGg7ynevqoFd {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.YCG7UEP0T3TppVKGJ_eS a .common-badge {
  right: -1.22rem;
  top: -0.1rem;
}
.YCG7UEP0T3TppVKGJ_eS a:hover {
  background-color: var(--theme-bg-color);
  border-radius: 0;
}
.YCG7UEP0T3TppVKGJ_eS a > img {
  -webkit-filter: drop-shadow(10rem 0 0 var(--theme-aside-icon-color-1));
  filter: drop-shadow(10rem 0 0 var(--theme-aside-icon-color-1));
  -webkit-transform: translate(-10rem);
  transform: translate(-10rem);
  width: 0.3rem;
}
.YCG7UEP0T3TppVKGJ_eS a i,
.YCG7UEP0T3TppVKGJ_eS a img {
  color: var(--theme-aside-icon-color-1);
  font-size: 0.18rem;
  margin-left: 0.12rem;
  position: relative;
}
.YCG7UEP0T3TppVKGJ_eS a i .bOUQbcCqvvT4VOwZ5vxF,
.YCG7UEP0T3TppVKGJ_eS a img .bOUQbcCqvvT4VOwZ5vxF {
  font-style: normal;
  font-weight: 700;
  left: 0.13rem;
  position: absolute;
  text-align: center;
  top: 0.11rem;
}
.YCG7UEP0T3TppVKGJ_eS a i .bOUQbcCqvvT4VOwZ5vxF > div,
.YCG7UEP0T3TppVKGJ_eS a img .bOUQbcCqvvT4VOwZ5vxF > div {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: currentColor;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.YCG7UEP0T3TppVKGJ_eS a i .bOUQbcCqvvT4VOwZ5vxF > div > i,
.YCG7UEP0T3TppVKGJ_eS a img .bOUQbcCqvvT4VOwZ5vxF > div > i {
  left: -0.11rem;
  position: relative;
  scale: 0.5;
}
.YCG7UEP0T3TppVKGJ_eS a svg {
  height: 0.3rem;
  width: 0.3rem;
}
.YCG7UEP0T3TppVKGJ_eS .J6FGsQR40kDbMbX7KK8c {
  color: var(--theme-left-nav-text-color);
  opacity: 1 !important;
  text-align: left;
}
.YCG7UEP0T3TppVKGJ_eS .lwStX_BuYqqlBhEdBGCj {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-aside-active-bg-color-0)),
    to(var(--theme-aside-active-bg-color-1))
  ) !important;
  background-image: linear-gradient(
    to bottom,
    var(--theme-aside-active-bg-color-0),
    var(--theme-aside-active-bg-color-1)
  ) !important;
  border-radius: 0.06rem;
  color: var(--theme-primary-color);
}
.YCG7UEP0T3TppVKGJ_eS .lwStX_BuYqqlBhEdBGCj > i {
  color: var(--theme-primary-color);
}
.YCG7UEP0T3TppVKGJ_eS .UgPl5FPGroaoSEcKhNdd {
  border-radius: 0;
}
.YCG7UEP0T3TppVKGJ_eS .fbqEUlB4sAkxJRUuzvlP {
  height: 0.6rem;
  margin: 0.16rem 0 0.1rem;
  padding: 0 0.1rem;
  position: relative;
}
.YCG7UEP0T3TppVKGJ_eS .fbqEUlB4sAkxJRUuzvlP .XmyFWdh7Ycb4EFuWAAYH {
  background-color: var(--theme-color-line);
  border-radius: 0.1rem;
  height: 100%;
  left: 0.1rem;
  opacity: 0.5;
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 1;
}
.YCG7UEP0T3TppVKGJ_eS .vT3WXliNjcIpcTFajZK0 {
  margin: 0 auto 0 0.12rem;
}
.YCG7UEP0T3TppVKGJ_eS ._2wFISPrlgI0HE_g3e2e {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.12rem;
}
.YCG7UEP0T3TppVKGJ_eS ._2wFISPrlgI0HE_g3e2e > span {
  line-height: normal;
}
.YCG7UEP0T3TppVKGJ_eS ._2wFISPrlgI0HE_g3e2e .inner-text {
  display: inline-block;
  min-width: 1rem;
}
.YCG7UEP0T3TppVKGJ_eS .classics-aside-music {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.YCG7UEP0T3TppVKGJ_eS .classics-aside-music .headerMusicPlayer {
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent !important;
  background-color: initial !important;
  border-radius: 0.1rem;
  height: 0.6rem;
  padding: 0.04rem 0.1rem;
  position: relative;
  width: inherit;
}
.YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent {
  padding-top: 0.04rem;
}
.YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent
  .playerControl {
  width: 1.5rem;
}
.YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent
  .currentTimeMs {
  display: none;
}
.YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent
  .songName {
  bottom: 0.04rem;
  font-size: 0.18rem;
  left: 0;
  overflow: hidden;
  padding: 0 0.1rem;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.YCG7UEP0T3TppVKGJ_eS .classics-aside-music .headerMusicPlayer .progress {
  display: none;
}
.YCG7UEP0T3TppVKGJ_eS .inner-text {
  text-align: left !important;
}
.Jv5Y4FJBT_6ItNhDutFR .lwStX_BuYqqlBhEdBGCj {
  width: 2rem;
}
.Jv5Y4FJBT_6ItNhDutFR .fbqEUlB4sAkxJRUuzvlP {
  height: 0;
  margin-bottom: 0.2rem;
  margin-top: 0;
  overflow: hidden;
  width: 0;
}
.WzOPXfUpuyCNhUgtliih .ant-popover-inner-content {
  padding: 0.1rem 0;
}
.WzOPXfUpuyCNhUgtliih .ant-popover-inner {
  background: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
}
.WzOPXfUpuyCNhUgtliih .ant-popover-arrow {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line) !important;
  border-style: solid;
  border-width: 0 0 0.01rem 0.01rem;
}
.WzOPXfUpuyCNhUgtliih .hP9s0_3QVhzKobMCTfzj {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  padding: 0.13rem 0.15rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.WzOPXfUpuyCNhUgtliih .hP9s0_3QVhzKobMCTfzj span {
  color: var(--theme-text-color);
  font-size: 0.2rem;
  line-height: 1.15;
  margin-left: 0.15rem;
}
.WzOPXfUpuyCNhUgtliih .hP9s0_3QVhzKobMCTfzj:hover {
  background-color: var(--theme-bg-color);
}
html[data-device="mobile"] .YCG7UEP0T3TppVKGJ_eS {
  font-size: 0.26rem;
}
html[data-device="mobile"] .YCG7UEP0T3TppVKGJ_eS a {
  height: 0.74rem;
}
html[data-device="mobile"] .YCG7UEP0T3TppVKGJ_eS a i {
  margin-left: 0.3rem;
}
html[data-device="mobile"] .YCG7UEP0T3TppVKGJ_eS a svg {
  height: 0.4rem;
  width: 0.4rem;
}
html[data-device="mobile"] .YCG7UEP0T3TppVKGJ_eS a img {
  margin-left: 0.32rem;
  width: 0.44rem;
}
html[data-device="mobile"] .YCG7UEP0T3TppVKGJ_eS .J6FGsQR40kDbMbX7KK8c {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  left: 0.9rem;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: pre-wrap;
  width: 1.45rem;
}
html[data-device="mobile"]
  .YCG7UEP0T3TppVKGJ_eS
  .J6FGsQR40kDbMbX7KK8c:lang(tl-PH),
html[data-device="mobile"]
  .YCG7UEP0T3TppVKGJ_eS
  .J6FGsQR40kDbMbX7KK8c:lang(tl_PH) {
  word-wrap: normal;
  -webkit-box-orient: initial;
  -webkit-line-clamp: none;
  font-size: 0.22rem;
  overflow: visible;
  text-overflow: clip;
  width: 1.48rem;
  word-break: break-all;
}
html[data-device="desktop"] .YCG7UEP0T3TppVKGJ_eS {
  margin-top: 0;
}
html[data-device="desktop"] .YCG7UEP0T3TppVKGJ_eS .classics-aside-music {
  border-radius: 0.1rem;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .musicCount {
  color: var(--theme-text-color);
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .downloadMusicEdge {
  margin-left: 0.23rem;
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .downloadMusicEdge
  .musicCount {
  top: -0.1rem;
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicPlayType {
  margin-right: 0.1rem;
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent
  .flexColumnCenter {
  -ms-flex-align: start;
  align-items: flex-start;
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent
  .playerControl {
  -ms-flex-pack: start;
  font-size: 0.14rem;
  justify-content: flex-start;
  margin-left: 0.1rem;
  width: 0.82rem;
}
html[data-device="desktop"]
  .YCG7UEP0T3TppVKGJ_eS
  .classics-aside-music
  .headerMusicPlayer
  .musicControlContent
  .playerControl
  .anticon {
  margin-right: 0.15rem;
}
.kcihSw1d1g4DL4AfzVhO .PTCzjFwr3iKloSBRbXBn {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  height: calc(100vh - var(--theme-header-height));
  height: calc(var(--vh, 1vh) * 100 - var(--theme-header-height));
  z-index: 100;
}
.kcihSw1d1g4DL4AfzVhO .PTCzjFwr3iKloSBRbXBn.kbZxF_4mMGULOtV0hZof {
  background-color: var(--theme-main-bg-color);
  padding: 0 0.06rem;
}
[data-skin-layout="1"] .PTCzjFwr3iKloSBRbXBn {
  -webkit-box-shadow: 0.04rem 0 0.1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0.04rem 0 0.1rem rgba(0, 0, 0, 0.06);
}
html[data-device="mobile"]
  .kcihSw1d1g4DL4AfzVhO
  .PTCzjFwr3iKloSBRbXBn.kbZxF_4mMGULOtV0hZof {
  padding: 0;
}
html[data-device="mobile"] .kcihSw1d1g4DL4AfzVhO .IuR0R7KCzYEDyRXGKnR2 {
  overflow-x: hidden;
  position: absolute;
}
html[data-device="mobile"] .kcihSw1d1g4DL4AfzVhO .aside-music {
  border-radius: 0.1rem;
}
.II_5ZM4k4hTlrmJknbDi {
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
}
.w7oodN6q2A8BtsKyW_J6 {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}
.w7oodN6q2A8BtsKyW_J6 img {
  border-radius: 0.1rem;
  margin-right: 0.08rem;
}
.w7oodN6q2A8BtsKyW_J6 div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}
.w7oodN6q2A8BtsKyW_J6 div .hkqhNWGH9QIH3_nGNIKE {
  color: var(--theme-text-color);
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.028rem;
  max-width: 2.1rem;
  overflow: hidden;
  white-space: nowrap;
}
.w7oodN6q2A8BtsKyW_J6 div .gJljLBnltqXWMkcFFr9F {
  color: var(--theme-text-color);
  font-size: 0.14rem;
  max-width: 2.1rem;
  overflow: hidden;
  text-align: left;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .w7oodN6q2A8BtsKyW_J6
  div
  .hkqhNWGH9QIH3_nGNIKE {
  color: var(--theme-alt-primary);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .w7oodN6q2A8BtsKyW_J6
  div
  .gJljLBnltqXWMkcFFr9F {
  color: var(--theme-alt-border);
}
html[data-device="mobile"] .w7oodN6q2A8BtsKyW_J6 img {
  margin-right: 0.153rem;
}
html[data-device="mobile"] .w7oodN6q2A8BtsKyW_J6 div .hkqhNWGH9QIH3_nGNIKE {
  font-size: 0.28rem;
}
html[data-device="mobile"] .w7oodN6q2A8BtsKyW_J6 div .gJljLBnltqXWMkcFFr9F {
  font-size: 0.22rem;
}
[data-skin-layout="3"] .W0me2mTqVeXbCRCOKKZL {
  width: auto;
}
html[data-device="desktop"][data-skin-layout="4"] .hkqhNWGH9QIH3_nGNIKE {
  font-size: 0.17rem;
}
html[data-device="desktop"][data-skin-layout="4"] .gJljLBnltqXWMkcFFr9F {
  font-size: 0.13rem;
}
html[data-device="desktop"][data-skin-layout="4"][data-skin-bg="0"]
  .gJljLBnltqXWMkcFFr9F {
  color: var(--theme-alt-border);
}
.wPXbqIqs76_2fek3czOM {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #c12929;
  border-radius: 0.04rem 0 0.04rem 0;
  display: -ms-flexbox;
  display: flex;
  height: 0.12rem;
  justify-content: center;
  max-width: 0.33rem;
  min-width: 0.29rem;
}
.wPXbqIqs76_2fek3czOM .as4hwxmIQa3EAvA75gcx {
  border-radius: 0 !important;
  border-radius: initial !important;
  margin-top: 0.01rem;
  min-width: 0.163rem !important;
  width: 0.163rem;
}
.wPXbqIqs76_2fek3czOM .jsCveE5D1ckwMqYufg9y {
  color: #fff;
  font-size: 0.276rem;
  margin-left: 0.02rem;
  margin-right: 0.02rem;
}
.wPXbqIqs76_2fek3czOM span {
  color: transparent;
  display: inline-block;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 700;
  margin: -0.02rem 0 0;
  position: relative;
  text-shadow: 0 0.01rem 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.wPXbqIqs76_2fek3czOM span:before {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7ea94),
    color-stop(51%, #e5b952),
    to(#ce9510)
  );
  background-image: linear-gradient(180deg, #f7ea94 0, #e5b952 51%, #ce9510);
  background-size: cover;
  content: attr(data-text);
  height: 100%;
  left: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  width: 100%;
  z-index: 0;
}
.J_J6gwOjRxaMgMWx9InV {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff581f),
    to(#e80100)
  ) !important;
  background-image: linear-gradient(180deg, #ff581f, #e80100) !important;
}
.nrDef8xcW0eGrH20Jesu {
  border: none;
}
.nrDef8xcW0eGrH20Jesu span {
  margin-left: -0.03rem;
}
[data-skin-layout="6"] .wPXbqIqs76_2fek3czOM {
  height: 0.2rem;
  margin-left: 0.1rem;
  width: 0.5rem;
}
[data-skin-layout="6"] .wPXbqIqs76_2fek3czOM .as4hwxmIQa3EAvA75gcx {
  height: 0.12rem;
  width: 0.26rem;
}
[data-skin-layout="6"] .wPXbqIqs76_2fek3czOM span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
[data-skin-layout="5"] .wPXbqIqs76_2fek3czOM {
  height: 0.2rem;
  margin-left: 0.1rem;
  width: 0.5rem;
}
[data-skin-layout="5"] .wPXbqIqs76_2fek3czOM .as4hwxmIQa3EAvA75gcx {
  height: 0.12rem;
  width: 0.26rem;
}
[data-skin-layout="5"] .wPXbqIqs76_2fek3czOM span {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.personal-dropdown {
  padding: 0.01rem 0;
  top: 0.8rem !important;
  width: 2rem !important;
}
.personal-dropdown > ul {
  border: 0.01rem solid var(--theme-color-line);
  margin-top: -0.045rem;
  max-width: 2.18rem !important;
  overflow: hidden;
  padding: 0.05rem 0;
  width: 2.18rem;
}
.personal-dropdown > ul > li {
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}
.personal-dropdown > ul > li:hover {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll !important;
  background: initial !important;
}
.personal-dropdown > ul .spbSi4mvlmHKuyg4QRgw {
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0 0 0.17rem;
}
.personal-dropdown > ul .spbSi4mvlmHKuyg4QRgw:hover {
  background: var(--theme-bg-color);
}
.personal-dropdown > ul .MK3t_mlQTY64M9A7rzQ5 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.1rem;
  padding: 0 0.1rem;
}
.personal-dropdown > ul .rrvc6cubuXL_c6SXU99E {
  background: var(--theme-color-line);
  height: 0.01rem;
  width: 100%;
}
.personal-dropdown .Jk_Ix_03TE1g5bODJS6j {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  height: 0.22rem;
  justify-content: center;
  margin-right: 0.12rem;
  position: relative;
  width: 0.2rem;
}
.personal-dropdown .Kq4NwYMScRR85Qw_Xy6w {
  font-size: 0.2rem;
}
.Y6dl63NrP4y7xXATJbxe {
  -ms-flex-direction: column;
  flex-direction: column;
}
.Y6dl63NrP4y7xXATJbxe,
.nzwJrK9aTWlmUBEfBNu4 {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.nzwJrK9aTWlmUBEfBNu4 {
  font-size: 0.18rem;
  width: 100%;
}
.nzwJrK9aTWlmUBEfBNu4 span {
  color: var(--theme-text-color-lighten);
  margin-right: 0.1rem;
}
.nzwJrK9aTWlmUBEfBNu4 .Dq49UyOLzNxEy1JxzWLg {
  color: var(--theme-text-color-darken);
}
.nzwJrK9aTWlmUBEfBNu4 .gdlUZqKBx18LplnetmKW {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.nzwJrK9aTWlmUBEfBNu4 .B8QamXTwWAwA4zxpufC8 i {
  font-size: 0.2rem;
}
.nzwJrK9aTWlmUBEfBNu4 .h1ikPO7km7mtYELTYZ60 {
  font-size: 0.12rem;
  margin-top: 0.05rem;
}
.nzwJrK9aTWlmUBEfBNu4:first-child {
  margin-top: -0.05rem;
}
.fDOzlontOJQ6m2vU5t_t {
  color: var(--theme-text-color-darken);
  cursor: pointer;
  font-size: 0.18rem;
  margin-left: 0.1rem;
  padding: 0.1rem;
}
.fDOzlontOJQ6m2vU5t_t,
.fDOzlontOJQ6m2vU5t_t .rrQe3U73jTZpL0Hw_Ose {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.fDOzlontOJQ6m2vU5t_t .anticon {
  -ms-flex-align: end;
  -ms-flex-pack: center;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  height: 0.2rem;
  justify-content: center;
}
.fDOzlontOJQ6m2vU5t_t .hVv9ElBpDnegJiawOhpY {
  margin-right: 0.1rem;
  position: relative;
}
.fDOzlontOJQ6m2vU5t_t .hVv9ElBpDnegJiawOhpY img {
  border-radius: 0.1rem;
  min-width: 0.56rem;
}
.fDOzlontOJQ6m2vU5t_t .hVv9ElBpDnegJiawOhpY .UG37G2mh7zlBhBbZERg8 {
  bottom: 0;
  position: absolute;
  right: -0.005rem;
}
.fDOzlontOJQ6m2vU5t_t .hVv9ElBpDnegJiawOhpY .UG37G2mh7zlBhBbZERg8 .vipSprite {
  font-size: 0.17rem !important;
  margin-right: 0 !important;
}
.fDOzlontOJQ6m2vU5t_t .E605OIsE35ryK1B3qjB2 {
  max-width: 1.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fDOzlontOJQ6m2vU5t_t i {
  color: var(--theme-primary-color);
  font-size: 0.1rem;
}
[data-skin-layout="2"] .nzwJrK9aTWlmUBEfBNu4 span {
  color: var(--theme-alt-border);
}
[data-skin-layout="3"] .personal-dropdown > ul {
  border: 0.01rem solid var(--theme-primary-color);
  margin-top: 0.05rem;
  overflow: hidden;
}
[data-skin-layout="3"] .personal-dropdown > ul li {
  color: var(--theme-text-color-lighten);
}
[data-skin-layout="3"] .personal-dropdown > ul li:hover {
  color: var(--theme-primary-color);
}
[data-skin-layout="3"] .nzwJrK9aTWlmUBEfBNu4 {
  text-transform: none;
}
[data-skin-layout="3"] .nzwJrK9aTWlmUBEfBNu4 span {
  color: #fff;
  margin-right: 0.1rem;
}
[data-skin-layout="3"] .fDOzlontOJQ6m2vU5t_t i,
[data-skin-layout="3"] .nzwJrK9aTWlmUBEfBNu4 .Dq49UyOLzNxEy1JxzWLg {
  color: #fff;
}
[data-skin-layout="4"] .personal-dropdown > ul {
  margin-top: -0.22rem;
}
[data-skin-layout="4"] .hVv9ElBpDnegJiawOhpY img {
  min-width: 0.32rem;
}
[data-skin-layout="4"][data-skin-bg="0"] .Dq49UyOLzNxEy1JxzWLg {
  color: var(--theme-alt-primary);
  font-weight: 700;
}
[data-skin-layout="4"][data-skin-bg="0"] .nzwJrK9aTWlmUBEfBNu4 span i {
  color: #fff;
}
[data-skin-layout="4"] .Dq49UyOLzNxEy1JxzWLg {
  color: var(--theme-text-color-darken);
  font-size: 0.14rem;
}
[data-skin-layout="4"] .gdlUZqKBx18LplnetmKW {
  color: var(--theme-alt-border);
  font-size: 0.12rem;
}
[data-skin-layout="4"] .B8QamXTwWAwA4zxpufC8 i {
  font-size: 0.11rem;
}
[data-skin-layout="4"] .fDOzlontOJQ6m2vU5t_t {
  margin-left: 2rem;
}
[data-skin-layout="4"] .nzwJrK9aTWlmUBEfBNu4 span i {
  color: var(--theme-text-color-darken);
}
[data-skin-layout="4"] .nzwJrK9aTWlmUBEfBNu4:first-child {
  height: 0.16rem;
  margin-top: 0.01rem;
}
[data-skin-layout="4"] .h1ikPO7km7mtYELTYZ60 {
  color: var(--theme-alt-border);
}
.PrdGRVYgaPLNI2sp5ir6 {
  font-size: 0.16rem;
  margin-right: 0.15rem;
}
html[data-device="desktop"][data-skin-layout="5"] .fDOzlontOJQ6m2vU5t_t,
html[data-device="desktop"][data-skin-layout="6"] .fDOzlontOJQ6m2vU5t_t {
  margin-left: 0;
}
html[data-device="desktop"][data-skin-layout="5"] .spbSi4mvlmHKuyg4QRgw,
html[data-device="desktop"][data-skin-layout="6"] .spbSi4mvlmHKuyg4QRgw {
  color: var(--theme-text-color-lighten);
}
html[data-device="desktop"][data-skin-layout="5"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  .uwcWrg9k_UY4pTQA0XVs,
html[data-device="desktop"][data-skin-layout="6"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  .uwcWrg9k_UY4pTQA0XVs {
  color: inherit;
}
html[data-device="desktop"][data-skin-layout="5"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  i
  i,
html[data-device="desktop"][data-skin-layout="5"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  i
  i
  svg,
html[data-device="desktop"][data-skin-layout="6"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  i
  i,
html[data-device="desktop"][data-skin-layout="6"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  i
  i
  svg {
  color: var(--theme-primary-color) !important;
}
html[data-device="desktop"][data-skin-layout="5"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  .Z4DbUvzC5VfoY3bWU7fA
  svg,
html[data-device="desktop"][data-skin-layout="6"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  .Z4DbUvzC5VfoY3bWU7fA
  svg {
  color: var(--theme-secondary-color-error) !important;
}
html[data-device="desktop"][data-skin-layout="5"] .spbSi4mvlmHKuyg4QRgw:hover,
html[data-device="desktop"][data-skin-layout="6"] .spbSi4mvlmHKuyg4QRgw:hover {
  color: var(--theme-primary-color);
}
html[data-device="desktop"][data-skin-layout="5"] .personal-dropdown,
html[data-device="desktop"][data-skin-layout="6"] .personal-dropdown {
  top: 0.65rem !important;
}
html[data-device="desktop"][data-skin-layout="5"] .personal-dropdown ul,
html[data-device="desktop"][data-skin-layout="6"] .personal-dropdown ul {
  border-color: var(--theme-primary-color);
}
html[data-device="desktop"][data-skin-layout="5"] .personal-dropdown {
  top: 0.6rem !important;
}
html[data-device="desktop"][data-skin-layout="5"] .PrdGRVYgaPLNI2sp5ir6 {
  color: #fff;
}
html[data-device="desktop"][data-skin-layout="5"] .h1ikPO7km7mtYELTYZ60 {
  color: #d8cdb9;
}
html[data-device="desktop"][data-skin-layout="5"] .spbSi4mvlmHKuyg4QRgw {
  color: var(--theme-text-color-darken);
}
html[data-device="desktop"][data-skin-layout="5"] .spbSi4mvlmHKuyg4QRgw:hover {
  background-color: var(--theme-aside-active-bg-color-0);
  color: var(--theme-primary-color);
}
html[data-device="desktop"][data-skin-layout="5"] .fDOzlontOJQ6m2vU5t_t i {
  color: #d8cdb9;
}
html[data-device="desktop"][data-skin-layout="6"] .fDOzlontOJQ6m2vU5t_t {
  color: #333;
}
html[data-device="desktop"][data-skin-layout="6"] .fDOzlontOJQ6m2vU5t_t i {
  color: #a37c3c;
}
html[data-device="desktop"][data-skin-layout="9"] .fDOzlontOJQ6m2vU5t_t {
  background-color: #006cff;
  border-radius: 0.1rem;
  height: 0.46rem;
  margin-left: 0.2rem;
  padding: 0 0.05rem;
}
html[data-device="desktop"][data-skin-layout="9"] .hVv9ElBpDnegJiawOhpY > img {
  height: 0.36rem !important;
  min-width: 0;
  min-width: auto;
  width: 0.36rem !important;
}
html[data-device="desktop"][data-skin-layout="9"] .Dq49UyOLzNxEy1JxzWLg {
  color: #fff;
  font-size: 0.14rem;
}
html[data-device="desktop"][data-skin-layout="9"] .gdlUZqKBx18LplnetmKW {
  color: #92c0ff;
  font-size: 0.14rem;
}
html[data-device="desktop"][data-skin-layout="9"] .B8QamXTwWAwA4zxpufC8 i {
  color: #fff;
  font-size: 0.11rem;
}
html[data-device="desktop"][data-skin-layout="9"] .h1ikPO7km7mtYELTYZ60 {
  color: #fff;
}
html[data-device="desktop"][data-skin-layout="9"]
  .personal-dropdown
  .anticon
  i
  svg {
  color: #006cff !important;
}
html[data-device="desktop"][data-skin-layout="9"]
  .spbSi4mvlmHKuyg4QRgw
  .Jk_Ix_03TE1g5bODJS6j
  .Z4DbUvzC5VfoY3bWU7fA
  svg {
  color: var(--theme-secondary-color-error) !important;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .nzwJrK9aTWlmUBEfBNu4
  .Dq49UyOLzNxEy1JxzWLg {
  color: var(--theme-alt-primary) !important;
}
[data-skin-layout="2"][data-skin-bg="0"] .h1ikPO7km7mtYELTYZ60,
[data-skin-layout="2"][data-skin-bg="0"]
  .nzwJrK9aTWlmUBEfBNu4
  .gdlUZqKBx18LplnetmKW {
  color: var(--theme-alt-border) !important;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .fDOzlontOJQ6m2vU5t_t
  .B8QamXTwWAwA4zxpufC8 {
  color: var(--theme-alt-primary) !important;
  font-size: 0.15rem;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .fDOzlontOJQ6m2vU5t_t
  .B8QamXTwWAwA4zxpufC8
  i {
  color: var(--theme-alt-primary) !important;
}
.UZjbSl3I5lQvZeWIzelc {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  line-height: normal;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO img {
  border-radius: 50%;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FQ5QHv_dxJNHEb0Yd8h6 div {
  border-radius: 0.04rem;
  height: 0.22rem;
  max-width: 0.62rem;
  min-width: 0.56rem;
  padding: 0 0.04rem 0 0.05rem;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FQ5QHv_dxJNHEb0Yd8h6 .vip-img {
  border-radius: 0;
  border-radius: initial;
  min-width: 0 !important;
  min-width: auto !important;
  width: 0.276rem;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FQ5QHv_dxJNHEb0Yd8h6 .vipSprite {
  font-size: 0.32rem !important;
  margin: 0 !important;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FQ5QHv_dxJNHEb0Yd8h6 span {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  font-size: 0.28rem;
  font-style: italic;
  margin-top: -0.025rem;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FF7DFxVb2S_mK6rT85g3 {
  color: var(--theme-primary-color);
  padding-top: 0.05rem;
}
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FF7DFxVb2S_mK6rT85g3 i,
.UZjbSl3I5lQvZeWIzelc .bbJfUe8tvbcIsEkvWxaO .FF7DFxVb2S_mK6rT85g3 svg {
  font-size: 0.18rem;
}
.UZjbSl3I5lQvZeWIzelc .Iu__rl1lopFO41_oQ5XV {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 3rem;
}
.UZjbSl3I5lQvZeWIzelc .vChV0sis7El_9oNHZgZB {
  -ms-flex-align: center;
  align-items: center;
  display: none;
  font-size: 0.16rem;
  height: 0.23rem;
  margin-right: 0.2rem;
}
.UZjbSl3I5lQvZeWIzelc .Iu__rl1lopFO41_oQ5XV .lnrZqKFnsH58rh6pGhZp {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.06rem 0 0.1rem;
}
.UZjbSl3I5lQvZeWIzelc .Iu__rl1lopFO41_oQ5XV .kVIAHiq_DVUco1MmNhVP {
  color: var(--theme-text-color-lighten);
  margin-right: 0.06rem;
  white-space: nowrap;
}
.UZjbSl3I5lQvZeWIzelc .Iu__rl1lopFO41_oQ5XV .bEHTBuBO1VLf4H2eFHzQ {
  color: var(--theme-text-color-darken);
  max-width: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-device="mobile"] .UZjbSl3I5lQvZeWIzelc {
  margin-bottom: 0.05rem;
}
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .bbJfUe8tvbcIsEkvWxaO
  .FvNZUizikDJyk_pAqOYn {
  color: var(--theme-secondary-color-finance);
  font-size: 0.15rem;
  height: 0.22rem;
  margin-left: 0.05rem;
  min-width: 0.56rem;
  padding: 0 0.04rem 0 0.049rem;
}
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .bbJfUe8tvbcIsEkvWxaO
  .FvNZUizikDJyk_pAqOYn
  .kbRsM3gCXrY9lKw5edc6 {
  font-size: 0.32rem;
  margin-right: 0.029rem;
}
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .bbJfUe8tvbcIsEkvWxaO
  .FF7DFxVb2S_mK6rT85g3
  i,
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .bbJfUe8tvbcIsEkvWxaO
  .FF7DFxVb2S_mK6rT85g3
  svg {
  font-size: 0.24rem;
}
html[data-device="mobile"] .UZjbSl3I5lQvZeWIzelc .vChV0sis7El_9oNHZgZB {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.22rem;
  height: 0.32rem;
  margin-right: 0;
}
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .Iu__rl1lopFO41_oQ5XV
  .lnrZqKFnsH58rh6pGhZp {
  margin: 0 0.1rem;
}
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .Iu__rl1lopFO41_oQ5XV
  .kVIAHiq_DVUco1MmNhVP {
  display: none;
  margin-right: 0.08rem;
}
html[data-device="mobile"]
  .UZjbSl3I5lQvZeWIzelc
  .Iu__rl1lopFO41_oQ5XV
  .bEHTBuBO1VLf4H2eFHzQ {
  max-width: 1.2rem;
}
.LkM7N3mNy85ThPNnwMIO {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll !important;
  background: initial !important;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.1rem;
  position: relative;
  width: 100%;
  z-index: 9;
}
.LkM7N3mNy85ThPNnwMIO .krx_BqY0Ot5YxLi63BNa {
  display: -ms-flexbox;
  display: flex;
  height: 0.76rem;
  max-width: 4.15rem;
  min-width: 2.3rem;
}
.LkM7N3mNy85ThPNnwMIO .sm_KogNcllgcGMkRVpUI {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.22rem;
  justify-content: center;
}
.LkM7N3mNy85ThPNnwMIO .sm_KogNcllgcGMkRVpUI div {
  height: 0.32rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.LkM7N3mNy85ThPNnwMIO .sm_KogNcllgcGMkRVpUI:lang(es_ES),
.LkM7N3mNy85ThPNnwMIO .sm_KogNcllgcGMkRVpUI:lang(fr_FR),
.LkM7N3mNy85ThPNnwMIO .sm_KogNcllgcGMkRVpUI:lang(pt_PT),
.LkM7N3mNy85ThPNnwMIO .sm_KogNcllgcGMkRVpUI:lang(tl_PH) {
  font-size: 0.18rem;
}
.LkM7N3mNy85ThPNnwMIO .bWgULPbl_t2ab5S874Zm {
  margin-right: 0.1rem;
}
.LkM7N3mNy85ThPNnwMIO.xwxKuCEgXiL8ds9OXKpI {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.LkM7N3mNy85ThPNnwMIO.xwxKuCEgXiL8ds9OXKpI .FzmpqJN3SjvgKhoIvx5b {
  font-size: 0.36rem;
  margin: 0 0.1rem 0 0;
}
.LkM7N3mNy85ThPNnwMIO .BGZq1AgWfExm7vmr95Rd .R2PhGAWkk8F5Ngdox1Dz {
  margin-left: 0.1rem;
}
.LkM7N3mNy85ThPNnwMIO .BGZq1AgWfExm7vmr95Rd .sm_KogNcllgcGMkRVpUI {
  font-size: 0.2rem;
}
.LkM7N3mNy85ThPNnwMIO .BGZq1AgWfExm7vmr95Rd .bWgULPbl_t2ab5S874Zm {
  margin-right: 0.1rem;
}
.LkM7N3mNy85ThPNnwMIO .MRkquALToHPyWfME9x1A {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.LkM7N3mNy85ThPNnwMIO .fdMVlrTiEq1Ani4KtykV {
  padding-left: 0.4rem;
}
.LkM7N3mNy85ThPNnwMIO .ae4gr58qVSRMn00F95At {
  -webkit-animation: _KETmPpROcHiunVL_vvg 10s linear infinite;
  animation: _KETmPpROcHiunVL_vvg 10s linear infinite;
}
@-webkit-keyframes _KETmPpROcHiunVL_vvg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes _KETmPpROcHiunVL_vvg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.CLOfWpvGHSSct15le85v {
  color: var(--theme-alt-border);
  display: inline-block;
  font-size: 0.12rem;
  line-height: 1.5;
  margin-left: 0.77rem;
  min-width: 0.9rem;
  text-align: center;
}
.CLOfWpvGHSSct15le85v .pSQmrjyY77PAjIMrRhwN {
  display: block;
}
[data-skin-layout="0"] .CLOfWpvGHSSct15le85v,
[data-skin-layout="1"] .CLOfWpvGHSSct15le85v,
[data-skin-layout="2"] .CLOfWpvGHSSct15le85v {
  margin-left: 0;
}
[data-skin-layout="2"][data-skin-bg="0"] .CLOfWpvGHSSct15le85v {
  color: var(--theme-alt-border);
}
.gMycWOXbEPPSKtGu9DJx .ant-dropdown-open {
  border-color: var(--theme-primary-color);
}
.gMycWOXbEPPSKtGu9DJx .ant-dropdown-open .eL5yINcn8oAfuGYOqVCC {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.b4gQjqmRH8tjkzGFg0E7 {
  -ms-flex-align: center;
  align-items: center;
  border: thin solid var(--theme-color-line);
  border-radius: 0.2rem;
  color: var(--theme-text-color-lighten);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 0.4rem;
  margin-right: 0.1rem;
  padding-right: 0.1rem;
  width: auto;
}
.b4gQjqmRH8tjkzGFg0E7 span {
  line-height: normal;
}
.b4gQjqmRH8tjkzGFg0E7 .Hn5OU0m3R1n0guawGAFV {
  color: var(--theme-text-color-lighten);
  font-size: 0.12rem;
  margin-left: 0.08rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b4gQjqmRH8tjkzGFg0E7 .Hn5OU0m3R1n0guawGAFV .NhoFzDQJj257wBYvQC6H {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.b4gQjqmRH8tjkzGFg0E7 .eL5yINcn8oAfuGYOqVCC {
  margin-left: 0.04rem;
  position: relative;
  top: 0.02rem;
}
.b4gQjqmRH8tjkzGFg0E7 .RETxyrjSM0tk0F9bNdNp {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
.b4gQjqmRH8tjkzGFg0E7 .RETxyrjSM0tk0F9bNdNp > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.b4gQjqmRH8tjkzGFg0E7 .RETxyrjSM0tk0F9bNdNp > span {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b4gQjqmRH8tjkzGFg0E7 .N2CJXsR0gA7aPnqzzh4B {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  padding: 0 0.13rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.b4gQjqmRH8tjkzGFg0E7 .PiAY9jNCavdnic81DHhN {
  color: var(--theme-secondary-color-finance);
  cursor: pointer;
  font-size: 0.22rem;
  margin: -0.06rem 0.1rem 0;
  min-width: 0.6rem;
  text-decoration: underline;
  white-space: nowrap;
}
.b4gQjqmRH8tjkzGFg0E7 .lSv9HZaqKnsTDWZVBjmG {
  color: var(--theme-primary-color);
  cursor: pointer;
  font-size: 0.22rem;
}
.RETxyrjSM0tk0F9bNdNp {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
[data-skin-layout="2"] .b4gQjqmRH8tjkzGFg0E7,
[data-skin-layout="3"] .b4gQjqmRH8tjkzGFg0E7 {
  color: var(--theme-text-color-lighten);
}
[data-skin-layout="2"] .b4gQjqmRH8tjkzGFg0E7:hover,
[data-skin-layout="2"] .b4gQjqmRH8tjkzGFg0E7:hover .NhoFzDQJj257wBYvQC6H,
[data-skin-layout="3"] .b4gQjqmRH8tjkzGFg0E7:hover,
[data-skin-layout="3"] .b4gQjqmRH8tjkzGFg0E7:hover .NhoFzDQJj257wBYvQC6H {
  color: var(--theme-primary-color);
}
[data-skin-layout="2"] .b4gQjqmRH8tjkzGFg0E7 .PiAY9jNCavdnic81DHhN,
[data-skin-layout="3"] .b4gQjqmRH8tjkzGFg0E7 .PiAY9jNCavdnic81DHhN {
  margin-top: 0;
  white-space: nowrap;
}
[data-skin-layout="2"] .b4gQjqmRH8tjkzGFg0E7 .lSv9HZaqKnsTDWZVBjmG,
[data-skin-layout="3"] .b4gQjqmRH8tjkzGFg0E7 .lSv9HZaqKnsTDWZVBjmG {
  color: var(--theme-primary-font-color);
}
[data-skin-layout="2"] .ant-popover-open,
[data-skin-layout="3"] .ant-popover-open {
  color: var(--theme-text-color-darken);
}
[data-skin-layout="2"] .ant-popover-open .switch-currency__arrow,
[data-skin-layout="3"] .ant-popover-open .switch-currency__arrow {
  color: var(--theme-text-color-darken) !important;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-skin-layout="2"][data-skin-bg="0"] .b4gQjqmRH8tjkzGFg0E7 {
  border-color: var(--theme-alt-border);
  color: var(--theme-alt-border);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .b4gQjqmRH8tjkzGFg0E7
  .NhoFzDQJj257wBYvQC6H,
[data-skin-layout="2"][data-skin-bg="0"] .b4gQjqmRH8tjkzGFg0E7:hover,
[data-skin-layout="2"][data-skin-bg="0"]
  .b4gQjqmRH8tjkzGFg0E7:hover
  .NhoFzDQJj257wBYvQC6H {
  color: var(--theme-alt-border);
}
[data-skin-layout="2"][data-skin-bg="0"] .ant-dropdown-open {
  border-color: var(--theme-primary-font-color);
}
[data-skin-layout="2"] .Hn5OU0m3R1n0guawGAFV,
[data-skin-layout="2"] .b4gQjqmRH8tjkzGFg0E7 {
  color: var(--theme-alt-border);
}
.I2WcrfdL4_TVPJGV4WG7 {
  padding: 0;
  z-index: 1002;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-popover-arrow {
  display: none;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-popover-content {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  margin: 0 0 0 0.22rem;
  max-height: 3.7rem;
  overflow: hidden;
  width: 4rem;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-popover-inner-content {
  padding: 0;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-menu {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  border: none;
  padding: 0.1rem 0;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-menu-item {
  color: var(--theme-text-color);
  font-size: 0.2rem;
  height: 0.55rem;
  line-height: 0.55rem;
  margin: 0 !important;
  padding: 0 0.15rem;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-menu-item-active {
  background-color: var(--theme-bg-color) !important;
}
.I2WcrfdL4_TVPJGV4WG7 .ant-menu-item-selected {
  background-color: transparent !important;
  background-color: initial !important;
  color: var(--theme-text-color-darken);
}
.I2WcrfdL4_TVPJGV4WG7 .my-scrollbar-vertical {
  right: 0;
  width: 0.05rem;
}
.EgbeCNNXFpYcoJlz4zJS {
  background-color: var(--theme-main-bg-color);
  border: thin solid var(--theme-color-line);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  max-width: none;
  min-width: 1.7rem;
  padding-top: 0.05rem;
}
.EgbeCNNXFpYcoJlz4zJS .my-scrollbar {
  max-height: 3.7rem;
  overflow: scroll;
}
.EgbeCNNXFpYcoJlz4zJS .LIetgBRcZz14nfMBk7ul {
  background: transparent;
  border: none;
  color: var(--theme-text-color-lighten);
  width: 100%;
}
.EgbeCNNXFpYcoJlz4zJS .LIetgBRcZz14nfMBk7ul .ant-menu-item {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  height: 0.55rem;
  margin: 0;
  width: 100%;
}
.EgbeCNNXFpYcoJlz4zJS .LIetgBRcZz14nfMBk7ul .ant-menu-item:hover {
  background: var(--theme-bg-color);
  color: var(--theme-text-color);
}
.EgbeCNNXFpYcoJlz4zJS
  .LIetgBRcZz14nfMBk7ul
  .ant-menu-item-selected
  .RETxyrjSM0tk0F9bNdNp,
.EgbeCNNXFpYcoJlz4zJS .LIetgBRcZz14nfMBk7ul .ant-menu-item-selected:hover {
  color: var(--theme-primary-color);
}
.EgbeCNNXFpYcoJlz4zJS .RETxyrjSM0tk0F9bNdNp .X37vhpCBZfyjJ0xqxWUH {
  margin: 0 0.15rem 0 0;
}
.EgbeCNNXFpYcoJlz4zJS .RETxyrjSM0tk0F9bNdNp > span {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.X37vhpCBZfyjJ0xqxWUH {
  margin: 0 0.16rem 0 0.09rem;
}
.thr9QqqIYXdxgjWZ9jXC {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.32rem;
  justify-content: center;
  margin: 0 0.05rem 0 0.03rem;
  width: 0.32rem;
}
.ftF39nS2_DrSmMYRIuKR .thr9QqqIYXdxgjWZ9jXC {
  height: 0.3rem;
  margin: 0.02rem 0.17rem 0 0.03rem;
  width: 0.3rem;
}
.Ho0Xzmlj_ZCFKwPjqBEB span {
  color: var(--theme-text-color-lighten);
  font-size: 0.22rem;
}
html[data-device="mobile"] .gMycWOXbEPPSKtGu9DJx {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
html[data-device="mobile"] .b4gQjqmRH8tjkzGFg0E7 {
  border: thin solid var(--theme-color-line);
  border-radius: 0.22rem;
  height: 0.45rem;
  max-width: 2.7rem;
}
html[data-device="mobile"] .b4gQjqmRH8tjkzGFg0E7 .RETxyrjSM0tk0F9bNdNp > span {
  font-size: 0.24rem;
  max-width: 1.9rem;
}
html[data-device="mobile"] .b4gQjqmRH8tjkzGFg0E7 .Hn5OU0m3R1n0guawGAFV {
  margin-left: 0.1rem;
}
html[data-device="mobile"]
  .b4gQjqmRH8tjkzGFg0E7
  .Hn5OU0m3R1n0guawGAFV
  .NhoFzDQJj257wBYvQC6H {
  font-size: 0.15rem;
}
html[data-device="mobile"] .b4gQjqmRH8tjkzGFg0E7 .PiAY9jNCavdnic81DHhN {
  color: var(--theme-secondary-color-finance);
  font-size: 0.26rem;
  margin: 0 0.073rem 0 0.1rem;
  white-space: nowrap;
}
html[data-device="mobile"] .b4gQjqmRH8tjkzGFg0E7 .lSv9HZaqKnsTDWZVBjmG {
  font-size: 0.293rem;
}
html[data-device="mobile"] .b4gQjqmRH8tjkzGFg0E7 .thr9QqqIYXdxgjWZ9jXC {
  height: 0.385rem;
  width: 0.385rem;
}
html[data-device="mobile"] .X37vhpCBZfyjJ0xqxWUH {
  margin: 0 0.16rem 0 0;
}
html[data-device="mobile"] .HftYqkSnw8vn1uByOQ2F .ant-modal-body {
  padding: 0.2rem 0.07rem 0 0.2rem;
}
html[data-device="mobile"] .HftYqkSnw8vn1uByOQ2F .ant-modal-body:after {
  background-color: var(--theme-color-line);
  content: "";
  height: 0.01rem;
  left: 0;
  position: absolute;
  top: 0.72rem;
  width: 100%;
}
html[data-device="mobile"] .HftYqkSnw8vn1uByOQ2F .ant-modal-body .ant-menu {
  background-color: var(--theme-main-bg-color);
  padding-right: 0.13rem;
}
html[data-device="mobile"] .HftYqkSnw8vn1uByOQ2F .ant-modal-confirm-content {
  margin: 0.32rem 0 0;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP {
  max-height: 6.4rem;
  overflow: auto;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .ant-menu-item {
  border-bottom: thin solid var(--theme-color-line);
  height: auto;
  margin: 0;
  padding: 0;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .ant-menu-item:last-child {
  border: revert;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .ant-menu-item-selected {
  background: none;
}
html[data-device="mobile"]
  .hhcHWGWrkOg0ZifH5yNP
  .ant-menu-item-selected
  .cicle {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: var(--theme-primary-color);
  border: thin solid var(--theme-primary-color);
  color: var(--theme-primary-font-color);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
html[data-device="mobile"]
  .hhcHWGWrkOg0ZifH5yNP
  .ant-menu-item-selected
  .cicle
  i {
  opacity: 1;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .LIetgBRcZz14nfMBk7ul {
  border: none;
  max-width: 100%;
}
html[data-device="mobile"]
  .hhcHWGWrkOg0ZifH5yNP
  .LIetgBRcZz14nfMBk7ul
  .ant-menu-item-selected
  .RETxyrjSM0tk0F9bNdNp
  > span {
  color: var(--theme-primary-color);
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .RETxyrjSM0tk0F9bNdNp {
  height: 0.8rem;
}
html[data-device="mobile"]
  .hhcHWGWrkOg0ZifH5yNP
  .RETxyrjSM0tk0F9bNdNp
  .X37vhpCBZfyjJ0xqxWUH {
  margin: 0 0.15rem 0 0;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .RETxyrjSM0tk0F9bNdNp > span {
  color: var(--theme-text-color-darken);
  -ms-flex: 1;
  flex: 1;
  font-size: 0.22rem;
  text-align: justify;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .k2PJI4RtXU9DHvgFaRXE {
  border: thin solid var(--theme-color-line);
  border-radius: 100%;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.33rem;
  width: 0.3rem;
}
html[data-device="mobile"] .hhcHWGWrkOg0ZifH5yNP .k2PJI4RtXU9DHvgFaRXE i {
  opacity: 0;
}
html[data-device="mobile"] .Ho0Xzmlj_ZCFKwPjqBEB span {
  font-size: 0.22rem !important;
}
html[data-device="mobile"][data-skin-layout="2"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-popover-content,
html[data-device="mobile"][data-skin-layout="3"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-popover-content,
html[data-device="mobile"][data-skin-layout="4"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-popover-content {
  border-radius: 0.14rem;
  margin: 0 0 0 0.25rem;
  max-height: 4.7rem;
  width: 3.8rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-menu,
html[data-device="mobile"][data-skin-layout="3"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-menu,
html[data-device="mobile"][data-skin-layout="4"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-menu {
  padding: 0.15rem 0;
}
html[data-device="mobile"][data-skin-layout="2"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-menu-item,
html[data-device="mobile"][data-skin-layout="3"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-menu-item,
html[data-device="mobile"][data-skin-layout="4"]
  .I2WcrfdL4_TVPJGV4WG7
  .ant-menu-item {
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .I2WcrfdL4_TVPJGV4WG7
  .my-scrollbar-vertical,
html[data-device="mobile"][data-skin-layout="3"]
  .I2WcrfdL4_TVPJGV4WG7
  .my-scrollbar-vertical,
html[data-device="mobile"][data-skin-layout="4"]
  .I2WcrfdL4_TVPJGV4WG7
  .my-scrollbar-vertical {
  width: 0.06rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .b4gQjqmRH8tjkzGFg0E7
  .RETxyrjSM0tk0F9bNdNp
  > span,
html[data-device="mobile"][data-skin-layout="3"]
  .b4gQjqmRH8tjkzGFg0E7
  .RETxyrjSM0tk0F9bNdNp
  > span,
html[data-device="mobile"][data-skin-layout="4"]
  .b4gQjqmRH8tjkzGFg0E7
  .RETxyrjSM0tk0F9bNdNp
  > span {
  font-size: 0.18rem;
  max-width: 0.44rem;
}
html[data-device="mobile"][data-skin-layout="2"] .PiAY9jNCavdnic81DHhN,
html[data-device="mobile"][data-skin-layout="4"] .PiAY9jNCavdnic81DHhN {
  display: block;
  margin: -0.06rem 0.073rem 0 0.1rem;
  max-width: 1.64rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[data-device="mobile"][data-skin-layout="3"] .lSv9HZaqKnsTDWZVBjmG {
  color: var(--theme-primary-color);
}
html[data-device="mobile"][data-skin-layout="4"]
  .gMycWOXbEPPSKtGu9DJx
  .b4gQjqmRH8tjkzGFg0E7 {
  border-radius: 0.04rem;
  height: 0.5rem;
  margin-right: 0.07rem;
}
[data-skin-layout="4"] .b4gQjqmRH8tjkzGFg0E7 {
  border-radius: 0.04rem;
  color: var(--theme-alt-border);
  margin-right: 0.2rem;
}
[data-skin-layout="4"] .b4gQjqmRH8tjkzGFg0E7 .thr9QqqIYXdxgjWZ9jXC {
  margin-left: 0.1rem;
}
[data-skin-layout="4"] .b4gQjqmRH8tjkzGFg0E7 .lSv9HZaqKnsTDWZVBjmG {
  color: var(--theme-primary-font-color);
}
[data-skin-layout="4"] .b4gQjqmRH8tjkzGFg0E7 .RETxyrjSM0tk0F9bNdNp > span {
  font-size: 0.16rem;
  max-width: 1.5rem !important;
  min-width: inherit;
}
[data-skin-layout="4"] .Hn5OU0m3R1n0guawGAFV .NhoFzDQJj257wBYvQC6H,
[data-skin-layout="4"] .b4gQjqmRH8tjkzGFg0E7:hover,
[data-skin-layout="4"]
  .b4gQjqmRH8tjkzGFg0E7:hover
  .Hn5OU0m3R1n0guawGAFV
  .NhoFzDQJj257wBYvQC6H {
  color: var(--theme-alt-border);
}
[data-skin-layout="4"][data-skin-bg="0"] .b4gQjqmRH8tjkzGFg0E7 {
  border: 0.01rem solid var(--theme-alt-border);
}
.rfctIPaAnzRDT2sVbv5y .ant-dropdown-open {
  border-color: var(--theme-primary-color);
}
.rfctIPaAnzRDT2sVbv5y .ant-dropdown-open .vWWPE97UXu2Ub4sKO7_r {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rfctIPaAnzRDT2sVbv5y .l0QOMdf7GcdREeqmkioE {
  padding: 0 0.15rem;
}
.jVfUjkoNdkDoZNDJYcIi,
.n9l28DDVsowu3oeuB_cK {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.jVfUjkoNdkDoZNDJYcIi {
  -ms-flex-pack: justify;
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.2rem;
  color: var(--theme-text-color-lighten);
  cursor: pointer;
  height: 0.4rem;
  justify-content: space-between;
  margin-right: 0.2rem;
  max-width: 2.05rem;
  min-width: 1.5rem;
  padding-right: 0.1rem;
}
.jVfUjkoNdkDoZNDJYcIi span {
  line-height: 0.4rem;
}
.jVfUjkoNdkDoZNDJYcIi .vWWPE97UXu2Ub4sKO7_r {
  color: var(--theme-text-color-lighten);
  font-size: 0.12rem;
  margin-left: 0.08rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jVfUjkoNdkDoZNDJYcIi .vWWPE97UXu2Ub4sKO7_r .cnELY7vZFquSu086l2JK {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.jVfUjkoNdkDoZNDJYcIi .DSjR5rqwkAl917hcuH9l {
  margin-left: 0.1rem;
  position: relative;
  top: 0.02rem;
}
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0 > span {
  font-size: 0.2rem;
  max-width: 1.6rem;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0:lang(hi_IN) > span,
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0:lang(km_KH) > span,
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0:lang(mr_IN) > span,
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0:lang(ta_LK) > span,
.jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0:lang(te_IN) > span {
  padding-bottom: 0;
  padding-top: 0.028rem;
}
[data-skin-layout="2"] .jVfUjkoNdkDoZNDJYcIi,
[data-skin-layout="3"] .jVfUjkoNdkDoZNDJYcIi,
[data-skin-layout="4"] .jVfUjkoNdkDoZNDJYcIi,
[data-skin-layout="9"] .jVfUjkoNdkDoZNDJYcIi {
  color: var(--theme-text-color-lighten);
}
[data-skin-layout="2"] .jVfUjkoNdkDoZNDJYcIi:hover,
[data-skin-layout="2"] .jVfUjkoNdkDoZNDJYcIi:hover .cnELY7vZFquSu086l2JK,
[data-skin-layout="3"] .jVfUjkoNdkDoZNDJYcIi:hover,
[data-skin-layout="3"] .jVfUjkoNdkDoZNDJYcIi:hover .cnELY7vZFquSu086l2JK,
[data-skin-layout="4"] .jVfUjkoNdkDoZNDJYcIi:hover,
[data-skin-layout="4"] .jVfUjkoNdkDoZNDJYcIi:hover .cnELY7vZFquSu086l2JK,
[data-skin-layout="9"] .jVfUjkoNdkDoZNDJYcIi:hover,
[data-skin-layout="9"] .jVfUjkoNdkDoZNDJYcIi:hover .cnELY7vZFquSu086l2JK {
  color: var(--theme-primary-color);
}
[data-skin-layout="2"] .ant-popover-open .switch-lang__arrow,
[data-skin-layout="3"] .ant-popover-open .switch-lang__arrow,
[data-skin-layout="4"] .ant-popover-open .switch-lang__arrow,
[data-skin-layout="9"] .ant-popover-open .switch-lang__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-skin-layout="2"] .my-scrollbar-bar.my-scrollbar-vertical,
[data-skin-layout="3"] .my-scrollbar-bar.my-scrollbar-vertical,
[data-skin-layout="4"] .my-scrollbar-bar.my-scrollbar-vertical,
[data-skin-layout="9"] .my-scrollbar-bar.my-scrollbar-vertical {
  right: 0;
}
[data-skin-layout="5"] .rfctIPaAnzRDT2sVbv5y .jVfUjkoNdkDoZNDJYcIi,
[data-skin-layout="6"] .rfctIPaAnzRDT2sVbv5y .jVfUjkoNdkDoZNDJYcIi {
  border-radius: 0;
  color: #333;
  height: 0.3rem;
  margin-right: 0.1rem;
  min-width: 0;
  min-width: auto;
  width: 1.18rem;
}
[data-skin-layout="5"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span,
[data-skin-layout="6"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span {
  display: inline-block;
  font-size: 0.14rem !important;
  margin-left: 0.05rem;
  width: 0.56rem;
}
[data-skin-layout="5"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi
  .vWWPE97UXu2Ub4sKO7_r
  i,
[data-skin-layout="6"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi
  .vWWPE97UXu2Ub4sKO7_r
  i {
  height: 0.04rem;
  width: 0.07rem;
}
[data-skin-layout="2"] .jVfUjkoNdkDoZNDJYcIi,
[data-skin-layout="2"] .vWWPE97UXu2Ub4sKO7_r {
  color: var(--theme-text-color-lighten);
}
[data-skin-layout="2"]
  .jVfUjkoNdkDoZNDJYcIi
  .cnELY7vZFquSu086l2JK[data-visible="true"],
[data-skin-layout="2"]
  .vWWPE97UXu2Ub4sKO7_r
  .cnELY7vZFquSu086l2JK[data-visible="true"] {
  color: var(--theme-text-color-darken);
}
[data-skin-layout="5"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span {
  color: #fff;
}
[data-skin-layout="4"] .jVfUjkoNdkDoZNDJYcIi:hover .cnELY7vZFquSu086l2JK {
  color: var(--theme-alt-neutral-2);
}
[data-skin-layout="3"] .jVfUjkoNdkDoZNDJYcIi,
[data-skin-layout="9"] .jVfUjkoNdkDoZNDJYcIi {
  max-width: 100%;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item-selected {
  color: var(--theme-primary-color);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi {
  border-color: var(--theme-alt-border);
  color: var(--theme-alt-border);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi
  .cnELY7vZFquSu086l2JK,
[data-skin-layout="2"][data-skin-bg="0"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi:hover,
[data-skin-layout="2"][data-skin-bg="0"]
  .rfctIPaAnzRDT2sVbv5y
  .jVfUjkoNdkDoZNDJYcIi:hover
  .cnELY7vZFquSu086l2JK {
  color: var(--theme-alt-border);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .rfctIPaAnzRDT2sVbv5y
  .ant-dropdown-open {
  border-color: var(--theme-alt-border);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .rfctIPaAnzRDT2sVbv5y
  .ant-dropdown-open
  .DSjR5rqwkAl917hcuH9l {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.B4S3rhwuhmKQ4NRDM29G {
  background-color: var(--theme-main-bg-color);
  width: 100%;
}
.pvnU4HFzocTeDDufM0jI {
  padding: 0;
  z-index: 1002;
}
.pvnU4HFzocTeDDufM0jI .ant-popover-arrow {
  display: none;
}
.pvnU4HFzocTeDDufM0jI .ant-popover-content {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  margin: 0 0 0 0.12rem;
  max-height: 3.7rem;
  max-width: 3.15rem;
  min-width: 1.7rem;
  overflow: hidden;
}
.pvnU4HFzocTeDDufM0jI .ant-popover-inner-content {
  padding: 0;
}
.pvnU4HFzocTeDDufM0jI .ant-menu {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  border: none;
  padding: 0.1rem 0;
}
.pvnU4HFzocTeDDufM0jI .ant-menu-item {
  color: var(--theme-text-color);
  font-size: 0.2rem;
  height: 0.55rem;
  line-height: 0.55rem;
  margin: 0 !important;
  padding: 0 0.15rem;
}
.pvnU4HFzocTeDDufM0jI .ant-menu-item-selected {
  background-color: transparent !important;
  background-color: initial !important;
  color: var(--theme-primary-color);
}
.pvnU4HFzocTeDDufM0jI .ant-menu-item-active {
  background-color: var(--theme-bg-color) !important;
}
.pvnU4HFzocTeDDufM0jI .my-scrollbar-vertical {
  right: 0;
  width: 0.05rem;
}
[data-skin-layout="7"] .pvnU4HFzocTeDDufM0jI .ant-menu-item-selected {
  color: #fff;
}
.opM5M6MTueA4IK2S2VZg {
  background-color: var(--theme-main-bg-color);
  border: thin solid var(--theme-color-line);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.1);
  max-width: 3.15rem;
  min-width: 1.7rem;
  padding-top: 0.05rem;
}
.opM5M6MTueA4IK2S2VZg .my-scrollbar {
  max-height: 3.7rem;
  overflow: scroll;
}
.opM5M6MTueA4IK2S2VZg .FVU4rbRBLe_8BxUhQ86V {
  background: transparent;
  border: none;
  color: var(--theme-text-color-lighten);
  width: 100%;
}
.opM5M6MTueA4IK2S2VZg .FVU4rbRBLe_8BxUhQ86V .ant-menu-item {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  height: 0.55rem;
  margin: 0;
  width: 100%;
}
.opM5M6MTueA4IK2S2VZg .FVU4rbRBLe_8BxUhQ86V .ant-menu-item:hover {
  background: var(--theme-bg-color);
  color: var(--theme-text-color);
}
.opM5M6MTueA4IK2S2VZg
  .FVU4rbRBLe_8BxUhQ86V
  .ant-menu-item-selected
  .bg01CgVbvy21yZsg5Aq0,
.opM5M6MTueA4IK2S2VZg .FVU4rbRBLe_8BxUhQ86V .ant-menu-item-selected:hover {
  color: var(--theme-primary-color);
}
.opM5M6MTueA4IK2S2VZg .bg01CgVbvy21yZsg5Aq0 .yUC0MchK7XwMRAx2RW0p {
  margin: 0 0.15rem 0 0;
}
.opM5M6MTueA4IK2S2VZg .bg01CgVbvy21yZsg5Aq0 > span {
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yUC0MchK7XwMRAx2RW0p {
  margin: 0 0.16rem 0 0.09rem;
}
.xWDbOmxbu2SRiNi5I7PJ {
  margin: 0 0.09rem;
}
.W0WnTaiHrRGgj2vvJEEG span {
  color: var(--theme-text-color-lighten);
  font-size: 0.22rem;
}
html[data-device="mobile"] .ant-menu-item {
  background: var(--theme-main-bg-color) !important;
}
html[data-device="mobile"] .jVfUjkoNdkDoZNDJYcIi {
  height: 0.4rem;
}
html[data-device="mobile"] .jVfUjkoNdkDoZNDJYcIi .bg01CgVbvy21yZsg5Aq0 > span {
  font-size: 0.24rem;
  width: 1.26rem;
}
html[data-device="mobile"] .jVfUjkoNdkDoZNDJYcIi .vWWPE97UXu2Ub4sKO7_r {
  margin-left: 0.1rem;
  margin-right: 0.05rem;
}
html[data-device="mobile"]
  .jVfUjkoNdkDoZNDJYcIi
  .vWWPE97UXu2Ub4sKO7_r
  .cnELY7vZFquSu086l2JK {
  font-size: 0.14rem;
}
html[data-device="mobile"] .yUC0MchK7XwMRAx2RW0p {
  margin: 0 0.16rem 0 0;
}
html[data-device="mobile"] .HkFPtm0Uly5KUHT2MhbS .ant-modal-body {
  padding: 0.2rem 0.07rem 0 0.2rem;
}
html[data-device="mobile"] .HkFPtm0Uly5KUHT2MhbS .ant-modal-body:after {
  background-color: var(--theme-color-line);
  content: "";
  height: 0.01rem;
  left: 0;
  position: absolute;
  top: 0.72rem;
  width: 100%;
}
html[data-device="mobile"] .HkFPtm0Uly5KUHT2MhbS .ant-modal-body .ant-menu {
  background-color: var(--theme-main-bg-color);
  padding-right: 0.13rem;
}
html[data-device="mobile"] .HkFPtm0Uly5KUHT2MhbS .ant-modal-confirm-content {
  margin: 0.18rem 0 0;
}
html[data-device="mobile"] .HkFPtm0Uly5KUHT2MhbS .ant-modal-confirm-title {
  height: 0.44rem;
  line-height: 0.44rem;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A {
  max-height: 6.4rem;
  overflow: auto;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .ant-menu-item {
  border-bottom: thin solid var(--theme-color-line);
  height: auto;
  margin: 0;
  padding: 0;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .ant-menu-item:last-child {
  border: revert;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .ant-menu-item-selected {
  background: none;
}
html[data-device="mobile"]
  .fnQwkxuubQ0vsCm5Ci_A
  .ant-menu-item-selected
  .cicle {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: var(--theme-primary-color);
  border: thin solid var(--theme-primary-color);
  color: var(--theme-primary-font-color);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
html[data-device="mobile"]
  .fnQwkxuubQ0vsCm5Ci_A
  .ant-menu-item-selected
  .cicle
  i {
  margin-top: 0.01rem;
  opacity: 1;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .FVU4rbRBLe_8BxUhQ86V {
  border: none;
  max-width: 100%;
}
html[data-device="mobile"]
  .fnQwkxuubQ0vsCm5Ci_A
  .FVU4rbRBLe_8BxUhQ86V
  .ant-menu-item-selected
  .bg01CgVbvy21yZsg5Aq0
  > span {
  color: var(--theme-primary-color);
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .bg01CgVbvy21yZsg5Aq0 {
  height: 0.8rem;
}
html[data-device="mobile"]
  .fnQwkxuubQ0vsCm5Ci_A
  .bg01CgVbvy21yZsg5Aq0
  .yUC0MchK7XwMRAx2RW0p {
  margin: 0 0.15rem 0 0;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .bg01CgVbvy21yZsg5Aq0 > span {
  color: var(--theme-text-color-darken);
  -ms-flex: 1;
  flex: 1;
  font-size: 0.22rem;
  text-align: justify;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .XmFVAcOt7YCkuEJ1j2xA {
  border: thin solid var(--theme-color-line);
  border-radius: 100%;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.33rem;
  width: 0.3rem;
}
html[data-device="mobile"] .fnQwkxuubQ0vsCm5Ci_A .XmFVAcOt7YCkuEJ1j2xA i {
  opacity: 0;
}
html[data-device="mobile"] .W0WnTaiHrRGgj2vvJEEG span {
  font-size: 0.22rem !important;
}
html[data-device="mobile"][data-skin-layout="2"]
  .pvnU4HFzocTeDDufM0jI
  .ant-popover-content,
html[data-device="mobile"][data-skin-layout="3"]
  .pvnU4HFzocTeDDufM0jI
  .ant-popover-content,
html[data-device="mobile"][data-skin-layout="4"]
  .pvnU4HFzocTeDDufM0jI
  .ant-popover-content,
html[data-device="mobile"][data-skin-layout="9"]
  .pvnU4HFzocTeDDufM0jI
  .ant-popover-content {
  border-radius: 0.14rem;
  margin: 0 0 0 0.25rem;
  max-height: 4.7rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu,
html[data-device="mobile"][data-skin-layout="3"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu,
html[data-device="mobile"][data-skin-layout="4"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu,
html[data-device="mobile"][data-skin-layout="9"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu {
  padding: 0.15rem 0;
}
html[data-device="mobile"][data-skin-layout="2"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item,
html[data-device="mobile"][data-skin-layout="3"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item,
html[data-device="mobile"][data-skin-layout="4"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item,
html[data-device="mobile"][data-skin-layout="9"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item {
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.2rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .pvnU4HFzocTeDDufM0jI
  .my-scrollbar-vertical,
html[data-device="mobile"][data-skin-layout="3"]
  .pvnU4HFzocTeDDufM0jI
  .my-scrollbar-vertical,
html[data-device="mobile"][data-skin-layout="4"]
  .pvnU4HFzocTeDDufM0jI
  .my-scrollbar-vertical,
html[data-device="mobile"][data-skin-layout="9"]
  .pvnU4HFzocTeDDufM0jI
  .my-scrollbar-vertical {
  width: 0.06rem;
}
html[data-device="mobile"][data-skin-layout="2"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span,
html[data-device="mobile"][data-skin-layout="3"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span,
html[data-device="mobile"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span,
html[data-device="mobile"][data-skin-layout="9"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span {
  font-size: 0.22rem;
  width: 1.6rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item-selected,
html[data-device="mobile"][data-skin-layout="9"]
  .pvnU4HFzocTeDDufM0jI
  .ant-menu-item-selected {
  color: var(--theme-ant-primary-color-0);
}
html[data-device="mobile"][data-skin-layout="3"] .vWWPE97UXu2Ub4sKO7_r,
html[data-device="mobile"][data-skin-layout="9"] .vWWPE97UXu2Ub4sKO7_r {
  color: var(--theme-primary-color) !important;
}
html[data-device="mobile"][data-skin-layout="4"] .jVfUjkoNdkDoZNDJYcIi {
  border: 0;
  color: var(--theme-text-color);
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
  padding-right: 0;
}
html[data-device="mobile"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span {
  color: var(--theme-alt-neutral-2);
  max-width: 1.5rem;
}
html[data-device="mobile"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .xmiQXVfts06AnJoOOjAv {
  color: var(--theme-alt-neutral-1);
  height: 0.18rem;
  margin-right: 0.1rem;
  width: 0.18rem;
}
html[data-device="mobile"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .vWWPE97UXu2Ub4sKO7_r {
  color: var(--theme-alt-neutral-2);
  margin-right: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span {
  color: var(--theme-text-color-darken);
}
@-webkit-keyframes pAfW0fBquNKCVesqDGKQ {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes pAfW0fBquNKCVesqDGKQ {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
html[data-device="mobile"] .WLS9iTYWW1Y5oQyUJlmG {
  -webkit-animation: pAfW0fBquNKCVesqDGKQ 1s linear infinite;
  animation: pAfW0fBquNKCVesqDGKQ 1s linear infinite;
}
html[data-device="desktop"][data-skin-layout="4"] .jVfUjkoNdkDoZNDJYcIi {
  -ms-flex-pack: start;
  border: 0;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  justify-content: flex-start;
  margin-right: 0;
  padding-right: 0;
}
html[data-device="desktop"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0 {
  -ms-flex: 1;
  flex: 1;
}
html[data-device="desktop"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0
  > span {
  color: var(--theme-alt-neutral-2);
  font-size: 0.16rem !important;
}
html[data-device="desktop"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .xmiQXVfts06AnJoOOjAv {
  color: var(--theme-alt-neutral-1);
  font-size: 0.18rem;
  height: 0.18rem;
  margin-right: 0.08rem;
  width: 0.18rem;
}
html[data-device="desktop"][data-skin-layout="4"]
  .jVfUjkoNdkDoZNDJYcIi
  .vWWPE97UXu2Ub4sKO7_r {
  color: var(--theme-alt-neutral-2);
  font-size: 0.1rem;
}
html[data-device="desktop"][data-skin-layout="4"] .FVU4rbRBLe_8BxUhQ86V {
  width: auto;
}
html[data-device="desktop"][data-skin-layout="9"] .jVfUjkoNdkDoZNDJYcIi {
  border: 0.01rem solid #006cff;
  height: 0.35rem;
  width: 1.7rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .jVfUjkoNdkDoZNDJYcIi
  .bg01CgVbvy21yZsg5Aq0 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html[data-device="desktop"][data-skin-layout="9"] .jVfUjkoNdkDoZNDJYcIi span {
  color: #006cff;
  font-size: 0.15rem;
  line-height: 0.35rem;
  padding-bottom: 0;
}
html[data-device="desktop"][data-skin-layout="9"]
  .jVfUjkoNdkDoZNDJYcIi
  .DSjR5rqwkAl917hcuH9l {
  color: #006cff;
}
._uRczF0vvqkFpV1Su9EV {
  background: var(--theme-main-bg-color) !important;
}
._uRczF0vvqkFpV1Su9EV .biLUFEIzzU_F5ujSEWKs {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: var(--theme-header-height);
  justify-content: space-between;
  padding-left: 0.4rem;
}
._uRczF0vvqkFpV1Su9EV .biLUFEIzzU_F5ujSEWKs .oUUJ0Uj_fkJFaxogtHxe {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
._uRczF0vvqkFpV1Su9EV .biLUFEIzzU_F5ujSEWKs .VdxFsp4gAIa5iog68JaA {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
._uRczF0vvqkFpV1Su9EV
  .biLUFEIzzU_F5ujSEWKs
  .VdxFsp4gAIa5iog68JaA
  .Y_okHNiZkR91ZKe8ObnT {
  -ms-flex: 1;
  flex: 1;
}
._uRczF0vvqkFpV1Su9EV .biLUFEIzzU_F5ujSEWKs.o_lMRWwiAPk51hfWa7VZ {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._uRczF0vvqkFpV1Su9EV .biLUFEIzzU_F5ujSEWKs .Nxwuj82fQlwiSaaU_fn5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
._uRczF0vvqkFpV1Su9EV
  .biLUFEIzzU_F5ujSEWKs
  .Nxwuj82fQlwiSaaU_fn5
  .fF4px8cr4Hq2HO79sqVQ {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.2rem;
}
._uRczF0vvqkFpV1Su9EV
  .biLUFEIzzU_F5ujSEWKs
  .Nxwuj82fQlwiSaaU_fn5
  .CQA00jbod4PHP0qk7rAB,
._uRczF0vvqkFpV1Su9EV
  .biLUFEIzzU_F5ujSEWKs
  .Nxwuj82fQlwiSaaU_fn5
  .r_kbSY3GBXpcp2V664mu {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
._uRczF0vvqkFpV1Su9EV
  .biLUFEIzzU_F5ujSEWKs
  .Nxwuj82fQlwiSaaU_fn5.cdnek8SCBZBZsBYLM83x {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: inherit;
  flex: inherit;
}
._uRczF0vvqkFpV1Su9EV .biLUFEIzzU_F5ujSEWKs .lang-switch .current-container {
  min-width: 1.7rem;
}
._uRczF0vvqkFpV1Su9EV .N9t5xpYK1aPQyWZJsORq {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
._uRczF0vvqkFpV1Su9EV .s1eofVVz6U5UCKd93X5w .pYN52y99qWk0Ejr8L1Sr {
  margin-left: 0.1rem;
}
._uRczF0vvqkFpV1Su9EV .s1eofVVz6U5UCKd93X5w .O0BMubzLNvD8YUvuQ45u {
  font-size: 0.2rem;
}
._uRczF0vvqkFpV1Su9EV .s1eofVVz6U5UCKd93X5w .LtGK9zGv_TlxZ2JUCYMg {
  margin-right: 0.1rem;
}
html[data-device="desktop"][data-skin-layout="2"] .header-user__desc {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  margin-top: 0.05rem;
}
html[data-device="desktop"][data-skin-layout="2"] .header-user_top {
  display: none;
}
.YbXT1Xe2AC0RC7xFLWAb {
  pointer-events: none;
  right: 0;
  z-index: 10;
}
.YbXT1Xe2AC0RC7xFLWAb,
.YbXT1Xe2AC0RC7xFLWAb .UwxFIfTxt3vloZTwrtuA {
  left: 0;
  position: absolute;
  top: 0;
}
.YbXT1Xe2AC0RC7xFLWAb .nJRC9tWiZriz4hK2JCBQ {
  position: absolute;
  right: 0;
  top: 0;
}
.e8FW_UuhIHJ9VWFYE7WF {
  left: 2.3rem;
  position: absolute;
  z-index: 10;
}
.XFK0iYuGpTEPpLYESUXw {
  margin-top: -0.1rem;
}
.CH_xzSEAgdugBdrl1AsX {
  color: #000;
  color: initial;
}
.HcPZMxqX6VZ2M6FLvXHe {
  height: 0.67rem;
  margin-top: -0.2rem;
  width: 1.2rem;
}
.BRM70sWfE4navRUtY5_R {
  margin-top: -0.1rem;
}
.BRM70sWfE4navRUtY5_R,
.F8i5tFbWjmexIj2XG0fe,
.HcPZMxqX6VZ2M6FLvXHe,
.NPT10fC3_2oCDBXYwF_h,
.OHhoTqB6BMU9nYSAlWpT,
.Qedsx9wPsgcISqKIppUJ,
.XFK0iYuGpTEPpLYESUXw {
  margin: 0 auto;
}
html[data-device="mobile"] .XFK0iYuGpTEPpLYESUXw {
  margin: -0.2rem 0 0;
}
html[data-device="mobile"] .OHhoTqB6BMU9nYSAlWpT,
html[data-device="mobile"] .Qedsx9wPsgcISqKIppUJ {
  margin-top: 0.1rem;
}
.QP3BhRt03qv1Gwd20Gjx {
  background-color: var(--theme-top-nav-bg);
  border-bottom: 0.01rem solid var(--theme-color-line);
  height: var(--theme-header-height);
  line-height: normal;
  padding: 0;
}
.QP3BhRt03qv1Gwd20Gjx .ant-layout-sider {
  background-color: transparent;
  margin-right: 0.05rem;
}
.QP3BhRt03qv1Gwd20Gjx .headerContainer {
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: calc(50vw + 4.85rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.QP3BhRt03qv1Gwd20Gjx .h5HeaderLogo {
  max-width: 2.9rem;
}
.FsIlkk6ASg9842NDOKxN .headerContainer {
  max-width: calc(50vw + 4.14rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jTFf7csn0IW96thDqxIV {
  -ms-flex-align: center;
  align-items: center;
  background: var(--theme-main-bg-color);
  border-bottom: thin solid var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  height: 100%;
  max-width: 100%;
  padding: 0 0.2rem 0 0.12rem;
  position: relative;
  z-index: 997;
}
.jTFf7csn0IW96thDqxIV .ant-layout-sider {
  height: var(--theme-header-height);
}
.jTFf7csn0IW96thDqxIV .ant-row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
.jTFf7csn0IW96thDqxIV .E93yjbQxITuiHQezK0fk {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jTFf7csn0IW96thDqxIV .E93yjbQxITuiHQezK0fk .h5z1ym_a35LWFkmIGcn2 {
  color: var(--theme-text-color-lighten);
}
.jTFf7csn0IW96thDqxIV .E93yjbQxITuiHQezK0fk button {
  font-size: 0.22rem;
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .Nihs7UEORX7bZ0dRjhNd {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.2rem;
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .sPf8yJ7xoCPDmC8fR2IY {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.jTFf7csn0IW96thDqxIV
  .xIn_U9Otk0B2RdAyr0lT
  .sPf8yJ7xoCPDmC8fR2IY
  button
  + button {
  margin-left: 0.2rem;
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .sPf8yJ7xoCPDmC8fR2IY button {
  font-size: 0.16rem;
  height: 0.4rem;
  min-width: 1rem;
}
.jTFf7csn0IW96thDqxIV
  .xIn_U9Otk0B2RdAyr0lT
  .sPf8yJ7xoCPDmC8fR2IY
  button:not(:lang(zh_CN)) {
  line-height: 1.1;
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .dropdown-arrow {
  color: var(--theme-text-color-lighten);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .ant-dropdown-open {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-aside-active-bg-color-0)),
    to(var(--theme-aside-active-bg-color-1))
  );
  background: linear-gradient(
    to bottom,
    var(--theme-aside-active-bg-color-0),
    var(--theme-aside-active-bg-color-1)
  );
  border-radius: 0.1rem;
}
.jTFf7csn0IW96thDqxIV
  .xIn_U9Otk0B2RdAyr0lT
  .ant-dropdown-open
  .personal-nickName {
  color: var(--theme-primary-color);
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .ant-dropdown-open .dropdown-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.jTFf7csn0IW96thDqxIV .xIn_U9Otk0B2RdAyr0lT .UxN5ooBia6xdU1XldUgg {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
}
.jTFf7csn0IW96thDqxIV .P1o_UCteiV3h9HcjF6sU {
  color: var(--theme-primary-font-color) !important;
  font-size: 0.16rem;
  max-width: 1rem;
}
.jTFf7csn0IW96thDqxIV .P1o_UCteiV3h9HcjF6sU > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.jTFf7csn0IW96thDqxIV .P1o_UCteiV3h9HcjF6sU > span:not(:lang(zh_CN)) {
  line-height: 1.1;
}
html[data-device="desktop"]
  .xIn_U9Otk0B2RdAyr0lT
  .sPf8yJ7xoCPDmC8fR2IY
  button:first-child {
  background-color: var(--theme-secondary-color-finance);
  border-color: var(--theme-secondary-color-finance);
  color: var(--theme-secondary-color-help-text-color);
}
html[data-device="desktop"]
  .xIn_U9Otk0B2RdAyr0lT
  .sPf8yJ7xoCPDmC8fR2IY
  button:nth-child(2) {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-font-color) !important;
}
html[data-device="desktop"]
  .xIn_U9Otk0B2RdAyr0lT
  .sPf8yJ7xoCPDmC8fR2IY
  button:nth-child(3) {
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: var(--theme-primary-font-color);
}
html[data-device="mobile"] .QP3BhRt03qv1Gwd20Gjx {
  height: 0.9rem;
  z-index: 101;
}
html[data-device="mobile"] .QP3BhRt03qv1Gwd20Gjx .jTFf7csn0IW96thDqxIV {
  background-size: 1.8rem 1.8rem;
}
.kZYkw_ttIEZGg4LKWJBg {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.kZYkw_ttIEZGg4LKWJBg .Ln2si3WNe4EnIFqHKObR {
  left: -0.1rem;
  position: absolute;
  top: -0.1rem;
}
.kZYkw_ttIEZGg4LKWJBg .TqMwwHfqIj6HuWCwi3k8 {
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}
.vyjFSNuDOUv2ikbo7GrF .nv6JrBRbCpZutl3K9MRd {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.vyjFSNuDOUv2ikbo7GrF .YDGgJkqVHasyPgpwB0EP {
  opacity: 0;
  pointer-events: none;
  z-index: -99;
}
.banner-swiper-box .banner-swiper {
  margin-bottom: 0.2rem;
}
.banner-swiper-box .banner-swiper.banner-swiper-mode1 {
  margin-bottom: 0;
}
.banner-swiper-box.hidden-swiper {
  opacity: 0;
}
.banner-swiper-box .banner-swiper-mode1 {
  height: var(--common-banner-height);
}
.banner-swiper-box .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.banner-swiper-box .swiper-slide:after {
  background: transparent;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
html[data-device="mobile"] .common-banner {
  padding: 0 0.2rem;
}
.mWBEfvwGD8FmIn81DGS6 .swiper-slide {
  position: relative;
}
.mWBEfvwGD8FmIn81DGS6 .swiper-pagination {
  bottom: 0.2rem;
  pointer-events: none;
}
.mWBEfvwGD8FmIn81DGS6 .swiper-pagination span {
  background-color: hsla(0, 0%, 100%, 0.5);
  border: thin solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  height: 0.11rem;
  opacity: 1;
  width: 0.11rem;
}
.mWBEfvwGD8FmIn81DGS6 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
html[data-device="desktop"] .mWBEfvwGD8FmIn81DGS6 .swiper-button-next:after,
html[data-device="desktop"] .mWBEfvwGD8FmIn81DGS6 .swiper-button-prev:after {
  display: none;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-next
  > .banner-change-btn,
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-prev
  > .banner-change-btn {
  height: 2.1rem;
  position: absolute;
  right: -0.1rem;
  top: -0.8rem;
  width: 1.7rem;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-next
  > .banner-change-btn
  > .banner-icon,
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-prev
  > .banner-change-btn
  > .banner-icon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: thin solid hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  height: 0.36rem;
  justify-content: center;
  position: absolute;
  right: 0.1rem;
  top: calc(50% - 0.18rem);
  width: 0.36rem;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-next
  > .banner-change-btn
  > .banner-icon:after,
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-prev
  > .banner-change-btn
  > .banner-icon:after {
  color: #fff;
  content: "next";
  display: block;
  font-family: swiper-icons;
  font-size: 0.16rem;
  font-weight: 700;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-prev
  > .banner-change-btn {
  left: -0.1rem;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-prev
  > .banner-change-btn
  > .banner-icon {
  left: 0.1rem;
  right: auto;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-prev
  > .banner-change-btn
  > .banner-icon:after {
  content: "prev";
  margin-right: 0.02rem;
}
html[data-device="desktop"] .mWBEfvwGD8FmIn81DGS6 .swiper-button-next:after {
  margin-left: 0.02rem;
}
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-button-next
  > section {
  right: -0.1rem;
}
html[data-device="desktop"] .mWBEfvwGD8FmIn81DGS6 .swiper-container {
  height: 100%;
  width: 100%;
}
html[data-device="desktop"] .mWBEfvwGD8FmIn81DGS6 .swiper-slide-active,
html[data-device="desktop"]
  .mWBEfvwGD8FmIn81DGS6
  .swiper-slide-duplicate-active {
  top: 0;
}
html[data-device="mobile"] .mWBEfvwGD8FmIn81DGS6 .swiper-button-next,
html[data-device="mobile"] .mWBEfvwGD8FmIn81DGS6 .swiper-button-prev {
  display: none;
}
html[data-device="mobile"] .mWBEfvwGD8FmIn81DGS6 .swiper-pagination {
  bottom: 0.1rem;
  width: 100%;
}
.ukqn_fJ6lKxMqMDeyXNg .vnrhX6afg44e0zil38Ph {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: pre-line;
}
.lytvPZkvP3R8d3ctvQPJ .banner-style1 {
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.lytvPZkvP3R8d3ctvQPJ .banner-style2 {
  -ms-flex-flow: row;
  flex-flow: row;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item {
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item > div {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0.2rem 0.1rem 0 0.2rem;
  width: 60%;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item > div > h1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  display: -webkit-box;
  font-size: 0.32rem;
  margin: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: pre-line;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item > div > h1.no-txt {
  position: relative;
  top: -0.1rem;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item > img {
  max-height: 100%;
  max-width: 40%;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item .banner-content-txt {
  max-height: 70%;
}
.lytvPZkvP3R8d3ctvQPJ .banner-slide-item[data-status="loading"] {
  -webkit-animation: common_bganimation 0.9s linear infinite;
  animation: common_bganimation 0.9s linear infinite;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--theme-main-bg-color)),
    color-stop(var(--theme-main-bg-color)),
    color-stop(var(--theme-main-bg-color)),
    color-stop(rgba(var(--theme-color-line-hex), 0.5)),
    color-stop(var(--theme-main-bg-color)),
    color-stop(var(--theme-main-bg-color)),
    to(var(--theme-main-bg-color))
  ) !important;
  background-image: linear-gradient(
    90deg,
    var(--theme-main-bg-color),
    var(--theme-main-bg-color),
    var(--theme-main-bg-color),
    rgba(var(--theme-color-line-hex), 0.5),
    var(--theme-main-bg-color),
    var(--theme-main-bg-color),
    var(--theme-main-bg-color)
  ) !important;
  background-size: 200% 100% !important;
}
html[data-device="desktop"] .lytvPZkvP3R8d3ctvQPJ {
  height: 100%;
  width: 100%;
}
html[data-device="desktop"] .lytvPZkvP3R8d3ctvQPJ .banner-content-txt {
  color: #fff;
  font-size: 0.26rem;
}
html[data-device="desktop"] .lytvPZkvP3R8d3ctvQPJ .banner-mode2 > div > h1 {
  font-size: 0.2rem;
  line-height: 0.22rem;
}
html[data-device="desktop"]
  .lytvPZkvP3R8d3ctvQPJ
  .banner-mode3
  .banner-content-txt {
  font-size: 0.22rem;
}
html[data-device="desktop"] .lytvPZkvP3R8d3ctvQPJ .banner-mode3 > div > h1 {
  -webkit-line-clamp: 2;
  font-size: 0.32rem;
}
html[data-device="mobile"] .lytvPZkvP3R8d3ctvQPJ {
  height: 100%;
  width: 100%;
}
html[data-device="mobile"] .lytvPZkvP3R8d3ctvQPJ .banner-content-txt {
  color: #fff;
}
html[data-device="mobile"]
  .lytvPZkvP3R8d3ctvQPJ
  .banner-mode3
  .banner-content-txt {
  font-size: 0.14rem;
}
html[data-device="mobile"] .lytvPZkvP3R8d3ctvQPJ .banner-mode3 > img {
  max-width: 35%;
}
html[data-device="mobile"] .lytvPZkvP3R8d3ctvQPJ .banner-mode3 > div > h1 {
  -webkit-line-clamp: 2;
  font-size: 0.2rem;
  font-weight: bolder;
  padding: 0;
}
html[data-device="mobile"] .lytvPZkvP3R8d3ctvQPJ .banner-slide-item > div > h1 {
  -webkit-line-clamp: 2;
}
.MkSy5eDdoOSfXU3d7o2M {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.MkSy5eDdoOSfXU3d7o2M.EHDOc_GbMyJ1c8_nYpyg {
  border: none !important;
  height: 0 !important;
}
.MkSy5eDdoOSfXU3d7o2M .ODpmAuZ5P5dWvxbKwcOf {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
html[data-device="mobile"] .MkSy5eDdoOSfXU3d7o2M {
  height: 0.7rem;
}
html[data-device="mobile"] .MkSy5eDdoOSfXU3d7o2M.DTQ77GFvQ2Ey4_fFDXqQ {
  border-bottom: 0.01rem solid var(--theme-color-line);
}
html[data-device="mobile"] .MkSy5eDdoOSfXU3d7o2M .ODpmAuZ5P5dWvxbKwcOf {
  height: 0.7rem;
}
html[data-device="desktop"] .MkSy5eDdoOSfXU3d7o2M {
  border: 0.01rem solid var(--theme-color-line);
  height: 0.6rem;
}
html[data-device="desktop"] .MkSy5eDdoOSfXU3d7o2M.DTQ77GFvQ2Ey4_fFDXqQ {
  border-top: none;
}
html[data-device="desktop"] .MkSy5eDdoOSfXU3d7o2M.MwaZK18hPnR_rSJNsAYS {
  border: none;
}
html[data-device="desktop"] .MkSy5eDdoOSfXU3d7o2M.C2IwkhcvFsxyExDTfIz6 {
  border-bottom: none;
}
html[data-device="desktop"] .MkSy5eDdoOSfXU3d7o2M.J0giKf1K2ORtvdaWRQxj {
  border: none !important;
}
html[data-device="desktop"] .MkSy5eDdoOSfXU3d7o2M .ODpmAuZ5P5dWvxbKwcOf {
  height: 0.6rem;
}
.DAEXSUBjuzUY1EoIAeEn {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.DAEXSUBjuzUY1EoIAeEn > img {
  will-change: auto !important;
}
.DAEXSUBjuzUY1EoIAeEn.LubvNYW6hJ8aFPwvFVVB {
  cursor: pointer;
}
.DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw,
.DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw .peeZHNmW5IsW4t8ZUpLw {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .v4LQgsaGCn3mMTQ4S4GC {
  color: var(--theme-text-color-darken);
}
.DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .EgqAwCEBwZ2ciGJxH_i1 {
  position: relative;
}
.DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .EgqAwCEBwZ2ciGJxH_i1
  .M_eD9YXTUs1oz0fphBVA {
  bottom: 0;
  color: var(--theme-text-color);
  left: 0;
  line-height: 1.2;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  word-break: keep-all;
}
html[data-device="desktop"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw {
  margin-left: 0.14rem;
}
html[data-device="desktop"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .v4LQgsaGCn3mMTQ4S4GC {
  font-size: 0.24rem;
  line-height: 0.29rem;
}
html[data-device="desktop"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .EgqAwCEBwZ2ciGJxH_i1 {
  font-size: 0.16rem;
  height: 0.18rem;
  word-break: keep-all;
}
html[data-device="desktop"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .EgqAwCEBwZ2ciGJxH_i1
  .M_eD9YXTUs1oz0fphBVA {
  top: -0.02rem;
}
html[data-device="mobile"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw {
  margin-left: 0.1rem;
}
html[data-device="mobile"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .v4LQgsaGCn3mMTQ4S4GC {
  font-size: 0.22rem;
  line-height: 1.1;
}
html[data-device="mobile"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .EgqAwCEBwZ2ciGJxH_i1 {
  font-size: 0.16rem;
  height: 0.18rem;
}
html[data-device="mobile"]
  .DAEXSUBjuzUY1EoIAeEn.ElKyPNTBKztA5502vWkw
  .peeZHNmW5IsW4t8ZUpLw
  .EgqAwCEBwZ2ciGJxH_i1
  .M_eD9YXTUs1oz0fphBVA {
  top: 0;
}
.LB_OoEBDIiHR_orQWjZi {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.LB_OoEBDIiHR_orQWjZi .v7Gu3VSoEuypS8B9EgaJ {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
}
.LB_OoEBDIiHR_orQWjZi .H7OjK05ObkC96xbKoAya,
.LB_OoEBDIiHR_orQWjZi .kuDrCs5zwNC6jnKugppe {
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.aG5W8rsptmZ9RO66S3cI {
  width: 100%;
}
.aG5W8rsptmZ9RO66S3cI,
.aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v {
  -ms-flex-pack: center;
  cursor: pointer;
  justify-content: center;
}
.aG5W8rsptmZ9RO66S3cI .MzKJCo_kccEXopglGrWF {
  background-color: var(--theme-table-bg-color);
  cursor: pointer;
}
.aG5W8rsptmZ9RO66S3cI .MzKJCo_kccEXopglGrWF img {
  will-change: auto !important;
}
.aG5W8rsptmZ9RO66S3cI .DvuNDsU5DEFvvcIAXWAe {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: 0.2rem;
}
.aG5W8rsptmZ9RO66S3cI .DvuNDsU5DEFvvcIAXWAe .ant-btn {
  border-radius: 0.1rem;
  font-family: MicrosoftYaHeiLobby;
  text-align: center;
}
html[data-device="desktop"] .aG5W8rsptmZ9RO66S3cI {
  gap: 0.2rem;
}
html[data-device="desktop"] .aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v {
  padding: 0 0.2rem;
  position: relative;
}
html[data-device="desktop"] .aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v:after {
  border-right: 0.01rem solid var(--theme-color-line);
  content: "";
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
html[data-device="desktop"] .aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v svg {
  font-size: 0.16rem;
}
html[data-device="desktop"]
  .aG5W8rsptmZ9RO66S3cI
  .DvuNDsU5DEFvvcIAXWAe
  .ant-btn {
  font-size: 0.16rem;
  height: 0.4rem;
  padding: 0 0.18rem;
}
html[data-device="mobile"] .aG5W8rsptmZ9RO66S3cI {
  gap: 0.2rem;
}
html[data-device="mobile"] .aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v {
  margin-right: -0.2rem;
  padding: 0 0.3rem;
}
html[data-device="mobile"] .aG5W8rsptmZ9RO66S3cI .pxU3k4yaAHPfT3wK4R8v svg {
  font-size: 0.2rem;
}
html[data-device="mobile"]
  .aG5W8rsptmZ9RO66S3cI
  .DvuNDsU5DEFvvcIAXWAe
  .ant-btn {
  font-size: 0.18rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 0.2rem;
  max-width: 1.6rem;
  min-height: 0.45rem;
  min-width: 1.2rem;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  white-space: normal;
  word-break: break-all;
}
.UOaT0FQcVoTJmdoV6b7n {
  position: relative;
  z-index: 9;
}
.FSli9_neG2gQSUZJAEB_ {
  overflow: hidden;
  position: relative;
}
.FSli9_neG2gQSUZJAEB_ .kVkE6uZZjG0IF85rza6h {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.FSli9_neG2gQSUZJAEB_.yiCKcwsWgxgf6lsuEZao .kVkE6uZZjG0IF85rza6h {
  left: auto;
  position: static;
  right: auto;
  top: auto;
}
.FSli9_neG2gQSUZJAEB_.yiCKcwsWgxgf6lsuEZao .kVkE6uZZjG0IF85rza6h .is-close {
  margin-bottom: 0.2rem;
}
html[data-device="mobile"] .FSli9_neG2gQSUZJAEB_ .kVkE6uZZjG0IF85rza6h {
  border-radius: 0.13rem 0.13rem 0 0;
}
html[data-device="mobile"]
  .FSli9_neG2gQSUZJAEB_.qlHLuvxr7K54g1daAv48
  .kVkE6uZZjG0IF85rza6h {
  border-radius: 0;
}
html[data-device="mobile"] .FSli9_neG2gQSUZJAEB_.tE68S2EhQAjiC2mphUHi {
  margin-bottom: 0.2rem;
}
html[data-device="desktop"] .FSli9_neG2gQSUZJAEB_ .kVkE6uZZjG0IF85rza6h {
  border-radius: 0.16rem 0.16rem 0 0;
}
html[data-device="desktop"]
  .FSli9_neG2gQSUZJAEB_.yiCKcwsWgxgf6lsuEZao
  .kVkE6uZZjG0IF85rza6h {
  border-radius: 0.16rem;
}
html[data-device="desktop"]
  .FSli9_neG2gQSUZJAEB_.qlHLuvxr7K54g1daAv48
  .kVkE6uZZjG0IF85rza6h {
  border-radius: 0;
  margin: auto;
  width: 12rem;
}
html[data-device="desktop"]
  .FSli9_neG2gQSUZJAEB_.mT5z7KIbfvsOMcu1Czbu
  .kVkE6uZZjG0IF85rza6h {
  border-radius: 0;
}
.tdnERPpjam1o9h7tiIHl .hidden-swiper {
  opacity: 0;
}
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode2,
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode2 .swiper-slide,
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode3,
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode3 .swiper-slide,
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode4,
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode4 .swiper-slide {
  border-radius: var(--common-banner-borderRedius);
}
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode1,
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode2 {
  height: var(--common-banner-height);
}
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode3 {
  height: auto;
}
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode3 .swiper-slide {
  height: var(--common-banner-height);
  width: var(--common-banner-commonModeCardWidth);
}
.tdnERPpjam1o9h7tiIHl
  .banner-swiper-mode3
  .swiper-slide:not(.swiper-slide-active) {
  -webkit-filter: blur(0.05rem);
  filter: blur(0.05rem);
}
.tdnERPpjam1o9h7tiIHl
  .banner-swiper-mode3
  .swiper-slide:not(.swiper-slide-active):after {
  background-color: transparent;
}
.tdnERPpjam1o9h7tiIHl
  .banner-swiper-mode3
  .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(
    .swiper-slide-prev
  ) {
  opacity: 0;
}
.tdnERPpjam1o9h7tiIHl
  .banner-swiper-mode3.single-swiper
  .swiper-slide.swiper-slide-active {
  padding: 0;
}
.tdnERPpjam1o9h7tiIHl .banner-swiper-mode4,
html[data-device="mobile"] .tdnERPpjam1o9h7tiIHl .banner-swiper-mode4 {
  height: var(--common-banner-height);
}
html[data-device="mobile"]
  .tdnERPpjam1o9h7tiIHl
  .banner-swiper-mode4
  .swiper-slide {
  border-radius: var(--common-banner-borderRedius);
}
html[data-device="mobile"] .tdnERPpjam1o9h7tiIHl .banner-swiper-mode1,
html[data-device="mobile"] .tdnERPpjam1o9h7tiIHl .banner-swiper-mode2,
html[data-device="mobile"] .tdnERPpjam1o9h7tiIHl .banner-swiper-mode3 {
  border-radius: var(--common-banner-borderRedius);
  height: var(--common-banner-height);
}
.uudMZ5EQkKmc4jAa3qFs .marquee {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  color: var(--theme-text-color);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  padding: 0.06rem 0.2rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee_wrap {
  height: 0.35rem;
  overflow: hidden;
  width: 11.1rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee_content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee_text {
  color: var(--theme-text-color);
  float: left;
  font-size: 0.18rem;
  height: 100%;
  padding-left: 10.8rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee_text2 {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: marqueeAnim;
  animation-name: marqueeAnim;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.uudMZ5EQkKmc4jAa3qFs .marquee > img {
  font-size: 0.26rem;
  height: 0.22rem;
  margin-right: 0.1rem;
  position: relative;
  width: 0.26rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee .swiper-slide div {
  height: 0.35rem;
  line-height: 0.35rem;
  white-space: nowrap;
}
.uudMZ5EQkKmc4jAa3qFs .marquee .messageBox {
  color: var(--theme-active-bg-color);
  cursor: pointer;
  position: relative;
}
.uudMZ5EQkKmc4jAa3qFs .marquee .messageBox.messageBoxOpen {
  top: -0.04rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee .messageBox.messageBoxClose {
  top: -0.05rem;
}
.uudMZ5EQkKmc4jAa3qFs .marquee .messageBox > img {
  height: 0.49rem;
  position: relative;
  top: -0.14rem;
}
.uudMZ5EQkKmc4jAa3qFs .marqueeContent {
  cursor: pointer;
}
.uudMZ5EQkKmc4jAa3qFs .marqueeContent br {
  display: contents !important;
}
.uudMZ5EQkKmc4jAa3qFs .marqueeContent div,
.uudMZ5EQkKmc4jAa3qFs .marqueeContent p,
.uudMZ5EQkKmc4jAa3qFs .marqueeContent span,
.uudMZ5EQkKmc4jAa3qFs .marqueeContent strong {
  display: inline-block;
  font-size: 0.22rem;
}
.uudMZ5EQkKmc4jAa3qFs .marqueeContent img {
  height: 0.22rem !important;
  width: auto !important;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marquee {
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 transparent;
  box-shadow: 0 0.03rem 0.09rem 0 transparent;
  font-size: 0.24rem;
  padding: 0 0.2rem 0 0.25rem;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marquee_wrap {
  width: 5.9rem;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marquee > img {
  height: 0.32rem;
  top: -0.01rem;
  width: 0.36rem;
}
html[data-device="mobile"]
  .uudMZ5EQkKmc4jAa3qFs
  .marquee
  .messageBox.messageBoxClose {
  top: 0.02rem;
}
html[data-device="mobile"]
  .uudMZ5EQkKmc4jAa3qFs
  .marquee
  .messageBox.messageBoxOpen {
  top: 0.03rem;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marquee .messageBox > img {
  top: -0.07rem;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marquee .messageBox > i {
  margin-top: -0.1rem;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marqueeContent div,
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marqueeContent p,
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marqueeContent span,
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marqueeContent strong {
  font-size: 0.24rem !important;
}
html[data-device="mobile"] .uudMZ5EQkKmc4jAa3qFs .marqueeContent img {
  height: 0.24rem !important;
  width: auto !important;
}
@-webkit-keyframes bJhDQQE9mgbPx1zJyEJQ {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes bJhDQQE9mgbPx1zJyEJQ {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.W_HrHBau_HZh0GDL33Pb {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.76rem;
  justify-content: center;
}
.W_HrHBau_HZh0GDL33Pb li {
  color: var(--theme-secondary-color-finance);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
  font-weight: 700;
  height: 100%;
  line-height: 1.12;
  margin-right: 0.01rem;
  text-align: center;
}
html[data-device="mobile"] .W_HrHBau_HZh0GDL33Pb {
  height: 0.51rem;
}
html[data-device="mobile"] .W_HrHBau_HZh0GDL33Pb li {
  font-size: 0.4rem;
  line-height: 1.13;
}
.UPp1W0Xh4ZApPH51lhrc {
  height: var(--box-cut-height);
  position: relative;
  width: var(--box-cut-width);
}
.UPp1W0Xh4ZApPH51lhrc .OaTiUtmhh1nIeBrt55QM {
  border: thin solid var(--theme-game-lobby-border);
  border-radius: var(--box-cut-border-radius);
  -webkit-box-shadow: var(--theme-aside-box-shadow);
  box-shadow: var(--theme-aside-box-shadow);
  -webkit-box-shadow: 0 0.02rem 0.04rem 0
    var(--theme-aside-no-active-box-shadow);
  box-shadow: 0 0.02rem 0.04rem 0 var(--theme-aside-no-active-box-shadow);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.UPp1W0Xh4ZApPH51lhrc .pjSxhHx4BwzMwdJBOEvh {
  border-color: var(--box-cut-border-color);
  border-radius: var(--box-cut-border-radius);
  border-style: solid;
  border-width: var(--box-cut-border-width);
  bottom: 0;
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.hvRXJ9qLx7Tj34M5cuRg .OaTiUtmhh1nIeBrt55QM {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html[data-device="desktop"] .hvRXJ9qLx7Tj34M5cuRg,
html[data-device="mobile"] .hvRXJ9qLx7Tj34M5cuRg {
  --box-cut-width: fit-content;
  --box-cut-height: fit-content;
  --box-cut-box-shadow: none;
  --box-cut-border-width: 0;
  --box-cut-border-color: var(--theme-game-lobby-border);
  --box-cut-border-radius: 0.2rem;
}
html[data-device="desktop"] .w4G84MIUdoSGWRMhChDO {
  --label-game-status-height: 0.2rem;
  --label-game-status-padding: 0.02rem 0.02rem 0.02rem 0.06rem;
  --status-text-font-size: 0.14rem;
  --label-game-status-z-index: initial;
}
html[data-device="desktop"] .vgWLOnJbfRQmlO0yYBMQ {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-activities-text);
  display: -ms-flexbox;
  display: flex;
  height: var(--label-game-status-height);
  justify-content: center;
  left: -0.01rem;
  padding: var(--label-game-status-padding);
  position: absolute;
  top: 0;
  z-index: var(--label-game-status-z-index);
}
html[data-device="desktop"] .vgWLOnJbfRQmlO0yYBMQ ._Cnam7DTbnTCBVAF7gVz {
  font-size: var(--status-text-font-size);
  font-weight: 700;
  line-height: 1;
}
html[data-device="desktop"] .vgWLOnJbfRQmlO0yYBMQ.VyrCCLnpqwvJzDkDJxup {
  background-color: var(--theme-secondary-color-error);
}
html[data-device="desktop"]
  .vgWLOnJbfRQmlO0yYBMQ.VyrCCLnpqwvJzDkDJxup
  .RLOwyQwlhk9K13jqtqxc {
  color: var(--theme-secondary-color-error);
}
html[data-device="desktop"] .vgWLOnJbfRQmlO0yYBMQ.FReanxglKJtfH8KSSt7A {
  background-color: var(--theme-secondary-color-success);
}
html[data-device="desktop"]
  .vgWLOnJbfRQmlO0yYBMQ.FReanxglKJtfH8KSSt7A
  .RLOwyQwlhk9K13jqtqxc {
  color: var(--theme-secondary-color-success);
}
html[data-device="desktop"] .vgWLOnJbfRQmlO0yYBMQ._VQGRvNmCShClNfztWpy {
  background-color: var(--theme-secondary-color-finance);
}
html[data-device="desktop"]
  .vgWLOnJbfRQmlO0yYBMQ._VQGRvNmCShClNfztWpy
  .RLOwyQwlhk9K13jqtqxc {
  color: var(--theme-secondary-color-finance);
}
html[data-device="desktop"] .vgWLOnJbfRQmlO0yYBMQ .RLOwyQwlhk9K13jqtqxc {
  font-size: var(--label-game-status-height);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
}
html[data-device="mobile"] .w4G84MIUdoSGWRMhChDO {
  --label-game-status-height: 0.3rem;
  --label-game-status-padding: 0.02rem 0.02rem 0.02rem 0.08rem;
  --status-text-font-size: 0.2rem;
  --label-game-status-z-index: initial;
}
html[data-device="mobile"] .vgWLOnJbfRQmlO0yYBMQ {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-activities-text);
  display: -ms-flexbox;
  display: flex;
  height: var(--label-game-status-height);
  justify-content: center;
  left: -0.02rem;
  padding: var(--label-game-status-padding);
  position: absolute;
  top: 0;
  z-index: var(--label-game-status-z-index);
}
html[data-device="mobile"] .vgWLOnJbfRQmlO0yYBMQ ._Cnam7DTbnTCBVAF7gVz {
  font-size: var(--status-text-font-size);
  font-weight: 700;
  line-height: 1;
}
html[data-device="mobile"] .vgWLOnJbfRQmlO0yYBMQ.VyrCCLnpqwvJzDkDJxup {
  background-color: var(--theme-secondary-color-error);
}
html[data-device="mobile"]
  .vgWLOnJbfRQmlO0yYBMQ.VyrCCLnpqwvJzDkDJxup
  .RLOwyQwlhk9K13jqtqxc {
  color: var(--theme-secondary-color-error);
}
html[data-device="mobile"] .vgWLOnJbfRQmlO0yYBMQ.FReanxglKJtfH8KSSt7A {
  background-color: var(--theme-secondary-color-success);
}
html[data-device="mobile"]
  .vgWLOnJbfRQmlO0yYBMQ.FReanxglKJtfH8KSSt7A
  .RLOwyQwlhk9K13jqtqxc {
  color: var(--theme-secondary-color-success);
}
html[data-device="mobile"] .vgWLOnJbfRQmlO0yYBMQ._VQGRvNmCShClNfztWpy {
  background-color: var(--theme-secondary-color-finance);
}
html[data-device="mobile"]
  .vgWLOnJbfRQmlO0yYBMQ._VQGRvNmCShClNfztWpy
  .RLOwyQwlhk9K13jqtqxc {
  color: var(--theme-secondary-color-finance);
}
html[data-device="mobile"] .vgWLOnJbfRQmlO0yYBMQ .RLOwyQwlhk9K13jqtqxc {
  font-size: var(--label-game-status-height);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(60%);
  transform: translateX(60%);
}
.gLewRcna0K5rNnZ8eycK {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: var(--mask-maintain-border-radius);
  bottom: 0;
  cursor: not-allowed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 9;
}
.gLewRcna0K5rNnZ8eycK .YUNua9cw7yz2bSM7ks1y {
  height: var(--maintain-circle-height);
  width: var(--maintain-circle-width);
}
.gLewRcna0K5rNnZ8eycK .H0k7ogH5Wk2oc0tBg9PV {
  color: var(--theme-disabled-font-color);
  font-size: var(--maintain-text-font-size);
  font-weight: 700;
  line-height: 1;
  margin-top: var(--maintain-text-margin-top);
  text-align: center;
}
.gLewRcna0K5rNnZ8eycK.zzVTkohoiLhYP8stVfG6 {
  border-radius: var(--mask-maintain-border-radius);
}
.gLewRcna0K5rNnZ8eycK.zzVTkohoiLhYP8stVfG6 .YUNua9cw7yz2bSM7ks1y {
  height: var(--maintain-circle-height);
  width: var(--maintain-circle-width);
}
.gLewRcna0K5rNnZ8eycK.zzVTkohoiLhYP8stVfG6 .H0k7ogH5Wk2oc0tBg9PV {
  font-size: var(--maintain-text-font-size);
  margin-top: var(--maintain-text-margin-top);
}
html[data-device="desktop"] ._4E1c5NqlRXRlQAhLnaI {
  --mask-maintain-border-radius: 0;
  --maintain-circle-width: 0.58rem;
  --maintain-circle-height: 0.58rem;
  --maintain-text-margin-top: 0.22rem;
  --maintain-text-font-size: 0.18rem;
}
html[data-device="desktop"] .nQLkuXgyvCZs2FNlASNY {
  --mask-maintain-border-radius: 0;
  --maintain-circle-width: 0.5rem;
  --maintain-circle-height: 0.5rem;
  --maintain-text-margin-top: 0.06rem;
  --maintain-text-font-size: 0.16rem;
}
html[data-device="mobile"] ._4E1c5NqlRXRlQAhLnaI {
  --mask-maintain-border-radius: 0;
  --maintain-circle-width: 0.92rem;
  --maintain-circle-height: 0.92rem;
  --maintain-text-margin-top: 0.22rem;
  --maintain-text-font-size: 0.3rem;
}
html[data-device="mobile"] .nQLkuXgyvCZs2FNlASNY {
  --mask-maintain-border-radius: 0;
  --maintain-circle-width: 0.5rem;
  --maintain-circle-height: 0.5rem;
  --maintain-text-margin-top: 0.1rem;
  --maintain-text-font-size: 0.18rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR {
  cursor: pointer;
  height: 3rem;
  width: 3.54rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1 {
  height: 3rem;
  width: 3.54rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.Lj3baUtzBdDRdeguaXHb,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.Lj3baUtzBdDRdeguaXHb {
  background-position: 50% !important;
  background-size: cover !important;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX {
  height: 3.15rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX.Lj3baUtzBdDRdeguaXHb,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX.Lj3baUtzBdDRdeguaXHb {
  background-position: 50% !important;
  background-size: cover !important;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA {
  background-color: #f5f5f5;
  border-bottom: 0.02rem solid #f5f5f5;
  height: 0.63rem;
  margin-top: 0.1rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.63rem;
  padding: 0 0.1rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .v9WTYH9od8wktUtM8HNS,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .v9WTYH9od8wktUtM8HNS {
  -ms-flex: 0;
  flex: 0;
  font-size: 0.24rem;
  width: 0.46rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .qD7E1YPk4UCiNDdSLkqQ,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  text-align: left;
  width: 2.4rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .LBRuiLXBXp3lhOBIhMTw,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .u6GN7N88uqvd8lKaUb1Y,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .LBRuiLXBXp3lhOBIhMTw,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .u6GN7N88uqvd8lKaUb1Y {
  color: #a37c3c;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .YlZZ_BKF7N0gSe09QVa2,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .YlZZ_BKF7N0gSe09QVa2 {
  border-bottom: 0.02rem solid #a37c3c;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox {
  background-size: contain;
  height: 2.4rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox
  .UT93MAiiyj3rpoaGlJCX,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 2.4rem;
  max-width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp {
  cursor: pointer;
  padding: 0 0.1rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.6rem;
  position: relative;
  top: 0.1rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .omU_1vZbmZ72M3QoSPBk,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .omU_1vZbmZ72M3QoSPBk {
  background: no-repeat;
  background-size: contain;
  color: #f5f5f5;
  font-size: 3.4rem;
  height: 0.6rem;
  position: absolute;
  width: 3.4rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .xOj861Vyc9Fv1vuvRbhc,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .xOj861Vyc9Fv1vuvRbhc {
  color: #a37c3c;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 2.3rem;
  justify-content: center;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ
  .UT93MAiiyj3rpoaGlJCX,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 2.3rem;
  max-width: 3.54rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .RlV2IUKf7CnKEu9heUEw,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .RlV2IUKf7CnKEu9heUEw {
  padding-left: 0.14rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.zIkph8uE1g3w55Rydy3C,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.zIkph8uE1g3w55Rydy3C {
  height: 3.15rem;
  margin-top: 0.3rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr {
  background-color: #f5f5f5;
  border: 0.02rem solid #f5f5f5;
  height: 3.98rem;
  margin-top: 0.3rem;
  width: 3.58rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .GS6FHQXqoS0xgksKTlJd,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .GS6FHQXqoS0xgksKTlJd {
  background: no-repeat;
  background-size: contain;
  height: 3.02rem;
  margin: 0.3rem 0.3rem 0;
  overflow: hidden;
  width: 3.02rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .DF4tQXQMWU8sfhXUIwTJ,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .DF4tQXQMWU8sfhXUIwTJ {
  height: 4rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .UT93MAiiyj3rpoaGlJCX,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 3.02rem;
  max-width: 3.02rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0.3rem;
  width: 3rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY
  .AfGVRX2gRReRDTrr3hNS {
  width: 0.46rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S {
  background-color: #f5f5f5;
  height: 3.2rem;
  margin-top: 0.2rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .B8wLb6aIKGt0rdUcYCbl,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .B8wLb6aIKGt0rdUcYCbl {
  background: no-repeat;
  background-size: contain;
  height: 2.4rem;
  margin: 0.1rem 0.1rem 0.7rem;
  overflow: hidden;
  width: 3.4rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G {
  height: 3.2rem;
  position: relative;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .TgyZo8NQPK9e9DZe7p5s,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .TgyZo8NQPK9e9DZe7p5s {
  height: 3.2rem;
  width: 3.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .UT93MAiiyj3rpoaGlJCX,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 3.1rem;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.8rem;
  justify-content: space-between;
  left: 0.2rem;
  position: absolute;
  top: 0.1rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .AfGVRX2gRReRDTrr3hNS {
  width: 0.46rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .qD7E1YPk4UCiNDdSLkqQ,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .LBRuiLXBXp3lhOBIhMTw,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .LBRuiLXBXp3lhOBIhMTw {
  color: #fff;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.gZB4Md99qT_3XWk2Vrfg,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.gZB4Md99qT_3XWk2Vrfg {
  border: 0.02rem solid #a37c3c;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.ZxFNvWYCrz37b6sHryni,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.ZxFNvWYCrz37b6sHryni {
  background-color: #a37c3c;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG {
  -ms-flex-negative: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.08rem;
  justify-content: center;
  left: 50%;
  max-width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 2.6rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv {
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv
  .q0OFxm0CPn_M6WX6T9EN,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv
  .q0OFxm0CPn_M6WX6T9EN {
  min-height: 0;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv
  .yTXAtXCXplcGe1V2GdRG,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv
  .yTXAtXCXplcGe1V2GdRG {
  display: block;
  margin-bottom: 0.03rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  gap: 0.05rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .AfGVRX2gRReRDTrr3hNS {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.38rem;
  margin: -0.09rem -0.03rem;
  width: 0.38rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .qD7E1YPk4UCiNDdSLkqQ,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
  margin-left: 0.1rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .LBRuiLXBXp3lhOBIhMTw,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .LBRuiLXBXp3lhOBIhMTw {
  color: #fff;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN {
  color: var(--theme-text-color-lighten);
  font-size: 0.16rem;
}
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .qD7E1YPk4UCiNDdSLkqQ,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN,
html[data-device="desktop"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .qD7E1YPk4UCiNDdSLkqQ {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: inherit;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  white-space: pre-line;
  word-break: normal;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR {
  cursor: pointer;
  height: 2.5rem;
  width: 6.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1 {
  height: 2.5rem;
  width: 6.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.Lj3baUtzBdDRdeguaXHb {
  background-position: 50% !important;
  background-size: cover !important;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX {
  height: 3.15rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX.Lj3baUtzBdDRdeguaXHb {
  background-position: 50% !important;
  background-size: cover !important;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA {
  background-color: #f5f5f5;
  border-bottom: 0.02rem solid #f5f5f5;
  height: 0.63rem;
  margin-top: 0.1rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.63rem;
  padding: 0 0.1rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .v9WTYH9od8wktUtM8HNS {
  -ms-flex: 0;
  flex: 0;
  font-size: 0.24rem;
  width: 0.46rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  text-align: left;
  width: 2.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .LBRuiLXBXp3lhOBIhMTw,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .u6GN7N88uqvd8lKaUb1Y {
  color: #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .YlZZ_BKF7N0gSe09QVa2 {
  border-bottom: 0.02rem solid #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox {
  background-size: contain;
  height: 2.4rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 2.4rem;
  max-width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp {
  cursor: pointer;
  padding: 0 0.1rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.6rem;
  position: relative;
  top: 0.1rem;
  width: 2.2rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .omU_1vZbmZ72M3QoSPBk {
  background: no-repeat;
  background-size: contain;
  color: #f5f5f5;
  font-size: 3.4rem;
  height: 0.6rem;
  position: absolute;
  width: 3.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .xOj861Vyc9Fv1vuvRbhc {
  color: #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 2.3rem;
  justify-content: center;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 2.3rem;
  max-width: 2.85rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .RlV2IUKf7CnKEu9heUEw {
  padding-left: 0.14rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.zIkph8uE1g3w55Rydy3C {
  height: 3.15rem;
  margin-top: 0.3rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr {
  background-color: #f5f5f5;
  border: 0.02rem solid #f5f5f5;
  height: 3.98rem;
  margin-top: 0.3rem;
  width: 3.58rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .GS6FHQXqoS0xgksKTlJd {
  background: no-repeat;
  background-size: contain;
  height: 3.02rem;
  margin: 0.3rem 0.3rem 0;
  overflow: hidden;
  width: 3.02rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .DF4tQXQMWU8sfhXUIwTJ {
  height: 4rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 3.02rem;
  max-width: 3.02rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0.3rem;
  width: 3rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY
  .AfGVRX2gRReRDTrr3hNS {
  width: 0.46rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S {
  background-color: #f5f5f5;
  height: 3.2rem;
  margin-top: 0.2rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .B8wLb6aIKGt0rdUcYCbl {
  background: no-repeat;
  background-size: contain;
  height: 2.4rem;
  margin: 0.1rem 0.1rem 0.7rem;
  overflow: hidden;
  width: 3.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G {
  height: 3.2rem;
  position: relative;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .TgyZo8NQPK9e9DZe7p5s {
  height: 3.2rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 3.1rem;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.8rem;
  justify-content: space-between;
  left: 0.2rem;
  position: absolute;
  top: 0.1rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .AfGVRX2gRReRDTrr3hNS {
  width: 0.46rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .LBRuiLXBXp3lhOBIhMTw {
  color: #fff;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.gZB4Md99qT_3XWk2Vrfg {
  border: 0.02rem solid #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh.ZxFNvWYCrz37b6sHryni {
  background-color: #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG {
  -ms-flex-negative: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  left: 50%;
  max-width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv {
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv
  .yTXAtXCXplcGe1V2GdRG {
  display: block;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .AfGVRX2gRReRDTrr3hNS {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
  margin-left: 0.1rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .LBRuiLXBXp3lhOBIhMTw {
  color: #fff;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN {
  color: var(--theme-text-color-lighten);
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .OLOEZiN5KWX6Kt5kkJKh
  .mQE_sVBuvM0YkFjnM_pG
  .qD7E1YPk4UCiNDdSLkqQ {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: inherit;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  white-space: pre-line;
  word-break: normal;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR {
  cursor: pointer;
  height: 2.04rem;
  width: 5.2rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1 {
  height: 2.04rem;
  width: 5.2rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.Lj3baUtzBdDRdeguaXHb {
  background-position: 50% !important;
  background-size: cover !important;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX {
  height: 3.15rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX.Lj3baUtzBdDRdeguaXHb {
  background-position: 50% !important;
  background-size: cover !important;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA {
  background-color: #f5f5f5;
  border-bottom: 0.02rem solid #f5f5f5;
  height: 0.63rem;
  margin-top: 0.1rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.63rem;
  padding: 0 0.1rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .AfGVRX2gRReRDTrr3hNS,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .v9WTYH9od8wktUtM8HNS {
  -ms-flex: 0;
  flex: 0;
  font-size: 0.24rem;
  width: 0.46rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  text-align: left;
  width: 2.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .LBRuiLXBXp3lhOBIhMTw,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .sU4TqSVBfHA6UFuADQTA
  .eSLK5rZmaB4iQ2_RmT8C
  .w3IRQ5L5RQGtRjsfDjaY
  .u6GN7N88uqvd8lKaUb1Y {
  color: #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .YlZZ_BKF7N0gSe09QVa2 {
  border-bottom: 0.02rem solid #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox {
  background-size: contain;
  height: 2.4rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .Q3yFzcZuNAVryN0yhGAX
  .gtrqxtgjPHMrWSN2spox
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 2.4rem;
  max-width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp {
  cursor: pointer;
  padding: 0 0.1rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  height: 0.6rem;
  position: relative;
  top: 0.1rem;
  width: 1.9rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .omU_1vZbmZ72M3QoSPBk {
  background: no-repeat;
  background-size: contain;
  color: #f5f5f5;
  font-size: 3.4rem;
  height: 0.6rem;
  position: absolute;
  width: 3.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .osFHvSVnBBGGC8a19pnD
  .xOj861Vyc9Fv1vuvRbhc {
  color: #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  height: 2.3rem;
  justify-content: center;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .OyvuP2HbW03HI9H0V5CJ
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 2.3rem;
  max-width: 2.34rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.IKOsMVpkmOVF6pfl_GOR
  .UQlcAwAqPTshl5RcnPw1.pMKUU5F_92EBXZvKJPtp
  .RlV2IUKf7CnKEu9heUEw {
  padding-left: 0.14rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.zIkph8uE1g3w55Rydy3C {
  height: 3.15rem;
  margin-top: 0.3rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr {
  background-color: #f5f5f5;
  border: 0.02rem solid #f5f5f5;
  height: 3.98rem;
  margin-top: 0.3rem;
  width: 3.58rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .GS6FHQXqoS0xgksKTlJd {
  background: no-repeat;
  background-size: contain;
  height: 3.02rem;
  margin: 0.3rem 0.3rem 0;
  overflow: hidden;
  width: 3.02rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .DF4tQXQMWU8sfhXUIwTJ {
  height: 4rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 3.02rem;
  max-width: 3.02rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 0.3rem;
  width: 3rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SgviZLACYSmFcfKXvTYr
  .en9xJCmNe1eN_OsQd8UN
  .Cs6cqkGR0kr7yAVE3rYY
  .AfGVRX2gRReRDTrr3hNS {
  width: 0.46rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S {
  background-color: #f5f5f5;
  height: 3.2rem;
  margin-top: 0.2rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .B8wLb6aIKGt0rdUcYCbl {
  background: no-repeat;
  background-size: contain;
  height: 2.4rem;
  margin: 0.1rem 0.1rem 0.7rem;
  overflow: hidden;
  width: 3.4rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G {
  height: 3.2rem;
  position: relative;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .TgyZo8NQPK9e9DZe7p5s {
  height: 3.2rem;
  width: 3.6rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .UT93MAiiyj3rpoaGlJCX {
  max-height: 3.1rem;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 2.8rem;
  justify-content: space-between;
  left: 0.2rem;
  position: absolute;
  top: 0.1rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .AfGVRX2gRReRDTrr3hNS {
  width: 0.46rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.SYa43UEMrAlmZMXFsn9S
  .m8_kwjZJq1gIOWAxru3G
  .ChQ3lK7CYTNlZh7NtqbC
  .LBRuiLXBXp3lhOBIhMTw {
  color: #fff;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.gZB4Md99qT_3XWk2Vrfg {
  border: 0.02rem solid #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU.ZxFNvWYCrz37b6sHryni {
  background-color: #a37c3c;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG {
  -ms-flex-negative: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  left: 50%;
  max-width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv {
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG.U31uMhH19YFE_oaYf9Xv
  .yTXAtXCXplcGe1V2GdRG {
  display: block;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .AfGVRX2gRReRDTrr3hNS {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .qD7E1YPk4UCiNDdSLkqQ {
  color: #333;
  margin-left: 0.1rem;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .jgaZWPKshr6tPqbQcFZi
  .LBRuiLXBXp3lhOBIhMTw {
  color: #fff;
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN {
  color: var(--theme-text-color-lighten);
}
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .q0OFxm0CPn_M6WX6T9EN,
html[data-device="mobile"]
  .sGCDNtCY_or98l7IQM3H
  .wrYch30KZw7FRJ5ewvKU
  .mQE_sVBuvM0YkFjnM_pG
  .qD7E1YPk4UCiNDdSLkqQ {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: inherit;
  line-height: 1.5;
  overflow: hidden;
  text-align: center;
  white-space: pre-line;
  word-break: normal;
}
.fPIdyctNkQMAaUHH9p3O {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 4.42rem;
}
.fPIdyctNkQMAaUHH9p3O .ant-empty-image {
  margin-bottom: 0;
}
.fPIdyctNkQMAaUHH9p3O > div {
  height: auto;
}
.fPIdyctNkQMAaUHH9p3O p {
  color: var(--theme-text-color-lighten);
  font-size: 0.22rem;
  margin-top: 0.2rem;
}
.Hy0apI0ZiEQzV8jzkN5r {
  margin: 0 auto;
}
.Hy0apI0ZiEQzV8jzkN5r.CoEEKEkFoyNZrWgyqZVg {
  height: 100%;
}
.Hy0apI0ZiEQzV8jzkN5r .D48UdVfb0MD2UhHK6cDB {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.Hy0apI0ZiEQzV8jzkN5r .D48UdVfb0MD2UhHK6cDB > div:not(.a96Wk2DLJlvblA6jVpkg) {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
}
.Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB
  > div.a96Wk2DLJlvblA6jVpkg.a96Wk2DLJlvblA6jVpkg.a96Wk2DLJlvblA6jVpkg {
  width: 100%;
}
.Hy0apI0ZiEQzV8jzkN5r .ALIc5g3oKlSGxGBQS_II {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html[data-device="desktop"] .Hy0apI0ZiEQzV8jzkN5r,
html[data-device="mobile"] .Hy0apI0ZiEQzV8jzkN5r {
  --cardRowSpacing: 0;
  --cardColSpacing: 0;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.oAwNZtH7mLgBpVmd6aac
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.oAwNZtH7mLgBpVmd6aac
  > div {
  width: 100%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.pZ8Whu_ovt4tL7jigmwK
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.pZ8Whu_ovt4tL7jigmwK
  > div {
  width: 50%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.FbqozJtghuC4CemHog78
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.FbqozJtghuC4CemHog78
  > div {
  width: 33.33333%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.HBwhJ2XP805Ko1WAiXpG
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.HBwhJ2XP805Ko1WAiXpG
  > div {
  width: 25%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.o43sXLQ2QVsXhPZz1S5_
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.o43sXLQ2QVsXhPZz1S5_
  > div {
  width: 20%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.gJKhPT4VxvrSq1XKmlee
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.gJKhPT4VxvrSq1XKmlee
  > div {
  width: 16.66667%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.DPA5rF7F9J7tnTRfAq0z
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.DPA5rF7F9J7tnTRfAq0z
  > div {
  width: 14.28571%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.TErudPLgaLl6Ewgs4KXV
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.TErudPLgaLl6Ewgs4KXV
  > div {
  width: 12.5%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.Az3KUQk6LD9VCmG8Qg1O
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.Az3KUQk6LD9VCmG8Qg1O
  > div {
  width: 11.11111%;
}
html[data-device="desktop"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.M1UmhJdZaUrTy63D0nA3
  > div,
html[data-device="mobile"]
  .Hy0apI0ZiEQzV8jzkN5r
  .D48UdVfb0MD2UhHK6cDB.M1UmhJdZaUrTy63D0nA3
  > div {
  width: 10%;
}
html[data-device="desktop"] .Hy0apI0ZiEQzV8jzkN5r .D48UdVfb0MD2UhHK6cDB > div,
html[data-device="mobile"] .Hy0apI0ZiEQzV8jzkN5r .D48UdVfb0MD2UhHK6cDB > div {
  margin: var(--cardRowSpacing) var(--cardColSpacing);
}
.bAuwVzZUvJz1hwuJKpcs {
  -ms-flex-pack: center;
  justify-content: center;
}
.bAuwVzZUvJz1hwuJKpcs,
.bAuwVzZUvJz1hwuJKpcs .DLDffOXRrJONHTENtZWr {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.bAuwVzZUvJz1hwuJKpcs .DLDffOXRrJONHTENtZWr {
  color: var(--theme-jackpot-title-color);
}
.bAuwVzZUvJz1hwuJKpcs .DLDffOXRrJONHTENtZWr .yddn9BTKjTnjZSphwc42 {
  font-size: var(--title-font-size);
  text-align: center;
  -webkit-transform: perspective(1000);
  transform: perspective(1000);
}
.bAuwVzZUvJz1hwuJKpcs .DLDffOXRrJONHTENtZWr > i {
  font-size: var(--wing-font-size);
  width: 0.2rem;
}
.bAuwVzZUvJz1hwuJKpcs .DLDffOXRrJONHTENtZWr > i.FVOFlvB08Hb00qUAb_qQ {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
html[data-device="desktop"] .B57gTcROOCPrHNbqXmbz,
html[data-device="desktop"] .GwOrwEnm6M2cuLjRv8ik {
  --title-font-size: 0.16rem;
  --wing-font-size: 0.19rem;
}
html[data-device="mobile"] .B57gTcROOCPrHNbqXmbz {
  --title-font-size: 0.26rem;
  --wing-font-size: 0.3rem;
}
html[data-device="mobile"] .GwOrwEnm6M2cuLjRv8ik {
  --title-font-size: 0.21rem;
  --wing-font-size: 0.25rem;
}
.nXRrOZpbmHGQcg2jD8Oy {
  margin: 0;
  margin-top: var(--num-link-margin-top);
  min-width: 100%;
  padding: 0;
}
.nXRrOZpbmHGQcg2jD8Oy .wIc2NYMSeYhzOYpm5Pbb {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nXRrOZpbmHGQcg2jD8Oy .wIc2NYMSeYhzOYpm5Pbb > p {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 0.01rem;
}
.nXRrOZpbmHGQcg2jD8Oy .wIc2NYMSeYhzOYpm5Pbb > p,
.nXRrOZpbmHGQcg2jD8Oy .wIc2NYMSeYhzOYpm5Pbb > p > u {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.nXRrOZpbmHGQcg2jD8Oy .wIc2NYMSeYhzOYpm5Pbb > p > u {
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-text-color-placeholder);
  border-radius: var(--num-box-border-radius);
  -webkit-box-shadow: 0 0.01rem 0.01rem 0 inset
    var(--theme-jackpot-num-bg-shadow-color-0);
  box-shadow: 0 0.01rem 0.01rem 0 inset
    var(--theme-jackpot-num-bg-shadow-color-0);
  color: var(--theme-secondary-color-finance);
  font-size: var(--num-font-size);
  font-weight: 700;
  height: var(--num-box-height);
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: var(--num-box-width);
}
.nXRrOZpbmHGQcg2jD8Oy .wIc2NYMSeYhzOYpm5Pbb > p > u.cdGzPX2Ux8mwz2lHhQ1x {
  opacity: 1;
}
html[data-device="desktop"] .Ot3J0aS7whRM7Fpl0ZNI,
html[data-device="desktop"] .frId9gDM13xDFdOFYlCg {
  --num-link-margin-top: 0.03rem;
  --num-box-width: 0.12rem;
  --num-box-height: 0.2rem;
  --num-font-size: 0.14rem;
  --num-box-border-radius: 0.02rem;
}
html[data-device="mobile"] .frId9gDM13xDFdOFYlCg {
  --num-link-margin-top: 0.06rem;
  --num-box-width: 0.21rem;
  --num-box-height: 0.35rem;
  --num-font-size: 0.24rem;
  --num-box-border-radius: 0.03rem;
}
html[data-device="mobile"] .Ot3J0aS7whRM7Fpl0ZNI {
  --num-link-margin-top: 0.04rem;
  --num-box-width: 0.17rem;
  --num-box-height: 0.28rem;
  --num-font-size: 0.18rem;
  --num-box-border-radius: 0.03rem;
}
.ltAKxfOroyH3wMm3Jgvx {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-jackpot-bg-color-0)),
    to(var(--theme-jackpot-bg-color-1))
  );
  background-image: linear-gradient(
    to bottom,
    var(--theme-jackpot-bg-color-0),
    var(--theme-jackpot-bg-color-1)
  );
  border-radius: var(--bonus-pool-border-radius);
  -webkit-box-shadow: 0 0 thin thin rgba(13, 68, 164, 0.2);
  box-shadow: 0 0 thin thin rgba(13, 68, 164, 0.2);
  color: var(--theme-text-color-lighten);
  min-width: 100%;
  padding: var(--bonus-pool-padding);
}
html[data-device="desktop"] .I3IvlbvFPcRcEZ4ELVey,
html[data-device="desktop"] .oqY9UP2T6VRJH4dfIYFd {
  --bonus-pool-padding: 0.03rem 0.06rem 0.04rem;
  --bonus-pool-border-radius: 0.1rem;
}
html[data-device="mobile"] .I3IvlbvFPcRcEZ4ELVey {
  --bonus-pool-padding: 0.06rem 0.12rem 0.08rem;
  --bonus-pool-border-radius: 0.2rem;
}
html[data-device="mobile"] .oqY9UP2T6VRJH4dfIYFd {
  --bonus-pool-padding: 0.05rem 0.1rem 0.07rem;
  --bonus-pool-border-radius: 0.14rem;
}
.kTNTU9PWSKGKphO2K5fq {
  -ms-flex-negative: 0;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--copywriting-gap);
  justify-content: center;
  left: 50%;
  padding-left: 0.2rem;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
  z-index: 1;
}
.kTNTU9PWSKGKphO2K5fq.WOhvEVbF8O2Wz76ab2b7 {
  bottom: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
.kTNTU9PWSKGKphO2K5fq.WOhvEVbF8O2Wz76ab2b7 .xNnFndii694WR8ZoQUyx {
  min-height: var(--description-min-height);
}
.kTNTU9PWSKGKphO2K5fq.WOhvEVbF8O2Wz76ab2b7 .rjYAHFrTomTZmRvRXYph {
  width: 100%;
}
.kTNTU9PWSKGKphO2K5fq.WOhvEVbF8O2Wz76ab2b7
  .rjYAHFrTomTZmRvRXYph
  .V4X5diepdTS3b1u7kipn {
  margin-bottom: var(--bonus-pool-margin-bottom);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.kTNTU9PWSKGKphO2K5fq .ywsLKdCPfRzJ8su4DsJb {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--headline-font-size);
  justify-content: center;
  width: 100%;
}
.kTNTU9PWSKGKphO2K5fq .ywsLKdCPfRzJ8su4DsJb .TDL1woAsNKlR_0hvInKo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: var(--logo-height);
  margin: var(--logo-margin);
  width: var(--logo-width);
}
.kTNTU9PWSKGKphO2K5fq .ywsLKdCPfRzJ8su4DsJb .NiXL9BaViAUL8zQWYb6K {
  -webkit-line-clamp: 2;
  color: var(--theme-text-color);
  font-size: var(--name-font-size);
  margin-left: var(--name-margin-left);
}
.kTNTU9PWSKGKphO2K5fq .xNnFndii694WR8ZoQUyx {
  -webkit-line-clamp: 1;
  color: var(--theme-text-color-lighten);
  font-size: var(--description-font-size);
}
.kTNTU9PWSKGKphO2K5fq .NiXL9BaViAUL8zQWYb6K,
.kTNTU9PWSKGKphO2K5fq .xNnFndii694WR8ZoQUyx {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: var(--name-description-line-height);
  overflow: hidden;
  text-align: center;
  white-space: pre-line;
  word-break: normal;
}
html[data-device="desktop"] {
  --bonus-pool-margin-bottom: 0.03rem;
  --description-min-height: 0;
  --name-description-line-height: 1.25;
  --name-margin-left: 0.05rem;
  --logo-margin: -0.09rem 0;
}
html[data-device="desktop"] .dFkazwqudO5vw0O5S78Q,
html[data-device="desktop"] .uGF4YwNtoS8bqJsMEVc3 {
  --copywriting-gap: 0.08rem;
  --headline-font-size: 0.2rem;
  --logo-width: 0.38rem;
  --logo-height: 0.38rem;
  --name-font-size: 0.2rem;
  --description-font-size: 0.16rem;
}
html[data-device="mobile"] {
  --bonus-pool-margin-bottom: 0.05rem;
  --description-min-height: 0.8em;
  --name-description-line-height: 1.2;
  --name-margin-left: 0.08rem;
  --logo-margin: -0.12rem 0;
}
html[data-device="mobile"] .dFkazwqudO5vw0O5S78Q {
  --copywriting-gap: 0.12rem;
  --headline-font-size: 0.26rem;
  --logo-width: 0.7rem;
  --logo-height: 0.7rem;
  --name-font-size: 0.32rem;
  --description-font-size: 0.24rem;
}
html[data-device="mobile"] .uGF4YwNtoS8bqJsMEVc3 {
  --copywriting-gap: 0.1rem;
  --headline-font-size: 0.26rem;
  --logo-width: 0.56rem;
  --logo-height: 0.56rem;
  --name-font-size: 0.25rem;
  --description-font-size: 0.18rem;
}
.TMySi4aEg9fAOD8vT9nm {
  display: -ms-flexbox;
  display: flex;
  height: var(--advertse-img-assembled-height);
  padding: var(--advertse-img-assembled-padding);
  width: var(--advertse-img-assembled-width);
}
.TMySi4aEg9fAOD8vT9nm .f8Cs9hE_KEruW7ck8wLf {
  -ms-flex-positive: 0;
  -ms-flex-negative: 0;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: var(--introduce-left-width);
}
.TMySi4aEg9fAOD8vT9nm .PNsbtNcwblJNq_QoVYcj {
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
}
.TMySi4aEg9fAOD8vT9nm .PNsbtNcwblJNq_QoVYcj .BjlXIvfO9984cnEdBypb {
  height: 100%;
  width: var(--advertisement-image-width);
}
.TMySi4aEg9fAOD8vT9nm .w84f0u9QpCnT7zi43jAU {
  padding-left: 0.14rem;
}
html[data-device="desktop"] .aaI8yJ9diz_XAoe2m8aZ,
html[data-device="desktop"] .jo_4WYQK4YbhUvokHn3A {
  --advertse-img-assembled-padding: 0 0.05rem;
  --advertse-img-assembled-width: 3.74rem;
  --advertse-img-assembled-height: 1.46rem;
  --introduce-left-width: 1.7rem;
  --advertisement-image-width: 1.67rem;
}
html[data-device="mobile"] .jo_4WYQK4YbhUvokHn3A {
  --advertse-img-assembled-padding: 0 0.13rem;
  --advertse-img-assembled-width: 6.4rem;
  --advertse-img-assembled-height: 2.5rem;
  --introduce-left-width: 2.8rem;
  --advertisement-image-width: 2.85rem;
}
html[data-device="mobile"] .aaI8yJ9diz_XAoe2m8aZ {
  --advertse-img-assembled-padding: 0 0.05rem;
  --advertse-img-assembled-width: 5.2rem;
  --advertse-img-assembled-height: 2.04rem;
  --introduce-left-width: 2.28rem;
  --advertisement-image-width: 2.34rem;
}
.CONIFZ1TxLbER7ZhpP9o {
  display: -ms-flexbox;
  display: flex;
  height: var(--advertse-img-individual-height);
  padding: 0;
  position: relative;
  width: var(--advertse-img-individual-width);
}
.CONIFZ1TxLbER7ZhpP9o .JdjGJEquMVf2NfjVdYCE {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.CONIFZ1TxLbER7ZhpP9o .QraFwgJ3nKm7UhUgmz60 {
  bottom: var(--bonus-pool-bottom);
  left: var(--bonus-pool-left);
  min-width: var(--bonus-pool-min-width);
  position: absolute;
}
html[data-device="desktop"] .M6z3IqQwcc8tp7QbIOCw,
html[data-device="desktop"] .lfyHhCaFYDWZKNtP4i9v {
  --advertse-img-individual-width: 3.74rem;
  --advertse-img-individual-height: 1.46rem;
  --bonus-pool-left: 0.05rem;
  --bonus-pool-bottom: 0.03rem;
  --bonus-pool-min-width: 1.7rem;
}
html[data-device="mobile"] .lfyHhCaFYDWZKNtP4i9v {
  --advertse-img-individual-width: 6.4rem;
  --advertse-img-individual-height: 2.5rem;
  --bonus-pool-left: 0.13rem;
  --bonus-pool-bottom: 0.05rem;
  --bonus-pool-min-width: 2.8rem;
}
html[data-device="mobile"] .M6z3IqQwcc8tp7QbIOCw {
  --advertse-img-individual-width: 5.2rem;
  --advertse-img-individual-height: 2.04rem;
  --bonus-pool-left: 0.05rem;
  --bonus-pool-bottom: 0.05rem;
  --bonus-pool-min-width: 2.28rem;
}
.Fudy987eLTdiWKB2IVe_ {
  -webkit-transform: var(--icon-animation-transform);
  transform: var(--icon-animation-transform);
}
.Fudy987eLTdiWKB2IVe_,
.Fudy987eLTdiWKB2IVe_ > canvas {
  height: inherit !important;
  width: inherit !important;
}
.FczkzXU1uk5bJf4OYfVm {
  font-size: var(--favorited-icon-side);
}
.FczkzXU1uk5bJf4OYfVm,
.FczkzXU1uk5bJf4OYfVm .d6ip1CD1GpAPa1WhPXVQ {
  height: var(--favorited-icon-side);
  width: var(--favorited-icon-side);
}
html[data-device="desktop"] .JfVr8ozbRq_aakJSUwL5 {
  --favorited-icon-side: 0.36rem;
}
html[data-device="desktop"] .IjvanIJl6fanDAptAew7 {
  --favorited-icon-side: 0.34rem;
}
html[data-device="mobile"] .JfVr8ozbRq_aakJSUwL5 {
  --favorited-icon-side: 0.4rem;
}
html[data-device="mobile"] .IjvanIJl6fanDAptAew7 {
  --favorited-icon-side: 0.3rem;
}
._23sYlOk91VqNhojDaMA {
  font-size: var(--favorited-icon-side);
}
._23sYlOk91VqNhojDaMA,
._23sYlOk91VqNhojDaMA .swfyEDztKAtxSTmccapT {
  height: var(--favorited-icon-side);
  width: var(--favorited-icon-side);
}
html[data-device="desktop"] .soAVMtv5jAF5T3MqRGAL {
  --favorited-icon-side: 0.36rem;
}
html[data-device="mobile"] .soAVMtv5jAF5T3MqRGAL {
  --favorited-icon-side: 0.48rem;
}
html[data-device="desktop"] .KMmM_0meArOLk5ZY7Nlh {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0 0.14rem 0 0.1rem;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--favorited-icon-font-size);
  height: var(--favorited-icon-height);
  justify-content: center;
  width: var(--favorited-icon-width);
}
html[data-device="desktop"] .KMmM_0meArOLk5ZY7Nlh.xnpEiIHGd2ZJDj26b6ow {
  color: var(--theme-primary-color);
}
html[data-device="desktop"] .P0D9coL6k9I72iIv40Ll,
html[data-device="desktop"] .uIS3VuJrPM3qwFtTUAFA {
  --favorited-icon-width: 0.44rem;
  --favorited-icon-height: 0.27rem;
  --favorited-icon-font-size: 0.16rem;
}
html[data-device="mobile"] .KMmM_0meArOLk5ZY7Nlh {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 0 0.14rem 0 0.1rem;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--favorited-icon-font-size);
  height: var(--favorited-icon-height);
  justify-content: center;
  width: var(--favorited-icon-width);
}
html[data-device="mobile"] .KMmM_0meArOLk5ZY7Nlh.xnpEiIHGd2ZJDj26b6ow {
  color: var(--theme-primary-color);
}
html[data-device="mobile"] .P0D9coL6k9I72iIv40Ll {
  --favorited-icon-width: 0.63rem;
  --favorited-icon-height: 0.38rem;
  --favorited-icon-font-size: 0.19rem;
}
html[data-device="mobile"] .uIS3VuJrPM3qwFtTUAFA {
  --favorited-icon-width: 0.47rem;
  --favorited-icon-height: 0.28rem;
  --favorited-icon-font-size: 0.19rem;
}
.moZEkcgGur5zNgYretku {
  font-size: var(--favorited-icon-side);
}
.moZEkcgGur5zNgYretku,
.moZEkcgGur5zNgYretku .J8XFoUrsnZ4KiZ4DUtmF {
  height: var(--favorited-icon-side);
  width: var(--favorited-icon-side);
}
html[data-device="desktop"] .JWwL7KgGL10nDrLmh7U6 {
  --favorited-icon-side: 0.74rem;
}
html[data-device="mobile"] .JWwL7KgGL10nDrLmh7U6 {
  --favorited-icon-side: 0.6rem;
}
html[data-device="desktop"] .B538DPWTIVsM9YzbkowQ {
  --favorited-icon-top: -0.12rem;
  --favorited-icon-right: -0.12rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
  --click-arean-expand-size: -0.06rem;
}
html[data-device="desktop"] .j7EqmfjQLyWPNya96bR3 {
  --favorited-icon-top: initial;
  --favorited-icon-right: initial;
  --favorited-icon-bottom: -0.01rem;
  --favorited-icon-left: -0.01rem;
  --click-arean-expand-size: 0;
}
html[data-device="desktop"] .DA8_Q5gbJiO7aU2qz59w {
  --favorited-icon-top: 0.1rem;
  --favorited-icon-right: 0.1rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
}
html[data-device="desktop"] .vhe2Zq6hgNzvBjknSJBK {
  --favorited-icon-top: 0.06rem;
  --favorited-icon-right: 0.06rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
}
html[data-device="desktop"] .eowQhabWEc0sXgkqqKuN {
  --favorited-icon-top: 0.02rem;
  --favorited-icon-right: 0.02rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
  --click-arean-expand-size: -0.03rem;
}
html[data-device="desktop"] .Ma04fpzha9qKJ0ouXkBb {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: var(--favorited-icon-bottom);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  left: var(--favorited-icon-left);
  line-height: 0;
  position: absolute;
  right: var(--favorited-icon-right);
  top: var(--favorited-icon-top);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}
html[data-device="desktop"] .Ma04fpzha9qKJ0ouXkBb > .RBLIyMxgYZrYHjlfjk8o {
  margin: var(--click-arean-expand-size);
  padding: calc(0% - var(--click-arean-expand-size));
}
html[data-device="mobile"] .B538DPWTIVsM9YzbkowQ {
  --favorited-icon-top: -0.16rem;
  --favorited-icon-right: -0.16rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
  --click-arean-expand-size: -0.06rem;
}
html[data-device="mobile"] .j7EqmfjQLyWPNya96bR3 {
  --favorited-icon-top: initial;
  --favorited-icon-right: initial;
  --favorited-icon-bottom: -0.01rem;
  --favorited-icon-left: -0.01rem;
  --click-arean-expand-size: 0;
}
html[data-device="mobile"] .DA8_Q5gbJiO7aU2qz59w,
html[data-device="mobile"] .vhe2Zq6hgNzvBjknSJBK {
  --favorited-icon-top: 0.1rem;
  --favorited-icon-right: 0.1rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
  --click-arean-expand-size: -0.1rem;
}
html[data-device="mobile"] .eowQhabWEc0sXgkqqKuN {
  --favorited-icon-top: 0.02rem;
  --favorited-icon-right: 0.02rem;
  --favorited-icon-bottom: initial;
  --favorited-icon-left: initial;
  --click-arean-expand-size: -0.03rem;
}
html[data-device="mobile"] .Ma04fpzha9qKJ0ouXkBb {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: var(--favorited-icon-bottom);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  left: var(--favorited-icon-left);
  line-height: 0;
  position: absolute;
  right: var(--favorited-icon-right);
  top: var(--favorited-icon-top);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 9;
}
html[data-device="mobile"] .Ma04fpzha9qKJ0ouXkBb > .RBLIyMxgYZrYHjlfjk8o {
  margin: var(--click-arean-expand-size);
  padding: calc(0% - var(--click-arean-expand-size));
}
html[data-device="desktop"] .MgMMMjX4J0bQDHyArb35,
html[data-device="mobile"] .MgMMMjX4J0bQDHyArb35 {
  border: 0.01rem solid #fff;
  border-radius: 0.1rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.16rem;
  height: 0.4rem;
  width: 1rem;
}
.zi7Be3d06rUtI6mY1chg,
html[data-device="desktop"] .MgMMMjX4J0bQDHyArb35,
html[data-device="mobile"] .MgMMMjX4J0bQDHyArb35 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.zi7Be3d06rUtI6mY1chg {
  background-color: var(--theme-primary-color);
  border-radius: 50%;
  height: var(--play-entry-height);
  width: var(--play-entry-width);
}
.zi7Be3d06rUtI6mY1chg .iOcHOu0uS7yBPyAp_S52 {
  color: var(--theme-primary-font-color);
  left: 0.03rem;
  position: relative;
}
.zi7Be3d06rUtI6mY1chg .iOcHOu0uS7yBPyAp_S52,
.zi7Be3d06rUtI6mY1chg .iOcHOu0uS7yBPyAp_S52 svg {
  height: var(--play-icon-height);
  width: var(--play-icon-width);
}
html[data-device="desktop"] .m880ONAOicU1XtWKXZd5 {
  --play-entry-width: 0.6rem;
  --play-entry-height: 0.6rem;
  --play-icon-width: 0.3rem;
  --play-icon-height: 0.3rem;
}
html[data-device="mobile"] .m880ONAOicU1XtWKXZd5 {
  --play-entry-width: "";
  --play-entry-height: "";
  --play-icon-width: 0.5rem;
  --play-icon-height: 0.5rem;
}
html[data-device="desktop"] .rs4BMOv2XMX8ikB6YOR_ {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 5;
}
html[data-device="desktop"] .rs4BMOv2XMX8ikB6YOR_:hover {
  opacity: 1;
}
html[data-device="desktop"] .rs4BMOv2XMX8ikB6YOR_.sruwGLsl05F0ewzl6EMN {
  background-color: rgba(var(--theme-primay-color-hex), 0.8);
}
html[data-device="desktop"] .rs4BMOv2XMX8ikB6YOR_.nEAN7K5b1TeKOq3qQFnH {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.3)
  );
}
html[data-device="mobile"] .rs4BMOv2XMX8ikB6YOR_ {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  z-index: 5;
}
html[data-device="mobile"] .rs4BMOv2XMX8ikB6YOR_:hover {
  opacity: 0;
}
html[data-device="mobile"] .rs4BMOv2XMX8ikB6YOR_.sruwGLsl05F0ewzl6EMN {
  background-color: rgba(var(--theme-primay-color-hex), 0.8);
}
html[data-device="mobile"] .rs4BMOv2XMX8ikB6YOR_.nEAN7K5b1TeKOq3qQFnH {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.3))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.8) 0,
    rgba(0, 0, 0, 0.3)
  );
}
.G1kAKMUrQ4RDA1h90ViG .T8lYyjJvJAILdUCiTpFB {
  height: var(--outer-box-main-height);
  width: var(--outer-box-main-width);
}
html[data-device="desktop"] .DqFyQO2PO7LF98zKTIed,
html[data-device="desktop"] .eQMq1dmynFjXL7BTNcSC {
  --outer-box-main-width: 3.74rem;
  --outer-box-main-height: 1.46rem;
}
html[data-device="mobile"] .eQMq1dmynFjXL7BTNcSC {
  --outer-box-main-width: 6.4rem;
  --outer-box-main-height: 2.5rem;
}
html[data-device="mobile"] .DqFyQO2PO7LF98zKTIed {
  --outer-box-main-width: 5.2rem;
  --outer-box-main-height: 2.04rem;
}
.NNASXlBVY2L1ROthRYvQ .Pk4n11lu4BbNVBkIxh_b {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  justify-content: center;
  margin-top: 0.3rem;
}
.NNASXlBVY2L1ROthRYvQ .Pk4n11lu4BbNVBkIxh_b .P0Key6vL7mAMUsAH5D7B {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.08rem;
}
.NNASXlBVY2L1ROthRYvQ .Pk4n11lu4BbNVBkIxh_b .P0Key6vL7mAMUsAH5D7B i {
  font-size: 0.12rem;
  margin-left: 0.08rem;
}
html[data-device="mobile"] .NNASXlBVY2L1ROthRYvQ .Pk4n11lu4BbNVBkIxh_b {
  display: block;
  font-size: 0.22rem;
  text-align: center;
}
html[data-device="mobile"]
  .NNASXlBVY2L1ROthRYvQ
  .Pk4n11lu4BbNVBkIxh_b
  .P0Key6vL7mAMUsAH5D7B {
  color: var(--theme-text-color);
  display: block;
  font-size: 0.22rem;
  margin-top: 0.02rem;
}
html[data-device="mobile"]
  .NNASXlBVY2L1ROthRYvQ
  .Pk4n11lu4BbNVBkIxh_b
  .P0Key6vL7mAMUsAH5D7B
  i {
  font-size: 0.14rem;
}
html[data-device="mobile"]
  .NNASXlBVY2L1ROthRYvQ[data-skin-layout="2"]
  .Pk4n11lu4BbNVBkIxh_b {
  margin-bottom: -0.2rem;
}
._zqS34A2GOLD84xnbB7i .head {
  -ms-flex-pack: justify;
  height: 0.34rem;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
._zqS34A2GOLD84xnbB7i .head,
._zqS34A2GOLD84xnbB7i .head .leftTitle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
._zqS34A2GOLD84xnbB7i .head .leftTitle {
  color: var(--theme-text-color-darken);
  font-size: 0.24rem;
}
._zqS34A2GOLD84xnbB7i .head .leftTitle > img {
  margin: 0.05rem 0.06rem 0 -0.1rem;
}
._zqS34A2GOLD84xnbB7i .head .leftTitle i {
  color: var(--theme-aside-icon-color-2);
  font-size: 0.28rem;
  margin: 0.08rem 0.1rem 0 0;
}
._zqS34A2GOLD84xnbB7i .head .rightText {
  color: var(--theme-text-color-lighten);
  cursor: pointer;
  font-size: 0.2rem;
}
._zqS34A2GOLD84xnbB7i .head .stakeController {
  display: -ms-flexbox;
  display: flex;
}
._zqS34A2GOLD84xnbB7i .head .stakeController .toLeft,
._zqS34A2GOLD84xnbB7i .head .stakeController .toRight {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.01rem solid var(--theme-color-line);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 0.32rem;
  justify-content: center;
  line-height: 0.32rem;
  width: 0.44rem;
}
._zqS34A2GOLD84xnbB7i .head .stakeController .toLeft {
  border-radius: 0.32rem 0 0 0.32rem;
}
._zqS34A2GOLD84xnbB7i .head .stakeController .toLeft i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
._zqS34A2GOLD84xnbB7i .head .stakeController .toRight {
  border-radius: 0 0.32rem 0.32rem 0;
}
._zqS34A2GOLD84xnbB7i .head .stakeController .total {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom: 0.01rem solid var(--theme-color-line);
  border-top: 0.01rem solid var(--theme-color-line);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  height: 0.32rem;
  justify-content: center;
  line-height: 0.32rem;
  width: 0.68rem;
}
._zqS34A2GOLD84xnbB7i .head .stakeController .isLeft,
._zqS34A2GOLD84xnbB7i .head .stakeController .isRight {
  color: var(--theme-text-color-lighten);
  pointer-events: none;
}
._zqS34A2GOLD84xnbB7i .gameListWrap {
  padding-top: 0.1rem;
}
html[data-device="mobile"] ._zqS34A2GOLD84xnbB7i .head .leftTitle i {
  font-size: 0.36rem;
  margin: 0.08rem 0.15rem 0 0;
}
html[data-device="mobile"] ._zqS34A2GOLD84xnbB7i .head .stakeController {
  display: -ms-flexbox;
  display: flex;
}
html[data-device="mobile"] ._zqS34A2GOLD84xnbB7i .head .stakeController .toLeft,
html[data-device="mobile"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .stakeController
  .toRight {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 0.01rem solid var(--theme-color-line);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 0.46rem;
  justify-content: center;
  width: 0.6rem;
}
html[data-device="mobile"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .stakeController
  .toLeft {
  border-radius: 0.46rem 0 0 0.46rem;
}
html[data-device="mobile"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .stakeController
  .toRight {
  border-radius: 0 0.46rem 0.46rem 0;
}
html[data-device="mobile"] ._zqS34A2GOLD84xnbB7i .head .stakeController .total {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-bottom: 0.01rem solid var(--theme-color-line);
  border-top: 0.01rem solid var(--theme-color-line);
  color: var(--theme-text-color);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  height: 0.46rem;
  justify-content: center;
  width: 0.68rem;
}
html[data-device="mobile"] ._zqS34A2GOLD84xnbB7i .head .stakeController .isLeft,
html[data-device="mobile"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .stakeController
  .isRight {
  color: var(--theme-text-color-lighten);
  pointer-events: none;
}
html[data-device="mobile"][data-skin-layout="4"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .leftTitle {
  color: var(--theme-text-color-lighten);
  font-size: 0.32rem;
}
html[data-device="mobile"][data-skin-layout="4"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .leftTitle
  i {
  color: var(--theme-text-color-lighten);
}
html[data-device="mobile"][data-skin-layout="4"]
  ._zqS34A2GOLD84xnbB7i
  .stakeController
  .total {
  display: block;
  line-height: 0.46rem;
  min-width: 0.46rem;
  padding: 0 0.3rem;
  text-align: center;
  width: auto;
}
html[data-device="desktop"][data-skin-layout="4"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .leftTitle {
  color: var(--theme-text-color-lighten);
  font-size: 0.24rem;
}
html[data-device="desktop"][data-skin-layout="4"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .leftTitle
  i {
  color: var(--theme-text-color-lighten);
}
html[data-device="desktop"][data-skin-layout="4"]
  ._zqS34A2GOLD84xnbB7i
  .head
  .stakeController
  .total {
  display: block;
  line-height: 0.32rem;
  padding: 0 0.2rem;
  text-align: center;
  width: auto;
}
html[data-skin-layout="4"][data-skin-bg="0"]
  ._zqS34A2GOLD84xnbB7i
  .stakeController
  .toLeft,
html[data-skin-layout="4"][data-skin-bg="0"]
  ._zqS34A2GOLD84xnbB7i
  .stakeController
  .toRight,
html[data-skin-layout="4"][data-skin-bg="0"]
  ._zqS34A2GOLD84xnbB7i
  .stakeController
  .total {
  color: var(--theme-alt-neutral-2);
}
html[data-skin-layout="4"][data-skin-bg="0"]
  ._zqS34A2GOLD84xnbB7i
  .stakeController
  .isLeft,
html[data-skin-layout="4"][data-skin-bg="0"]
  ._zqS34A2GOLD84xnbB7i
  .stakeController
  .isRight {
  color: var(--theme-text-color-placeholder);
}
html[data-device="desktop"] .iQvMCF2ndAhb3dmEJvPP {
  --logo-has-background-width: 0.5rem;
  --logo-has-background-height: 0.5rem;
  --logo-icon-width: 0.5rem;
  --logo-icon-height: 0.5rem;
  --logo-has-background-color: #fff;
}
html[data-device="desktop"] .aVeEzJtFuBGTnqqoVQJc {
  bottom: 0;
  height: var(--logo-has-background-height);
  position: absolute;
  right: 0;
  width: var(--logo-has-background-width);
}
html[data-device="desktop"] .aVeEzJtFuBGTnqqoVQJc .tV03He1cIWkZ9qorNxYB {
  background-color: var(--logo-has-background-color);
  border-radius: 0.25rem 0 0 0;
  height: var(--logo-has-background-height);
  width: var(--logo-has-background-width);
}
html[data-device="desktop"] .aVeEzJtFuBGTnqqoVQJc .B3dXgl8Ym5a6eynjadxQ {
  height: var(--logo-icon-height);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--logo-icon-width);
}
html[data-device="mobile"] .iQvMCF2ndAhb3dmEJvPP {
  --logo-has-background-width: 0.5rem;
  --logo-has-background-height: 0.5rem;
  --logo-icon-width: 0.5rem;
  --logo-icon-height: 0.5rem;
  --logo-has-background-color: transparent;
}
html[data-device="mobile"] .aVeEzJtFuBGTnqqoVQJc {
  bottom: 0;
  height: var(--logo-has-background-height);
  position: absolute;
  right: 0;
  width: var(--logo-has-background-width);
}
html[data-device="mobile"] .aVeEzJtFuBGTnqqoVQJc .tV03He1cIWkZ9qorNxYB {
  background-color: var(--logo-has-background-color);
  border-radius: 0.25rem 0 0 0;
  height: var(--logo-has-background-height);
  width: var(--logo-has-background-width);
}
html[data-device="mobile"] .aVeEzJtFuBGTnqqoVQJc .B3dXgl8Ym5a6eynjadxQ {
  height: var(--logo-icon-height);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: var(--logo-icon-width);
}
html[data-device="desktop"] .vMiRdD5YzxtjwFcMIfT2,
html[data-device="desktop"] .zG5HBnt0TLchLwzbabYW {
  --logo-lone-width: 0.38rem;
  --logo-lone-height: 0.38rem;
}
html[data-device="desktop"] .u8MOs8dPK8swdIA8h31x {
  --logo-lone-width: 0.48rem;
  --logo-lone-height: 0.48rem;
}
html[data-device="desktop"] .BbiSvKsVJwvedeYSS9jO {
  bottom: 0;
  height: var(--logo-lone-height);
  position: absolute;
  right: 0.05rem;
  width: var(--logo-lone-width);
}
html[data-device="mobile"] .zG5HBnt0TLchLwzbabYW {
  --logo-lone-width: 0.5rem;
  --logo-lone-height: 0.5rem;
}
html[data-device="mobile"] .vMiRdD5YzxtjwFcMIfT2 {
  --logo-lone-width: 0.3rem;
  --logo-lone-height: 0.3rem;
}
html[data-device="mobile"] .u8MOs8dPK8swdIA8h31x {
  --logo-lone-width: 0.6rem;
  --logo-lone-height: 0.6rem;
}
html[data-device="mobile"] .BbiSvKsVJwvedeYSS9jO {
  bottom: 0;
  height: var(--logo-lone-height);
  position: absolute;
  right: 0.05rem;
  width: var(--logo-lone-width);
}
html[data-device="desktop"] .Mk1s1ERDxLalTm3QpQYR {
  --advertisement-img-box-width: 1rem;
  --advertisement-img-box-height: 1rem;
}
html[data-device="desktop"] .kz6WgfXBT7I5FYmxlO3p {
  --advertisement-img-box-width: 1.2rem;
  --advertisement-img-box-height: 1.2rem;
}
html[data-device="desktop"] .TppVxcL5Z_PgDSHMMr1G {
  --advertisement-img-box-width: 1.4rem;
  --advertisement-img-box-height: 1.4rem;
}
html[data-device="desktop"] .zG__YPcpt569zFDxOduf {
  height: var(--advertisement-img-box-height);
  width: var(--advertisement-img-box-width);
}
html[data-device="desktop"] .zG__YPcpt569zFDxOduf .O4MfGKkmDWR7_vaKtF6_ {
  height: 100%;
  width: 100%;
}
html[data-device="mobile"] .Mk1s1ERDxLalTm3QpQYR {
  --advertisement-img-box-width: 1.3rem;
  --advertisement-img-box-height: 1.3rem;
}
html[data-device="mobile"] .kz6WgfXBT7I5FYmxlO3p {
  --advertisement-img-box-width: 0.8rem;
  --advertisement-img-box-height: 0.8rem;
}
html[data-device="mobile"] .TppVxcL5Z_PgDSHMMr1G {
  --advertisement-img-box-width: 1.7rem;
  --advertisement-img-box-height: 1.7rem;
}
html[data-device="mobile"] .zG__YPcpt569zFDxOduf {
  height: var(--advertisement-img-box-height);
  width: var(--advertisement-img-box-width);
}
html[data-device="mobile"] .zG__YPcpt569zFDxOduf .O4MfGKkmDWR7_vaKtF6_ {
  height: 100%;
  width: 100%;
}
html[data-device="desktop"] .F3VUwVsNuWtp9ntktyJR {
  --fallback-background-font-size: 0.68rem;
  --fallback-background-z-index: -1;
  --fallback-background-border-radius: 0;
  --fallback-background-image: initial;
  --fallback-background-color: var(--theme-game-card-ddt_bg);
}
html[data-device="desktop"] .eija3LqneyGTIj_yTiow {
  --fallback-background-font-size: 1.06rem;
  --fallback-background-z-index: -1;
  --fallback-background-border-radius: 0;
  --fallback-background-image: initial;
  --fallback-background-color: var(--theme-game-card-ddt_bg);
}
html[data-device="desktop"] .NifV9NMYE1H2r3JcZqrM {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--fallback-background-color);
  background-image: var(--fallback-background-image);
  border-radius: var(--fallback-background-border-radius);
  color: var(--theme-game-card-ddt_icon);
  display: -ms-flexbox;
  display: flex;
  font-size: var(--fallback-background-font-size);
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: var(--fallback-background-z-index);
}
html[data-device="mobile"] .F3VUwVsNuWtp9ntktyJR {
  --fallback-background-font-size: 0.88rem;
  --fallback-background-z-index: -1;
  --fallback-background-border-radius: 0;
  --fallback-background-image: initial;
  --fallback-background-color: var(--theme-game-card-ddt_bg);
}
html[data-device="mobile"] .eija3LqneyGTIj_yTiow {
  --fallback-background-font-size: 1.06rem;
  --fallback-background-z-index: -1;
  --fallback-background-border-radius: 0;
  --fallback-background-image: initial;
  --fallback-background-color: var(--theme-game-card-ddt_bg);
}
html[data-device="mobile"] .NifV9NMYE1H2r3JcZqrM {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--fallback-background-color);
  background-image: var(--fallback-background-image);
  border-radius: var(--fallback-background-border-radius);
  color: var(--theme-game-card-ddt_icon);
  display: -ms-flexbox;
  display: flex;
  font-size: var(--fallback-background-font-size);
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: var(--fallback-background-z-index);
}
.QtCd6e_ZeQXyj2SgvLcw {
  color: var(-theme-text-color);
  font-size: var(--game-name-font-size);
  height: 1.2em;
  line-height: 1.2;
  margin-top: 0.1rem;
  max-width: 100%;
}
.QtCd6e_ZeQXyj2SgvLcw .uBCk5w6hacoDyeX5nsrn {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-text-color);
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  line-height: 1.2;
  max-height: 2.4rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
html[data-device="desktop"] .qoBpHsnHniqKW8OUE9x4 {
  --game-name-font-size: 0.2rem;
}
html[data-device="mobile"] .qoBpHsnHniqKW8OUE9x4 {
  --game-name-font-size: 0.24rem;
}
.YSN34a_F3djjKHwRW3U2 .QWwG10z9loK6TZyAorgJ {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  min-height: var(--outer-box-main-min-height);
  min-width: var(--outer-box-main-min-width);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 0;
}
html[data-device="desktop"] .fmUzKQ5DY22f3LTQXFTQ {
  --outer-box-main-min-width: 1rem;
  --outer-box-main-min-height: 1.3rem;
}
html[data-device="desktop"] .oG3C469MVLWCH8Y1T5Vw {
  --outer-box-main-min-width: 1.2rem;
  --outer-box-main-min-height: 1.5rem;
}
html[data-device="desktop"] .uZCU3594QpjNA8EX7IeX {
  --outer-box-main-min-width: 1.4rem;
  --outer-box-main-min-height: 1.7rem;
}
html[data-device="mobile"] .fmUzKQ5DY22f3LTQXFTQ {
  --outer-box-main-min-width: 1.3rem;
  --outer-box-main-min-height: 1.6rem;
}
html[data-device="mobile"] .oG3C469MVLWCH8Y1T5Vw {
  --outer-box-main-min-width: 0.8rem;
  --outer-box-main-min-height: 1.1rem;
}
html[data-device="mobile"] .uZCU3594QpjNA8EX7IeX {
  --outer-box-main-min-width: 1.7rem;
  --outer-box-main-min-height: 2rem;
}
html[data-device="desktop"] .QI1h105eTHlFW3oCt4E_.wxDQEowKApMMlL_CcAKH,
html[data-device="desktop"] .TuQhLyjzFlTnNvEl16cq.wxDQEowKApMMlL_CcAKH,
html[data-device="desktop"] .aE3BpCJoj81AjjNmZe9Q.wxDQEowKApMMlL_CcAKH,
html[data-device="mobile"] .QI1h105eTHlFW3oCt4E_.wxDQEowKApMMlL_CcAKH,
html[data-device="mobile"] .TuQhLyjzFlTnNvEl16cq.wxDQEowKApMMlL_CcAKH,
html[data-device="mobile"] .aE3BpCJoj81AjjNmZe9Q.wxDQEowKApMMlL_CcAKH {
  opacity: 1;
}
html[data-device="desktop"] .GssfYFmSACrEcV__60i6 {
  font-size: 0.16rem;
  height: 1.2em;
  line-height: 1.2;
  margin-top: 0.2rem;
  max-width: 100%;
  width: 100%;
}
html[data-device="desktop"] .WgvL7QJpjx0rDWGTRG_D {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-text-color-darken);
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.2;
  max-height: 2.4rem;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
html[data-device="mobile"] .GssfYFmSACrEcV__60i6 {
  font-size: 0.16rem;
  height: 1.2em;
  line-height: 1.2;
  margin-top: 0.2rem;
  max-width: 100%;
  width: 100%;
}
html[data-device="mobile"] .WgvL7QJpjx0rDWGTRG_D {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-text-color-darken);
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.2;
  max-height: 2.4rem;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.i_ycdG9XaBBqHJgk8yH7 {
  height: var(--game-box-height);
  position: relative;
  width: var(--game-box-width);
}
html[data-device="desktop"] .LBTkx5N53kYnWzkfFcvm,
html[data-device="desktop"] .wP0w0W_iP7GYwozerUnE {
  --game-box-width: 1.7rem;
  --game-box-height: 2.26rem;
}
html[data-device="desktop"] .kjhRRqU5QydOWjl2b438 {
  --game-box-width: 1.85rem;
  --game-box-height: 2.4rem;
}
html[data-device="mobile"] .wP0w0W_iP7GYwozerUnE {
  --game-box-width: 2.1rem;
  --game-box-height: 2.792rem;
}
html[data-device="mobile"] .LBTkx5N53kYnWzkfFcvm {
  --game-box-width: 1.6rem;
  --game-box-height: 2.12rem;
}
html[data-device="mobile"] .n04oPq_qxEcNZXwV8MDA {
  --game-box-width: 1.64rem;
  --game-box-height: 2.14rem;
}
html[data-device="mobile"] .kjhRRqU5QydOWjl2b438 {
  --game-box-width: 2.1rem;
  --game-box-height: 2.72rem;
}
.GwboE_ZL62hQwg3Vd3Ru {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  display: -ms-flexbox;
  display: flex;
  left: 0;
  padding: var(--game-name-horizontal-padding);
  position: absolute;
  right: 0;
}
.GwboE_ZL62hQwg3Vd3Ru .gakj7W2wHT5_kpVWF8L7 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: var(--left-logo-height);
  width: var(--left-logo-width);
}
.GwboE_ZL62hQwg3Vd3Ru .EUee4JxbVyZTuljRThUm {
  font-size: var(--right-name-font-size);
  line-height: 1.3;
  margin-left: var(--right-name-margin-left);
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
html[data-device="desktop"] .EsNpoXXN3yaAliRlbH4u,
html[data-device="desktop"] .IK1yg3nAfvIO7Rz7unqQ,
html[data-device="desktop"] .VvQ73cfSgJL0qUgqApV8 {
  --game-name-horizontal-padding: 0.04rem 0.1rem;
  --left-logo-width: 0.4rem;
  --left-logo-height: 0.4rem;
  --right-name-margin-left: 0.05rem;
  --right-name-font-size: 0.24rem;
}
html[data-device="mobile"] .VvQ73cfSgJL0qUgqApV8 {
  --game-name-horizontal-padding: 0.06rem 0.15rem;
  --left-logo-width: 0.46rem;
  --left-logo-height: 0.46rem;
  --right-name-margin-left: 0.1rem;
  --right-name-font-size: 0.28rem;
}
html[data-device="mobile"] .EsNpoXXN3yaAliRlbH4u {
  --game-name-horizontal-padding: 0.06rem 0.15rem;
  --left-logo-width: 0.4rem;
  --left-logo-height: 0.4rem;
  --right-name-margin-left: 0.08rem;
  --right-name-font-size: 0.24rem;
}
html[data-device="mobile"] .IK1yg3nAfvIO7Rz7unqQ {
  --game-name-horizontal-padding: 0.04rem 0.1rem;
  --left-logo-width: 0.5rem;
  --left-logo-height: 0.5rem;
  --right-name-margin-left: 0.08rem;
  --right-name-font-size: 0.28rem;
}
.UNZJhB47oUwWD0xHQfGn {
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  left: 0;
  padding: var(--game-name-vertical-padding);
  position: absolute;
  right: 0;
}
.UNZJhB47oUwWD0xHQfGn .i7chQd6Sr3whiaqUCmSn {
  font-size: var(--top-name-font-size);
  line-height: 0;
  text-shadow: 0 0.02rem 0.04rem var(--game-name-text-shadow);
}
.UNZJhB47oUwWD0xHQfGn .i7chQd6Sr3whiaqUCmSn,
.UNZJhB47oUwWD0xHQfGn .vynkVoACfTXgLoEePSX6 {
  -webkit-text-stroke: var(--game-name-text-stroke);
  font-weight: var(--game-name-font-weight);
}
.UNZJhB47oUwWD0xHQfGn .vynkVoACfTXgLoEePSX6 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: var(--bottom-name-font-size);
  margin-top: var(--bottom-name-margin-top);
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem var(--game-bottom-name-text-shadow);
}
html[data-device="desktop"] .DRMVCDHqPdpDGTiTZ4Cx,
html[data-device="desktop"] .WDd9GlWsfHedGanl9Rlg,
html[data-device="desktop"] .vgZgFDd3FTPVN2Il0sSA {
  --game-name-vertical-padding: 0.04rem 0.1rem;
  --top-name-font-size: 0.28rem;
  --bottom-name-font-size: 0.14rem;
  --bottom-name-margin-top: 0.05rem;
  --game-name-text-shadow: rgba(0, 0, 0, 0.3);
  --game-bottom-name-text-shadow: none;
  --game-name-text-stroke: none;
  --game-name-font-weight: normal;
}
html[data-device="mobile"] .vgZgFDd3FTPVN2Il0sSA {
  --game-name-vertical-padding: 0.06rem 0.15rem;
  --top-name-font-size: 0.34rem;
  --bottom-name-font-size: 0.16rem;
  --bottom-name-margin-top: 0.08rem;
  --game-name-text-shadow: rgba(0, 0, 0, 0.3);
  --game-bottom-name-text-shadow: none;
  --game-name-text-stroke: none;
  --game-name-font-weight: normal;
}
html[data-device="mobile"] .DRMVCDHqPdpDGTiTZ4Cx {
  --game-name-vertical-padding: 0.06rem 0.15rem;
  --top-name-font-size: 0.24rem;
  --bottom-name-font-size: 0.14rem;
  --bottom-name-margin-top: 0.05rem;
  --game-name-text-shadow: rgba(0, 0, 0, 0.3);
  --game-bottom-name-text-shadow: none;
  --game-name-text-stroke: none;
  --game-name-font-weight: normal;
}
html[data-device="mobile"] .WDd9GlWsfHedGanl9Rlg {
  --game-name-vertical-padding: 0.04rem 0.1rem;
  --top-name-font-size: 0.32rem;
  --bottom-name-font-size: 0.18rem;
  --bottom-name-margin-top: 0.05rem;
  --game-name-text-shadow: rgba(0, 0, 0, 0.3);
  --game-bottom-name-text-shadow: none;
  --game-name-text-stroke: none;
  --game-name-font-weight: normal;
}
.K8qtRy7shNKff9PCXZqi .GNPRMuHf2qMfT6PQ5M8f {
  height: var(--outer-box-main-height);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: var(--outer-box-main-width);
}
.K8qtRy7shNKff9PCXZqi .GNPRMuHf2qMfT6PQ5M8f.re23eJfoAdpxqUfUIQkA:hover {
  -webkit-transform: translateY(var(--hover-move-top-translateY));
  transform: translateY(var(--hover-move-top-translateY));
}
html[data-device="desktop"] .Re5xAvcWyJTcCImshYBX,
html[data-device="desktop"] .bcvYvidS8kRT7BdWljtf {
  --outer-box-main-width: 1.7rem;
  --outer-box-main-height: 2.26rem;
  --hover-move-top-translateY: -0.1rem;
}
html[data-device="desktop"] .H7vx0sjex1vuCZytXJPb {
  --outer-box-main-width: 1.85rem;
  --outer-box-main-height: 2.4rem;
  --hover-move-top-translateY: -0.1rem;
}
html[data-device="mobile"] .Re5xAvcWyJTcCImshYBX {
  --outer-box-main-width: 2.1rem;
  --outer-box-main-height: 2.792rem;
  --hover-move-top-translateY: -0.1rem;
}
html[data-device="mobile"] .bcvYvidS8kRT7BdWljtf {
  --outer-box-main-width: 1.6rem;
  --outer-box-main-height: 2.12rem;
  --hover-move-top-translateY: -0.1rem;
}
html[data-device="mobile"] .bq9KZuSwcAX1Gh3Yps7w {
  --outer-box-main-width: 1.64rem;
  --outer-box-main-height: 2.14rem;
  --hover-move-top-translateY: -0.1rem;
}
html[data-device="mobile"] .H7vx0sjex1vuCZytXJPb {
  --outer-box-main-width: 2.1rem;
  --outer-box-main-height: 2.72rem;
  --hover-move-top-translateY: -0.1rem;
}
html[data-device="desktop"] .FD7VVfpE_UZjdaPc9okJ,
html[data-device="desktop"] .xqUxh7Zlp18jFr_0504k {
  --game-name-vertical-padding: 0.04rem 0.1rem;
  --top-logo-width: 0.4rem;
  --top-logo-height: 0.4rem;
  --bottom-name-font-size: 0.24rem;
}
html[data-device="desktop"] .Lzpjml9BOlGnb4g5l9d1 {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  padding: var(--game-name-vertical-padding);
  padding-bottom: 0.1rem;
  position: absolute;
  right: 0;
}
html[data-device="desktop"] .Lzpjml9BOlGnb4g5l9d1 .jbwydiQnAGtytoYKVjyG {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: var(--top-logo-height);
  width: var(--top-logo-width);
}
html[data-device="desktop"] .Lzpjml9BOlGnb4g5l9d1 .gLttJFH6XK6mrY_5_PaP {
  font-size: var(--bottom-name-font-size);
  line-height: 1.3;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
html[data-device="mobile"] .FD7VVfpE_UZjdaPc9okJ {
  --game-name-vertical-padding: 0.06rem 0.15rem;
  --top-logo-width: 0.46rem;
  --top-logo-height: 0.46rem;
  --bottom-name-font-size: 0.28rem;
}
html[data-device="mobile"] .xqUxh7Zlp18jFr_0504k {
  --game-name-vertical-padding: 0.06rem 0.15rem;
  --top-logo-width: 0.4rem;
  --top-logo-height: 0.4rem;
  --bottom-name-font-size: 0.24rem;
}
html[data-device="mobile"] .Lzpjml9BOlGnb4g5l9d1 {
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  padding: var(--game-name-vertical-padding);
  padding-bottom: 0.1rem;
  position: absolute;
  right: 0;
}
html[data-device="mobile"] .Lzpjml9BOlGnb4g5l9d1 .jbwydiQnAGtytoYKVjyG {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: var(--top-logo-height);
  width: var(--top-logo-width);
}
html[data-device="mobile"] .Lzpjml9BOlGnb4g5l9d1 .gLttJFH6XK6mrY_5_PaP {
  font-size: var(--bottom-name-font-size);
  line-height: 1.3;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
}
html[data-device="desktop"] .GIAhRdhvZwO2BacuXbCQ,
html[data-device="mobile"] .GIAhRdhvZwO2BacuXbCQ {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
html[data-device="desktop"] .s34liMXxpCFLrLaJr4cI.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.36rem;
  height: 0.36rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: -0.12rem;
  top: -0.12rem;
  width: 0.36rem;
  z-index: 9;
}
html[data-device="desktop"]
  .s34liMXxpCFLrLaJr4cI.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  position: absolute;
}
html[data-device="desktop"] .uAnQkqtdpyEdagfrsRf1.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.74rem;
  height: 0.74rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 1.01rem;
  top: 1.01rem;
  width: 0.74rem;
  z-index: 9;
}
html[data-device="desktop"]
  .uAnQkqtdpyEdagfrsRf1.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  position: absolute;
}
html[data-device="desktop"]
  .S_iDVmKIR_HjHgxpoU9T.t6Ld3Sk0Vy9AY28gUAaT.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.34rem;
  height: 0.34rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.34rem;
  z-index: 9;
}
html[data-device="desktop"]
  .S_iDVmKIR_HjHgxpoU9T.t6Ld3Sk0Vy9AY28gUAaT.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  bottom: -0.1rem;
  left: -0.1rem;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}
html[data-device="desktop"]
  .S_iDVmKIR_HjHgxpoU9T.TXzSTVPeKUMWUqdGhnh5.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.3rem;
  height: 0.3rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.06rem;
  top: 0.06rem;
  width: 0.3rem;
  z-index: 9;
}
html[data-device="desktop"]
  .S_iDVmKIR_HjHgxpoU9T.TXzSTVPeKUMWUqdGhnh5.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  bottom: -0.06rem;
  left: -0.06rem;
  position: absolute;
  right: -0.06rem;
  top: -0.06rem;
}
html[data-device="desktop"] .nFGmnSLBfpoyx0XAlhkc {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 0 0.14rem 0 0.1rem;
  color: #666;
}
html[data-device="desktop"] .nFGmnSLBfpoyx0XAlhkc.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  height: 0.27rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.44rem;
  z-index: 9;
}
html[data-device="desktop"]
  .nFGmnSLBfpoyx0XAlhkc.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  bottom: -0.06rem;
  left: -0.06rem;
  position: absolute;
  right: -0.06rem;
  top: -0.06rem;
}
html[data-device="desktop"] .nFGmnSLBfpoyx0XAlhkc .nj0aIw1eo9BLkaeus3XV {
  color: var(--theme-primary-color);
}
html[data-device="mobile"] .s34liMXxpCFLrLaJr4cI.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.48rem;
  height: 0.48rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: -0.16rem;
  top: -0.16rem;
  width: 0.48rem;
  z-index: 9;
}
html[data-device="mobile"]
  .s34liMXxpCFLrLaJr4cI.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  position: absolute;
}
html[data-device="mobile"]
  .S_iDVmKIR_HjHgxpoU9T.t6Ld3Sk0Vy9AY28gUAaT.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.4rem;
  height: 0.4rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.4rem;
  z-index: 9;
}
html[data-device="mobile"]
  .S_iDVmKIR_HjHgxpoU9T.t6Ld3Sk0Vy9AY28gUAaT.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  bottom: -0.1rem;
  left: -0.1rem;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}
html[data-device="mobile"]
  .S_iDVmKIR_HjHgxpoU9T.TXzSTVPeKUMWUqdGhnh5.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.4rem;
  height: 0.4rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  width: 0.4rem;
  z-index: 9;
}
html[data-device="mobile"]
  .S_iDVmKIR_HjHgxpoU9T.TXzSTVPeKUMWUqdGhnh5.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  bottom: -0.1rem;
  left: -0.1rem;
  position: absolute;
  right: -0.1rem;
  top: -0.1rem;
}
html[data-device="mobile"] .uAnQkqtdpyEdagfrsRf1.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
  height: 0.6rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.7rem;
  top: 0.71rem;
  width: 0.6rem;
  z-index: 9;
}
html[data-device="mobile"]
  .uAnQkqtdpyEdagfrsRf1.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  position: absolute;
}
html[data-device="mobile"] .nFGmnSLBfpoyx0XAlhkc {
  background-color: #fff;
  border-radius: 0 0.14rem 0 0.1rem;
  color: #666;
  opacity: 0.6;
}
html[data-device="mobile"] .nFGmnSLBfpoyx0XAlhkc.j1ZOZ_zx41_uk1C68GDf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.19rem;
  height: 0.28rem;
  justify-content: center;
  line-height: 0;
  position: absolute;
  right: 0.02rem;
  top: 0.02rem;
  width: 0.47rem;
  z-index: 9;
}
html[data-device="mobile"]
  .nFGmnSLBfpoyx0XAlhkc.j1ZOZ_zx41_uk1C68GDf
  > .LxSzwNzS98hE6wAPC9OG {
  bottom: -0.06rem;
  left: -0.06rem;
  position: absolute;
  right: -0.06rem;
  top: -0.06rem;
}
html[data-device="mobile"] .nFGmnSLBfpoyx0XAlhkc .nj0aIw1eo9BLkaeus3XV {
  color: var(--theme-primary-color);
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh {
  height: 2rem;
  width: 1.5rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-game-card-ddt_bg);
  border-radius: 0.33rem;
  bottom: 0;
  color: var(--theme-game-card-ddt_icon);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3
  > i {
  font-size: 1.03rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .zs7hFAUcK7ib_xKeG39X {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3 {
  border-radius: 0.3rem;
  height: 2rem;
  position: relative;
  width: 1.5rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov {
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  left: 0;
  padding: 0.04rem 0.1rem;
  position: absolute;
  right: 0;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.1rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .dqSY4TWRoUYav4CbDv_j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.4rem;
  width: 0.4rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .RrNKUbSThrQPgwDFHiyg {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  line-height: 1.1;
  line-height: 1.3;
  margin-left: 0.05rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  line-height: 1.1;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.14rem;
  line-height: 1.1;
  margin-top: 0.05rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh {
  height: 2.26rem;
  width: 1.7rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-game-card-ddt_bg);
  border-radius: 0.33rem;
  bottom: 0;
  color: var(--theme-game-card-ddt_icon);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3
  > i {
  font-size: 1.03rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .zs7hFAUcK7ib_xKeG39X {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3 {
  border-radius: 0.3rem;
  height: 2.26rem;
  position: relative;
  width: 1.7rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov {
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  left: 0;
  padding: 0.04rem 0.1rem;
  position: absolute;
  right: 0;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.1rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .dqSY4TWRoUYav4CbDv_j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.4rem;
  width: 0.4rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .RrNKUbSThrQPgwDFHiyg {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  line-height: 1.1;
  line-height: 1.3;
  margin-left: 0.05rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  line-height: 1.1;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.14rem;
  line-height: 1.1;
  margin-top: 0.05rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .wX3kRJCnZXxR2pKez4L3,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .wX3kRJCnZXxR2pKez4L3 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bbf8ff),
    to(#7febff)
  );
  background-image: linear-gradient(180deg, #bbf8ff, #7febff);
  border-radius: 0.14rem;
  color: #60d0ff;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .default-img-load
  > i,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .default-img-load
  > i {
  opacity: 0;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3 {
  border-radius: 0.14rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov {
  padding-bottom: 0.14rem;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK {
  text-shadow: 0 0 0.05rem #03c3ff;
}
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz:hover
  .XFYEuIddjD7BTxlXW52X,
html[data-device="desktop"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI:hover
  .XFYEuIddjD7BTxlXW52X {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh {
  height: 2.8rem;
  width: 2.1rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-game-card-ddt_bg);
  border-radius: 0.33rem;
  bottom: 0;
  color: var(--theme-game-card-ddt_icon);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3
  > i {
  font-size: 1.03rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .zs7hFAUcK7ib_xKeG39X {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3 {
  border-radius: 0.3rem;
  height: 2.8rem;
  position: relative;
  width: 2.1rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov {
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  left: 0;
  padding: 0.06rem 0.15rem;
  position: absolute;
  right: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.1rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .dqSY4TWRoUYav4CbDv_j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.46rem;
  width: 0.46rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .RrNKUbSThrQPgwDFHiyg {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.28rem;
  line-height: 1.1;
  line-height: 1.3;
  margin-left: 0.1rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  line-height: 1.1;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .iP9siOm32JQvq3YFLHzI.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.12rem;
  line-height: 1.1;
  margin-top: 0.08rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh {
  height: 2.13rem;
  width: 1.6rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-game-card-ddt_bg);
  border-radius: 0.33rem;
  bottom: 0;
  color: var(--theme-game-card-ddt_icon);
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .wX3kRJCnZXxR2pKez4L3
  > i {
  font-size: 1.03rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .zs7hFAUcK7ib_xKeG39X {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3 {
  border-radius: 0.3rem;
  height: 2.13rem;
  position: relative;
  width: 1.6rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov {
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  left: 0;
  padding: 0.06rem 0.15rem;
  position: absolute;
  right: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.1rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .dqSY4TWRoUYav4CbDv_j {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 0.4rem;
  width: 0.4rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.eEvYzYlBYpusI4bJFFHv
  .RrNKUbSThrQPgwDFHiyg {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.24rem;
  line-height: 1.1;
  line-height: 1.3;
  margin-left: 0.08rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  line-height: 1.1;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.3);
  vertical-align: middle;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .Q9wlM4HGMzplWLXM0NYz.jBWFSn56Vn8x4UDMShsh
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: 0.12rem;
  line-height: 1.1;
  margin-top: 0.05rem;
  max-height: 2.2rem;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .i2u0cfBhNdOIO__zo0YN {
  z-index: 12;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .wX3kRJCnZXxR2pKez4L3,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .wX3kRJCnZXxR2pKez4L3 {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#bbf8ff),
    to(#7febff)
  );
  background-image: linear-gradient(180deg, #bbf8ff, #7febff);
  border-radius: 0.14rem;
  color: #60d0ff;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .default-img-load
  > i,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .default-img-load
  > i {
  opacity: 0;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .maintain-circle,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .maintain-circle {
  height: 0.8rem;
  width: 0.8rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .maintain-text,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .maintain-text {
  font-size: 0.2rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3 {
  border-radius: 0.14rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov {
  padding-bottom: 0.11rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.Q9wlM4HGMzplWLXM0NYz
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .F_IF9OzdcjicnSMeX3MI,
html[data-device="mobile"][data-skin-layout="9"]
  .izh66YMQzm3jBcGoT_OM
  .jBWFSn56Vn8x4UDMShsh.iP9siOm32JQvq3YFLHzI
  .bZ1w2SpHi4sFPHT2MSM3
  .LcMB_Dh4Wn_lWVLKY8ov.bJ4KoYkhH7CIfQV723Ce
  .d997jTKHXd_oRqdg1FJK {
  text-shadow: 0 0 0.05rem #03c3ff;
}
.bVgDND6BuFNIna1L0jJe {
  bottom: 0;
  color: var(--theme-text-color-task-btn);
  left: 0;
  padding: var(--game-name-vertical-padding);
  position: absolute;
  right: 0;
}
.bVgDND6BuFNIna1L0jJe .pp85p7K0VhQZANAoM5kd {
  font-size: var(--top-name-font-size);
  line-height: 0;
  text-shadow: 0 0 0.05rem #03c3ff;
}
.bVgDND6BuFNIna1L0jJe .BcUtaqAz0hZax7BXEVzU {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  display: -webkit-box;
  font-family: MicrosoftYaHei;
  font-size: var(--bottom-name-font-size);
  margin-top: var(--bottom-name-margin-top);
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-shadow: 0 0 0.05rem #03c3ff;
}
html[data-device="desktop"] .EDMBpdLeGPyXPUjcZsjw,
html[data-device="desktop"] .f9ySs73_Mj1hsyAVYeT7 {
  --game-name-vertical-padding: 0.04rem 0.1rem 0.12rem;
  --top-name-font-size: 0.28rem;
  --bottom-name-font-size: 0.14rem;
  --bottom-name-margin-top: 0.05rem;
}
html[data-device="desktop"] .v32Gy03WxWOj8UcDb916 {
  --game-name-vertical-padding: 0.04rem 0.1rem;
  --top-name-font-size: 0.28rem;
  --bottom-name-font-size: 0.14rem;
  --bottom-name-margin-top: 0.05rem;
}
html[data-device="mobile"] .EDMBpdLeGPyXPUjcZsjw {
  --game-name-vertical-padding: 0.06rem 0.15rem 0.12rem;
  --top-name-font-size: 0.34rem;
  --bottom-name-font-size: 0.12rem;
  --bottom-name-margin-top: 0.08rem;
}
html[data-device="mobile"] .f9ySs73_Mj1hsyAVYeT7 {
  --game-name-vertical-padding: 0.06rem 0.15rem;
  --top-name-font-size: 0.24rem;
  --bottom-name-font-size: 0.12rem;
  --bottom-name-margin-top: 0.05rem;
}
.OPsN0VysU0QNhIEsIGCN {
  height: 3.29rem;
}
.OPsN0VysU0QNhIEsIGCN .ZHSeB04bV9FKCokJs6Ux {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0.19rem;
}
.OPsN0VysU0QNhIEsIGCN .f2tfdSYPVaPCNQbRUWkT {
  padding-top: 0.77rem;
}
html[data-device="mobile"] .OPsN0VysU0QNhIEsIGCN {
  height: 2.3rem;
}
html[data-device="mobile"] .OPsN0VysU0QNhIEsIGCN .f2tfdSYPVaPCNQbRUWkT {
  padding-top: 0.57rem;
}
.ZdpRjwP7WiV7TxtuA4pe {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0.285rem;
}
.ZdpRjwP7WiV7TxtuA4pe .Y9NQakQWVv6Gjtymdh5z {
  height: 2.3rem;
  position: relative;
  width: 10.2rem;
}
.ZdpRjwP7WiV7TxtuA4pe .TNK2frowyfNORlA_WfUF {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0.25rem 0.15rem 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ZdpRjwP7WiV7TxtuA4pe .Fyd0kwO430OkMhwAjEA1 {
  padding-top: 1.22rem;
}
.ZdpRjwP7WiV7TxtuA4pe .Fyd0kwO430OkMhwAjEA1 .dzHli_hlYSU0TkWABfqj li {
  color: transparent;
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  position: relative;
  text-shadow: 0 0.03rem 0.01rem rgba(0, 0, 0, 0.4);
}
.ZdpRjwP7WiV7TxtuA4pe .Fyd0kwO430OkMhwAjEA1 .dzHli_hlYSU0TkWABfqj li:before {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fffafc),
    color-stop(19%, #fff56e),
    color-stop(49%, #fff20a),
    color-stop(72%, #fff88a),
    color-stop(89%, #fcc901)
  );
  background-image: linear-gradient(
    180deg,
    #fffafc,
    #fff56e 19%,
    #fff20a 49%,
    #fff88a 72%,
    #fcc901 89%
  );
  background-size: cover;
  content: attr(data-text);
  height: 100%;
  left: 0;
  position: absolute;
  text-shadow: none;
  top: 0;
  width: 100%;
  z-index: 0;
}
html[data-device="mobile"] .ZdpRjwP7WiV7TxtuA4pe {
  margin-top: 0.2rem;
}
html[data-device="mobile"] .ZdpRjwP7WiV7TxtuA4pe .Y9NQakQWVv6Gjtymdh5z {
  height: 1.6rem;
  width: 7.1rem;
}
html[data-device="mobile"] .ZdpRjwP7WiV7TxtuA4pe .TNK2frowyfNORlA_WfUF {
  padding: 0.18rem 0.1rem 0;
}
html[data-device="mobile"] .ZdpRjwP7WiV7TxtuA4pe .Fyd0kwO430OkMhwAjEA1 {
  padding-top: 0.86rem;
}
html[data-device-os="ios"] .dzHli_hlYSU0TkWABfqj li {
  text-shadow: none !important;
}
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination {
  display: -ms-flexbox;
  display: flex;
}
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-next
  .ant-pagination-item-link,
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-prev
  .ant-pagination-item-link,
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination > li.ant-pagination-item,
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination > li.ant-pagination-jump-next,
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination > li.ant-pagination-jump-prev,
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination > li.ant-pagination-next,
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination > li.ant-pagination-prev {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.06rem;
  color: var(--theme-primary-font-color);
  font-size: 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0 0.1rem 0 0;
  min-width: 0.4rem;
  width: 0.4rem;
}
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-next.ant-pagination-disabled
  svg,
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-prev.ant-pagination-disabled
  svg {
  color: var(--theme-text-color-lighten);
}
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination .ant-pagination-item-ellipsis {
  color: var(--theme-text-color-darken);
}
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination .ant-pagination-item {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination .ant-pagination-item a {
  -ms-flex-pack: center;
  color: var(--theme-text-color-darken);
  justify-content: center;
  padding: 0;
}
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination .ant-pagination-jump-next {
  background-color: transparent !important;
  background-color: initial !important;
}
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  .ant-pagination-item.ant-pagination-item-active {
  background-color: var(--theme-primary-color);
}
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  .ant-pagination-item.ant-pagination-item-active
  a {
  color: var(--theme-primary-font-color);
}
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-next
  .ant-pagination-item-link,
.hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-prev
  .ant-pagination-item-link {
  color: var(--theme-primary-color);
}
.hUlKFVKCGSJ1YkOLWzmv .ant-pagination .ant-pagination-disabled a {
  color: var(--theme-text-color-lighten);
}
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-next
  .ant-pagination-item-link,
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > .ant-pagination-prev
  .ant-pagination-item-link,
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > li.ant-pagination-item,
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > li.ant-pagination-jump-next,
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > li.ant-pagination-jump-prev,
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > li.ant-pagination-next,
html[data-device="mobile"]
  .hUlKFVKCGSJ1YkOLWzmv
  .ant-pagination
  > li.ant-pagination-prev {
  border-radius: 0.1rem;
  font-size: 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 0.15rem 0 0;
  width: 0.5rem;
}
.WQRH7kQFHu0625bXlsSq {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  border-radius: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.WQRH7kQFHu0625bXlsSq .ant-input-search-icon:hover {
  color: var(--theme-search-icon-color) !important;
}
.WQRH7kQFHu0625bXlsSq
  .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn
  .ant-input:not(:last-child) {
  padding-right: 1.15rem;
}
.WQRH7kQFHu0625bXlsSq.nMyMkr7wz394zCP2MHiq {
  background: var(--theme-main-bg-color);
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  height: 0.9rem;
  padding: 0.2rem;
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a {
  -ms-flex: 1;
  flex: 1;
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input {
  border-radius: 0.3rem;
  color: var(--theme-text-color-darken);
  font-size: 0.18rem;
  height: 0.5rem;
  padding: 0 0.15rem;
  width: 100%;
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 700;
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input::-webkit-input-placeholder {
  color: var(--theme-text-color-placeholder);
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input::-moz-placeholder {
  color: var(--theme-text-color-placeholder);
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input:-ms-input-placeholder {
  color: var(--theme-text-color-placeholder);
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input::-ms-input-placeholder {
  color: var(--theme-text-color-placeholder);
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input::placeholder {
  color: var(--theme-text-color-placeholder);
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a .ant-input-search-icon {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.26rem;
  height: 100%;
  justify-content: flex-end;
  margin-left: 0 !important;
  width: 0.6rem;
}
.WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a .ant-input-suffix {
  height: 100%;
  right: 0.15rem;
}
.WQRH7kQFHu0625bXlsSq .x8w05xmSCDTH6dgcDZ6r input {
  border-radius: 0;
}
.WQRH7kQFHu0625bXlsSq .HplUacWP1RcqYfQ2jGHG {
  font-size: 0.18rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  width: 1.2rem;
}
.WQRH7kQFHu0625bXlsSq .HplUacWP1RcqYfQ2jGHG span {
  line-height: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.WQRH7kQFHu0625bXlsSq .tS_IZRkTVDC1HbAznAmO {
  background-color: #a37c3f;
  border-radius: 0;
  height: 0.5rem;
  margin-left: 0.1rem;
  padding: 0.12rem 0.24rem 0.14rem 0.25rem;
  width: 0.85rem;
}
html[data-device="mobile"] .WQRH7kQFHu0625bXlsSq {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 0.7rem;
  padding: 0.2rem 0.2rem 0;
}
html[data-device="mobile"]
  .WQRH7kQFHu0625bXlsSq
  .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn
  .ant-input:not(:last-child) {
  padding-right: 1.25rem;
}
html[data-device="mobile"] .WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a {
  -ms-flex: 1;
  flex: 1;
}
html[data-device="mobile"] .WQRH7kQFHu0625bXlsSq .ToGTz0tnE2M9xL46yp2a input {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  border-radius: 0.25rem;
  font-size: 0.22rem;
  padding: 0 0.2rem;
}
html[data-device="mobile"]
  .WQRH7kQFHu0625bXlsSq
  .ToGTz0tnE2M9xL46yp2a
  .ant-input-search-icon {
  font-size: 0.3rem;
}
html[data-device="mobile"]
  .WQRH7kQFHu0625bXlsSq
  .ToGTz0tnE2M9xL46yp2a
  .ant-input-suffix {
  right: 0.15rem;
}
html[data-device="mobile"] .WQRH7kQFHu0625bXlsSq .x8w05xmSCDTH6dgcDZ6r input {
  border-color: var(--theme-color-line);
}
html[data-device="mobile"]
  .WQRH7kQFHu0625bXlsSq
  .x8w05xmSCDTH6dgcDZ6r
  input:focus,
html[data-device="mobile"]
  .WQRH7kQFHu0625bXlsSq
  .x8w05xmSCDTH6dgcDZ6r
  input:hover {
  border-color: var(--theme-primary-color);
  -webkit-box-shadow: 0 0 0 0.02rem rgba(163, 124, 60, 0.2) !important;
  box-shadow: 0 0 0 0.02rem rgba(163, 124, 60, 0.2) !important;
}
[data-skin-layout="2"][data-skin-bg="0"] .ant-input-search-icon {
  color: var(--theme-primary-color);
}
.UVYvg4CoHEhLu3GsZETO .ant-tooltip-arrow:before,
.UVYvg4CoHEhLu3GsZETO .ant-tooltip-inner {
  background-color: var(--theme-main-bg-color);
  -webkit-box-shadow: 0 0.01rem 0.03rem 0 var(--theme-color-line);
  box-shadow: 0 0.01rem 0.03rem 0 var(--theme-color-line);
}
.UVYvg4CoHEhLu3GsZETO .ant-tooltip-inner {
  word-wrap: break-word;
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.08rem;
  color: var(--theme-text-color-lighten);
  font-size: 0.14rem;
  padding: 0.13rem;
}
.Q5Cp1ihvVijTuV4My80k {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  height: 0.49rem;
  justify-content: space-between;
  position: relative;
}
.Q5Cp1ihvVijTuV4My80k .LRD5IAAtS_64drTV4atF {
  position: absolute;
  right: 0.64rem;
  top: -0.2rem;
}
.Q5Cp1ihvVijTuV4My80k .LsgZ8zqHFWYTFrRYGaD4 {
  border-bottom: 0.01rem solid var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
}
.Q5Cp1ihvVijTuV4My80k
  .LsgZ8zqHFWYTFrRYGaD4
  .zL1VEYVVZf_uMQ274PTY
  + .zL1VEYVVZf_uMQ274PTY {
  margin-left: 0.6rem;
}
.Q5Cp1ihvVijTuV4My80k .LsgZ8zqHFWYTFrRYGaD4 .yc7PzFtGNIacKsEe7Kep {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.Q5Cp1ihvVijTuV4My80k .LsgZ8zqHFWYTFrRYGaD4 .yc7PzFtGNIacKsEe7Kep > img {
  margin-right: 0.06rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.Q5Cp1ihvVijTuV4My80k .LsgZ8zqHFWYTFrRYGaD4 .yc7PzFtGNIacKsEe7Kep span {
  font-size: 0.2rem;
  text-align: center;
  white-space: pre-line;
  word-break: break-word;
}
.Q5Cp1ihvVijTuV4My80k
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep.QcWyn4SCxbWJPXVIYC0H {
  color: var(--theme-primary-color);
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.Q5Cp1ihvVijTuV4My80k
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep.QcWyn4SCxbWJPXVIYC0H:after {
  background-color: var(--theme-primary-color);
  bottom: -0.01rem;
  content: "";
  display: block;
  height: 0.03rem;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (hover: hover) {
  .Q5Cp1ihvVijTuV4My80k .LsgZ8zqHFWYTFrRYGaD4 .yc7PzFtGNIacKsEe7Kep:hover {
    color: var(--theme-primary-color);
  }
}
.Q5Cp1ihvVijTuV4My80k
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep
  .vz_ZDJ5brFECPvJClbni
  .inner-text {
  line-height: 1.2 !important;
}
.Q5Cp1ihvVijTuV4My80k .lP3Pik8XyTmeNerdmruo {
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.Q5Cp1ihvVijTuV4My80k .qN3gOmkI_gqUiUrgMRsC {
  cursor: pointer;
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr {
  height: 0.4rem;
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr .LsgZ8zqHFWYTFrRYGaD4 {
  border-bottom: none;
  color: var(--theme-text-color);
  font-size: 0.16rem;
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .zL1VEYVVZf_uMQ274PTY
  + .zL1VEYVVZf_uMQ274PTY {
  margin-left: 0.2rem;
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 1rem;
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep
  + .yc7PzFtGNIacKsEe7Kep {
  margin-left: 0.2rem;
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep
  span {
  font-size: 0.16rem;
}
@media (hover: hover) {
  .Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
    .LsgZ8zqHFWYTFrRYGaD4
    .yc7PzFtGNIacKsEe7Kep:hover {
    border: 0.01rem solid var(--theme-primary-color);
    color: var(--theme-primary-color);
  }
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep.QcWyn4SCxbWJPXVIYC0H {
  background-color: var(--theme-primary-color);
  border: initial;
  color: var(--theme-primary-font-color);
}
.Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep.QcWyn4SCxbWJPXVIYC0H:after {
  display: none;
}
@media (hover: hover) {
  .Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
    .LsgZ8zqHFWYTFrRYGaD4
    .yc7PzFtGNIacKsEe7Kep.QcWyn4SCxbWJPXVIYC0H:hover {
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-font-color);
  }
}
html[data-device="mobile"] .Q5Cp1ihvVijTuV4My80k {
  height: 0.7rem;
}
html[data-device="mobile"]
  .Q5Cp1ihvVijTuV4My80k
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep {
  -ms-flex-align: center;
  align-items: center;
}
html[data-device="mobile"]
  .Q5Cp1ihvVijTuV4My80k
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep
  span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.24rem;
  line-height: 1.2;
  max-width: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
html[data-device="mobile"] .Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr {
  height: 0.55rem;
  margin-bottom: 0.3rem;
}
html[data-device="mobile"]
  .Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .zL1VEYVVZf_uMQ274PTY
  + .zL1VEYVVZf_uMQ274PTY {
  margin-left: 0.2rem;
}
html[data-device="mobile"]
  .Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep {
  border-radius: 0.14rem;
  width: 1.4rem;
}
html[data-device="mobile"]
  .Q5Cp1ihvVijTuV4My80k.LK8vFkQu2Zpzcji_3nGr
  .LsgZ8zqHFWYTFrRYGaD4
  .yc7PzFtGNIacKsEe7Kep
  span {
  font-size: 0.22rem;
  word-break: break-word;
}
html[data-device="mobile"] .Q5Cp1ihvVijTuV4My80k .lP3Pik8XyTmeNerdmruo {
  overflow-x: auto;
}
html[data-device="mobile"]
  .Q5Cp1ihvVijTuV4My80k
  .lP3Pik8XyTmeNerdmruo::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.FUkJnGEDysa7MR8Ncxdl {
  -ms-flex-pack: center;
  color: var(--theme-text-color-lighten);
  font-size: 0.16rem;
  justify-content: center;
  margin-top: 0.3rem;
}
.FUkJnGEDysa7MR8Ncxdl,
.FUkJnGEDysa7MR8Ncxdl .Yk314g7NTmfs24LLO_gg {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.FUkJnGEDysa7MR8Ncxdl .Yk314g7NTmfs24LLO_gg {
  color: var(--theme-text-color);
  cursor: pointer;
  margin-left: 0.08rem;
}
.FUkJnGEDysa7MR8Ncxdl .Yk314g7NTmfs24LLO_gg i {
  font-size: 0.12rem;
  margin-left: 0.08rem;
}
html[data-device="mobile"] .FUkJnGEDysa7MR8Ncxdl {
  display: block;
  font-size: 0.22rem;
  text-align: center;
}
html[data-device="mobile"] .FUkJnGEDysa7MR8Ncxdl .Yk314g7NTmfs24LLO_gg {
  color: var(--theme-text-color);
  display: block;
  font-size: 0.22rem;
  margin-top: 0.02rem;
}
html[data-device="mobile"] .FUkJnGEDysa7MR8Ncxdl .Yk314g7NTmfs24LLO_gg i {
  font-size: 0.14rem;
}
html[data-device="mobile"][data-skin-layout="2"] .FUkJnGEDysa7MR8Ncxdl {
  margin-bottom: -0.2rem;
}
.L58lsd7uWrSVt9rH2iWB {
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.holidayMain,
.holidayNormal,
.holidaySub,
.holidaySub2 {
  position: absolute;
}
.holidayNormal {
  bottom: 0;
  right: 0;
}
.wAEzyHd6yridmPs3Qf5S {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wAEzyHd6yridmPs3Qf5S .NVrNkhWMhrIPQbst3SMg {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.wAEzyHd6yridmPs3Qf5S .NVrNkhWMhrIPQbst3SMg .u1bIpZAAFFBvw9WBHITV {
  cursor: pointer;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-bg-color);
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  height: 0.96rem;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q .midNavH5 {
  border-bottom: 0.01rem solid var(--theme-color-line);
  height: 0.96rem;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q .midNavH5 .van-tabs__line {
  background-color: var(--theme-primary-color);
  border-radius: 0.04rem 0.04rem 0 0;
  height: 0.04rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .van-tabs
  .van-tabs__wrap {
  background-color: var(--theme-home-bg);
  height: 0.94rem;
  padding: 0.08rem 0 0;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .van-tabs__wrap--scrollable
  .van-tab {
  margin-right: 0.12rem;
  padding: 0;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q .midNavH5 .h5MidMenuTabTitle {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  height: 0.94rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTabTitle
  .imageWrap {
  width: 0.64rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTabTitle
  .navIcon {
  font-size: 0.4rem;
  height: 0.4rem;
  margin-right: 0.16rem;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q .midNavH5 .h5MidMenuActive {
  color: var(--theme-primary-color);
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuActive
  .navIcon {
  height: auto;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q .midNavH5 .h5MidMenuTab {
  min-width: 1.3rem;
  text-align: center;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab2
  .navIcon,
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab4
  .navIcon {
  font-size: 0.46rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab3
  .navIcon {
  font-size: 0.5rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab113
  .navIcon {
  font-size: 0.52rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab100
  .navIcon,
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab5
  .navIcon {
  font-size: 0.36rem;
}
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab101
  > .navIcon,
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab1
  > .navIcon,
html[data-device="mobile"]
  .G_Jr06kXOFyoVciKIn_Q
  .midNavH5
  .h5MidMenuTab8
  > .navIcon {
  font-size: 0.4rem;
}
html[data-device="mobile"] .G_Jr06kXOFyoVciKIn_Q .holidayNormal {
  bottom: 0;
  right: 0;
}
[data-holiday-theme="101"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidayMain {
  top: 0.1rem;
}
[data-holiday-theme="102"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidayMain {
  right: 0;
}
[data-holiday-theme="103"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidayMain,
[data-holiday-theme="104"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidayMain,
[data-holiday-theme="105"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidaySub,
[data-holiday-theme="106"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidayMain,
[data-holiday-theme="107"] .G_Jr06kXOFyoVciKIn_Q .holidayMobile .holidayMain {
  bottom: 0;
  right: 0;
}
.U1VU2_ybzDB8BYq2v8VG {
  -ms-flex-align: end;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: flex-end;
  align-items: center;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 1.05rem;
  justify-content: space-between;
  position: relative;
}
.U1VU2_ybzDB8BYq2v8VG .personal-center {
  display: none;
}
.U1VU2_ybzDB8BYq2v8VG .header-user__desc {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0.79rem;
}
.U1VU2_ybzDB8BYq2v8VG .DrSAta3RAIhChb6OSZTc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.U1VU2_ybzDB8BYq2v8VG .dcnINnMhsEHoGFYngC2o {
  color: var(--theme-primary-color);
  font-size: 0.536rem;
}
.U1VU2_ybzDB8BYq2v8VG .u4QlmP91idhF6XqB_6jL {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0.1rem 0.05rem;
  width: 2.9rem;
}
.U1VU2_ybzDB8BYq2v8VG .u4QlmP91idhF6XqB_6jL.XDX127gPT9Rcv_NmgXzO {
  -ms-flex-pack: center;
  justify-content: center;
}
.U1VU2_ybzDB8BYq2v8VG .u4QlmP91idhF6XqB_6jL .pFlbcXXZFoPW8cshs442 {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.U1VU2_ybzDB8BYq2v8VG
  .u4QlmP91idhF6XqB_6jL
  .pFlbcXXZFoPW8cshs442
  .dAp6RGRuL3x_UZPFpZC0 {
  color: var(--theme-primary-color);
  cursor: pointer;
}
.U1VU2_ybzDB8BYq2v8VG
  .u4QlmP91idhF6XqB_6jL
  .pFlbcXXZFoPW8cshs442
  .dAp6RGRuL3x_UZPFpZC0:active {
  opacity: 0.8;
}
.U1VU2_ybzDB8BYq2v8VG
  .u4QlmP91idhF6XqB_6jL
  .pFlbcXXZFoPW8cshs442
  .iA5Pa4sa54o0y6S_sxJr {
  color: var(--theme-text-color);
}
.U1VU2_ybzDB8BYq2v8VG .nGxwk_oNvWwlxdYhmaMt {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0.05rem;
  max-width: 1rem;
  min-width: 0.9rem;
  position: relative;
}
.U1VU2_ybzDB8BYq2v8VG .nGxwk_oNvWwlxdYhmaMt:nth-child(5n) {
  margin-right: 0;
}
.U1VU2_ybzDB8BYq2v8VG .nGxwk_oNvWwlxdYhmaMt .ant-spin-container {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.U1VU2_ybzDB8BYq2v8VG .nGxwk_oNvWwlxdYhmaMt > div {
  width: 100%;
}
.U1VU2_ybzDB8BYq2v8VG .MU_0I_BLA9LFSBe8FgeW {
  margin-right: 0;
}
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-text-color);
  display: -webkit-box;
  font-size: 0.22rem;
  line-height: 1.1;
  margin-top: 0.062rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 1rem;
}
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu:lang(de_DE),
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu:lang(es_ES),
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu:lang(fr_FR),
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu:lang(it_IT),
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu:lang(tl_PH) {
  font-size: 0.16rem;
}
.U1VU2_ybzDB8BYq2v8VG .R6JnJ5r1Gimo5SZaqJCu:lang(pt_PT) {
  -webkit-line-clamp: unset;
  word-wrap: break-word;
  display: block;
  font-size: 0.16rem;
  text-overflow: clip;
}
.U1VU2_ybzDB8BYq2v8VG .fSUCsj8Vxa0U3_foZRjt {
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.14rem;
  -webkit-box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.04rem 0.12rem 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -0.1rem;
  top: 1.05rem;
  z-index: 119;
}
.U1VU2_ybzDB8BYq2v8VG .fSUCsj8Vxa0U3_foZRjt:lang(pt_PT) {
  top: 1.05rem;
}
.U1VU2_ybzDB8BYq2v8VG .fSUCsj8Vxa0U3_foZRjt .xiyqmkXrWmusOx9hTDau {
  padding: 0.2rem 0.1rem 0.1rem;
  width: 5.4rem;
}
.U1VU2_ybzDB8BYq2v8VG .fSUCsj8Vxa0U3_foZRjt .xiyqmkXrWmusOx9hTDau:after {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line);
  border-style: solid;
  border-width: 0.01rem 0.01rem 0 0;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0.4rem;
  top: -0.105rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  width: 0.2rem;
  z-index: 2;
}
.U1VU2_ybzDB8BYq2v8VG
  .fSUCsj8Vxa0U3_foZRjt
  .xiyqmkXrWmusOx9hTDau
  .R6JnJ5r1Gimo5SZaqJCu {
  line-height: 1.2;
}
.U1VU2_ybzDB8BYq2v8VG .fSUCsj8Vxa0U3_foZRjt .nGxwk_oNvWwlxdYhmaMt {
  margin-bottom: 0.3rem;
}
.DjhQCqvjgVWP6GdqR1u4 {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  padding: 0.2rem 0.2rem 0;
}
.DjhQCqvjgVWP6GdqR1u4.GU7kbMDKn61pb4tr6F8e {
  position: relative;
}
.DjhQCqvjgVWP6GdqR1u4 .wpo6oQJ9eEuVkwVlBrT4 {
  padding: 0.3rem 0.12rem;
}
.DjhQCqvjgVWP6GdqR1u4 .uz6AhszkKaDpxkGAAfZ0 {
  padding: 0.3rem 0.1rem;
}
.DjhQCqvjgVWP6GdqR1u4 .UdJwb0cLvrDXm9Y2Ho2N {
  border-top: 0.01rem solid var(--theme-color-line);
  padding: 0.3rem 0;
}
.DjhQCqvjgVWP6GdqR1u4 .gAAUAxIk_oH5AmSGfwwv {
  padding: 0 0.1rem;
}
.DjhQCqvjgVWP6GdqR1u4 .rTQejD1oOcu9rogRqSwO {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.34rem;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.DjhQCqvjgVWP6GdqR1u4 .rTQejD1oOcu9rogRqSwO .bJ5Zsj7ITInsJ8N0LCPc {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
}
.DjhQCqvjgVWP6GdqR1u4 .rTQejD1oOcu9rogRqSwO .bJ5Zsj7ITInsJ8N0LCPc > img {
  margin: 0.05rem 0.06rem 0 -0.06rem;
}
.DjhQCqvjgVWP6GdqR1u4 .rTQejD1oOcu9rogRqSwO .GcwIEF3OaGH3zQe70jJx {
  color: var(--theme-text-color-lighten);
  cursor: pointer;
  font-size: 0.2rem;
}
.DjhQCqvjgVWP6GdqR1u4 .Oy7otPdMsdw5Brmyb8ML {
  margin-top: 0.05rem;
}
.DjhQCqvjgVWP6GdqR1u4 .OdJGU88nFSroGle0geJg {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  justify-content: center;
  margin-top: 0.3rem;
}
.DjhQCqvjgVWP6GdqR1u4 .OdJGU88nFSroGle0geJg .W7ZbX_M_Npj8gUlludso {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-primary-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.08rem;
}
.DjhQCqvjgVWP6GdqR1u4 .OdJGU88nFSroGle0geJg .W7ZbX_M_Npj8gUlludso i {
  font-size: 0.12rem;
  margin-left: 0.08rem;
}
html[data-device="mobile"] .OLW827hAZB1JfChO6WZN,
html[data-device="mobile"] .QDagHrn64BFo9TuByPWA {
  padding: 0 0.2rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 {
  background-color: transparent;
  background-color: initial;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow-x: hidden;
  padding: 0;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .bZVt1IvEK6SjsXGVCygg {
  padding: 0 0.2rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .wpo6oQJ9eEuVkwVlBrT4 {
  padding: 0.3rem 0.1rem 0.6rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .gsUMP1L5O7lx5NzypOcv {
  padding: 0.3rem 0.1rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .gAAUAxIk_oH5AmSGfwwv {
  padding: 0 0.15rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .GqISgy6M2v7IwrCI5aMb {
  padding: 0 0.05rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .yE9yrvC5PDY4gw18IT9L {
  margin-left: auto;
  width: 5.3rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 ._95eQxSTlJHhLWYD_mqrw {
  padding: 0 0.36rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .wqArHp_o5qPLn2PkYAcv {
  padding: 0 0.05rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .rTQejD1oOcu9rogRqSwO {
  height: 0.44rem;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .rTQejD1oOcu9rogRqSwO
  .bJ5Zsj7ITInsJ8N0LCPc {
  font-size: 0.3rem;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .rTQejD1oOcu9rogRqSwO
  .bJ5Zsj7ITInsJ8N0LCPc
  > img {
  margin: 0.05rem 0.05rem 0 -0.1rem;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .rTQejD1oOcu9rogRqSwO
  .GcwIEF3OaGH3zQe70jJx {
  font-size: 0.24rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .GU7kbMDKn61pb4tr6F8e {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .GU7kbMDKn61pb4tr6F8e
  .tab-menu__item {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
  margin-left: 0;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .GU7kbMDKn61pb4tr6F8e
  .common-tabs-box {
  height: 100%;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .GU7kbMDKn61pb4tr6F8e
  .mG_95vVhUjR7XuAHyIVp {
  border: none;
  height: 0;
}
html[data-device="mobile"]
  .DjhQCqvjgVWP6GdqR1u4
  .GU7kbMDKn61pb4tr6F8e
  .VSBDPoqH0qslY05U3n65 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0.3rem;
}
html[data-device="mobile"] .DjhQCqvjgVWP6GdqR1u4 .OOc8s8_M3plCNwkIy53v > img {
  -o-object-fit: cover;
  object-fit: cover;
}
html[data-device="mobile"] .arEhrYc_UKa9dempxO9d {
  overflow: hidden;
}
html[data-device="mobile"] .arEhrYc_UKa9dempxO9d .my-scrollbar-bar {
  display: inline;
  display: initial;
}
html[data-device="mobile"]
  .arEhrYc_UKa9dempxO9d
  .UdJwb0cLvrDXm9Y2Ho2N:last-child {
  padding-bottom: 0;
}
html[data-device="mobile"] .arEhrYc_UKa9dempxO9d .GU7kbMDKn61pb4tr6F8e {
  height: 100%;
  padding: 0 0.1rem 0 0.2rem;
}
html[data-device="mobile"]
  .arEhrYc_UKa9dempxO9d
  .GU7kbMDKn61pb4tr6F8e
  .mG_95vVhUjR7XuAHyIVp {
  height: 100%;
}
html[data-device="mobile"]
  .arEhrYc_UKa9dempxO9d
  .GU7kbMDKn61pb4tr6F8e
  .VSBDPoqH0qslY05U3n65 {
  margin-left: 0.25rem;
}
html[data-device="mobile"]
  .arEhrYc_UKa9dempxO9d
  .GU7kbMDKn61pb4tr6F8e
  .VSBDPoqH0qslY05U3n65
  .my-scrollbar-content {
  padding-right: 0.15rem;
}
html[data-device="desktop"] .DjhQCqvjgVWP6GdqR1u4 {
  position: relative;
}
.zw6KEcLcR0TZl9aKmnoW {
  background: var(--theme-btm-bg-color);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(84, 84, 84, 0))
  );
  background-image: linear-gradient(180deg, transparent, rgba(84, 84, 84, 0));
  -webkit-box-shadow: 0.02rem 0 0.06rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.02rem 0 0.06rem 0 rgba(0, 0, 0, 0.1);
  height: 1.24rem;
}
.zw6KEcLcR0TZl9aKmnoW .apFOQ89yEfZuI178fBCw {
  position: relative;
}
.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item {
  -ms-flex-pack: end;
  color: var(--theme-btm-def-color);
  font-size: 0.24rem;
  justify-content: flex-end;
  position: relative;
}
.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item--active {
  background: transparent;
  color: var(--theme-filter-active-color);
}
.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item__icon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item__text {
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 0.54rem;
  line-height: 1.3;
  max-width: 1.6rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: pre-wrap;
}
.zw6KEcLcR0TZl9aKmnoW .van-tabbar-item__text:not(:lang(zh_CN)) {
  line-height: 1.1;
}
.fLryBWEk2pSCROITlAcN {
  display: inline-block;
  max-width: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uBDv69aZQMDILnKNx9od {
  height: 100%;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}
.uBDv69aZQMDILnKNx9od,
.uBDv69aZQMDILnKNx9od .d4OCXEkjd8csJkcU7n9U {
  left: 0;
  position: absolute;
  top: 0;
}
.uBDv69aZQMDILnKNx9od .pUuXRyzE_3pwdnAz2dR0 {
  bottom: 0;
  position: absolute;
  right: 0;
}
[data-holiday-theme="103"] .uBDv69aZQMDILnKNx9od .pUuXRyzE_3pwdnAz2dR0 {
  bottom: auto;
  position: absolute;
  right: 0;
  top: 0;
}
[data-holiday-theme="105"] .uBDv69aZQMDILnKNx9od .M62ivRlD0ypCOg_NfTvu {
  bottom: 0;
  left: 0;
  position: absolute;
}
[data-holiday-theme="105"] .uBDv69aZQMDILnKNx9od .yxWduDterts5cdoscWvZ {
  bottom: auto;
  position: absolute;
  right: 0;
  top: 0;
}
[data-holiday-theme="106"] .uBDv69aZQMDILnKNx9od .d4OCXEkjd8csJkcU7n9U,
[data-holiday-theme="106"] .uBDv69aZQMDILnKNx9od .pUuXRyzE_3pwdnAz2dR0,
[data-holiday-theme="107"] .uBDv69aZQMDILnKNx9od .d4OCXEkjd8csJkcU7n9U,
[data-holiday-theme="107"] .uBDv69aZQMDILnKNx9od .pUuXRyzE_3pwdnAz2dR0 {
  bottom: 0;
  position: absolute;
  right: 0;
  top: auto;
}
[data-holiday-theme="111"] .uBDv69aZQMDILnKNx9od .M62ivRlD0ypCOg_NfTvu {
  bottom: 0;
  left: 0;
  position: absolute;
}
[data-holiday-theme="111"] .uBDv69aZQMDILnKNx9od .yxWduDterts5cdoscWvZ {
  bottom: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.x7XGMuj4ho3Hr2x_SZwH .Vtd0VuhOrHoNzDSpszMB {
  bottom: 0;
  left: 0;
  position: absolute;
}
.x7XGMuj4ho3Hr2x_SZwH .SfSCvcSB4DcOBDUJxxNE {
  bottom: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.N0YJyjmIT5d059uI9ONA {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
[data-holiday-theme="102"] .N0YJyjmIT5d059uI9ONA {
  bottom: 0.02rem;
  top: auto;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
}
[data-holiday-theme="103"] .N0YJyjmIT5d059uI9ONA {
  bottom: 0;
  top: auto;
  width: 0.85rem !important;
}
[data-holiday-theme="105"] .N0YJyjmIT5d059uI9ONA {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
[data-holiday-theme="106"] .N0YJyjmIT5d059uI9ONA {
  bottom: 0;
  top: auto;
  width: 0.85rem !important;
}
[data-holiday-theme="107"] .N0YJyjmIT5d059uI9ONA {
  bottom: 0;
  top: auto;
  width: 0.85rem !important;
}
[data-holiday-theme="111"] .N0YJyjmIT5d059uI9ONA {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ZQr1noLfnf1SsgQZi1E2 {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.ZQr1noLfnf1SsgQZi1E2 .tJuVbG1OUNayYPl8HFwI {
  left: 50%;
  position: relative;
  top: 0.06rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ZQr1noLfnf1SsgQZi1E2 .flnS_rnHQ9rFWSive36W {
  position: absolute;
  right: 0;
  top: 0;
}
.ZQr1noLfnf1SsgQZi1E2 .KOR_Z5F3LmMKLUcScz4a {
  bottom: 0;
  position: absolute;
  right: 0;
}
.ZQr1noLfnf1SsgQZi1E2 .h74pUUa_VD6t2jil1VVX {
  left: 0;
  position: absolute;
  top: 0;
}
html[data-device="mobile"] .ZQr1noLfnf1SsgQZi1E2 .tJuVbG1OUNayYPl8HFwI {
  top: 0.1rem;
}
.iqLHX1wR_FqVCQy1ZDix {
  padding: 0.15rem 0.15rem 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(en_US)
  .game-menu__item[data-key="game-menu2-item101"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(en_US)
  .game-menu__item[data-key="game-menu2-item6"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(en_US)
  .game-menu__item[data-key="game-menu2-item101"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(en_US)
  .game-menu__item[data-key="game-menu2-item6"]
  > span {
  line-height: 1;
  margin-top: -0.02rem;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(hi_IN)
  .game-menu__item[data-key="game-menu2-item101"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(hi_IN)
  .game-menu__item[data-key="game-menu2-item4"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(hi_IN)
  .game-menu__item[data-key="game-menu2-item5"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(hi_IN)
  .game-menu__item[data-key="game-menu2-item101"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(hi_IN)
  .game-menu__item[data-key="game-menu2-item4"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(hi_IN)
  .game-menu__item[data-key="game-menu2-item5"]
  > span {
  line-height: 1;
  margin-top: 0;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(km_KH)
  .game-menu__item[data-key="game-menu2-item21"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(km_KH)
  .game-menu__item[data-key="game-menu2-item4"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(km_KH)
  .game-menu__item[data-key="game-menu2-item21"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(km_KH)
  .game-menu__item[data-key="game-menu2-item4"]
  > span {
  line-height: 1;
  margin-top: 0;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(es_ES)
  .game-menu__item[data-key="game-menu2-item6"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(ja_JP)
  .game-menu__item[data-key="game-menu2-item6"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(es_ES)
  .game-menu__item[data-key="game-menu2-item6"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(ja_JP)
  .game-menu__item[data-key="game-menu2-item6"]
  > span {
  line-height: 1;
  margin-top: -0.02rem;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item100"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item4"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item6"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item999"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item100"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item4"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item6"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(pt_PT)
  .game-menu__item[data-key="game-menu2-item999"]
  > span {
  line-height: 1;
  margin-top: -0.01rem;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(vi_VN)
  .game-menu__item[data-key="game-menu2-item1"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(vi_VN)
  .game-menu__item[data-key="game-menu2-item1"]
  > span {
  line-height: 1;
  margin-top: -0.01rem;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(de_DE)
  .game-menu__item[data-key="game-menu2-item113"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(de_DE)
  .game-menu__item[data-key="game-menu2-item6"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(fr_FR)
  .game-menu__item[data-key="game-menu2-item113"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(fr_FR)
  .game-menu__item[data-key="game-menu2-item6"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(de_DE)
  .game-menu__item[data-key="game-menu2-item113"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(de_DE)
  .game-menu__item[data-key="game-menu2-item6"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(fr_FR)
  .game-menu__item[data-key="game-menu2-item113"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(fr_FR)
  .game-menu__item[data-key="game-menu2-item6"]
  > span {
  line-height: 1;
  margin-top: -0.02rem;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(it_IT)
  .game-menu__item[data-key="game-menu2-item113"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(it_IT)
  .game-menu__item[data-key="game-menu2-item113"]
  > span {
  line-height: 1;
  margin-top: -0.02rem;
  overflow: visible;
  overflow: initial;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item113"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item21"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item5"]
  > div,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item999"]
  > div {
  margin-bottom: 0;
}
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item113"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item21"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item5"]
  > span,
.iqLHX1wR_FqVCQy1ZDix
  .game-menu__items:lang(tl_PH)
  .game-menu__item[data-key="game-menu2-item999"]
  > span {
  line-height: 1;
  margin-top: -0.02rem;
  overflow: visible;
  overflow: initial;
}
.X_tOtMUxMTenSfTn7J28 {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev {
  -ms-flex-pack: distribute;
  background: var(--theme-side-menu-btn-color);
  border-radius: 0.1rem;
  color: var(--theme-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 0.7rem;
  justify-content: space-around;
  margin-bottom: 0.1rem;
  width: 1rem;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .IDcevVi1oQJGuthlvopy {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 0.16rem;
  max-height: 0.4rem;
  overflow: hidden;
  padding: 0 0.04rem;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .IDcevVi1oQJGuthlvopy:lang(en_US) {
  font-size: 0.15rem;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .IDcevVi1oQJGuthlvopy:lang(ta_LK) {
  font-size: 0.13rem;
  line-height: 1.2;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .IDcevVi1oQJGuthlvopy:lang(my_MM) {
  font-size: 0.13rem;
  line-height: 2;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .JGYMaLsdGfKSq3qags9Y {
  height: 0.3rem;
  margin: 0.05rem auto 0;
  position: relative;
  width: 0.42rem;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .JGYMaLsdGfKSq3qags9Y > i {
  color: var(--theme-text-color);
  font-size: 0.42rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .JGYMaLsdGfKSq3qags9Y > img {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev .hrbjXM8qH1ZDj2wDWD0M {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev > span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.16rem;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  max-width: 0.96rem;
  overflow: hidden;
  text-align: center;
  white-space: pre-wrap;
  z-index: 999;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev > span > span:not(:lang(vi_VN)) {
  word-wrap: break-word;
}
@media (hover: hover) {
  .X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev:hover {
    background-color: var(--theme-side-menu-btn-hover);
    color: var(--theme-primary-color);
  }
  .X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev:hover .JGYMaLsdGfKSq3qags9Y > i {
    color: var(--theme-primary-color);
  }
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev.ia6woxHBwCJOiUSohzV6 {
  background-color: var(--theme-primary-color);
  background-position: 50%;
  background-size: 100% 100%;
  color: var(--theme-primary-font-color);
  position: relative;
  -webkit-transition: all 0.3;
  transition: all 0.3;
}
.X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev.aP4MZ02gsePyQl7yNQqm > span {
  margin-top: 0;
}
.uWDlTLWGiB_upVomNd7v {
  padding: 0.3rem 0;
}
.uWDlTLWGiB_upVomNd7v .ant-modal-confirm-content {
  margin-bottom: 0.35rem !important;
}
.uWDlTLWGiB_upVomNd7v .ant-modal-confirm-btns {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.uWDlTLWGiB_upVomNd7v .ant-btn {
  line-height: 1.2;
  white-space: normal;
}
html[data-device="mobile"] .Q62UDAhyoLmV62yVWsvZ {
  border: none;
}
html[data-device="mobile"] .X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev {
  border-radius: 0.14rem;
  cursor: pointer;
  font-size: 0.2rem;
  height: 0.9rem;
  max-width: 1.3rem;
  min-width: 1.3rem;
  width: 1.3rem;
}
html[data-device="mobile"]
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev
  .IDcevVi1oQJGuthlvopy:lang(ta_LK) {
  font-size: 0.16rem;
  line-height: 1;
}
html[data-device="mobile"]
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev
  .IDcevVi1oQJGuthlvopy:lang(my_MM) {
  font-size: 0.16rem;
}
html[data-device="mobile"]
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev
  .JGYMaLsdGfKSq3qags9Y {
  height: 0.38rem;
  width: 0.5rem;
}
html[data-device="mobile"]
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev
  .JGYMaLsdGfKSq3qags9Y
  > i {
  font-size: 0.5rem;
}
html[data-device="mobile"] .X_tOtMUxMTenSfTn7J28 .O8zRRZalAqyl6XRHwyev > span {
  font-size: 0.2rem;
  max-width: 1.26rem;
}
html[data-device="mobile"]
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev
  > span
  > span {
  margin-top: -0.08rem;
}
[data-skin-bg="0"] .iqLHX1wR_FqVCQy1ZDix {
  background-color: transparent;
}
[data-skin-bg="0"]
  .iqLHX1wR_FqVCQy1ZDix
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev {
  -webkit-box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.06);
  color: var(--theme-alt-neutral-1);
}
[data-skin-bg="0"]
  .iqLHX1wR_FqVCQy1ZDix
  .X_tOtMUxMTenSfTn7J28
  .O8zRRZalAqyl6XRHwyev
  .JGYMaLsdGfKSq3qags9Y
  i {
  color: var(--theme-alt-neutral-1);
}
[data-skin-bg="0"]
  .iqLHX1wR_FqVCQy1ZDix
  .X_tOtMUxMTenSfTn7J28
  .ia6woxHBwCJOiUSohzV6 {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--theme-primary-font-color);
}
.W2bwPbTX4jMqHxRFdsZi {
  -webkit-box-shadow: 0 0 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.09rem 0 rgba(0, 0, 0, 0.06);
  color: var(--theme-primary-font-color);
  min-height: calc(100vh - var(--theme-header-height));
  min-height: calc(var(--vh, 1vh) * 100 - var(--theme-header-height));
  padding-bottom: 1rem;
}
.W2bwPbTX4jMqHxRFdsZi,
.h5-aside-ZIndex {
  background-color: var(--theme-main-bg-color);
}
.wrfLjpdoQT4zWez1d3RC {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.02rem;
}
.DBH4WTGg8FmYoo_2vTe9 {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
}
.DBH4WTGg8FmYoo_2vTe9 > span {
  border-radius: 0.023rem;
  display: block;
  width: 0.045rem;
}
.DBH4WTGg8FmYoo_2vTe9 > span:first-of-type {
  height: 0.1rem;
  margin-right: 0.04rem;
}
.DBH4WTGg8FmYoo_2vTe9 > span:nth-of-type(2) {
  height: 0.15rem;
  margin-right: 0.04rem;
}
.DBH4WTGg8FmYoo_2vTe9 > span:nth-of-type(3) {
  height: 0.2rem;
}
.Q4MwDFVj4asoKEn4fSLJ {
  font-size: 0.12rem;
}
html[data-device="mobile"] .Q4MwDFVj4asoKEn4fSLJ {
  font-size: 0.14rem;
}
.gty1GHstj4vmj9wf7ytS {
  -ms-flex-pack: justify;
  color: var(--theme-alt-neutral-2);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: space-between;
  width: 100%;
}
.gty1GHstj4vmj9wf7ytS .Ka2TYEcflt793aRbf74X {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.gty1GHstj4vmj9wf7ytS .Gpx8KLUNuf9jcApo3qiL {
  font-size: 0.14rem;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.gty1GHstj4vmj9wf7ytS .Gpx8KLUNuf9jcApo3qiL.zwqXp4wfCTSYzh86ecyy {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html[data-device="mobile"] .gty1GHstj4vmj9wf7ytS {
  font-size: 0.22rem;
}
.wfiQfwDyT3hzN6_YMz7h {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-alt-neutral-2);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  gap: 0.1rem;
  width: 100%;
}
.wfiQfwDyT3hzN6_YMz7h .eK_1oHSD7wz8MRVduD26 {
  font-size: 0.14rem;
}
.ping-list-move {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.EjrxUxrlw2d4o2a7La6V {
  cursor: pointer;
  font-size: 0.18rem;
  padding: 0 0.2rem;
}
.EjrxUxrlw2d4o2a7La6V:hover {
  background-color: var(--theme-bg-color);
}
.EjrxUxrlw2d4o2a7La6V:hover .NklqRkJTZlOo8nAzDOo2 .Yd3o6oHZFYndlsKAMsa2 {
  border-color: var(--theme-primary-color);
}
.EjrxUxrlw2d4o2a7La6V .c8_07FLO1TFV_P2auLvj {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  border-bottom: 0.01rem solid var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
  height: 0.7rem;
  justify-content: space-between;
}
.EjrxUxrlw2d4o2a7La6V:last-child .c8_07FLO1TFV_P2auLvj {
  border-bottom: 0;
}
.EjrxUxrlw2d4o2a7La6V .adRmdZR996wSLq5p6FC4 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}
.EjrxUxrlw2d4o2a7La6V .adRmdZR996wSLq5p6FC4 .L4xfhcWixHHYlrdOKrep {
  color: var(--theme-text-color-darken);
}
.EjrxUxrlw2d4o2a7La6V .NklqRkJTZlOo8nAzDOo2 {
  gap: 0.2rem;
}
.EjrxUxrlw2d4o2a7La6V .NklqRkJTZlOo8nAzDOo2,
.EjrxUxrlw2d4o2a7La6V .NklqRkJTZlOo8nAzDOo2 .Yd3o6oHZFYndlsKAMsa2 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.EjrxUxrlw2d4o2a7La6V .NklqRkJTZlOo8nAzDOo2 .Yd3o6oHZFYndlsKAMsa2 {
  -ms-flex-negative: 0;
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 100%;
  flex-shrink: 0;
  font-size: 0.14rem;
  height: 0.2rem;
  width: 0.2rem;
}
.EjrxUxrlw2d4o2a7La6V .NklqRkJTZlOo8nAzDOo2 .HhnJrZK2nZExZuvCiCFo {
  background: var(--theme-primary-color);
  color: var(--theme-primary-font-color);
}
html[data-device="mobile"] .EjrxUxrlw2d4o2a7La6V {
  font-size: 0.22rem;
  padding: 0 0.3rem;
}
html[data-device="mobile"] .EjrxUxrlw2d4o2a7La6V .c8_07FLO1TFV_P2auLvj {
  height: 1rem;
}
html[data-device="mobile"]
  .EjrxUxrlw2d4o2a7La6V
  .NklqRkJTZlOo8nAzDOo2
  .Yd3o6oHZFYndlsKAMsa2 {
  font-size: 0.18rem;
  height: 0.3rem;
  width: 0.3rem;
}
.AVwT0kFhwLykCjRAl90F {
  margin: 0;
  max-height: 4rem;
  overflow-y: auto;
  padding: 0.1rem 0;
}
.BdGVGtbBKASimaSfX8NP {
  padding: 0 0.2rem 0.2rem;
}
.BdGVGtbBKASimaSfX8NP .LEezLtO7fFj2pTQ24X_w {
  font-size: 0.16rem;
  height: 0.45rem;
}
html[data-device="mobile"] .BdGVGtbBKASimaSfX8NP {
  padding: 0.1rem 0.3rem 0.3rem;
}
html[data-device="mobile"] .BdGVGtbBKASimaSfX8NP .LEezLtO7fFj2pTQ24X_w {
  font-size: 0.24rem;
  height: 0.7rem;
}
.ndNGFgaxAdJZ2IXD_USy {
  padding-bottom: 0;
}
.ndNGFgaxAdJZ2IXD_USy .ant-popover-inner-content {
  padding: 0;
}
.ndNGFgaxAdJZ2IXD_USy .MAy9w_NGCBZCH2bmUjwO {
  width: 4rem;
}
.CFESZlhCnM2hA_K0d5_F .ant-popover-arrow {
  display: none;
}
.vsmXMvkgXQ1ZupbTcU60 {
  padding: 0 0.15rem;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC {
  background-color: var(--theme-side-menu-btn-color);
  border-radius: 0.1rem;
  color: var(--theme-text-color);
  cursor: pointer;
  font-size: 0.2rem;
  height: 0.6rem;
  width: 100%;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC:active {
  opacity: 0.8;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC > i {
  font-size: 0.36rem;
  margin-left: 0.26rem;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC > span {
  display: inline-block;
  text-align: center;
  width: 1.56rem;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC > span:lang(my_MM) {
  font-size: 0.18rem;
  line-height: 1.4;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC:lang(zh_CN) > i {
  margin: 0 0.26rem;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC:lang(zh_CN) > span {
  width: auto;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC:lang(it_IT) > i {
  margin: 0 0 0 0.12rem;
}
.vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC:lang(it_IT) > span {
  font-size: 0.19rem;
}
.vsmXMvkgXQ1ZupbTcU60 .yfF9WZOWUEDWBJAnHyPf {
  -ms-flex-pack: justify;
  background-color: var(--theme-side-menu-btn-color);
  border-radius: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.1rem 0 0.05rem;
  padding: 0.1rem 0.1rem 0;
  width: 100%;
}
.vsmXMvkgXQ1ZupbTcU60 .yfF9WZOWUEDWBJAnHyPf ._037LxwuCKN9WUGgvrvgg {
  cursor: pointer;
  margin-bottom: 0.1rem;
  position: relative;
  width: 0.9rem;
}
.vsmXMvkgXQ1ZupbTcU60 .yfF9WZOWUEDWBJAnHyPf ._037LxwuCKN9WUGgvrvgg:active {
  opacity: 0.8;
}
.vsmXMvkgXQ1ZupbTcU60 .yfF9WZOWUEDWBJAnHyPf ._037LxwuCKN9WUGgvrvgg > span {
  word-wrap: break-word;
  color: var(--theme-text-color-darken);
  display: inline-block;
  font-size: 0.16rem;
  left: 0.08rem;
  line-height: 1.2;
  max-width: 0.7rem;
  position: absolute;
  top: 0.08rem;
  white-space: pre-wrap;
}
.vsmXMvkgXQ1ZupbTcU60 .yfF9WZOWUEDWBJAnHyPf ._037LxwuCKN9WUGgvrvgg:last-child {
  width: 1.9rem;
}
.vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg:last-child
  > span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1;
  min-width: 70%;
  padding-left: 0.05rem;
  text-align: center;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg:last-child
  > span:lang(my_MM) {
  line-height: 1.5;
}
.vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg
  .y16Eg9MFDmuENTctHfci {
  display: inline-block;
  font-size: 0.14rem;
  height: 0.33rem;
  left: 0.08rem;
  position: absolute;
  top: 0.08rem;
  white-space: pre-wrap;
  width: 0.56rem;
}
.vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg
  .y16Eg9MFDmuENTctHfci
  .inner-text {
  color: #fff;
  text-align: left;
}
.vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  .Xx6KWL671rTVnrm7j3in
  > span:lang(fr_FR) {
  max-width: 0.56rem;
}
.vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  .IvXus7NhPDBxJ8pVb0vr
  > span:lang(mr_IN) {
  line-height: 1;
}
.vsmXMvkgXQ1ZupbTcU60 .yVxgEnjFwfNHfoePIA4w .KYJ6GhRbRQ3eAaeyFhEg {
  color: var(--theme-text-color-lighten);
  cursor: pointer;
  font-size: 0.18rem;
  height: 0.5rem;
  padding: 0.04rem 0 0.04rem 0.14rem;
}
.vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: var(--theme-text-color-lighten);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 0.26rem;
  justify-content: center;
  margin-right: 0.15rem;
  position: relative;
  width: 0.26rem;
}
.vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0
  i {
  color: var(--theme-side-menu-bg-color);
  font-size: 0.24rem;
  margin-left: 0.01rem;
}
.vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  ._llZzyHSRes4dPHH7fN2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  word-break: break-all;
}
.vsmXMvkgXQ1ZupbTcU60 .yVxgEnjFwfNHfoePIA4w .KYJ6GhRbRQ3eAaeyFhEg:hover {
  color: #fff !important;
}
.vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg:hover
  .dDFOAjUKC5bZ6pGH7_p0 {
  background: var(--theme-primary-color);
}
.vsmXMvkgXQ1ZupbTcU60 .yVxgEnjFwfNHfoePIA4w .KYJ6GhRbRQ3eAaeyFhEg:hover i {
  color: var(--theme-primary-font-color);
}
.vsmXMvkgXQ1ZupbTcU60 .yVxgEnjFwfNHfoePIA4w .KYJ6GhRbRQ3eAaeyFhEg .inner-text {
  text-align: left;
}
.vsmXMvkgXQ1ZupbTcU60 .wYyg5dKavuJGiNy1o4fZ {
  height: 0.5rem;
  padding-left: 0.12rem;
}
.vsmXMvkgXQ1ZupbTcU60 .wYyg5dKavuJGiNy1o4fZ:hover .asideTrigger {
  color: var(--theme-text-color-darken);
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg {
  height: 0.5rem;
  padding: 0 0 0 0.14rem;
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg .switch-lang__icon {
  margin: 0 0.15rem 0 0;
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg .switch-lang__text {
  font-size: 0.18rem;
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg .ant-dropdown-trigger {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg .switch-lang__arrow {
  color: var(--theme-text-color-lighten);
  font-size: 0.14rem;
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg:hover .lang-switch,
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg:hover .lang-switch i {
  color: var(--theme-text-color-darken);
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg:hover .dDFOAjUKC5bZ6pGH7_p0 {
  color: var(--theme-primary-color);
}
.vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg .dDFOAjUKC5bZ6pGH7_p0 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  height: 0.26rem;
  justify-content: center;
  margin-right: 0.15rem;
  position: relative;
  width: 0.26rem;
}
.vsmXMvkgXQ1ZupbTcU60 .IgB9tAJFhnusz4ubku3w {
  width: 100%;
}
.vsmXMvkgXQ1ZupbTcU60 .HGnOGSWlxakhVft9g1p1 {
  background-color: var(--theme-side-menu-btn-color);
  border-radius: 0.1rem;
  color: var(--theme-text-color-darken);
  cursor: pointer;
  font-size: 0.18rem;
  height: 0.4rem;
  line-height: 1;
  margin-top: 0.1rem;
}
.vsmXMvkgXQ1ZupbTcU60 .HGnOGSWlxakhVft9g1p1:hover {
  background-color: var(--theme-side-menu-btn-hover);
}
.vsmXMvkgXQ1ZupbTcU60 .HGnOGSWlxakhVft9g1p1:active {
  opacity: 0.8;
}
.vsmXMvkgXQ1ZupbTcU60 .HGnOGSWlxakhVft9g1p1 .ant-spin-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.vsmXMvkgXQ1ZupbTcU60 .HGnOGSWlxakhVft9g1p1 .zINBieu_T_cCfZgts91J {
  text-align: center;
  width: 0.54rem;
}
.vsmXMvkgXQ1ZupbTcU60 .yhSUVDFwjkr5PRBtBCUM {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.vsmXMvkgXQ1ZupbTcU60 .yhSUVDFwjkr5PRBtBCUM .lang-switch {
  -ms-flex-pack: justify !important;
  border: none !important;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-between !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vsmXMvkgXQ1ZupbTcU60 .XzYttLrNN4ckgcr2OU2l {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  margin: 0.15rem 0 0 0.07rem;
}
.hQCmqFig8D4TpGvqI8Nz .ant-popover-inner-content {
  padding: 0.1rem 0;
}
.hQCmqFig8D4TpGvqI8Nz .ant-popover-inner {
  background: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
  overflow: auto;
}
.hQCmqFig8D4TpGvqI8Nz .ant-popover-arrow {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-color-line) !important;
  border-style: solid;
  border-width: 0 0 0.01rem 0.01rem;
}
.hQCmqFig8D4TpGvqI8Nz .qePVl1GoPxmHSuRVhZtk {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  padding: 0.13rem 0.15rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hQCmqFig8D4TpGvqI8Nz .qePVl1GoPxmHSuRVhZtk span {
  color: var(--theme-text-color);
  font-size: 0.2rem;
  line-height: 1.15;
  margin-left: 0.15rem;
}
.hQCmqFig8D4TpGvqI8Nz .qePVl1GoPxmHSuRVhZtk:hover {
  background-color: var(--theme-bg-color);
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC {
  font-size: 0.24rem;
  height: 0.75rem;
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC > i {
  margin-left: 0.35rem;
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .JzmqmQEmD_EojrBge1qC > span {
  width: 1.9rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg {
  cursor: pointer;
  margin-bottom: 0.1rem;
  width: 1.2rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg
  > span {
  font-size: 0.2rem;
  left: 0.08rem;
  max-width: 0.7rem;
  top: 0.08rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg
  > span:not(:lang(zh_CN)) {
  font-size: 0.15rem;
  left: 0.06rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg:last-child {
  width: 2.5rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg:last-child
  > span {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 1;
  min-width: 70%;
  padding-left: 0.05rem;
  text-align: center;
  top: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg:last-child
  > span:lang(my_MM) {
  line-height: 1.5;
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .wYyg5dKavuJGiNy1o4fZ {
  height: 0.6rem;
  padding: 0 0.14rem;
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg {
  height: 0.6rem;
  padding: 0 0.14rem 0 0.18rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__icon {
  margin: 0 0.15rem 0 0;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__text {
  font-size: 0.18rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .ant-dropdown-trigger {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__arrow {
  color: var(--theme-text-color-lighten);
  font-size: 0.14rem;
  margin-right: 0;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .dDFOAjUKC5bZ6pGH7_p0 {
  font-size: 0.32rem;
  height: 0.334rem;
  margin-right: 0.193rem;
  width: 0.334rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg {
  cursor: pointer;
  font-size: 0.22rem;
  min-height: 0.6rem;
  padding-left: 0.18rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0 {
  height: 0.334rem;
  margin-right: 0.193rem;
  width: 0.334rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  i {
  font-size: 0.32rem;
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .HGnOGSWlxakhVft9g1p1 {
  font-size: 0.22rem;
  height: 0.5rem;
}
html[data-device="mobile"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1
  .zINBieu_T_cCfZgts91J {
  width: 0.7rem;
}
html[data-device="mobile"] .vsmXMvkgXQ1ZupbTcU60 .XzYttLrNN4ckgcr2OU2l {
  font-size: 0.24rem;
  margin: 0.1rem 0 0;
}
html[data-device="mobile"][data-skin-layout="3"] .vsmXMvkgXQ1ZupbTcU60,
html[data-device="mobile"][data-skin-layout="9"] .vsmXMvkgXQ1ZupbTcU60 {
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ {
  margin-top: 0.05rem;
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ:hover
  .network-title,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ:hover
  .network-title {
  color: var(--theme-primary-color) !important;
  font-weight: 700;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ:hover
  .network-title
  i,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ:hover
  .network-title
  i {
  color: var(--theme-primary-color) !important;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg {
  margin-top: 0.05rem;
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__icon,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__icon {
  margin-right: 0.1rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch {
  color: var(--theme-primary-color) !important;
  font-weight: 700;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch
  i,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch
  i {
  color: var(--theme-primary-color) !important;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .dDFOAjUKC5bZ6pGH7_p0,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .dDFOAjUKC5bZ6pGH7_p0 {
  background: transparent;
  color: var(--theme-primary-color);
  font-size: 0.32rem;
  height: 0.334rem;
  margin-right: 0.1rem;
  width: 0.334rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg {
  color: var(--theme-text-color-lighten);
  margin-top: 0.05rem;
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg:hover,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg:hover {
  color: var(--theme-primary-color) !important;
  font-weight: 700;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0 {
  background: var(--theme-primary-color);
  height: 0.35rem;
  margin-right: 0.1rem;
  width: 0.35rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  i,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  i {
  color: var(--theme-primary-font-color);
  font-size: 0.35rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  > div:first-child
  i,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  > div:first-child
  i {
  font-size: 0.2rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1 {
  background: transparent;
  color: var(--theme-text-color-lighten);
  height: 0.6rem;
  margin-left: -0.05rem;
  margin-top: 0.05rem;
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1:hover,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1:hover {
  color: var(--theme-primary-color);
  font-weight: 700;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1
  .zINBieu_T_cCfZgts91J,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .HGnOGSWlxakhVft9g1p1
  .zINBieu_T_cCfZgts91J {
  width: 0.5rem;
}
html[data-device="mobile"][data-skin-layout="3"]
  .vsmXMvkgXQ1ZupbTcU60
  .XzYttLrNN4ckgcr2OU2l,
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .XzYttLrNN4ckgcr2OU2l {
  color: var(--theme-primary-color);
  font-size: 0.24rem;
  margin: 0.2rem 0 0.05rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .lMHwFvLXNoFcs31lEmFg
  .lang-switch
  .switch-lang__arrow {
  margin-right: 0 !important;
}
html[data-device="mobile"][data-skin-layout="9"]
  .lMHwFvLXNoFcs31lEmFg
  .lang-switch
  .switch-lang__arrow
  i {
  color: var(--theme-primary-color) !important;
}
html[data-device="mobile"][data-skin-layout="9"]
  .yVxgEnjFwfNHfoePIA4w
  .dDFOAjUKC5bZ6pGH7_p0 {
  background: transparent !important;
  height: 0.33rem !important;
  width: 0.33rem !important;
}
html[data-device="mobile"][data-skin-layout="9"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  ._llZzyHSRes4dPHH7fN2,
html[data-device="mobile"][data-skin-layout="9"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  > span {
  color: var(--theme-text-color-darken);
}
html[data-device="mobile"][data-skin-layout="9"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  i {
  color: var(--theme-primary-color) !important;
}
html[data-device="mobile"][data-skin-layout="9"] .HGnOGSWlxakhVft9g1p1 {
  margin-left: 0 !important;
}
html[data-device="mobile"][data-skin-layout="9"] .HGnOGSWlxakhVft9g1p1 > span {
  color: var(--theme-text-color-darken);
}
html[data-device="mobile"][data-skin-layout="9"]
  .HGnOGSWlxakhVft9g1p1
  .zINBieu_T_cCfZgts91J {
  margin-right: 0.1rem;
  width: 0.35rem !important;
}
html[data-device="mobile"][data-skin-layout="9"]
  .HGnOGSWlxakhVft9g1p1
  .zINBieu_T_cCfZgts91J
  i {
  font-size: 0.32rem;
}
html[data-device="mobile"][data-skin-layout="9"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  i
  > i {
  color: #bad7ff;
}
html[data-device="mobile"][data-skin-layout="17"]
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__arrow {
  margin-right: 0 !important;
}
html[data-device="mobile"][data-skin-layout="17"]
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__text {
  font-size: 0.22rem !important;
  text-align: left;
}
html[data-device="mobile"][data-skin-layout="17"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  ._llZzyHSRes4dPHH7fN2 {
  font-size: 0.22rem;
  text-align: left;
}
[data-skin-layout="2"][data-skin-bg="1"][data-skin-id="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg
  > span {
  color: #fff;
}
[data-skin-layout="2"][data-skin-bg="1"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg:hover {
  color: var(--theme-primary-color) !important;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .JzmqmQEmD_EojrBge1qC {
  color: var(--theme-alt-neutral-1);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .JzmqmQEmD_EojrBge1qC,
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf {
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.02rem 0.03rem 0 rgba(0, 0, 0, 0.06);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .yfF9WZOWUEDWBJAnHyPf
  ._037LxwuCKN9WUGgvrvgg
  > span {
  color: #fff;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ
  .network-title,
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ
  .switch-ping__arrow {
  color: var(--theme-alt-neutral-2) !important;
}
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg,
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .rcVb2ABsWUreH34ZNH_5 {
  color: var(--theme-alt-neutral-2);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__arrow,
[data-skin-layout="2"][data-skin-bg="0"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__text {
  color: var(--theme-alt-neutral-2) !important;
}
[data-skin-layout="2"][data-skin-bg="0"] .dDFOAjUKC5bZ6pGH7_p0,
[data-skin-layout="2"][data-skin-bg="0"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg {
  color: var(--theme-alt-neutral-2);
}
[data-skin-layout="2"][data-skin-bg="0"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0 {
  background-color: var(--theme-alt-neutral-2);
}
[data-skin-layout="2"][data-skin-bg="0"] .menu .current-container {
  color: var(--theme-alt-neutral-2);
}
[data-skin-layout="2"] .vsmXMvkgXQ1ZupbTcU60 .lMHwFvLXNoFcs31lEmFg:hover,
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .rcVb2ABsWUreH34ZNH_5 {
  color: var(--theme-text-color-darken);
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .dDFOAjUKC5bZ6pGH7_p0
  i {
  color: var(--theme-primary-color) !important;
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch,
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .switch-lang__arrow,
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg:hover
  .switch-lang__text {
  color: var(--theme-text-color-darken) !important;
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .lMHwFvLXNoFcs31lEmFg
  .dDFOAjUKC5bZ6pGH7_p0.i2VPIktCdNu1OiB7Oitn
  i,
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ:hover
  .network-title,
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ:hover
  .switch-ping__arrow {
  color: var(--theme-primary-color) !important;
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .wYyg5dKavuJGiNy1o4fZ
  .switch-box__left {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 0.46rem;
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg:hover {
  color: var(--theme-primary-color) !important;
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg:hover
  .dDFOAjUKC5bZ6pGH7_p0 {
  background-color: var(--theme-primary-color);
}
[data-skin-layout="2"]
  .vsmXMvkgXQ1ZupbTcU60
  .yVxgEnjFwfNHfoePIA4w
  .RAGVmwXS497gtuEumqxj
  .inner-text {
  text-align: left;
}
[data-skin-layout="17"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  ._llZzyHSRes4dPHH7fN2 {
  font-size: 0.18rem;
  text-align: left;
}
[data-skin-layout="17"] .lMHwFvLXNoFcs31lEmFg .switch-lang__text {
  font-size: 0.18rem !important;
  text-align: left;
}
[data-skin-layout="17"] .ant-popover-open .switch-lang__arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
html[data-device="desktop"][data-skin-layout="17"] .line-label,
html[data-device="desktop"][data-skin-layout="2"] .line-label,
html[data-device="desktop"][data-skin-layout="7"] .line-label,
html[data-device="desktop"][data-skin-layout="8"] .line-label {
  color: var(--theme-text-color-darken);
}
html[data-skin-layout="17"]
  .switch-languagePopver.ant-popover-placement-rightTop
  .ant-popover-inner,
html[data-skin-layout="2"]
  .switch-languagePopver.ant-popover-placement-rightTop
  .ant-popover-inner,
html[data-skin-layout="7"]
  .switch-languagePopver.ant-popover-placement-rightTop
  .ant-popover-inner,
html[data-skin-layout="8"]
  .switch-languagePopver.ant-popover-placement-rightTop
  .ant-popover-inner {
  background: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
}
html[data-skin-layout="17"]
  .ping-popover.ant-popover-placement-right
  .ant-popover-inner,
html[data-skin-layout="2"]
  .ping-popover.ant-popover-placement-right
  .ant-popover-inner,
html[data-skin-layout="7"]
  .ping-popover.ant-popover-placement-right
  .ant-popover-inner,
html[data-skin-layout="8"]
  .ping-popover.ant-popover-placement-right
  .ant-popover-inner {
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
}
[data-skin-layout="18"] .yVxgEnjFwfNHfoePIA4w .KYJ6GhRbRQ3eAaeyFhEg {
  color: #000;
  padding: 0;
}
[data-skin-layout="18"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0 {
  background-color: transparent;
  color: #000;
}
[data-skin-layout="18"]
  .yVxgEnjFwfNHfoePIA4w
  .KYJ6GhRbRQ3eAaeyFhEg
  .dDFOAjUKC5bZ6pGH7_p0
  i {
  color: #000;
}
[data-skin-layout="18"] .wYyg5dKavuJGiNy1o4fZ .nu2HIw64oqvPro5V1J2h {
  gap: 0.15rem;
}
[data-skin-layout="18"] .wYyg5dKavuJGiNy1o4fZ .asideTrigger {
  color: #000;
}
[data-skin-layout="18"] .wYyg5dKavuJGiNy1o4fZ .asideTrigger .signal-container {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
  width: 0.25rem;
}
[data-skin-layout="18"] .lMHwFvLXNoFcs31lEmFg,
[data-skin-layout="18"] .wYyg5dKavuJGiNy1o4fZ i {
  color: #000;
}
[data-skin-layout="18"] .lMHwFvLXNoFcs31lEmFg .dDFOAjUKC5bZ6pGH7_p0 {
  background-color: transparent;
  color: #000;
}
[data-skin-layout="18"] .lMHwFvLXNoFcs31lEmFg .current-container {
  color: #000;
  max-width: none;
}
[data-skin-layout="18"] .lMHwFvLXNoFcs31lEmFg .switch-lang__arrow {
  color: #000 !important;
}
[data-skin-layout="18"]
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__arrow
  i[data-visible="true"] {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[data-skin-layout="18"][data-device="mobile"]
  .wYyg5dKavuJGiNy1o4fZ
  .asideTrigger {
  color: #000;
  gap: 0.25rem !important;
}
[data-skin-layout="18"][data-device="mobile"]
  .wYyg5dKavuJGiNy1o4fZ
  .asideTrigger
  .signal-container {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
  width: 0.25rem;
}
[data-skin-layout="18"][data-device="mobile"]
  .lMHwFvLXNoFcs31lEmFg
  .dDFOAjUKC5bZ6pGH7_p0 {
  color: #000 !important;
}
[data-skin-layout="18"][data-device="mobile"]
  .lMHwFvLXNoFcs31lEmFg
  .switch-lang__text {
  font-size: 0.22rem !important;
}
[data-skin-layout="18"][data-device="desktop"] .wYyg5dKavuJGiNy1o4fZ:hover {
  cursor: pointer;
}
[data-skin-layout="18"][data-device="desktop"]
  .wYyg5dKavuJGiNy1o4fZ:hover
  .asideTrigger {
  color: #04be02;
  gap: 0.1rem !important;
}
[data-skin-layout="18"][data-device="desktop"]
  .wYyg5dKavuJGiNy1o4fZ:hover
  .asideTrigger
  i {
  color: #04be02;
}
[data-skin-layout="18"][data-device="desktop"]
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch,
[data-skin-layout="18"][data-device="desktop"]
  .lMHwFvLXNoFcs31lEmFg:hover
  .lang-switch
  i {
  color: #04be02 !important;
}
._l3Ixn4YkI942_KZOGS9 .E3ZIKTNQhYZZArHTpt4y {
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll;
  background: initial;
  -webkit-box-shadow: 0.1rem 0 0.1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0.1rem 0 0.1rem rgba(0, 0, 0, 0.06);
  height: calc(100vh - var(--theme-header-height));
  height: calc(var(--vh, 1vh) * 100 - var(--theme-header-height));
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  z-index: 100;
}
._l3Ixn4YkI942_KZOGS9 .aside-music {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 0.1rem;
}
._l3Ixn4YkI942_KZOGS9 .aside-music .headerMusicPlayer {
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: var(--theme-side-menu-btn-color);
  border-radius: 0.1rem;
  height: 0.6rem;
  padding: 0.04rem 0.1rem;
  position: relative;
}
._l3Ixn4YkI942_KZOGS9 .aside-music .headerMusicPlayer .musicControlContent {
  padding-top: 0.08rem;
}
._l3Ixn4YkI942_KZOGS9
  .aside-music
  .headerMusicPlayer
  .musicControlContent
  .playerControl {
  font-size: 0.14rem;
  width: 0.98rem;
}
._l3Ixn4YkI942_KZOGS9
  .aside-music
  .headerMusicPlayer
  .musicControlContent
  .songName {
  font-size: 0.18rem;
  left: 0;
  overflow: hidden;
  padding: 0 0.1rem;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  top: 0.3rem;
  white-space: nowrap;
  width: 100%;
}
._l3Ixn4YkI942_KZOGS9
  .aside-music
  .headerMusicPlayer
  .musicControlContent
  .downloadMusicEdge
  .musicCount {
  color: var(--theme-alt-neutral-1);
}
._l3Ixn4YkI942_KZOGS9 .Vj_zR5DzbBImALAPnVSQ {
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  visibility: hidden;
}
html[data-device="desktop"][data-skin-layout="2"]
  .wp8nH0zxXAZ_DOO254wy
  .items
  .item-txt {
  height: 0.55rem;
  width: 0.5rem;
}
html[data-device="desktop"][data-skin-layout="2"]
  .wp8nH0zxXAZ_DOO254wy
  .items
  .item-txt
  span {
  height: 100%;
}
html[data-device="desktop"][data-skin-layout="2"]
  .wp8nH0zxXAZ_DOO254wy
  .items
  .item-txt
  span
  .inner-text {
  -webkit-line-clamp: 3 !important;
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  ._l3Ixn4YkI942_KZOGS9
  .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  ._l3Ixn4YkI942_KZOGS9
  .QZO7SsK7N9pCIQxqp2a5 {
  background-color: hsla(0, 0%, 96%, 0.6);
}
html[data-device="mobile"] ._l3Ixn4YkI942_KZOGS9 .aside-music {
  background-color: var(--theme-side-menu-btn-color);
  border-radius: 0.1rem;
}
html[data-device="mobile"]
  ._l3Ixn4YkI942_KZOGS9
  .aside-music
  .headerMusicPlayer {
  height: 0.75rem;
}
html[data-device="mobile"]
  ._l3Ixn4YkI942_KZOGS9
  .aside-music
  .headerMusicPlayer
  .musicControlContent
  .songName {
  top: 0.36rem;
}
html[data-device="mobile"]
  ._l3Ixn4YkI942_KZOGS9
  .aside-music
  .musicControlContent
  .playerControl {
  width: 1.5rem;
}
html[data-device="mobile"]
  ._l3Ixn4YkI942_KZOGS9
  .aside-music
  .downloadMusicEdge
  .musicCount {
  color: var(--theme-alt-neutral-1);
}
html[data-device="mobile"] ._l3Ixn4YkI942_KZOGS9 .my-scrollbar-bar {
  display: none;
}
.yejv0HlPp2rPD2V4Tg4O {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  background: transparent none repeat 0 0 / auto auto padding-box border-box
    scroll !important;
  background: initial !important;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  padding: 0 0.2rem 0 0.1rem;
  position: relative;
  width: 100%;
  z-index: 9;
}
.yejv0HlPp2rPD2V4Tg4O .bkh5uQUT1mtuXLoAMzMG {
  font-size: 0.36rem;
  margin: 0 0.2rem 0 0;
}
.yejv0HlPp2rPD2V4Tg4O .NE6Gin61UDxi8OLJCvq8 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.yejv0HlPp2rPD2V4Tg4O .NE6Gin61UDxi8OLJCvq8 .bkh5uQUT1mtuXLoAMzMG {
  font-size: 0.36rem;
  margin: 0 0.1rem 0 0;
}
.yejv0HlPp2rPD2V4Tg4O .k2aKMnWti6qDRzhUpO8W {
  display: -ms-flexbox;
  display: flex;
  height: 0.74rem;
  margin-left: 0;
  margin-right: 0.1rem;
  max-width: 3.3rem;
  min-width: 2.1rem;
}
.yejv0HlPp2rPD2V4Tg4O .V5ggNVJmmyTsmSCT4Ifw {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--theme-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.22rem;
  justify-content: center;
}
.yejv0HlPp2rPD2V4Tg4O .V5ggNVJmmyTsmSCT4Ifw div {
  height: 0.32rem;
  line-height: 0.32rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.yejv0HlPp2rPD2V4Tg4O .V5ggNVJmmyTsmSCT4Ifw:lang(es_ES),
.yejv0HlPp2rPD2V4Tg4O .V5ggNVJmmyTsmSCT4Ifw:lang(fr_FR),
.yejv0HlPp2rPD2V4Tg4O .V5ggNVJmmyTsmSCT4Ifw:lang(pt_PT),
.yejv0HlPp2rPD2V4Tg4O .V5ggNVJmmyTsmSCT4Ifw:lang(tl_PH) {
  font-size: 0.18rem;
}
.yejv0HlPp2rPD2V4Tg4O .nZ7dBuSOH0HaPnL2c6Am {
  margin-right: 0.1rem;
}
.yejv0HlPp2rPD2V4Tg4O .GDmjcmEmDr5G9jrW35v2 .wO5kp0uzZweaFCqz5mvr {
  margin-left: 0.1rem;
}
.yejv0HlPp2rPD2V4Tg4O .GDmjcmEmDr5G9jrW35v2 .V5ggNVJmmyTsmSCT4Ifw {
  font-size: 0.2rem;
}
.yejv0HlPp2rPD2V4Tg4O .GDmjcmEmDr5G9jrW35v2 .nZ7dBuSOH0HaPnL2c6Am {
  margin-right: 0.1rem;
}
.yejv0HlPp2rPD2V4Tg4O .geSGAKCHnajLSE515jEg {
  -ms-flex-negative: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  position: static !important;
}
.yejv0HlPp2rPD2V4Tg4O .geSGAKCHnajLSE515jEg .iODDzDZbB06hkkF6ltjq {
  margin-right: 0;
}
.yejv0HlPp2rPD2V4Tg4O .FAoJf6QlYLI4Sv32WCTh {
  color: var(--theme-text-color);
  font-size: 0.25rem;
  margin-left: 0.15rem;
}
.yejv0HlPp2rPD2V4Tg4O .XmxJUtbUHHdaQg3o2iDA {
  -ms-flex: 1;
  flex: 1;
  position: static !important;
}
.crcd82r1PVsQivOcCftk,
.yejv0HlPp2rPD2V4Tg4O .XmxJUtbUHHdaQg3o2iDA {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.crcd82r1PVsQivOcCftk button {
  font-size: 0.16rem;
  height: 0.4rem;
  min-width: 1rem;
}
.crcd82r1PVsQivOcCftk button:first-child {
  margin-right: 0.2rem;
}
.bkh5uQUT1mtuXLoAMzMG {
  color: var(--theme-text-color-lighten);
  font-size: 0.263rem;
  margin: 0 0.25rem 0 0.08rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bkh5uQUT1mtuXLoAMzMG:active {
  opacity: 0.8;
}
.VmF1nD_hdO4AMbDj1lA_ {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.GgxC_2tF_TQt1DVfif5a {
  -ms-flex-pack: justify;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.GgxC_2tF_TQt1DVfif5a,
.GgxC_2tF_TQt1DVfif5a .iODDzDZbB06hkkF6ltjq {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.GgxC_2tF_TQt1DVfif5a .iODDzDZbB06hkkF6ltjq {
  margin-right: 0.2rem;
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg button {
  border-radius: 0.1rem 0 0 0.1rem;
  font-size: 0.16rem;
  height: 0.4rem;
  margin-left: 0.1rem;
  min-width: 0.8rem;
  padding: 0;
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg .ant-dropdown-trigger {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  border-radius: 0 0.1rem 0.1rem 0 !important;
  color: var(--theme-primary-font-color);
  display: -ms-flexbox;
  display: flex;
  height: 0.4rem;
  justify-content: center;
  margin-left: -0.01rem;
  position: relative;
  width: 0.4rem;
}
.GgxC_2tF_TQt1DVfif5a
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-dropdown-trigger.ant-dropdown-open {
  background: var(--theme-primary-color) !important;
}
.GgxC_2tF_TQt1DVfif5a
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-dropdown-trigger.ant-dropdown-open
  > i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg .ant-dropdown-trigger:after {
  background: var(--theme-primary-font-color);
  content: "";
  display: block;
  height: 0.24rem;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0.08rem;
  width: 0.01rem;
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg .ant-dropdown-content {
  margin-right: -0.5rem;
  padding: 0.15rem 0;
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg .ant-dropdown-menu-item {
  color: var(--theme-text-color-darken);
  font-size: 0.24rem;
  height: 0.8rem;
  line-height: 0.8rem;
  margin: 0;
  min-width: 1.7rem;
  text-align: left;
}
.GgxC_2tF_TQt1DVfif5a .aLXMjsO8hJ5Mj1gtyJTg .ant-dropdown {
  background: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.1rem;
}
.GgxC_2tF_TQt1DVfif5a .dropdown-arrow {
  color: var(--theme-text-color-lighten);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.GgxC_2tF_TQt1DVfif5a .ant-dropdown-open {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-aside-active-bg-color-0)),
    to(var(--theme-aside-active-bg-color-1))
  );
  background: linear-gradient(
    to bottom,
    var(--theme-aside-active-bg-color-0),
    var(--theme-aside-active-bg-color-1)
  );
  border-radius: 0.1rem;
}
.GgxC_2tF_TQt1DVfif5a .ant-dropdown-open .personal-nickName {
  color: var(--theme-primary-color);
}
.GgxC_2tF_TQt1DVfif5a .ant-dropdown-open .dropdown-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.GgxC_2tF_TQt1DVfif5a .SDocL7V1OHlctIYaXTtQ {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
}
.GgxC_2tF_TQt1DVfif5a .FAoJf6QlYLI4Sv32WCTh {
  color: var(--theme-text-color);
  font-size: 0.25rem;
  margin-left: 0.15rem;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-btn-default,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .crcd82r1PVsQivOcCftk
  .ant-btn-default {
  border-color: var(--theme-alt-primary);
  color: var(--theme-alt-primary);
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-btn-primary,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-dropdown-trigger,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-dropdown-trigger.ant-dropdown-open,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .crcd82r1PVsQivOcCftk
  .ant-btn-primary,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .crcd82r1PVsQivOcCftk
  .ant-dropdown-trigger,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .crcd82r1PVsQivOcCftk
  .ant-dropdown-trigger.ant-dropdown-open {
  background-color: var(--theme-alt-primary) !important;
  border-color: var(--theme-alt-primary);
  color: var(--theme-primary-color);
  text-shadow: none;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .aLXMjsO8hJ5Mj1gtyJTg
  .ant-dropdown-trigger:after,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .crcd82r1PVsQivOcCftk
  .ant-dropdown-trigger:after {
  background: var(--theme-primary-color);
  opacity: 0.3;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .G3upr26LB5cpG1aQjqL2,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .VmF1nD_hdO4AMbDj1lA_,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .bkh5uQUT1mtuXLoAMzMG {
  color: var(--theme-alt-border) !important;
}
@-webkit-keyframes rrz9z2I6uL2_dvSs3LAp {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rrz9z2I6uL2_dvSs3LAp {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.pCKI81C6T6W2e4ZAfsHW {
  background-color: var(--theme-top-nav-bg);
  border-bottom: 0.01rem solid var(--theme-color-line);
  height: var(--theme-header-height);
  line-height: normal;
  padding: 0;
}
.pCKI81C6T6W2e4ZAfsHW .ant-layout-sider {
  background-color: transparent;
  margin-right: 0.05rem;
}
.pCKI81C6T6W2e4ZAfsHW .headerContainer {
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: calc(50vw + 4.2rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pCKI81C6T6W2e4ZAfsHW .uJNjizvqNTc61kuO2wZO .headerContainer {
  max-width: calc(50vw + 4.14rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[data-skin-layout="2"] .uJNjizvqNTc61kuO2wZO .headerContainer {
  max-width: calc(50vw + 3rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._Hp2NEpB_AxXucPPcXBD .ant-layout-sider {
  height: var(--theme-header-height);
}
._Hp2NEpB_AxXucPPcXBD .ant-row-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}
._Hp2NEpB_AxXucPPcXBD .pcHeader {
  background: none !important;
}
._Hp2NEpB_AxXucPPcXBD .EcT8mS_fOJJbN7S5HeZf {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._Hp2NEpB_AxXucPPcXBD .EcT8mS_fOJJbN7S5HeZf .fefsH_hdV26pdbMcFQc7 {
  color: var(--theme-text-color-lighten);
}
._Hp2NEpB_AxXucPPcXBD .EcT8mS_fOJJbN7S5HeZf button {
  font-size: 0.22rem;
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .Sz4kQrMNmreJwgPJTvag {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.2rem;
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .pRepVTh2ZVEPzQTZvfoB {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
._Hp2NEpB_AxXucPPcXBD
  .NpqBaLUjN_bfuG122cfW
  .pRepVTh2ZVEPzQTZvfoB
  button
  + button {
  margin-left: 0.2rem;
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .pRepVTh2ZVEPzQTZvfoB button {
  font-size: 0.16rem;
  height: 0.4rem;
  min-width: 1rem;
}
._Hp2NEpB_AxXucPPcXBD
  .NpqBaLUjN_bfuG122cfW
  .pRepVTh2ZVEPzQTZvfoB
  button:not(:lang(zh_CN)) {
  line-height: 1.1;
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .dropdown-arrow {
  color: var(--theme-alt-border);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .ant-dropdown-open {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--theme-aside-active-bg-color-0)),
    to(var(--theme-aside-active-bg-color-1))
  );
  background: linear-gradient(
    to bottom,
    var(--theme-aside-active-bg-color-0),
    var(--theme-aside-active-bg-color-1)
  );
  border-radius: 0.1rem;
}
._Hp2NEpB_AxXucPPcXBD
  .NpqBaLUjN_bfuG122cfW
  .ant-dropdown-open
  .personal-nickName {
  color: var(--theme-primary-color);
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .ant-dropdown-open .dropdown-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
._Hp2NEpB_AxXucPPcXBD .NpqBaLUjN_bfuG122cfW .evGNC7knXXzVYxa4EXFN {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  justify-content: center;
}
._Hp2NEpB_AxXucPPcXBD .KiTKKgbUuepGAfAefTAO {
  color: var(--theme-primary-font-color) !important;
  font-size: 0.16rem;
  max-width: 1rem;
}
._Hp2NEpB_AxXucPPcXBD .KiTKKgbUuepGAfAefTAO > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
._Hp2NEpB_AxXucPPcXBD .KiTKKgbUuepGAfAefTAO > span:not(:lang(zh_CN)) {
  line-height: 1.1;
}
._Hp2NEpB_AxXucPPcXBD .DYeG1ds_DxtHiIGaYpQB {
  color: var(--theme-alt-border);
  font-size: 0.263rem;
  margin: 0 0.25rem 0 0.08rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
._Hp2NEpB_AxXucPPcXBD .DYeG1ds_DxtHiIGaYpQB:active {
  opacity: 0.8;
}
._Hp2NEpB_AxXucPPcXBD .wNSRNWHSQPN3o8UYeYO1 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
._Hp2NEpB_AxXucPPcXBD .JTAUMthbZoviAhsPgwv4 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
._Hp2NEpB_AxXucPPcXBD .JTAUMthbZoviAhsPgwv4 button {
  font-size: 0.16rem;
  height: 0.4rem;
  min-width: 1rem;
}
._Hp2NEpB_AxXucPPcXBD .JTAUMthbZoviAhsPgwv4 button:first-child {
  margin-right: 0.2rem;
}
html[data-device="desktop"] ._Hp2NEpB_AxXucPPcXBD {
  -ms-flex-align: center;
  align-items: center;
  background: var(--theme-top-nav-bg);
  border-bottom: thin solid var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  height: 100%;
  max-width: 100%;
  padding: 0 0.2rem 0 0.12rem;
  position: relative;
  z-index: 997;
}
html[data-device="desktop"]
  .NpqBaLUjN_bfuG122cfW
  .pRepVTh2ZVEPzQTZvfoB
  button:first-child {
  background-color: var(--theme-alt-primary);
  color: var(--theme-alt-text-color);
}
html[data-device="desktop"]
  .NpqBaLUjN_bfuG122cfW
  .pRepVTh2ZVEPzQTZvfoB
  button:nth-child(2),
html[data-device="desktop"]
  .NpqBaLUjN_bfuG122cfW
  .pRepVTh2ZVEPzQTZvfoB
  button:nth-child(3) {
  border-color: var(--theme-primary-color);
  color: var(--theme-alt-primary);
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-btn-default,
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-btn-default {
  border-color: var(--theme-alt-primary);
  color: var(--theme-alt-primary);
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-btn-primary,
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-dropdown-trigger,
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-dropdown-trigger.ant-dropdown-open,
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-btn-primary,
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-dropdown-trigger,
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-dropdown-trigger.ant-dropdown-open {
  background-color: var(--theme-alt-primary) !important;
  border-color: var(--theme-alt-primary);
  color: var(--theme-alt-text-color);
  text-shadow: none;
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .DYeG1ds_DxtHiIGaYpQB {
  color: var(--theme-alt-border);
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .Sz4kQrMNmreJwgPJTvag
  .refresh-icon {
  color: var(--theme-alt-primary);
}
html[data-device="mobile"] .pCKI81C6T6W2e4ZAfsHW {
  border-bottom: none;
  height: 0.9rem;
  z-index: 101;
}
html[data-device="mobile"] ._Hp2NEpB_AxXucPPcXBD {
  background-size: 1.8rem 1.8rem;
  height: 100%;
}
html[data-device="mobile"] .JTAUMthbZoviAhsPgwv4 button {
  border-radius: 0.1rem;
  height: 0.4rem;
  line-height: 1;
  max-width: 1.2rem;
  white-space: pre-wrap;
}
html[data-device="mobile"] .JTAUMthbZoviAhsPgwv4 button:first-child {
  margin-right: 0.1rem;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-btn-default,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-btn-default {
  border-color: var(--theme-alt-primary);
  color: var(--theme-alt-primary);
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-btn-primary,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-dropdown-trigger,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-dropdown-trigger.ant-dropdown-open,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-btn-primary,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-dropdown-trigger,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-dropdown-trigger.ant-dropdown-open {
  background-color: var(--theme-alt-primary) !important;
  border-color: var(--theme-alt-primary);
  color: var(--theme-primary-color);
  text-shadow: none;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .JTAUMthbZoviAhsPgwv4
  .ant-dropdown-trigger:after,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .pRepVTh2ZVEPzQTZvfoB
  .ant-dropdown-trigger:after {
  background: var(--theme-primary-color);
  opacity: 0.3;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .DYeG1ds_DxtHiIGaYpQB,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .gBzzp17vQxrVrdETlcxq,
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .wNSRNWHSQPN3o8UYeYO1 {
  color: var(--theme-alt-border) !important;
}
html[data-device="mobile"][data-skin-layout="2"][data-skin-bg="0"]
  .Sz4kQrMNmreJwgPJTvag
  .refresh-icon {
  color: var(--theme-alt-primary);
}
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-alt-neutral-2);
  height: 0.74rem;
}
html[data-device="desktop"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavPC
  .game-category-name {
  height: 0.29rem;
  line-height: normal;
  max-width: 0.92rem;
  width: 0.92rem !important;
}
html[data-device="desktop"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavPC[lang="my_MM"]
  .game-category-name {
  height: 0.32rem;
}
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ .midNavPC .midNavItem {
  cursor: pointer;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 1rem;
  padding: 0 0.02rem 0.04rem;
}
html[data-device="desktop"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavPC
  .midNavItem
  .navIcon {
  display: inline-block;
  font-size: 0.4rem;
  height: 0.3rem;
  margin: 0 auto 0.04rem;
  width: 0.4rem;
}
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ .midNavPC .midNavActive {
  color: var(--theme-primary-color);
}
html[data-device="desktop"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavPC
  .midNavActive:after {
  background-color: var(--theme-primary-color);
  border-radius: 0.04rem 0.04rem 0 0;
  bottom: -0.01rem;
  content: "";
  display: block;
  height: 0.04rem;
  left: 0;
  position: absolute;
  width: 100%;
}
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ .midNavPC .leftButton,
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ .midNavPC .rightButton {
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0.01rem solid hsla(0, 0%, 100%, 0.1);
  border-radius: 0.18rem;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 0.26rem;
  justify-content: space-around;
  margin: 0.18rem 0;
  width: 0.26rem;
}
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ .pcWithSearch {
  border-bottom: 0.01rem solid var(--theme-color-line);
  margin-left: 0.2rem;
  margin-top: 0.05rem;
  width: calc(100% - 0.88rem);
}
html[data-device="desktop"] .U2lgjJEM_rzLHOJKk2mZ .searchBtn {
  margin-left: 0.16rem;
  margin-top: 0.12rem;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-home-bg);
  color: var(--theme-text-color-lighten);
  display: -ms-flexbox;
  display: flex;
  height: 1.06rem;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .midNavH5 {
  height: 1.06rem;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .midNavH5 .game-category-name {
  line-height: 1.5;
  max-width: 1.36rem;
  width: 1.36rem !important;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .midNavH5 .van-tabs__line {
  background-color: var(--theme-primary-color);
  border-radius: 0.04rem 0.04rem 0 0;
  height: 0.04rem;
  min-width: 1.5rem;
}
html[data-device="mobile"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavH5
  .van-tabs
  .van-tabs__wrap {
  background-color: var(--theme-home-bg);
  border-bottom: 0.01rem solid var(--theme-color-line);
  height: 1.06rem;
  padding: 0.08rem 0 0;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .midNavH5 .h5MidMenuTabTitle {
  color: var(--theme-alt-neutral-2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.24rem;
  height: 0.94rem;
}
html[data-device="mobile"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavH5
  .h5MidMenuTabTitle
  .imageWrap {
  height: 0.46rem;
  padding-top: 0.02rem;
}
html[data-device="mobile"]
  .U2lgjJEM_rzLHOJKk2mZ
  .midNavH5
  .h5MidMenuTabTitle
  .navIcon {
  font-size: 0.6rem;
  height: 0.46rem;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .midNavH5 .h5MidMenuActive {
  color: var(--theme-primary-color);
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .midNavH5 .h5MidMenuTab {
  min-width: 1.5rem;
  position: relative;
  text-align: center;
  z-index: 2;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .leftButton,
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .rightButton {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0.01rem solid hsla(0, 0%, 100%, 0.1);
  border-radius: 0.18rem;
  bottom: 0.1rem;
  color: #fff;
  cursor: pointer;
  height: 0.36rem;
  line-height: 0.36rem;
  margin: 0.18rem 0;
  text-align: center;
  width: 0.36rem;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .rightButton {
  right: 0;
}
html[data-device="mobile"] .U2lgjJEM_rzLHOJKk2mZ .leftButton {
  left: 0;
}
[data-holiday-theme="101"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[data-holiday-theme="102"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain {
  right: 0;
}
[data-holiday-theme="103"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain,
[data-holiday-theme="104"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain,
[data-holiday-theme="105"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidaySub,
[data-holiday-theme="106"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain,
[data-holiday-theme="107"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain,
[data-holiday-theme="108"] .U2lgjJEM_rzLHOJKk2mZ .holidayMobile .holidayMain {
  bottom: 0;
  right: 0;
}
[data-skin-layout="17"] .U2lgjJEM_rzLHOJKk2mZ {
  background: #000 !important;
  overflow: hidden;
}
._ID5BER6kGYjZ9tZMtbM {
  margin: -0.47rem auto 0 0;
}
._ID5BER6kGYjZ9tZMtbM,
.igfUMu4DzAWShdLTivJw {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.igfUMu4DzAWShdLTivJw {
  margin: -0.22rem auto 0 0;
}
.KKnWRh_pAfcFfkwYcdbx {
  margin: -0.4rem auto 0 0;
}
.KKnWRh_pAfcFfkwYcdbx,
.mBXV3MzVN0rqUe2aNQwv {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mBXV3MzVN0rqUe2aNQwv {
  margin: -0.2rem auto 0 0;
}
.x9kcHwgvIa95JaWE4iW6 {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  margin-top: 0.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.x9kcHwgvIa95JaWE4iW6 .vwuYKuCNAmUF0GsyJhVu {
  padding: 0 0.2rem;
}
.x9kcHwgvIa95JaWE4iW6 .vwuYKuCNAmUF0GsyJhVu > div > div {
  border-bottom: 0.01rem solid var(--theme-color-line);
}
.x9kcHwgvIa95JaWE4iW6 .vwuYKuCNAmUF0GsyJhVu > div > div:last-child {
  border-bottom: none;
}
.x9kcHwgvIa95JaWE4iW6 .ktsFfYSYj9ntMpYbaS02 {
  padding: 0 0.12rem;
}
.x9kcHwgvIa95JaWE4iW6 .Od3ztVldAYo_XN0ceQkS {
  padding: 0 0.1rem;
}
.x9kcHwgvIa95JaWE4iW6 .UzXo1aWkNtdqosOTMiyr,
.x9kcHwgvIa95JaWE4iW6 .pBHdK15YUk9OU8K1raOY {
  padding: 0.3rem 0;
}
.x9kcHwgvIa95JaWE4iW6 .JoH5LT8gpuRVokh5lctz {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.34rem;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.x9kcHwgvIa95JaWE4iW6 .JoH5LT8gpuRVokh5lctz .UJOHfkXFkRrigGyzOZm0 {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
}
.x9kcHwgvIa95JaWE4iW6 .JoH5LT8gpuRVokh5lctz .UJOHfkXFkRrigGyzOZm0 > img {
  margin: 0.05rem 0.06rem 0 0;
}
.x9kcHwgvIa95JaWE4iW6 .JoH5LT8gpuRVokh5lctz .HTq0jCHbGwUyaMhi33qQ {
  color: var(--theme-text-color-lighten);
  cursor: pointer;
  font-size: 0.2rem;
}
html[data-device="mobile"] .vwuYKuCNAmUF0GsyJhVu > div > div {
  border-bottom: none;
}
html[data-device="mobile"] .UzXo1aWkNtdqosOTMiyr {
  position: relative;
}
html[data-device="mobile"] .pBHdK15YUk9OU8K1raOY {
  padding: 0.3rem 0;
}
html[data-device="mobile"] .Od3ztVldAYo_XN0ceQkS {
  padding: 0 0.1rem 0.3rem;
}
html[data-device="mobile"] .ktsFfYSYj9ntMpYbaS02 {
  padding: 0 0.12rem 0.1rem;
}
html[data-device="mobile"] .KoLKQEAJnuXRiuIuKOrQ {
  padding: 0 0.36rem 0.1rem;
}
html[data-device="mobile"] .x9kcHwgvIa95JaWE4iW6 {
  background-color: transparent;
  background-color: initial;
  margin: 0;
}
html[data-device="mobile"] .x9kcHwgvIa95JaWE4iW6 .DgttrRiNhJCnkW2AYAZi {
  padding: 0 0.36rem;
}
html[data-device="mobile"] .x9kcHwgvIa95JaWE4iW6 .JoH5LT8gpuRVokh5lctz {
  height: 0.44rem;
}
html[data-device="mobile"]
  .x9kcHwgvIa95JaWE4iW6
  .JoH5LT8gpuRVokh5lctz
  .UJOHfkXFkRrigGyzOZm0 {
  font-size: 0.3rem;
}
html[data-device="mobile"]
  .x9kcHwgvIa95JaWE4iW6
  .JoH5LT8gpuRVokh5lctz
  .UJOHfkXFkRrigGyzOZm0
  > img {
  margin: 0.05rem 0.05rem 0 0;
}
html[data-device="mobile"]
  .x9kcHwgvIa95JaWE4iW6
  .JoH5LT8gpuRVokh5lctz
  .HTq0jCHbGwUyaMhi33qQ {
  font-size: 0.24rem;
}
html[data-device="desktop"] .x9kcHwgvIa95JaWE4iW6 {
  position: relative;
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .x9kcHwgvIa95JaWE4iW6 {
  background-color: hsla(0, 0%, 96%, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
html[data-device="desktop"][data-skin-layout="2"][data-skin-bg="0"]
  .x9kcHwgvIa95JaWE4iW6
  .JoH5LT8gpuRVokh5lctz
  .HTq0jCHbGwUyaMhi33qQ {
  color: var(--theme-alt-neutral-2);
  font-size: 0.24rem;
}
[data-skin-bg="0"] .DBjOQg2U065l3eFViVBu .marquee {
  background-color: hsla(0, 0%, 96%, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.BZueILEUJ92PYiiHMh_e {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 12rem;
  position: fixed;
  right: 0;
  width: 100%;
}
html[data-device="desktop"] .mfggbdrmjwcm2RZQzXZV {
  padding-top: 0.2rem;
}
html[data-device="desktop"][data-skin-layout="3"] .mfggbdrmjwcm2RZQzXZV {
  padding-top: 0.3rem;
}
html[data-device="desktop"][data-skin-layout="3"]
  .mfggbdrmjwcm2RZQzXZV.wwX_yLtm582gYvPXFl8E {
  padding-top: 0;
}
html[data-device="desktop"][data-skin-layout="6"] .mfggbdrmjwcm2RZQzXZV {
  background: #fff;
  margin-bottom: -1rem;
  padding-top: 0;
}
html[data-device="desktop"][data-skin-layout="5"] .mfggbdrmjwcm2RZQzXZV {
  padding-top: 0;
}
html[data-device="mobile"] .SV2T718iUhR9ZuXZqwjQ {
  padding: 0 0.2rem;
}
html[data-device="mobile"] .mfggbdrmjwcm2RZQzXZV {
  overflow: hidden;
  padding: 0.2rem 0 0;
}
html[data-device="mobile"][data-skin-layout="3"] .mfggbdrmjwcm2RZQzXZV {
  padding: 0;
}
.vPsHc693R5YrhjWo3h7N {
  padding-top: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N.jGLWMNvhXAVa64fioEH9 {
  padding-bottom: 0;
}
.vPsHc693R5YrhjWo3h7N .fS9coUW__BFwXk_Cx1hQ {
  background-color: var(--theme-main-bg-color);
  margin-top: 0.2rem;
  position: relative;
}
.vPsHc693R5YrhjWo3h7N .fS9coUW__BFwXk_Cx1hQ .FGtp7YYXQPkF7FrVmfYU {
  color: var(--theme-active-bg-color);
  cursor: pointer;
  font-size: 0.2rem;
  margin-right: 0.3rem;
  margin-top: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N .fS9coUW__BFwXk_Cx1hQ > div > ul > li {
  border-bottom-width: 0.03rem !important;
  color: var(--theme-text-color-darken);
  font-size: 0.2rem !important;
  margin-right: 0.6rem !important;
}
.vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ
  > div
  > ul
  > li
  .QncqQT96PE79seFeRzlk {
  position: relative;
}
.vPsHc693R5YrhjWo3h7N .wU62hlvUUyBmxgTM7ZPR {
  min-height: 6.4rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.vPsHc693R5YrhjWo3h7N .E5GmjipstwriYka0jtyf {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100vh - 1.9rem);
  justify-content: center;
}
.vPsHc693R5YrhjWo3h7N .E5GmjipstwriYka0jtyf > div {
  height: auto;
}
.vPsHc693R5YrhjWo3h7N .E5GmjipstwriYka0jtyf p {
  color: var(--theme-text-color-lighten);
  font-size: 0.22rem;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s {
  background-color: var(--theme-bg-color);
  border-radius: 0.1rem;
  margin-top: 0.2rem;
  min-height: 6.42rem;
  overflow: hidden;
  padding: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s.xZ6ZOpamuwXrL1XvAioA {
  height: 7.02rem;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s li {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  height: 1rem;
  margin-bottom: 0.2rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s li .fAm2gBE2WWFLQhyhNTEj {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd {
  -ms-flex-negative: 0;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 0.2rem 0.2rem 0.2rem 0.26rem;
  width: 100%;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  section {
  margin-right: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .cppMubbFT4Yf5xWJuYUW {
  margin-left: -0.04rem;
  position: relative;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .cppMubbFT4Yf5xWJuYUW.CZ9GJDyyW6S9UJaX3fOQ:after {
  background-color: var(--theme-secondary-color-error);
  border-radius: 100%;
  content: "";
  height: 0.12rem;
  position: absolute;
  right: 0.15rem;
  top: 0.06rem;
  width: 0.12rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  > div
  > i {
  color: var(--theme-active-bg-color);
  font-size: 0.38rem;
  margin-right: 0.16rem;
  position: relative;
  top: 0.03rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU {
  -ms-flex-positive: 1;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU
  h1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--theme-text-color-darken);
  display: inline-block;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.18rem !important;
  margin: 0;
  max-width: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU
  .HWmcIhcjcRNOp1oVXAJX {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem !important;
  margin-top: 0.08rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1 {
  height: 0.18rem;
  max-width: 9.8rem;
  overflow: hidden;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  p,
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  span,
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  strong {
  height: 0.18rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  img {
  height: 0.18rem !important;
  width: auto !important;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  > h2 {
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  font-weight: 400;
  justify-content: flex-end;
  margin: 0;
  width: 1.3rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  > h2:lang(zh_CN) {
  width: auto;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  > h2
  span {
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.2rem;
  min-width: 0.65rem;
  text-align: right;
  word-break: break-word;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  > h2.Aux2t2oi1SwvRjJgYJfx {
  color: var(--theme-text-color-lighten);
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  > h2
  i {
  color: var(--theme-text-color-lighten);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  .lllFihTYqEEUM6RAFA3b {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-secondary-color-finance);
  border-top-left-radius: 0.1rem;
  color: var(--theme-secondary-color-finance);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.14rem;
  height: 0.25rem;
  left: 0;
  padding-left: 0.1rem;
  padding-right: 0.02rem;
  position: absolute;
  top: 0;
  width: auto;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  .lllFihTYqEEUM6RAFA3b
  span {
  color: #fff;
  font-weight: 700;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  .lllFihTYqEEUM6RAFA3b
  span:lang(tl_PH) {
  text-transform: uppercase;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  .lllFihTYqEEUM6RAFA3b
  i {
  font-size: 0.25rem;
  position: absolute;
  right: -0.19rem;
  top: 0;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .eOYKA7eX9KwHuNJkIm2p {
  display: none;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  width: 100%;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > section {
  margin-right: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > div {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > div
  p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.18rem;
  overflow: hidden;
  width: 9rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > div
  > span {
  color: var(--theme-text-color-lighten);
  font-size: 0.16rem;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s li.dipfYdL7FO5zj2Eul8ZR {
  -ms-flex-pack: justify;
  cursor: default;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  justify-content: space-between;
  list-style: none;
  list-style-type: none;
  padding: 0 0.4rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li.dipfYdL7FO5zj2Eul8ZR
  p
  span:first-of-type {
  color: var(--theme-text-color-lighten);
  margin-right: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li.dipfYdL7FO5zj2Eul8ZR
  p
  span:nth-of-type(2) {
  color: var(--theme-secondary-color-finance);
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li.dipfYdL7FO5zj2Eul8ZR
  .NLNoS0SrxPGJeDqhFZLd {
  background-color: var(--theme-secondary-color-success);
  color: #fff;
  font-size: 0.16rem;
  height: 0.4rem;
  min-width: 1rem;
}
.vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li.dipfYdL7FO5zj2Eul8ZR
  .qMuuf1TUvOzWfhVuoSiV {
  background-color: var(--theme-text-color-lighten);
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s .fDIOyqf9tbUJpsdy90kA {
  margin-top: 0.3rem;
  padding: 0 0.2rem;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s .LkeGv44_iDBvXb3JeYCP {
  color: var(--theme-text-color-darken);
  font-size: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s .deCdO3N3a9jduZ1m8Ate {
  color: var(--theme-text-color-lighten);
  font-size: 0.18rem;
  line-height: 1.56;
  margin-top: 0.3rem;
  text-indent: 0.4rem;
}
.vPsHc693R5YrhjWo3h7N .Y5uiHQkyebo2Xm8ecNLE {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.15rem;
}
.vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU {
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0.26rem;
  width: 100%;
}
.vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU .QT1OYlup4rVoKsVrXGVS {
  display: -ms-flexbox;
  display: flex;
}
.vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU .QT1OYlup4rVoKsVrXGVS > div {
  background-color: var(--theme-primary-color);
  border-radius: 0.1rem;
  color: var(--theme-primary-font-color);
  cursor: pointer;
  font-size: 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin-right: 0.2rem;
  text-align: center;
}
.vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU
  .QT1OYlup4rVoKsVrXGVS
  > div.vA_Ia9QJ78jg_K8uUPUQ {
  background-color: var(--theme-secondary-color-error);
  color: #fff;
}
.vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU
  .QT1OYlup4rVoKsVrXGVS
  > div.dSEPWSyb4q7vvf_N9XsH {
  background: none;
  border: thin solid var(--theme-primary-color);
  color: var(--theme-primary-color);
}
.vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU .k8v7yQ2iceyXIl9RIwQH {
  margin-top: 0.08rem;
}
.vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU .k8v7yQ2iceyXIl9RIwQH > span:hover {
  border: thin solid var(--theme-primary-color);
}
.vPsHc693R5YrhjWo3h7N .KNjuRkoRrfABOGhuhizG {
  background-color: var(--theme-primary-color);
  border-radius: 0.1rem;
  color: var(--theme-primary-font-color);
  cursor: pointer;
  font-size: 0.16rem;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.18rem;
  text-align: center;
}
.vPsHc693R5YrhjWo3h7N .KNjuRkoRrfABOGhuhizG.vA_Ia9QJ78jg_K8uUPUQ {
  background-color: var(--theme-secondary-color-error);
  color: #fff;
}
.vPsHc693R5YrhjWo3h7N .KNjuRkoRrfABOGhuhizG.dSEPWSyb4q7vvf_N9XsH {
  background: none;
  border: 0.01rem solid var(--theme-primary-color);
  color: var(--theme-primary-color);
}
.vPsHc693R5YrhjWo3h7N .owlyDRNy1wVGdg49C3ru {
  border: 0.01rem solid var(--theme-color-line);
  border-radius: 0.05rem;
  cursor: pointer;
  display: inline-block;
  height: 0.25rem;
  line-height: 0.33rem;
  min-width: 0.25rem;
  text-align: center;
  width: 0.25rem;
}
.vPsHc693R5YrhjWo3h7N .owlyDRNy1wVGdg49C3ru.tDPGA6wpMlSIHKORyJMh {
  background-color: #04be02;
}
.vPsHc693R5YrhjWo3h7N .owlyDRNy1wVGdg49C3ru i {
  color: #fff;
  font-size: 0.19rem;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW {
  background-color: var(--theme-bg-color);
  border-radius: 0.1rem;
  height: 6.42rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-break: break-word;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW .u9cNgKqUOZnYgoBCKApZ {
  padding: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW .u9cNgKqUOZnYgoBCKApZ ul {
  list-style: disc;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW .u9cNgKqUOZnYgoBCKApZ a {
  color: inherit;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW .u9cNgKqUOZnYgoBCKApZ td {
  padding: 0.05rem;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW h1 {
  color: var(--theme-text-color-darken);
  font-size: 0.2rem;
}
.vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW p {
  font-size: 0.18rem;
  margin-top: 0;
}
.YUZa5sQVGWJFqWbJ8cdh br {
  display: contents !important;
}
.YUZa5sQVGWJFqWbJ8cdh div,
.YUZa5sQVGWJFqWbJ8cdh em,
.YUZa5sQVGWJFqWbJ8cdh p,
.YUZa5sQVGWJFqWbJ8cdh span {
  display: inline-block !important;
  font-size: 0.18rem !important;
  margin-top: 0 !important;
  width: auto !important;
}
.GxJOa67qsIKOJRBEgCkf {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: #fff;
  font-size: 0.32rem;
  left: 0;
  padding: 1.1rem 0.8rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1999;
}
.GxJOa67qsIKOJRBEgCkf p {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.GxJOa67qsIKOJRBEgCkf center {
  margin-bottom: 0.5rem;
}
.GxJOa67qsIKOJRBEgCkf svg {
  fill: #fff;
  height: 0.32rem;
}
svg.hdfBwbTxlesx2whz7nkZ {
  height: 1.36rem;
  position: absolute;
  right: 0.5rem;
  top: 0.1rem;
  width: 1.75rem;
}
svg._qqEthWVKYZEm9ml4hA4 {
  bottom: 0.5rem;
  right: 1.27rem;
  top: auto;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.xV78F6ihYTjHCqSXXqix {
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.y2QEDED1phumsNjzqtKG {
  border: 0.01rem solid #fff;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
  padding: 0.1rem 0.2rem 0.1rem 0;
}
.e0m_OGqqD8pK4yCpe7Pk {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  height: 0.5rem;
  line-height: 0.48rem;
  margin-right: 0.1rem;
  text-align: center;
  width: 0.5rem;
}
.a5z3vNaUigwhqUTsty1q svg {
  fill: #1678ff;
}
.dkxGXueRJhJCEEs3hHk6 {
  margin-bottom: -0.03rem;
}
.dkxGXueRJhJCEEs3hHk6:not(.XM6_JyBrg9N_IaIGcOUz) {
  margin-left: 0.18rem;
  margin-right: 0.14rem;
}
.xGot6uWgDnLW6fjMdVki {
  display: inline-block;
  height: 0.5rem;
  margin: auto;
  width: 0.5rem;
}
html[data-device="desktop"] .vPsHc693R5YrhjWo3h7N .fS9coUW__BFwXk_Cx1hQ {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  height: auto;
  padding: 0 0.2rem 0.2rem;
}
html[data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ
  .globalLine {
  margin-left: -0.2rem;
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: calc(100% + 0.4rem);
  z-index: 9;
}
html[data-device="desktop"] .vPsHc693R5YrhjWo3h7N .lwfS_cXGId_FZGZcpgIf {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
html[data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N
  .lwfS_cXGId_FZGZcpgIf
  .common-tabs-content {
  padding: 0;
}
html[data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N
  .lwfS_cXGId_FZGZcpgIf
  .globalLine {
  margin-left: 0;
  width: auto;
}
html[data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N
  .lwfS_cXGId_FZGZcpgIf
  .globalTabsWrapper {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem 0.1rem 0 0;
  padding-left: 0.2rem;
}
html[data-device="desktop"] .vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU {
  margin-top: 0.2rem;
}
html[data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU
  .QT1OYlup4rVoKsVrXGVS
  > div {
  min-width: 1rem;
  padding: 0 0.1rem;
  width: auto;
}
html[data-device="desktop"] .vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW {
  margin-top: 0.2rem;
}
html[data-device="desktop"][data-skin-bg="0"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ {
  border-radius: 0.1rem;
  padding-top: 0;
}
html[data-device="desktop"][data-skin-bg="0"]
  .vPsHc693R5YrhjWo3h7N
  .lwfS_cXGId_FZGZcpgIf {
  background: none;
  border-radius: 0 0 0.1rem 0.1rem;
  padding: 0;
}
html[data-device="desktop"][data-skin-bg="0"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ
  .globalTabsWrapper {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem 0.1rem 0 0;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N {
  padding-bottom: 0;
  padding-top: 0;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .fS9coUW__BFwXk_Cx1hQ {
  margin-top: 0;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .lwfS_cXGId_FZGZcpgIf {
  background: none;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ
  > div
  > ul {
  margin-left: 0.2rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ
  .QncqQT96PE79seFeRzlk
  > span {
  font-size: 0.24rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ
  .globalLine {
  position: relative;
  z-index: 9;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW {
  border-radius: 0;
  height: 9rem;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW h1,
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .OhNABsGimvr658mt5ffW p {
  font-size: 0.24rem;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .wU62hlvUUyBmxgTM7ZPR {
  background-color: var(--theme-bg-color);
  height: auto;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s {
  background-color: transparent;
  height: auto;
  margin: 0;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s.xZ6ZOpamuwXrL1XvAioA {
  background-color: var(--theme-bg-color);
  border-radius: 0;
  height: auto;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .MEMM3gv4dMzqdqtxsb0s li {
  height: auto;
  min-height: 1.2rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj {
  min-height: 1.2rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8.3rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd {
  padding: 0.25rem 0.2rem;
  width: 7.1rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .cppMubbFT4Yf5xWJuYUW {
  left: -0.05rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU
  h1 {
  font-size: 0.24rem !important;
  max-width: 3.8rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1 {
  height: 0.4rem;
  max-width: 5.8rem;
  overflow: hidden;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  p,
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  span,
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  strong {
  height: 0.4rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU.apsBSUHGhRcDlSJwriSS
  h1
  img {
  height: 0.24rem !important;
  width: auto !important;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  .zO5t6aj1K5Lmw_CItgAU
  .HWmcIhcjcRNOp1oVXAJX {
  font-size: 0.22rem !important;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  > div
  h2 {
  font-size: 0.24rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0.2rem;
  width: 7.1rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > section {
  margin-right: 0.2rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > div {
  display: block;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > div
  p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.22rem;
  margin-bottom: 0.09rem;
  overflow: hidden;
  width: 100%;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .TkuwDOgZKvN5L37gJZ3G
  > div
  > span {
  color: var(--theme-text-color-lighten);
  font-size: 0.2rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .eOYKA7eX9KwHuNJkIm2p {
  -ms-flex-pack: center;
  background-color: var(--theme-secondary-color-error);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.18rem;
  justify-content: center;
  text-align: center;
  width: 1rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  li
  .fAm2gBE2WWFLQhyhNTEj
  .eOYKA7eX9KwHuNJkIm2p
  i {
  display: block;
  font-size: 0.31rem;
  margin: 0 0 0.05rem;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .Y5uiHQkyebo2Xm8ecNLE {
  padding-right: 0.2rem;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .IU7Qxg1s9UUBpeYeHxRU {
  -ms-flex-pack: end;
  bottom: 0;
  -webkit-box-shadow: 0 -0.03rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -0.03rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  height: 1.1rem;
  justify-content: flex-end;
  padding-right: 0.01rem;
  padding-top: 0.2rem;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1;
}
html[data-device="mobile"] .vPsHc693R5YrhjWo3h7N .jc7Q84fM3qVMxiCgRltF {
  display: none;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU
  .QT1OYlup4rVoKsVrXGVS {
  -ms-flex-pack: justify;
  -ms-flex: 1;
  flex: 1;
  justify-content: space-between;
  padding: 0 0.2rem;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU
  .QT1OYlup4rVoKsVrXGVS.kAZlCff33MEMG3aIpB4R {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
html[data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU
  .QT1OYlup4rVoKsVrXGVS
  .KNjuRkoRrfABOGhuhizG {
  font-size: 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0;
}
html[data-device="mobile"] .YUZa5sQVGWJFqWbJ8cdh br {
  display: contents !important;
}
html[data-device="mobile"] .YUZa5sQVGWJFqWbJ8cdh em,
html[data-device="mobile"] .YUZa5sQVGWJFqWbJ8cdh p,
html[data-device="mobile"] .YUZa5sQVGWJFqWbJ8cdh span {
  display: inline-block !important;
  font-size: 0.24rem !important;
}
[data-skin-layout="4"]
  .fAm2gBE2WWFLQhyhNTEj
  .DkT2A7bUjCKL6XEk2Hfd
  i.qyEXCxVTpBBNdbbLuQJK {
  color: #fff !important;
}
[data-skin-bg="1"][data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .IU7Qxg1s9UUBpeYeHxRU {
  background-color: var(--theme-bg-color);
  bottom: 0;
  margin-top: 0;
  padding-bottom: 0.4rem;
  padding-top: 0.2rem;
}
html[data-skin-bg="0"][data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ,
html[data-skin-bg="0"][data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .wU62hlvUUyBmxgTM7ZPR {
  background: none;
}
[data-skin-layout="9"][data-device="desktop"] .vPsHc693R5YrhjWo3h7N .myTitle,
[data-skin-layout="9"][data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N.jGLWMNvhXAVa64fioEH9
  .lwfS_cXGId_FZGZcpgIf:after,
[data-skin-layout="9"][data-device="mobile"]
  .vPsHc693R5YrhjWo3h7N
  .MEMM3gv4dMzqdqtxsb0s
  > li {
  -webkit-box-shadow: 0 0 0.1rem 0 #00d9ff !important;
  box-shadow: 0 0 0.1rem 0 #00d9ff !important;
}
[data-skin-layout="9"][data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N.jGLWMNvhXAVa64fioEH9
  .lwfS_cXGId_FZGZcpgIf:after {
  background: #fff;
  border-radius: 0.1rem 0.1rem 0 0;
  content: "";
  display: block;
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[data-skin-layout="9"][data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N.jGLWMNvhXAVa64fioEH9
  .custom-loading__wrap
  > div
  > section
  > .globalTabsWrapper:after {
  background: #fff;
  bottom: -0.11rem;
  content: "";
  display: block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
[data-skin-layout="9"][data-device="desktop"]
  .vPsHc693R5YrhjWo3h7N
  .fS9coUW__BFwXk_Cx1hQ:not(.lwfS_cXGId_FZGZcpgIf) {
  -webkit-box-shadow: 0 0 0.1rem 0 #00d9ff !important;
  box-shadow: 0 0 0.1rem 0 #00d9ff !important;
}
html[data-device="desktop"] .Ug0VNSRHJaQjcn_QJZCN {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  justify-content: center;
}
html[data-device="desktop"] .Ug0VNSRHJaQjcn_QJZCN .rDu16GVie45q71Bb84aD {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  padding: 0 0.3rem;
  width: 80%;
}
html[data-device="desktop"]
  .Ug0VNSRHJaQjcn_QJZCN
  .rDu16GVie45q71Bb84aD.ant-btn-background-ghost {
  color: var(--theme-primary-color);
  margin-top: 0.4rem;
}
html[data-device="desktop"]
  .Ug0VNSRHJaQjcn_QJZCN
  .rDu16GVie45q71Bb84aD
  .wvmobeiZRzOOVoDPPZor {
  font-size: 0.4rem;
}
html[data-device="desktop"]
  .Ug0VNSRHJaQjcn_QJZCN
  .rDu16GVie45q71Bb84aD
  .zyMHJdTfm9Bl4dwob5Rw {
  font-size: 0.16rem;
}
html[data-device="desktop"] .Ug0VNSRHJaQjcn_QJZCN .rDu16GVie45q71Bb84aD span {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.24rem;
}
html[data-device="mobile"] .Ug0VNSRHJaQjcn_QJZCN {
  margin: 0.38rem 0;
}
html[data-device="mobile"] .Ug0VNSRHJaQjcn_QJZCN .rDu16GVie45q71Bb84aD {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.7rem;
  padding: 0 0.3rem;
  width: 100%;
}
html[data-device="mobile"]
  .Ug0VNSRHJaQjcn_QJZCN
  .rDu16GVie45q71Bb84aD.ant-btn-background-ghost {
  color: var(--theme-primary-color);
  margin-top: 0.2rem;
}
html[data-device="mobile"]
  .Ug0VNSRHJaQjcn_QJZCN
  .rDu16GVie45q71Bb84aD
  .wvmobeiZRzOOVoDPPZor {
  font-size: 0.4rem;
}
html[data-device="mobile"] .Ug0VNSRHJaQjcn_QJZCN .rDu16GVie45q71Bb84aD span {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 0.24rem;
}
html[data-device="mobile"] .I2_iYLYYG250ofYSsMLU .ant-modal-body {
  padding-bottom: 0;
}
html[data-device="mobile"] .I2_iYLYYG250ofYSsMLU .ant-modal-mask,
html[data-device="mobile"] .I2_iYLYYG250ofYSsMLU .ant-modal-wrap {
  z-index: 1001;
}
.CNl7QD1FpnStvA1noMH8 {
  -ms-flex-align: end;
  align-items: flex-end;
  bottom: 0.7rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  right: 0.2rem;
  z-index: 100;
}
.CNl7QD1FpnStvA1noMH8 .efxmWm2HE2zw8urAQIYc {
  margin-bottom: 0.1rem;
}
html[data-device="mobile"] .CNl7QD1FpnStvA1noMH8 {
  bottom: 1.44rem;
  right: 0.1rem;
}
.Jg547zpjoIPVb7hiGHb8 {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 0.48rem;
  justify-content: center;
  position: fixed;
  width: 0.48rem;
  z-index: 1001;
}
.Jg547zpjoIPVb7hiGHb8.FfDJSd9OPGtM3uT2lQLs {
  height: 0.9rem;
  width: 0.9rem;
}
.Jg547zpjoIPVb7hiGHb8.eRwBrtsy3m7I875P9NRK .UkKH6laHNpmRXatKIbFJ {
  border-radius: 0 0.1rem 0.1rem 0;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.Jg547zpjoIPVb7hiGHb8.eRwBrtsy3m7I875P9NRK .RH345QXXbe0fQ4DazKPN {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Jg547zpjoIPVb7hiGHb8.KL5Ke9GuJfL4xYuBkIv_ .UkKH6laHNpmRXatKIbFJ {
  border-radius: 0.1rem 0 0 0.1rem;
}
.Jg547zpjoIPVb7hiGHb8.eX2oJvjKkFLP4JpgDIOq .UkKH6laHNpmRXatKIbFJ {
  background-color: var(--theme-secondary-color-error);
}
.Jg547zpjoIPVb7hiGHb8.eX2oJvjKkFLP4JpgDIOq .Dd9bz_w8PxIdfbfqhqPq {
  -webkit-animation: Sc40I7liv8ZoqB3ByWIw 2s infinite;
  animation: Sc40I7liv8ZoqB3ByWIw 2s infinite;
  border-color: var(--theme-secondary-color-error);
}
.Jg547zpjoIPVb7hiGHb8.eX2oJvjKkFLP4JpgDIOq .pXgr9rRakW8NGe7njoCE {
  background-color: var(--theme-secondary-color-error);
}
.Jg547zpjoIPVb7hiGHb8.Ob79XmxdwI6hjk_2n61k .UkKH6laHNpmRXatKIbFJ {
  background-color: var(--theme-secondary-color-success);
}
.Jg547zpjoIPVb7hiGHb8.Ob79XmxdwI6hjk_2n61k .Dd9bz_w8PxIdfbfqhqPq {
  border-color: var(--theme-secondary-color-success);
}
.Jg547zpjoIPVb7hiGHb8.Ob79XmxdwI6hjk_2n61k .pXgr9rRakW8NGe7njoCE {
  background-color: var(--theme-secondary-color-success);
}
.Jg547zpjoIPVb7hiGHb8 .UkKH6laHNpmRXatKIbFJ {
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.18rem;
  justify-content: space-around;
  opacity: 0.9;
  width: 100%;
}
.Jg547zpjoIPVb7hiGHb8 .l5v1rOC6sRr2kqw79sU_ {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.Jg547zpjoIPVb7hiGHb8 .TM5T6t1eNLh5LqhO8u9f {
  font-size: 0.22rem;
}
.Jg547zpjoIPVb7hiGHb8 .Dd9bz_w8PxIdfbfqhqPq {
  background-color: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.03rem;
  color: #333;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.22rem;
  height: 100%;
  position: relative;
  width: 100%;
}
.Jg547zpjoIPVb7hiGHb8 .Dd9bz_w8PxIdfbfqhqPq,
.Jg547zpjoIPVb7hiGHb8 .pXgr9rRakW8NGe7njoCE {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.Jg547zpjoIPVb7hiGHb8 .pXgr9rRakW8NGe7njoCE {
  border: 0.02rem solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 0.2rem;
  height: 0.28rem;
  position: absolute;
  right: -0.02rem;
  top: -0.02rem;
  width: 0.28rem;
}
.Jg547zpjoIPVb7hiGHb8 .Dd9bz_w8PxIdfbfqhqPq .L5O9ILwBhguXsDIwXHDK {
  pointer-events: none;
}
.Jg547zpjoIPVb7hiGHb8 .L5O9ILwBhguXsDIwXHDK {
  height: 0.25rem;
}
@-webkit-keyframes Sc40I7liv8ZoqB3ByWIw {
  0% {
    -webkit-box-shadow: 0 0 0.1rem #ff8686;
    box-shadow: 0 0 0.1rem #ff8686;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-box-shadow: 0 0 0.3rem #ae0000;
    box-shadow: 0 0 0.3rem #ae0000;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-box-shadow: 0 0 0.1rem #ff5858;
    box-shadow: 0 0 0.1rem #ff5858;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes Sc40I7liv8ZoqB3ByWIw {
  0% {
    -webkit-box-shadow: 0 0 0.1rem #ff8686;
    box-shadow: 0 0 0.1rem #ff8686;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-box-shadow: 0 0 0.3rem #ae0000;
    box-shadow: 0 0 0.3rem #ae0000;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-box-shadow: 0 0 0.1rem #ff5858;
    box-shadow: 0 0 0.1rem #ff5858;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fiOzLi2AcVAO5wzIvkxi {
  display: none !important;
}
html[data-device="mobile"] .B1wbxrNDVmn6XQZf2wMg {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background: none;
  border-radius: 50%;
  bottom: -0.9rem;
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  justify-content: center;
  margin-right: -0.3rem;
  position: absolute;
  right: 50%;
  top: auto;
  width: 0.6rem;
}
html[data-device="mobile"] .B1wbxrNDVmn6XQZf2wMg i {
  color: #fff;
}
html[data-device="mobile"] .B1wbxrNDVmn6XQZf2wMg svg {
  height: 0.15rem;
  width: 0.15rem;
}
.NhLhk0OgX8qegAsN8eFG {
  bottom: 0.16rem;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: fixed;
  right: 0.1rem;
  z-index: 1000;
}
.NhLhk0OgX8qegAsN8eFG.hZ1AfYXMiWbC3sDviQuA {
  bottom: auto;
  left: auto;
  right: 0.1rem;
  top: 0.16rem;
}
.NhLhk0OgX8qegAsN8eFG.mI5w4fvPvt_4eqhk8p2v {
  bottom: 0.16rem;
  left: 50%;
  top: auto;
  width: 0;
}
.NhLhk0OgX8qegAsN8eFG > div {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border: 0.01rem solid var(--theme-text-color-lighten);
  border-radius: 0.14rem;
  -webkit-box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  color: var(--theme-text-color-darken);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.35rem;
  height: 0.66rem;
  opacity: 0.9;
  position: relative;
  width: auto;
}
.NhLhk0OgX8qegAsN8eFG > div:after {
  background-color: var(--theme-main-bg-color);
  border-color: var(--theme-text-color-lighten);
  border-style: solid;
  border-width: 0 0.01rem 0.01rem 0;
  bottom: 0;
  content: "";
  height: 0.18rem;
  position: absolute;
  right: 0.2rem;
  top: auto;
  -webkit-transform: translateX(-50%) rotate(45deg) translateY(75%);
  transform: translateX(-50%) rotate(45deg) translateY(75%);
  width: 0.18rem;
}
.NhLhk0OgX8qegAsN8eFG > div span {
  color: var(--theme-primary-color);
  cursor: pointer;
  display: block;
  white-space: nowrap;
  word-break: keep-all;
}
.NhLhk0OgX8qegAsN8eFG > div .xWte3pTxOq0mkXz50L2_ {
  color: var(--theme-primary-color);
  cursor: pointer;
  font-size: 0.39rem;
  padding: 0 0.16rem;
}
.NhLhk0OgX8qegAsN8eFG > div .iBQzFpUg4z_cgXIl6Vud {
  border-left: 0.01rem solid var(--theme-text-color-lighten);
  color: var(--theme-text-color);
  cursor: pointer;
  font-size: 0.36rem;
  height: 0.34rem;
  margin-left: 0.16rem;
  padding-left: 0.16rem;
  padding-right: 0.2rem;
}
.NhLhk0OgX8qegAsN8eFG > div.ARzwwahrUwpGs7LOiYq7:after {
  border-width: 0.01rem 0 0 0.01rem;
  bottom: auto;
  right: 0.22rem;
  top: -0.19rem;
  -webkit-transform: rotate(45deg) translateY(75%);
  transform: rotate(45deg) translateY(75%);
}
.NhLhk0OgX8qegAsN8eFG > div.SgUFg_MrQWJrP0bihMDk {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.NhLhk0OgX8qegAsN8eFG > div.SgUFg_MrQWJrP0bihMDk:after {
  border-width: 0 0.01rem 0.01rem 0;
  bottom: 0;
  right: calc(50% - 0.28rem);
  top: auto;
  -webkit-transform: translateX(-50%) rotate(45deg) translateY(75%);
  transform: translateX(-50%) rotate(45deg) translateY(75%);
}
.NhLhk0OgX8qegAsN8eFG .aw4SKWD7tkohLYTpVnTA > span {
  display: inline;
}
.PutpyJzgpKMphlWL3Poh .ant-modal-body {
  padding: 0.2rem 0.3rem 0.5rem;
}
.PutpyJzgpKMphlWL3Poh .ant-modal {
  bottom: 0;
  display: block;
  margin: 0;
  max-width: 100%;
  position: absolute;
}
.PutpyJzgpKMphlWL3Poh .ant-modal .ant-modal-content {
  border-radius: 0.2rem 0.2rem 0 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.PutpyJzgpKMphlWL3Poh h1 {
  font-size: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  text-align: center;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS {
  margin: 0 auto;
  width: 4.8rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS p {
  color: var(--theme-text-color-darken);
  font-size: 0.22rem;
  margin-left: -0.3rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .y_9grNYtLBbORzbRkkKp {
  margin-top: 0.3rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS div {
  margin-top: 0.2rem;
  position: relative;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS img {
  width: 100%;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS span {
  font-family: MicrosoftYaHeiLobby;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .JV_jb4KBj2mXTLxapI5p {
  height: 2.58rem;
  width: 4.8rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .JV_jb4KBj2mXTLxapI5p > span {
  color: #211f20;
  font-size: 0.2rem;
  left: 0.4rem;
  letter-spacing: 0.01rem;
  width: 3.5rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .JV_jb4KBj2mXTLxapI5p
  :nth-child(2) {
  top: 0.18rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .JV_jb4KBj2mXTLxapI5p
  :nth-child(3) {
  top: 0.79rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .JV_jb4KBj2mXTLxapI5p
  :nth-child(4) {
  top: 1.4rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .JV_jb4KBj2mXTLxapI5p
  :nth-child(5) {
  top: 2.14rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .W59iYXR18qFfta3Jw5Uk {
  font-size: 0.2rem;
  height: 2.8rem;
  width: 4.8rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(2) {
  color: #1678ff;
  height: 0.28rem;
  left: 0.2rem;
  text-align: left;
  top: 0.19rem;
  width: 0.9rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(3) {
  color: #333;
  font-weight: 700;
  height: 0.28rem;
  left: 1.1rem;
  text-align: center;
  top: 0.19rem;
  width: 2.5rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(4) {
  color: #1678ff;
  height: 0.28rem;
  right: 0.2rem;
  text-align: right;
  top: 0.19rem;
  width: 0.9rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(5) {
  color: #211f20;
  left: 1.1rem;
  top: 1.25rem;
  width: 3.5rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(6) {
  color: #8f8f8f;
  left: 1.1rem;
  top: 1.75rem;
  width: 3.5rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(7) {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #8f8f8f;
  display: -webkit-box;
  font-size: 0.15rem;
  left: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 2.27rem;
  vertical-align: middle;
  white-space: inherit;
  width: 4.4rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .W59iYXR18qFfta3Jw5Uk
  :nth-child(8) {
  height: 0.75rem;
  left: 0.18rem;
  position: absolute;
  top: 1.27rem;
  width: 0.75rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .rehEG9603W0NnUttw576 {
  height: 3rem;
  width: 4.8rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .rehEG9603W0NnUttw576 span {
  color: #1f1f1f;
  font-size: 0.2rem;
  left: 1.5rem;
  line-height: 1.16;
  width: 2.65rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .rehEG9603W0NnUttw576
  :nth-child(2) {
  top: 0.22rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .rehEG9603W0NnUttw576
  :nth-child(3) {
  top: 0.97rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .rehEG9603W0NnUttw576
  :nth-child(4) {
  top: 1.72rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .rehEG9603W0NnUttw576
  :nth-child(5) {
  top: 2.47rem;
}
.PutpyJzgpKMphlWL3Poh .zW9te5rJVUfe6QYXbkQS .CTlMW5q_67UZ8Hwo2Tpk {
  height: 4.8rem;
  height: 2.6rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .CTlMW5q_67UZ8Hwo2Tpk
  :nth-child(2) {
  color: #1f1f1f;
  font-size: 0.3rem;
  left: 0.34rem;
  letter-spacing: 0.006rem;
  line-height: 0.97;
  max-width: 4rem;
  top: 0.35rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .CTlMW5q_67UZ8Hwo2Tpk
  :nth-child(3) {
  color: #1f1f1f;
  font-size: 0.23rem;
  left: 1.06rem;
  top: 1.22rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .CTlMW5q_67UZ8Hwo2Tpk
  :nth-child(4) {
  color: #1678ff;
  font-size: 0.18rem;
  font-weight: 700;
  left: 2.3rem;
  text-align: center;
  top: 1.98rem;
  width: 0.86rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .CTlMW5q_67UZ8Hwo2Tpk
  :nth-child(5) {
  color: #1678ff;
  font-size: 0.18rem;
  font-weight: 700;
  left: 3.65rem;
  text-align: center;
  top: 1.98rem;
  width: 0.86rem;
}
.PutpyJzgpKMphlWL3Poh
  .zW9te5rJVUfe6QYXbkQS
  .CTlMW5q_67UZ8Hwo2Tpk
  :nth-child(6) {
  height: 0.42rem;
  left: 0.37rem;
  position: absolute;
  top: 1.18rem;
  width: 0.42rem;
}
.PutpyJzgpKMphlWL3Poh.ybYepgxO2CCD3Y5EWngq .ant-modal ant-modal-body {
  overflow: visible;
  padding: 0.2rem;
}
.PutpyJzgpKMphlWL3Poh.ybYepgxO2CCD3Y5EWngq .ant-modal .ant-modal-content {
  border-radius: 0 0 0.2rem 0.2rem;
  bottom: auto;
  overflow: visible;
  right: 0;
  top: 0;
  width: 6rem;
}
.PutpyJzgpKMphlWL3Poh.ybYepgxO2CCD3Y5EWngq .JhkQSbeolBaAOHPU8COF {
  -webkit-animation: ERoGb1Y1sA3QIXzQzySC 0.9s ease-in-out infinite;
  animation: ERoGb1Y1sA3QIXzQzySC 0.9s ease-in-out infinite;
  bottom: auto;
  left: auto;
  right: 0.058rem;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.PutpyJzgpKMphlWL3Poh.CzQ3jOrd1thuwUXnXEg8 .JhkQSbeolBaAOHPU8COF {
  left: 50%;
  -webkit-transform: translateX(-65%) rotate(180deg);
  transform: translateX(-65%) rotate(180deg);
}
.PutpyJzgpKMphlWL3Poh .JhkQSbeolBaAOHPU8COF,
.PutpyJzgpKMphlWL3Poh.CzQ3jOrd1thuwUXnXEg8 .JhkQSbeolBaAOHPU8COF {
  -webkit-animation: sNc2gj2o8f0oE7ZARIYR 0.9s ease-in-out infinite;
  animation: sNc2gj2o8f0oE7ZARIYR 0.9s ease-in-out infinite;
  bottom: 0;
}
.PutpyJzgpKMphlWL3Poh .JhkQSbeolBaAOHPU8COF {
  height: 1.1rem;
  left: 85%;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 0.869rem;
}
@-webkit-keyframes ERoGb1Y1sA3QIXzQzySC {
  0% {
    top: 0;
  }
  50% {
    top: 0.3rem;
  }
  to {
    top: 0;
  }
}
@keyframes ERoGb1Y1sA3QIXzQzySC {
  0% {
    top: 0;
  }
  50% {
    top: 0.3rem;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes sNc2gj2o8f0oE7ZARIYR {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 0.3rem;
  }
  to {
    bottom: 0;
  }
}
@keyframes sNc2gj2o8f0oE7ZARIYR {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 0.3rem;
  }
  to {
    bottom: 0;
  }
}
.O0muObefemD1R084rb7f {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.O0muObefemD1R084rb7f .WEEoeMJukok40YkwaOg2 {
  background-color: var(--theme-main-bg-color);
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
  bottom: 0;
  padding: 0.3rem;
  position: absolute;
  width: 100%;
}
.O0muObefemD1R084rb7f .WEEoeMJukok40YkwaOg2 .zOOfvBGx3_TuHn4c8H0P {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: thin solid var(--theme-color-line);
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.3rem;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .zOOfvBGx3_TuHn4c8H0P
  .cVcpqPnN_6wBHHDYReMW {
  height: 1.2rem;
  width: 1.2rem;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .zOOfvBGx3_TuHn4c8H0P
  .cVcpqPnN_6wBHHDYReMW
  img {
  height: 100%;
  width: 100%;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .zOOfvBGx3_TuHn4c8H0P
  .SYzNSLU45TKfVFDp5mn9 {
  color: var(--theme-text-color-darken);
  -ms-flex: 1;
  flex: 1;
  font-size: 0.3rem;
  line-height: 0.44rem;
  padding: 0.17rem 0.2rem;
}
.O0muObefemD1R084rb7f .WEEoeMJukok40YkwaOg2 .W0qS4GfauLFl91fbyyxk {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-primary-color);
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  line-height: 0.24rem;
  min-height: 1rem;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: scroll hidden;
  padding-bottom: 0.15rem;
  padding-top: 0.2rem;
  width: auto;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw {
  text-align: center;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw:not(:first-child) {
  margin-left: 0.15rem;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw.s4QdXD8rRyfIOBv0AiGQ
  button {
  min-width: 2.2rem !important;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw
  button {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.7rem;
  min-width: 3.35rem;
  white-space: nowrap;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw
  span {
  font-size: 0.24rem;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw
  .N5TAMLijyaiQyjEeQonj {
  font-size: 0.16rem;
}
.O0muObefemD1R084rb7f
  .WEEoeMJukok40YkwaOg2
  .W0qS4GfauLFl91fbyyxk
  .uEatQQUWnWn7uBBkeFxw
  .osZs5pkL2MRoBPXDMdqg {
  font-size: 0.4rem;
}
.i7kDMLEbkovwHFT1F7k_ {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}
._IrPCtA0mjKuFpPaMXVp {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
._IrPCtA0mjKuFpPaMXVp .jeIVLkyyGgUW8gTz6FnJ {
  padding: 0;
}
._IrPCtA0mjKuFpPaMXVp .jeIVLkyyGgUW8gTz6FnJ .my-scrollbar-vertical {
  right: 0.1rem !important;
}
._IrPCtA0mjKuFpPaMXVp .xYpcigrB5nqAnAN8Jeoj {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
._IrPCtA0mjKuFpPaMXVp .uNWi9HwyeksVksCh6eT0 {
  padding-bottom: 0.8rem;
}
.IHu2e6upeVjuhy4JBMRi {
  position: relative;
}
.wkGmge4JNFGW1FZ0JWyO {
  height: calc(100% - var(--theme-header-height));
  position: absolute;
  width: 100%;
}
[data-skin-layout="2"] .mSaUD_LXEa7rzBUuzyx1 {
  background-color: var(--theme-home-bg);
}
[data-skin-layout="3"] ._IrPCtA0mjKuFpPaMXVp .nQN3ZxY9DqUNYfbAyz3t {
  background: var(--theme-main-bg-color);
  display: none;
}
[data-skin-layout="3"] ._IrPCtA0mjKuFpPaMXVp .Pkon8zxdkpEYDDJE82l4 {
  background: var(--theme-main-bg-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
[data-skin-layout="3"] ._IrPCtA0mjKuFpPaMXVp .TI8D5XxGTzzPnw5OSQMO {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(35, 167, 224, 0.6)),
    color-stop(rgba(35, 167, 224, 0.6)),
    color-stop(rgba(35, 167, 224, 0)),
    to(rgba(35, 167, 224, 0))
  );
  background-image: linear-gradient(
    180deg,
    rgba(35, 167, 224, 0.6),
    rgba(35, 167, 224, 0.6),
    rgba(35, 167, 224, 0),
    rgba(35, 167, 224, 0)
  );
  background-position-y: 7rem;
}
[data-skin-layout="3"]
  ._IrPCtA0mjKuFpPaMXVp
  .TI8D5XxGTzzPnw5OSQMO.py4P8q_vRf_lgbewyXCr
  .container-main
  .container-content {
  width: auto;
}
[data-skin-layout="5"] ._IrPCtA0mjKuFpPaMXVp .gVZmKmX5172XBb0GEQJ7,
[data-skin-layout="6"] ._IrPCtA0mjKuFpPaMXVp .gVZmKmX5172XBb0GEQJ7 {
  background-color: var(--theme-home-bg);
}
html[data-device="desktop"][data-skin-layout="2"] .jeIVLkyyGgUW8gTz6FnJ {
  margin-left: -0.4rem;
}
html[data-device="desktop"][data-skin-layout="2"]
  .jeIVLkyyGgUW8gTz6FnJ.oaUd_cKahDizrEpSrNhU {
  margin-left: 0;
}
html[data-device="desktop"][data-skin-layout="4"]
  .jeIVLkyyGgUW8gTz6FnJ
  .my-scrollbar-thumb {
  opacity: 0.65;
  width: 0.03rem;
}
html[data-device="desktop"]
  [data-skin-layout="6"]
  ._IrPCtA0mjKuFpPaMXVp
  .ppkvQ6yqX7hfpKN1Wcg9,
html[data-device="desktop"][data-skin-layout="3"]
  ._IrPCtA0mjKuFpPaMXVp
  .ppkvQ6yqX7hfpKN1Wcg9,
html[data-device="desktop"][data-skin-layout="5"]
  ._IrPCtA0mjKuFpPaMXVp
  .ppkvQ6yqX7hfpKN1Wcg9 {
  padding-bottom: 0;
}
html[data-device="desktop"][data-skin-layout="19"]
  ._IrPCtA0mjKuFpPaMXVp
  .ppkvQ6yqX7hfpKN1Wcg9 {
  background-color: var(--theme-main-bg-color);
}
html[data-device="mobile"] ._IrPCtA0mjKuFpPaMXVp .uNWi9HwyeksVksCh6eT0 {
  padding-bottom: 0;
}
html[data-device="mobile"] ._IrPCtA0mjKuFpPaMXVp .ppkvQ6yqX7hfpKN1Wcg9 {
  padding-bottom: 0.4rem;
}
html[data-device="mobile"] ._IrPCtA0mjKuFpPaMXVp .aYOsBhJabS0YTRKCKxQG {
  background-size: 1.8rem 1.8rem;
}
html[data-device="mobile"] .WkPsWYRE7_9r0HdLOWrJ {
  background-size: 1.8rem 1.8rem !important;
}
html[data-device="mobile"] .XCsMqgSrjZTRSYfJQK2i {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 1rem;
}
html[data-device="mobile"] .rpkazr0zwW1kxpkE2_iF .my-scrollbar-wrap-all {
  overflow: hidden;
}
html[data-device="mobile"] .CkZjdEiOfP3fdP_KxrAT,
html[data-device="mobile"] .rpkazr0zwW1kxpkE2_iF .my-scrollbar-bar {
  display: none;
}
html[data-device="mobile"] .nQN3ZxY9DqUNYfbAyz3t {
  display: none;
  left: 0;
  position: absolute;
  top: 0 !important;
  z-index: 201;
}
html[data-device="mobile"] .nQN3ZxY9DqUNYfbAyz3t .Pkon8zxdkpEYDDJE82l4 {
  padding: 0;
}
html[data-device="mobile"][data-skin-layout="3"] .XCsMqgSrjZTRSYfJQK2i {
  height: 100%;
}
html[data-device="mobile"][data-skin-layout="2"] .mSaUD_LXEa7rzBUuzyx1 {
  background-color: var(--theme-home-bg);
}
html[data-device="mobile"][data-skin-layout="2"] .oFSHXYvTFcDP85DNZ50B {
  background-size: 1.8rem 1.8rem;
  padding-bottom: 0.25rem;
}
html[data-device="mobile"][data-skin-layout="4"] .mSaUD_LXEa7rzBUuzyx1 {
  background-color: var(--theme-home-bg);
}
html[data-device="mobile"][data-skin-layout="4"]
  .jeIVLkyyGgUW8gTz6FnJ
  .ME5U4kns2KGZlDjzSUEY {
  position: fixed;
}
.ME5U4kns2KGZlDjzSUEY {
  background-color: rgba(0, 0, 0, 0.5);
  height: 20rem;
  left: 0;
  position: absolute;
  top: 0 !important;
  width: 100vw;
  z-index: 200;
}
.t1dO2In0hWSY_CXn1ztr {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}
.sft1FrYIdQNDkygBE2_w,
.sft1FrYIdQNDkygBE2_w .ant-modal-wrap {
  z-index: 2000 !important;
}
.T4E7NfyEERjxZvEE9o3K,
.T4E7NfyEERjxZvEE9o3K:active,
.T4E7NfyEERjxZvEE9o3K:focus,
.T4E7NfyEERjxZvEE9o3K:hover {
  background-color: transparent;
  border: 0.01rem solid var(--theme-primary-color);
  color: var(--theme-primary-color);
}
.T4E7NfyEERjxZvEE9o3K:lang(es_ES) > span,
.T4E7NfyEERjxZvEE9o3K:lang(fr_FR) > span,
.T4E7NfyEERjxZvEE9o3K:lang(hi_IN) > span,
.T4E7NfyEERjxZvEE9o3K:lang(it_IT) > span,
.T4E7NfyEERjxZvEE9o3K:lang(km_KH) > span,
.T4E7NfyEERjxZvEE9o3K:lang(ko_KR) > span,
.T4E7NfyEERjxZvEE9o3K:lang(pt_PT) > span,
.T4E7NfyEERjxZvEE9o3K:lang(tl_PH) > span {
  -webkit-transform: scale(0.8) !important;
  transform: scale(0.8) !important;
}
html[data-device="mobile"] .sft1FrYIdQNDkygBE2_w .ant-modal-confirm-btns {
  margin-bottom: 0.24rem;
}
html[data-device="mobile"] .uwvenAZWGyD5RdZJBDtY {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
html[data-device="mobile"] .uwvenAZWGyD5RdZJBDtY button + button {
  margin-left: 0.2rem;
}
html[data-device="mobile"] ._4Xj9NqT3RlWoXOF9sIB {
  height: 100vh;
  padding-bottom: 1.5rem;
}
html[data-device="mobile"] ._4Xj9NqT3RlWoXOF9sIB .K9PMAylPFhLQvjAV0rzb {
  background-color: var(--theme-bg-color);
}
html[data-device="mobile"] .eCrtkyvaEw5EGq1iTkpb {
  padding: 0;
}
html[data-device="mobile"] .djvqyB9IgkiFd8Rww9SE {
  font-size: 0.22rem !important;
}
html[data-device="mobile"] .KijbywXOWoHmMhQVYbMW span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
html[data-device="mobile"] .Qxd3eeaOHzsm5OavWHD6 {
  padding: 0;
}
html[data-device="mobile"] .Qxd3eeaOHzsm5OavWHD6 .OJKnuX1SdrakdqWua5Ix {
  font-size: 0.24rem;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 7.1rem;
}
html[data-device="mobile"] .M2oU7LFq2dpRdr40epb_ .ant-form-item,
html[data-device="mobile"] .M2oU7LFq2dpRdr40epb_ .ant-form-item-label {
  padding: 0;
}
html[data-device="mobile"]
  .M2oU7LFq2dpRdr40epb_
  .ant-form-item
  .ant-form-item-label
  label {
  height: auto;
}
html[data-device="mobile"] .M2oU7LFq2dpRdr40epb_ .G60ovJtuaDb1n92ATPH7 {
  font-size: 0.3rem;
  height: 0.7rem;
}
html[data-device="mobile"] .Jj0VvYFH3Jv3P4ZzMrq5 {
  font-size: 0.22rem;
  line-height: 0.3rem;
}
html[data-device="mobile"] .yWSWJBRH15O8UNBwi6Hc {
  padding: 0 0.2rem 0.2rem;
}
html[data-device="mobile"] .HuseTF0vc0ANwMtFI5Jt,
html[data-device="mobile"] .yWSWJBRH15O8UNBwi6Hc.Ci5BesSJeFF7V3p9ekNM {
  padding-bottom: 0.1rem;
}
html[data-device="mobile"] .mRWJ3dwis6LX5Cigw20q {
  font-size: 0.24rem;
  line-height: 0.4rem;
}
html[data-device="mobile"] .f6Hdppzziw5Ocz_4b7HG {
  background-color: var(--theme-main-bg-color);
  bottom: 0;
  -webkit-box-shadow: 0 -0.03rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -0.03rem 0.1rem 0 rgba(0, 0, 0, 0.1);
  left: 0;
  padding: 0.2rem;
  position: fixed;
  width: 100%;
  z-index: 9;
}
html[data-device="mobile"] .f6Hdppzziw5Ocz_4b7HG button {
  border-radius: 0.14rem;
  font-size: 0.24rem !important;
  height: 0.7rem;
  width: 100%;
}
html[data-device="mobile"] .f5Ruu8CIOUwvNyM9R1uY {
  border-radius: 0.14rem;
  margin: 0.2rem;
  padding: 0.3rem 0 0.5rem;
}
.F1i63mo89ZlxLi8VQ6nK span {
  color: var(--theme-primary-font-color);
}
._4Xj9NqT3RlWoXOF9sIB {
  min-height: 5rem;
}
._4Xj9NqT3RlWoXOF9sIB .vue-portal-target .ant-btn {
  font-size: 0.16rem;
}
._4Xj9NqT3RlWoXOF9sIB .nFkHDrNVzucOSjOVSkVo {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
._4Xj9NqT3RlWoXOF9sIB .l33Ka3g_LqqyxWZG6i6s {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
._4Xj9NqT3RlWoXOF9sIB .l33Ka3g_LqqyxWZG6i6s .ant-btn {
  height: 0.3rem;
  line-height: 0.3rem;
}
._4Xj9NqT3RlWoXOF9sIB .l33Ka3g_LqqyxWZG6i6s button {
  padding: 0 0.2rem;
}
._4Xj9NqT3RlWoXOF9sIB .HUnR0IXcIWtwiRH69sAz {
  color: var(--theme-text-color-lighten);
}
.eCrtkyvaEw5EGq1iTkpb {
  padding: 0;
}
.AzSfD8qP8gM2kUfA2vid {
  padding: 0 0.05rem !important;
  width: auto !important;
}
.K9JimfJdAKv0fvE8GgcR {
  background-color: var(--theme-bg-color);
  border-radius: 0.1rem;
  overflow: hidden;
}
.KijbywXOWoHmMhQVYbMW {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}
.KijbywXOWoHmMhQVYbMW span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
.Qxd3eeaOHzsm5OavWHD6 {
  padding: 0.2rem 0;
  text-align: center;
}
.Qxd3eeaOHzsm5OavWHD6 .OJKnuX1SdrakdqWua5Ix {
  font-size: 0.24rem;
  height: 0.6rem;
  min-width: 3rem;
}
.Jj0VvYFH3Jv3P4ZzMrq5 {
  color: var(--theme-text-color-lighten);
  font-size: 0.24rem;
  line-height: 0.32rem;
  padding-bottom: 0.2rem;
}
.Jj0VvYFH3Jv3P4ZzMrq5 span {
  margin-left: 0.01rem;
}
.M2oU7LFq2dpRdr40epb_ .ant-modal-confirm-body .ant-modal-confirm-content {
  margin-bottom: 0;
}
.M2oU7LFq2dpRdr40epb_ .ant-modal-body {
  padding-right: 0.1rem !important;
}
.M2oU7LFq2dpRdr40epb_ .ant-form {
  padding-right: 0.2rem;
}
.M2oU7LFq2dpRdr40epb_ .my-scrollbar-content {
  max-height: 6.8rem;
}
.G60ovJtuaDb1n92ATPH7 {
  font-size: 0.2rem;
  height: 0.55rem;
  margin-top: 0.1rem;
  width: 100%;
}
.yWSWJBRH15O8UNBwi6Hc {
  padding-bottom: 0.2rem;
}
.mRWJ3dwis6LX5Cigw20q {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  color: var(--theme-text-color);
  font-size: 0.18rem;
  line-height: 1.56;
  padding: 0.2rem;
  white-space: pre-wrap;
  word-break: break-word;
}
.mRWJ3dwis6LX5Cigw20q .r62waCRxFhGGf1TU0ZsQ {
  font-weight: 700;
}
.lzu35D2wRxqVmh4J0_A3 {
  background-color: var(--theme-primary-color) !important;
  border: none;
  border-radius: 0.1rem;
  color: var(--theme-primary-font-color) !important;
  font-size: 0.16rem;
  height: 0.4rem;
  padding: 0;
  width: 1rem;
}
.lzu35D2wRxqVmh4J0_A3 span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 100%;
}
.lzu35D2wRxqVmh4J0_A3.ant-btn-loading {
  padding: 0 !important;
}
.lzu35D2wRxqVmh4J0_A3.ant-btn-loading > .anticon-loading {
  display: none;
}
.lzu35D2wRxqVmh4J0_A3.H5yJT30fplLKopY3Ucle {
  background-color: var(--theme-secondary-color-finance) !important;
}
.lzu35D2wRxqVmh4J0_A3.d4npa_nICeiD5SVDAHEz {
  background-color: var(--theme-primary-color) !important;
}
.lzu35D2wRxqVmh4J0_A3:disabled {
  background-color: var(--theme-disabled-bg-color) !important;
}
.l7fBL945zxYK6Avbm5hA {
  padding-right: 0.12rem;
  position: relative;
}
.l7fBL945zxYK6Avbm5hA:after {
  color: var(--theme-secondary-color-error);
  content: "*";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.f5Ruu8CIOUwvNyM9R1uY {
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 0.2rem;
  padding: 0.3rem 0;
}
.Db4cclGbAnf47LltiM4b .ant-modal-confirm-body > .anticon {
  display: none;
}
.Db4cclGbAnf47LltiM4b
  .ant-modal-confirm-body
  > .anticon
  + .ant-modal-confirm-title
  + .ant-modal-confirm-content {
  margin-left: 0;
}
.goDRiiBsuEuXD3W1NphN {
  opacity: 1;
}
.goDRiiBsuEuXD3W1NphN[data-status="wait"] {
  opacity: 0;
}
.DdGVWTxycItMEAYiShYm {
  overflow: hidden;
}
.DdGVWTxycItMEAYiShYm .s6ld3uKmPBmFVTaNrGho {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.DdGVWTxycItMEAYiShYm .Gyp2tu7KBps7OIiUzN0B {
  text-align: left;
}
.my-scrollbar {
  background: transparent;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.my-scrollbar > .my-scrollbar-bar {
  cursor: pointer;
}
.my-scrollbar.my-scrollbar-always > .my-scrollbar-bar,
.my-scrollbar.my-scrollbar-hover:active > .my-scrollbar-bar,
.my-scrollbar.my-scrollbar-hover:focus > .my-scrollbar-bar,
.my-scrollbar.my-scrollbar-hover:hover > .my-scrollbar-bar {
  opacity: 1;
}
.my-scrollbar.my-scrollbar-none > .my-scrollbar-bar {
  opacity: 0;
  pointer-events: none;
}
.my-scrollbar-wrap-all {
  overflow: scroll;
}
.my-scrollbar-wrap-lock {
  overflow: hidden !important;
}
.my-scrollbar-wrap-x {
  overflow-x: scroll;
  overflow-y: hidden;
}
.my-scrollbar-wrap-y {
  overflow-x: hidden;
  overflow-y: scroll;
}
.my-scrollbar-wrap {
  height: 100%;
}
.my-scrollbar-wrap:not(.my-scrollbar-wrap-use-systembar) {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
}
.my-scrollbar-wrap:not(.my-scrollbar-wrap-use-systembar)::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.masklayer {
  background-color: transparent;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -9999;
}
.masklayer.show-mask {
  display: block;
  z-index: 9999;
}
.my-scrollbar-bar {
  border-radius: 0.03rem;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 1;
}
.my-scrollbar-bar .my-scrollbar-thumb {
  background-color: var(--theme-color-line) !important;
  border-radius: inherit;
  cursor: pointer;
  height: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 0;
}
.my-scrollbar-bar.my-scrollbar-vertical {
  bottom: 0;
  right: 0.06rem;
  top: 0;
  width: 0.06rem;
}
.my-scrollbar-bar.my-scrollbar-vertical .my-scrollbar-thumb {
  background-color: var(--theme-color-line) !important;
  width: 100%;
}
.my-scrollbar-bar.my-scrollbar-horizontal {
  bottom: 0.1rem;
  height: 0.06rem;
  left: 0;
  right: 0;
}
.my-scrollbar-bar.my-scrollbar-horizontal .my-scrollbar-thumb {
  background-color: var(--theme-color-line) !important;
  height: 100%;
}
html[data-device="mobile"] .W2tjkzVcGnfs8Q_AXxJn {
  height: 0.9rem;
}
html[data-device="mobile"] .W2tjkzVcGnfs8Q_AXxJn.vQXZocCgtfHlvv3Ol5Ug {
  height: 0;
}
html[data-device="mobile"] .mDbpiqAAXCKlSHJtOpBf {
  background: var(--theme-main-bg-color);
  border-bottom: 0.01rem solid var(--theme-color-line);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 0.9rem;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 200;
}
html[data-device="mobile"]
  .mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH {
  padding: 0 0.34rem;
}
html[data-device="mobile"]
  .mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH
  > span {
  font-size: 0.3rem;
  margin-top: -0.014rem;
}
html[data-device="mobile"]
  .mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH
  > span:lang(tl_PH) {
  padding-bottom: 0.05rem;
}
html[data-device="mobile"]
  .mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .KpLSeBzUw4iMz4wsDtVg {
  font-size: 0.2rem;
}
html[data-device="mobile"] .mDbpiqAAXCKlSHJtOpBf .JJvY17nDVfe7Tlj0VSrP {
  width: 0.8rem;
}
html[data-device="mobile"] .mDbpiqAAXCKlSHJtOpBf .JJvY17nDVfe7Tlj0VSrP div {
  font-size: 0.24rem;
  height: 0.8rem;
  width: 0.8rem;
}
html[data-device="mobile"] .mDbpiqAAXCKlSHJtOpBf .zYgxcC7AP2reICGlb3CW {
  width: 0.9rem;
}
html[data-device="mobile"]
  .mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .k2R_fEA6y3OqsKE4fL5P
  button {
  -ms-flex-pack: end;
  font-size: 0.24rem;
  justify-content: flex-end;
}
html[data-device="mobile"][data-skin-layout="3"] .W2tjkzVcGnfs8Q_AXxJn,
html[data-device="mobile"][data-skin-layout="3"] .mDbpiqAAXCKlSHJtOpBf {
  height: 0.95rem;
}
.W2tjkzVcGnfs8Q_AXxJn {
  width: 100%;
}
.mDbpiqAAXCKlSHJtOpBf {
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--theme-main-bg-color);
  border-radius: 0.1rem;
  -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.06);
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  padding: 0 0.1rem 0 0.2rem;
  width: 100%;
}
.mDbpiqAAXCKlSHJtOpBf .JJvY17nDVfe7Tlj0VSrP {
  width: 2.3rem;
}
.mDbpiqAAXCKlSHJtOpBf .JJvY17nDVfe7Tlj0VSrP div {
  -ms-flex-align: center;
  align-items: center;
  color: var(--theme-text-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
}
.mDbpiqAAXCKlSHJtOpBf .JJvY17nDVfe7Tlj0VSrP div span {
  margin-left: 0.08rem;
}
.mDbpiqAAXCKlSHJtOpBf .vfM4gIQK4xFYOroxyXEN {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 2;
  flex: 2;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mDbpiqAAXCKlSHJtOpBf .vfM4gIQK4xFYOroxyXEN .FzcU4idIq33_dAa_YjKH {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.mDbpiqAAXCKlSHJtOpBf .vfM4gIQK4xFYOroxyXEN .FzcU4idIq33_dAa_YjKH > span {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-text-color-darken);
  display: -webkit-box;
  margin: 0 0.12rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH
  > span:not(:lang(zh_CN)) {
  margin-top: -0.025rem;
}
.mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH
  > span
  .KpLSeBzUw4iMz4wsDtVg {
  font-weight: 100;
}
.mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH
  > span:lang(tl_PH) {
  line-height: 1;
  margin-top: 0;
  padding-bottom: 0.01rem;
}
.mDbpiqAAXCKlSHJtOpBf
  .vfM4gIQK4xFYOroxyXEN
  .FzcU4idIq33_dAa_YjKH
  > span:lang(zh_CN) {
  word-break: break-all;
}
.mDbpiqAAXCKlSHJtOpBf .vfM4gIQK4xFYOroxyXEN .KpLSeBzUw4iMz4wsDtVg {
  color: var(--theme-text-color-lighten);
  font-size: 0.16rem;
}
.mDbpiqAAXCKlSHJtOpBf .zYgxcC7AP2reICGlb3CW {
  -ms-flex-pack: end;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 2.4rem;
}
.mDbpiqAAXCKlSHJtOpBf .zYgxcC7AP2reICGlb3CW .qPlufRsjcRtuQ5A9Q3xL button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.16rem;
  height: 0.4rem;
  justify-content: center;
  width: 1rem;
}
.mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .qPlufRsjcRtuQ5A9Q3xL
  button:not(:lang(zh_CN)) {
  padding: 0 0.05rem;
}
.mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .qPlufRsjcRtuQ5A9Q3xL
  button:not(:lang(zh_CN))
  span {
  word-wrap: break-word;
  line-height: 1.1;
  text-align: center;
  white-space: pre-line;
}
.mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .qPlufRsjcRtuQ5A9Q3xL
  button:not(:lang(zh_CN)) {
  padding: 0;
}
.mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .qPlufRsjcRtuQ5A9Q3xL
  button:lang(ko_KR) {
  font-size: 0.14rem;
}
.mDbpiqAAXCKlSHJtOpBf .zYgxcC7AP2reICGlb3CW .k2R_fEA6y3OqsKE4fL5P button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  border-radius: 0.1rem;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
  font-size: 0.16rem;
  height: 0.4rem;
  justify-content: center;
  margin-left: 0.2rem;
  width: 1rem;
}
.mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .k2R_fEA6y3OqsKE4fL5P
  button:not(:lang(zh_CN)) {
  padding: 0 0.05rem;
}
.mDbpiqAAXCKlSHJtOpBf
  .zYgxcC7AP2reICGlb3CW
  .k2R_fEA6y3OqsKE4fL5P
  button:not(:lang(zh_CN))
  span {
  word-wrap: break-word;
  line-height: 1.1;
  text-align: center;
  white-space: pre-line;
}
