.content-bg {
  position: fixed;
  background: rgba(18, 23, 29, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bg .con-models {
  width: 500px;
  height: 650px;
  background: url('/wsot2023/assets/background/model-bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 16px;
}
.content-bg .con-models .model-header {
  height: 32px;
  width: 100%;
  position: relative;
}
.content-bg .con-models .model-header h2 {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #0bccbf;
  padding: 16px 0 32px;
}
.content-bg .con-models .model-header .close-model {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.content-bg .con-models .code-con {
  width: 306px;
  height: 380px;
  margin: 40px auto;
}
.content-bg .con-models .code-con .header .p1 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.content-bg .con-models .code-con .header .p2 {
  color: #bbc9d6;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.content-bg .con-models .code-con .qr-code {
  width: 140px;
  height: 140px;
  margin: 48px auto 20px;
  position: relative;
  display: flex;
  z-index: 2;
}
.content-bg .con-models .code-con .qr-code .qr-icons {
  width: 32px;
  height: 32px;
  z-index: 22;
  position: absolute;
  top: 50%;
  border-radius: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-bg .con-models .code-con .show-num {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 48px;
}
.content-bg .con-models .code-con .show-num span {
  color: var(--re-new-brand-regular);
}
.content-bg .con-models .code-con .con-item {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.content-bg .con-models .code-con .con-item > div {
  flex: 1;
  text-align: center;
}
.content-bg .con-models .code-con .con-item > div .con-item-p1 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.content-bg .con-models .code-con .con-item > div .con-item-p2 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.content-bg .con-models .copy-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 44px;
  height: 40px;
}
.content-bg .con-models .copy-con .copy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  background: #f6f7fb;
  border-radius: 4px;
  height: 40px;
  width: 290px;
  font-size: 14px;
}
.content-bg .con-models .copy-con .copy-item .item-left {
  color: rgba(57, 78, 98, 0.6);
  margin-right: 24px;
  white-space: nowrap;
}
.content-bg .con-models .copy-con .copy-item .item-right {
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  text-align: right;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #394e62;
}
.content-bg .con-models .copy-con button {
  color: #05080a;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
  background: var(--re-new-brand-regular);
  border: 1px solid var(--re-new-brand-regular);
  border-radius: 6px;
  height: 40px;
  line-height: 25px;
}
.content-bg .con-models .copy-con button:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--re-new-brand-regular);
}
.content-bg .con-models .copy-con button:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), var(--re-new-brand-regular);
}
.content-bg .con-models .name-share {
  padding-top: 12px;
  margin: 0 auto;
}
.content-bg .con-models-h5 {
  width: 90%;
  height: 630px;
  margin-top: 10px;
}
.content-bg .con-models-h5 .name-share {
  padding-top: 0;
}
.content-bg .con-models-h5 .name-share.share-block .social-link-list div {
  width: 24px;
  height: 24px;
  margin: 20px auto !important;
}
.content-bg .con-models-h5 .copy-con {
  padding: 0px;
}
.content-bg .con-models-h5 .copy-con .copy-item {
  width: 65vw;
}
.content-bg .con-models-h5 .copy-con .copy-item .item-left,
.content-bg .con-models-h5 .copy-con .copy-item .item-right {
  font-size: 12px;
}
.content-bg .con-models-h5 .copy-con button {
  font-size: 12px;
  margin-left: 4px;
}
.content-bg-hide {
  display: none;
}

.social-link-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link-list div {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 20px !important;
}
.social-link-list div img {
  cursor: pointer;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  color: #000;
}
.social-link-list .modal-img {
  position: absolute;
  width: 172px;
  height: 172px;
  right: -156px;
  top: -172px;
  z-index: 9;
}
.social-link-list-phone {
  width: 210px;
  margin: 0 auto;
  height: 50px;
}
.social-link-list-phone div {
  clear: both;
  float: none;
}
.social-link-list-phone div:nth-child(2) {
  margin-left: 24px !important;
}
.social-link-list-phone div:first-child {
  margin-left: 24px !important;
}
/** 移动端 */
@media (max-width: 767px) {
  .social-link-list div {
    width: 24px;
    height: 24px;
    margin: 20px auto !important;
  }
  .social-link-list div img {
    width: 24px;
    height: 24px;
  }
}

.wsot-warm-up-add-calendar-wrapper .better {
  top: -66px !important;
  left: 11px !important;
}
.wsot-warm-up-add-calendar-wrapper .wsot-warm-up-calendar-modal {
  z-index: 10;
  position: absolute;
  top: -9px;
  left: 70px;
  width: 380px;
  height: 180px;
  background: #e3e5fe;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 8px;
  background: #0041a2;
  border-radius: 8px;
}
.wsot-warm-up-add-calendar-wrapper .wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  color: #ffffff;
}
.wsot-warm-up-add-calendar-wrapper .wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item .icon {
  display: flex;
  width: 12.6px;
  height: 15px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wsot-warm-up-add-calendar-wrapper .wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item .text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.wsot-warm-up-add-calendar-wrapper .wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item .text span {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #d1d4d6;
}
.wsot-warm-up-add-calendar-wrapper .wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item:hover {
  background-color: #0050c7;
}
@media (max-width: 767px) {
  .wsot-warm-up-add-calendar-wrapper .better {
    top: -100px !important;
    left: 0px !important;
  }
  .wsot-warm-up-add-calendar-wrapper .small-wsot-warm-up-calendar-modal {
    z-index: 10;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 180px;
    background: #e3e5fe;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 8px;
    border-radius: 8px;
  }
  .wsot-warm-up-add-calendar-wrapper .small-wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
  }
  .wsot-warm-up-add-calendar-wrapper .small-wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item .icon {
    display: flex;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .wsot-warm-up-add-calendar-wrapper .small-wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item .text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #17181e;
  }
  .wsot-warm-up-add-calendar-wrapper .small-wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item .text span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #d1d4d6;
  }
  .wsot-warm-up-add-calendar-wrapper .small-wsot-warm-up-calendar-modal .wsot-warm-up-calendar-item:hover {
    background-color: #0050c7;
  }
}

