.content-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bg .con-models {
  position: relative;
  width: 500px;
  height: 680px;
  background: url('/ZoomexNationsCup2025/assets/background/model-bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 40px 40px 24px;
  color: var(--re-new-grey-white);
  border-radius: 10px;
}
.content-bg .con-models .model-header {
  width: 100%;
  position: relative;
}
.content-bg .con-models .model-header h2 {
  line-height: 40px;
  text-shadow: 0px 0px 30px rgba(255, 247, 162, 0.8);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.content-bg .con-models .model-header .close-model {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.content-bg .con-models .code-con {
  margin-top: 12px;
}
.content-bg .con-models .code-con .header .p1 {
  margin-bottom: 4px;
  line-height: 23px;
  font-size: 18px;
  font-weight: 600;
}
.content-bg .con-models .code-con .header .p2 {
  color: var(--re-new-grey-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.content-bg .con-models .code-con .qr-code {
  width: 140px;
  height: 140px;
  margin-top: 40px;
  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 {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.content-bg .con-models .code-con .show-num span {
  color: var(--re-new-brand-regular);
}
.content-bg .con-models .code-con .con-item {
  margin-top: 16px;
}
.content-bg .con-models .code-con .con-item > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.content-bg .con-models .code-con .con-item > div:last-child {
  margin-bottom: 0;
}
.content-bg .con-models .code-con .con-item > div .con-item-p1 {
  color: #bbc9d6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 16px;
}
.content-bg .con-models .code-con .con-item > div .con-item-p2 {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.content-bg .con-models .share-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  padding: 24px 40px;
  border-radius: 0px 0px 14px 14px;
  background: linear-gradient(180deg, rgba(153, 115, 33, 0.22) 0%, rgba(0, 0, 0, 0.9) 100%);
  backdrop-filter: blur(10px);
}
.content-bg .con-models .share-footer .copy-con {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.content-bg .con-models .share-footer .copy-con .copy-con__title {
  margin-bottom: 8px;
  line-height: 18px;
  color: #bbc9d6;
}
.content-bg .con-models .share-footer .copy-con .copy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-left {
  width: 325px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--re-new-grey-white);
  margin-right: 24px;
  white-space: nowrap;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--main-color);
  white-space: nowrap;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-right .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url('/ZoomexNationsCup2025/assets/common/copy.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.content-bg .con-models .share-footer .name-share {
  margin-top: 20px;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list {
  justify-content: flex-start;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div {
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0 !important;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div:last-child {
  margin-right: 0;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div img {
  width: 40px;
  height: 40px;
}
.content-bg .con-models-h5 {
  width: 327px;
  height: 444px;
  padding: 24px 24px 16px;
  background-image: url('/ZoomexNationsCup2025/assets/background/model-bg-h5.png');
  background-size: contain;
  border-radius: 10px;
}
.content-bg .con-models-h5 .model-header h2 {
  line-height: 25px;
  text-shadow: 0px 0px 19.62px rgba(255, 247, 162, 0.8);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.content-bg .con-models-h5 .model-header .close-model {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 24px;
  height: 24px;
}
.content-bg .con-models-h5 .code-con {
  margin-top: 7.8px;
  width: 210px;
  height: auto;
}
.content-bg .con-models-h5 .code-con .header .p1 {
  margin-bottom: 2px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
}
.content-bg .con-models-h5 .code-con .header .p2 {
  line-height: 13px;
  font-size: 10px;
}
.content-bg .con-models-h5 .code-con .qr-code {
  margin-top: 26px;
  width: 98px;
  height: 98px;
}
.content-bg .con-models-h5 .code-con .show-num {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
}
.content-bg .con-models-h5 .code-con .con-item {
  justify-content: space-between;
  padding: 0;
}
.content-bg .con-models-h5 .code-con .con-item > div {
  margin-bottom: 8px;
}
.content-bg .con-models-h5 .code-con .con-item > div:last-child {
  margin-bottom: 0;
}
.content-bg .con-models-h5 .code-con .con-item > div .con-item-p1 {
  margin-right: 10px;
  line-height: 15px;
  font-size: 12px;
}
.content-bg .con-models-h5 .code-con .con-item > div .con-item-p2 {
  line-height: 15px;
  font-size: 12px;
}
.content-bg .con-models-h5 .share-footer {
  border-radius: 0px 0px 9.156px 9.156px;
  padding: 16px 24px;
  background: linear-gradient(180deg, rgba(153, 115, 33, 0.22) 0%, rgba(0, 0, 0, 0.9) 100%);
  backdrop-filter: blur(6.54000044px);
}
.content-bg .con-models-h5 .share-footer .copy-con {
  font-size: 10px;
  font-weight: 600;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-con__title {
  margin-bottom: 5px;
  line-height: 13px;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-left {
  width: 217px;
  line-height: 13px;
  margin-right: 12px;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-right {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: var(--main-color);
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-right .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2.6px;
  background-image: url('/ZoomexNationsCup2025/assets/common/copy.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.content-bg .con-models-h5 .share-footer .name-share {
  margin-top: 8px;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div {
  width: 24px;
  height: 24px;
  margin-right: 20px !important;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div:last-child {
  margin-right: 0 !important;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div img {
  width: 24px;
  height: 24px;
}
.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 div img.loading {
  filter: brightness(0.3);
  cursor: not-allowed;
}
.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;
  }
}

.mobile-ranking-container .ranking-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
  padding: 16px;
  color: var(--re-new-grey-white);
  font-size: 14px;
  font-weight: 400;
}
.mobile-ranking-container .ranking-item > div:nth-child(even) {
  width: 120px;
}
.mobile-ranking-container .ranking-item > div:nth-child(odd) {
  width: 146px;
}
.mobile-ranking-container .ranking-item .ranking-user {
  width: 50%;
  line-height: 18px;
}
.mobile-ranking-container .ranking-item .ranking-user .ranking-label {
  margin-bottom: 8px;
  color: var(--detail-color);
}
.mobile-ranking-container .user-ranking {
  height: 408px;
  overflow-y: auto;
}
.mobile-ranking-container .user-ranking.large {
  height: 680px;
}
.mobile-ranking-container .my-ranking {
  border: 1px solid var(--border-color);
  background-color: #251902;
  margin-top: 24px;
}

.modal-pin {
  color: #fff;
  border-radius: 4px;
  background: #000;
}
.modal-pin .ant-modal-body {
  padding: 100px 24px 60px;
}
.modal-pin .ant-modal-body .pin-title {
  color: var(--re-new-grey-major, #FFF);
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  line-height: normal;
}
.modal-pin .ant-modal-body .pin-desc {
  margin-top: 8px;
  color: var(--re-new-grey-major, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.modal-pin .ant-modal-close-x {
  color: #fff;
}
.modal-pin .modal-pin-input {
  display: flex;
  width: 360px;
  height: 72px;
  justify-content: space-between;
  align-items: center;
  margin: 17px auto 52px;
}
.modal-pin .modal-pin-input .ant-input {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  border: 1px solid #6A6A6A;
  text-align: center;
  background: #251902;
  color: #fff;
}
.modal-pin .modal-pin-input .ant-input:hover {
  border: 1px solid #FFEFA0;
}
.modal-pin .pin-btn {
  width: 424px;
  height: 64px;
  margin: 0 auto;
  background: url('/ZoomexNationsCup2025/assets/button/primary_button.png') no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 64px;
  color: #FFEFA0;
  font-size: 20px;
  font-weight: 600;
}
.modal-pin .pin-btn:hover {
  background: url('/ZoomexNationsCup2025/assets/button/primary_button_hover.png') no-repeat center;
  background-size: 100% 100%;
  color: #FFEFA0;
}
.modal-pin .pin-btn-disable {
  width: 424px;
  height: 64px;
  margin: 0 auto;
  background: url('/ZoomexNationsCup2025/assets/button/primary_button_disabled.png') no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 64px;
  color: #6A6A6A;
  font-size: 20px;
  font-weight: 600;
  cursor: not-allowed;
}
.modal-pin-mobile {
  border: 1px solid #ff1f55;
}
.modal-pin-mobile .modal-pin-input {
  width: 240px;
  height: 52px;
  margin: 24px auto;
}
.modal-pin-mobile .modal-pin-input .ant-input {
  width: 50px;
  height: 50px;
}
.modal-pin-mobile .pin-btn,
.modal-pin-mobile .pin-btn-disable {
  width: 168px;
  height: 40px;
  line-height: 40px;
}
.detail-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  z-index: 1002;
}
.detail-bg .con-model {
  position: relative;
  width: 1200px;
  height: 638px;
  margin: 0 auto;
  background: url('/ZoomexNationsCup2025/assets/squad-race/details-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg .con-model .detail-title {
  font-style: italic;
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
.detail-bg .con-model .detail-title span {
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/modal/modal_close.svg') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
}
.detail-bg .con-model .cons-detail {
  padding: 20px 32px 16px 38px;
  display: flex;
  justify-content: space-between;
}
.detail-bg .con-model .cons-detail .con-left {
  width: 204px;
  margin-right: 35px;
  position: relative;
}
.detail-bg .con-model .cons-detail .con-left .ai-icon {
  display: block;
  width: 46px;
  height: 34px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  left: 24px;
}
.detail-bg .con-model .cons-detail .con-left .race-item {
  margin: 33px auto 0;
  color: var(--re-new-grey-major);
  text-align: center;
}
.detail-bg .con-model .cons-detail .con-left .race-item .img {
  width: 72px;
  height: 72px;
  margin: auto;
  display: block;
}
.detail-bg .con-model .cons-detail .con-left .race-item h3 {
  margin-top: 20px;
  line-height: 20px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 400;
}
.detail-bg .con-model .cons-detail .con-left .race-item .dec {
  height: 60px;
  margin-top: 4px;
  overflow: hidden;
  word-break: break-word;
  text-overflow: ellipsis;
  color: var(--re-new-grey-minor);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.detail-bg .con-model .cons-detail .con-left .race-item .leader-name-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}
.detail-bg .con-model .cons-detail .con-left .race-item .name-leader {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.detail-bg .con-model .cons-detail .con-left .race-item .name-leader span {
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-bg .con-model .cons-detail .con-left .race-item .name-leader .flag {
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/flag.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.detail-bg .con-model .cons-detail .con-left .race-item .leader-num {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.detail-bg .con-model .cons-detail .con-left .race-item .leader-num .person {
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/person.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.detail-bg .con-model .cons-detail .con-left .race-item .btn {
  margin: 20px auto;
}
.detail-bg .con-model .cons-detail .con-left .item-num > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: var(--re-new-grey-major);
}
.detail-bg .con-model .cons-detail .con-left .item-num > div p {
  font-weight: 400;
}
.detail-bg .con-model .cons-detail .con-left .item-num > div h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-color);
}
.detail-bg .con-model .cons-detail .con-left .item-num > div:first-child {
  margin-bottom: 8px;
}
.detail-bg .con-model .cons-detail .con-left .detail-dec {
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
  height: 60px;
  color: var(--re-new-grey-minor);
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 12px;
}
.detail-bg .con-model .cons-detail .con-left .share-linked {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--main-color);
  margin: 23px auto 0;
  cursor: pointer;
}
.detail-bg .con-model .cons-detail .con-left .share-linked::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/race/share-icon.svg') no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.detail-bg .con-model .cons-detail .con-left .share-linked:hover {
  color: var(--main-color-active);
}
.detail-bg .con-model .cons-detail .con-left .share-linked:active {
  color: var(--main-color-deep);
}
.detail-bg .con-model .cons-detail .con-left .share-linked.disabled {
  cursor: not-allowed;
  color: var(--diabled-color);
}
.detail-bg .con-model .cons-detail .con-left .share-linked.disabled::before {
  filter: brightness(0.4);
}
.detail-bg .con-model .cons-detail .con-left .squad-pin {
  margin-top: 8px;
  line-height: 15px;
  text-align: center;
  color: var(--main-color);
  font-size: 12px;
  font-weight: 400;
}
.detail-bg .con-model .cons-detail .con-right {
  width: 100%;
  flex: 1;
  overflow: hidden;
  margin-top: 27px;
  margin-left: 35px;
}
.detail-bg .con-model .cons-detail .con-right .min-trade-vol-tips {
  position: absolute;
  bottom: 24px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--re-new-grey-white);
}
.detail-bg .con-model .cons-detail .con-right .min-trade-vol-tips span {
  color: var(--re-new-brand-regular);
}
.detail-bg .con-model .cons-detail .con-right .ant-table {
  background: none;
}
.detail-bg .con-model .cons-detail .con-right .ant-table .select {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url('/ZoomexNationsCup2025/assets/squad-race/select.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg .con-model .cons-detail .con-right .ant-table .detail-tooltip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-bg .con-model .cons-detail .con-right .ant-table .detail-tooltip .help {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/help.png') no-repeat center;
  background-size: 100% 100%;
  cursor: help;
}
.detail-bg .con-model .cons-detail .con-right .ant-table .user-name-table {
  width: 280px;
  overflow: hidden;
}
.detail-bg .con-model .cons-detail .con-right .ant-table .ant-empty-description {
  color: #fff;
}
.detail-bg .con-model .cons-detail .con-right .ant-table-tbody > tr > td,
.detail-bg .con-model .cons-detail .con-right .ant-table-thead > tr > th {
  padding: 12px 0;
  line-height: 20px;
  font-weight: 400;
  font-size: 16px;
  border: none;
  text-align: left;
  color: var(--detail-color);
  background-color: transparent;
}
.detail-bg .con-model .cons-detail .con-right .ant-table-tbody > tr > td {
  color: var(--re-new-grey-white);
}
.detail-bg .con-model .cons-detail .con-right .color-green {
  color: var(--re-new-brand-regular);
}
.detail-bg .con-model .cons-detail .con-right .color-red {
  color: var(--re-new-seconday-red);
}
.detail-bg .con-model .cons-detail .con-right .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background-color: transparent;
}
.detail-bg .con-model .cons-detail .con-right .ant-table-summary {
  background-color: var(--bg-deep);
}
.detail-bg .con-model .cons-detail .con-right .ant-table-summary tr td {
  padding: 6.5px 0;
  line-height: 20px;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  color: var(--re-new-grey-white);
  font-size: 16px;
  font-weight: 400;
}
.detail-bg .con-model .cons-detail .con-right .ant-table-summary tr td .my-rank {
  font-size: 12px;
  line-height: 15px;
}
.detail-bg .con-model .cons-detail .con-right .ant-table-summary tr td .my-rank-value {
  font-size: 13px;
  line-height: 16px;
}
.detail-bg .con-model .cons-detail .con-right .ant-table-summary tr td:first-child {
  padding-left: 16px;
  border-left: 1px solid var(--border-color);
}
.detail-bg .con-model .cons-detail .con-right .ant-table-summary tr td:last-child {
  padding-right: 16px;
  border-right: 1px solid var(--border-color);
}
.detail-bg .con-model.ai-model {
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai-details-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg .con-model.ai-model .cons-detail .con-left {
  background: linear-gradient(0deg, rgba(245, 59, 87, 0.1) -4.86%, rgba(245, 59, 87, 0.2) 92.43%);
  height: auto;
}
.detail-bg .con-model.ai-model .cons-detail .con-left .race-item h3 {
  color: #f53b57;
}
.detail-bg .con-model.ai-model .cons-detail .con-left .race-item p.dec {
  color: #8599a6;
}
.detail-bg .con-model.ai-model .cons-detail .con-right .ant-table .detail-tooltip .ai-help {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/ai-help.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: help;
}
.detail-bg .con-model.ai-model .cons-detail .con-right .ant-table-thead > tr > th {
  background: var(--222, rgba(245, 59, 87, 0.1));
  color: #f53b57 !important;
}
.detail-bg.detail-bg_my-rank .con-model {
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/details-bg--mine.png');
}
.detail-bg.detail-bg_my-rank .con-model .cons-detail .con-right .min-trade-vol-tips {
  bottom: 0;
}
.detail-bg.detail-bg_my-rank .con-model .cons-detail .con-right .ant-table-tbody > tr > td:first-child,
.detail-bg.detail-bg_my-rank .con-model .cons-detail .con-right .ant-table-thead > tr > th:first-child {
  padding-left: 16px;
}
.detail-bg.detail-bg_my-rank .con-model .cons-detail .con-right .ant-table-tbody > tr > td:last-child,
.detail-bg.detail-bg_my-rank .con-model .cons-detail .con-right .ant-table-thead > tr > th:last-child {
  padding-right: 16px;
}
.detail-bg-mobile {
  display: block;
  min-width: 100%;
}
.detail-bg-mobile .con-model-mobile {
  width: 327px;
  height: 1366px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/detail-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg-mobile .con-model-mobile .detail-title span {
  background: url('/ZoomexNationsCup2025/assets/modal/h5/modal_close.svg') no-repeat center;
  background-size: contain;
  right: 0;
  top: -32px;
  width: 32px;
  height: 32px;
}
.detail-bg-mobile .con-model-mobile .cons-detail {
  display: block;
  height: auto;
  padding: 0;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-left {
  margin: 0 auto;
  background: none !important;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-left .item-num > div p,
.detail-bg-mobile .con-model-mobile .cons-detail .con-left .item-num > div h3 {
  font-size: 14px;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-left .race-item {
  padding-top: 53px;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-left .share-linked {
  position: relative;
  font-size: 12px;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-left .share-linked::after {
  width: 12px;
  left: 72px;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-right {
  width: 307px;
  margin: 78px auto 0;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-right .ant-table {
  overflow-x: scroll;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-right .ant-table-thead > tr > th {
  min-width: 160px;
  font-size: 12px;
  background-color: rgba(11, 204, 191, 0.1);
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-right .ant-table-tbody > tr > td {
  font-size: 12px;
}
.detail-bg-mobile .con-model-mobile .cons-detail .con-right .min-trade-vol-tips {
  position: relative;
  bottom: unset;
  width: 279px;
  line-height: 18px;
  margin: 24px auto 0;
  font-size: 14px;
}
.detail-bg-mobile .con-model-mobile.ai-model {
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/ai-details-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.detail-bg-mobile.detail-bg_my-rank .con-model {
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/h5/detail-bg.png');
}
.detail-bg-noModal {
  position: inherit !important;
  display: block !important;
}
.detail-bg-noModal .con-model {
  margin: 46px auto 0;
}
.detail-bg-no {
  display: none;
}

.zwtc-warm-up-banner {
  display: flex;
  width: 100%;
  min-width: 1200px;
  height: 945px;
  background-color: #000;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.zwtc-warm-up-banner .zwtc-video {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: auto;
  aspect-ratio: 2.03174603;
}
.zwtc-warm-up-banner .zwtc-video.zwtc-poster {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('/ZoomexNationsCup2025/assets/banner/h5/KV.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  animation-name: bg-opacity;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}
@keyframes bg-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper {
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0;
  color: var(--re-new-grey-white);
  user-select: none;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title1 {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 7.2px;
  text-align: center;
  word-wrap: break-word;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4.8px;
  word-wrap: break-word;
}
.zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title3 {
  font-size: 140px;
  font-weight: 700;
  line-height: 200px;
  letter-spacing: 40px;
  white-space: nowrap;
  color: #0bd4c6;
  text-align: center;
}
@media (max-width: 767px) {
  .zwtc-warm-up-banner {
    width: 100%;
    min-width: unset;
    height: 415px;
    background-image: url('/ZoomexNationsCup2025/assets/banner/h5/banner.png');
    background-size: cover;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper {
    width: 324px;
    bottom: 21px;
    transform: translateX(-50%);
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title1 {
    white-space: pre-line;
    margin-bottom: 22px;
    line-height: 30px;
    letter-spacing: normal;
    font-size: 24px;
    font-weight: 600;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title2 {
    margin-bottom: 2px;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 500;
  }
  .zwtc-warm-up-banner .zwtc-warm-up-banner-title-wrapper .zwtc-warm-up-banner-title3 {
    padding-left: 0;
    line-height: 69px;
    letter-spacing: normal;
    font-size: 55px;
    font-weight: 700;
  }
}

.content-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.85);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-bg .con-models {
  position: relative;
  width: 500px;
  height: 680px;
  background: url('/ZoomexNationsCup2025/assets/background/model-bg.png') no-repeat center;
  background-size: 100% 100%;
  padding: 40px 40px 24px;
  color: var(--re-new-grey-white);
}
.content-bg .con-models .model-header {
  width: 100%;
  position: relative;
}
.content-bg .con-models .model-header h2 {
  line-height: 40px;
  text-shadow: 0px 0px 30px rgba(255, 247, 162, 0.8);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.content-bg .con-models .model-header .close-model {
  position: absolute;
  right: -24px;
  top: -24px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.content-bg .con-models .code-con {
  margin-top: 12px;
}
.content-bg .con-models .code-con .header .p1 {
  margin-bottom: 4px;
  line-height: 23px;
  font-size: 18px;
  font-weight: 600;
}
.content-bg .con-models .code-con .header .p2 {
  color: var(--re-new-grey-main);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.content-bg .con-models .code-con .qr-code {
  width: 140px;
  height: 140px;
  margin-top: 40px;
  position: relative;
  display: flex;
  z-index: 2;
}
.content-bg .con-models .code-con .qr-code.popular-share {
  margin-top: 16px;
}
.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 .share-desc {
  margin-top: 16px;
  color: #BBC9D6;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}
.content-bg .con-models .code-con .show-num {
  margin-top: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.content-bg .con-models .code-con .show-num.popular-share {
  margin-top: 40px;
}
.content-bg .con-models .code-con .show-num span {
  color: var(--re-new-brand-regular);
}
.content-bg .con-models .code-con .con-item {
  margin-top: 16px;
}
.content-bg .con-models .code-con .con-item > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 12px;
}
.content-bg .con-models .code-con .con-item > div:last-child {
  margin-bottom: 0;
}
.content-bg .con-models .code-con .con-item > div .con-item-p1 {
  color: #bbc9d6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-right: 16px;
}
.content-bg .con-models .code-con .con-item > div .con-item-p2 {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.content-bg .con-models .share-footer {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  padding: 24px 40px;
  border-radius: 0px 0px 14px 14px;
  background: linear-gradient(180deg, rgba(153, 115, 33, 0.22) 0%, rgba(0, 0, 0, 0.9) 100%);
  backdrop-filter: blur(10px);
}
.content-bg .con-models .share-footer .copy-con {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.content-bg .con-models .share-footer .copy-con .copy-con__title {
  margin-bottom: 8px;
  line-height: 18px;
  color: #bbc9d6;
}
.content-bg .con-models .share-footer .copy-con .copy-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-left {
  width: 325px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--re-new-grey-white);
  margin-right: 24px;
  white-space: nowrap;
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: var(--main-color);
}
.content-bg .con-models .share-footer .copy-con .copy-item .item-right .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url('/ZoomexNationsCup2025/assets/common/copy.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.content-bg .con-models .share-footer .name-share {
  margin-top: 20px;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list {
  justify-content: flex-start;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div {
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0 !important;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div:last-child {
  margin-right: 0;
}
.content-bg .con-models .share-footer .name-share.share-block .social-link-list div img {
  width: 40px;
  height: 40px;
}
.content-bg .con-models-h5 {
  width: 327px;
  height: 444px;
  padding: 24px 24px 16px;
  background-image: url('/ZoomexNationsCup2025/assets/background/model-bg-h5.png');
  background-size: contain;
}
.content-bg .con-models-h5 .model-header h2 {
  line-height: 25px;
  text-shadow: 0px 0px 19.62px rgba(255, 247, 162, 0.8);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}
.content-bg .con-models-h5 .model-header .close-model {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 24px;
  height: 24px;
}
.content-bg .con-models-h5 .code-con {
  margin-top: 7.8px;
  width: 210px;
  height: auto;
}
.content-bg .con-models-h5 .code-con .header .p1 {
  margin-bottom: 2px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 600;
}
.content-bg .con-models-h5 .code-con .header .p2 {
  line-height: 13px;
  font-size: 10px;
}
.content-bg .con-models-h5 .code-con .qr-code {
  margin-top: 26px;
  width: 98px;
  height: 98px;
}
.content-bg .con-models-h5 .code-con .qr-code.popular-share {
  margin-top: 16px;
}
.content-bg .con-models-h5 .code-con .show-num {
  margin-top: 16px;
  font-size: 16px;
  line-height: 20px;
}
.content-bg .con-models-h5 .code-con .con-item {
  justify-content: space-between;
  padding: 0;
}
.content-bg .con-models-h5 .code-con .con-item > div {
  margin-bottom: 8px;
}
.content-bg .con-models-h5 .code-con .con-item > div:last-child {
  margin-bottom: 0;
}
.content-bg .con-models-h5 .code-con .con-item > div .con-item-p1 {
  margin-right: 10px;
  line-height: 15px;
  font-size: 12px;
}
.content-bg .con-models-h5 .code-con .con-item > div .con-item-p2 {
  line-height: 15px;
  font-size: 12px;
}
.content-bg .con-models-h5 .share-footer {
  border-radius: 0px 0px 9.156px 9.156px;
  padding: 16px 24px;
  background: linear-gradient(180deg, rgba(153, 115, 33, 0.22) 0%, rgba(0, 0, 0, 0.9) 100%);
  backdrop-filter: blur(6.54000044px);
}
.content-bg .con-models-h5 .share-footer .copy-con {
  font-size: 10px;
  font-weight: 600;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-con__title {
  margin-bottom: 5px;
  line-height: 13px;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-left {
  width: 217px;
  line-height: 13px;
  margin-right: 12px;
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-right {
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
  color: var(--main-color);
}
.content-bg .con-models-h5 .share-footer .copy-con .copy-item .item-right .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2.6px;
  background-image: url('/ZoomexNationsCup2025/assets/common/copy.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.content-bg .con-models-h5 .share-footer .name-share {
  margin-top: 8px;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div {
  width: 24px;
  height: 24px;
  margin-right: 20px !important;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div:last-child {
  margin-right: 0 !important;
}
.content-bg .con-models-h5 .share-footer .name-share.share-block .social-link-list div img {
  width: 24px;
  height: 24px;
}
.content-bg-hide {
  display: none;
}

.personal-copytrade-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
}
.personal-copytrade-wrap .personal-copytrade-block {
  width: 1200px;
  height: 494px;
  margin: 0 auto;
  padding: 30px;
  background-image: url('/ZoomexNationsCup2025/assets/solo-game/my-ranking/solo-ranking-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  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: 1136px;
  height: 370px;
  text-align: center;
  background: #121b24;
}
.personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-title {
  padding: 24px 32px;
  background: #1c2835;
  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('/ZoomexNationsCup2025/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: transparent;
  }
  .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;
    background-color: var(--re-new-bg-general);
  }
  .personal-copytrade-wrap .personal-copytrade-block .copytrade-card-block .copytrade-card-info .card-info-title {
    font-size: 16px;
    line-height: 19px;
    background-color: #121b24;
  }
  .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('/ZoomexNationsCup2025/assets/background/model-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: transparent !important;
}
.solo-ranking-share-modal .ant-modal-content {
  height: 100%;
  position: static;
  background-color: transparent !important;
  border: none;
}
.solo-ranking-share-modal .ant-modal-close {
  width: 25px;
  height: 25px;
  top: 16px;
  right: 16px;
}
.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-close .ant-modal-close-x {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.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: 490px;
    background-image: url('/ZoomexNationsCup2025/assets/background/model-bg-h5.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ant-modal.solo-ranking-share-modal .ant-modal-content {
    height: 490px;
  }
  .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: 60px;
    height: 60px;
  }
  .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: #010202;
  padding-bottom: 148px;
  padding-top: 164px;
}
.solo-my-ranking-wrap .solo-ranking-content {
  width: 1200px;
  height: 494px;
  margin: 52px auto 0;
  background-image: url('/ZoomexNationsCup2025/assets/solo-game/my-ranking/solo-ranking-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.solo-my-ranking-wrap .solo-ranking-content .solo-ranking-share {
  display: flex;
  justify-content: flex-end;
  padding: 36.5px 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('/ZoomexNationsCup2025/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 {
    margin-bottom: 48px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .solo-my-ranking-wrap .zwtc-schedule-title {
    padding-top: 48px;
  }
  .solo-my-ranking-wrap .solo-ranking-content {
    width: 327px;
    height: auto;
    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: 168px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    margin: 12px auto 24px;
    text-align: center;
    color: #0bccbf;
    background-image: url('/ZoomexNationsCup2025/assets/button/primary_button-h5.png');
    background-size: cover;
  }
}

.ranking-card {
  width: 355px;
  height: 370px;
  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: #1c2835;
}
.ranking-card .card-detail {
  width: 100%;
  background-color: #121b24;
  padding-bottom: 80px;
}
.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: #121b24;
  }
  .ranking-card .card-detail {
    margin-bottom: 24px;
    padding-bottom: 19px;
    background: var(--re-new-bg-general);
  }
  .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: #8599a6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
  }
}

.personal-solo-wrap {
  background: transparent;
  padding-bottom: 48px;
  padding-top: 0;
}
.personal-solo-wrap .solo-ranking-content {
  margin-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .personal-solo-wrap {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .personal-solo-wrap .zwtc-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;
  margin: 0 auto;
  padding: 32px;
  background-image: url('/ZoomexNationsCup2025/assets/background/kanban-detail-bg.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.personal-troop-wrap .con-choice .header {
  color: var(--re-new-grey-major);
  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 {
  position: relative;
  width: 270px;
  height: 370px;
  margin-right: 56px;
  background: #121b24;
  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: 15px;
  color: var(--re-new-grey-minor);
  text-align: center;
  padding-top: 134px;
  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('/ZoomexNationsCup2025/assets/common/lock.svg');
  background-size: 100%;
}
.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-info {
  width: 204px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  text-align: center;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num,
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .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-major);
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num i,
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader i {
  flex-shrink: 0;
  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 .leader-info .name-leader {
  margin-top: 28px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader i {
  background-image: url('/ZoomexNationsCup2025/assets/race/name-leader.svg');
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .name-leader span {
  display: inline-block;
  max-width: 176px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num {
  margin-top: 3px;
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .leader-info .leader-num i {
  background-image: url('/ZoomexNationsCup2025/assets/race/leader-num.svg');
}
.personal-troop-wrap .con-choice .item-con .race-left .race-item .race-left-btn {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.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: 393px;
  height: 370px;
  text-align: center;
  margin-right: 24px;
  color: var(--re-new-grey-major);
  background: #121b24;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .item-header {
  width: 100%;
  background: #1c2835;
  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 .race-right-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 .race-right-btn i {
  display: inline-block;
  margin-right: 8px;
  background-image: url('/ZoomexNationsCup2025/assets/race/share-icon.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:hover {
  color: var(--re-new-brand-regular-hover);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:hover i {
  filter: brightness(1.2);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active {
  color: var(--re-new-brand-regular-press);
}
.personal-troop-wrap .con-choice .item-con .race-right .item .race-right-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 {
    padding-top: 16px;
    flex-direction: column;
    height: 100%;
  }
  .personal-troop-wrap .con-choice .item-con .race-left {
    width: 100%;
    background: #121b24;
    margin-right: 0;
    padding-top: 0;
    height: auto;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item {
    padding: 20px 40px;
  }
  .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 .leader-info .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-info .leader-num {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
  }
  .personal-troop-wrap .con-choice .item-con .race-left .race-item .race-left-btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 24px;
    transform: unset;
  }
  .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;
    background: var(--re-new-bg-general);
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .item-header {
    width: 100%;
    background: #121b24;
    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 .race-right-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 .race-right-btn i {
    display: inline-block;
    margin-right: 8px;
    background-image: url('/ZoomexNationsCup2025/assets/race/share-icon.svg');
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active {
    color: var(--re-new-brand-regular-press);
  }
  .personal-troop-wrap .con-choice .item-con .race-right .item .race-right-btn:active i {
    filter: brightness(0.8);
  }
}

.zwtc-user-banned {
  width: 1200px;
  min-height: 88px;
  padding: 8px 24px;
  margin: auto;
  background: var(--bg-red);
  color: var(--red-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.zwtc-user-banned .warning {
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/leader-register/error_icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 16px;
}
.zwtc-user-banned .title,
.zwtc-user-banned .content {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
/** 移动端 */
@media (max-width: 767px) {
  .zwtc-user-banned {
    width: 327px;
    padding: 8px;
    min-height: 58px;
  }
  .zwtc-user-banned .warning {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .zwtc-user-banned .title,
  .zwtc-user-banned .content {
    font-size: 11px;
    line-height: 14px;
  }
}

.personal-section {
  position: relative;
  background-color: #091016;
}
.personal-section .personal-section__decorate {
  position: absolute;
  width: 100%;
  height: 888px;
  background-image: url('/ZoomexNationsCup2025/assets/background/kanban-bg.svg');
  background-size: 1920px 888px;
  background-position: center;
  background-repeat: no-repeat;
}
.personal-section .personal-section-banned {
  position: relative;
}
.personal-section .personal-section-banned .zwtc-user-banned {
  width: 100%;
}
.personal-section .zwtc-schedule-title {
  padding-top: 130px;
  padding-bottom: 100px;
}
/** 移动端 */
@media (max-width: 767px) {
  .personal-section {
    background: linear-gradient(180deg, #170e16 0%, #05080a 100%);
  }
  .personal-section .personal-section__decorate {
    width: 100%;
    height: 160px;
    background-image: url('/ZoomexNationsCup2025/assets/background/kanban-bg-h5.svg');
    background-size: 100% 160px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .personal-section .zwtc-schedule-title {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}

.zwtc-rules-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}
.zwtc-rules-wrapper .zwtc-schedule-title {
  margin: auto;
}
.zwtc-rules-wrapper .con-rules {
  width: 1200px;
  margin: auto;
}
.zwtc-rules-wrapper .con-rules .header-pool {
  width: 100%;
  align-items: center;
  padding-top: 60px;
  color: var(--re-new-grey-white);
}
.zwtc-rules-wrapper-mobile .zwtc-schedule-title {
  margin-bottom: 40px;
}
.zwtc-rules-wrapper-mobile .con-rules {
  width: 327px;
}
.zwtc-rules-wrapper-mobile .con-rules .header-pool {
  padding-top: 0;
}

.additinal-rewards-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 43px 0 210px;
  color: #fff;
}
.additinal-rewards-container .rewards-block .reward-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
}
.additinal-rewards-container .rewards-block .reward-title::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 30px;
  margin-right: 8px;
  background: linear-gradient(0deg, #d8ae3a 0%, #ffefa0 100%);
}
.additinal-rewards-container .rewards-block .reward-item {
  position: relative;
  width: 530px;
  min-height: 120px;
  line-height: 20px;
  padding: 12px;
  margin-top: 30px;
  margin-left: 16px;
  border-radius: 8px;
  border: 1px solid #e4d9c9;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(90deg, rgba(251, 225, 127, 0.31) 4.91%, rgba(37, 25, 2, 0.5) 100%);
}
.additinal-rewards-container .rewards-block .reward-item::before {
  position: absolute;
  top: 50%;
  left: -17px;
  content: '';
  display: block;
  width: 17px;
  height: 1px;
  background-color: #d9af3c;
}
.additinal-rewards-container .rewards-block .reward-item::after {
  content: '';
  display: block;
  position: absolute;
  top: -32px;
  bottom: 50%;
  left: -17px;
  width: 1px;
  background-color: #d9af3c;
}
.additinal-rewards-container .rewards-block .reward-item:first-child::after {
  bottom: 0;
}
@media (max-width: 767px) {
  .additinal-rewards-container {
    flex-direction: column;
    width: 327px;
    padding: 20px 0 60px;
  }
  .additinal-rewards-container .rewards-block .reward-title {
    line-height: 20px;
    font-size: 16px;
  }
  .additinal-rewards-container .rewards-block .reward-title::before {
    height: 20px;
  }
  .additinal-rewards-container .rewards-block .reward-item {
    width: 311px;
    min-height: 80px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
  }
  .additinal-rewards-container .rewards-block:first-child {
    margin-bottom: 20px;
  }
}

.zwtc-rewards-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #000;
}
.zwtc-rewards-wrapper .zwtc-schedule-title {
  padding: 60px 0 40px 0;
}
.zwtc-rewards-wrapper .zwtc-schedule-title .z-header-view .z-header-title .z-header-text {
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.zwtc-rewards-wrapper .tabs-con {
  width: 1200px;
  line-height: 21px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--detail-color);
  font-weight: 600;
  font-size: 17px;
  border-bottom: 1px solid var(--bg-general);
}
.zwtc-rewards-wrapper .tabs-con div {
  flex: 1;
}
.zwtc-rewards-wrapper .tabs-con .btn {
  text-align: center;
  cursor: pointer;
  padding-bottom: 11px;
  border-bottom: 3px solid transparent;
}
.zwtc-rewards-wrapper .tabs-con .act {
  color: var(--main-color);
  position: relative;
  border-bottom: 2px solid var(--main-color);
}
.zwtc-rewards-wrapper .con {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 80px;
  color: var(--minor-color);
}
.zwtc-rewards-wrapper .con .con__current {
  width: 1200px;
  margin-bottom: 1px;
  padding: 10px 0;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background-color: var(--border-color);
}
.zwtc-rewards-wrapper .con .header-pool {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1px;
}
.zwtc-rewards-wrapper .con .header-pool .table-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  margin-right: 1px;
  line-height: 20px;
  height: 60px;
  padding: 10px 8px;
  font-weight: 600;
  font-size: 16px;
  background-color: var(--border-color);
  word-break: break-word;
}
.zwtc-rewards-wrapper .con .header-pool .table-header:first-child {
  min-width: 200px;
}
.zwtc-rewards-wrapper .con .header-pool .table-header:last-child {
  margin-right: 0;
}
.zwtc-rewards-wrapper .con .header-pool-other {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 80px 160px 24px 160px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  justify-content: space-between;
}
.zwtc-rewards-wrapper .con .header-pool-other .table-header {
  flex: 1;
}
.zwtc-rewards-wrapper .con .header-pool-other .table-header:first-child {
  margin-right: 125px;
}
.zwtc-rewards-wrapper .con .con-other-body {
  display: flex;
  padding: 0 158px 22px;
  justify-content: space-between;
}
.zwtc-rewards-wrapper .con .con-other-body > div {
  flex: 1;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left {
  color: #ffffff;
  margin-right: 120px;
}
.zwtc-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: 14px;
  line-height: 23px;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table .body-row {
  background-color: #313d48;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table th {
  background-color: #0bccbf;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 0 12px 0;
  color: #05080a;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table td {
  padding: 11px 0 10px 0;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table td,
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table th {
  min-height: 48px;
  text-align: center;
  min-width: 80px;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table tr:nth-child(odd) {
  background: rgba(11, 204, 191, 0.2);
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper table tr:nth-child(even) {
  background: var(--Brand-Alpha, rgba(11, 204, 191, 0.1));
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper::-webkit-scrollbar {
  height: 2px;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .table-wrapper::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .left-p1 {
  color: var(--Grey-White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.15px;
  margin-bottom: 26px;
}
.zwtc-rewards-wrapper .con .con-other-body .other-left .left-p2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #bbc9d6;
  margin-top: 30px;
  height: 120px;
  overflow: hidden;
}
.zwtc-rewards-wrapper .con .con-other-body .other-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zwtc-rewards-wrapper .con .con-other-body .other-right .right-p1 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.15px;
}
.zwtc-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: #bbc9d6;
  margin-top: 30px;
  margin-bottom: 40px;
  height: 120px;
  overflow: hidden;
}
.zwtc-rewards-wrapper .con .con-other-body .other-right .img-other {
  width: 200px;
  height: 200px;
  margin: 0 auto 53px;
  background: url('/ZoomexNationsCup2025/assets/prize-pool/other-con.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rewards-wrapper .con .con-table-body {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-bottom: 1px;
  padding: 0;
  flex: 1;
  justify-content: space-between;
}
.zwtc-rewards-wrapper .con .con-table-body .table-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-right: 1px;
  padding: 10px;
  height: 64px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background-color: #251902;
  word-break: break-word;
}
.zwtc-rewards-wrapper .con .con-table-body .table-body:last-child {
  margin-right: 0;
}
.zwtc-rewards-wrapper .con .con-table-body .table-body:first-child {
  min-width: 200px;
}
.zwtc-rewards-wrapper .mobile-con {
  width: 100%;
  height: auto;
  padding: 0 0 0 24px;
}
.zwtc-rewards-wrapper .mobile-con .scroll-block {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 24px;
}
.zwtc-rewards-wrapper .mobile-con .scroll-block::-webkit-scrollbar {
  width: 0;
  display: none;
}
.zwtc-rewards-wrapper .mobile-con .tabs-con {
  width: 327px;
  border-bottom: none;
}
.zwtc-rewards-wrapper .mobile-con .tabs-con .btn {
  padding-bottom: 11px;
}
.zwtc-rewards-wrapper .mobile-con .con .header-pool-other {
  padding: 58px 80px 24px;
}
.zwtc-rewards-wrapper .mobile-con .con .header-pool-other .table-header {
  font-size: 14px;
  font-weight: 700;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body {
  padding: 0 80px;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body .table-body {
  font-size: 12px;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body .other-left .left-p1 {
  font-size: 12px;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body .other-left .table-wrapper {
  font-size: 12px;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body .other-left .table-wrapper th {
  font-size: 12px;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body .other-right .right-p1 {
  font-size: 12px;
}
.zwtc-rewards-wrapper .mobile-con .con .con-other-body .other-right .table-wrapper {
  font-size: 12px;
}
.zwtc-rewards-wrapper .mobile-con .con.con_0 {
  width: 327px;
  margin: auto;
}
.zwtc-rewards-wrapper .mobile-con .con.con_0 .con__current {
  width: 327px;
}
.zwtc-rewards-wrapper .mobile-con .con.con_0 .header-pool {
  width: 327px;
}
.zwtc-rewards-wrapper .mobile-con .con.con_0 .header-pool .table-header:first-child {
  min-width: 0px;
}
.zwtc-rewards-wrapper .mobile-con .con.con_0 .content-pool {
  width: 327px;
}
.zwtc-rewards-wrapper .mobile-con .con.con_0 .content-pool .con-table-body .table-body {
  min-width: 0px;
}
@media (max-width: 767px) {
  .zwtc-rewards-wrapper {
    height: auto;
  }
  .zwtc-rewards-wrapper .zwtc-schedule-title {
    margin-top: 0;
  }
  .zwtc-rewards-wrapper .zwtc-schedule-title .z-header-view .z-header-title .z-header-text {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
}

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

.ant-popover .ant-popover-content {
  border-radius: 8px;
  width: 250px;
}
.ant-popover .ant-popover-content .ant-popover-arrow {
  display: none;
}
.ant-popover .ant-popover-content .ant-popover-inner {
  border-radius: 8px;
}
.ant-popover .ant-popover-content .ant-popover-inner-content {
  background: #0BD4C6;
  padding: 16px;
  color: #121B24;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 8px;
}
.zwtc-choices-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-inner {
  background-color: #000;
  border: 2px solid #fff;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper:hover .ant-checkbox-inner {
  border: 2px solid #FFEFA0;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper:hover span {
  color: #FFEFA0;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #FFEFA0;
  border: 2px solid #FFEFA0;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner::after {
  border: 2px solid #000;
  border-top: 0;
  border-left: 0;
}
.zwtc-choices-wrapper .ant-checkbox-wrapper .ant-checkbox-checked + span {
  color: #FFEFA0;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: none;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio .ant-radio-inner {
  background-color: #000;
  border: 2px solid #fff;
}
.zwtc-choices-wrapper .ant-radio-wrapper .ant-radio .ant-radio-checked .ant-radio-inner {
  border: 2px solid #FFEFA0;
}
.zwtc-choices-wrapper .ant-radio-wrapper span {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio .ant-radio-inner {
  border: 2px solid #6A6A6A !important;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio .ant-radio-checked .ant-radio-inner {
  border: 2px solid #6A6A6A;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio.ant-radio-disabled .ant-radio-inner {
  border: 2px solid #6A6A6A !important;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled .ant-radio.ant-radio-checked .ant-radio-inner::after {
  background-color: #6A6A6A;
}
.zwtc-choices-wrapper .ant-radio-wrapper.ant-radio-wrapper-disabled span {
  color: #6A6A6A;
}
.zwtc-choices-wrapper .zwtc-schedule-title {
  margin: 0 auto 40px;
}
.zwtc-choices-wrapper .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.zwtc-choices-wrapper .ant-table {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .ant-table:hover {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .ant-table .no-first {
  color: #a3a9ae;
}
.zwtc-choices-wrapper .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwtc-choices-wrapper .ant-table .ant-empty-description {
  color: #fff;
}
.zwtc-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;
}
.zwtc-choices-wrapper .ant-pagination-item-link,
.zwtc-choices-wrapper .ant-pagination-item {
  border-radius: 4px;
  background: #1C1812;
  color: #6A6A6A;
  border: 1px solid #0d1a32;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper .ant-pagination-item-link a,
.zwtc-choices-wrapper .ant-pagination-item a {
  color: #6A6A6A;
}
.zwtc-choices-wrapper .ant-pagination-jump-prev .ant-pagination-item-link,
.zwtc-choices-wrapper .ant-pagination-jump-next .ant-pagination-item-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #1C1812;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper .ant-pagination-jump-prev .ant-pagination-item-link .ant-pagination-item-ellipsis,
.zwtc-choices-wrapper .ant-pagination-jump-next .ant-pagination-item-link .ant-pagination-item-ellipsis {
  color: var(--re-new-grey-minor);
}
.zwtc-choices-wrapper .ant-pagination-item-active {
  background: #0bd9bd;
  border-radius: 4px;
}
.zwtc-choices-wrapper .ant-pagination-item-active a {
  color: #05080a;
}
.zwtc-choices-wrapper .ant-table-tbody > tr:hover {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .ant-table-tbody > tr > td {
  color: #ffffff;
  text-align: center;
  padding: 19px 24px;
  border: none;
}
.zwtc-choices-wrapper .ant-table-tbody > tr > td:hover {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-choices-wrapper .con-choice {
  width: 1200px;
  margin: 0 auto;
}
.zwtc-choices-wrapper .con-choice input::-ms-input-placeholder {
  text-align: center;
}
.zwtc-choices-wrapper .con-choice input::-webkit-input-placeholder {
  text-align: center;
}
.zwtc-choices-wrapper .con-choice .header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0px 32px 0px;
  color: #ffffff;
}
.zwtc-choices-wrapper .con-choice .header.trade-header {
  justify-content: space-between;
}
.zwtc-choices-wrapper .con-choice .header .change-site {
  margin-right: 12px;
}
.zwtc-choices-wrapper .con-choice .header .change-site.ant-select-focused .ant-select-selector {
  border: 1px solid #0bccbf;
  box-shadow: none;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-selector {
  width: 270px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: none;
  border: 1px solid #8599a6;
  padding: 12px 6px;
  line-height: 48px;
  border-radius: 0;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-selector .ant-select-selection-item {
  display: flex;
  align-items: center;
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-dropdown {
  background: #0b1217;
  color: #fff;
  border: 1px solid #0bccbf;
  border-radius: 0;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 48px;
  line-height: 48px;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-item-option-selected {
  color: #05c2b6;
  background: none;
}
.zwtc-choices-wrapper .con-choice .header .change-site .ant-select-item-option-active {
  color: #fff;
  background: rgba(11, 204, 191, 0.1);
}
.zwtc-choices-wrapper .con-choice .header .inp-choice {
  padding: 15px 13px;
  background: #161616;
  border: none;
  color: #fff;
  line-height: 48px;
  text-align: left;
  width: 270px;
  height: 48px;
  margin-right: 12px;
  border-radius: 8px;
  outline: none;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice:focus {
  outline: none;
  border: none !important;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice.ant-input-affix-wrapper-focused {
  box-shadow: none;
  outline: none !important;
  border: none !important;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice::placeholder {
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .input-choice-icon {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/input-choice-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .ant-input {
  background: #161616;
  border: none;
  color: #fff;
  line-height: 48px;
  text-align: left;
  border-radius: 8px;
  outline: none;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .ant-input:focus {
  outline: none;
  border: none !important;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice .ant-input::placeholder {
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-choices-wrapper .con-choice .header .inp-choice-joined {
  max-width: 270px;
  background: none;
  border: 1px solid #8599a6;
  color: #8599a6;
  line-height: 48px;
  text-align: center;
  margin-right: 12px;
  height: 48px;
  border-radius: 0;
}
.zwtc-choices-wrapper .con-choice .header .jump-link {
  width: 270px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  border: 1px solid #0bccbf;
  text-align: center;
  color: #0bccbf;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
}
.zwtc-choices-wrapper .con-choice .header .jump-link:hover {
  background: #00dbd0;
  border: 1px solid #00dbd0;
  color: #05080a;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-card {
  display: block;
  width: 48px;
  height: 48px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/switch-card.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-card:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/switch-card-hover.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-list {
  display: block;
  width: 48px;
  height: 48px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/switch-list.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .header .switch-list-type-icon .icon-list:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/switch-list-hover.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item {
  flex: 1;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .header .item .img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.zwtc-choices-wrapper .con-choice .header .item .img-0 {
  background: url('/ZoomexNationsCup2025/assets/race/header-item-1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item .img-1 {
  background: url('/ZoomexNationsCup2025/assets/race/header-item-2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .header .item .img-2 {
  background: url('/ZoomexNationsCup2025/assets/race/header-item-3.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-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;
}
.zwtc-choices-wrapper .con-choice .header .item p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #a3a9ae;
}
.zwtc-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;
}
.zwtc-choices-wrapper .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/ZoomexNationsCup2025/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.zwtc-choices-wrapper .con-choice .con-st .change-item {
  right: 68px;
  bottom: 18px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .con-st .change-item span {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: block;
  background: url('/ZoomexNationsCup2025/assets/race/icon_change.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item {
  position: relative;
  width: 270px;
  height: 370px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/leader-bg.png');
  background-size: 100% 100%;
  background-position: center;
  margin-right: 32px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item:nth-child(4n) {
  margin-right: 0px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/leader-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item:hover .btn {
  background: url('/ZoomexNationsCup2025/assets/squad-race/button-hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .ai-icon {
  position: absolute;
  left: 24px;
  width: 46px;
  height: 34px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .img-container {
  display: flex;
  width: max-content;
  align-items: center;
  margin-bottom: 4px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item h3 {
  color: #0bccbf;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .private-icon {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/lock.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .img {
  width: 88px;
  height: 88px;
  display: block;
  margin: 20px auto 16px;
  border-radius: 50%;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .dec {
  max-width: 240px;
  height: 45px;
  word-wrap: break-word;
  text-align: center;
  line-height: 15px;
  color: #8599a6;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 24px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .leader-name-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .name-leader {
  min-width: 126px;
  height: 16px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .name-leader span {
  max-width: 212px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .name-leader .flag {
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/flag.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.zwtc-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;
  justify-content: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .leader-num .person {
  width: 20px;
  height: 20px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/person.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-right: 8px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .details {
  color: #0bccbf;
  font-size: 12px;
  font-weight: 400;
  padding: 18px 0 24px;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn {
  width: 200px;
  height: 36px;
  background: url('/ZoomexNationsCup2025/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;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/button-hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn-disabled {
  background: url('/ZoomexNationsCup2025/assets/squad-race/button-disable.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 200px;
  height: 36px;
  color: #cdcdcd;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item .btn-disabled:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/button-disable.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: #cdcdcd;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item {
  position: relative;
  width: 270px;
  height: 370px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai-bg.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item h3 {
  color: #f53b57;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item .private-icon {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/lock-ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item .details {
  color: #f53b57;
  position: absolute;
  bottom: 24px;
  padding: 0;
}
.zwtc-choices-wrapper .con-choice .con-st .race-item.ai-item:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-row {
  height: 100px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-row:nth-child(odd) {
  background: #161616;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-row:nth-child(even) {
  background: #000;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr.ant-table-row:hover > td,
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #251902;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-wrapper {
  width: 100%;
  overflow: hidden;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table {
  background: transparent;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table .no-first {
  color: #a3a9ae;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table .user-name-table {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table .ant-empty-description {
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th {
  background: rgba(11, 212, 198, 0.2);
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  border: none;
  text-align: center;
  padding: 16px 0;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(1) {
  width: 120px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(2) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(3) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(4) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(5) {
  width: 220px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-thead > tr > th:nth-child(6) {
  width: 200px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr:hover {
  background: #141e26;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr .ant-empty-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: url('/ZoomexNationsCup2025/assets/race/no-data-icon.svg') no-repeat center;
  background-size: 100% 100%;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr .ant-empty-image svg {
  display: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr .ant-table-cell-row-hover {
  background: #141e26;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-tbody > tr > td {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1px;
  border: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .color-green {
  color: #16b979;
}
.zwtc-choices-wrapper .con-choice .con-st-list .color-red {
  color: #e54c67;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: transparent;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder td {
  padding: 0 !important;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder td:hover {
  background: transparent;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item-link {
  background-color: inherit;
  color: #a3a9ae;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item {
  color: #a3a9ae;
  background-color: inherit;
  border: none;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.zwtc-choices-wrapper .con-choice .con-st-list .ant-pagination .ant-pagination-item-active {
  background: #0bd9bd;
  color: #a3a9ae;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container.disabled {
  cursor: initial;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  margin-right: 32px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info .team-name {
  height: 20px;
  text-align: left;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info .team-name .private-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/lock.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-name-container .team-name-info .team-intro {
  height: 36px;
  margin-top: 6px;
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-cap-name {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-count {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-count .team-count-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-count-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn {
  cursor: pointer;
  width: 107px;
  height: 32px;
  line-height: 32px;
  color: #FFEFA0;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(42, 26, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  background: url('/ZoomexNationsCup2025/assets/squad-race/join-team.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/join-team-hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.zwtc-choices-wrapper .con-choice .con-st-list .join-btn.disabled {
  color: var(--diabled-color);
  cursor: not-allowed;
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/join-team-disabled.png');
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count {
  color: #FFF;
  font-family: "Bai Jamjuree";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count .team-like-count-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-like-count.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count.team-liked {
  color: #0BD4C6;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count.team-liked .team-like-count-icon {
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-liked-count.svg');
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count:hover {
  color: #0BD4C6;
}
.zwtc-choices-wrapper .con-choice .con-st-list .team-like-count:hover .team-like-count-icon {
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-liked-count.svg');
}
.zwtc-choices-wrapper .page-size-change {
  width: 1200px;
  padding: 30px 0 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination {
  margin: 0 auto;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: #1C1812;
  border: none;
  font-size: 14px;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item a {
  color: #6A6A6A;
  font-weight: 600;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active {
  background: #FFEFA0;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.zwtc-choices-wrapper .page-size-change .ant-pagination .ant-pagination-item-active a {
  color: #4F3807;
  font-weight: 600;
}
.zwtc-choices-wrapper-mobile {
  width: 327px;
  height: auto;
  padding-top: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile {
  margin-bottom: 10px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice {
  display: flex;
  padding: 15px 13px;
  background: #161616;
  border: none;
  color: #fff;
  line-height: 48px;
  text-align: left;
  width: 327px;
  height: 48px;
  margin-right: 12px;
  border-radius: 8px;
  outline: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice.ant-input-affix-wrapper-focused {
  box-shadow: none;
  outline: none !important;
  border: none !important;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice:focus {
  outline: none;
  border: none !important;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice::placeholder {
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .input-choice-icon {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/input-choice-icon.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input {
  background: #161616;
  border: none;
  color: #fff;
  line-height: 48px;
  text-align: left;
  border-radius: 8px;
  outline: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input:focus {
  outline: none;
  border: none !important;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .inp-choice .ant-input::placeholder {
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .sort-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap {
  margin-top: 8px;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap::-webkit-scrollbar {
  display: none;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item {
  flex-shrink: 0;
  padding: 3px;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 6px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item:last-child {
  margin-right: 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item.sortBy-item--active {
  color: #fff;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-choice-search-mobile .squad-sortby-wrap .sortBy-item.sortBy-item--disabled {
  pointer-events: none;
  color: rgba(106, 106, 106, 0.5);
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list {
  width: 100%;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list.squad-list-empty {
  height: 300px;
  background-image: url('/ZoomexNationsCup2025/assets/lucky-draw/check-in/no-data2024.png');
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item {
  width: 100%;
  padding: 16px 0;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-top {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-top .squad-item-top-left img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  margin-right: 16px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-top .squad-item-top-right .team-name-wrap {
  display: flex;
  align-items: center;
  height: 20px;
  text-align: left;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-top .squad-item-top-right .team-name-wrap .team-name {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-top .squad-item-top-right .team-name-wrap .private-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/lock.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-top .squad-item-top-right .team-intro {
  height: 54px;
  margin-top: 6px;
  text-align: left;
  color: #6A6A6A;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-bottom {
  height: 36px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-bottom .bottom-item {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-bottom .bottom-item.team-name {
  margin-right: 16px;
  width: 135px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-bottom .bottom-item.join-count {
  margin-right: 16px;
  display: flex;
  align-items: center;
  text-align: right;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-bottom .bottom-item.join-count .team-count-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-count-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .squad-item-bottom .bottom-item.join-count .team-count-num {
  margin-top: -2px;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .suard-item-join {
  color: #FFEFA0;
  text-shadow: 2px 2px 0px rgba(42, 26, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 16px auto 0;
  width: 227px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/join-btn-h5.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .squad-choice-mobile .squad-list .squad-item .suard-item-join.disabled {
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/h5/join-btn-disabled.png');
  color: var(--diabled-color);
}
.zwtc-choices-wrapper-mobile .zwtc-schedule-title {
  margin: 48px auto 37px;
}
.zwtc-choices-wrapper-mobile .page-size-change {
  width: 100%;
  padding: 32px 0;
}
.zwtc-choices-wrapper-mobile .con-choice {
  width: 100%;
  height: auto;
}
.zwtc-choices-wrapper-mobile .con-choice::-webkit-scrollbar {
  display: none;
}
.zwtc-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;
}
.zwtc-choices-wrapper-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/ZoomexNationsCup2025/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header {
  display: flex;
  padding: 0 12px;
  margin-bottom: 16px;
  align-items: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header::-webkit-scrollbar {
  display: none;
}
.zwtc-choices-wrapper-mobile .con-choice .header .switch-list-type-icon {
  order: 0;
  margin-right: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .header .switch-list-type-icon .icon-list {
  width: 32px;
  height: 32px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/switch-card.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header .switch-list-type-icon .icon-card {
  width: 32px;
  height: 32px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/switch-card.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .header .inp-choice-joined {
  min-width: 160x;
  margin: 0 auto;
  height: 32px;
  order: 3;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .header .inp-choice {
  display: block;
  min-width: 160px;
  height: 32px;
  margin-right: 12px;
  order: 3;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .header .change-site {
  order: 2;
  margin-right: 12px;
  width: 160px;
  display: block;
}
.zwtc-choices-wrapper-mobile .con-choice .header .change-site .ant-select-selector {
  display: flex;
  width: 160px;
  height: 32px;
  padding: 6px 12px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .header .change-site .ant-select-dropdown .ant-select-item-option-content {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .header .jump-link {
  order: 1;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header {
  justify-content: flex-start;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .inp-choice,
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .inp-choice-joined {
  min-width: 217px;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .change-site {
  width: 217px;
}
.zwtc-choices-wrapper-mobile .con-choice .header.trade-header .change-site .ant-select-selector {
  width: 217px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st {
  padding: 0;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item {
  width: 174px;
  height: 288px;
  margin: 0 0 12px;
  padding: 12px 8px 24px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/leader-bg.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/leader-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item:active {
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/leader-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .ai-icon {
  top: 0;
  left: 10px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .img {
  width: 53px;
  height: 53px;
  display: block;
  margin: 8px auto;
  margin-top: 0;
}
.zwtc-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;
  margin-top: 24px;
}
.zwtc-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;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item h3 {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  line-height: 17px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .dec {
  margin-bottom: 0;
  height: 75px;
  max-width: 158px;
  text-align: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .img-container h3 {
  max-width: 153px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .leader-name-container {
  margin-top: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .name-leader {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .name-leader span {
  max-width: 84px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .leader-num {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item .leader-num::before {
  left: 28px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item {
  position: relative;
  width: 174px;
  height: 288px;
  margin: 0 0 12px;
  padding: 12px 8px 24px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/h5/ai-bg.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item h3 {
  color: #f53b57;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item .private-icon {
  width: 16px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/lock-ai.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item .details {
  color: #f53b57;
  position: absolute;
  bottom: 24px;
  padding: 0;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item:hover {
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai-bg-hover.png');
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st .race-item.ai-item .leader-name-container {
  position: absolute;
  bottom: 24px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list {
  width: max-content;
  padding: 0 8px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-tbody tr td {
  font-size: 12px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th {
  background: var(--Brand-Alpha, rgba(11, 204, 191, 0.1)) !important;
  font-size: 12px;
  font-weight: 500;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(1) {
  width: 240px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(2) {
  width: 164px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(3) {
  width: 164px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .ant-table-thead tr th:nth-child(4) {
  width: 164px !important;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container {
  padding-left: 24px;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container div {
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: #05c2b6;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container.ai-item {
  color: #f53b57;
}
.zwtc-choices-wrapper-mobile .con-choice .con-st-list .team-name-container.ai-item div {
  text-decoration: underline;
  text-decoration-color: #f53b57;
}
@media (max-width: 767px) {
  .con-choice .inp-choice {
    display: none;
  }
}

.top3-ranking-container {
  width: 1200px;
  height: 861px;
  margin: 60px auto 0;
}
.top3-ranking-container .ranking-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top3-ranking-container .ranking-block .raning-item {
  width: 368px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff8d5;
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__icon {
  width: 66px;
  height: 66px;
  margin: 380px auto 12px;
  padding: 8px;
  border-radius: 7.111px;
  border: 2px solid #fff8d5;
  background: var(--bg-main-alpha);
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__icon img {
  border-radius: 4px;
  width: 46px;
  height: 46px;
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__name {
  margin-bottom: 12px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 600;
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__rewards {
  width: 190px;
  margin: auto;
  word-wrap: break-word;
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__top {
  line-height: 50px;
  margin-bottom: 12px;
  text-align: center;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 700;
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__reward-title {
  margin-bottom: 12px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  color: var(--re-new-grey-white);
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__reward {
  margin-bottom: 4px;
  line-height: 43px;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 34px;
  font-weight: 700;
}
.top3-ranking-container .ranking-block .raning-item .ranking-item__rewards .ranking-item__token {
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__1 {
  height: 861px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-1.png');
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__1.ranking-item__1_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/like_ranking-1.png');
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards {
  width: 368px;
  height: 368px;
  padding: 0 89px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/top1.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards .ranking-item__top {
  padding-top: 80px;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__2 {
  min-height: 648px;
  margin-top: 106px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-2.png');
  background-size: 368px 648px;
  color: #9aabab;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__2.ranking-item__2_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/like_ranking-2.png');
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__2 .ranking-item__icon {
  width: 52.8px;
  height: 52.8px;
  padding: 7px;
  border-radius: 5.556px;
  border: 1.4px solid #fff8d5;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__2 .ranking-item__icon img {
  border-radius: 4px;
  width: 36px;
  height: 36px;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__3 {
  min-height: 648px;
  margin-top: 106px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-3.png');
  background-size: 368px 648px;
  color: #938762;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__3.ranking-item__3_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/like_ranking-3.png');
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__3 .ranking-item__icon {
  width: 52.8px;
  height: 52.8px;
  padding: 7px;
  border-radius: 5.556px;
  border: 1.4px solid #fff8d5;
}
.top3-ranking-container .ranking-block .raning-item.ranking-item__3 .ranking-item__icon img {
  border-radius: 4px;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .top3-ranking-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
  .top3-ranking-container .ranking-block {
    display: block;
  }
  .top3-ranking-container .ranking-block .raning-item {
    width: 327px;
    height: 188px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block {
    width: 184px;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__icon {
    width: 27px;
    height: 27px;
    padding: 3.5px;
    margin: 0 auto 6px;
    border-radius: 2.778px;
    border: 1px solid #FFF8D5;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__icon img {
    border-radius: 4px;
    width: 18px;
    height: 18px;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__name {
    margin-bottom: 6px;
    line-height: 15px;
    font-size: 12px;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__top {
    line-height: 25px;
    margin-bottom: 6px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__reward-title {
    line-height: 13px;
    margin-bottom: 6px;
    font-size: 10px;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__reward {
    line-height: 21px;
    margin-bottom: 2px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 17px;
  }
  .top3-ranking-container .ranking-block .raning-item .raning-item-block .ranking-item__rewards .ranking-item__token {
    line-height: 15px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
    font-size: 12px;
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__1 {
    height: 188px;
    margin-bottom: 24px;
    background-image: url('/ZoomexNationsCup2025/assets/ranking/h5/ranking-1.png');
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__1.ranking-item__1_1 {
    background-image: url('/ZoomexNationsCup2025/assets/ranking/h5/like_ranking-1.png');
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards {
    width: 184px;
    height: auto;
    padding: 0;
    background-image: none;
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__1 .ranking-item__rewards .ranking-item__top {
    padding-top: 0;
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__2 {
    min-height: unset;
    margin-top: 0;
    margin-bottom: 24px;
    background-image: url('/ZoomexNationsCup2025/assets/ranking/h5/ranking-2.png');
    background-size: contain;
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__2.ranking-item__2_1 {
    background-image: url('/ZoomexNationsCup2025/assets/ranking/h5/like_ranking-2.png');
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__3 {
    min-height: unset;
    margin-top: 0;
    background-image: url('/ZoomexNationsCup2025/assets/ranking/h5/ranking-3.png');
    background-size: contain;
    color: #938762;
  }
  .top3-ranking-container .ranking-block .raning-item.ranking-item__3.ranking-item__3_1 {
    background-image: url('/ZoomexNationsCup2025/assets/ranking/h5/like_ranking-3.png');
  }
}

.zwtc-rankings-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.zwtc-rankings-wrapper .zwtc-schedule-title {
  margin: 0 auto 50px;
}
.zwtc-rankings-wrapper .con-choice {
  width: 1200px;
  margin: 0 auto;
}
.zwtc-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%);
}
.zwtc-rankings-wrapper .con-choice input::-ms-input-placeholder {
  text-align: center;
}
.zwtc-rankings-wrapper .con-choice input::-webkit-input-placeholder {
  text-align: center;
}
.zwtc-rankings-wrapper .con-choice .header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.zwtc-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;
}
.zwtc-rankings-wrapper .con-choice .header .change-site .ant-select-arrow {
  color: #fff;
}
.zwtc-rankings-wrapper .con-choice .header .change-site .ant-select-dropdown {
  background: #000;
  color: #fff;
}
.zwtc-rankings-wrapper .con-choice .header .change-site .ant-select-item-option {
  color: #ffffff;
  height: 40px;
  line-height: 40px;
}
.zwtc-rankings-wrapper .con-choice .header .change-site .ant-select-item-option-selected,
.zwtc-rankings-wrapper .con-choice .header .change-site .ant-select-item-option-active {
  background: #0050c7;
  color: #fff;
}
.zwtc-rankings-wrapper .con-choice .header .tabs-header {
  flex: 1;
  color: #6a6a66;
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  font-size: 20px;
  border-bottom: 1px solid #635539;
}
.zwtc-rankings-wrapper .con-choice .header .tabs-header > div {
  flex: 1;
  text-align: center;
  cursor: pointer;
  height: 34px;
  position: relative;
  font-size: 17px;
  font-weight: 600;
}
.zwtc-rankings-wrapper .con-choice .header .tabs-header .active {
  color: #FFEFA0;
  position: relative;
  font-weight: 800;
}
.zwtc-rankings-wrapper .con-choice .header .tabs-header .active::before {
  position: absolute;
  content: '';
  width: 600px;
  height: 3px;
  display: block;
  background-color: #FFEFA0;
  top: 32px;
}
.zwtc-rankings-wrapper .con-choice .con-st {
  width: 100%;
  margin-bottom: 24px;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table {
  margin-bottom: 20px;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .ant-table-tbody tr > td {
  position: relative;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank.trading-rank__1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking1-icon.png');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank.trading-rank__1.trading-rank__1_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-1-like.png');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank.trading-rank__2 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking2-icon.png');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank.trading-rank__2.trading-rank__2_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-2-like.png');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank.trading-rank__3 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking3-icon.png');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .trading-rank.trading-rank__3.trading-rank__3_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-3-like.png');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .team-like-count .team-like-count-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-like-count.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .team-like-count.team-liked {
  color: #0BD4C6;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .team-like-count.team-liked .team-like-count-icon {
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-liked-count.svg');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .team-like-count:hover {
  color: #0BD4C6;
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .team-like-count:hover .team-like-count-icon {
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-liked-count.svg');
}
.zwtc-rankings-wrapper .con-choice .con-st .race_ranking__table .my-rank {
  font-size: 12px;
  line-height: 15px;
}
.zwtc-rankings-wrapper .con-choice .con-st .color-green {
  color: #16b979;
}
.zwtc-rankings-wrapper .con-choice .con-st .color-red {
  color: #e54c67;
}
.zwtc-rankings-wrapper .con-choice .con-st .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  background: transparent;
}
.zwtc-rankings-wrapper .con-choice .con-st .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder td:hover {
  background: transparent;
}
.zwtc-rankings-wrapper .con-choice .con-st .ant-table-summary {
  background: #251902;
}
.zwtc-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item-link {
  background-color: inherit;
  border: none;
  color: #a3a9ae;
}
.zwtc-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item {
  color: #a3a9ae;
  background-color: inherit;
  border: none;
}
.zwtc-rankings-wrapper .con-choice .con-st .ant-pagination .ant-pagination-item a {
  color: #fff;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con.ai-item .item-table-1 a {
  color: #f53b57;
  text-decoration-color: #f53b57;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con.ai-item .item-table-1 .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai2.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table i {
  width: 20px;
  height: 20px;
  display: block;
  background: url('/ZoomexNationsCup2025/assets/race/share-icon.svg') no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table .team-like-count-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  width: 32px;
  height: 32px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-like-count.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table .team-like-count-icon.team-liked {
  color: #0BD4C6;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-liked-count.svg');
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table .team-like-count-icon:hover {
  color: #0BD4C6;
  background: url('/ZoomexNationsCup2025/assets/squad-race/team-liked-count.svg');
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 {
  text-align: center;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 .ranking_1 {
  width: 40px;
  height: 40px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking1-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 .ranking_1.trading-rank__1_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-1-like.png');
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 .ranking_2 {
  width: 40px;
  height: 40px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking2-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 .ranking_2.trading-rank__2_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-2-like.png');
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 .ranking_3 {
  width: 40px;
  height: 40px;
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking3-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-0 .ranking_3.trading-rank__3_1 {
  background-image: url('/ZoomexNationsCup2025/assets/ranking/ranking-3-like.png');
}
.zwtc-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;
}
.zwtc-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;
}
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-1,
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-2,
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-3,
.zwtc-rankings-wrapper .con-choice .bottom-table-con .item-table-4 {
  text-align: center;
}
.zwtc-rankings-wrapper .con-choice .name-over {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto;
  color: #a3a9ae;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zwtc-rankings-wrapper .con-choice .name-over .ai-item {
  color: #f53b57;
  text-decoration-color: #f53b57;
}
.zwtc-rankings-wrapper .con-choice .name-over .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai2.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rankings-wrapper .con-choice .name-over a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1px;
}
.zwtc-rankings-wrapper .con-choice .name-over-green {
  color: #0bd9bd;
}
.zwtc-rankings-wrapper .con-choice .first-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f6d561, #f1ab41);
  -webkit-background-clip: text;
  color: transparent;
}
.zwtc-rankings-wrapper .con-choice .second-order {
  font-weight: 900;
}
.zwtc-rankings-wrapper .con-choice .thirt-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f7a06e, #e3755d);
  -webkit-background-clip: text;
  color: transparent;
}
.zwtc-rankings-wrapper .con-choice .page-size-change {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination {
  margin: 0 auto;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: #1C1812;
  border: none;
  font-size: 14px;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item a {
  color: #6A6A6A;
  font-weight: 600;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item.ant-pagination-item-active {
  background: #FFEFA0;
  opacity: 1;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item.ant-pagination-item-active a {
  color: #4F3807;
  font-weight: 600;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item-link,
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item {
  border-radius: 4px;
  background: #1C1812;
  color: #6A6A6A;
  border: 1px solid #0d1a32;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item-link a,
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-item a {
  color: #6A6A6A;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link,
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-jump-next .ant-pagination-item-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #1C1812;
  border: none;
  outline: none;
  box-shadow: none;
}
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-jump-prev .ant-pagination-item-link .ant-pagination-item-ellipsis,
.zwtc-rankings-wrapper .con-choice .page-size-change .ant-pagination .ant-pagination-jump-next .ant-pagination-item-link .ant-pagination-item-ellipsis {
  color: var(--re-new-grey-minor);
}
.zwtc-rankings-wrapper .con-choice .awart-conditions {
  margin-top: 20px;
  margin-bottom: 60px;
}
.zwtc-rankings-wrapper .con-choice .awart-conditions .title {
  color: #FFEFA0;
  font-size: 16px;
  font-weight: 500;
}
.zwtc-rankings-wrapper .con-choice .awart-conditions .desc {
  margin-top: 12px;
  color: #8599A6;
  font-size: 14px;
  font-weight: 500;
}
.zwtc-rankings-wrapper .con-choice .awart-conditions .desc span {
  font-size: 16px;
}
.zwtc-rankings-wrapper-mobile {
  width: 100%;
  height: auto;
  padding: 0;
}
.zwtc-rankings-wrapper-mobile .zwtc-schedule-title {
  margin-top: 48px;
}
.zwtc-rankings-wrapper-mobile .con-choice {
  width: 327px;
  height: auto;
  background: none;
}
.zwtc-rankings-wrapper-mobile .con-choice .header {
  width: 344px;
  display: flex !important;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 !important;
}
.zwtc-rankings-wrapper-mobile .con-choice .header .tabs-header .active {
  color: #FFEFA0;
  position: relative;
  font-weight: 600;
  font-size: 14px;
}
.zwtc-rankings-wrapper-mobile .con-choice .header .tabs-header .active::before {
  position: absolute;
  content: '';
  width: 172px;
  height: 3px;
  display: block;
  background-color: #FFEFA0;
  top: 32px;
}
.zwtc-rankings-wrapper-mobile .con-choice .item-table-0,
.zwtc-rankings-wrapper-mobile .con-choice .item-table-1 {
  text-align: left;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th {
  font-size: 12px;
}
.zwtc-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;
}
.zwtc-rankings-wrapper-mobile .con-choice .no-data .img-no-data {
  width: 80px;
  height: 80px;
  background: url('/ZoomexNationsCup2025/assets/race/no-data-icon.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rankings-wrapper-mobile .con-choice .header {
  display: block;
  padding-top: 25px;
  padding: 6px 24px;
}
.zwtc-rankings-wrapper-mobile .con-choice .header .change-site {
  width: 150px;
  margin: 25px auto;
  display: flex;
}
.zwtc-rankings-wrapper-mobile .con-choice .header .change-site .ant-select-selector {
  height: 30px;
  padding: 0 6px;
}
.zwtc-rankings-wrapper-mobile .con-choice .header .tabs-header {
  margin-left: 0;
  font-size: 12px;
  font-weight: 800;
}
.zwtc-rankings-wrapper-mobile .con-choice .mobile-name-mem p {
  margin-bottom: 0;
}
.zwtc-rankings-wrapper-mobile .con-choice .mobile-name-mem p.top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-rankings-wrapper-mobile .con-choice .mobile-name-mem p.top .ai-item {
  color: #f53b57;
  text-decoration-color: #f53b57;
}
.zwtc-rankings-wrapper-mobile .con-choice .mobile-name-mem p.top .ai-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  background: url('/ZoomexNationsCup2025/assets/squad-race/ai2.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.zwtc-rankings-wrapper-mobile .con-choice .mobile-name-mem p a {
  font-weight: 500;
  color: #fff;
}
.zwtc-rankings-wrapper-mobile .con-choice .footer-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.zwtc-rankings-wrapper-mobile .con-choice .footer-page .dec {
  display: none;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st {
  width: 100%;
  padding: 12px 12px 0;
  justify-content: flex-start;
  position: relative;
  overflow-x: scroll;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr.ant-table-row:hover > td,
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: rgba(10, 35, 63, 0.3);
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th:nth-child(1),
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th:nth-child(2),
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th:nth-child(3),
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th:nth-child(4),
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th:nth-child(5),
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-thead > tr > th:nth-child(6) {
  width: auto;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-tbody > tr > td {
  font-size: 12px;
  height: 70px;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .change-item {
  bottom: 8px;
  right: 32px;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .ant-table-content::-webkit-scrollbar {
  display: none;
}
.zwtc-rankings-wrapper-mobile .con-choice .con-st .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-0 {
  color: #a3a9ae;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 0;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-0.first-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f6d561, #f1ab41);
  -webkit-background-clip: text;
  color: transparent;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-0.second-order {
  font-weight: 900;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-0.thirt-order {
  font-weight: 900;
  background-image: linear-gradient(to right, #f7a06e, #e3755d);
  -webkit-background-clip: text;
  color: transparent;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-1 {
  color: var(--grey-major, #fff);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-1 a {
  font-size: 12px;
}
.zwtc-rankings-wrapper-mobile .con-choice .bottom-table-con .item-table-2 {
  width: max-content;
  color: #a3a9ae;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.zwtc-rankings-wrapper-mobile .con-choice .footer-page {
  position: static;
}
@media (max-width: 767px) {
  .zwtc-rankings-wrapper .con-choice .page-size-change {
    width: 327px;
    margin: 16px auto;
    padding: 0;
  }
  .con-choice .inp-choice {
    display: none;
  }
}
.race-ranking-list .race-ranking-block {
  margin: 0 auto 12px;
}
.race-ranking-list .race-ranking-block:last-child {
  margin-bottom: 0;
}
.race-ranking-list .race-ranking-block .race-ranking__rank {
  width: 100%;
  height: 32px;
  padding: 7px;
  line-height: 18px;
  text-align: center;
  background: rgba(79, 56, 7, 0.53);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 600;
}
.race-ranking-list .race-ranking-block .race-ranking__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #151107;
  padding: 0 16px 16px;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item {
  margin-top: 16px;
  width: 134px;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item.item-full {
  width: 100%;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .race-ranking__info__title {
  line-height: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--detail-color);
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .race-ranking__info__value {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item:last-child {
  width: 100%;
  text-align: center;
}
.race-ranking-list .race-ranking-block .race-ranking__info .race-ranking__info-item .item-share {
  margin: 0 auto;
  width: 32px;
  height: 32px;
  background-image: url('/ZoomexNationsCup2025/assets/race/share-icon.svg');
  background-size: 100% 100%;
  cursor: pointer;
}
.race-ranking-list .race-ranking-block.race-ranking-block--mine {
  border: 1px solid var(--border-color);
}
.race-ranking-list .race-ranking-block.race-ranking-block--mine .race-ranking__rank {
  background-color: var(--border-color);
  color: #83560D;
}

.z-step-view {
  width: 100%;
  position: relative;
}
.z-step-view h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 16px;
}
.z-step-view h3 .title-span {
  color: var(--main-color);
}
.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 {
  flex: 1;
  width: 70px;
  line-height: 20px;
  color: var(--detail-color);
  text-align: left;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.z-step-view .cons .top-con div.active {
  color: var(--re-new-grey-white);
}
.z-step-view .cons .top-con-bottom {
  margin-top: 30px;
}
.z-step-view .cons .pop-con {
  box-sizing: border-box;
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 24px;
  transform: translate3d(-50%, -50%, 0);
  height: 20px;
  z-index: 1;
  width: 100%;
  position: relative;
}
.z-step-view .cons .pop-con .show-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #251902;
}
.z-step-view .cons .pop-con .show-item div {
  flex: 1;
  height: 20px;
}
.z-step-view .cons .pop-con .show-item div:not(.progress-line-inner)::before {
  content: '';
  position: relative;
  top: -8px;
  display: block;
  height: 36px;
  width: 1px;
  background-color: var(--bg-general);
}
.z-step-view .cons .pop-con .show-item .progress-line-inner {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #d8ae3a 0%, #ffefa0 100%);
}
.z-step-view .cons h3 {
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .z-step-view h3 {
    margin-bottom: 24px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 700;
  }
  .z-step-view .cons .top-con div {
    width: auto;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .z-step-view .cons .pop-con .show-item div:not(.progress-line-inner)::before {
    top: -5px;
    height: 30px;
  }
  .z-step-view .cons .pop-con .show-item .progress-line-inner {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #d8ae3a 0%, #ffefa0 100%);
  }
  .z-step-view .cons h3 {
    margin-top: 24px;
  }
}

.zwtc-race-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: linear-gradient(180deg, #180004 0%, #080102 100%, #080102 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}
.zwtc-race-wrapper .zwtc-schedule-title {
  margin: 0 auto;
}
.zwtc-race-wrapper .wraper-item {
  width: 1200px;
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zwtc-race-wrapper .wraper-item .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zwtc-race-wrapper .wraper-item .item .img {
  flex-shrink: 0;
  width: 136px;
  height: 136px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-race-wrapper .wraper-item .item .img-0 {
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/p&l.png');
}
.zwtc-race-wrapper .wraper-item .item .img-1 {
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/coin.png');
}
.zwtc-race-wrapper .wraper-item .item .img-2 {
  background-image: url('/ZoomexNationsCup2025/assets/squad-race/people.png');
}
.zwtc-race-wrapper .wraper-item .item h2 {
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 30px;
  font-weight: 700;
  font-size: 24px;
  color: var(--main-color-deep);
  text-align: center;
}
.zwtc-race-wrapper .wraper-item .item p {
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: var(--re-new-grey-major);
  font-size: 20px;
  font-weight: 700;
}
.zwtc-race-wrapper .wraper-item-mobile {
  width: 327px;
  flex-flow: wrap;
  height: auto;
  margin: 40px auto;
}
.zwtc-race-wrapper .wraper-item-mobile .item {
  justify-content: center;
  width: 279px;
  margin-bottom: 32px;
}
.zwtc-race-wrapper .wraper-item-mobile .item .img {
  width: 100px;
  height: 100px;
}
.zwtc-race-wrapper .wraper-item-mobile .item h2 {
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.zwtc-race-wrapper .wraper-item-mobile .item p {
  text-align: center;
  height: 30px;
  line-height: 15px;
  font-size: 12px;
}
.zwtc-race-wrapper .wraper-item-mobile .item:last-child {
  margin-bottom: 0;
}
.zwtc-race-wrapper .con {
  width: 1200px;
  margin: 0 auto;
}
.zwtc-race-wrapper .con .header {
  width: 100%;
  display: flex;
  padding-left: 100px;
  padding-top: 60px;
  align-items: center;
  justify-content: center;
}
.zwtc-race-wrapper .con .header .items {
  flex: 1;
  height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.zwtc-race-wrapper .con .header .items .img {
  width: 72px;
  height: 72px;
  margin-right: 16px;
}
.zwtc-race-wrapper .con .header .items .img-0 {
  background: url('/ZoomexNationsCup2025/assets/squad-race/participants.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-race-wrapper .con .header .items .img-1 {
  background: url('/ZoomexNationsCup2025/assets/squad-race/award.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.zwtc-race-wrapper .con .header .items .img-2 {
  background: url('/ZoomexNationsCup2025/assets/squad-race/additional-pool.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  flex-shrink: 0;
}
.zwtc-race-wrapper .con .header .items h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 20px;
}
.zwtc-race-wrapper .con .header .items p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #a3a9ae;
}
.zwtc-race-wrapper .con .header .items.item-2 {
  background: linear-gradient(128deg, #fa5c33 14.22%, #fc2634 51.58%, #e036af 89.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zwtc-race-wrapper .con .con-step .z-step-view .cons .top-con div {
  flex: 1;
}
.zwtc-race-wrapper .con .con-step .z-step-view .cons .top-con div .top,
.zwtc-race-wrapper .con .con-step .z-step-view .cons .top-con div .bottom {
  right: 0;
}
.zwtc-race-wrapper .con-mobile {
  width: 327px;
}
.zwtc-race-wrapper .con-mobile .header {
  display: block;
  overflow: hidden;
  padding: 0 36px 36px 36px;
  width: 100%;
}
.zwtc-race-wrapper .con-mobile .header .items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 32px;
}
.zwtc-race-wrapper .con-mobile .header .items .img {
  width: 54px;
  height: 54px;
  left: 0;
  top: 24px;
}
.zwtc-race-wrapper .con-mobile .header .items .info-container {
  margin-left: 16px;
}
.zwtc-race-wrapper .con-mobile .header .items h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
.zwtc-race-wrapper .con-mobile .header .items p {
  font-size: 14px;
  font-weight: 400;
  color: #8599a6;
  line-height: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .zwtc-race-wrapper {
    background: none;
  }
}

.zwtc-leader-count-down {
  margin: 0 auto;
  padding: 60px 0;
  color: var(--re-new-grey-white);
  background-color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  text-align: center;
}
.zwtc-leader-count-down .countdown-title {
  line-height: 40px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4.8px;
}
.zwtc-leader-count-down .countdown-widget {
  display: flex;
  justify-content: center;
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg {
  padding: 0;
  margin-top: 44px;
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  display: none;
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: row;
  width: auto;
  margin: 0 50px 0 0;
  background-image: none;
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-style: normal;
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
  display: inline-block;
  width: 80px;
  height: 76px;
  line-height: 76px;
  font-size: 36px;
  font-weight: 700;
  color: var(--main-color);
  background-image: url('/ZoomexNationsCup2025/assets/countdown/countdown-box.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  margin-left: 4px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color-deep);
}
.zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .zwtc-leader-count-down {
    padding: 40px 0;
    background-color: transparent;
  }
  .zwtc-leader-count-down .countdown-title {
    line-height: 23px;
    font-size: 18px;
    letter-spacing: 2.7px;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg {
    margin-top: 40px;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex {
    justify-content: space-between;
    width: 327px;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    flex-direction: column;
    margin: 0;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    margin-top: 0;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
    width: 40px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    background-size: contain;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child {
    margin-left: -8px;
  }
  .zwtc-leader-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    margin-left: 0;
    line-height: 13px;
    font-size: 10px;
  }
}

.squad-leader-countdown-button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .squad-leader-countdown-button {
    margin-top: 40px;
  }
}

.page-container {
  background: #091016;
}
.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) {
  .page-container {
    background: #02050f;
  }
  .referral-login-page-section {
    width: 100%;
    height: 100%;
    padding-bottom: 0 !important;
  }
}

#register-form .ant-form-item-with-help .ant-form-item-explain {
  min-height: 0;
}
#register-form .ant-input {
  display: flex;
  padding: 15.5px 10px;
  line-height: 18px;
  align-items: center;
  gap: 10px;
  background-color: transparent !important;
  border: 1px solid var(--re-new-grey-minor);
  font-size: 14px;
  font-weight: 400;
  color: var(--re-new-grey-major);
  caret-color: var(--main-color);
}
#register-form .ant-input:focus {
  border-color: var(--border-color);
  box-shadow: none;
}
#register-form .ant-input::placeholder {
  color: var(--re-new-grey-detail);
}
#register-form .ant-input:disabled {
  color: var(--re-new-grey-major);
}
#register-form .ant-form-item-has-error .ant-input,
#register-form .ant-form-item-has-error:focus {
  border-color: var(--re-new-seconday-red);
}
#register-form .threshold-options {
  margin-bottom: 0;
}
#register-form .threshold-by-code {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  color: var(--re-new-grey-minor);
}
#register-form .threshold-by-code .code-hint {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 18px;
}
#register-form .threshold-by-code .code-main {
  display: flex;
  align-items: center;
  line-height: 40px;
}
#register-form .threshold-by-code span.code {
  color: var(--re-new-grey-major);
  font-size: 32px;
  margin-right: 16px;
}
#register-form .threshold-by-code span.change {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
#register-form .threshold-by-code span.change i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/register_thresohold_code_change.svg');
  background-size: cover;
  margin-right: 4px;
}
#register-form .threshold-by-code span.change i:hover {
  filter: brightness(0.8);
}
#register-form .threshold-by-code span.change.disabled {
  cursor: inherit;
}
#register-form .threshold-by-code span.change.disabled i:hover {
  filter: none;
}
.form-container {
  width: 100%;
}
.form-container .ant-form-item-required:before {
  display: none !important;
}
.form-container .captain_social_links .ant-form-item {
  color: var(--re-new-grey-major);
  margin-bottom: 12px;
}
.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-control .ant-form-item-control-input {
  min-height: unset;
}
.form-container .ant-form-item {
  color: var(--re-new-grey-major);
  margin-bottom: 40px;
  line-height: 21px;
}
.form-container .ant-form-item .ant-form-item-extra {
  min-height: unset;
  margin-bottom: 18px;
  line-height: 15px;
  font-size: 12px;
  font-weight: 500;
  color: var(--re-new-grey-minor);
}
.form-container .ant-form-item .ant-form-item-label {
  padding: 0;
  margin-bottom: 8px;
  line-height: 18px;
}
.form-container .ant-form-item .ant-form-item-label label {
  font-weight: 500;
  font-size: 14px;
  color: var(--re-new-grey-major);
}
.form-container .form-inner {
  width: 1204px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--re-new-grey-major);
  padding: 48px 78px 60px;
}
.form-container .form-inner .your-details {
  position: relative;
  padding: 0 24px;
}
.form-container .form-inner .form-tips {
  min-height: 88px;
  padding: 8px 24px;
  background-color: var(--bg-main);
  display: flex;
  align-items: center;
}
.form-container .form-inner .form-tips .form-tips-icon {
  margin-right: 16px;
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/warning_icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.form-container .form-inner .form-tips .form-tips-icon.approved {
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/selected.svg');
  background-size: 100%;
}
.form-container .form-inner .form-tips .form-tips-icon.rejected {
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/error_icon.svg');
  background-size: 100%;
}
.form-container .form-inner .form-tips .form-tips-text {
  word-break: break-all;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: var(--main-color);
}
.form-container .form-inner .form-tips.form-tips--danger {
  background-color: var(--bg-red);
}
.form-container .form-inner .form-tips.form-tips--danger .form-tips-text {
  color: var(--red-color);
}
.form-container .form-inner h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  align-items: center;
  text-align: left;
}
.form-container .form-inner .social-media-add {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: var(--main-color);
  letter-spacing: 0.5px;
}
.form-container .form-inner .submit-btn {
  margin-top: 68px;
}
.icon-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.icon-selector .avatar-wraper {
  position: relative;
  cursor: pointer;
  height: 72px;
  width: 72px;
  background-color: var(--bg-main-alpha);
  border: 1px solid transparent;
}
.icon-selector .avatar-wraper img {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon-selector .avatar-wraper i {
  display: none;
}
.icon-selector .avatar-wraper:hover {
  background-color: var(--bg-main);
  border: 1px solid var(--border-color);
}
.icon-selector .avatar-wraper.disabled {
  cursor: not-allowed;
}
.icon-selector .selected {
  background-color: var(--bg-main);
  border: 1px solid var(--border-color);
}
.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-image: url('/ZoomexNationsCup2025/assets/leader-register/selected.svg');
}
.thumbnail-wrapper {
  position: relative;
  cursor: pointer;
  width: 178px;
  height: 100px;
  background-color: var(--bg-main-alpha);
}
.thumbnail-wrapper:not(.done):hover {
  background-color: var(--bg-main);
  border: 1px solid var(--border-color);
}
.thumbnail-wrapper .avatar-hover-wrapper {
  position: relative;
  cursor: pointer;
}
.thumbnail-wrapper .avatar-hover-wrapper img {
  width: 178px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
}
.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 {
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 72px;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 500;
  color: var(--re-new-grey-major);
  background-color: #1c1812;
}
.follower-list .follower-item:hover {
  border: 1px solid var(--border-color);
  background-color: var(--bg-main);
}
.follower-list .follower-item i {
  display: none;
}
.follower-list .selected {
  border: 1px solid var(--border-color);
  background-color: var(--bg-main);
}
.follower-list .selected i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-position: center;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/selected.svg');
}
.radio-full {
  display: flex;
  flex-direction: column;
}
.radio-full .ant-radio-button-wrapper {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 14px 10px 14px 40px;
  height: 50px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--bg-main-alpha);
  color: var(--re-new-grey-major);
  margin-bottom: 18px;
  gap: 10px;
  border: unset;
  border: 1px solid transparent;
}
.radio-full .ant-radio-button-wrapper::before {
  display: none;
}
.radio-full .ant-radio-button-wrapper:hover {
  background-color: var(--bg-main);
  border: 1px solid var(--border-color);
}
.radio-full .ant-radio-button-wrapper-checked {
  position: relative;
  background-color: var(--bg-main);
  border: 1px solid var(--border-color);
}
.radio-full .ant-radio-button-wrapper-checked:focus-within {
  box-shadow: none;
}
.radio-full .ant-radio-button-wrapper-checked::before {
  display: initial;
  position: absolute;
  left: 10px;
  top: 14px;
  content: '';
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/selected.svg');
}
.join-pk .ant-radio-wrapper {
  margin-right: 30px;
}
.join-pk .ant-radio-wrapper:last-child {
  margin-right: 0;
}
.join-pk .ant-radio-wrapper .ant-radio .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: none;
}
.join-pk .ant-radio-wrapper .ant-radio .ant-radio-inner {
  border-width: 2px;
  border-color: var(--re-new-grey-white);
  background-color: transparent;
}
.join-pk .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
  border-color: var(--main-color) !important;
}
.join-pk .ant-radio-wrapper .ant-radio.ant-radio-checked::after {
  display: none;
}
.join-pk .ant-radio-wrapper .ant-radio.ant-radio-checked.ant-radio-disabled .ant-radio-inner::after {
  background-color: var(--main-color);
}
.join-pk .ant-radio-wrapper .join-pk__label {
  color: var(--re-new-grey-major);
  font-size: 14px;
  font-weight: 500;
}
.avatar-uploader {
  width: 100%;
  height: 100%;
}
.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: 100%;
  height: 100%;
  background: url('/ZoomexNationsCup2025/assets/common/add.svg') no-repeat;
  background-position: center;
}
.by-uploaded-icon {
  position: relative;
  background-color: var(--re-new-mask);
  width: 70px;
  height: 70px;
}
.by-uploaded-icon .by-uploaded-camera {
  background: url('/ZoomexNationsCup2025/camera.svg') no-repeat;
  background-color: var(--re-new-mask);
  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 {
  width: 100%;
  height: 100%;
  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 .form-inner {
    width: 335px;
    padding: 0 0 60px 0;
    border: none;
  }
  .form-container .form-inner .form-tips {
    min-height: 88px;
    padding: 8px 24px 8px 12px;
    display: flex;
    align-items: center;
  }
  .form-container .form-inner .form-tips .form-tips-icon {
    margin-right: 10px;
    background-image: url('/ZoomexNationsCup2025/assets/leader-register/warning_icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  .form-container .form-inner .form-tips .form-tips-icon.approved {
    background-image: url('/ZoomexNationsCup2025/assets/leader-register/selected.svg');
    background-size: 100%;
  }
  .form-container .form-inner .form-tips .form-tips-icon.rejected {
    background-image: url('/ZoomexNationsCup2025/assets/leader-register/error_icon.svg');
    background-size: 100%;
  }
  .form-container .form-inner .form-tips .form-tips-text {
    word-break: break-all;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
  }
  .form-container .form-inner .form-tips.form-tips--danger {
    background-color: var(--bg-red);
  }
  .form-container .form-inner .form-tips.form-tips--danger .form-tips-text {
    color: var(--red-color);
  }
  .form-container .form-inner .your-details {
    padding: 0;
    border: none;
  }
  .form-container .form-inner .your-details::before,
  .form-container .form-inner .your-details::after {
    display: none;
  }
  .form-container .form-inner .your-details h3 {
    margin-top: 40px;
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: left;
  }
  .form-container .form-inner .your-details .submit-btn {
    margin-top: 40px;
  }
  .form-container .ant-form-item {
    margin-bottom: 40px;
  }
  .form-container .ant-form-item .ant-form-item-label {
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
  }
  .form-container .ant-form-item .ant-form-item-control .ant-form-item-extra {
    word-wrap: break-word;
    font-size: 12px;
    line-height: 15px;
  }
  .form-container .ant-form-item:last-child {
    margin-bottom: 0;
  }
  .follower-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }
  .follower-list .follower-item {
    min-width: 60px;
    padding: 0 4px;
  }
  .icon-selector {
    gap: 24px 0;
    justify-content: space-between;
  }
  .join-pk .ant-radio-wrapper {
    display: inline-flex;
    align-items: center;
    height: 18px;
  }
  .join-pk .ant-radio-wrapper .ant-radio {
    top: 0;
  }
  .join-pk .ant-radio-wrapper span.ant-radio + * {
    padding-left: 4px;
    padding-right: 0;
  }
}

.zwtc-leader-header-wrapper {
  width: 100%;
  height: auto;
  min-height: 526px;
  padding: 40px;
  background-image: url('/ZoomexNationsCup2025/assets/leader-register/register_leader_header_bg.png');
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: top;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint {
  width: 1200px;
  margin: 0 auto;
  color: var(--re-new-grey-white);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--title {
  margin-bottom: 40px;
  line-height: 60px;
  font-size: 48px;
  font-weight: 600;
  font-feature-settings: 'liga' off, 'clig' off;
  text-align: center;
  letter-spacing: 7.2px;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  min-height: 140px;
  margin-bottom: 40px;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__benefit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 11px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__benefit::before {
  content: '';
  display: block;
  width: 8px;
  height: 15px;
  margin-right: 8px;
  background: linear-gradient(0deg, #d8ae3a 0%, #ffefa0 100%);
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc {
  width: 269px;
  min-height: 76px;
  margin-left: 16px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #e4d9c9;
  background: linear-gradient(90deg, rgba(251, 225, 127, 0.31) 4.91%, rgba(37, 25, 2, 0.5) 100%);
  font-feature-settings: 'liga' off, 'clig' off;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc .title {
  margin-bottom: 2px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc .desc {
  line-height: 15px;
  font-size: 12px;
  font-weight: 400;
}
.zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits:last-child {
  margin-bottom: 0;
}
.zwtc-leader-register-header-title {
  width: 1200px;
  margin: 0 auto;
}
.zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__home {
  cursor: pointer;
  color: var(--re-new-grey-minor);
}
.zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__home:hover {
  color: var(--re-new-grey-major);
}
.zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__home:active {
  color: var(--re-new-grey-main);
}
.zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px;
  background-image: url('/ZoomexNationsCup2025/assets/common/right_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs .zwtc-leader-register-header-breadcrumbs__current {
  color: var(--re-new-grey-major);
}
.zwtc-leader-register-header-title .z-header-view {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .zwtc-leader-header-wrapper {
    width: 100%;
    height: auto;
    padding: 24px 0;
    background-image: url('/ZoomexNationsCup2025/assets/leader-register/h5/register_leader_header_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint {
    width: 100%;
    height: auto;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3.6px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item {
    margin-bottom: 14px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__benefit {
    margin-bottom: 6px;
    line-height: 15px;
    font-size: 12px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__benefit::before {
    width: 4px;
    height: 9px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc {
    width: 334px;
    min-height: 66px;
    padding: 8px;
    margin-left: 0;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item .benifit-item__desc .title {
    line-height: 18px;
    font-size: 14px;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits .benifit-item:last-child {
    margin-bottom: 0;
  }
  .zwtc-leader-header-wrapper .zwtc-leader-register-header__hint .hint--benefits:last-child {
    margin-bottom: 0;
  }
  .zwtc-leader-register-header-title {
    width: 100%;
    padding-top: 60px;
  }
  .zwtc-leader-register-header-title .zwtc-leader-register-header-breadcrumbs {
    display: none;
  }
  .zwtc-leader-register-header-title .z-header-view {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .zwtc-leader-register-header-title .z-header-view .z-header-text {
    font-style: normal;
  }
}

.zwtc-common-count-down {
  margin: 0 auto;
  padding: 60px 0;
  color: var(--re-new-grey-white);
  background-color: #000;
  font-feature-settings: 'liga' off, 'clig' off;
  text-align: center;
}
.zwtc-common-count-down .countdown-title {
  line-height: 40px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 4.8px;
}
.zwtc-common-count-down .countdown-widget {
  display: flex;
  justify-content: center;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg {
  padding: 0;
  margin-top: 44px;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-colon-bg {
  display: none;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
  display: flex;
  flex-direction: row;
  width: auto;
  margin: 0 50px 0 0;
  background-image: none;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-style: normal;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
  display: inline-block;
  width: 80px;
  height: 76px;
  line-height: 76px;
  font-size: 36px;
  font-weight: 700;
  color: var(--main-color);
  background-image: url('/ZoomexNationsCup2025/assets/countdown/countdown-box.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
  margin-left: 4px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: var(--main-color-deep);
}
.zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .zwtc-common-count-down {
    padding: 40px 0;
    background-color: transparent;
  }
  .zwtc-common-count-down .countdown-title {
    line-height: 23px;
    font-size: 18px;
    letter-spacing: 2.7px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg {
    margin-top: 40px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex {
    justify-content: space-between;
    width: 327px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item {
    flex-direction: column;
    margin: 0;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num {
    margin-top: 0;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single {
    width: 40px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    background-size: contain;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-num .wsot-clock-num__single:last-child {
    margin-left: -8px;
  }
  .zwtc-common-count-down .countdown-widget .wsot-clock-bg .wsot-flex .wsot-clock-item .wsot-clock-txt {
    margin-left: 0;
    line-height: 13px;
    font-size: 10px;
  }
}

.rules-wrapper {
  width: 1200px;
  margin: 60px auto 120px;
  position: relative;
}
.rules-wrapper .rules-content {
  word-break: break-all;
  white-space: pre-line;
  margin-top: 40px;
  line-height: 24px;
  padding: 60px 102px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 400;
  color: var(--re-new-grey-major);
  letter-spacing: 0.2px;
}
@media (max-width: 767px) {
  .rules-wrapper {
    width: 100%;
    margin: 60px auto 0px;
    padding: 0 20px;
  }
  .rules-wrapper .rules-wrapper-header .z-header-text {
    font-style: normal;
  }
  .rules-wrapper .rules-content {
    width: 335px;
    margin: 24px auto 0;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
  }
}

.register-page-container {
  background: #04080c;
  color: #fff;
  padding-bottom: 120px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .register-page-container {
    padding-bottom: 60px;
  }
}