.wsot-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.wsot-modal .wsot-modal-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 1px;
}
.wsot-modal .wsot-modal-close {
  position: absolute;
  right: 0px;
  top: -45px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  z-index: 999999;
  background-image: url('/wsot2023/warm-up/modal/close.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.wsot-modal .wsotWire .wsot-modal-close {
  right: 32px;
}
.wsot-modal .troops-details-modal {
  min-width: 1200px;
}
.wsot-modal .troops-details-modal .wsot-modal-close {
  top: 60px;
}
.wsot-modal .personal-ranking-modal {
  min-width: 1200px;
}
.wsot-modal .personal-ranking-modal .wsot-modal-close {
  top: 60px;
}
.wsot-modal .minimum-net-equity-modal,
.wsot-modal .join-confirm-modal {
  width: 480px !important;
}
.wsot-modal .wsot-modal-body {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 100%;
  height: 100%;
  color: #c3c0c0;
}
.wsot-modal.modal-fade {
  animation: fade-in 1s 1 linear;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade-in {
  0% {
    animation-timing-function: cubic-bezier(0.2242, 0.7499, 0.3142, 0.8148);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .wsot-modal-wrap.rules-modal {
    top: 10%;
    transform: scale(0.9);
  }
  .wsot-modal-wrap.rules-modal .wsot-modal-close {
    top: -45px;
  }
}
@media (max-width: 767px) {
  .wsot-modal-wrap .wsot-modal-close {
    top: -30px !important;
    width: 24px !important;
    height: 24px !important;
  }
  .add-calendar-modal {
    transform: none !important;
    bottom: 0 !important;
  }
  .add-calendar-modal .wsot-modal-close {
    display: none;
  }
  .wsot-modal-wrap.rules-modal {
    top: 53%;
    width: 100% !important;
  }
  .wsot-modal-wrap.rules-modal .wsot-modal-close {
    right: 8px;
    top: -30px;
  }
  .wsot-modal-wrap.minimum-net-equity-modal,
  .wsot-modal-wrap.join-confirm-modal {
    width: 100% !important;
  }
  .wsot-modal-wrap.minimum-net-equity-modal .wsot-modal-close,
  .wsot-modal-wrap.join-confirm-modal .wsot-modal-close {
    right: 8px !important;
  }
  .wsot-modal-wrap.wsotWire {
    width: 100% !important;
  }
  .wsot-modal-wrap.wsotWire .wsot-modal-close {
    right: 12px !important;
  }
  .wsot-modal-wrap.personal-ranking-modal,
  .wsot-modal-wrap.troops-details-modal {
    min-width: auto;
    top: 50%;
    width: 100% !important;
  }
  .wsot-modal-wrap.personal-ranking-modal .wsot-modal-close,
  .wsot-modal-wrap.troops-details-modal .wsot-modal-close {
    top: 5px !important;
    right: 8px !important;
  }
}

.solo-race-registration-view {
  width: 314px;
  height: 115px;
  background: #031529;
  font-style: normal;
  font-weight: 700;
}
.solo-race-registration-view .btn {
  cursor: pointer;
  margin: 0 auto;
  width: 264px;
  height: 115px;
  font-size: 26px;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #000000;
}
.solo-race-registration-view .btn:hover {
  background-image: url('/wsot2023/assets/button/primary_button_hover.png');
  width: 288px;
  height: 115px;
  background-size: contain;
}
.solo-race-registration-view .text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  top: -20px;
  color: #ffffff;
}
.solo-race-registration-view .text span {
  color: #0bd9bd;
}
@media (max-width: 767px) {
  .solo-race-registration-view {
    width: 100%;
    height: 104px;
  }
  .solo-race-registration-view .btn {
    font-size: 16px;
    line-height: 20px;
    height: 44px;
    width: 168px;
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
  }
  .solo-race-registration-view .btn:hover {
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
    height: 44px;
    width: 168px;
    background-size: contain;
  }
  .solo-race-registration-view .btn:active {
    background-image: url('/wsot2023/assets/button/primary_button_hover-h5.png');
  }
  .solo-race-registration-view .text {
    top: 8px;
    line-height: 17px;
  }
}

.wsot-warm-up-count-down-wrapper {
  height: 156px;
  width: 100%;
  background-image: url('/wsot2023/assets/navigation/countdown_bg.png');
  background-size: 1920px 156px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  z-index: 1;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner {
  height: inherit;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border {
  display: flex;
  height: inherit;
  width: 1040px;
  justify-content: center;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-left-area {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-left-area .wsot-warm-up-count-down-title {
  width: 584px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #ffffff;
  margin-left: 26px;
  margin-top: 22px;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area {
  flex: 0.4;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-solo-race-wrapper {
  margin-bottom: 20px;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper {
  width: 264px;
  height: 56px;
  background-image: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 122px;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper span {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  margin-top: -6px;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper:hover {
  margin-top: -10px;
}
.wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-sub-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-left: 122px;
}
@media (max-width: 767px) {
  .wsot-warm-up-count-down-wrapper {
    height: 244px;
    border-top: 0 !important;
    margin-top: 0 !important;
    background-image: url('/wsot2023/assets/navigation/countdown_bg-h5.png');
    background-size: cover;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner {
    border-top: 0;
    width: 100%;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border {
    margin-top: 0px;
    overflow: hidden;
    display: block;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-left-area {
    padding: 0;
    margin-left: 0px !important;
    height: auto;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-left-area .wsot-warm-up-count-down-title {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area {
    height: auto;
    margin-top: 16px;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper {
    height: 44px;
    width: 168px;
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
    margin-left: 0px;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper span {
    font-size: 18px;
    margin-top: 0;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper:hover {
    margin-top: 0;
  }
  .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-inner .wsot-warm-up-count-down-border .wsot-warm-up-count-down-right-area .wsot-warm-up-count-down-btn-wrapper:active {
    background-image: url('/wsot2023/assets/button/primary_button_hover-h5.png');
  }
  html[lang='ja-JP'] .wsot-warm-up-count-down-wrapper .wsot-warm-up-count-down-btn-wrapper span {
    font-size: 14px !important;
  }
}

@media (min-width: 767px) {
  .price-pool .prize-pool-flex-bar {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot-text {
    color: #8599A6;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot-active {
    color: #0BCCBF;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot {
    width: 24px;
    height: 24px;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    color: #999999;
    display: flex;
    font-size: 14px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 4;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-sure {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
    min-width: 48px;
    position: absolute;
    text-align: center;
    top: -42px;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom {
    min-width: 48px;
    position: absolute;
    text-align: center;
    top: 50px;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-top,
  .price-pool .prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-bottom {
    left: 0;
    text-align: left;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail__last {
    right: 0;
    text-align: left;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot:last-child {
    right: 0 !important;
  }
  .price-pool .prize-pool-flex-bar .finished {
    background: transparent;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container {
    background: #2D0909;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - 0px);
    height: 24px;
    z-index: 1;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container .progress-line-inner {
    background: #0BCCBF;
    height: 24px;
    max-width: 100%;
    position: relative;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container .progress-line-inner .current-arrow-down {
    width: 18px;
    height: 14px;
    position: absolute;
    top: -22px;
    right: -9px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/arrow-down.png');
    background-size: contain;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container .progress-line-inner .current-arrow-up {
    width: 18px;
    height: 14px;
    position: absolute;
    top: 32px;
    right: -9px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/arrow-up.png');
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .price-pool .prize-pool-flex-bar {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot-text {
    color: #8599A6;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot-active {
    color: #0BCCBF;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot {
    width: 24px;
    height: 24px;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    color: #999999;
    display: flex;
    font-size: 12px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 4;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-sure {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: transparent;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
    min-width: 48px;
    position: absolute;
    text-align: center;
    top: -32px;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom {
    min-width: 48px;
    position: absolute;
    text-align: center;
    top: 40px;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-top,
  .price-pool .prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-bottom {
    left: 0;
    text-align: left;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail__last {
    right: 0;
    text-align: left;
  }
  .price-pool .prize-pool-flex-bar .progress-line-spot:last-child {
    right: 0 !important;
  }
  .price-pool .prize-pool-flex-bar .finished {
    background: transparent;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container {
    background: #2D0909;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 24px;
    z-index: 1;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container .progress-line-inner {
    background: #0BCCBF;
    height: 24px;
    width: 100%;
    position: relative;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container .progress-line-inner .current-arrow-down {
    width: 14px;
    height: 10px;
    position: absolute;
    top: -14px;
    right: -7px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/h5/arrow-down.png');
    background-size: contain;
  }
  .price-pool .prize-pool-flex-bar .progress-line-container .progress-line-inner .current-arrow-up {
    width: 14px;
    height: 10px;
    position: absolute;
    top: 26px;
    right: -7px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/h5/arrow-up.png');
    background-size: contain;
  }
}

.luckydraw-overlay .ant-modal-content {
  height: 307px;
  background-color: transparent;
  background-image: url('/wsot2023/assets/lucky-draw/result-bg.png');
  background-size: 100% 307px;
  background-repeat: no-repeat;
}
.luckydraw-overlay .ant-modal-content .ant-modal-header {
  padding: 32px 20px 0;
  text-align: center;
  margin-right: 0;
  white-space: pre-line;
  background-color: transparent;
  border: none;
}
.luckydraw-overlay .ant-modal-content .ant-modal-header .ant-modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  white-space: pre-line;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__result {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__result .icon {
  width: 48px;
  width: fit-content;
  height: 48px;
  margin-right: 20px;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__result .info {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__result .info p {
  margin-bottom: 0;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__btn {
  margin-top: 36px;
  text-align: center;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__btn .rewards__btn__confirm {
  padding: 8px 48px;
  background-color: #1feadc;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}
.luckydraw-overlay .ant-modal-content .ant-modal-body .rewards__btn .rewards__btn__confirm:hover {
  background-color: #62fff4;
}
html[lang='zh-TW'] .luckydraw-dialog :deep(.luckydraw-overlay) .el-dialog {
  height: 260px;
  background-size: cover;
}

.record-table .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 335px;
  height: 23px;
  background: rgba(31, 234, 220, 0.12);
}
.record-table .header .header-title {
  width: 160px;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--re-new-brand-regular);
}
.record-table .header .header-title:last-child {
  margin-left: 16px;
}
.record-table .body {
  height: 440px;
  margin-top: 16px;
  padding: 0 8px 16px;
  overflow: auto;
}
.record-table .body .single-record {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}
.record-table .body .single-record .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  width: 160px;
  margin-right: 16px;
  color: var(--re-new-brand-regular);
}
.record-table .body .single-record .detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  width: 139px;
  color: #00ffea;
}
.record-table .body .single-record:last-child {
  margin-bottom: 0;
}
.record-table .body .load-more {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: var(--re-new-brand-regular);
}
.record-table .body .load-more:hover {
  color: #00ffea;
}
.record-table .body .load-more.load-more--loading {
  cursor: not-allowed;
  color: #00756c;
}
.record-table .body .load-more.load-more--loading:hover {
  color: #00756c;
}
.record-table .body::-webkit-scrollbar {
  width: 0px;
}
.record-table .body .no-data {
  margin-top: 60px;
  text-align: center;
}
.record-table .body .no-data .no-data-wrap__text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #6d8092;
}
.record-table--h5 .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 23px;
  background: rgba(31, 234, 220, 0.12);
}
.record-table--h5 .header .header-title {
  width: 144px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 15px;
}
.record-table--h5 .header .header-title:last-child {
  margin-left: 16px;
}
.record-table--h5 .body {
  height: 324px;
  margin-top: 16px;
  padding: 0 8px 16px;
  overflow: auto;
}
.record-table--h5 .body .single-record {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}
.record-table--h5 .body .single-record .time {
  font-size: 12px;
  line-height: 15px;
  width: 144px;
  margin-right: 16px;
}
.record-table--h5 .body .single-record .detail {
  font-size: 12px;
  line-height: 15px;
  width: 123px;
}
.record-table--h5 .body .single-record:last-child {
  margin-bottom: 0;
}
.record-table--h5 .body::-webkit-scrollbar {
  width: 0px;
}

.rewards-record-container {
  width: 387px;
  height: 589px;
  background: #000000;
  border-radius: 22px;
}
.rewards-record-container .record-box {
  width: 383px;
  height: 589px;
  padding: 24px;
  border: 2px solid #027a72;
  border-radius: 2px;
}
.rewards-record-container .record-box .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--re-new-brand-regular);
  margin-bottom: 16px;
}
.rewards-record-container--h5 {
  width: 327px;
  height: 589px;
  background: #000000;
  border-radius: 0;
  margin: 10px auto 0;
  overflow: hidden;
}
.rewards-record-container--h5 .record-box {
  width: 327px;
  height: 589px;
  border-radius: 4px;
  border: 2px solid var(--re-new-brand-regular);
  margin: 0px;
  padding: 16px;
}
.rewards-record-container--h5 .record-box .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-new-brand-regular);
  margin-bottom: 20px;
}

.series-lucky-grid__content {
  width: 100%;
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
  background-image: url('/wsot2023/assets/lucky-draw/lucky-draw_bg.png');
  background-size: 1990px 332px;
  background-position: center;
  background-repeat: no-repeat;
}
.series-lucky-grid__content .lucky-container {
  display: flex;
  width: 1200px;
  justify-content: space-between;
}
.series-lucky-grid__content .lucky-wrapper {
  position: relative;
}
.series-lucky-grid__content .lucky-wrapper.pc {
  margin-right: 40px;
}
.series-lucky-grid__content .fortune-wheel__btn {
  position: absolute;
  top: 220px;
  left: 195px;
  width: 381px;
  height: 136px;
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn {
  width: 100%;
  height: 136px !important;
  font-weight: 600;
  font-size: 24px;
  padding: 18px 52px;
  border: none;
  background-color: transparent;
  background-image: url('/wsot2023/assets/lucky-draw/draw-btn.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #05080a;
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn .label {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn .chance {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-top: 8px;
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn .chance .tip-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn .hide {
  display: none;
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn:hover {
  background-image: url('/wsot2023/assets/lucky-draw/draw-btn--hover.png');
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn.is-disabled {
  background-color: transparent !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/wsot2023/assets/lucky-draw/draw-btn--disable.png');
}
.series-lucky-grid__content .fortune-wheel__btn .start-btn.is-loading::before {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.series-lucky-grid__winning_record {
  width: 384px;
  height: 480px;
  background: #370015;
  border: 4px solid #5d3b34;
  border-radius: 8px;
  padding: 24px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
.series-lucky-grid__winning_record .winning_record_content {
  overflow-y: hidden;
}
.series-lucky-grid__winning_record .winning_record_content .record_title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.series-lucky-grid__winning_record .winning_record_content ul {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 24px;
}
.series-lucky-grid__winning_record .winning_record_content li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.series-lucky-grid__winning_record .winning_record_content li span:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.series-lucky-grid__winning_record .winning_record_content li span:last-child {
  width: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #f6c473;
  text-align: right;
}
.series-lucky-grid__winning_record .winning_record_title {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #f6c473;
  text-align: center;
  margin: 0 auto 10px;
}
.series-lucky-grid__winning_record .winning_record_icon {
  height: 18px;
  margin-bottom: 6px;
  background-image: url('/wsot2023/assets/lucky-draw/record-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.series-lucky-grid__winning_record .winning_record_empty {
  height: 100%;
}
.series-lucky-grid__winning_record .winning_record_empty .empty_title {
  margin-top: 174px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #8c9399;
}
@media (max-width: 767px) {
  .series-lucky-grid__content {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .series-lucky-grid__content .lucky-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .series-lucky-grid__content .fortune-wheel__btn {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
    width: 327px;
    height: 108px !important;
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn {
    width: 327px;
    height: 108px !important;
    font-weight: 600;
    font-size: 20px;
    padding: 26px 0 0;
    background-color: transparent;
    background-image: url('/wsot2023/assets/lucky-draw/h5/draw-btn.png');
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    color: var(--re-new-grey-major);
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn .chance {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn .chance .tip-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn .hide {
    display: none;
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn:hover {
    background-image: url('/wsot2023/assets/lucky-draw/h5/draw-btn--hover.png');
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn:active {
    background-image: url('/wsot2023/assets/lucky-draw/h5/draw-btn.png');
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn.is-disabled {
    background-color: transparent !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/wsot2023/assets/lucky-draw/h5/draw-btn--disable.png');
  }
  .series-lucky-grid__content .fortune-wheel__btn .start-btn.is-loading::before {
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
  }
}

@media (min-width: 767px) {
  .lucky-draw {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lucky-draw .lucky-draw-top__btn {
    width: 264px;
    height: 56px;
    line-height: 56px;
    text-align: center;
  }
  .lucky-draw .signup-btn {
    width: 264px;
    height: 56px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/button.png');
    background-size: 264px 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    color: #05080a;
    font-size: 20px;
    font-weight: 700;
  }
  .lucky-draw .signup-btn:hover {
    width: 264px;
    height: 56px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/button-hover.png');
    background-size: 264px 56px;
  }
  .lucky-draw .signup-btn__joined {
    width: 264px;
    height: 56px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/button-registered.png');
    background-size: 264px 56px;
    line-height: 56px;
    text-align: center;
    cursor: not-allowed;
    color: var(--re-new-brand-regular);
  }
  .lucky-draw .signup-btn__disabled {
    width: 264px;
    height: 56px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/button-disabled.png');
    background-size: 264px 56px;
    line-height: 56px;
    text-align: center;
    cursor: not-allowed;
  }
  .lucky-draw .lucky-draw-top-wrap {
    width: 100%;
    height: 462px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/background.jpg');
    background-size: 1920px 462px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lucky-draw .lucky-draw-top {
    height: 462px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .lucky-draw .lucky-draw-top .lucky-draw-top__title {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    padding-top: 86px;
    margin-bottom: 12px;
  }
  .lucky-draw .lucky-draw-top .lucky-draw-top__title div {
    color: var(--re-new-brand-regular);
  }
  .lucky-draw .lucky-draw-top .event-time {
    width: 738px;
    height: 50px;
    color: #ff083a;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
  .lucky-draw .lucky-draw-top .count-down-title {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  .lucky-draw .price-pool {
    width: 1200px;
    height: 204px;
    background: #160606;
    padding: 25px 0;
    margin-bottom: 110px;
  }
  .lucky-draw .price-pool .price-pool__title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  .lucky-draw .chances {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lucky-draw .chances .brand {
    color: var(--re-new-brand-regular);
  }
  .lucky-draw .chances .chances__title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    width: 1200px;
  }
  .lucky-draw .chances .chances__sub-title {
    color: #8599a6;
    font-size: 16px;
    font-weight: 500;
    width: 1200px;
  }
  .lucky-draw .chances .chances__item-wrap {
    width: 1200px;
    height: 180px;
    background: #000;
    margin-bottom: 40px;
  }
  .lucky-draw .chances .chances__item {
    position: relative;
    width: 1200px;
    height: 125px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/yellow-line.png');
    background-size: contain;
  }
  .lucky-draw .chances .chances__item .chances__item__title {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 48px;
    padding-left: 24px;
  }
  .lucky-draw .chances .chances__item .chances__item__content {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 24px;
  }
  .lucky-draw .chances .chances__item .chances__item__btn--done {
    width: 180px;
    height: 48px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/completed.png');
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 56px;
    color: var(--re-new-brand-regular);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    cursor: pointer;
  }
  .lucky-draw .chances .chances__item .chances__item__btn {
    width: 180px;
    height: 48px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/chance-btn.png');
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 56px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    cursor: pointer;
  }
  .lucky-draw .chances .chances__item .chances__item__btn:hover {
    background: center no-repeat url('/wsot2023/assets/lucky-draw/chance-btn-hover.png');
    background-size: contain;
  }
  .lucky-draw .chances .chances__item .chances__item__btn-disable {
    width: 180px;
    height: 48px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/chance-btn-disable.png');
    background-size: contain;
    position: absolute;
    top: 40px;
    right: 56px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 48px;
    cursor: not-allowed;
  }
  .lucky-draw .chances .chances__process {
    width: 461px;
    height: 12px;
    background: rgba(20, 255, 255, 0.15);
    position: relative;
    margin-left: 24px;
  }
  .lucky-draw .chances .chances__process span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  .lucky-draw .chances .chances__process .chances__process__line {
    height: 12px;
    position: absolute;
    background: linear-gradient(90deg, #ffec4b 0%, #14ffff 100%);
  }
  .lucky-draw .chances .chances__process .chances__process__now {
    width: 16px;
    position: absolute;
    top: 14px;
    text-align: center;
  }
  .lucky-draw .chances .chances__process .chances__process__now span {
    position: absolute;
    left: -50%;
  }
  .lucky-draw .chances .chances__process .chances__process__start {
    position: absolute;
    top: 14px;
    left: 0;
  }
  .lucky-draw .chances .chances__process .chances__process__end {
    position: absolute;
    top: 14px;
    right: 0;
  }
  .lucky-draw .rules {
    display: flex;
    width: 1200px;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    background: #160606;
  }
  .lucky-draw .rules .rules__title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .lucky-draw .rules .rules__content {
    color: #52756f;
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .lucky-draw {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #160606;
  }
  .lucky-draw .lucky-draw-top__btn {
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: center no-repeat url('/wsot2023/assets/button/primary_button-h5.png');
    background-size: contain;
  }
  .lucky-draw .signup-btn {
    width: 168px;
    height: 40px;
    line-height: 40px;
    background: center no-repeat url('/wsot2023/assets/button/primary_button-h5.png');
    background-size: contain;
    text-align: center;
    cursor: pointer;
    color: #05080a;
    font-size: 16px;
    font-weight: 700;
  }
  .lucky-draw .signup-btn:hover,
  .lucky-draw .signup-btn:active {
    background: center no-repeat url('/wsot2023/assets/button/primary_button_hover-h5.png');
    background-size: contain;
  }
  .lucky-draw .signup-btn__joined {
    width: 168px;
    height: 40px;
    line-height: 40px;
    background: center no-repeat url('/wsot2023/assets/button/primary_button_done-h5.png');
    background-size: cover;
    color: var(--re-new-brand-regular);
    text-align: center;
    cursor: not-allowed;
  }
  .lucky-draw .signup-btn__disabled {
    width: 168px;
    height: 40px;
    line-height: 40px;
    background: center no-repeat url('/wsot2023/assets/button/primary_button_disabled-h5.png');
    background-size: cover;
    text-align: center;
    cursor: not-allowed;
    color: var(--re-new-brand-regular);
  }
  .lucky-draw .lucky-draw-top-wrap {
    width: 100%;
  }
  .lucky-draw .lucky-draw-top {
    width: 100%;
    padding: 0 24px 32px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/h5/background.jpg');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .lucky-draw .lucky-draw-top .lucky-draw-top__title {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-top: 270px;
    font-style: italic;
    padding-bottom: 10px;
  }
  .lucky-draw .lucky-draw-top .lucky-draw-top__title div {
    color: var(--re-new-brand-regular);
  }
  .lucky-draw .lucky-draw-top .event-time {
    height: 20px;
    color: #ff083a;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }
  .lucky-draw .lucky-draw-top .count-down-title {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
  }
  .lucky-draw .lucky-draw-top .count-down {
    margin-bottom: 48px;
  }
  .lucky-draw .price-pool {
    width: 100%;
    padding: 0 24px;
    height: 110px;
    background: #160606;
    margin-bottom: 40px;
  }
  .lucky-draw .price-pool .price-pool__title {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }
  .lucky-draw .chances {
    background: center no-repeat url('/wsot2023/assets/lucky-draw/change-bg-h5.png');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 64px 24px 0;
  }
  .lucky-draw .chances .brand {
    color: var(--re-new-brand-regular);
  }
  .lucky-draw .chances .chances__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 8px;
  }
  .lucky-draw .chances .chances__sub-title {
    color: var(--re-new-grey-minor);
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 40px;
  }
  .lucky-draw .chances .chances__item-wrap {
    width: 100%;
    height: 144px;
    background: #000;
    margin-bottom: 34px;
  }
  .lucky-draw .chances .chances__item {
    width: 100%;
    height: 125px;
    background: center no-repeat url('/wsot2023/assets/lucky-draw/h5/yellow-line.png');
    background-size: 100% 125px;
  }
  .lucky-draw .chances .chances__item .chances__item__title {
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 35px;
    padding-left: 12px;
  }
  .lucky-draw .chances .chances__item .chances__item__content {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 16px 0 0 12px;
  }
  .lucky-draw .chances .chances__item .chances__item__btn--done {
    width: calc(100% - 24px);
    height: 32px;
    border: 1px solid var(--re-new-brand-regular);
    color: var(--re-new-brand-regular);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
    margin: 20px auto 0;
  }
  .lucky-draw .chances .chances__item .chances__item__btn {
    width: calc(100% - 24px);
    height: 32px;
    background: var(--re-new-brand-regular);
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
    margin: 20px auto 0;
  }
  .lucky-draw .chances .chances__item .chances__item__btn:hover {
    background: #00dbd0;
  }
  .lucky-draw .chances .chances__item .chances__item__btn-disable {
    width: calc(100% - 24px);
    height: 32px;
    background: rgba(85, 85, 85, 0.75);
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    cursor: not-allowed;
    margin-top: 20px;
  }
  .lucky-draw .chances .chances__process {
    width: calc(100% - 24px);
    height: 4px;
    background: rgba(20, 255, 255, 0.15);
    position: relative;
    margin: 24px auto 0;
  }
  .lucky-draw .chances .chances__process span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }
  .lucky-draw .chances .chances__process .chances__process__line {
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, #ffec4b 0%, #14ffff 100%);
  }
  .lucky-draw .chances .chances__process .chances__process__now {
    width: 12px;
    position: absolute;
    top: 5px;
    text-align: center;
  }
  .lucky-draw .chances .chances__process .chances__process__now span {
    position: absolute;
    left: -50%;
  }
  .lucky-draw .chances .chances__process .chances__process__start {
    position: absolute;
    top: 5px;
    left: 0;
  }
  .lucky-draw .chances .chances__process .chances__process__end {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .lucky-draw .rules {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 24px;
    background: #000e0d;
  }
  .lucky-draw .rules .rules__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }
  .lucky-draw .rules .rules__content {
    color: #52756f;
    font-size: 12px;
    font-weight: 500;
    padding-top: 20px;
  }
}

.wsot-warm-up-banner {
  width: 100%;
  height: 800px;
  background-image: url('/wsot2023/assets/background/banner_bg_new.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 800px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.wsot-warm-up-banner.JAP {
  background-image: url('/wsot2023/assets/background/banner_jpp.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 800px;
}
.wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 422px;
  font-style: normal;
  font-weight: 700;
  color: var(--re-new-brand-regular);
}
.wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  font-weight: 800;
  line-height: 97px;
  letter-spacing: 0em;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--re-new-grey-white);
}
.wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title1 span {
  color: var(--re-new-brand-regular);
}
.wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title2 {
  width: 100%;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--re-new-grey-white);
  margin-top: 14px;
}
.wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title2 span {
  color: var(--re-new-brand-regular);
}
.wsot-warm-up-banner .wsot-warm-up-banner-countdown-view {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.wsot-warm-up-banner.wsot-warm-up-banner--end {
  background-image: url('/wsot2023/assets/background/banner_end.jpg');
}
@media (max-width: 767px) {
  .wsot-warm-up-banner {
    width: 100%;
    height: 600px;
    background-image: url('/wsot2023/assets/background/banner_bg_h5.png');
    background-size: cover;
  }
  .wsot-warm-up-banner.JAP {
    width: 100%;
    height: 600px;
    background-image: url('/wsot2023/assets/background/banner_jp-h5.jpg');
    background-size: cover;
  }
  .wsot-warm-up-banner .wsot-warm-up-badge {
    width: 246px;
    height: 223px;
    background-image: url('/wsot2023/assets/background/banner_badge_h5.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
  }
  .wsot-warm-up-banner .wsot-warm-up-badge.ja-JP {
    display: none;
  }
  .wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper {
    position: relative;
    top: 180px;
  }
  .wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title1 {
    background-size: contain;
    height: 51px;
    line-height: 51px;
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    color: var(--re-new-brand-regular);
    text-shadow: none;
  }
  .wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title1 span {
    color: var(--re-new-brand-regular);
  }
  .wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title2 {
    font-size: 32px;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    background-size: contain;
    color: var(--re-new-brand-regular);
    margin-top: 0;
    text-shadow: none;
  }
  .wsot-warm-up-banner .wsot-warm-up-banner-title-wrapper .wsot-warm-up-banner-title2 span {
    color: var(--re-new-brand-regular);
  }
  .wsot-warm-up-banner.wsot-warm-up-banner--end {
    height: 568px;
    background-image: url('/wsot2023/assets/background/banner_end_h5.jpg');
  }
}

.wsot-invite-wrapper {
  height: 676px;
  width: 100%;
  background: url('/wsot2023/assets/background/invite_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 676px;
  padding-top: 92px;
  color: #ffffff;
  margin: 0 auto;
}
.wsot-invite-wrapper .card_view {
  background: url('/wsot2023/assets/invite/invite_card.png');
  background-position: center;
  background-size: 1236px 540px;
  width: 1236px;
  height: 540px;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.wsot-invite-wrapper .card_view .act-date {
  position: absolute;
  right: 64px;
  bottom: 56px;
  text-align: right;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
}
.wsot-invite-wrapper .card_view .title {
  position: absolute;
  left: 100px;
  top: 135px;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(180deg, #ff6262 0%, #ffcfcf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wsot-invite-wrapper .card_view .desc {
  position: absolute;
  width: 640px;
  height: 78px;
  left: 100px;
  top: 200px;
  word-wrap: break-word;
  /* Body/Large */
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.wsot-invite-wrapper .card_view .desc span {
  color: #14ffff;
}
.wsot-invite-wrapper .card_view .invite_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 264px;
  height: 56px;
  left: 100px;
  bottom: 70px;
  background: url('/wsot2023/assets/button/primary_button.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-invite-wrapper .card_view .invite_btn .btn_text {
  height: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  /* identical to box height */
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.wsot-invite-wrapper .card_view .invite_btn:hover {
  cursor: pointer;
}
.wsot-invite-wrapper-h5 {
  width: 100%;
  margin: 0 auto;
  height: 820px;
  overflow: hidden;
  background: url('/wsot2023/assets/background/invite_bg_h5.jpg');
  padding: 32px 20px 68px;
  background-position: top;
  background-size: cover;
}
.wsot-invite-wrapper-h5 .card_view {
  width: 100%;
  height: 710px;
  background: unset;
  padding: unset;
  position: relative;
}
.wsot-invite-wrapper-h5 .card_view .title {
  padding-top: 71px;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #ff6262 0%, #ffcfcf 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.wsot-invite-wrapper-h5 .card_view .logo {
  width: 319px;
  height: 269px;
  background: url('/wsot2023/assets/invite/invite_logo-h5.png') no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.wsot-invite-wrapper-h5 .card_view .desc {
  width: 281px;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.15px;
}
.wsot-invite-wrapper-h5 .card_view .desc span {
  color: var(--re-new-brand-regular);
}
.wsot-invite-wrapper-h5 .card_view .desc span:last-child {
  display: inline-block;
  margin-top: 16px;
}
.wsot-invite-wrapper-h5 .card_view .invite_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.wsot-invite-wrapper-h5 .card_view .invite_btn .btn_text {
  background: url('/wsot2023/assets/button/primary_button-h5.png') no-repeat;
  background-size: 100% 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  width: 168px;
  height: 40px;
  line-height: 28px;
  /* identical to box height */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--re-new-grey-black);
}
.wsot-invite-wrapper-h5 .card_view .invite_btn:hover {
  cursor: pointer;
}
.wsot-invite-wrapper-h5 .card_view .act-date {
  position: relative;
  bottom: 0;
  text-align: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  transform: scale(0.83);
}

.wsot-rule-price-wrapper {
  position: relative;
}
.wsot-rule-price-wrapper .wsot-rule-title {
  width: 100%;
  position: absolute;
  top: 113px;
  left: 50%;
  transform: translate(-50%);
}
.wsot-rule-price-wrapper .wsot-price-title {
  position: absolute;
  bottom: 548px;
  left: 50%;
  transform: translate(-50%);
}
.wsot-rule-price-wrapper .wsot-price-bg {
  background-image: url('/wsot2023/assets/background/price_bg_2.jpg');
  background-size: 1920px 1756px;
  height: 1756px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-rule-price-wrapper .wsot-rule-view {
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%);
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-bg {
  background: url('/wsot2023/assets/price/rule_card.png');
  height: 733px;
  width: 1332px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container {
  position: absolute;
  top: -66px;
  left: 64px;
  display: flex;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab {
  background: url('/wsot2023/assets/price/tab.png');
  height: 64px;
  width: 292px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab.light {
  background: url('/wsot2023/assets/price/tab_light.png');
  background-size: 100% 100%;
  color: #ffffff;
  -webkit-text-stroke: 1px #00000040;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab:hover {
  cursor: pointer;
  background: url('/wsot2023/assets/price/tab_hover.png');
  background-size: 100% 100%;
  color: #ffffff;
  -webkit-text-stroke: 1px #00000040;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab2 {
  padding-top: 4px;
  height: 64px;
  width: 292px;
  background: url('/wsot2023/assets/price/tab.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #2088df;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab2.light {
  background: url('/wsot2023/assets/price/tab_light.png');
  background-size: 100% 100%;
  color: #ffffff;
  -webkit-text-stroke: 1px #00000040;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab2:hover {
  color: #ffffff;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-content-view {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%);
  width: 1200px;
  height: 513px;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-decorate1 {
  position: absolute;
  background: url('/wsot2023/assets/price/decorate1.png');
  height: 185px;
  width: 228px;
  top: 378px;
  left: -139px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-decorate2 {
  position: absolute;
  background: url('/wsot2023/assets/price/decorate2.png');
  height: 200px;
  width: 218px;
  top: 523px;
  right: -144px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-rule-price-wrapper .wsot-price-view {
  width: 1200px;
  height: 331px;
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wsot-rule-price-wrapper .wsot-price-bg {
    width: 100%;
    height: 2075px;
    background-image: none;
    background: linear-gradient(180deg, #000 0%, rgba(27, 0, 0, 0) 100%);
    backdrop-filter: blur(12.5px);
  }
  .wsot-rule-price-wrapper .wsot-price-title {
    bottom: 0;
    top: 1140px;
    width: 100%;
  }
  .wsot-rule-price-wrapper .wsot-rule-title {
    top: 32px;
    width: 100%;
  }
  .wsot-rule-price-wrapper .wsot-rule-view {
    width: 360px;
    height: 950px;
    top: 136px;
    overflow: hidden;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-bg {
    background-image: url('/wsot2023/assets/price/rule_card-h5.png');
    width: 360px;
    height: 950px;
    background-size: contain;
    margin: auto;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container {
    top: 0;
    left: 0;
    justify-content: space-between;
    padding: 6px 12px;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container .wsot-rule-tab {
    position: relative;
    background: unset;
    -webkit-text-stroke: unset;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: fit-content;
    height: auto;
    padding-right: 10px;
    white-space: nowrap;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container .wsot-rule-tab::before {
    position: absolute;
    content: '/';
    display: block;
    right: -3px;
    padding: 0 2px;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container .wsot-rule-tab.light {
    background: unset;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container .wsot-rule-tab.light::after {
    content: '';
    display: block;
    width: 29px;
    height: 3px;
    position: absolute;
    top: 15px;
    background: url('/wsot2023/assets/price/tab_light-h5.svg');
    background-size: 100% 100%;
    color: #ffffff;
    -webkit-text-stroke: 1px #00000040;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tabs-container .wsot-rule-tab:last-child::before {
    display: none;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-decorate1,
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-decorate2 {
    display: none;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab1 {
    width: 156px;
    height: 74px;
    top: -41px;
    left: -17px;
    font-size: 13px;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-tab2 {
    width: 156px;
    height: 74px;
    top: -41px;
    left: 100px;
    font-size: 13px;
  }
  .wsot-rule-price-wrapper .wsot-rule-view .wsot-rule-content-view {
    width: 100%;
    top: 38px;
    height: 100%;
  }
  .wsot-price-view {
    flex-direction: column;
    width: 100% !important;
    bottom: 0 !important;
    top: 1210px;
    align-items: center !important;
  }
  html[lang='ja-JP'] .wsot-rule-price-wrapper .wsot-price-bg {
    height: 2214px;
  }
}

.wsot-rule-view-wrapper .wsot-rule-view-showmore-tip {
  width: 105px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background-color: #39fff2;
  color: #000;
  transform: skewX(45deg);
  margin-left: auto;
  margin-right: 25px;
}
.wsot-rule-view-wrapper .wsot-rule-view-showmore-tip span {
  transform: skewX(-45deg);
}
.wsot-rule-view-wrapper .wsot-rule-view-showmore-tip:hover {
  cursor: pointer;
}
.wsot-rule-view-wrapper .wsot-rule-info-view {
  margin: 48px 106px 0 106px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wsot-rule-view-wrapper .wsot-rule-info-view .win-rate {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0px;
  color: #0bccbf;
  flex-basis: 100%;
  margin-top: 20px;
}
.wsot-rule-view-wrapper .wsot-rule-info-view .join-btn {
  width: 261px;
  height: 54px;
  background: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05080a;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}
.wsot-rule-view-wrapper .tip_text {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #0bd9bd;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
  background: none;
}
.wsot-rule-view-wrapper .tip_text.lucky-draw {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wsot-rule-view-wrapper .wsot-rule-view-showmore-tip {
    width: fit-content;
    height: auto;
    text-align: right !important;
    margin-right: 10px !important;
    font-size: 12px !important;
    transform: unset;
    padding: 2px 8px 3px 9px;
    line-height: 12px;
  }
  .wsot-rule-view-wrapper .wsot-rule-view-showmore-tip span {
    transform: unset;
  }
  .wsot-rule-view-wrapper .wsot-rule-view-info-view {
    flex-direction: column;
  }
  .wsot-rule-view-wrapper .wsot-rule-info-view {
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 !important;
  }
  .wsot-rule-view-wrapper .wsot-rule-info-view .wsot-rule-info-block-img {
    width: 97px;
    height: 97px;
  }
  .wsot-rule-view-wrapper .wsot-rule-info-view .win-rate {
    font-size: 24px;
    line-height: 28px;
    width: 300px;
  }
}

.wsot-rule-info-block {
  width: 280px;
  height: 435px;
  display: flex;
  flex-direction: column;
}
.wsot-rule-info-block.lucky-draw {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wsot-rule-info-block.lucky-draw:nth-last-child(1) {
  flex-basis: 100%;
}
.wsot-rule-info-block .wsot-rule-info-block-img {
  width: 180px;
  height: 180px;
}
.wsot-rule-info-block .wsot-rule-info-block-title {
  display: inline;
  text-align: left;
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.1px;
  width: 282px;
  justify-content: center;
  color: #ffffff;
}
.wsot-rule-info-block .wsot-rule-info-block-title span {
  color: #0bd9bd;
}
.wsot-rule-info-block .wsot-rule-info-block-title.ja-JP,
.wsot-rule-info-block .wsot-rule-info-block-title.vi-VN,
.wsot-rule-info-block .wsot-rule-info-block-title.de-DE,
.wsot-rule-info-block .wsot-rule-info-block-title.ru-RU {
  font-size: 16px;
}
.wsot-rule-info-block .wsot-rule-info-block-desc {
  width: 276px;
  margin-top: 20px;
  text-align: left;
  word-wrap: break-word;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #d1d4d6;
}
.wsot-rule-info-block .wsot-rule-info-block-desc.ja-JP,
.wsot-rule-info-block .wsot-rule-info-block-desc.vi-VN,
.wsot-rule-info-block .wsot-rule-info-block-desc.de-DE,
.wsot-rule-info-block .wsot-rule-info-block-desc.ru-RU {
  font-size: 14px;
}
@media (max-width: 767px) {
  .wsot-rule-info-block {
    width: 300px;
    height: 100%;
    padding-bottom: 32px;
    align-items: center;
  }
  .wsot-rule-info-block .wsot-rule-info-block-img {
    width: 97px;
    height: 97px;
  }
  .wsot-rule-info-block .wsot-rule-info-block-title {
    margin-top: 18px;
    font-size: 18px;
    text-align: center;
    white-space: pre-line;
    line-height: 22px;
  }
  .wsot-rule-info-block .wsot-rule-info-block-desc {
    margin-top: 8px;
    height: 98px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
  }
  .wsot-rule-info-block.lucky-draw {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wsot-rule-info-block.lucky-draw .wsot-rule-info-block-desc {
    display: none;
  }
  html[lang='ja-JP'] .wsot-rule-info-block {
    padding-bottom: 24px;
  }
  html[lang='ja-JP'] .wsot-rule-info-block .wsot-rule-info-block-title {
    margin-top: 12px;
  }
}

.wost-rule-modal-wrap {
  background: url('/wsot2023/assets/price/rule_modal_bg.png');
  width: 784px;
  height: 560px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wost-rule-modal-wrap .wost-rule-modal-close {
  position: absolute;
  right: 30px;
  top: 28px;
  background: url('/wsot2023/assets/price/modal_close.svg');
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  text-align: right;
}
.wost-rule-modal-wrap .wost-rule-modal-close:hover {
  cursor: pointer;
}
.wost-rule-modal-wrap .wost-rule-modal-title {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #0bd9bd;
}
.wost-rule-modal-wrap .wost-rule-modal-content {
  padding-right: 12px;
  width: 680px;
  color: #d1d4d6;
  height: 81%;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  word-wrap: break-word;
  overflow: auto;
  margin: 0 auto;
  margin-top: 40px;
}
.wost-rule-modal-wrap .wost-rule-modal-content div {
  font-weight: bold;
  color: #ffffff;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table .body-row {
  background-color: #313d48;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table th {
  background-color: #00bea7;
  font-weight: bold;
  padding: 13px 0 12px 0;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table td {
  padding: 11px 0 10px 0;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table td,
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table th {
  min-height: 48px;
  text-align: center;
  min-width: 80px;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table tr:nth-child(odd) {
  background: #1a2834;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table tr:nth-child(even) {
  background: #22303c;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper::-webkit-scrollbar {
  height: 2px;
}
.wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper::-webkit-scrollbar-thumb {
  background: #00eed1;
  border-radius: 10px;
}
.wost-rule-modal-wrap .wost-rule-modal-content::-webkit-scrollbar {
  width: 8px;
}
.wost-rule-modal-wrap .wost-rule-modal-content::-webkit-scrollbar-track {
  background: #091225;
}
.wost-rule-modal-wrap .wost-rule-modal-content::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #00eed1;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .ant-modal {
    width: 90% !important;
  }
  .ant-modal .ant-modal-content {
    background-color: unset !important;
  }
  .wost-rule-modal-wrap {
    width: 100%;
    height: 373px;
    padding-top: 23px;
  }
  .wost-rule-modal-wrap .wost-rule-modal-close {
    width: 10px;
    height: 10px;
    right: 14px;
    top: 14px;
  }
  .wost-rule-modal-wrap .wost-rule-modal-close:hover {
    cursor: pointer;
  }
  .wost-rule-modal-wrap .wost-rule-modal-title {
    top: 8.5px;
    font-size: 16px;
    line-height: 20px;
  }
  .wost-rule-modal-wrap .wost-rule-modal-content {
    padding-right: 6px;
    font-size: 11px;
    line-height: 18px;
    width: 90%;
    margin-top: 24px;
  }
  .wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper {
    font-size: 9px;
    line-height: 13px;
  }
  .wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table th {
    background-color: #00bea7;
    font-weight: bold;
    padding: 5px 0;
  }
  .wost-rule-modal-wrap .wost-rule-modal-content .table-wrapper table td {
    padding: 4px 0;
  }
  .wost-rule-modal-wrap .wost-rule-modal-content::-webkit-scrollbar {
    width: 2px;
  }
}

.wsot-price-info-block {
  width: 276px;
  height: 435px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wsot-price-info-block .wsot-price-info-img-view {
  width: 156px;
  height: 159px;
}
.wsot-price-info-block .wsot-price-info-block-title {
  display: inline-block;
  text-align: center;
  margin-top: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  width: 282px;
  color: #ffffff;
}
.wsot-price-info-block .wsot-price-info-block-title span {
  color: #0bd9bd;
}
.wsot-price-info-block .wsot-price-info-block-desc {
  text-align: center !important;
  width: 276px;
  margin-top: 16px;
  text-align: left;
  word-wrap: break-word;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--re-new-grey-detail);
}
@media (max-width: 767px) {
  .wsot-price-info-block {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    background-image: url('/wsot2023/assets/price/power-up_bg-h5.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 24px;
  }
  .wsot-price-info-block .wsot-price-info-img-view {
    width: 100px;
    height: 100px;
  }
  .wsot-price-info-block .wsot-price-info-block-title {
    font-size: 18px;
    margin-top: 12px;
    line-height: 18px;
  }
  .wsot-price-info-block .wsot-price-info-block-desc {
    font-size: 11px;
    line-height: 16px;
    margin-top: 8px;
  }
}

.wsot-schedule-wrapper {
  width: 100%;
  height: 1080px;
  margin: 0 auto;
  padding-top: 110px;
  background: url('/wsot2023/assets/background/schedule_bg.png');
  background-repeat: no-repeat;
  background-size: 1920px 1080px;
  background-position: center;
  background-color: #000;
  overflow-x: scroll;
  scrollbar-width: none;
}
.wsot-schedule-wrapper::-webkit-scrollbar {
  display: none;
}
.wsot-schedule-wrapper .bg_logo {
  position: absolute;
  width: 100%;
  background: url('/wsot2023/assets/background/schedule_bg.png');
  height: 331px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  min-width: 1280px;
  top: 419px;
  margin: 0 auto;
  z-index: 2;
}
.wsot-schedule-wrapper .wsot-schedule-title {
  position: absolute;
  width: 100%;
}
.wsot-schedule-wrapper .wsot-schedule-content {
  margin: 0 auto;
  margin-top: 82px;
  height: 750px;
  background: url('/wsot2023/assets/modal/schedule_main.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 1574px;
}
.con-wrap {
  width: 100%;
  overflow: auto;
}
.wsot-schedule-content-h5 {
  overflow-y: auto;
}
@media (max-width: 767px) {
  .wsot-schedule-wrapper {
    height: 834px;
    padding-top: 48px;
    background-image: url('/wsot2023/assets/background/schedule_bg-h5.png');
    background-size: contain;
  }
  .wsot-schedule-wrapper .wsot-schedule-title .z-header-text {
    color: var(--re-new-brand-regular);
  }
  .wsot-schedule-wrapper .wsot-schedule-content {
    width: 704px;
    height: 771px;
    margin-top: 0;
    overflow: hidden;
    background-image: url('/wsot2023/assets/modal/schedule_main-h5.png');
  }
  .con-wrap {
    padding-top: 14px;
  }
}

.content-view {
  width: 100%;
  padding-top: 95px;
  z-index: 33;
  margin: 0;
}
.content-view .title-con {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-view .title-con .con-item {
  flex: 1;
  text-align: center;
}
.content-view .title-con .con-item h4 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
.content-view .title-con .con-item p {
  color: var(--re-new-brand-regular);
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}
.content-view .con-act {
  width: 1120px;
  margin: 0 auto;
  margin-top: 0;
}
.content-view .con-act .item {
  height: 96px;
  display: inline-flex;
  margin-left: 80px;
  margin-top: 40px;
  padding-bottom: 66px;
}
.content-view .con-act .item > div {
  border-radius: 3px;
  border-radius: 4px;
  height: 96px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.content-view .con-act .item > div .show-date-act {
  position: absolute;
  top: -27px;
  left: 0;
  z-index: 22;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #ffffff;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.content-view .con-act .item > div .show-date-act::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  background-color: var(--re-new-brand-regular);
  margin-right: 4px;
}
.content-view .con-act .item > div h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 8px;
  white-space: pre-line;
}
.content-view .con-act .item > div p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.content-view .con-act .item .item-1,
.content-view .con-act .item .item-2,
.content-view .con-act .item .item-3,
.content-view .con-act .item .item-4,
.content-view .con-act .item .item-5 {
  background-image: url('/wsot2023/assets/componet/data_range_normal.svg');
  background-size: cover;
}
.content-view .con-act .item .item-1:hover,
.content-view .con-act .item .item-2:hover,
.content-view .con-act .item .item-3:hover,
.content-view .con-act .item .item-4:hover,
.content-view .con-act .item .item-5:hover {
  background-image: url('/wsot2023/assets/componet/data_range_hover.svg');
}
.content-view .con-act .item .item-1:active,
.content-view .con-act .item .item-2:active,
.content-view .con-act .item .item-3:active,
.content-view .con-act .item .item-4:active,
.content-view .con-act .item .item-5:active {
  background-image: url('/wsot2023/assets/componet/data_range_active.svg');
}
.content-view .con-act .item .item-1 {
  width: 144px;
}
.content-view .con-act .item .item-1 p {
  word-break: keep-all;
}
.content-view .con-act .item .item-4 {
  width: 223px;
}
.content-view .con-act .item .item-2 {
  width: 75px;
}
.content-view .con-act .item .item-3 {
  width: 224px;
}
.content-view .con-act .item .item-5 {
  width: 148px;
}
.content-view .con-act .item .active {
  border-radius: 4px;
}
.content-view .con-act .item .active h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
.content-view .con-act .item .active p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.content-view .con-act .item-top-2 .item-1 {
  width: 965px;
}
.content-view .con-act .item-top-3 {
  margin-left: 525px;
}
.content-view .con-act .item-top-3 .item-1 {
  width: 520px;
  background-image: url('/wsot2023/assets/componet/data_range_hot.svg');
  background-size: cover;
}
.content-view .con-act .item-top-3 .item-2 {
  width: 160px;
}
.content-view .con-act .item-top-4 {
  margin-left: 675px;
}
.content-view .con-act .item-top-4 .item-3 {
  width: 370px;
  background-image: url('/wsot2023/assets/componet/data_range_hot.svg');
  background-size: cover;
}
@media (max-width: 767px) {
  .content-view {
    padding-top: 82px;
  }
  .content-view .title-con {
    width: 624px;
    justify-content: space-between;
  }
  .content-view .title-con .con-item {
    flex: unset;
    padding-top: 8px;
    width: 48px;
    height: 48px;
    text-align: center;
  }
  .content-view .title-con .con-item h4 {
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-weight: 800;
    margin-bottom: 3px;
  }
  .content-view .title-con .con-item p {
    color: var(--re-new-brand-regular);
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
  }
  .content-view .con-act {
    width: 100%;
  }
  .content-view .con-act .item {
    margin-top: 43px;
    margin-left: 40px;
  }
  .content-view .con-act .item > div {
    padding: 10px 4px;
  }
  .content-view .con-act .item > div .show-date-act {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
  }
  .content-view .con-act .item > div .show-date-act::before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--re-new-brand-regular);
    margin-right: 4px;
  }
  .content-view .con-act .item > div h3 {
    font-size: 10px;
    line-height: 12px;
  }
  .content-view .con-act .item > div p {
    font-size: 10px;
    line-height: 12px;
  }
  .content-view .con-act .item .item-1 {
    width: 97px;
  }
  .content-view .con-act .item .item-2 {
    width: 48px;
  }
  .content-view .con-act .item .item-3,
  .content-view .con-act .item .item-4 {
    width: 144px;
  }
  .content-view .con-act .item .item-5 {
    width: 96px;
  }
  .content-view .con-act .item-top-2 .item-1 {
    width: 625px;
  }
  .content-view .con-act .item-top-3 {
    margin-left: 329px;
  }
  .content-view .con-act .item-top-3 .item-1 {
    width: 336px;
  }
  .content-view .con-act .item-top-4 {
    margin-left: 426px;
  }
  .content-view .con-act .item-top-4 .item-3 {
    width: 238px;
    background-image: url('/wsot2023/assets/componet/data_range_hot.svg');
    background-size: cover;
  }
  .content-view .con-act .item-top-3 > div,
  .content-view .con-act .item-top-4 > div {
    padding: 10px;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.wsot-card-wrapper {
  position: relative;
}
.wsot-card-wrapper .card_bg {
  background-image: url('/wsot2023/assets/intro/intro_card.svg');
  width: 385px;
  height: 456px;
  position: relative;
  background-size: 100% 100%;
}
.wsot-card-wrapper .card_bg .type {
  text-align: center;
  position: absolute;
  left: 30px;
  top: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0.1px;
  color: #fff;
}
.wsot-card-wrapper .card_bg .title {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  top: 65px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.wsot-card-wrapper .card_bg .title.en-US,
.wsot-card-wrapper .card_bg .title.de-DE {
  font-size: 20px;
}
.wsot-card-wrapper .card_bg .title span {
  color: #f53442;
}
.wsot-card-wrapper .card_bg .desc {
  word-wrap: break-word;
  position: absolute;
  width: 292px;
  height: 156px;
  left: 50%;
  transform: translate(-50%);
  top: 118px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #fff;
}
.wsot-card-wrapper .card_bg .desc.ko-KR,
.wsot-card-wrapper .card_bg .desc.zh-TW {
  font-size: 14px;
}
.wsot-card-wrapper .card_bg .button {
  cursor: pointer;
  background: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 264px;
  height: 56px;
  background-size: cover;
  left: 50%;
  transform: translate(-50%);
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.wsot-card-wrapper .card_bg .button:hover {
  background: url('/wsot2023/assets/button/primary_button_hover.png');
  width: 288px;
  background-size: cover;
  background-position: center;
}
.wsot-card-wrapper .card_bg .button.already {
  color: #0bd9bd;
  width: 288px;
  height: 56px;
  background-size: cover !important;
  background: url('/wsot2023/assets/button/already_button.png');
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-card-wrapper .card_bg .button.gray {
  background: url('/wsot2023/assets/button/gray_button.png');
  background-size: contain;
  pointer-events: none;
}
.wsot-card-wrapper .card_bg .button.yellow {
  width: 264px;
  height: 56px;
  background: url('/wsot2023/assets/button/yellow_button.png');
  background-size: cover;
}
.wsot-card-wrapper .card_bg .button.yellow:hover {
  width: 288px;
  background: url('/wsot2023/assets/button/yellow_button_hover.png');
  background-size: cover;
  background-position: center;
}
.wsot-card-wrapper .card_bg .tip {
  position: absolute;
  width: 100%;
  height: 17px;
  left: 50%;
  transform: translate(-50%);
  bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #8c9399;
}
@media (max-width: 767px) {
  .wsot-card-wrapper .card_bg {
    background-image: url('/wsot2023/assets/intro/intro_card-h5.svg');
    width: 288px;
    height: 339px;
    margin: 0 auto;
    background-size: cover;
    position: relative;
  }
  .wsot-card-wrapper .card_bg .type {
    font-size: 9.75px;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    padding-left: 28px;
    padding-top: 20px;
  }
  .wsot-card-wrapper .card_bg .title {
    font-size: 16px;
    position: static;
    transform: unset;
    font-weight: 600;
    padding-top: 18px;
    line-height: normal;
  }
  .wsot-card-wrapper .card_bg .desc {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    top: 88.5px;
    width: 218px;
  }
  .wsot-card-wrapper .card_bg .button {
    position: absolute;
    bottom: 32px;
    margin-bottom: 0;
    width: 168px;
    height: 44px;
    background-size: contain;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: url('/wsot2023/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wsot-card-wrapper .card_bg .button:hover {
    width: 168px;
  }
  .wsot-card-wrapper .card_bg .button.already {
    color: #0bd9bd;
    background-image: url('/wsot2023/assets/button/primary_button_done-h5.png');
    background-repeat: no-repeat;
    background-position: center;
  }
  .wsot-card-wrapper .card_bg .button.gray {
    background-image: url('/wsot2023/assets/button/primary_button_disabled-h5.png');
    pointer-events: none;
  }
  .wsot-card-wrapper .card_bg .button.yellow {
    width: 168px;
    height: 44px;
    background-image: url('/wsot2023/assets/button/yellow_button-h5.svg');
    background-size: cover;
  }
  .wsot-card-wrapper .card_bg .button.yellow:hover {
    width: 168px;
    background-image: url('/wsot2023/assets/button/yellow_button-h5.svg');
  }
  .wsot-card-wrapper .card_bg .button.yellow:active {
    background-image: url('/wsot2023/assets/button/yellow_button_press-h5.svg');
    background-size: cover;
    background-position: center;
  }
  .wsot-card-wrapper .card_bg .tip {
    bottom: 12px;
  }
}

.wsot-task-wrapper {
  background-image: url('/wsot2023/assets/background/task_bg_2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 700px;
  margin: 0 auto;
  height: 700px;
  width: 100%;
}
.wsot-task-wrapper .card_view {
  padding-top: 110px;
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
}
.wsot-task-wrapper .swiper-button-prev:after,
.wsot-task-wrapper .swiper-button-next:after {
  content: '';
  font-family: inherit;
}
.wsot-task-wrapper .swiper-button-prev {
  background-image: url('/wsot2023/assets/intro/left_arrow.svg');
  width: 30px;
  height: 48px;
  left: 10px;
  right: auto;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.wsot-task-wrapper .swiper-button-prev:active {
  background-image: url('/wsot2023/assets/intro/left_arrow_light.svg');
}
.wsot-task-wrapper .swiper-button-next {
  background-image: url('/wsot2023/assets/intro/right_arrow.svg');
  width: 30px;
  height: 48px;
  right: 10px;
  left: auto;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.wsot-task-wrapper .swiper-button-next:active {
  background-image: url('/wsot2023/assets/intro/right_arrow_light.svg');
}
@media (max-width: 767px) {
  .wsot-task-wrapper {
    height: 540px;
  }
  .wsot-task-wrapper .card_view {
    width: 100%;
    height: 540px;
    position: relative;
    padding-top: 100px;
  }
  .swiper-button-prev {
    display: block !important;
    width: 22.5px !important;
    height: 36px !important;
    background-size: contain;
  }
  .swiper-button-next {
    display: block !important;
    width: 22.5px !important;
    height: 36px !important;
    background-size: contain;
  }
}

.wsot-partner-wrapper {
  position: relative;
  height: 587px;
  background: url('/wsot2023/assets/partner/partner_bg.png');
  background-repeat: no-repeat;
  background-size: 1920px 587px;
  background-position: center;
}
.wsot-partner-wrapper .wsot-partner-title {
  position: absolute;
  top: 141px;
  left: 50%;
  transform: translate(-50%);
}
.wsot-partner-wrapper .wsot-partner-content {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 885px;
  width: 100%;
  margin: 0 auto;
}
.wsot-partner-wrapper .wsot-partner-content.wsot-partner-content-end {
  height: 740px;
  background: url('/wsot2023/assets/background/partner_bg--small.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.wsot-partner-wrapper .wsot-partner-while-title {
  font-style: italic;
  font-weight: 800;
  font-size: 38px;
  line-height: 49px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 180px;
  color: #ffffff;
}
.wsot-partner-wrapper .wsot-partner-while-sub-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 141px;
  font-style: Medium;
  font-size: 16px;
  line-height: 26px;
  line-height: 112%;
  letter-spacing: 0.15px;
  color: #d1d4d6;
}
.wsot-partner-wrapper .wsot-partner-detail {
  background-image: url('/wsot2023/assets/partner/partner_detail.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 184px;
  width: 1280px;
  position: absolute;
  top: 269px;
  left: 50%;
  transform: translate(-50%);
}
.wsot-partner-wrapper .wsot-partner-while-button {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
  background-image: url('/wsot2023/assets/button/primary_button.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 266px;
  height: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsot-partner-wrapper .wsot-partner-while-button:hover {
  background-image: url('/wsot2023/assets/button/primary_button_hover.svg');
}
.wsot-partner-wrapper .wsot-partner-while-button span {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .wsot-partner-wrapper {
    height: 400px;
  }
  .wsot-partner-wrapper .wsot-partner-content {
    display: none;
  }
  .wsot-partner-wrapper .wsot-partner-title {
    top: 58.5px;
    width: 100%;
  }
  .wsot-partner-wrapper .wsot-partner-title .z-header-text {
    color: var(--re-new-brand-regular);
  }
  .wsot-partner-wrapper .wsot-partner-detail {
    background-image: url('/wsot2023/assets/partner/partner_detail_h5.png');
    top: 142px;
    width: 356px;
    height: 214px;
  }
  .wsot-partner-wrapper .wsot-partner-while-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    bottom: 160px;
  }
  .wsot-partner-wrapper .wsot-partner-while-sub-title {
    text-align: center;
    width: 100%;
    font-size: 11px;
    line-height: 20px;
    bottom: 130px;
  }
  .wsot-partner-wrapper .wsot-partner-while-button {
    width: 200px;
    height: 73px;
    background-size: 100% 100%;
    background-position: center;
    bottom: 30px;
  }
  .wsot-partner-wrapper .wsot-partner-while-button span {
    font-size: 16px;
    line-height: 20px;
  }
}

.navigation_view {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  background: url('/wsot2023/assets/navigation/tabbar2.png'), linear-gradient(180deg, rgba(27, 0, 0, 0.2) 0%, #1b0000 100%);
  background-size: 1920px 100px;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: blur(5px);
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  top: 48px;
  margin-top: -100px;
}
.navigation_view .navigation_tab_view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1200px;
}
.navigation_view .navigation_tab_view .tag_button {
  width: 240px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
}
.navigation_view .navigation_tab_view .light {
  color: #14ffff;
  font-weight: 800;
  font-size: 19px;
  line-height: 24px;
}
.navigation_view .navigation_tab_view .light_block {
  position: relative;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 3px;
  background: #14ffff;
}
.navigation_view .navigation_tab_view span {
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .navigation_view {
    background: linear-gradient(180deg, rgba(122, 0, 9, 0) 0%, #7a0009 100%);
    height: 56px;
    margin-top: -56px;
  }
  .navigation_view .navigation_tab_view {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }
  .navigation_view .navigation_tab_view .tag_button {
    width: auto;
    margin: 0 15px;
    font-size: 12px;
    line-height: 15px;
    flex-shrink: 0;
  }
  .navigation_view.deep-bg {
    background: #6a0910;
  }
  .navigation_view ::-webkit-scrollbar {
    display: none;
  }
}

.share-modal-mark-content-bg {
  position: fixed;
  background: rgba(18, 23, 29, 0.8);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-modal-mark-content-bg .con-models {
  position: relative;
  width: 500px;
  height: 680px;
  background: url('/wsot2023/assets/background/model-bg.svg') no-repeat center;
  background-size: 100% 100%;
}
.share-modal-mark-content-bg .con-models .model-header {
  width: 100%;
  position: relative;
  padding: 32px 16px;
}
.share-modal-mark-content-bg .con-models .model-header h2 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: var(--re-new-brand-regular);
}
.share-modal-mark-content-bg .con-models .model-header .close-model {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.share-modal-mark-content-bg .con-models .model-header .close-model:hover {
  filter: brightness(0.8);
}
.share-modal-mark-content-bg .con-models .model-header .close-model:active {
  filter: brightness(1.2);
}
.share-modal-mark-content-bg .con-models .code-con {
  width: 270px;
  height: 440px;
  margin: 0 auto;
  text-align: center;
  color: var(--re-new-grey-white);
}
.share-modal-mark-content-bg .con-models .code-con .header h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--re-new-grey-white);
  margin-bottom: 4px;
}
.share-modal-mark-content-bg .con-models .code-con .header p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  color: var(--re-new-grey-minor);
  margin: 0;
}
.share-modal-mark-content-bg .con-models .code-con .lucre_num {
  margin-top: 127px;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: var(--re-new-brand-regular);
}
.share-modal-mark-content-bg .con-models .code-con .ranking_text1 {
  margin-top: 12px;
  text-align: center;
}
.share-modal-mark-content-bg .con-models .code-con .ranking_text1 .text1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-right: 12px;
}
.share-modal-mark-content-bg .con-models .code-con .ranking_text1 .text2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.share-modal-mark-content-bg .con-models .code-con .intro_view {
  margin-top: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.share-modal-mark-content-bg .con-models .code-con .intro_view img {
  width: 100px;
  height: 100px;
  margin-right: 12px;
}
.share-modal-mark-content-bg .con-models .code-con .intro_view .right {
  text-align: left;
}
.share-modal-mark-content-bg .con-models .code-con .intro_view .right .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.share-modal-mark-content-bg .con-models .code-con .intro_view .right .sub_title {
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
}
.share-modal-mark-content-bg .con-models .name-share {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.share-modal-mark-content-bg .con-models .name-share .social-link-list > div {
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0 !important;
  left: 0;
}
.share-modal-mark-content-bg .con-models .name-share .social-link-list > div:last-child {
  margin-right: 0 !important;
}
.share-modal-mark-content-bg .con-models-h5 {
  width: 360px;
  height: 490px;
  background: url('/wsot2023/assets/background/model-bg-h5.svg') no-repeat center;
  background-size: 100% 100%;
}
.share-modal-mark-content-bg .con-models-h5 .model-header {
  padding: 20px 16px 24px;
}
.share-modal-mark-content-bg .con-models-h5 .model-header h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--re-new-brand-regular);
}
.share-modal-mark-content-bg .con-models-h5 .model-header .close-model {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
  height: 16px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .header h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .header p {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: var(--re-new-grey-minor);
}
.share-modal-mark-content-bg .con-models-h5 .code-con .lucre_num {
  margin-top: 60px;
  font-size: 24px;
  line-height: 29px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .ranking_text1 {
  margin-top: 4px;
  text-align: center;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .ranking_text1 .text1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  padding-right: 12px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .ranking_text1 .text2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .intro_view {
  margin-top: 60px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .intro_view img {
  width: 60px;
  height: 60px;
  margin-right: 12px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .intro_view .right {
  text-align: left;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .intro_view .right .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.share-modal-mark-content-bg .con-models-h5 .code-con .intro_view .right .sub_title {
  margin-top: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
}
.share-modal-mark-content-bg .con-models-h5 .name-share {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.share-modal-mark-content-bg .con-models-h5 .name-share .social-link-list > div {
  width: 24px;
  height: 24px;
  margin: 0 28px 0 0 !important;
  left: 0;
}
.share-modal-mark-content-bg .con-models-h5 .name-share .social-link-list > div:last-child {
  margin-right: 0 !important;
}
.content-bg-hide {
  display: none;
}

.personal-copytrade-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
}
.personal-copytrade-wrap .personal-copytrade-block {
  width: 1200px;
  height: 497px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(180deg, rgba(246, 87, 97, 0.1) 0%, rgba(11, 204, 191, 0.1) 100%);
  color: var(--re-new-grey-white);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 32px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info {
  width: 550px;
  height: 370px;
  text-align: center;
  background: #0b1217;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-title {
  padding: 24px 32px;
  background: rgba(11, 204, 191, 0.1);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item {
  padding-top: 44px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .value {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .label {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: var(--re-new-grey-minor);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-brand-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/wsot2023/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:hover {
  color: var(--re-new-brand-regular-hover);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:hover i {
  filter: brightness(1.2);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:active {
  color: var(--re-new-brand-regular-press);
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item.btn:active i {
  filter: brightness(0.8);
}
@media (max-width: 767px) {
  .personal-copytrade-wrap {
    padding-bottom: 52px;
  }
  .personal-copytrade-wrap .personal-copytrade-block {
    width: 327px;
    height: auto;
    padding: 0;
    background: #000;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-header {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block {
    display: block;
    margin-top: 0;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info {
    width: 327px;
    height: auto;
    margin-top: 16px;
    padding-bottom: 19px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-title {
    font-size: 16px;
    line-height: 19px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item {
    padding-top: 24px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .value {
    font-size: 24px;
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-item .label {
    font-size: 12px;
    line-height: 15px;
  }
}

.solo-ranking-share-modal {
  height: 680px;
  background-image: url('/wsot2023/assets/solo-game/ranking-share/ranking-share-bg.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.solo-ranking-share-modal .ant-modal-content {
  position: static;
}
.solo-ranking-share-modal .ant-modal-close {
  color: var(--re-new-line-general);
}
.solo-ranking-share-modal .ant-modal-close:hover {
  color: var(--re-new-brand-regular-hover);
}
.solo-ranking-share-modal .ant-modal-close:active {
  color: var(--re-new-brand-regular-press);
}
.solo-ranking-share-modal .ant-modal-header {
  padding: 33px 0 32px;
  background-color: transparent;
  text-align: center;
  border-bottom: none;
}
.solo-ranking-share-modal .ant-modal-header .ant-modal-title {
  color: var(--re-new-brand-regular);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.solo-ranking-share-modal .ant-modal-body {
  color: var(--re-new-grey-white);
  padding: 0 68px;
}
.solo-ranking-share-modal .ant-modal-body .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.solo-ranking-share-modal .ant-modal-body .user-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: var(--re-new-grey-minor);
  text-align: center;
}
.solo-ranking-share-modal .ant-modal-body .user-info span:first-child {
  padding-right: 4px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info {
  padding-top: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item {
  flex-shrink: 0;
  width: 120px;
  margin-right: 48px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item:last-child {
  margin-right: 0;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item .value {
  color: var(--re-new-brand-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  white-space: nowrap;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item .value.detail {
  color: var(--re-new-grey-white);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info .item .label {
  color: var(--re-new-grey-minor);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-top: 4px;
  white-space: nowrap;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info {
  align-items: flex-start;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info .item {
  width: 100px;
  margin-right: 20px;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info .item .label {
  white-space: normal;
  word-break: break-word;
}
.solo-ranking-share-modal .ant-modal-body .ranking-info.ranking-game-info:last-child {
  margin-right: 0;
}
.solo-ranking-share-modal .ant-modal-body .game-info {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solo-ranking-share-modal .ant-modal-body .game-info div {
  color: var(--re-new-grey-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.5px;
  white-space: pre-line;
}
.solo-ranking-share-modal .ant-modal-body .game-info img {
  width: 100px;
  height: 100px;
}
.solo-ranking-share-modal .ant-modal-body .social-share {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.solo-ranking-share-modal .ant-modal-body .social-share .social-link-list > div {
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0 !important;
  left: 0;
}
.solo-ranking-share-modal .ant-modal-body .social-share .social-link-list > div:last-child {
  margin-right: 0 !important;
}
/** 移动端 */
@media (max-width: 767px) {
  .ant-modal.solo-ranking-share-modal {
    width: 360px !important;
    height: 530px;
    background-image: url('/wsot2023/assets/solo-game/ranking-share/ranking-share-bg-h5.svg');
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-header {
    padding: 20px 0 24px;
    background-color: transparent;
    text-align: center;
    border-bottom: none;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-header .ant-modal-title {
    color: var(--re-new-brand-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body {
    padding: 0 45px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .user-info {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    color: var(--re-new-grey-minor);
    text-align: center;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .user-info span:first-child {
    padding-right: 4px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item {
    width: 120px;
    margin-right: 24px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item:last-child {
    margin-right: 0;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item .value {
    color: var(--re-new-brand-regular);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item .value.detail {
    color: var(--re-new-grey-white);
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info .item .label {
    color: var(--re-new-grey-minor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    margin-top: 4px;
    white-space: nowrap;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info {
    justify-content: center;
    align-items: flex-start;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info .item {
    width: 80px;
    margin-right: 8px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info .item:last-child {
    margin-right: 0;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info.ranking-game-info .item .label {
    white-space: normal;
    word-break: break-word;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .game-info {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .game-info div {
    color: var(--re-new-grey-white);
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.5px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .game-info img {
    width: 100px;
    height: 100px;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .social-share {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .social-share .social-link-list > div {
    width: 24px;
    height: 24px;
    margin: 0 14px !important;
    left: 0;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .social-share .social-link-list > div:last-child {
    margin-right: 0 !important;
  }
  html[lang='zh-TW'] .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info,
  html[lang='ko-KR'] .ant-modal.solo-ranking-share-modal .ant-modal-content .ant-modal-body .ranking-info {
    padding-top: 30px;
  }
}

.solo-my-ranking-wrap {
  width: 100%;
  background: linear-gradient(180deg, #000e0d 0%, #0a0303 100%);
}
.solo-my-ranking-wrap .solo-ranking-content {
  width: 1200px;
  margin: 52px auto 0;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(246, 87, 97, 0.1) 0%, rgba(11, 204, 191, 0.1) 100%);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share {
  display: flex;
  justify-content: flex-end;
  padding: 36px 40px 30px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share.with-title {
  justify-content: space-between;
  align-items: center;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .solo-small-title {
  color: var(--re-new-grey-white);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-new-brand-regular);
  width: fit-content;
  display: flex;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/wsot2023/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:hover {
  color: var(--re-new-brand-regular-hover);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:hover i {
  filter: brightness(1.2);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:active {
  color: var(--re-new-brand-regular-press);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text:active i {
  filter: brightness(0.8);
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card .ranking-card {
  margin-right: 36px;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card .ranking-card:last-child {
  margin-right: 0;
}
.solo-my-ranking-wrap .rc-table-warp {
  position: relative;
  overflow: hidden;
  padding: 50px 32px;
}
.solo-my-ranking-wrap .rc-table-bg {
  overflow: auto;
  position: relative;
  text-align: left;
}
.solo-my-ranking-wrap .rc-table-content table {
  width: 100%;
  padding: 0 78px;
}
.solo-my-ranking-wrap .rc-table-content table .active .rc-table-cell span.base-span {
  font-style: normal;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.solo-my-ranking-wrap .rc-table-content table tbody tr th {
  text-align: center;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-thead {
  line-height: 20px;
  height: 20px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-thead .rc-table-cell {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: var(--re-new-grey-minor);
  white-space: nowrap;
  padding-bottom: 10px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-tbody tr {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: var(--re-new-grey-white);
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(1) {
  background: transparent;
  width: 20px;
  vertical-align: middle;
  padding-left: 24px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(1) > div {
  top: 3px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(1) img {
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  max-width: initial !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell span.base-span {
  font-style: normal;
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(2) {
  width: 150px;
  margin-left: 8px;
  background: transparent;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(2) span {
  margin-right: 40px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(3),
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(4) {
  text-align: left;
  background: transparent;
  min-width: 60px;
  overflow: hidden;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(3) span,
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(4) span {
  margin-right: 45px;
  min-width: 60px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(3) .base-span-max,
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(4) .base-span-max {
  margin-left: 25px !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) {
  background: transparent;
  height: 16px;
  text-align: left;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) span {
  margin-left: 0;
  margin-right: 11px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) span .current-txnvolume-usdt {
  margin-right: 0 !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(5) span .min-txnvolume-usdt {
  margin-right: 0 !important;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) {
  background: transparent;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div {
  width: 160px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .process {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skewX(-40deg);
  height: 12px;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .process .value {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #3ef2c9 0%, #0bd9bd 100%);
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .item-status-base {
  width: 6px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .item-status-default {
  border: 1px solid #414352;
}
.solo-my-ranking-wrap .rc-table-content table .rc-table-cell:nth-child(6) div .item-status-active {
  background: linear-gradient(90deg, #3ef2c9 0%, #0bd9bd 100%);
}
/** 移动端 */
@media (max-width: 767px) {
  .solo-my-ranking-wrap .wsot-schedule-title {
    padding-top: 48px;
  }
  .solo-my-ranking-wrap .solo-ranking-content {
    width: 343px;
    margin-top: 24px;
    background: unset;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share {
    padding: 0;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share.with-title {
    padding: 0 0 16px 0;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share.with-title .solo-small-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share .share_text {
    display: none;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-card {
    display: block;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine .item {
    flex-shrink: 0;
    width: 50%;
    margin-bottom: 24px;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine .item .label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: var(--re-new-grey-minor);
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-ranking-mine .item .value {
    margin-top: 11px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: var(--re-new-grey-white);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-share-btn {
    width: 200px;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    margin: 12px auto 24px;
    text-align: center;
    color: var(--re-new-grey-black);
    background-image: url('/wsot2023/assets/button/primary_button_normal-h5.svg');
    background-size: cover;
  }
  .solo-my-ranking-wrap .solo-ranking-content .solo-share-btn:active {
    background-image: url('/wsot2023/assets/button/primary_button_normal_press-h5.svg');
  }
}

.ranking-card {
  width: 550px;
  height: 308px;
  color: var(--re-new-grey-white);
  text-align: center;
}
.ranking-card .card-title {
  width: 100%;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  background-color: rgba(11, 204, 191, 0.1);
}
.ranking-card .card-detail {
  width: 100%;
  background-color: #0b1217;
  padding-bottom: 18px;
}
.ranking-card .card-detail .item {
  padding-top: 44px;
}
.ranking-card .card-detail .item .value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.ranking-card .card-detail .item .value .diff-component-inline {
  margin-left: 12px;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.ranking-card .card-detail .item .value .diff-component-inline.up {
  color: var(--re-new-seconday-green);
}
.ranking-card .card-detail .item .value .diff-component-inline.down {
  color: var(--re-new-seconday-red);
}
.ranking-card .card-detail .item .label {
  color: var(--re-new-grey-detail);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
/** 移动端 */
@media (max-width: 767px) {
  .ranking-card {
    width: 100%;
    height: auto;
  }
  .ranking-card .card-title {
    width: 100%;
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    background-color: rgba(11, 204, 191, 0.1);
  }
  .ranking-card .card-detail {
    margin-bottom: 24px;
  }
  .ranking-card .card-detail .item {
    padding-top: 24px;
  }
  .ranking-card .card-detail .item .value {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }
  .ranking-card .card-detail .item .label {
    color: var(--re-new-grey-detail);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
  }
}

.personal-solo-wrap {
  background: #000;
  padding-bottom: 48px;
}
.personal-solo-wrap .solo-ranking-content {
  margin-top: 0;
}
@media (max-width: 767px) {
  .personal-solo-wrap {
    padding-top: 0px;
    padding-bottom: 52px;
  }
  .personal-solo-wrap .wsot-schedule-title {
    margin: 76.5px 0 25.5px 0;
  }
}

.personal-troop-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
}
.personal-troop-wrap .con-choice {
  width: 1200px;
  height: 494px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 32px;
  background: linear-gradient(180deg, rgba(246, 87, 97, 0.1) 0%, rgba(11, 204, 191, 0.1) 100%);
}
.personal-troop-wrap .con-choice .header {
  color: var(--re-new-grey-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.personal-troop-wrap .con-choice .item-con {
  padding-top: 32px;
  display: flex;
  justify-content: flex-start;
}
.personal-troop-wrap .con-choice .item-con .race-left {
  width: 270px;
  height: 370px;
  margin-right: 56px;
  background: rgba(11, 204, 191, 0.1);
  flex-shrink: 0;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item {
  width: 100%;
  padding: 20px 15px 0;
  text-align: center;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .no-login-p {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #8c9399;
  text-align: center;
  padding-top: 80px;
  margin-bottom: 100px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .img {
  width: 88px;
  height: 88px;
  border-radius: 100%;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-brand-regular);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 29px;
  margin-bottom: 0;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item h3 i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/wsot2023/assets/common/lock.svg');
  background-size: 100%;
  transform: translateY(-1.5px);
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .dec {
  color: var(--re-new-grey-minor);
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  height: 45px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-num,
.personal-troop-wrap .con-choice .item-con .race-left .race-item .name-leader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: var(--re-new-grey-white);
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-num i,
.personal-troop-wrap .con-choice .item-con .race-left .race-item .name-leader i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .name-leader {
  margin-top: 28px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .name-leader i {
  background-image: url('/wsot2023/assets/race/name-leader.svg');
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-num i {
  background-image: url('/wsot2023/assets/race/leader-num.svg');
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .btn {
  margin: 41px auto 0;
  color: var(--re-new-brand-regular);
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .btn:hover {
  color: var(--re-new-brand-regular-hover);
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .btn:active {
  color: var(--re-new-brand-regular-press);
}
.personal-troop-wrap .con-choice .item-con .race-right {
  flex: 1;
  height: 370px;
  display: flex;
  justify-content: flex-start;
}
.personal-troop-wrap .con-choice .item-con .race-right .item {
  width: 254px;
  height: 370px;
  text-align: center;
  margin-right: 24px;
  color: var(--re-new-grey-white);
  background: #0b1217;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-header {
  width: 100%;
  background: rgba(11, 204, 191, 0.1);
  padding: 24px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking {
  margin-top: 44px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .value {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .label {
  color: var(--re-new-grey-minor);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-brand-regular);
  margin-top: 44px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .btn i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/wsot2023/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .btn:hover {
  color: var(--re-new-brand-regular-hover);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .btn:hover i {
  filter: brightness(1.2);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .btn:active {
  color: var(--re-new-brand-regular-press);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .btn:active i {
  filter: brightness(0.8);
}
@media (max-width: 767px) {
  .personal-troop-wrap {
    padding-bottom: 52px;
  }
  .personal-troop-wrap .con-choice {
    height: auto;
    width: 327px;
    background: none;
    padding: 0;
  }
  .personal-troop-wrap .con-choice .header {
    line-height: 19px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
  }
  .personal-troop-wrap .con-choice .item-con {
    flex-direction: column;
    height: 100%;
  }
  .personal-troop-wrap .con-choice .item-con .race-left {
    width: 100%;
    background: linear-gradient(180deg, #1c1513 0%, #0f1514 100%);
    margin-right: 0;
    padding-top: 0;
    height: auto;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item {
    padding: 20px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .img {
    border-radius: 50%;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item h3 {
    margin-top: 16px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .dec {
    word-break: break-word;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .name-leader {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 24px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-num {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 0;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .btn {
    margin-top: 24px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right {
    flex-direction: column;
    background: unset;
    padding: 0;
    height: 100%;
    width: 100%;
    font-style: normal;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item {
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-header {
    width: 100%;
    background: rgba(11, 204, 191, 0.1);
    padding: 24px 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking {
    margin-top: 24px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .value {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-ranking .label {
    color: var(--re-new-grey-minor);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--re-new-brand-regular);
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .btn i {
    display: inline-block;
    margin-right: 8px;
    background-image: url('/wsot2023/assets/race/share-icon.svg');
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .btn:active {
    color: var(--re-new-brand-regular-press);
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .btn:active i {
    filter: brightness(0.8);
  }
}

.wsot-user-banned {
  width: 1196px;
  height: 86px;
  padding: 8px 24px;
  background: #7a0009;
  color: var(--re-new-grey-white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
}
.wsot-user-banned .warning {
  width: 24px;
  height: 24px;
  background: url('/wsot2023/assets/common/info.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 16px;
}
.wsot-user-banned .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.wsot-user-banned .content {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
/** 移动端 */
@media (max-width: 767px) {
  .wsot-user-banned {
    width: 100%;
    padding: 8px 12px;
    height: auto;
  }
  .wsot-user-banned .warning {
    margin-right: 8px;
  }
  .wsot-user-banned .title {
    font-size: 14px;
    line-height: 17px;
  }
  .wsot-user-banned .content {
    font-size: 12px;
    line-height: 15px;
  }
}

.personal-section .personal-section-banned {
  padding-top: 60px;
}
.personal-section .wsot-schedule-title {
  padding-top: 48px;
  padding-bottom: 100px;
}
/** 移动端 */
@media (max-width: 767px) {
  .personal-section .personal-section-banned {
    padding-top: 32px;
  }
  .personal-section .wsot-schedule-title {
    padding-top: 24px;
    padding-bottom: 36px;
  }
}

.wsot-rules-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 76px;
  padding-bottom: 40px;
}
.wsot-rules-wrapper .wsot-schedule-title {
  margin: 106px auto 40px;
}
.wsot-rules-wrapper .con-rules {
  width: 1200px;
  margin: 80px auto 0;
  border: 2px solid rgba(11, 217, 189, 0.32);
  background: rgba(11, 217, 189, 0.1);
}
.wsot-rules-wrapper .con-rules .header-pool {
  width: 100%;
  align-items: center;
  padding: 60px 102px;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #d1d4d6;
}
.wsot-rules-wrapper .con-rules .header-pool .table-header {
  margin-bottom: 8px;
  font-size: 15px;
}
.wsot-rules-wrapper .con-rules .header-pool .table-header div {
  font-size: 18px;
  font-weight: 700;
}
.wsot-rules-wrapper-mobile {
  padding-top: 0;
}
.wsot-rules-wrapper-mobile .con-rules {
  margin-top: 40px;
  color: #d1d4d6;
  background: unset;
  width: 100%;
  height: auto;
  border: none;
}
.wsot-rules-wrapper-mobile .con-rules .header-pool {
  padding: 20px;
}
.wsot-rules-wrapper-mobile .con-rules .header-pool .table-header {
  font-size: 12px;
}
.wsot-rules-wrapper-mobile .con-rules .header-pool .table-header div {
  font-size: 14px;
}

.wsot-rewards-wrapper {
  width: 100%;
  height: 1072px;
  margin: 0 auto;
  position: relative;
  background: url('/wsot2023/assets/squad-race/ranking-bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-top: 76px;
}
.wsot-rewards-wrapper .wsot-schedule-title {
  margin: 106px auto 40px;
}
.wsot-rewards-wrapper .tabs-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.wsot-rewards-wrapper .tabs-con .btn {
  text-align: center;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.wsot-rewards-wrapper .tabs-con .act {
  color: #0bccbf;
  position: relative;
  border-bottom: 3px solid #0bccbf;
}
.wsot-rewards-wrapper .con {
  width: 1343px;
  height: 711px;
  margin: 0 auto;
  background: url('/wsot2023/assets/squad-race/prize-pool-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-rewards-wrapper .con .header-pool {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 120px 160px 66px 160px;
  color: #ffffff;
  justify-content: space-between;
}
.wsot-rewards-wrapper .con .header-pool .table-header {
  flex: 1;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
}
.wsot-rewards-wrapper .con .content-pool {
  height: 480px;
  overflow-y: auto;
}
.wsot-rewards-wrapper .con .content-pool::-webkit-scrollbar {
  display: none;
}
.wsot-rewards-wrapper .con .header-pool-other {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 120px 160px 66px 160px;
  color: #ffffff;
  font-size: 22px;
  justify-content: space-between;
}
.wsot-rewards-wrapper .con .header-pool-other .table-header {
  flex: 1;
}
.wsot-rewards-wrapper .con .header-pool-other .table-header:first-child {
  margin-right: 125px;
}
.wsot-rewards-wrapper .con .con-other-body {
  display: flex;
  padding: 0 158px 22px;
  justify-content: space-between;
}
.wsot-rewards-wrapper .con .con-other-body > div {
  flex: 1;
}
.wsot-rewards-wrapper .con .con-other-body .other-left {
  color: #ffffff;
  margin-right: 120px;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table .body-row {
  background-color: #313d48;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table th {
  background-color: #00bea7;
  font-weight: bold;
  padding: 13px 0 12px 0;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table td {
  padding: 11px 0 10px 0;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table td,
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table th {
  min-height: 48px;
  text-align: center;
  min-width: 80px;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table tr:nth-child(odd) {
  background: #1a2834;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper table tr:nth-child(even) {
  background: #22303c;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper::-webkit-scrollbar {
  height: 2px;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .table-wrapper::-webkit-scrollbar-thumb {
  background: #00eed1;
  border-radius: 10px;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .left-p1 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #d1d4d6;
  margin-bottom: 28px;
}
.wsot-rewards-wrapper .con .con-other-body .other-left .left-p2 {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #8c9399;
  margin-top: 30px;
}
.wsot-rewards-wrapper .con .con-other-body .other-right .right-p1 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: #d1d4d6;
}
.wsot-rewards-wrapper .con .con-other-body .other-right .right-p2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #8c9399;
}
.wsot-rewards-wrapper .con .con-other-body .other-right .img-other {
  width: 200px;
  height: 200px;
  margin: 28px auto 53px;
  background: url('/wsot2023/assets/prize-pool/other-con.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-rewards-wrapper .con .con-table-body {
  width: 100%;
  display: flex;
  padding: 0 165px 22px;
  align-items: center;
  text-align: center;
  flex: 1;
  color: #ffffff;
  justify-content: space-between;
}
.wsot-rewards-wrapper .con .con-table-body .table-body {
  flex: 1;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #d1d4d6;
}
.wsot-rewards-wrapper .mobile-con {
  width: 100%;
  height: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}
.wsot-rewards-wrapper .mobile-con .tabs-con {
  width: 900px;
  padding: 0 36px;
  font-size: 14px;
}
.wsot-rewards-wrapper .mobile-con .con {
  width: 900px;
  height: 590px;
  background: url(/assets/squad-race/h5/prize-pool-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-rewards-wrapper .mobile-con .con .header-pool {
  padding: 58px 20px 38px 35px;
}
.wsot-rewards-wrapper .mobile-con .con .header-pool .table-header {
  font-size: 14px;
  font-weight: 700;
}
.wsot-rewards-wrapper .mobile-con .con .header-pool-other {
  padding: 58px 80px 38px;
}
.wsot-rewards-wrapper .mobile-con .con .header-pool-other .table-header {
  font-size: 14px;
  font-weight: 700;
}
.wsot-rewards-wrapper .mobile-con .con .con-table-body {
  padding: 0 20px 22px;
}
.wsot-rewards-wrapper .mobile-con .con .con-table-body .table-body {
  font-size: 12px;
}
.wsot-rewards-wrapper .mobile-con .con .con-other-body {
  padding: 0 80px;
}
.wsot-rewards-wrapper .mobile-con .con .con-other-body .table-body {
  font-size: 12px;
}
.wsot-rewards-wrapper .mobile-con .con .con-other-body .other-left .left-p1 {
  font-size: 12px;
}
.wsot-rewards-wrapper .mobile-con .con .con-other-body .other-left .table-wrapper {
  font-size: 12px;
}
.wsot-rewards-wrapper .mobile-con .con .con-other-body .other-right .right-p1 {
  font-size: 12px;
}
.wsot-rewards-wrapper .mobile-con .con .con-other-body .other-right .table-wrapper {
  font-size: 12px;
}
@media (max-width: 767px) {
  .wsot-rewards-wrapper {
    padding-top: 0 !important;
    height: 767px;
  }
}

.wsot-choices-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 76px;
}
.wsot-choices-wrapper .wsot-schedule-title {
  margin: 106px auto 40px;
}
.wsot-choices-wrapper .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.wsot-choices-wrapper .ant-table {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-choices-wrapper .ant-table:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-choices-wrapper .ant-table .no-first {
  color: #a3a9ae;
}
.wsot-choices-wrapper .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wsot-choices-wrapper .ant-table .ant-empty-description {
  color: #fff;
}
.wsot-choices-wrapper .ant-table-thead > tr > th {
  background: #0a233f;
  color: #fff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  border: none;
  text-align: center;
}
.wsot-choices-wrapper .ant-pagination-item-link,
.wsot-choices-wrapper .ant-pagination-item {
  border-radius: 4px;
  background: rgba(39, 206, 196, 0.16);
  color: #8599A6;
  border: 1px solid #0d1a32;
  font-weight: 600;
}
.wsot-choices-wrapper .ant-pagination-item-link a,
.wsot-choices-wrapper .ant-pagination-item a {
  color: #8599A6;
}
.wsot-choices-wrapper .ant-pagination-item-active {
  background: #0bd9bd;
  border-radius: 4px;
}
.wsot-choices-wrapper .ant-pagination-item-active a {
  color: #05080A;
}
.wsot-choices-wrapper .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-choices-wrapper .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-choices-wrapper .ant-table-tbody > tr > td {
  color: #ffffff;
  text-align: center;
  padding: 13px 16px;
  border: none;
}
.wsot-choices-wrapper .ant-table-tbody > tr > td:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-choices-wrapper .con-choice {
  width: 1176px;
  height: 880px;
  margin: 0 auto;
}
.wsot-choices-wrapper .con-choice input::-ms-input-placeholder {
  text-align: center;
}
.wsot-choices-wrapper .con-choice input::-webkit-input-placeholder {
  text-align: center;
}
.wsot-choices-wrapper .con-choice .header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0px 32px 0px;
  color: #ffffff;
  justify-content: space-between;
}
.wsot-choices-wrapper .con-choice .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #000;
  border: 1px solid #8599A6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 4px;
}
.wsot-choices-wrapper .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.wsot-choices-wrapper .con-choice .header .change-site .ant-select-dropdown {
  background: #000;
  color: #fff;
}
.wsot-choices-wrapper .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 48px;
  line-height: 48px;
}
.wsot-choices-wrapper .con-choice .header .change-site .ant-select-item-option-selected,
.wsot-choices-wrapper .con-choice .header .change-site .ant-select-item-option-active {
  background: #0050c7;
  color: #fff;
}
.wsot-choices-wrapper .con-choice .header .inp-choice {
  background: #000;
  border: 1px solid #8599A6;
  color: #8599A6;
  line-height: 48px;
  text-align: center;
  width: 482px;
  height: 48px;
}
.wsot-choices-wrapper .con-choice .header .inp-choice-joined {
  background: #000;
  border: 1px solid #8599A6;
  color: #8599A6;
  line-height: 48px;
  text-align: center;
  margin-left: 24px;
  height: 48px;
}
.wsot-choices-wrapper .con-choice .header .jump-link {
  width: 360px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  border: 1px solid #0BCCBF;
  text-align: center;
  color: #0BCCBF;
  font-size: 14px;
  font-weight: 500;
}
.wsot-choices-wrapper .con-choice .header .item {
  flex: 1;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wsot-choices-wrapper .con-choice .header .item .img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.wsot-choices-wrapper .con-choice .header .item .img-0 {
  background: url('/wsot2023/assets/race/header-item-1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-choices-wrapper .con-choice .header .item .img-1 {
  background: url('/wsot2023/assets/race/header-item-2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-choices-wrapper .con-choice .header .item .img-2 {
  background: url('/wsot2023/assets/race/header-item-3.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-choices-wrapper .con-choice .header .item h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.wsot-choices-wrapper .con-choice .header .item p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #a3a9ae;
}
.wsot-choices-wrapper .con-choice .no-data {
  width: 80px;
  height: 100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 12px;
}
.wsot-choices-wrapper .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/wsot2023/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-choices-wrapper .con-choice .con-st {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wsot-choices-wrapper .con-choice .con-st .change-item {
  right: 68px;
  bottom: 18px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.wsot-choices-wrapper .con-choice .con-st .change-item span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
  background: url('/wsot2023/assets/race/icon_change.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-choices-wrapper .con-choice .con-st .race-item {
  width: 270px;
  height: 370px;
  background: linear-gradient(180deg, rgba(255, 0, 19, 0.1) 0%, rgba(39, 206, 196, 0.12) 51.04%, rgba(11, 217, 189, 0.1) 100%);
  border: 1px solid transparent;
  margin-right: 32px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wsot-choices-wrapper .con-choice .con-st .race-item:nth-child(4n) {
  margin-right: 0px;
}
.wsot-choices-wrapper .con-choice .con-st .race-item:hover {
  border: 1px solid #00dbd0;
  background: rgba(39, 206, 196, 0.16);
}
.wsot-choices-wrapper .con-choice .con-st .race-item h3 {
  color: #0bccbf;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .img {
  width: 88px;
  height: 88px;
  display: block;
  margin: 20px auto 16px;
  border-radius: 50%;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .dec {
  color: #8599a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .name-leader {
  min-width: 126px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .name-leader::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('/wsot2023/assets/squad-race/flag.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .leader-num {
  min-width: 126px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .leader-num::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('/wsot2023/assets/squad-race/man.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .details {
  color: #0bccbf;
  font-size: 12px;
  font-weight: 400;
  padding: 18px 0 24px;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .btn {
  width: 200px;
  height: 36px;
  background: url('/wsot2023/assets/squad-race/button.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  line-height: 36px;
  color: #0bccbf;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .btn:hover {
  background: url('/wsot2023/assets/squad-race/button-hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #05080a;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .btn-disabled {
  background: url('/wsot2023/assets/squad-race/button-disable.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 200px;
  height: 36px;
  color: #05080a;
}
.wsot-choices-wrapper .con-choice .con-st .race-item .btn-disabled:hover {
  background: url('/wsot2023/assets/squad-race/button-disable.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #05080a;
}
.wsot-choices-wrapper .page-size-change {
  width: 1200px;
  padding: 30px 0 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.wsot-choices-wrapper .page-size-change .ant-pagination {
  margin: 0 auto;
}
.wsot-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: rgba(11, 204, 191, 0.1);
  border: none;
}
.wsot-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item a {
  color: #8599A6;
  font-weight: 600;
}
.wsot-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active {
  background: #0BCCBF;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.wsot-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active a {
  color: #05080A;
  font-weight: 600;
}
.wsot-choices-wrapper-mobile {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.wsot-choices-wrapper-mobile .wsot-schedule-title {
  margin: 48px auto 24px;
}
.wsot-choices-wrapper-mobile .page-size-change {
  width: 100%;
  padding: 32px 0;
}
.wsot-choices-wrapper-mobile .con-choice {
  width: 100%;
  height: auto;
}
.wsot-choices-wrapper-mobile .con-choice .no-data {
  position: absolute;
  width: 80px;
  height: 100px;
  margin: 0px auto;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.wsot-choices-wrapper-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/wsot2023/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-choices-wrapper-mobile .con-choice .header {
  display: flex;
  padding: 0px;
  flex-direction: column;
  align-items: center;
}
.wsot-choices-wrapper-mobile .con-choice .header .inp-choice-joined {
  width: 300px;
  margin: 20px auto;
}
.wsot-choices-wrapper-mobile .con-choice .header .inp-choice {
  display: none;
}
.wsot-choices-wrapper-mobile .con-choice .header .change-site {
  margin: 0 auto;
  width: 150px;
  display: block;
}
.wsot-choices-wrapper-mobile .con-choice .header .change-site .ant-select-selector {
  display: flex;
  width: 150px;
  height: 30px;
  padding: 6px 12px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.wsot-choices-wrapper-mobile .con-choice .header .jump-link {
  width: 260px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 18px auto;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}
.wsot-choices-wrapper-mobile .con-choice .con-st {
  padding: 12px;
  justify-content: flex-start;
  position: relative;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item {
  width: 174px;
  height: 288px;
  margin: 0 auto 12px;
  padding: 12px 8px 24px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item:nth-child(2n) {
  margin-right: auto;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .img {
  width: 53px;
  height: 53px;
  display: block;
  margin: 8px auto;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .btn {
  width: 130px;
  height: 24px;
  color: #0BCCBF;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .btn-disabled {
  width: 130px;
  height: 24px;
  color: #05080a;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item h3 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 14px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .dec {
  margin-bottom: 0;
  height: 75px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .name-leader {
  font-size: 12px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .name-leader::before {
  left: 28px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .leader-num {
  font-size: 12px;
}
.wsot-choices-wrapper-mobile .con-choice .con-st .race-item .leader-num::before {
  left: 28px !important;
}
@media (max-width: 767px) {
  .con-choice .inp-choice {
    display: none;
  }
}

.z-step-view {
  width: 100%;
  position: relative;
}
.z-step-view h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.z-step-view .cons {
  width: 100%;
  position: relative;
}
.z-step-view .cons .top-con {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.z-step-view .cons .top-con div {
  width: 70px;
  color: #8599a6;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.z-step-view .cons .top-con div .top {
  width: 14px;
  height: 10px;
  background: url('/wsot2023/assets/lucky-draw/h5/arrow-down.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -14px;
  bottom: -15px;
}
.z-step-view .cons .top-con div .bottom {
  width: 14px;
  height: 10px;
  background: url('/wsot2023/assets/lucky-draw/h5/arrow-up.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -14px;
  top: -15px;
}
.z-step-view .cons .top-con-bottom {
  margin-top: 40px;
}
.z-step-view .cons .pop-con {
  background: #160606;
  box-sizing: border-box;
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translate3d(-50%, -50%, 0);
  height: 20px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.z-step-view .cons .pop-con .show-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 0;
  z-index: 10;
  top: 0;
  background: #2d0909;
}
.z-step-view .cons .pop-con .show-item div {
  flex: 1;
  height: 20px;
}
.z-step-view .cons .pop-con .show-item .active {
  background: linear-gradient(to right, #3ef2c9, #c3fff0);
  border: 0.5px solid #3ef2c9;
}
.z-step-view .cons .pop-con .show-item .progress-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #3ef2c9, #c3fff0);
  border: 0.5px solid #3ef2c9;
}

.wsot-race-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #160606 0%, #000 100%);
  padding-top: 76px;
}
.wsot-race-wrapper .wsot-schedule-title {
  margin: 106px auto 40px;
}
.wsot-race-wrapper .wraper-item {
  width: 1150px;
  height: 136px;
  margin: 56px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsot-race-wrapper .wraper-item .item {
  flex: 1;
  height: 136px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wsot-race-wrapper .wraper-item .item .img {
  width: 136px;
  height: 136px;
  margin-right: 24px;
}
.wsot-race-wrapper .wraper-item .item .img-0 {
  background: url('/wsot2023/assets/squad-race/p&l.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-race-wrapper .wraper-item .item .img-1 {
  background: url('/wsot2023/assets/squad-race/crown.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-race-wrapper .wraper-item .item .img-2 {
  background: url('/wsot2023/assets/squad-race/coin.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-race-wrapper .wraper-item .item h2 {
  font-weight: 700;
  font-size: 24px;
  color: #0bccbf;
}
.wsot-race-wrapper .wraper-item .item p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.wsot-race-wrapper .wraper-item-mobile {
  width: 260px;
  flex-flow: wrap;
  height: auto;
  margin: 25px auto 48px;
}
.wsot-race-wrapper .wraper-item-mobile .item {
  height: 100px;
  margin-bottom: 32px;
}
.wsot-race-wrapper .wraper-item-mobile .item .img {
  width: 100px;
  height: 100px;
  margin-right: 36px;
}
.wsot-race-wrapper .wraper-item-mobile .item h2,
.wsot-race-wrapper .wraper-item-mobile .item p {
  font-size: 18px;
}
.wsot-race-wrapper .con {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  background: url('/wsot2023/assets/squad-race/sr-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-race-wrapper .con .header {
  width: 100%;
  display: flex;
  padding-left: 100px;
  padding-top: 60px;
  align-items: center;
  justify-content: center;
}
.wsot-race-wrapper .con .header .items {
  flex: 1;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wsot-race-wrapper .con .header .items .img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.wsot-race-wrapper .con .header .items .img-0 {
  background: url('/wsot2023/assets/squad-race/participants.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-race-wrapper .con .header .items .img-1 {
  background: url('/wsot2023/assets/squad-race/award.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.wsot-race-wrapper .con .header .items h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.wsot-race-wrapper .con .header .items p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #a3a9ae;
}
.wsot-race-wrapper .con .con-step {
  padding: 60px 100px 0;
}
.wsot-race-wrapper .con-mobile {
  width: 100%;
  height: 498px;
  background: url('/wsot2023/assets/squad-race/h5/squad-race-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-race-wrapper .con-mobile .header {
  display: block;
  overflow: hidden;
  padding: 12px 36px 36px 36px;
  width: 100%;
}
.wsot-race-wrapper .con-mobile .header .items {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-left: 60px;
}
.wsot-race-wrapper .con-mobile .header .items .img {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 24px;
}
.wsot-race-wrapper .con-mobile .header .items h2 {
  font-size: 20px;
}
.wsot-race-wrapper .con-mobile .header .items p {
  font-size: 12px;
}
.wsot-race-wrapper .con-mobile .con-step {
  padding: 0 32px;
}
.wsot-race-wrapper .con-mobile .con-step .z-step-view .cons .top-con div {
  font-size: 12px;
}
.wsot-race-wrapper .con-mobile .con-step .z-step-view .cons .top-con div .top,
.wsot-race-wrapper .con-mobile .con-step .z-step-view .cons .top-con div .bottom {
  right: 0;
}
.wsot-race-wrapper .con-mobile .con-step .z-step-view h3 {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wsot-race-wrapper {
    padding-top: 0;
  }
}

.wsot-rankings-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 76px 0;
}
.wsot-rankings-wrapper .wsot-rankings-wrapper__bg {
  width: 100%;
  height: 843px;
  background: url('/wsot2023/assets/squad-race/ranking1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 200px;
}
.wsot-rankings-wrapper .wsot-schedule-title {
  margin: 106px auto 40px;
}
.wsot-rankings-wrapper .con-choice {
  width: 1200px;
  height: 843px;
  margin: 0 auto;
  background: url('/wsot2023/assets/squad-race/bg.png'), #0b1217;
  background-repeat: no-repeat;
  background-size: 100% 85%;
  background-position: top;
  position: relative;
}
.wsot-rankings-wrapper .con-choice .inp-choice {
  background: #143151;
  border: 1px solid #143151;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 380px;
  position: absolute;
  left: 50%;
  top: 50px;
  border-radius: 8px;
  transform: translate(-50%);
}
.wsot-rankings-wrapper .con-choice input::-ms-input-placeholder {
  text-align: center;
}
.wsot-rankings-wrapper .con-choice input::-webkit-input-placeholder {
  text-align: center;
}
.wsot-rankings-wrapper .con-choice .header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 42px 32px 48px;
  justify-content: space-between;
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #0b1217;
  border: 1px solid #8599a6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 4px;
}
.wsot-rankings-wrapper .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .header .change-site .ant-select-dropdown {
  background: #000;
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.wsot-rankings-wrapper .con-choice .header .change-site .ant-select-item-option-selected,
.wsot-rankings-wrapper .con-choice .header .change-site .ant-select-item-option-active {
  background: #0050c7;
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .header .tabs-header {
  flex: 1;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  margin-left: 68px;
}
.wsot-rankings-wrapper .con-choice .header .tabs-header > div {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.wsot-rankings-wrapper .con-choice .header .tabs-header .active {
  color: #0bccbf;
  position: relative;
  margin-top: 5px;
}
.wsot-rankings-wrapper .con-choice .header .tabs-header .active::after {
  content: '';
  width: 30px;
  height: 3px;
  display: block;
  background-color: #0bccbf;
  margin: 5px auto 0;
}
.wsot-rankings-wrapper .con-choice .con-st {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr.ant-table-row:hover > td,
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table {
  background: #0b1217;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table .no-first {
  color: #a3a9ae;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table .ant-empty-description {
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th {
  background: rgba(11, 204, 191, 0.1);
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  border: none;
  text-align: center;
  padding: 16px 0;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th:nth-child(1) {
  width: 120px;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th:nth-child(2) {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th:nth-child(3) {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th:nth-child(4) {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th:nth-child(5) {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-thead > tr > th:nth-child(6) {
  width: 200px;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr .ant-empty-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url('/wsot2023/assets/race/no-data-icon.svg') no-repeat center;
  background-size: 100% 100%;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr .ant-empty-image svg {
  display: none;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr > td {
  color: #8599a6;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  border: none;
  padding: 16px 0;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-tbody > tr > td:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .con-st .color-green {
  color: #16b979;
}
.wsot-rankings-wrapper .con-choice .con-st .color-red {
  color: #e54c67;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item-link {
  background-color: inherit;
  border: none;
  color: #a3a9ae;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item {
  color: #a3a9ae;
  background-color: inherit;
  border: none;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item-active {
  background: #0bd9bd;
  color: #a3a9ae;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con {
  width: 1216px;
  height: 48px;
  background: url('/wsot2023/assets/squad-race/my-ranking.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -8px;
  bottom: 48px;
  display: flex;
  padding: 0 8px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table i {
  width: 20px;
  height: 20px;
  display: block;
  background: url('/wsot2023/assets/race/share-icon.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-0 {
  width: 120px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-1 {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-1 a {
  color: var(--grey-major, #fff);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-2 {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-2 a {
  color: var(--grey-major, #fff);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-3 {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-4 {
  width: 220px;
}
.wsot-rankings-wrapper .con-choice .bottom-table-con .item-table-5 {
  width: 200px;
}
.wsot-rankings-wrapper .con-choice .name-over {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  color: #a3a9ae;
  cursor: pointer;
}
.wsot-rankings-wrapper .con-choice .name-over a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
}
.wsot-rankings-wrapper .con-choice .name-over-green {
  color: #0bd9bd;
}
.wsot-rankings-wrapper .con-choice .first-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f6d561, #f1ab41);
  -webkit-background-clip: text;
  color: transparent;
}
.wsot-rankings-wrapper .con-choice .second-order {
  font-weight: 900;
}
.wsot-rankings-wrapper .con-choice .thirt-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f7a06e, #e3755d);
  -webkit-background-clip: text;
  color: transparent;
}
.wsot-rankings-wrapper .con-choice .footer-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 48px;
  height: 50px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
}
.wsot-rankings-wrapper .con-choice .footer-page .dec {
  color: #8599a6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.wsot-rankings-wrapper .con-choice .footer-page .page-show {
  text-align: right;
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-pagination-item-ellipsis {
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table .no-first {
  color: #a3a9ae;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table .user-name-table {
  width: 280px;
  overflow: hidden;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table .ant-empty-description {
  color: #fff;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table-thead > tr > th {
  background: #0a233f;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-align: center;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table-tbody > tr > td {
  color: #ffffff;
  text-align: center;
  padding: 9px 16px;
  border: none;
  margin: 0 auto;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table-tbody > tr > td:hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .footer-page .color-green {
  color: #16b979;
}
.wsot-rankings-wrapper .con-choice .footer-page .color-red {
  color: #e54c67;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-pagination .ant-pagination-item-link {
  background: rgba(11, 204, 191, 0.1);
  border: none;
  color: #8599a6;
  font-weight: 600;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: rgba(11, 204, 191, 0.1);
  border: none;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-pagination .ant-pagination-item a {
  color: #8599a6;
  font-weight: 600;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-pagination .ant-pagination-item-active {
  background: #0bccbf;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.wsot-rankings-wrapper .con-choice .footer-page .ant-pagination .ant-pagination-item-active a {
  color: #05080a;
  font-weight: 600;
}
.wsot-rankings-wrapper-mobile {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 48px;
}
.wsot-rankings-wrapper-mobile .con-choice {
  width: 100%;
  height: auto;
}
.wsot-rankings-wrapper-mobile .con-choice .item-table-0,
.wsot-rankings-wrapper-mobile .con-choice .item-table-1 {
  text-align: left;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th {
  font-size: 12px;
}
.wsot-rankings-wrapper-mobile .con-choice .no-data {
  position: absolute;
  width: 80px;
  height: 100px;
  margin: 0px auto;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.wsot-rankings-wrapper-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/wsot2023/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wsot-rankings-wrapper-mobile .con-choice .header {
  display: block;
  padding-top: 25px;
  padding: 6px 24px;
}
.wsot-rankings-wrapper-mobile .con-choice .header .change-site {
  width: 150px;
  margin: 25px auto;
  display: flex;
}
.wsot-rankings-wrapper-mobile .con-choice .header .change-site .ant-select-selector {
  height: 30px;
  padding: 0 6px;
}
.wsot-rankings-wrapper-mobile .con-choice .header .tabs-header {
  margin-left: 0;
  font-size: 12px;
  font-weight: 800;
}
.wsot-rankings-wrapper-mobile .con-choice .mobile-name-mem p {
  margin-bottom: 0;
}
.wsot-rankings-wrapper-mobile .con-choice .mobile-name-mem p a {
  text-decoration: underline;
  font-weight: 700;
  color: #fff;
}
.wsot-rankings-wrapper-mobile .con-choice .footer-page {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsot-rankings-wrapper-mobile .con-choice .footer-page .dec {
  display: none;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st {
  padding: 12px 12px 0;
  justify-content: flex-start;
  position: relative;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr.ant-table-row:hover > td,
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td {
  font-size: 12px;
  height: 70px;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td:nth-child(1) {
  width: 25%;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td:nth-child(2) {
  width: 50%;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td:nth-child(1) {
  width: 25%;
}
.wsot-rankings-wrapper-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.wsot-rankings-wrapper-mobile .con-choice .bottom-table-con {
  width: calc(100% - 16px);
  position: static;
  margin: 0 auto;
  height: 70px;
  background: url(/assets/squad-race/h5/my-ranking.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsot-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table {
  display: block;
}
.wsot-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table p {
  margin-bottom: 4px;
}
.wsot-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-0 {
  width: 25%;
  color: #a3a9ae;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.wsot-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-1 {
  width: 55%;
  color: var(--grey-major, #fff);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.wsot-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-2 {
  width: 20%;
  color: #a3a9ae;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.wsot-rankings-wrapper-mobile .con-choice .footer-page {
  position: static;
}
@media (max-width: 767px) {
  .con-choice .inp-choice {
    display: none;
  }
}


.solo-all-ranking-wrap {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 115px;
  background: linear-gradient(180deg, #0a0303 0%, #000 100%);
}
.solo-all-ranking-wrap .ranking-content {
  width: 1200px;
  margin: 79px auto 0;
}
.solo-all-ranking-wrap .ranking-content .type-radio {
  width: 100%;
  height: 107px;
  background-image: url('/wsot2023/assets/solo-game/all-ranking/header-bg.svg');
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--re-new-grey-white);
}
.solo-all-ranking-wrap .ranking-content .type-radio .type-split {
  padding: 0 48px;
  opacity: 0.2;
}
.solo-all-ranking-wrap .ranking-content .type-radio .type-item {
  cursor: pointer;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}
.solo-all-ranking-wrap .ranking-content .type-radio .type-item.active {
  position: relative;
  color: var(--re-new-brand-regular);
}
.solo-all-ranking-wrap .ranking-content .type-radio .type-item.active::after {
  display: block;
  content: '';
  width: 30px;
  height: 3px;
  background-color: var(--re-new-brand-regular);
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}
/** 移动端 */
@media (max-width: 767px) {
  .solo-all-ranking-wrap {
    padding-top: 24px;
    padding-bottom: 48px;
    background: #000000;
  }
  .solo-all-ranking-wrap .ranking-content {
    width: 359px;
    margin-top: 24px;
    overflow: hidden;
  }
  .solo-all-ranking-wrap .ranking-content .type-radio {
    height: 72px;
    background-size: auto;
    background-image: url('/wsot2023/assets/solo-game/all-ranking/header-bg-h5.svg');
  }
  .solo-all-ranking-wrap .ranking-content .type-radio .type-split {
    display: none;
  }
  .solo-all-ranking-wrap .ranking-content .type-radio .type-item {
    margin-top: 18px;
    padding: 13px 14px;
    font-size: 12px;
    line-height: 15px;
  }
}

.solo-all-ranking-table {
  background-color: #0b1217;
}
.solo-all-ranking-table .ant-table {
  color: var(--re-new-grey-white);
}
.solo-all-ranking-table .ant-table .ant-table-content {
  overflow-x: auto;
}
.solo-all-ranking-table .ant-table .ant-table-content::-webkit-scrollbar {
  display: none;
}
.solo-all-ranking-table .ant-table .ant-table-thead tr th {
  border-bottom: none;
  color: var(--re-new-grey-white);
  background: #0b2527;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 14px 0 15px;
  margin-bottom: 8px;
  white-space: nowrap;
}
.solo-all-ranking-table .ant-table .ant-table-tbody {
  background-color: #0b1217;
}
.solo-all-ranking-table .ant-table .ant-table-tbody tr.ant-table-placeholder:hover td {
  background-color: #0b1217;
}
.solo-all-ranking-table .ant-table .ant-table-tbody tr td {
  border-bottom: none;
}
.solo-all-ranking-table .ant-table .ant-table-tbody tr:hover td {
  background-color: #0b1217;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ant-table-cell .profit.up {
  color: var(--re-new-seconday-green);
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ant-table-cell .profit.down {
  color: var(--re-new-seconday-red);
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--re-new-grey-minor);
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1px;
  padding-left: 30px;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .top3-number {
  font-weight: 900;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .top3-number.top3-number-1 {
  background: linear-gradient(141deg, #f6d561 0%, #f1ab41 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .top3-number.top3-number-2 {
  background: linear-gradient(141deg, #cdd0dc 0%, #b8bbc4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .top3-number.top3-number-3 {
  background: linear-gradient(141deg, #f7a06e 0%, #e3755d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .diff-component-inline {
  display: flex;
  margin-left: 30px;
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .diff-component-inline.up {
  color: var(--re-new-seconday-green);
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .diff-component-inline.down {
  color: var(--re-new-seconday-red);
}
.solo-all-ranking-table .ant-table .ant-table-tbody .ranking-number-cel .diff-component-inline span {
  padding-left: 4px;
}
.solo-all-ranking-table .ant-table.ant-table-empty .ant-table-tbody > tr.ant-table-placeholder .ant-empty-normal {
  color: var(--re-new-grey-white);
}
.solo-all-ranking-table .ant-table .ant-table-summary {
  background: #0b2227;
}
.solo-all-ranking-table .ant-table .ant-table-summary tr td {
  border-bottom: none;
  text-align: center;
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell {
  padding: 6px 16px;
  border-top: 2px solid #0bccbf;
  border-bottom: 2px solid #0bccbf;
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.ranking-number-cel {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--re-new-grey-minor);
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1px;
  padding-left: 6px;
  border-left: 2px solid #0bccbf;
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.ranking-number-cel span {
  display: inline-block;
  height: 36px;
  width: 6px;
  background: #42fbee;
  margin-right: 34px;
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.up {
  color: var(--re-new-seconday-green);
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.down {
  color: var(--re-new-seconday-red);
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.award-amount {
  border-right: 2px solid #0bccbf;
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.award-amount i {
  cursor: pointer;
  display: inline-block;
  background-image: url('/wsot2023/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.award-amount i:hover {
  filter: brightness(0.8);
}
.solo-all-ranking-table .ant-table .ant-table-summary .ant-table-cell.award-amount i:active {
  filter: brightness(1.2);
}
.solo-all-ranking-table .ant-table-pagination {
  margin: 40px 0;
}
.solo-all-ranking-table .ant-table-pagination .ant-pagination-prev .ant-pagination-item-link,
.solo-all-ranking-table .ant-table-pagination .ant-pagination-next .ant-pagination-item-link {
  color: var(--re-new-grey-minor);
  border: none;
  background-color: rgba(11, 204, 191, 0.1);
}
.solo-all-ranking-table .ant-table-pagination .ant-pagination-item {
  color: var(--re-new-grey-minor);
  border: none;
  background-color: rgba(11, 204, 191, 0.1);
}
.solo-all-ranking-table .ant-table-pagination .ant-pagination-item a {
  color: var(--re-new-grey-minor);
}
.solo-all-ranking-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active {
  color: var(--re-new-grey-black);
  border: none;
  background-color: var(--re-new-brand-regular);
}
.solo-all-ranking-table .ant-table-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: var(--re-new-grey-black);
}
/** 移动端 */
@media (max-width: 767px) {
  .solo-all-ranking-table {
    margin-top: 16px;
  }
  .solo-all-ranking-table .ant-table .ant-table-thead tr th {
    border-bottom: none;
    color: var(--re-new-grey-white);
    background: #0b2527;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    padding: 14px 0;
  }
  .solo-all-ranking-table .ant-table .ant-table-thead tr th:first-child {
    padding-left: 16px;
  }
  .solo-all-ranking-table .ant-table .ant-table-thead tr th:last-child {
    padding-right: 16px;
  }
}

.solo-event-rules-wrap {
  width: 100%;
  background: radial-gradient(174.17% 119.02% at 50% -15.03%, rgba(0, 255, 238, 0.19) 7.83%, rgba(57, 255, 242, 0) 18.43%), #000e0d;
  padding: 60px 0;
}
.solo-event-rules-wrap .solo-event-rules-block {
  width: 1200px;
  margin: 90px auto 100px;
  color: #52756f;
}
.solo-event-rules-wrap .solo-event-rules-block h2 {
  color: var(--re-new-grey-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-top: 24px;
}
.solo-event-rules-wrap .solo-event-rules-block a {
  color: var(--re-new-brand-regular);
  text-decoration: underline;
}
.solo-event-rules-wrap .solo-event-rules-block a:hover {
  color: var(--re-new-brand-regular-hover);
}
.solo-event-rules-wrap .solo-event-rules-block p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.solo-event-rules-wrap .solo-event-rules-block .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.solo-event-rules-wrap .solo-event-rules-block table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.solo-event-rules-wrap .solo-event-rules-block table th,
.solo-event-rules-wrap .solo-event-rules-block table td {
  height: 56px;
  padding: 16px 5px;
  text-align: center;
  min-width: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.solo-event-rules-wrap .solo-event-rules-block table td {
  padding: 10px 0px;
}
.solo-event-rules-wrap .solo-event-rules-block table th {
  background-color: #0b1217;
}
.solo-event-rules-wrap .solo-event-rules-block table tr {
  background-color: rgba(57, 78, 98, 0.3);
  color: var(--re-new-grey-detail);
}
.solo-event-rules-wrap .solo-event-rules-block table tr:first-child {
  background-color: rgba(57, 78, 98, 0.6);
  color: var(--re-new-grey-minor);
}
.solo-event-rules-wrap .solo-event-rules-block table tr.body-row {
  background-color: #0b1217;
  color: #d1d4d6;
}
.solo-event-rules-wrap .solo-event-rules-block table tr.body-row:first-child {
  background-color: rgba(57, 78, 98, 0.6);
  color: var(--re-new-grey-minor);
}
.solo-event-rules-wrap .solo-event-rules-block table tr.row-total {
  background-color: var(--re-rui-brand-disable);
}
.solo-event-rules-wrap .solo-event-rules-block .table-prize-pool {
  margin-top: 24px;
}
.solo-event-rules-wrap .solo-event-rules-block h3 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-group {
  display: flex;
  flex-direction: row;
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper {
  height: auto;
  background: rgba(11, 204, 191, 0.05);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: var(--re-new-grey-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  border: unset;
  padding: 16px 24px;
  margin: 0;
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper::before {
  display: none;
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border: unset;
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: rgba(11, 204, 191, 0.1);
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: var(--re-new-grey-white);
  background: rgba(11, 204, 191, 0.1);
}
.solo-event-rules-wrap .solo-event-rules-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: none !important;
}
.solo-event-rules-wrap .solo-event-rules-radio table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.solo-event-rules-wrap .solo-event-rules-radio table th,
.solo-event-rules-wrap .solo-event-rules-radio table td {
  padding: 0;
  text-align: left;
}
.solo-event-rules-wrap .solo-event-rules-radio table td {
  padding: 0;
}
.solo-event-rules-wrap .solo-event-rules-radio table .body-row_title {
  background-color: rgba(11, 204, 191, 0.1) !important;
}
.solo-event-rules-wrap .solo-event-rules-radio table .body-row_title th {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--re-new-grey-white);
  background-color: rgba(11, 204, 191, 0.1);
}
.solo-event-rules-wrap .solo-event-rules-radio table tr th:last-child,
.solo-event-rules-wrap .solo-event-rules-radio table tr td:last-child {
  padding-right: 24px;
  text-align: right;
}
.solo-event-rules-wrap .solo-event-rules-radio table tr th:first-child,
.solo-event-rules-wrap .solo-event-rules-radio table tr td:first-child {
  padding-left: 24px;
  text-align: left;
}
.solo-event-rules-wrap .solo-event-rules-radio .table-prize-pool {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--re-new-grey-white);
  margin-top: 24px;
}
.solo-event-rules-wrap .solo-event-rules-radio .table-prize-pool td {
  background: #04211e;
  color: var(--re-new-grey-white);
}
/** ipad */
/** 移动端 */
@media (max-width: 767px) {
  .solo-event-rules-wrap {
    padding: 15px 0 24px;
  }
  .solo-event-rules-wrap .solo-event-rules-block {
    width: 339px;
    margin: 24px auto 0;
    overflow: hidden;
  }
  .solo-event-rules-wrap .solo-event-rules-block h2 {
    color: var(--re-new-grey-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    margin-top: 24px;
  }
  .solo-event-rules-wrap .solo-event-rules-block p {
    font-size: 12px;
    line-height: 17px;
  }
}

.solo-register-no {
  width: 100%;
  height: 60px;
  padding: 17px 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  background: rgba(122, 0, 9, 0.22);
  letter-spacing: 0.15px;
}
.solo-register-no span {
  color: var(--re-new-brand-regular);
}
@media (max-width: 767px) {
  html[lang='ja-JP'] .solo-register-no {
    padding: 12px 0;
    line-height: 19px;
  }
}

.solo-lucky-award-wrap {
  width: 100%;
  height: 580px;
  background: linear-gradient(180deg, #000e0d 0%, #000 100%);
}
.solo-lucky-award-wrap .solo-prize-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solo-lucky-award-wrap .solo-prize-content .left {
  width: 520px;
  margin-right: 122px;
}
.solo-lucky-award-wrap .solo-prize-content .left .title {
  color: var(--re-new-brand-regular);
  font-size: 44px;
  font-style: italic;
  font-weight: 800;
  line-height: 53px;
  margin-bottom: 27px;
  white-space: nowrap;
}
.solo-lucky-award-wrap .solo-prize-content .left .content {
  color: var(--re-new-grey-white);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin: 0;
  white-space: pre-line;
}
.solo-lucky-award-wrap .solo-prize-content .right {
  width: 420px;
  height: 380px;
  background: url('/wsot2023/assets/solo-game/lucky-award/award.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media (max-width: 767px) {
  .solo-lucky-award-wrap {
    height: auto;
  }
  .solo-lucky-award-wrap .solo-prize-content {
    width: 339px;
    margin: 0 auto;
    padding: 40px 0 49px;
    flex-direction: column;
  }
  .solo-lucky-award-wrap .solo-prize-content .left {
    width: 100%;
    margin-right: 0;
  }
  .solo-lucky-award-wrap .solo-prize-content .left .title {
    font-size: 24px;
    line-height: 29px;
  }
  .solo-lucky-award-wrap .solo-prize-content .right {
    width: 100%;
    height: 285px;
    background-image: url('/wsot2023/assets/solo-game/lucky-award/award-h5.svg');
  }
  .solo-lucky-award-wrap .solo-prize-content .content {
    color: var(--re-new-grey-white);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 0;
    white-space: pre-line;
    margin-top: 27px;
  }
}

.solo-prize-pool-wrap {
  width: 100%;
  height: 809px;
  background: linear-gradient(180deg, #160606 0%, #000e0d 100%);
}
.solo-prize-pool-wrap .wsot-schedule-title {
  padding-top: 64px;
}
.solo-prize-pool-wrap .solo-prize-content {
  width: 1200px;
  height: 498px;
  margin: 52px auto 0;
  background: url('/wsot2023/assets/squad-race/sr-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.solo-prize-pool-wrap .solo-prize-content .z-step-view {
  width: 1000px;
  margin: 62px auto 0;
}
.solo-prize-pool-wrap .solo-prize-content .z-step-view h3 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--re-new-grey-white);
}
@media (max-width: 767px) {
  .solo-prize-pool-wrap {
    height: auto;
    background: #000000;
    overflow: hidden;
  }
  .solo-prize-pool-wrap .wsot-schedule-title {
    padding-top: 32px;
  }
  .solo-prize-pool-wrap .solo-prize-content {
    width: 359px;
    height: 584px;
    margin: 43px auto 0;
    background: url('/wsot2023/assets/solo-game/prize-pool/pool-bg-h5.svg');
  }
  .solo-prize-pool-wrap .solo-prize-content .z-step-view {
    width: 295px;
    margin: 58px auto 0;
  }
  .solo-prize-pool-wrap .solo-prize-content .z-step-view h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: var(--re-new-grey-white);
  }
  .solo-prize-pool-wrap .solo-prize-content .z-step-view .cons h3 {
    margin-bottom: 0;
    margin-top: 27px;
  }
}

.solo-prize-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 176px;
}
.solo-prize-card .card-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  margin-right: 48px;
}
.solo-prize-card .card-item .bg {
  width: 72px;
  height: 72px;
  margin-right: 16px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.solo-prize-card .card-item .bg.bg-0 {
  background-image: url('/wsot2023/assets/solo-game/prize-pool/participants.svg');
}
.solo-prize-card .card-item .bg.bg-1 {
  background-image: url('/wsot2023/assets/solo-game/prize-pool/awards.svg');
}
.solo-prize-card .card-item .bg.bg-2 {
  background-image: url('/wsot2023/assets/solo-game/prize-pool/unlock.svg');
}
.solo-prize-card .card-item .data .num {
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  color: var(--re-new-grey-white);
}
.solo-prize-card .card-item .data .label {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--re-new-grey-minor);
}
.solo-prize-card .card-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .solo-prize-card {
    display: block;
    height: auto;
    padding: 32px 0 32px 32px;
  }
  .solo-prize-card .card-item {
    height: 54px;
    margin-bottom: 32px;
  }
  .solo-prize-card .card-item .bg {
    width: 54px;
    height: 54px;
  }
  .solo-prize-card .card-item .data .num {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
  }
  .solo-prize-card .card-item .data .label {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .solo-prize-card .card-item:last-child {
    margin-bottom: 0;
  }
}

.series-feature-block {
  display: flex;
  flex-direction: column;
  margin-top: 58px;
}
.series-feature-block .status-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  height: 40px;
}
.series-feature-block .status-info-item .img {
  margin-right: 24px;
}
.series-feature-block .status-info-item .txt {
  position: static;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--re-new-grey-white);
}
.series-feature-block .status-info-item:last-child {
  margin-bottom: 0;
}
/** ipad */
@media (max-width: 767px) {
  .series-feature-block {
    margin-top: 40px;
    height: auto;
  }
  .series-feature-block .status-info-item {
    height: auto;
  }
  .series-feature-block .status-info-item .img {
    flex-shrink: 0;
    margin-right: 12px;
  }
  .series-feature-block .status-info-item .txt {
    font-size: 14px;
    line-height: 19px;
  }
}

.series-title-block {
  padding-top: 83px;
}
.series-title-block .series-title-block__title {
  white-space: pre-line;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  line-height: 48px;
  color: var(--re-new-brand-regular);
  margin-bottom: 0;
}
.series-title-block .series-title-block__time {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--re-new-grey-white);
  margin-bottom: 0;
  margin-top: 8px;
}
/** ipad */
@media (max-width: 767px) {
  .series-title-block {
    padding-top: 0;
  }
  .series-title-block .series-title-block__title {
    font-size: 24px;
    line-height: 29px;
  }
  .series-title-block .series-title-block__time {
    margin-top: 8px;
  }
}

.modal-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.modal-show {
  display: block;
}
.modal-hidden {
  display: none;
}

.auto-register-dialog-wrapper {
  box-shadow: 0 2px 70px 0 var(--re-new-mask);
  position: absolute;
  width: 584px;
  height: 388px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #000;
  border: 2px solid #ff1f55;
  box-sizing: border-box;
}
.auto-register-dialog-wrapper .dialog-box {
  margin: 24px;
}
.auto-register-dialog-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: flex-end;
}
.auto-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.auto-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/wsot2023/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.auto-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.auto-register-dialog-wrapper .dialog-box .dialog-content {
  margin-top: 32px;
  margin-left: 24px;
  color: var(--re-new-grey-white);
}
.auto-register-dialog-wrapper .dialog-box .dialog-content .large-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.auto-register-dialog-wrapper .dialog-box .dialog-content .small-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 12px;
}
.auto-register-dialog-wrapper .dialog-box .dialog-footer {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
}
.auto-register-dialog-wrapper .dialog-box .dialog-footer .close-btn {
  cursor: pointer;
  width: 264px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  background-image: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 700;
  color: var(--re-new-grey-black);
}
.auto-register-dialog-wrapper .dialog-box .dialog-footer .close-btn:hover {
  background-image: url('/wsot2023/assets/button/primary_button_highlight.png');
}
.auto-register-dialog-wrapper .dialog-box .dialog-footer .close-btn:active {
  background-image: url('/wsot2023/assets/button/primary_button.png');
}
@media (max-width: 767px) {
  .auto-register-dialog-wrapper {
    width: 343px;
    height: 264px;
  }
  .auto-register-dialog-wrapper .dialog-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-left .dialog-header-text {
    font-size: 18px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    width: 12px;
    height: 12px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-content {
    margin-left: 12px;
    margin-top: 18px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-content .large-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-content .small-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-footer {
    bottom: 48px;
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-footer .close-btn {
    cursor: pointer;
    width: 168px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 16px;
    font-weight: 700;
    color: var(--re-new-grey-black);
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-footer .close-btn:hover {
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
  }
  .auto-register-dialog-wrapper .dialog-box .dialog-footer .close-btn:active {
    background-image: url('/wsot2023/assets/button/primary_button_hover-h5.png');
  }
}

.status-model-dialog-wrapper {
  box-shadow: 0 2px 70px 0 var(--re-new-mask);
  position: absolute;
  width: 584px;
  height: 388px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #000;
  border: 2px solid #ff1f55;
  box-sizing: border-box;
}
.status-model-dialog-wrapper .dialog-box {
  margin: 24px;
}
.status-model-dialog-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: flex-end;
}
.status-model-dialog-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.status-model-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/wsot2023/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.status-model-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.status-model-dialog-wrapper .dialog-box .dialog-content {
  margin-top: 32px;
  margin-left: 24px;
  color: var(--re-new-grey-white);
}
.status-model-dialog-wrapper .dialog-box .dialog-content .large-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.status-model-dialog-wrapper .dialog-box .dialog-content .small-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-top: 12px;
}
.status-model-dialog-wrapper .dialog-box .dialog-footer {
  position: absolute;
  bottom: 66px;
  left: 50%;
  transform: translateX(-50%);
}
.status-model-dialog-wrapper .dialog-box .dialog-footer .close-btn {
  cursor: pointer;
  width: 264px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  background-image: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 700;
  color: var(--re-new-grey-black);
}
.status-model-dialog-wrapper .dialog-box .dialog-footer .close-btn:hover {
  background-image: url('/wsot2023/assets/button/primary_button_highlight.png');
}
.status-model-dialog-wrapper .dialog-box .dialog-footer .close-btn:active {
  background-image: url('/wsot2023/assets/button/primary_button.png');
}
@media (max-width: 767px) {
  .status-model-dialog-wrapper {
    width: 343px;
    height: 264px;
  }
  .status-model-dialog-wrapper .dialog-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-header .dialog-header-left .dialog-header-text {
    font-size: 18px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    width: 12px;
    height: 12px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-content {
    margin-left: 12px;
    margin-top: 18px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-content .large-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-content .small-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-footer {
    bottom: 48px;
  }
  .status-model-dialog-wrapper .dialog-box .dialog-footer .close-btn {
    cursor: pointer;
    width: 168px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border: none;
    background-color: transparent;
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 16px;
    font-weight: 700;
    color: var(--re-new-grey-black);
  }
  .status-model-dialog-wrapper .dialog-box .dialog-footer .close-btn:hover {
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
  }
  .status-model-dialog-wrapper .dialog-box .dialog-footer .close-btn:active {
    background-image: url('/wsot2023/assets/button/primary_button_hover-h5.png');
  }
}

.series-countdown-block {
  text-align: center;
  width: 395px;
  height: 340px;
  margin-top: 82px;
  background-image: url('/wsot2023/assets/solo-game/series-info/count-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.series-countdown-block .sub_tit {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding-top: 65px;
  color: var(--re-new-grey-white);
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown {
  margin-top: 11px;
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg {
  width: 100%;
  padding-bottom: 40px;
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg.series-games-clock-disabled-bg {
  width: auto;
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  top: 18px;
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  background: var(--re-new-grey-white) !important;
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item {
  width: 94px;
  height: 79px;
  margin: 0 0 0 8px;
  background-image: url('/wsot2023/assets/solo-game/series-info/count-time-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 2px;
  letter-spacing: 0;
  color: var(--re-new-grey-white);
}
.series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-style: italic;
  text-shadow: 0px 5px 11px rgba(0, 0, 0, 0.4);
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--re-new-grey-detail);
}
.series-countdown-block .register_notify_warp {
  position: relative;
  overflow: hidden;
  margin: 0 -40px;
}
.series-countdown-block .register_notify_warp .angle:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #273d47;
  top: -10px;
  left: -11px;
  z-index: 2;
  transform: rotate(45deg);
  border-right: 1px solid rgba(11, 217, 189, 0.2);
}
.series-countdown-block .register_notify_warp .angle-bottom:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #273d47;
  bottom: -10px;
  right: -11px;
  z-index: 2;
  transform: rotate(45deg);
  border-left: 1px solid rgba(11, 217, 189, 0.2);
}
.series-countdown-block .register_notify_warp .register_notify {
  line-height: 40px;
  background-color: #22303c;
  border: 1px solid rgba(11, 217, 189, 0.3);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #d1d4d6;
  padding-left: 50px;
  position: relative;
  display: block;
}
.series-countdown-block .register_notify_warp .register_notify:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('/wsot2023/theme/blue/notice/notice-logo.png');
  background-size: 50%;
  background-position: center;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.series-countdown-block .register_btn {
  cursor: pointer;
  width: 264px;
  height: 56px;
  line-height: 56px;
  margin: 0 auto;
  background-image: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 24px;
  font-weight: 700;
  color: var(--re-new-grey-black);
}
.series-countdown-block .register_btn:hover {
  background-image: url('/wsot2023/assets/button/primary_button_highlight.png');
}
.series-countdown-block .register_btn:active {
  background-image: url('/wsot2023/assets/button/primary_button.png');
}
.series-countdown-block .register_btn.pre,
.series-countdown-block .register_btn.over {
  cursor: unset;
  background-image: url('/wsot2023/assets/button/gray_button.png');
}
.series-countdown-block .register_btn.pre:hover,
.series-countdown-block .register_btn.over:hover {
  background-image: url('/wsot2023/assets/button/gray_button.png');
}
.series-countdown-block .register_btn.pre:active,
.series-countdown-block .register_btn.over:active {
  background-image: url('/wsot2023/assets/button/gray_button.png');
}
@media (max-width: 767px) {
  .series-countdown-block {
    background-image: url('/wsot2023/assets/solo-game/series-info/count-bg-h5.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 356px;
    height: 338px;
    margin: 24px auto 0;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown {
    margin-top: 40px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg {
    padding: 0;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
    top: 3px;
    margin: 0 16px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex {
    height: 38px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item {
    background: none;
    width: auto;
    height: auto;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-num {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-txt {
    font-size: 10px;
    font-style: normal;
  }
  .series-countdown-block .register_btn {
    width: 168px;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    margin-top: 40px;
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
  }
  .series-countdown-block .register_btn:hover {
    background-image: url('/wsot2023/assets/button/primary_button-h5.png');
  }
  .series-countdown-block .register_btn:active {
    background-image: url('/wsot2023/assets/button/primary_button_hover-h5.png');
  }
  .series-countdown-block .register_btn.pre,
  .series-countdown-block .register_btn.over {
    cursor: unset;
    background-image: url('/wsot2023/assets/button/primary_button_disabled-h5.png');
  }
  .series-countdown-block .register_btn.pre:hover,
  .series-countdown-block .register_btn.over:hover {
    background-image: url('/wsot2023/assets/button/primary_button_disabled-h5.png');
  }
  .series-countdown-block .register_btn.pre:active,
  .series-countdown-block .register_btn.over:active {
    background-image: url('/wsot2023/assets/button/primary_button_disabled-h5.png');
  }
}

.solo-series-info-wrap {
  width: 100%;
  background-color: #000;
  background-image: url('/wsot2023/assets/solo-game/series-info/bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 705px;
}
.solo-series-info-wrap .series-info-block {
  width: 1200px;
  height: 504px;
  margin: 101px auto 0;
  background-image: url('/wsot2023/assets/solo-game/series-info/content-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.solo-series-info-wrap .series-info-block .series-info-block__detail {
  display: flex;
  justify-content: space-between;
  margin: 0 130px 0 120px;
}
.solo-series-info-wrap .series-info-block .series-info-block__detail .left-block {
  flex-grow: 1;
}
.solo-series-info-wrap .series-info-block .series-info-block__detail .right-block {
  flex-shrink: 0;
}
/** ipad */
/** 移动端 */
@media (max-width: 767px) {
  .solo-series-info-wrap {
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, #160606 100%);
    position: relative;
    height: auto;
  }
  .solo-series-info-wrap .series-info-block {
    width: 360px;
    height: 649px;
    margin: 24px auto 32px;
    background-image: url('/wsot2023/assets/solo-game/series-info/content-bg-h5.svg');
    padding: 0;
  }
  .solo-series-info-wrap .series-info-block .series-info-block__detail {
    display: block;
    margin: 32px 0 24px;
    overflow: hidden;
  }
  .solo-series-info-wrap .series-info-block .series-info-block__detail .left-block {
    flex-grow: 1;
    margin: 0 24px;
  }
  .solo-series-info-wrap .series-info-block .series-info-block__detail .right-block {
    flex-shrink: 0;
  }
}

.price-pool {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 94px;
  margin-top: 100px;
}
.price-pool h2 {
  color: #0bccbf;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
}
.price-pool .sub-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.price-pool .sub-title .price-pool__title {
  margin-right: 75px;
}
.price-pool .con-step .z-step-view {
  width: 100%;
  position: relative;
}
.price-pool .con-step .z-step-view h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.price-pool .con-step .z-step-view .cons {
  width: 100%;
  position: relative;
}
.price-pool .con-step .z-step-view .cons .top-con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-pool .con-step .z-step-view .cons .top-con div {
  width: 188px;
  color: #8599a6;
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.price-pool .con-step .z-step-view .cons .top-con-bottom {
  margin-top: 40px;
}
.price-pool .con-step .z-step-view .cons .pop-con {
  background: #2d0909;
  box-sizing: border-box;
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 30px;
  transform: translate3d(-50%, -50%, 0);
  height: 20px;
  z-index: 1;
  overflow: visible;
  width: 100%;
  position: relative;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item {
  display: inline-block !important;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  top: 0;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item div {
  flex: 1;
  height: 20px;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item .active {
  background: #0bccbf;
  border: none;
  position: relative;
  width: 20%;
  display: inline-block;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item .active .top {
  width: 14px;
  height: 10px;
  background: url('/wsot2023/assets/lucky-draw/h5/arrow-down.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -7px;
  bottom: 22px;
}
.price-pool .con-step .z-step-view .cons .pop-con .show-item .active .bottom {
  width: 14px;
  height: 10px;
  background: url('/wsot2023/assets/lucky-draw/h5/arrow-up.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -7px;
  top: 22px;
}
@media (max-width: 767px) {
  .price-pool {
    width: 100%;
    padding: 0 20px;
  }
  .price-pool h2 {
    color: #0bccbf;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .price-pool .sub-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
  }
  .price-pool .sub-title span {
    margin-bottom: 12px;
  }
  .price-pool .con-step .z-step-view h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }
  .price-pool .con-step .z-step-view .cons .top-con div {
    color: var(--grey-white, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .price-pool .con-step .z-step-view .cons .top-con .top {
    right: -10px !important;
  }
  .price-pool .con-step .z-step-view .cons .top-con .bottom {
    right: -10px !important;
  }
}

.bonus__container .bonus__header {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 82px;
}
.bonus__container .bonus__header .left h3 {
  color: #0bccbf;
  font-size: 40px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.bonus__container .bonus__header .left span {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.bonus__container .bonus__header .btn {
  width: 264px;
  height: 56px;
  cursor: pointer;
  background: url('/wsot2023/assets/button/primary_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05080a;
  font-size: 24px;
  font-weight: 700;
}
.bonus__container .bonus__header .btn.gray {
  pointer-events: none;
  background: url('/wsot2023/assets/button/gray_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus__container .bonus__main {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  width: 1020px;
  height: 656px;
  margin: 0 auto;
  margin-top: 86px;
}
.bonus__container .bonus__main .bonus-item:nth-child(1) {
  grid-column-start: 1;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(2) {
  grid-column-start: 3;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(3) {
  grid-column-start: 5;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(4) {
  grid-column-start: 2;
}
.bonus__container .bonus__main .bonus-item:nth-of-type(5) {
  grid-column-start: 4;
}
.bonus__container .bonus__main .bonus-item .bonus__img {
  width: 180px;
  height: 180px;
}
.bonus__container .bonus__main .bonus-item .bonus__title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}
.bonus__container .bonus__main .bonus-item .bonus__title span {
  color: #0bccbf;
  display: block;
  word-break: break-all;
}
@media (max-width: 767px) {
  .bonus__container .bonus__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 37px;
  }
  .bonus__container .bonus__header .left {
    padding: 0 24px;
    text-align: center;
  }
  .bonus__container .bonus__header .left h3 {
    color: var #0bccbf;
    text-align: center;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }
  .bonus__container .bonus__header .left span {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .bonus__container .bonus__header .btn {
    width: 168px;
    height: 40px;
    cursor: pointer;
    background: url('/wsot2023/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #05080a;
    font-size: 16px;
    font-weight: 700;
    margin-top: 24px;
  }
  .bonus__container .bonus__header .btn.gray {
    pointer-events: none;
    background: url('/wsot2023/assets/button/primary_button_disabled-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bonus__container .bonus__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    margin-top: 52px;
  }
  .bonus__container .bonus__main .bonus-item {
    display: flex;
  }
  .bonus__container .bonus__main .bonus-item img {
    width: 100px !important;
    height: 100px !important;
  }
  .bonus__container .bonus__main .bonus-item .bonus__title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 12px;
  }
  .bonus__container .bonus__main .bonus-item .bonus__title span {
    color: #0bccbf;
  }
}

.performance__container .performance__main {
  margin: 0 auto;
}
.performance__container .con-choice {
  width: 1200px;
  margin: 0 auto;
  background: url('/wsot2023/assets/squad-race/ranking-bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  margin-bottom: 60px;
}
.performance__container .con-choice .ant-table .profit {
  color: #089975;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.performance__container .con-choice .ant-table th.head {
  background-color: #0b1217;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  /* 118.75% */
}
.performance__container .con-choice .ant-table .rank {
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
}
.performance__container .con-choice .ant-table .rank .first {
  color: #f6d561;
}
.performance__container .con-choice .ant-table .rank .second {
  color: #b8bbc4;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
.performance__container .con-choice .ant-table .rank .third {
  font-size: 14px;
  font-weight: 900;
  color: #e3755d;
}
.performance__container .con-choice .ant-table .amount_e6 .green {
  color: green;
}
.performance__container .con-choice .ant-table .amount_e6 .red {
  color: red;
}
.performance__container .con-choice .ant-table .is_valid .select {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/wsot2023/assets/squad-race/select.png') no-repeat center;
  background-size: 100% 100%;
}
.performance__container .con-choice .inp-choice {
  background: #143151;
  border: 1px solid #143151;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 380px;
  position: absolute;
  left: 50%;
  top: 50px;
  border-radius: 8px;
  transform: translate(-50%);
}
.performance__container .con-choice input::-ms-input-placeholder {
  text-align: center;
}
.performance__container .con-choice input::-webkit-input-placeholder {
  text-align: center;
}
.performance__container .con-choice .header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 42px 32px 48px;
  justify-content: space-between;
  color: #fff;
}
.performance__container .con-choice .header .my_rank {
  margin-top: 63px;
  flex-basis: 100%;
}
.performance__container .con-choice .header .my_rank span {
  color: #0bccbf;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  /* 118.75% */
}
.performance__container .con-choice .header .my_rank span:nth-child(1) {
  margin-right: 54px;
}
.performance__container .con-choice .header .my_rank span.red {
  color: red;
}
.performance__container .con-choice .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #0b1217;
  border: 1px solid #8599a6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 4px;
}
.performance__container .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.performance__container .con-choice .header .change-site .ant-select-dropdown {
  background: #000;
  color: #fff;
}
.performance__container .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.performance__container .con-choice .header .change-site .ant-select-item-option-selected,
.performance__container .con-choice .header .change-site .ant-select-item-option-active {
  background: #0050c7;
  color: #fff;
}
.performance__container .con-choice .header .tabs-header {
  flex: 1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  margin-left: 68px;
}
.performance__container .con-choice .header .tabs-header > div {
  text-align: center;
  cursor: pointer;
  margin-right: 20px;
}
.performance__container .con-choice .header .tabs-header > div:nth-last-child(1)::before {
  content: '/';
  color: rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
.performance__container .con-choice .header .tabs-header .active {
  color: #0bccbf;
  position: relative;
  margin-top: 5px;
}
.performance__container .con-choice .header .tabs-header .active::after {
  content: '';
  width: 30px;
  height: 3px;
  display: block;
  background-color: #0bccbf;
  margin: 5px auto 0;
}
.performance__container .con-choice .con-st {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  background-color: #0b1217;
  padding-bottom: 32px;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr.ant-table-row:hover > td,
.performance__container .con-choice .con-st .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.performance__container .con-choice .con-st .ant-table {
  background: #0b1217;
}
.performance__container .con-choice .con-st .ant-table .no-first {
  color: #a3a9ae;
}
.performance__container .con-choice .con-st .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.performance__container .con-choice .con-st .ant-table .ant-empty-description {
  color: #fff;
}
.performance__container .con-choice .con-st .ant-table-thead > tr > th {
  background: rgba(11, 204, 191, 0.1);
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  border: none;
  text-align: center;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .ant-table-tbody > tr .ant-empty-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url('/wsot2023/assets/race/no-data-icon.svg') no-repeat center;
  background-size: 100% 100%;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr .ant-empty-image svg {
  display: none;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .ant-table-tbody > tr > td {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  border: none;
}
.performance__container .con-choice .con-st .ant-table-tbody > tr > td:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .color-green {
  color: #16b979;
}
.performance__container .con-choice .con-st .color-red {
  color: #e54c67;
}
.performance__container .con-choice .con-st .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item-link {
  background-color: inherit;
  border: none;
  color: #a3a9ae;
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item {
  color: #a3a9ae;
  background-color: inherit;
  border: none;
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.performance__container .con-choice .con-st .ant-pagination .ant-pagination-item-active {
  background: #0bd9bd;
  color: #a3a9ae;
  opacity: 1;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.performance__container .con-choice .bottom-table-con {
  width: 1080px;
  height: 48px;
  background-color: #143151;
  position: absolute;
  left: 68px;
  right: 68px;
  bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance__container .con-choice .bottom-table-con .item-table {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.performance__container .con-choice .bottom-table-con .item-table i {
  width: 20px;
  height: 20px;
  display: block;
  background: url('/wsot2023/assets/race/share-icon.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.performance__container .con-choice .bottom-table-con .item-table-0 {
  width: 120px;
}
.performance__container .con-choice .bottom-table-con .item-table-1 {
  width: 240px;
  color: #00eed1;
}
.performance__container .con-choice .bottom-table-con .item-table-1 a {
  text-decoration: underline;
  color: #00eed1;
}
.performance__container .con-choice .bottom-table-con .item-table-2 {
  width: 120px;
}
.performance__container .con-choice .bottom-table-con .item-table-3 {
  width: 200px;
}
.performance__container .con-choice .bottom-table-con .item-table-4 {
  width: 200px;
}
.performance__container .con-choice .bottom-table-con .item-table-5 {
  width: 200px;
}
.performance__container .con-choice .name-over {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  color: #a3a9ae;
  cursor: pointer;
}
.performance__container .con-choice .name-over a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration-line: underline;
}
.performance__container .con-choice .name-over-green {
  color: #0bd9bd;
}
.performance__container .con-choice .first-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f6d561, #f1ab41);
  -webkit-background-clip: text;
  color: transparent;
}
.performance__container .con-choice .second-order {
  font-weight: 900;
}
.performance__container .con-choice .thirt-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f7a06e, #e3755d);
  -webkit-background-clip: text;
  color: transparent;
}
.performance__container .con-choice .footer-page {
  bottom: 24px;
  left: 0;
  right: 0;
  padding: 0 48px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
  margin: 0 auto;
}
.performance__container .con-choice .footer-page .dec {
  color: #8599a6;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.performance__container .con-choice .footer-page > div {
  flex: 1;
}
.performance__container .con-choice .footer-page .page-show {
  text-align: right;
  color: #fff;
}
.performance__container .con-choice .footer-page .ant-pagination-item-ellipsis {
  color: #fff;
}
.performance__container .con-choice .footer-page .ant-table {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table .no-first {
  color: #a3a9ae;
}
.performance__container .con-choice .footer-page .ant-table .user-name-table {
  width: 280px;
  overflow: hidden;
}
.performance__container .con-choice .footer-page .ant-table .ant-empty-description {
  color: #fff;
}
.performance__container .con-choice .footer-page .ant-table-thead > tr > th {
  background: #0a233f;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-align: center;
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr > td {
  color: #ffffff;
  text-align: center;
  padding: 9px 16px;
  border: none;
  margin: 0 auto;
}
.performance__container .con-choice .footer-page .ant-table-tbody > tr > td:hover {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .color-green {
  color: #16b979;
}
.performance__container .con-choice .footer-page .color-red {
  color: #e54c67;
}
.performance__container .con-choice .footer-page .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: rgba(10, 35, 63, 0.3);
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item-link {
  background: rgba(11, 204, 191, 0.1);
  border: none;
  color: #8599a6;
  font-weight: 600;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: rgba(11, 204, 191, 0.1);
  border: none;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item a {
  color: #8599a6;
  font-weight: 600;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item-active {
  background: #0bccbf;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.performance__container .con-choice .footer-page .ant-pagination .ant-pagination-item-active a {
  color: #05080a;
  font-weight: 600;
}
.performance__container-mobile {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.performance__container-mobile .con-choice {
  width: 100%;
  height: auto;
}
.performance__container-mobile .con-choice .item-table-0,
.performance__container-mobile .con-choice .item-table-1 {
  text-align: left;
}
.performance__container-mobile .con-choice .no-data {
  position: absolute;
  width: 80px;
  height: 100px;
  margin: 0px auto;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
.performance__container-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/wsot2023/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.performance__container-mobile .con-choice .header {
  display: block;
  padding-top: 25px;
  padding: 6px 24px;
}
.performance__container-mobile .con-choice .header .my_rank {
  margin-top: 20px;
}
.performance__container-mobile .con-choice .header .my_rank span:nth-child(1) {
  margin-right: 20px;
}
.performance__container-mobile .con-choice .header .change-site {
  margin: 20px auto;
  display: block;
}
.performance__container-mobile .con-choice .header .tabs-header {
  margin-left: 0;
  color: var(--grey-major, #fff);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.performance__container-mobile .con-choice .header .tabs-header div {
  word-break: break-all;
}
.performance__container-mobile .con-choice .header .tabs-header div:nth-last-child(1) {
  margin-left: 40px;
}
.performance__container-mobile .con-choice .mobile-name-mem p {
  margin-bottom: 0;
}
.performance__container-mobile .con-choice .mobile-name-mem p a {
  text-decoration: underline;
  font-weight: 700;
}
.performance__container-mobile .con-choice .footer-page {
  display: flex;
  padding: 0 24px;
  text-align: center;
}
.performance__container-mobile .con-choice .footer-page .dec {
  display: none;
}
.performance__container-mobile .con-choice .con-st {
  padding: 12px;
  justify-content: flex-start;
  position: relative;
  background-color: #0b1217;
}
.performance__container-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.performance__container-mobile .con-choice .con-st .ant-table-wrapper .ant-table-thead .ant-table-cell {
  color: var(--grey-major, #fff);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  /* 158.333% */
}
.performance__container-mobile .con-choice .mobile-name-mem {
  text-align: left;
}
.performance__container-mobile .con-choice .mobile-name-mem p {
  margin-bottom: 0;
}
.performance__container-mobile .con-choice .bottom-table-con {
  width: auto;
  left: 12px;
  padding-left: 12px;
  right: 12px;
  height: 56px;
}
.performance__container-mobile .con-choice .bottom-table-con .item-table {
  display: block;
}
.performance__container-mobile .con-choice .bottom-table-con .item-table p {
  margin-bottom: 4px;
}
.performance__container-mobile .con-choice .bottom-table-con .item-table-0 {
  width: 88px;
}

.copytrade__container .copytrade__rules {
  width: 100%;
  background: #000e0d;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 370px;
  justify-content: center;
  align-items: center;
  color: #52756f;
  font-size: 14px;
  font-weight: 500;
}
.copytrade__container .copytrade__rules .rules-title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.copytrade__container .copytrade__rules .rules-main h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .copytrade__container .copytrade__rules {
    padding: 40px 24px;
    color: #52756f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* scroll style */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(11, 217, 189, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(11, 217, 189, 0.5);
}
.page-container {
  background: #000;
}
.page-container .referral-no-login-page-section {
  width: 100%;
  height: 100%;
}
.page-container .referral-login-page-section {
  width: 100%;
  height: 100%;
  padding-bottom: 79px;
}
@media (max-width: 767px) {
  .referral-login-page-section {
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
  }
}

.ant-input {
  background-color: #191a2a;
  border: 1px solid #ffffff66;
  font-size: 12px;
  color: #fff;
}
#register-form .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0;
}
#register-form .ant-input {
  display: flex;
  padding: 15.5px 10px;
  align-items: center;
  gap: 10px;
  background-color: transparent !important;
  border-color: var(--grey-minor, #8599a6);
}
#register-form .ant-input:focus {
  border-color: #0bccbf;
  box-shadow: none;
}
#register-form .ant-form-item-has-error .ant-input,
#register-form .ant-form-item-has-error:focus {
  border-color: #ff4d4f;
}
#register-form .ant-radio-button-wrapper {
  background: #410005;
  display: flex;
  padding: 14px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  height: auto;
}
#register-form .threshold-options {
  margin-bottom: 0;
}
#register-form .threshold-by-code {
  font-size: 12px;
  font-weight: 400;
  color: #8599a6;
}
#register-form .threshold-by-code .code-main {
  display: flex;
  align-items: center;
}
#register-form .threshold-by-code span.code {
  color: var(--grey-major, #fff);
  font-size: 32px;
  margin-right: 16px;
}
#register-form .threshold-by-code span.change {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--brand-regular, #0bccbf);
  text-align: center;
  font-size: 14px;
}
#register-form .threshold-by-code span.change i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wsot2023/assets/leader-register/register_thresohold_code_change.svg');
  background-size: cover;
  margin-right: 4px;
}
.register-confirm {
  height: 336px;
  background: #22245d;
  padding: 45px 32px;
}
.register-confirm .success-icon {
  width: 80px;
  height: 83px;
  display: block;
  margin: 0 auto;
  background: url('/wsot2023/modal/icon_success.svg') no-repeat;
}
.register-confirm b {
  display: block;
  font-weight: 800;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  margin-top: 23px;
}
.register-confirm .register-confirm-desc {
  margin-top: 8px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.register-confirm .confirm-btn {
  background: url('/wsot2023/modal/btn-bg.svg') no-repeat;
  width: 246px;
  height: 70px;
  line-height: 60px;
  cursor: pointer;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: #000000;
}
.form-container {
  background: #1a0103;
  width: 100%;
  padding-top: 51px;
}
.form-container .ant-form-item-required:before {
  display: none !important;
}
.form-container .captain_social_links .ant-form-item {
  color: #fff;
  margin-bottom: 8px;
}
.form-container .ant-form-item-explain-error {
  display: none;
}
.form-container .ant-form-item-control {
  flex-direction: column-reverse;
  display: flex;
}
.form-container .ant-form-item {
  color: #fff;
  margin-bottom: 40px;
  line-height: 21px;
}
.form-container .ant-form-item .ant-form-item-extra {
  color: #8c9399;
  margin-bottom: 8px;
  line-height: 20px;
}
.form-container .ant-form-item-label {
  padding: 0 !important;
}
.form-container .ant-form-item-label > label {
  color: #fff;
  line-height: initial;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
}
.form-container .form-inner {
  width: 1200px;
  margin: 0 auto;
}
.form-container .form-inner .your-details {
  padding: 48px 78px;
  border: #7a0009 2px solid;
  color: #fff;
}
.form-container .form-inner h3 {
  margin-top: 65px;
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  align-items: center;
  text-align: left;
  color: #ffffff;
}
.form-container .form-inner .your-details-tips {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 15px 24px;
  background: #0b3330;
  display: flex;
  align-items: center;
}
.form-container .form-inner .your-details-tips .your-details-tips-icon {
  margin-right: 16px;
  background: url('/wsot2023/assets/leader-register/warning_icon.svg') no-repeat;
  background-size: cover;
  width: 26px;
  height: 20px;
}
.form-container .form-inner .your-details-tips .your-details-text {
  word-break: break-all;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #ffffff;
}
.form-container .form-inner .social-media-add {
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #0bd9bd;
}
.icon-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.icon-selector .avatar-wraper {
  height: 71px;
  width: 71px;
  background-color: rgba(59, 67, 255, 0.1);
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
}
.icon-selector .avatar-wraper img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-selector .avatar-wraper i {
  display: none;
}
.icon-selector .avatar-wraper:hover {
  border: 2px solid #14ffff;
}
.icon-selector .selected {
  border: 2px solid #14ffff !important;
}
.icon-selector .selected i {
  display: block;
  width: 16.7px;
  height: 16.7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-position: center;
  background-size: contain !important;
  background: url('/wsot2023/assets/leader-register/selected.svg');
}
.form-item label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: normal;
}
.form-item .form-item-desc {
  margin-top: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}
.registration-form {
  width: 100%;
  background-color: black;
}
.follower-list {
  display: flex;
  gap: 32px;
}
.follower-list .follower-item {
  min-width: 70px;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  background: rgba(59, 67, 255, 0.1);
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  line-height: 60px;
  color: white;
  position: relative;
  border: 2px solid transparent;
}
.follower-list .follower-item i {
  display: none;
}
.follower-list .selected {
  border: 2px solid #14ffff !important;
}
.follower-list .selected i {
  display: block;
  width: 16.7px;
  height: 16.7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-position: center;
  background-size: contain !important;
  background: url('/wsot2023/assets/leader-register/selected.svg');
}
.ant-input:focus {
  border-color: #14ffff;
}
.ant-input:disabled {
  color: #ffffff;
}
.ant-radio-group {
  display: flex;
  flex-direction: column;
}
.ant-radio-group .ant-radio-button-wrapper {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background: #120f34;
  border: 1px solid #8c9399;
  color: #8c9399;
  margin-bottom: 18px;
}
.ant-radio-group .ant-radio-button-wrapper:not(:first-child)::before {
  width: 0px !important;
}
.ant-radio-group .ant-radio-button-wrapper-checked {
  border-color: #14ffff !important;
  color: #ffffff;
}
.submit-btn {
  margin: 0 auto;
  background: url('/wsot2023/assets/button/primary_button_large.png');
  background-size: cover;
  background-position: center;
  width: 314px;
  height: 115px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}
.submit-btn:hover {
  background: url('/wsot2023/assets/button/primary_button_hover_large.png');
  background-size: cover;
  background-position: center;
  width: 314px;
  height: 115px;
  color: '';
}
.submit-btn.disable {
  background: url('/wsot2023/assets/button/gray_button.png');
  background-size: cover;
  background-position: center;
  width: 264px;
  height: 56px;
  cursor: unset;
}
.avatar-uploader {
  width: 71px;
  height: 71px;
}
.avatar-uploader .ant-upload-select-picture-card {
  height: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: top;
  background-color: unset;
  border: unset;
  border-radius: 0;
}
.by-upload-icon {
  width: 71px;
  height: 71px;
  background: url(https://static-sg.bybit.com/wsot/upload-41358a2b0afe983f489b6c6566316cb2.png);
}
.by-uploaded-icon {
  position: relative;
  top: -2px;
  left: -2px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #3b43ff;
  width: 71px;
  height: 71px;
}
.by-uploaded-icon .by-uploaded-camera {
  background: url('/wsot2023/camera.svg') no-repeat;
  position: absolute;
  width: 24px;
  height: 23px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.avatar-hover-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.avatar-hover-wrapper .avatar-mask {
  visibility: hidden;
}
.avatar-hover-wrapper:hover .avatar-mask {
  visibility: visible;
  position: absolute;
  z-index: 999;
}
@media (max-width: 767px) {
  .ant-radio-button-wrapper {
    word-break: break-word;
    height: auto;
    font-size: 28px;
  }
  .form-container {
    padding-top: 40px;
  }
  .form-container .form-inner {
    width: calc(100% - 28px);
  }
  .form-container .form-inner .your-details {
    padding: 28px 14px 0px;
  }
  .form-container .form-inner .your-details .your-details-tips {
    margin-bottom: 30px;
  }
  .form-container .form-inner .your-details .your-details-tips .your-details-tips-icon {
    padding: 0 11.5px 0 13.5px;
    margin: 0;
    width: 15px;
    height: 15px;
    background-size: 100% 100%;
  }
  .form-container .form-inner .your-details .your-details-tips .your-details-text {
    font-size: 11px;
  }
  .form-container .form-inner .your-details h3 {
    font-size: 24px;
    line-height: 19px;
    margin: 0 0 30px 0;
    text-align: left;
    word-break: break-word;
  }
  .form-container .ant-form-item {
    margin-bottom: 28px;
  }
  .form-container .ant-form-item .ant-form-item-label {
    padding: 0 !important;
  }
  .form-container .ant-form-item .ant-form-item-label {
    line-height: 18px;
    color: #ffffff;
    padding: 0 !important;
  }
  .form-container .ant-form-item .ant-form-item-label > label {
    line-height: 18px;
  }
  .form-container .ant-form-item .ant-form-item-control .ant-form-item-extra {
    word-wrap: break-word;
    font-weight: 500;
    font-size: 12px;
    color: #8c9399;
  }
  .follower-list {
    flex-wrap: wrap;
    gap: 12px 8px;
  }
  .icon-selector {
    gap: 8px;
  }
  .submit-btn {
    background-size: 100% 100%;
    width: 200px !important;
    height: 73px !important;
    margin-top: 28px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .follower-item {
    min-width: 56px !important;
    padding: 0 !important;
  }
}

.wsot-leader-header-wrapper {
  width: 100%;
  padding-top: 85px;
  background-image: url('/wsot2023/assets/leader-register/register_leader_header_bg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint {
  width: 1200px;
  height: 398px;
  flex-shrink: 0;
  background-image: url('/wsot2023/assets/leader-register/register_leader_header_mask.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--logo {
  width: 107px;
  height: 107px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--title {
  display: flex;
  justify-content: center;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--title span {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  margin-left: 16px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main {
  display: flex;
  justify-content: space-between;
  margin: 36px 0 42px 0;
  padding: 0 92px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block1,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block2,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block1 .hint__title,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block2 .hint__title,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block3 .hint__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  margin-top: 12px;
  color: #0bccbf;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block1 .hint__desc,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block2 .hint__desc,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block3 .hint__desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 12px;
  max-width: 219px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block1 .hint__icon {
  background-image: url('/wsot2023/assets/leader-register/register_leader_header_icon1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block2 .hint__icon {
  background-image: url('/wsot2023/assets/leader-register/register_leader_header_icon2.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint--main .hint-block3 .hint__icon {
  background-image: url('/wsot2023/assets/leader-register/register_leader_header_icon3.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint-bottom .hint-bottom__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint-bottom .hint-bottom__header .left,
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint-bottom .hint-bottom__header .right {
  min-width: 400px;
  height: 1px;
  flex-shrink: 0;
  background: var(--seconday-red-regular, #e53341);
}
.wsot-leader-header-wrapper .wsot-leader-register-header__hint .hint-bottom .wsot-clock-item {
  background-image: url('/wsot2023/assets/leader-register/countdown_bottom.png') !important;
}
.wsot-leader-register-header-title {
  margin-top: 43px;
}
@media (max-width: 767px) {
  .wsot-leader-register-header__hint {
    width: 100% !important;
    height: auto !important;
  }
  .wsot-leader-register-header__hint .hint--title span {
    font-size: 16px !important;
  }
  .hint--main {
    display: flex;
    flex-direction: column !important;
    padding: 0 30px !important;
  }
  .hint--main .hint-block1,
  .hint--main .hint-block2,
  .hint--main .hint-block3 {
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
  }
  .hint--main .hint-block1 .hint__icon,
  .hint--main .hint-block2 .hint__icon,
  .hint--main .hint-block3 .hint__icon {
    width: 60px !important;
    height: 60px !important;
  }
  .hint--main .hint-block1 .right,
  .hint--main .hint-block2 .right,
  .hint--main .hint-block3 .right {
    margin-left: 12px;
  }
  .hint--main .hint-block1 .hint__title,
  .hint--main .hint-block2 .hint__title,
  .hint--main .hint-block3 .hint__title {
    font-size: 14px !important;
    text-align: left !important;
  }
  .hint--main .hint-block1 .hint__desc,
  .hint--main .hint-block2 .hint__desc,
  .hint--main .hint-block3 .hint__desc {
    font-size: 12px !important;
    zoom: 0.83;
    max-width: 265px !important;
    text-align: left !important;
  }
  .hint-bottom .left,
  .hint-bottom .right {
    width: 3rem !important;
    min-width: auto !important;
  }
}

.rules-wrapper {
  width: 1200px;
  margin: 82px auto;
  position: relative;
}
.rules-wrapper .rules-content {
  margin-top: 51px;
  padding: 60px 102px 72px 102px;
  border: #7a0009 2px solid;
  font-size: 16px;
  line-height: 28px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .rules-wrapper {
    width: 100%;
    margin: 40px auto 0px;
    padding: 0 14px;
  }
  .rules-wrapper .rules-content {
    margin-top: 40px;
    padding: 28px 14px;
    font-size: 12px;
    line-height: 20px;
  }
}

.register-page-container {
  background: #1a0103;
  color: #fff;
  padding-bottom: 93px;
  margin-top: -48px;
}

