[zoomex-activity-theme='YmxhY2s='] .podium-wrap .podium-container .podium-item.podium-item--0 {
  background-image: url('/game/theme/black/podium/runner-up.png');
}
[zoomex-activity-theme='YmxhY2s='] .podium-wrap .podium-container .podium-item.podium-item--1 {
  background-image: url('/game/theme/black/podium/champion.png');
}
[zoomex-activity-theme='YmxhY2s='] .podium-wrap .podium-container .podium-item.podium-item--2 {
  background-image: url('/game/theme/black/podium/third-place.png');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .podium-wrap .podium-container .podium-item.podium-item--0 {
    background-image: url('/game/theme/black/podium/runner-up-h5.svg');
  }
  [zoomex-activity-theme='YmxhY2s='] .podium-wrap .podium-container .podium-item.podium-item--1 {
    background-image: url('/game/theme/black/podium/champion-h5.svg');
  }
  [zoomex-activity-theme='YmxhY2s='] .podium-wrap .podium-container .podium-item.podium-item--2 {
    background-image: url('/game/theme/black/podium/third-place-h5.svg');
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] .podium-wrap .podium-container .podium-item.podium-item--0 {
  background-image: url('/game/theme/black/podium/runner-up.png');
}
[zoomex-activity-theme='YmxhY2stdGE='] .podium-wrap .podium-container .podium-item.podium-item--1 {
  background-image: url('/game/theme/black/podium/champion.png');
}
[zoomex-activity-theme='YmxhY2stdGE='] .podium-wrap .podium-container .podium-item.podium-item--2 {
  background-image: url('/game/theme/black/podium/third-place.png');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .podium-wrap .podium-container .podium-item.podium-item--0 {
    background-image: url('/game/theme/black/podium/runner-up-h5.svg');
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .podium-wrap .podium-container .podium-item.podium-item--1 {
    background-image: url('/game/theme/black/podium/champion-h5.svg');
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .podium-wrap .podium-container .podium-item.podium-item--2 {
    background-image: url('/game/theme/black/podium/third-place-h5.svg');
  }
}
.podium-wrap .podium-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.podium-wrap .podium-container .podium-item {
  text-align: center;
  width: 400px;
  height: 551px;
  background-repeat: no-repeat;
  background-size: 100%;
  color: var(--re-new-grey-invert);
}
.podium-wrap .podium-container .podium-item .user-name {
  width: 330px;
  margin: 245px auto 0;
  line-height: 24px;
  font-size: 20px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.podium-wrap .podium-container .podium-item .amount {
  margin-top: 32px;
  margin-bottom: 0;
  line-height: 48px;
  font-size: 40px;
  font-weight: 900;
}
.podium-wrap .podium-container .podium-item .unit {
  margin-top: 10px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(180deg, #fff 14.29%, #fff 119.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 719px) {
  .podium-wrap {
    width: 100vw;
    margin-left: -16px;
  }
  .podium-wrap .podium-container {
    width: 375px;
    margin: 0 auto 16px;
  }
  .podium-wrap .podium-container .podium-item {
    width: 125px;
    height: 194px;
  }
  .podium-wrap .podium-container .podium-item .user-name {
    width: 98px;
    margin: 87px auto 0;
    line-height: 12px;
    font-size: 10px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .podium-wrap .podium-container .podium-item .amount {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 15px;
    font-size: 12px;
    font-weight: 900;
  }
  .podium-wrap .podium-container .podium-item .unit {
    margin-top: 5px;
    line-height: 12px;
    font-size: 10px;
    font-weight: 900;
    background: linear-gradient(180deg, #fff 14.29%, #fff 119.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap {
  background-image: none;
  margin-top: 0;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio {
  display: block;
  margin-bottom: 64px;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio.inverse .ant-radio-group {
  width: 672px;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  width: 1006px;
  padding: 4px;
  border: 3px solid var(--zoomex-activity-model-border);
  background-image: none;
  transition: all 0.3s;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper {
  width: 329.33px;
  height: 66px;
  padding: 21px 12px;
  background: transparent;
  border: none;
  text-align: center;
  box-shadow: unset;
  color: var(--re-new-grey-invert);
  background-color: var(--re-new-seconday-blue-02);
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper:hover,
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  color: var(--re-new-grey-major);
  background-color: var(--re-new-seconday-blue);
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper::before {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio--ProfitRatio .ant-radio-group {
  background-image: unset;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__table {
  width: 1200px;
  margin: 0 auto 80px;
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .rc-table-thead {
  height: 56px;
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__axis {
  margin-top: 40px;
  margin-bottom: 64px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__axis {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio {
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio.inverse .ant-radio-group {
    width: 100%;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio.inverse.series-all-ranking__radio__three .ant-radio-group-solid .ant-radio-button-wrapper {
    width: calc((100% - 4px) / 2);
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid {
    margin: auto;
    height: auto;
    width: 100%;
    padding: 2px;
    border-width: 1px;
    background-image: none;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid .ant-radio-button-wrapper {
    flex-shrink: 0;
    height: auto;
    line-height: 15px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio__three .ant-radio-group-solid .ant-radio-button-wrapper {
    width: calc((100% - 4px) / 3);
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio__two .ant-radio-group-solid .ant-radio-button-wrapper {
    width: calc((100% - 4px) / 2);
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__table {
    width: 94vw;
    overflow-x: auto;
    margin-bottom: 40px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper {
    height: auto;
    min-height: auto;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container {
    width: 1200px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-all-ranking-wrap .series-all-ranking__table::-webkit-scrollbar {
    display: none;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap {
  background-image: none;
  margin-top: 0;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio {
  display: block;
  margin-bottom: 64px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 80px;
  width: 1006px;
  padding: 4px;
  border: 3px solid var(--zoomex-activity-model-border);
  background-image: none;
  transition: all 0.3s;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper {
  width: 329.33px;
  height: 66px;
  padding: 21px 12px;
  background: transparent;
  border: none;
  text-align: center;
  box-shadow: unset;
  color: var(--re-new-grey-invert);
  background-color: var(--re-new-seconday-blue-02);
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper:hover,
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  color: var(--re-new-grey-major);
  background-color: var(--re-new-seconday-blue);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper::before {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio--ProfitRatio .ant-radio-group {
  background-image: unset;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__table {
  width: 1200px;
  margin: 0 auto 80px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .rc-table-thead {
  height: 56px;
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__axis {
  width: 1000px;
  margin-top: 40px;
  margin-bottom: 64px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__axis {
    width: 282px;
    margin: 0 auto 32px;
    padding-top: 77px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio {
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid {
    margin: auto;
    height: auto;
    width: 100%;
    padding: 2px;
    border-width: 1px;
    background-image: none;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid .ant-radio-button-wrapper {
    flex-shrink: 0;
    height: auto;
    line-height: 15px;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio__three .ant-radio-group-solid .ant-radio-button-wrapper {
    width: calc((100% - 4px) / 3);
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio__two .ant-radio-group-solid .ant-radio-button-wrapper {
    width: calc((100% - 4px) / 2);
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__table {
    width: 100%;
    margin-bottom: 40px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper {
    height: auto;
    min-height: auto;
  }
}
.series-all-ranking-wrap {
  width: 100%;
  margin-top: 54px;
}
.series-all-ranking-wrap .series-all-ranking__axis {
  width: 926px;
  margin: 48px auto 0;
}
.series-all-ranking-wrap .series-all-ranking__axis .prize-pool-flex-axis-item {
  height: 60px;
}
.series-all-ranking-wrap .series-all-ranking__axis .prize-pool-flex-axis-item .prize-pool-flex-axis-left {
  width: 60px;
  height: 60px;
}
.series-all-ranking-wrap .series-all-ranking__table {
  margin-top: 45px;
  margin-bottom: 45px;
}
.series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .angle {
  display: none;
}
.series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .rc-table-thead {
  height: 56px;
  background-color: var(--primary-color2);
}
.series-all-ranking-wrap .series-all-ranking__radio {
  display: none;
}
/** red */
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap {
  background: #0e0206;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table {
  margin-top: 0;
  margin-bottom: 80px;
  position: relative;
  background: #1e0e1b;
  border: 2px solid #5e3b34;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table::after {
  display: flex;
  content: '';
  width: 1241px;
  height: 20px;
  background-image: url('/game/theme/red/quiz/header-icon.svg');
  position: absolute;
  top: -10px;
  left: -22px;
  z-index: 199;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .rc-table-thead {
  background: rgba(255, 255, 255, 0.08) !important;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .table-outer .rc-table-bg {
  background: transparent;
  border: none;
  padding-bottom: 0;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .table-outer tbody tr {
  height: 80px;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .table-outer table thead {
  background: transparent;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__axis {
  margin-bottom: 80px;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio {
  display: flex;
  justify-content: center;
  align-items: center;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-group {
  display: flex;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper {
  height: auto;
  background: #f6c473;
  opacity: 0.3;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #313d48;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: unset;
  padding: 12px 24px;
  margin: 0;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper::before {
  display: none;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border: unset;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #f6c473;
  opacity: 1;
  color: #000;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #313d48;
  background: #f6c473;
}
[zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: none !important;
}
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap {
  background-image: url('/game/theme/blue2/all-ranking/bg.svg');
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 0;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio {
  display: block;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 74px;
  width: 1200px;
  background-image: url('/game/theme/blue2/all-ranking/radio-left.svg');
  background-size: cover;
  background-position: top;
  transition: all 0.3s;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper {
  width: 50%;
  height: 74px;
  padding: 23px 16px 22px;
  background: transparent;
  border: none;
  text-align: center;
  box-shadow: unset;
  color: var(--re-new-brand-regular);
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  color: var(--re-new-grey-major);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group .ant-radio-button-wrapper::before {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio--ProfitRatio .ant-radio-group {
  background-image: url('/game/theme/blue2/all-ranking/radio-right.svg');
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__table {
  width: 1200px;
  margin: -1px auto 120px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .rc-table-thead {
  height: 56px;
  background-color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__axis {
  margin-bottom: 46px;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-all-ranking-wrap .series-all-ranking__axis {
    width: 100%;
    margin-top: 40px;
  }
  .series-all-ranking-wrap .series-all-ranking__axis .prize-pool-flex-axis-item {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .series-all-ranking-wrap .series-all-ranking__axis .prize-pool-flex-axis-item:last-child {
    margin-bottom: 0;
  }
  /** red */
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__axis {
    margin-bottom: 30px;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table {
    border: none;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table::after {
    display: none;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper {
    min-height: unset;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .rc-table-thead {
    height: 39px;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .table-outer tbody tr {
    height: 48px;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container .table-outer tbody .rc-table-cell {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #d1d4d6;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-button-wrapper {
    width: 50%;
    height: 39px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #000000;
  }
  [zoomex-activity-theme='cmVk'] .series-all-ranking__radio .ant-radio-group {
    width: 100%;
  }
  /** blue2 */
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap {
    background-image: none;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__axis {
    margin-top: 40px;
    padding-left: 24px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid {
    margin: 40px 0 0;
    height: 39px;
    width: 326px;
    background-image: none;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid .ant-radio-button-wrapper {
    width: 163px;
    height: auto;
    line-height: 15px;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    color: var(--re-new-brand-regular);
    background-image: url('/game/theme/blue2/all-ranking/radio-bg--normal.svg');
    background-size: cover;
    background-position: top;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio .ant-radio-group-solid .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
    color: var(--re-new-grey-black);
    background-image: url('/game/theme/blue2/all-ranking/radio-bg--checked.svg');
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__radio.series-all-ranking__radio--ProfitRatio .ant-radio-group {
    background-image: none;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__table {
    width: 100vw;
    overflow-x: auto;
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper {
    height: auto;
    min-height: auto;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__table .ranking-table-wrapper .table-container {
    width: 1200px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-all-ranking-wrap .series-all-ranking__table::-webkit-scrollbar {
    display: none;
  }
}

.series-list-wrap {
  border: 1px solid var(--primary-color2);
  border-image: var(--zoomex-activity-border-linear) 1 1;
  border-bottom: none;
}
.series-list-wrap .series-list {
  margin: 12px;
}
.series-list-wrap .series-list .single-series {
  height: 54px;
  line-height: 54px;
  padding: 0 39px;
  background-color: #0a1129;
  gap: 10px;
  cursor: pointer;
}
.series-list-wrap .series-list .single-series span {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 54px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3040f5 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.6;
}
.series-list-wrap .series-list .single-series:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), #151f43;
}
.series-list-wrap .series-list .single-series.selected {
  background-color: #151f43;
}
.series-list-wrap .series-list .single-series.selected span {
  opacity: 1;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-list-wrap {
    border: none;
    display: flex;
    width: 100%;
    margin-top: 24px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .series-list-wrap .series-list {
    margin: 0;
    display: flex;
  }
  .series-list-wrap .series-list .single-series {
    width: 139px;
  }
  .series-list-wrap::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
}
/** red */
[zoomex-activity-theme='cmVk'] .series-list-wrap {
  display: none;
}

[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap {
  width: 1352px;
  height: 360px;
  margin: 76px auto 64px;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap:has(.inverse) {
  margin: 67px auto 64px;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch {
  background-image: url('/game/theme/black/series-info/arrow-normal.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch.left {
  transform: rotateY(180deg);
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch:hover {
  background-image: url('/game/theme/black/series-info/arrow-hover.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch:active {
  background-image: url('/game/theme/black/series-info/arrow-active.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch.disable {
  cursor: not-allowed;
  background-image: url('/game/theme/black/series-info/arrow-disabled.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch.disable:active,
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-arrow .series-switch.disable:hover {
  background-image: url('/game/theme/black/series-info/arrow-disabled.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block {
  width: 1200px;
  height: auto;
  background-image: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content {
  width: 1200px;
  height: auto;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-switch-block__title {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
  padding-top: 53px;
  flex-direction: column;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail.inverse {
  padding-top: 0;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block {
  padding-top: 0;
  text-align: center;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__logo-icon {
  margin: auto;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
  justify-content: center;
}
[zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .time {
  line-height: 19px;
  color: var(--re-new-grey-invert);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap {
    background-image: url('/game/theme/black/series-info/bg-h5.svg');
    background-size: cover;
    background-position: top;
    flex-direction: column;
    width: 375px;
    height: 492px;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block {
    width: 100%;
    margin: 0 auto;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content {
    width: 100%;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
    padding-top: 121px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail.inverse {
    padding-top: 121px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block {
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
    margin-top: 24px;
    font-size: 32px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .time {
    margin-top: 32px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-icons {
    margin-top: 72px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-icons .icon-item {
    opacity: 0.5;
    background-color: #187ef2;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-switch-wrap .series-switch-icons .icon-item.active {
    width: 62px;
    background-image: url('/game/theme/black/series-info/switch-active.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    opacity: 1;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap {
  width: 1352px;
  height: 360px;
  margin: 76px auto 64px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block {
  width: 1200px;
  height: auto;
  background-image: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content {
  width: 1200px;
  height: 360px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-switch-block__title {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
  flex-direction: column;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block {
  padding-top: 0;
  margin-bottom: 37px;
  text-align: center;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__logo-icon {
  margin: auto;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
  justify-content: center;
  font-size: 32px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .time {
  line-height: 19px;
  color: var(--re-new-grey-invert);
  font-size: 16px;
  font-weight: 400;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__invite {
  margin: 16px auto 0;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap {
    flex-direction: column;
    width: 375px;
    height: 492px;
    margin-top: 0;
    margin-bottom: 0;
    align-items: center;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block {
    width: 100%;
    margin: 40px auto 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content {
    width: 100%;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
    padding-top: 51px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block {
    margin-bottom: 42px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
    margin-top: 24px;
    font-size: 32px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .time {
    margin-top: 48px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-icons {
    margin-top: 72px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-icons .icon-item {
    opacity: 0.5;
    background-color: #187ef2;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-switch-wrap .series-switch-icons .icon-item.active {
    width: 62px;
    background-image: url('/game/theme/black-ta/series-info/switch-active.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    opacity: 1;
  }
}
.series-switch-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 1372px;
  margin: 40px auto 0;
}
.series-switch-wrap .series-switch-arrow {
  width: 76px;
  height: 76px;
}
.series-switch-wrap .series-switch-arrow .series-switch {
  cursor: pointer;
  width: 76px;
  height: 76px;
  background-image: url('/game/theme/blue/series-info/arrow-normal.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.series-switch-wrap .series-switch-arrow .series-switch.left {
  transform: rotateY(180deg);
}
.series-switch-wrap .series-switch-arrow .series-switch:hover {
  background-image: url('/game/theme/blue/series-info/arrow-hover.png');
}
.series-switch-wrap .series-switch-arrow .series-switch:active {
  background-image: url('/game/theme/blue/series-info/arrow-active.png');
}
.series-switch-wrap .series-switch-arrow .series-switch.disable {
  opacity: 0.3;
  cursor: not-allowed;
}
.series-switch-wrap .series-switch-arrow .series-switch.disable:active,
.series-switch-wrap .series-switch-arrow .series-switch.disable:hover {
  background-image: url('/game/theme/blue/series-info/arrow-normal.png');
}
.series-switch-wrap .series-switch-block {
  width: 1220px;
  height: 306px;
  background-image: url('/game/theme/blue/series-info/switch-bg.svg');
}
.series-switch-wrap .series-switch-block .series-switch-block__content {
  width: 1200px;
  height: 303px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.series-switch-wrap .series-switch-block .series-switch-block__content .series-switch-block__title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3040f5 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 118px 0;
}
/** red */
[zoomex-activity-theme='cmVk'] .series-switch-wrap {
  margin: 40px auto 80px;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-arrow {
  display: none;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block {
  margin: auto;
  background: unset;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content {
  position: relative;
  background: #1e0e1b;
  border: 2px solid #5e3b34;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content::after {
  display: flex;
  content: '';
  width: 1241px;
  height: 20px;
  background-image: url('/game/theme/red/quiz/header-icon.svg');
  position: absolute;
  top: -10px;
  left: -22px;
  z-index: 199;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .series-title-block__logo {
  line-height: 30px;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .series-switch-block__title {
  display: none;
}
[zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
  padding: 95px 120px 0;
}
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap {
  width: 1200px;
  height: auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-arrow {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block {
  width: 1200px;
  height: auto;
  background-image: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content {
  width: 1200px;
  height: auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-switch-block__title {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
  padding-top: 45px;
  flex-direction: column;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block {
  padding-top: 0;
  text-align: center;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__logo-icon {
  margin: auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
  justify-content: center;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title .tit {
  font-weight: 700;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-switch-wrap {
    margin-top: 30px;
    width: 100%;
    padding: 0 24px;
  }
  .series-switch-wrap .series-switch-arrow {
    display: none;
  }
  .series-switch-wrap .series-switch-block {
    width: 343px;
    height: 352px;
    margin: 0 auto;
    background-image: url('/game/theme/blue/series-info/switch-bg--h5.svg');
  }
  .series-switch-wrap .series-switch-block .series-switch-block__content {
    width: 343px;
    height: 100%;
  }
  .series-switch-wrap .series-switch-block .series-switch-block__content .series-switch-block__title {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    padding-top: 7px;
    line-height: 30px;
  }
  .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
    padding: 29px 0 0;
    flex-direction: column;
  }
  .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .series-title-block {
    text-align: center;
    margin-bottom: 60px;
  }
  .series-switch-wrap .series-switch-block .series-switch-block__content .right-block .series-countdown-block {
    width: 327px;
    height: auto;
    background: unset;
  }
  .series-switch-wrap .series-switch-block .series-switch-block__content .right-block .series-countdown-block .register_btn {
    margin-top: 0;
  }
  .series-switch-wrap .series-switch-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .series-switch-wrap .series-switch-icons .icon-item {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .series-switch-wrap .series-switch-icons .icon-item:last-child {
    margin-right: 0;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap {
    margin: 30px 0 0 0;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block {
    height: auto;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content {
    position: unset;
    background: unset;
    border: none;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content::after {
    display: none;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .series-title-block {
    text-align: unset;
    margin-bottom: 38px;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .series-title-block .series-title-block__title {
    margin: 6px 0;
    font-size: 32px;
    line-height: 44px;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .right-block .series-countdown-block {
    margin-top: 0;
  }
  [zoomex-activity-theme='cmVk'] .series-switch-wrap .series-switch-block .series-switch-block__content .right-block .series-countdown-block .register_btn {
    margin: 0 0 35px 0;
  }
  /** blue2 */
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap {
    background-image: url('/game/theme/blue2/series-info/bg-h5.svg');
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 404px;
    margin-top: 0;
    margin-bottom: 48px;
    align-items: flex-start;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block {
    width: 375px;
    margin: 0 auto;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content {
    width: 100%;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail {
    padding-top: 88px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail.inverse {
    padding-top: 88px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block {
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
    font-size: 32px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-switch-wrap .series-switch-block .series-switch-block__content .series-info-block__detail .left-block .series-title-block .time {
    margin-top: 16px;
  }
}

[zoomex-activity-theme='YmxhY2s='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap {
  position: relative;
}
[zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap .series-detail-header {
  width: 100vw;
  height: 500px;
  background-image: url('/game/theme/black/series-info/bg.svg') !important;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
[zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap .series-detail-ranking {
  margin: 120px auto;
}
[zoomex-activity-theme='YmxhY2s='] .series-detail-fixed .series-list-wrap {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-detail-fixed .series-detail-back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/black/svg/back-top.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-detail-fixed .series-detail-back-to-top:hover {
  background-image: url('/game/theme/black/svg/back-top-hover.svg');
}
[zoomex-activity-theme='YmxhY2s='] .series-detail-fixed .series-detail-back-to-top:active {
  background-image: url('/game/theme/black/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .series-game-banner {
    height: 440px;
    background-color: var(--series-section-bg);
  }
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .series-game-banner .banner-carousel {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap .series-detail-header {
    width: 100%;
    height: auto;
    background-image: none !important;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap .series-detail-ranking {
    margin: 0 auto 48px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap .series-detail-ranking .series-section-header-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-rank-page-container .container-wrap .base-section-area {
    padding: 0 16px;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap {
  position: relative;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap .series-detail-header {
  width: 100vw;
  height: 500px;
  background-image: url('/game/theme/black-ta/series-info/bg.svg') !important;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap .series-detail-ranking {
  margin: 120px auto;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-detail-fixed .series-list-wrap {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-detail-fixed .series-detail-back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/black-ta/svg/back-top.svg');
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-detail-fixed .series-detail-back-to-top:hover {
  background-image: url('/game/theme/black-ta/svg/back-top-hover.svg');
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-detail-fixed .series-detail-back-to-top:active {
  background-image: url('/game/theme/black-ta/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .series-game-banner {
    height: 440px;
    background-color: var(--series-section-bg);
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .series-game-banner .banner-carousel {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap .series-detail-header {
    width: 375px;
    height: 492px;
    margin: auto;
    background-image: url('/game/theme/black-ta/series-info/series-bg-h5.svg') !important;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap .series-detail-ranking {
    margin: 0 auto 48px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap .series-detail-ranking .series-section-header-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-rank-page-container .container-wrap .base-section-area {
    padding: 0 16px;
  }
}
.series-rank-page-container {
  background: transparent;
  background-size: 100%;
  width: 100%;
  background-color: var(--series-section-bg);
}
.series-rank-page-container .base-section-area {
  width: 1200px;
  margin: auto;
}
.series-rank-page-container .detail-bredcrumb {
  margin-top: 40px;
  color: #a3a9ae;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.15px;
}
.series-rank-page-container .detail-bredcrumb .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -4px;
  background-image: url('/game/img_v2/iconBack.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.series-rank-page-container .detail-content-wrap {
  margin-top: 31px;
  display: flex;
  justify-content: left;
}
.series-rank-page-container .detail-content-wrap .right {
  max-width: 1057px;
}
.series-rank-page-container .ant-breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
}
.series-rank-page-container .ant-breadcrumb-link a {
  color: white !important;
}
.series-rank-page-container .ant-breadcrumb-separator {
  color: white;
}
.ranking-table-container {
  margin-top: 60px;
  min-width: 100%;
}
.drawer-mask-outer {
  height: 100%;
}
.series-detail-fixed {
  position: fixed;
  right: 90px;
  bottom: 100px;
  z-index: 1000;
}
.series-detail-fixed .series-detail-back-to-top {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('/game/theme/blue/svg/back-top.svg');
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.series-detail-fixed .series-detail-back-to-top:hover {
  background-image: url('/game/theme/blue/svg/back-top-hover.svg');
}
.series-detail-fixed .series-detail-back-to-top:active {
  background-image: url('/game/theme/blue/svg/back-top-active.svg');
}
.series-detail-fixed .ant-back-top {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
}
.game-board .prize-pool-flex-axis-wrapper {
  min-width: 100%;
}
.my-ranking-warp {
  background-image: url('/game/img_v2/detail_ranking_top.png'), url('/game/img_v2/detail_ranking_bottom.png');
  background-repeat: repeat no-repeat, repeat no-repeat;
  background-size: auto, auto;
  background-position: top center, bottom center;
  padding: 30px 0 21px 0;
}
.my-ranking-warp .my-ranking {
  background-color: #121f29;
  min-height: 300px;
}
.series-advice__axis {
  margin: 44px auto;
  text-align: center;
}
.series-advice__axis .advice_btn {
  padding: 15.5px 48px;
  border-radius: 8px;
  background: var(--re-new-brand-regular, #0BCCBF);
  color: var(--re-new-grey-black, #05080A);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  height: fit-content;
}
.detail-section {
  width: 1200px;
  margin: 0 auto;
}
.sidenav {
  margin-right: 15px;
  height: 100%;
  transform: translateX(0) !important;
}
.sidenav .drawer-handle {
  display: none;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .ranking-table-warp {
    background-color: #121f29;
    background-image: url('/game/img_v2/detail_bg_2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    box-sizing: border-box;
    padding-bottom: 224px;
    background-size: 280px;
    position: relative;
  }
  .ranking-table-warp:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/game/img_v2/bg-1_m.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 375px;
    width: 375px;
    height: 15px;
    z-index: 2;
    top: 0;
    background-color: #121f29;
    left: 50%;
    transform: translateX(-50%);
  }
  .ranking-table-warp:before {
    display: block;
    content: '';
    position: absolute;
    background-color: #1a2834;
    height: 15px;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #18a494;
  }
  .series-rank-page-container .base-section-area {
    width: 100%;
    padding: 0 24px;
  }
  .series-rank-page-container .series-game-banner {
    height: 416px;
    background-color: #0e0206;
  }
  .series-rank-page-container .series-game-banner video {
    height: 416px;
    transform: scale(1);
  }
  .series-rank-page-container .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 416px;
  }
  .series-rank-page-container .series-game-banner .banner-carousel .by-container .by-container-bg {
    z-index: 2;
  }
  .series-rank-page-container .series-game-banner .banner-carousel .by-container .by-container-bg img {
    width: 100vw !important;
  }
  .ant-back-top {
    display: none;
  }
  .my-ranking-warp {
    background-image: none;
    padding-top: 0;
  }
  .my-ranking-warp .my-ranking {
    background-color: transparent;
  }
  .ranking-table-wrapper .inner-header .title-bg {
    color: #0bd9bd;
    font-size: 32px;
  }
  .ranking-table-wrapper .inner-header .title-bg .tit_bg {
    display: none;
  }
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-rank-page-container .detail-bredcrumb {
    margin-top: 32px;
  }
  .series-rank-page-container .detail-bredcrumb .ant-breadcrumb-link a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #a3a9ae !important;
  }
}
/** red */
[zoomex-activity-theme='cmVk'] {
  /** 移动端 */
}
[zoomex-activity-theme='cmVk'] .series-rank-page-container {
  background-color: var(--zoomex-activity-body-bg);
}
[zoomex-activity-theme='cmVk'] .series-detail-fixed .series-detail-back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/red/svg/back-top.svg');
}
[zoomex-activity-theme='cmVk'] .series-detail-fixed .series-detail-back-to-top:hover {
  background-image: url('/game/theme/red/svg/back-top-hover.svg');
}
[zoomex-activity-theme='cmVk'] .series-detail-fixed .series-detail-back-to-top:active {
  background-image: url('/game/theme/red/svg/back-top-active.svg');
}
[zoomex-activity-theme='cmVk'] .series-detail-ranking {
  min-height: 1169px;
  background-image: url('/game/theme/red/ranking/bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 102px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='cmVk'] .series-rank-page-container .series-game-banner {
    height: 467px;
  }
  [zoomex-activity-theme='cmVk'] .series-rank-page-container .series-game-banner .banner-carousel {
    height: 467px;
  }
  [zoomex-activity-theme='cmVk'] .series-detail-ranking {
    min-height: unset;
    background: linear-gradient(180deg, #0e0206 0%, #290110 100%);
    padding: 0;
  }
}
[zoomex-activity-theme='Ymx1ZTI='] {
  /** 移动端 */
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container {
  overflow-x: hidden;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap {
  position: relative;
  margin-top: -500px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .base-section-area {
  width: 100vw;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header {
  width: 100vw;
  height: 500px;
  background-image: url('/game/theme/blue2/series-info/bg.svg') !important;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area {
  width: 1200px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb {
  margin-top: 6px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb a {
  display: inline-flex;
  align-items: center;
  color: var(--re-new-grey-minor) !important;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb a:hover {
  color: var(--re-new-grey-detail) !important;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb a:active {
  color: var(--re-new-grey-minor) !important;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb a .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url('/game/theme/blue2/svg/back.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-detail-fixed .series-list-wrap {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-detail-fixed .series-detail-back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/blue2/svg/back-top.svg');
}
[zoomex-activity-theme='Ymx1ZTI='] .series-detail-fixed .series-detail-back-to-top:hover {
  background-image: url('/game/theme/blue2/svg/back-top-hover.svg');
}
[zoomex-activity-theme='Ymx1ZTI='] .series-detail-fixed .series-detail-back-to-top:active {
  background-image: url('/game/theme/blue2/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .series-game-banner {
    height: 440px;
    background-color: var(--series-section-bg);
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .series-game-banner .banner-carousel {
    height: 440px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header {
    height: auto;
    background-image: none !important;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area {
    width: 100vw;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb {
    margin-top: 16px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-rank-page-container .container-wrap .series-detail-header .base-section-area .detail-bredcrumb .ant-breadcrumb-link a {
    display: inline-flex;
    line-height: 20px;
  }
}
/** 大屏 */
@media (min-width: 1921px) {
  .series-rank-page-container .container-wrap .series-detail-header {
    background-size: contain;
  }
}

.game-panel-wrapper {
  min-height: 300px;
  background-color: transparent;
  padding: 60px 0;
  min-width: 100%;
}
.game-panel-wrapper .inner-header .title-bg {
  font-family: 'Roboto' !important;
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 40px;
  font-family: Gilroy;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  padding-right: 25px;
  padding-top: 15px;
}
.game-panel-wrapper .inner-header .title-bg .tit_bg {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.game-panel-wrapper .inner-header .title-bg .tit_bg .bg {
  background: rgba(11, 217, 189, 0.5);
  flex: 1;
}
.game-panel-wrapper .inner-header .title-bg .tit_bg img {
  height: 10px;
}
.game-panel-wrapper .tip-dont-give-up-widget {
  font-weight: 900;
  font-size: 24px;
  line-height: 18px;
  color: #0dd1b6;
  font-family: gilroy;
}
.game-panel-wrapper .tip-dont-give-up-widget .tip-dont-give-up {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.game-panel-wrapper .tip-dont-give-up-widget .tip-dont-more-chances {
  display: inline-block;
  width: 100%;
  margin-left: -3px;
}
.game-panel-wrapper .panel {
  display: flex;
  flex-direction: column;
}
.game-panel-wrapper .panel .left {
  margin-top: 7px;
  margin-right: 24px;
  margin-bottom: 30px;
}
.game-panel-wrapper .panel .left .counting-tip {
  height: 40px;
  color: #fff;
}
.game-panel-wrapper .panel .left .reward {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.game-panel-wrapper .panel .left .reward b {
  margin-right: 5px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--primary-color4);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.game-panel-wrapper .panel .left .info-bar {
  display: flex;
  justify-content: space-between;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel {
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel b {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  display: flex;
  gap: 5px;
  margin-bottom: 14px;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg {
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 98px;
  min-width: 200px;
  text-align: center;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg b {
  justify-content: center;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 98px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/game/btn/my_ranking_txt.png');
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 98px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  background-image: url('/game/btn/my_ranking_txt.png');
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg .ranking-text,
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg .pl-text {
  text-align: center;
  color: #9B9B9B !important;
  font-size: 12px !important;
  position: relative;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg .ranking-text:after,
.game-panel-wrapper .panel .left .ranking-and-pl-panel .rank-bg .pl-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 87px;
  height: 3px;
  background-color: #65E3FF;
  transform: translateX(-50%) perspective(10px);
  border-radius: 1px;
  left: 50%;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel span {
  font-size: 14px;
  line-height: 20px;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .my-ranking-data {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}
.game-panel-wrapper .panel .left .ranking-and-pl-panel .my-pl-data {
  display: flex;
  flex-direction: column;
}
.game-panel-wrapper .panel .left .share-btn {
  width: 168px;
  height: 52px;
  line-height: 52px;
  background-image: url("/game/btn/share_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.game-panel-wrapper .panel .right .rc-table-warp {
  position: relative;
  overflow: hidden;
}
.game-panel-wrapper .panel .right .rc-table-warp .angle:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #121f29;
  top: -20px;
  left: -22px;
  z-index: 2;
  transform: rotate(45deg);
  border-right: 1px solid rgba(11, 217, 189, 0.2);
}
.game-panel-wrapper .panel .right .rc-table-warp .angle-bottom:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #121f29;
  bottom: -20px;
  right: -22px;
  z-index: 2;
  transform: rotate(45deg);
  border-left: 1px solid rgba(11, 217, 189, 0.2);
}
.game-panel-wrapper .panel .right .rc-table-bg {
  border: 1px solid rgba(11, 217, 189, 0.2);
  overflow: auto;
  background-color: rgba(26, 40, 52, 0.7);
  position: relative;
  text-align: left;
}
.game-panel-wrapper .panel .right .rc-table-bg .rc-table-thead {
  background-color: rgba(0, 190, 167, 0.2);
}
.game-panel-wrapper .panel .right .rc-table-bg .table-hd {
  position: absolute;
  height: 60px;
  background: #00BEA7;
  opacity: 0.2;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  left: 0;
}
.game-panel-wrapper .panel .right table {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.game-panel-wrapper .panel .right table tr {
  text-align: center;
  height: 40px;
}
.game-panel-wrapper .panel .right table thead {
  line-height: 60px;
}
.game-panel-wrapper .panel .right table tbody {
  font-size: 18px;
  line-height: 54px;
}
.game-panel-wrapper .panel .right table .valided {
  color: #ffffff;
}
.game-panel-wrapper .panel .right table .process {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skewX(-40deg);
  height: 12px;
}
.game-panel-wrapper .panel .right table .process .value {
  height: 100%;
  width: 0;
  background: linear-gradient(270deg, #8EFBE2 -61.85%, #3EF2C9 3.86%, #0BD9BD 91.48%);
}
.game-panel-wrapper .panel .right table .rc-table-cell {
  text-align: left;
}
.game-panel-wrapper .panel .right table .rc-table-cell:nth-child(1) {
  width: 200px;
  padding-left: 78px;
}
.game-panel-wrapper .panel .right table .rc-table-cell:nth-child(2) {
  width: 20%;
}
.game-panel-wrapper .panel .right table .rc-table-cell:nth-child(4) {
  width: 238px;
  padding-right: 78px;
}
.game-panel-table table {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}
.game-panel-table table tr {
  text-align: center;
  height: 40px;
}
.game-panel-table table thead {
  height: 30px;
}
.game-panel-table table tbody {
  font-size: 18px;
}
.game-panel-table table .valided {
  color: #ffffff;
}
.btn-outer {
  width: 120px;
  height: 38px;
  padding: 1px;
  border-radius: 4px;
  border: 1px solid var(--zoomex-activity-btn-border);
  box-sizing: unset;
  cursor: pointer;
}
.btn-outer .btn-iner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--zoomex-activity-link-btn-bg);
  color: white;
  text-align: center;
}
.crypto-coin-item {
  display: flex;
  justify-content: left;
  gap: 12px;
  align-items: center;
}
.game-panel-wrapper-mobile {
  border: 1px solid #ddd;
  border-image: var(--zoomex-activity-lr-linear-gradient-border);
  background: var(--zoomex-activity-table-bg);
  width: 100%;
  margin: 20px 8px;
  padding: 27px 16px;
}
.game-panel-wrapper-mobile .mobile-tile {
  display: flex;
  justify-content: space-between;
}
.game-panel-wrapper-mobile .mobile-tile .title-bg {
  width: 164px;
  height: 26px;
  position: relative;
  display: flex;
  justify-content: center;
}
.game-panel-wrapper-mobile .mobile-tile .title-bg h3 {
  font-family: Gilroy;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  line-height: 26px;
}
.game-panel-wrapper-mobile .panel {
  margin-top: 19px;
}
.game-panel-wrapper-mobile .panel .rc-table-cell:nth-child(2) {
  text-align: center;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-panel-wrapper-mobile .panel .rc-table-cell:nth-child(3) {
  text-align: center;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-panel-wrapper-mobile .panel .counting-tip {
  height: 40px;
}
.game-panel-wrapper-mobile .panel .reward {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.game-panel-wrapper-mobile .panel .reward b {
  margin-right: 5px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--zoomex-activity-link-btn-hover);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.game-panel-wrapper-mobile .panel .ranking-and-pl-panel {
  margin-top: 30px;
  margin-bottom: 35px;
  display: flex;
}
.game-panel-wrapper-mobile .panel .ranking-and-pl-panel b {
  font-family: Gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.game-panel-wrapper-mobile .panel .ranking-and-pl-panel span {
  font-size: 14px;
  line-height: 20px;
}
.game-panel-wrapper-mobile .panel .ranking-and-pl-panel .my-ranking-data {
  display: flex;
  flex-direction: column;
  margin-right: 35px;
}
.game-panel-wrapper-mobile .panel .ranking-and-pl-panel .my-pl-data {
  display: flex;
  flex-direction: column;
}
.panel-diff-component {
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .game-panel-wrapper {
    min-height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .game-panel-wrapper .panel .right table thead,
  .game-panel-wrapper .panel .right table tbody {
    font-size: 12px;
  }
  .game-panel-wrapper .panel .right table .rc-table-cell:nth-child(1) {
    padding-left: 20px;
    vertical-align: middle;
    width: 30%;
  }
  .game-panel-wrapper .panel .right table .rc-table-cell:nth-child(2) {
    width: 30%;
  }
  .game-panel-wrapper .panel .right table .rc-table-cell:nth-child(4) {
    display: none;
  }
  .game-panel-wrapper .panel .right table .rc-table-expanded-row-fixed {
    position: initial!important;
  }
  .game-panel-wrapper .panel .right .rc-table-bg .rc-table-thead {
    font-size: 12px;
    background-color: rgba(0, 190, 167, 0.2);
    line-height: 50px;
    height: 50px;
  }
  .game-panel-wrapper .panel .right .rc-table-warp .angle:before,
  .game-panel-wrapper .panel .right .rc-table-warp .angle-bottom:before {
    background-color: #1a2834;
  }
  .game-panel-wrapper .panel .left {
    margin-right: 0;
  }
  .game-panel-wrapper .panel .left .info-bar {
    flex-direction: column;
  }
  .game-panel-wrapper .panel .left .info-bar .ranking-and-pl-panel {
    flex-direction: column;
    margin-bottom: 0;
  }
  .game-panel-wrapper .panel .left .info-bar .ranking-and-pl-panel .rank-bg {
    margin-bottom: 36px;
    margin-right: 0;
  }
  .game-panel-wrapper .panel .left .info-bar .ranking-and-pl-panel .rank-bg .my-ranking-content-pl {
    text-align: center;
  }
  .game-panel-wrapper .panel .left .info-bar .ranking-and-pl-panel .rank-bg .ranking-text:after,
  .game-panel-wrapper .panel .left .info-bar .ranking-and-pl-panel .rank-bg .pl-text:after {
    width: 60%;
  }
  .game-panel-wrapper .panel .left .info-bar .share-btn {
    margin-top: 40px;
    margin: 0 auto;
  }
  .game-panel-wrapper .inner-header .title-bg .tit_bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
  }
  .game-panel-wrapper .inner-header .title-bg .tit_bg .bg {
    background: rgba(11, 217, 189, 0.5);
    flex: 1;
  }
  .game-panel-wrapper .inner-header .title-bg .tit_bg img {
    height: 6px;
  }
}

.rank-page-container {
  background: transparent;
  background-size: 100%;
  width: 100%;
  overflow: auto;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-delay: 50ms;
  background-color: #1a2834;
  background-image: url('/game/img_v2/detail_bg.png?1');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  padding-top: 400px;
}
.rank-page-container .base-section-area {
  width: 1000px;
  margin: auto;
}
.rank-page-container .container-bg {
  background-image: url('/game/img_v2/detail_bg_1.png'), url('/game/img_v2/detail_bg_2.png');
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom right;
  background-size: 50% 50%, 50% 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding-bottom: 224px;
  background-size: 280px 169px, 411px, 450px;
}
.rank-page-container .detail-content-wrap {
  margin-top: 31px;
  display: flex;
  justify-content: left;
}
.rank-page-container .detail-content-wrap .right {
  max-width: 1057px;
}
.rank-page-container .detail-main-title {
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  line-height: 53px;
  height: 210px;
  padding-top: 43px;
}
.rank-page-container .detail-main-title .txt {
  color: #00bea7;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-size: 44px;
  text-transform: uppercase;
  padding-right: 20px;
}
.rank-page-container .detail-main-title .txt .tit_bg {
  display: none;
}
.rank-page-container .detail-main-title .time {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  padding-top: 8px;
}
.rank-page-container .detail-main-title .register_btn {
  width: 238px;
  height: 60px;
  margin: 0 auto;
  background-image: url('/game/btn/register.png');
  background-size: cover;
  background-position: center;
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  color: var(--normal-text-color);
  text-align: center;
  cursor: pointer;
}
.rank-page-container .detail-main-title .register_btn.disable {
  background-image: url('/game/btn/register_disable.png');
  cursor: no-drop;
}
.rank-page-container .detail-main-title .detail-bredcrumb {
  color: #a3a9ae;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.15px;
}
.rank-page-container .detail-main-title .detail-bredcrumb .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: -4px;
}
.rank-page-container .detail-main-title .detail-bredcrumb .icon img {
  display: block;
  width: 100%;
}
.rank-page-container .ant-breadcrumb-link {
  color: rgba(255, 255, 255, 0.6);
}
.rank-page-container .ant-breadcrumb-link a {
  color: white !important;
}
.rank-page-container .ant-breadcrumb-separator {
  color: white;
}
.wsot-rank-page-container .container-bg {
  background: #0a152c;
}
.wsot-rank-page-container .detail-main-title .txt,
.wsot-rank-page-container .title-bg {
  font-style: normal !important;
}
.wsot-rank-page-container .my-ranking-warp {
  background: transparent;
}
.wsot-rank-page-container .my-ranking-warp .my-ranking {
  background: #050b1f;
}
.wsot-rank-page-container .game-panel-wrapper .panel .right .rc-table-warp .angle:before {
  background: #050b1f;
  border-right-color: #0041a1;
}
.wsot-rank-page-container .game-panel-wrapper .panel .right .rc-table-warp .angle-bottom:before {
  background: #050b1f;
  border-left-color: #0041a1;
}
.wsot-rank-page-container .game-panel-wrapper .panel .right .rc-table-bg {
  background: rgba(10, 35, 63, 0.3);
  border-color: #0041a1;
}
.wsot-rank-page-container .game-panel-wrapper .panel .right .rc-table-bg .rc-table-thead {
  background: #0a233f;
}
.wsot-rank-page-container .ranking-table-warp-wsot .table-container .angle:before {
  background: #050b1f;
  border-right-color: rgba(11, 217, 189, 0.2);
}
.wsot-rank-page-container .ranking-table-warp-wsot .table-container .table-outer .rc-table-bg {
  background: #0d1a32;
  border-color: rgba(11, 217, 189, 0.2);
}
.wsot-rank-page-container .ranking-table-warp-wsot .table-container .table-outer table thead {
  background: #0d1c39;
}
.ranking-table-container {
  margin-top: 60px;
  min-width: 100%;
}
.drawer-mask-outer {
  height: 100%;
}
.back-to-top {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url('/game/btn/top_bg.png');
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.back-to-top .back-to-top-img {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/game/svg/zoomexgame-top.svg');
}
.back-to-top .back-to-top-text {
  margin-top: 8px;
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-family: PingFang SC;
}
.ant-back-top {
  z-index: 1000 !important;
}
.game-board .prize-pool-flex-axis-wrapper {
  min-width: 100%;
}
.game-board.prize-pool-bar {
  margin: 40px auto;
}
.my-ranking-warp {
  background-image: url('/game/img_v2/detail_ranking_top.png'), url('/game/img_v2/detail_ranking_bottom.png');
  background-repeat: repeat no-repeat, repeat no-repeat;
  background-size: auto, auto;
  background-position: top center, bottom center;
  padding: 30px 0 21px 0;
}
.my-ranking-warp .my-ranking {
  background-color: #121f29;
  min-height: 300px;
}
.detail-section {
  width: 1200px;
  margin: 0 auto;
}
.sidenav {
  margin-right: 15px;
  height: 100%;
  transform: translateX(0) !important;
}
.sidenav .drawer-handle {
  display: none;
}
@media (min-width: 769px) and (max-width: 1280px) {
  .rank-page-container .base-section-area {
    width: calc(100% - 32px);
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ranking-table-warp {
    background-color: #121f29;
    background-image: url('/game/img_v2/detail_bg_2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    box-sizing: border-box;
    padding-bottom: 224px;
    background-size: 280px;
    position: relative;
  }
  .ranking-table-warp:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/game/img_v2/bg-1_m.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 375px;
    width: 375px;
    height: 15px;
    z-index: 2;
    top: 0;
    background-color: #121f29;
    left: 50%;
    transform: translateX(-50%);
  }
  .ranking-table-warp:before {
    display: block;
    content: '';
    position: absolute;
    background-color: #1a2834;
    height: 15px;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #18a494;
  }
  .ranking-table-warp-wsot {
    background-color: '#0A152C';
    background-image: url('/game/img_v2/detail_bg_2.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    box-sizing: border-box;
    padding-bottom: 224px;
    background-size: 280px;
    position: relative;
  }
  .ranking-table-warp-wsot:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url('/game/img_v2/bg-1_m-wsot.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 375px;
    width: 375px;
    height: 15px;
    z-index: 2;
    top: 0;
    background-color: #121f29;
    left: 50%;
    transform: translateX(-50%);
  }
  .ranking-table-warp-wsot:before {
    display: block;
    content: '';
    position: absolute;
    background-color: #1a2834;
    height: 15px;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #18a494;
  }
  .rank-page-container {
    background-image: url('/game/img_v2/detail_bg_m.jpg');
    background-size: 100%;
    padding-top: 64%;
  }
  .rank-page-container .container-bg {
    background-image: url('/game/img_v2/series-block-bg_m.png');
    background-size: 100%;
    margin-top: -4%;
    padding-bottom: 0;
  }
  .rank-page-container .base-section-area {
    width: calc(100% - 32px);
    padding: 0;
  }
  .rank-page-container .detail-main-title {
    flex-direction: column;
    padding-bottom: 20px;
    height: auto;
  }
  .rank-page-container .detail-main-title .register_btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .rank-page-container .detail-main-title .time {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 12px;
  }
  .rank-page-container .detail-main-title .txt {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    font-size: 32px;
  }
  .rank-page-container .detail-main-title .txt .tit_bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
  }
  .rank-page-container .detail-main-title .txt .tit_bg .bg {
    background: rgba(11, 217, 189, 0.5);
    flex: 1;
  }
  .rank-page-container .detail-main-title .txt .tit_bg img {
    height: 6px;
  }
  .ant-back-top {
    display: none;
  }
  .my-ranking-warp {
    background-image: none;
    padding-top: 0;
  }
  .my-ranking-warp .my-ranking {
    background-color: transparent;
  }
  .ranking-table-wrapper .inner-header .title-bg {
    color: #0bd9bd;
    font-size: 32px;
  }
  .ranking-table-wrapper .inner-header .title-bg .tit_bg {
    display: none;
  }
}

.blindbox-prize-modal .ant-modal-content {
  background-color: #000720 !important;
  border: 1px solid var(--zoomex-activity-model-border);
  box-shadow: 0px 2px 16px rgba(27, 39, 52, 0.12);
  border-radius: 8px;
  width: 500px;
}
.blindbox-prize-modal .ant-modal-content .ant-modal-body {
  padding: 60px 48px 40px;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap {
  text-align: center;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .modal-colse {
  position: absolute;
  top: 16px;
  background: url('/game/assets/modal/modal_close.svg');
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 24px;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-title.thanks {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.15px;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-content-title {
  padding-top: 49px;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  white-space: pre-line;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-content-img {
  padding-top: 20px;
  width: 163.45px;
  height: 163.45px;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-content-type {
  padding-top: 20px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-content-reward {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #a3a9ae;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-btn {
  width: 192px;
  height: 48px;
  margin: 58px auto 0;
  background-image: url('/game/btn/register-normal.svg');
  background-position: center;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 48px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  color: var(--re-rui-same-white);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-btn:hover {
  background-image: url('/game/btn/register-hover.svg');
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-btn:active {
  background-image: url('/game/btn/register-active.svg');
}
.blindbox-prize-modal .blindbox-prize-modal-wrap .blindbox-prize-modal-content-thank-img {
  margin-top: 42px;
  width: 295px;
  height: 187px;
}
[zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content {
  background: #1e0e1b !important;
  border: 2px solid #5e3b34;
  border-radius: 0;
  box-shadow: none;
}
[zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content .ant-modal-body {
  padding: 60px 48px 48px;
}
[zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content .ant-modal-body .blindbox-prize-modal-wrap .blindbox-prize-modal-content-title {
  padding-top: 16px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #8895a1;
}
[zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content .ant-modal-body .blindbox-prize-modal-wrap .blindbox-prize-modal-content-img {
  padding-top: 16px;
  width: 160px;
  height: 160px;
}
[zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content .ant-modal-body .blindbox-prize-modal-wrap .blindbox-prize-modal-content-type {
  font-family: 'Noto Sans KR';
  padding-top: 8.5px;
}
[zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content .ant-modal-body .blindbox-prize-modal-wrap .blindbox-prize-modal-btn {
  margin: 16.5px auto 0;
  background: #f6c473;
  border-radius: 8px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .blindbox-prize-modal-wrap {
    width: 360px;
    height: 489px !important;
    padding: 0 34px;
  }
  .blindbox-prize-modal-wrap .modal-colse {
    width: 14px;
    height: 14px;
    top: 15.5px;
    right: 20.5px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-title {
    padding-top: 11px;
    font-size: 17.28px;
    line-height: 22px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-content-title {
    padding-top: 35px;
    font-size: 17.28px;
    line-height: 25px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-content-img {
    padding-top: 14px;
    width: 117.68px;
    height: 117.68px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-content-type {
    padding-top: 3.6px;
    font-size: 12.24px;
    line-height: 18px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-content-reward {
    font-size: 11.52px;
    line-height: 19px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-btn {
    font-size: 17px;
    width: 191.52px;
    height: 69.84px;
    bottom: 40px;
  }
  .blindbox-prize-modal-wrap .blindbox-prize-modal-content-thank-img {
    margin-top: 39px;
    width: 293.6px;
    height: 186.49px;
  }
  [zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content {
    width: auto;
  }
  [zoomex-activity-theme='cmVk'] .blindbox-prize-modal .ant-modal-content .ant-modal-body {
    padding: 0;
  }
}

[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-text {
  color: var(--re-new-grey-minor);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-text-active {
  background: unset !important;
  font-size: 12px !important;
  color: var(--re-new-brand-regular-press) !important;
  font-weight: 600;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top .progress-line-spot-triangle {
  top: 13px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom .progress-line-spot-triangle {
  top: -19px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container {
  background: var(--re-new-brand-regular-01);
  border: 1px solid rgba(0, 190, 167, 0.3);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
  height: 14px;
  box-shadow: 0px 0px 12px var(--zoomex-activity-progress-box-shadow);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container .progress-line-inner::after {
  height: 14px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
  height: 14px;
  right: 0;
  background-image: url('/game/theme/black/prize-pool/progress-mask.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  animation: unset;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-triangle {
    top: 23px;
  }
  [zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container {
    height: 20px;
  }
  [zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
    height: 18px;
  }
  [zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
    height: 18px;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top .progress-line-spot-text,
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom .progress-line-spot-text {
  color: var(--re-new-grey-detail);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top .progress-line-spot-text-active,
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom .progress-line-spot-text-active {
  background: unset !important;
  font-size: 12px !important;
  color: var(--re-new-brand-regular-press) !important;
  font-weight: 600;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top .progress-line-spot-triangle {
  top: 13px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom .progress-line-spot-triangle {
  top: -19px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container {
  background: var(--re-new-brand-regular-01);
  border: 1px solid rgba(0, 190, 167, 0.3);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
  height: 14px;
  box-shadow: 0px 0px 12px var(--zoomex-activity-progress-box-shadow);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container .progress-line-inner::after {
  height: 14px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
  height: 14px;
  right: 0;
  background-image: url('/game/theme/black/prize-pool/progress-mask.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  animation: unset;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-triangle {
    top: 23px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container {
    height: 20px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
    height: 18px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
    height: 18px;
  }
}
.prize-pool-flex-bar {
  width: 100%;
  height: 100%;
  position: relative;
}
.prize-pool-flex-bar .progress-line-spot {
  width: 16px;
  height: 16px;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #999999;
  display: flex;
  font-size: 14px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 4;
}
.prize-pool-flex-bar .progress-line-spot .progress-sure {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-color: transparent;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
  min-width: 48px;
  position: absolute;
  text-align: center;
  top: -30px;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top .progress-line-spot_active {
  position: relative;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p {
  position: relative;
  margin-bottom: 0px;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--re-rui-same-white-05);
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-triangle {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  background-repeat: no-repeat;
  border-radius: 1px;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom {
  min-width: 48px;
  position: absolute;
  text-align: center;
  top: 34px;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom .progress-line-spot_active {
  position: relative;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom p {
  position: relative;
  margin-bottom: 0;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom p .progress-line-spot-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: var(--re-rui-same-white-05);
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom p .progress-line-spot-triangle {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  background-repeat: no-repeat;
  border-radius: 1px;
}
.prize-pool-flex-bar .progress-line-spot .progress-line-spot-text-active {
  font-size: 22px !important;
  background: var(--zoomex-activity-progress-linear-gradient);
  -webkit-background-clip: text !important;
  color: transparent !important;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.9;
  }
  50% {
    transform: scale(1);
    opacity: 0.6;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.9;
  }
}
.prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-top,
.prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-bottom {
  left: 0;
  text-align: left;
}
.prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-top .progress-line-spot-triangle,
.prize-pool-flex-bar .progress-line-spot:first-child .progress-line-spot-detail-bottom .progress-line-spot-triangle {
  left: 0;
  transform: unset;
}
.prize-pool-flex-bar .progress-line-spot.progress-line-spot--last .progress-line-spot-detail-top,
.prize-pool-flex-bar .progress-line-spot.progress-line-spot--last .progress-line-spot-detail-bottom {
  right: 16px;
  text-align: right;
}
.prize-pool-flex-bar .progress-line-spot.progress-line-spot--last .progress-line-spot-detail-top .progress-line-spot-triangle,
.prize-pool-flex-bar .progress-line-spot.progress-line-spot--last .progress-line-spot-detail-bottom .progress-line-spot-triangle {
  left: unset;
  right: 0;
  transform: unset;
}
.prize-pool-flex-bar .finished {
  background: transparent;
}
.prize-pool-flex-bar .progress-line-container {
  background: #041037;
  border: 0.889757px solid rgba(0, 190, 167, 0.3);
  box-sizing: border-box;
  border-radius: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 0px);
  height: 16px;
  z-index: 1;
}
.prize-pool-flex-bar .progress-line-container .progress-line-inner {
  background: var(--zoomex-activity-progress-bg);
  box-shadow: 0px 0px 12px var(--zoomex-activity-progress-box-shadow);
  height: 18px;
  max-width: 100%;
  position: relative;
}
.prize-pool-flex-bar .progress-line-container .progress-line-inner::after {
  width: 100%;
  height: 18px;
  position: absolute;
  content: '';
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: 0;
  background: var(--zoomex-activity-progress-animation-linear-gradient);
  background-size: 300% 300%;
  background-position: 0 50%;
  animation: moveGradient 4s alternate infinite;
}
@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}
:root .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after,
[zoomex-activity-theme='Ymx1ZQ=='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
  width: min(222px, 100%);
  right: 0;
  background-image: url('/game/theme/blue/prize-pool/progress-mask.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: right;
  animation: unset;
}
/** red */
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
  top: -34px;
  text-align: center;
}
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-triangle {
  top: 16px;
}
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom {
  text-align: center;
}
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-text-active {
  background: unset !important;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-container {
  background: #430e1b;
  border: 2px solid #79083e;
}
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
  height: 12px;
  box-shadow: 0px 3.55903px 19.5747px rgba(248, 56, 97, 0.33);
}
[zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
  height: 12px;
  right: 0;
  background-image: url('/game/theme/red/prize-pool/progress-mask.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  animation: unset;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='cmVk'] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-triangle {
    top: 23px;
  }
}
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-text {
  color: var(--re-new-grey-minor);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-text-active {
  background: unset !important;
  font-size: 12px !important;
  color: var(--re-new-brand-regular-press) !important;
  font-weight: 600;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top .progress-line-spot-triangle {
  top: 13px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom .progress-line-spot-triangle {
  top: -19px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-container {
  background: var(--re-new-brand-regular-01);
  border: 1px solid rgba(0, 190, 167, 0.3);
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
  height: 14px;
  box-shadow: 0px 0px 12px var(--zoomex-activity-progress-box-shadow);
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-container .progress-line-inner::after {
  height: 14px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
  height: 14px;
  right: 0;
  background-image: url('/game/theme/blue2/prize-pool/progress-mask.svg');
  background-repeat: no-repeat;
  background-size: inherit;
  animation: unset;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top p .progress-line-spot-triangle {
    top: 23px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-container .progress-line-inner {
    height: 18px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar .progress-line-container .progress-line-inner__show::after {
    height: 18px;
  }
}

.series-blind-box-wrap {
  width: 100vw;
  height: 885px;
  background-image: url('/game/theme/blue/blind-box/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
}
.series-blind-box-wrap .series-blind-box-wrap__title {
  padding-top: 397px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.series-blind-box-wrap .series-blind-box-wrap__progress {
  position: relative;
  width: 870px;
  height: 40px;
  margin: auto;
}
.series-blind-box-wrap .series-blind-box-wrap__progress .prize-pool-flex-bar .progress-line-spot {
  top: 0;
  transform: unset;
}
.series-blind-box-wrap .series-blind-box-wrap__progress .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom {
  top: 21px;
}
.series-blind-box-wrap .series-blind-box-wrap__progress .prize-pool-flex-bar .progress-line-container {
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
.series-blind-box-wrap .series-blind-box-wrap__btn {
  width: 192px;
  height: 48px;
  margin: 50px auto 0;
  background-image: url('/game/btn/register-normal.svg');
  background-position: center;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 49px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  color: var(--re-rui-same-white);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}
.series-blind-box-wrap .series-blind-box-wrap__btn:hover {
  background-image: url('/game/btn/register-hover.svg');
}
.series-blind-box-wrap .series-blind-box-wrap__btn:active {
  background-image: url('/game/btn/register-active.svg');
}
.series-blind-box-wrap .series-blind-box-wrap__btn.disable {
  background-image: url('/game/btn/register-disable.svg');
  cursor: no-drop;
}
.series-blind-box-wrap .series-blind-box-wrap__btn.disable:hover {
  background-image: url('/game/btn/register-disable.svg');
  cursor: no-drop;
}
.series-blind-box-wrap .series-blind-box-wrap__btn.disable:active {
  background-image: url('/game/btn/register-disable.svg');
  cursor: no-drop;
}
.series-blind-box-wrap .series-blind-box-wrap__chances {
  padding-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color-2);
  text-align: center;
}
.series-blind-box-wrap .series-blind-box-wrap__chances i {
  display: inline-flex;
  background-image: url('/game/svg/tip.svg');
  background-size: 100% 100%;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  margin-bottom: -2px;
  position: relative;
}
.series-blind-box-wrap .series-blind-box-wrap__chances i .tip_modal {
  width: 400px;
  min-height: 92px;
  background: #000000;
  position: absolute;
  bottom: 15px;
  left: -180px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #d1d4d6;
  padding: 6px 12px;
  text-align: left;
  border-radius: 4px;
}
.series-blind-box-wrap .series-blind-box-wrap__chances span {
  color: var(--re-rui-brand-main);
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-blind-box-wrap {
    width: 100vw;
    height: 666px;
    background-image: url('/game/theme/blue/blind-box/bg--h5.png');
  }
  .series-blind-box-wrap .series-blind-box-wrap__title {
    padding-top: 332px;
    margin-bottom: 12px;
  }
  .series-blind-box-wrap .series-blind-box-wrap__progress {
    width: 270px;
  }
  .series-blind-box-wrap .series-blind-box-wrap__btn {
    margin-top: 20px;
  }
}
/** red */
[zoomex-activity-theme='cmVk'] .series-blind-box-wrap {
  display: none;
}

.series-game-notice {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 60px 0px 120px;
  color: #ffffff;
  z-index: 101;
  background: rgba(22, 185, 121, 0.15);
  backdrop-filter: blur(11px);
}
.series-game-notice .left-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.series-game-notice .left-block .message-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 57px;
}
.series-game-notice .left-block .message-block .img-warp {
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 24px;
}
.series-game-notice .left-block .message-block img {
  margin-right: 15px;
}
.series-game-notice .left-block .links-block .link-item {
  margin: 0px 5px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.15px;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 3px 12px;
  display: inline-block;
}
.series-game-notice .right-block {
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 768px) {
  .series-game-notice {
    display: none;
  }
}

/** black */
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-wrapper {
  margin-bottom: 0;
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-wrapper .prize-pool-wrapper {
  width: 100vw;
  height: 574px;
  position: relative;
  background-image: url('/game/theme/black/prize-pool/detail-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-wrapper .my-ranking-header {
  margin-top: 120px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-wrapper {
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-wrapper .prize-pool-wrapper {
    width: 375px;
    height: 592px;
    margin: 0 auto 48px;
    background-image: url('/game/theme/black/prize-pool/detail-bg-h5.svg');
    background-size: 100% 100%;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-wrapper .my-ranking-header {
    margin-top: 96px;
  }
}
/** black-ta */
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-wrapper {
  margin-bottom: 0;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-wrapper .prize-pool-wrapper {
  width: 100vw;
  height: 574px;
  position: relative;
  background-image: url('/game/theme/black-ta/prize-pool/detail-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-wrapper .my-ranking-header {
  margin-top: 120px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-wrapper .prize-pool-wrapper {
    width: 375px;
    height: 592px;
    margin: 0 auto 48px;
    background-image: url('/game/theme/black-ta/prize-pool/detail-bg-h5.svg');
    background-size: 100% 100%;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-wrapper .my-ranking-header {
    margin-top: 96px;
  }
}
.series-prize-pool-section-wrapper {
  width: 100%;
  background: transparent;
  margin-bottom: 40px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget {
  width: 100%;
  height: 100%;
  background: transparent;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header {
  width: 437px;
  margin: auto;
  margin-top: 80px;
  text-align: center;
  background-image: url('/game/theme/blue/prize-pool/header-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title {
  white-space: nowrap;
  padding-top: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .arrow-left,
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .arrow-right {
  background-image: url('/game/theme/blue/prize-pool/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 54px;
  height: 54px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .arrow-right {
  transform: rotateY(180deg);
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .title {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  max-width: 240px;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 24px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .en-us-my-ranking {
  width: 243px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .es-es-my-ranking {
  width: 340px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .es-es-my-ranking .prize-pool-section-prize-pool-title {
  max-width: 340px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .es-es-my-ranking .prize-pool-section-prize-pool-title span {
  max-width: 340px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .ja-jp-my-ranking {
  width: 260px;
  background-position-y: 11px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .ko-kr-my-ranking {
  width: 150px;
  background-position-y: 11px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .ru-ru-my-ranking {
  width: 250px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .vi-vn-my-ranking {
  width: 200px;
  background-position-y: 11px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .zh-cn-my-ranking {
  width: 170px;
  background-position-y: 11px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .zh-tw-my-ranking {
  width: 170px;
  background-position-y: 11px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .pt-br-my-ranking {
  width: 267px;
  background-position-y: 9px !important;
  background-position-x: -8px !important;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .tr-tr-my-ranking {
  width: 205px;
  background-position-y: 11px !important;
  background-position-x: 5px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .id-id-my-ranking {
  width: 285px;
  background-position-x: 5px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .id-id-my-ranking .prize-pool-section-prize-pool-title {
  max-width: 275px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .th-th-my-ranking {
  width: 205px;
  background-position-y: 12px !important;
  background-position-x: 5px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .fr-fr-my-ranking {
  width: 320px;
  background-position-x: -8px;
}
.series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .fr-fr-my-ranking .prize-pool-section-prize-pool-title {
  max-width: 324px;
  margin-left: -35px;
}
.series-prize-pool-section-wrapper .prize-pool-wrapper-2 {
  background-image: url('/game/img_v2/bg-2.png');
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: 100px;
}
.my-ranking-page-hidden {
  display: none;
}
@media (max-width: 719px) {
  .series-prize-pool-section-wrapper {
    width: 100%;
    background: transparent;
    margin-bottom: 40px;
  }
  .series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title {
    padding-top: 6px;
  }
  .series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title span {
    font-size: 24px;
    padding-right: 20px;
  }
  .series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
  }
  .series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg .bg {
    background: rgba(11, 217, 189, 0.5);
    flex: 1;
  }
  .series-prize-pool-section-wrapper .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg img {
    height: 6px;
  }
  .series-prize-pool-section-wrapper .prize-pool-wrapper-2 {
    background-image: none;
    margin-top: 0;
  }
}
/** red */
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-wrapper {
  margin-bottom: 120px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-wrapper .prize-pool-wrapper {
  width: 100vw;
  height: 780px;
  position: relative;
  background-image: url('/game/theme/blue2/prize-pool/detail-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-wrapper .prize-pool-wrapper.prize-pool-wrapper--single {
  background-image: url('/game/theme/blue2/prize-pool/detail-bg-single.svg');
  height: 615px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-wrapper {
    margin-bottom: 48px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-wrapper .prize-pool-wrapper {
    height: 788px;
    background-image: url('/game/theme/blue2/prize-pool/detail-bg-h5.svg');
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-wrapper .prize-pool-wrapper.prize-pool-wrapper--single {
    background-image: url('/game/theme/blue2/prize-pool/detail-bg-single-h5.svg');
    height: 590px;
  }
}
/** 大屏 */
@media (min-width: 1921px) {
  .series-prize-pool-section-wrapper .prize-pool-wrapper.prize-pool-wrapper--single {
    background-size: contain;
  }
}

[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title span,
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-new-grey-minor);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-weight: 600;
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 142px;
  width: 100%;
  position: relative;
  background: transparent;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m {
  border-top: none;
  padding-top: 0;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget {
  width: 282px;
  margin: 0 auto;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header {
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title {
  display: block;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .prize {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title:first-child .text {
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 20px;
}
[zoomex-activity-theme='YmxhY2s='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title span,
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-new-grey-detail);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-weight: 600;
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 142px;
  width: 100%;
  position: relative;
  background: transparent;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m {
  border-top: none;
  padding-top: 0;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget {
  width: 282px;
  margin: 0 auto;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header {
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title {
  display: block;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .prize {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title:first-child .text {
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 20px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
  display: none;
}
.prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title span,
.prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #8c9399;
}
.prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 154px;
  width: 100%;
  position: relative;
  background: transparent;
}
.prize-pool-flex-bar-wrapper-m {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 40px;
}
.prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-header {
  gap: 50px;
}
.prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-header .prize-pool-flex-bar-title {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-content {
  height: 100px;
  width: 100%;
  position: relative;
  background: transparent;
}
.prize-pool-flex-bar-wrapper-m .text {
  color: #8895a1;
}
.prize-pool-flex-bar-wrapper-m .prize {
  color: #0bd9bd;
}
/** 移动端 */
@media (max-width: 719px) {
  :root[zoomex-activity-theme='Ymx1ZQ=='] .prize-pool-flex-bar-wrapper-m {
    padding-top: 0;
  }
  :root[zoomex-activity-theme='Ymx1ZQ=='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget {
    width: 282px;
    margin: 0 auto;
  }
  :root[zoomex-activity-theme='Ymx1ZQ=='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header {
    margin-top: -26px;
  }
  :root[zoomex-activity-theme='Ymx1ZQ=='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .prize {
    margin-bottom: 12px;
    color: var(--re-new-grey-invert);
  }
  :root[zoomex-activity-theme='Ymx1ZQ=='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .text {
    margin-bottom: 8px;
    color: var(--re-new-grey-invert);
  }
}
/** red */
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title span,
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--re-new-grey-minor);
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-footer .prize-pool-flex-bar-title span {
  font-weight: 600;
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 142px;
  width: 100%;
  position: relative;
  background: transparent;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m {
  border-top: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget {
  width: 282px;
  margin: 0 auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content {
  height: 20px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-top {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-content .prize-pool-flex-bar .progress-line-container {
  height: 20px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header {
  margin-top: 24px;
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title {
  display: block;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .text {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title .prize {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
[zoomex-activity-theme='Ymx1ZTI='] .prize-pool-flex-bar-wrapper-m .prize-pool-flex-bar-widget .prize-pool-flex-bar-header .prize-pool-flex-bar-title:first-child .text {
  color: var(--re-new-brand-regular);
}

.series-prize-pool-section-prize-pool-content {
  width: 1240px;
  height: 561px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
  margin: auto;
  margin-top: 48px;
  width: 1200px;
  height: 533px;
}
.series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
  width: 1000px;
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
  width: 1000px;
  height: inherit;
  margin: 80px auto 0;
}
:root .series-prize-pool-section-prize-pool-content,
[zoomex-activity-theme='Ymx1ZQ=='] .series-prize-pool-section-prize-pool-content {
  background-image: url('/game/theme/blue/prize-pool/detail-bg.svg');
}
/** red */
[zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content {
  width: 1200px;
  height: 522px;
  background: #1e0e1b;
  border: 2px solid #5e3b34;
  position: relative;
  margin-top: 30px;
}
[zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content::after {
  display: flex;
  content: '';
  width: 1241px;
  height: 20px;
  background-image: url('/game/theme/red/quiz/header-icon.svg');
  position: absolute;
  top: -10px;
  left: -22px;
}
[zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
  margin-top: 96px;
  height: unset;
}
[zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
  padding-top: unset;
}
[zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
  margin: 76px auto 0;
}
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content {
  width: 1200px;
  height: 740px;
  position: relative;
  margin: 0 auto;
  background-image: unset;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content::after {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
  margin-top: 0;
  height: unset;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
  padding-top: 160px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
  margin: 80px auto 0;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right:last-child {
  margin-top: 48px;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-prize-pool-section-prize-pool-content {
    width: 327px;
    height: 533px;
  }
  .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
    width: 100%;
    margin-top: 30px;
  }
  .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
    width: auto;
    padding-top: 90px;
  }
  .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
    margin-top: 0;
    width: auto;
    height: auto;
  }
  :root .series-prize-pool-section-prize-pool-content,
  [zoomex-activity-theme='Ymx1ZQ=='] .series-prize-pool-section-prize-pool-content {
    background-image: url('/game/theme/blue/prize-pool/detail-bg--h5.svg');
  }
  /** red */
  [zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content {
    width: 100%;
    height: 464px;
    padding-top: 22px;
    background-image: url('/game/theme/red/prize-pool/detail-bg--h5.svg');
    background-repeat: no-repeat;
    background-size: 104% 100%;
    background-position: center;
    border: none;
  }
  [zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content:after {
    display: none;
  }
  [zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
    margin-top: 25px;
  }
  [zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
    width: auto;
  }
  [zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
    margin: 0;
  }
  [zoomex-activity-theme='cmVk'] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right .prize-pool-flex-bar-wrapper-m {
    border-top: none;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content {
    background-image: none;
    width: 100vw;
    height: 788px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content:after {
    display: none;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
    margin-top: 0;
    height: unset;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
    width: 282px;
    margin: auto;
    padding-top: 92px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
    margin-top: 40px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right:last-child {
    margin-top: 40px;
  }
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background-image: unset;
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content::after {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
  height: unset;
  margin-top: 0;
  padding-top: 40px;
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
  padding-top: 79px;
  padding-bottom: 72px;
  justify-content: space-between;
}
[zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
  margin: 49px auto 0;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content {
    width: 100%;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
    padding-top: 49px;
    padding-bottom: 40px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
    margin: auto;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background-image: unset;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content::after {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block {
  height: unset;
  margin-top: 0;
  padding-top: 40px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
  padding-top: 79px;
  padding-bottom: 72px;
  justify-content: space-between;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
  margin: 49px auto 0;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content {
    width: 100%;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-left {
    padding-top: 49px;
    padding-bottom: 40px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-prize-pool-section-prize-pool-content .series-prize-pool-section-prize-pool-block .prize-pool-section-prize-pool-content-right {
    margin: auto;
  }
}

.series-feature-block {
  display: flex;
  flex-direction: column;
  height: 144px;
}
.series-feature-block .status-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 40px;
}
.series-feature-block .status-info-item .img {
  margin-right: 24px;
}
.series-feature-block .status-info-item .txt {
  position: static;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.15px;
  color: var(--re-rui-same-white);
}
.series-feature-block .status-info-item:last-child {
  margin-bottom: 0;
}
/** red */
[zoomex-activity-theme='cmVk'] .series-feature-block .status-info-item {
  margin-bottom: 16px;
}
/** ipad */
@media (max-width: 719px) {
  .series-feature-block {
    height: auto;
  }
  .series-feature-block .status-info-item {
    height: auto;
  }
  .series-feature-block .status-info-item .img {
    flex-shrink: 0;
  }
}

[zoomex-activity-theme='YmxhY2s='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp {
  height: 500px;
  width: 100vw;
  padding-top: 0;
  background-color: transparent;
  background-image: url('/game/theme/black/series-info/bg.svg') !important;
  background-size: auto;
  background-position: center center;
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block {
  width: 100vw;
  height: 100%;
  background-image: none;
  position: relative;
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content {
  height: unset;
  margin: 0 auto;
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__title {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
  margin: 0;
  padding-top: 76px;
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
  flex-grow: 1;
  padding-left: 120px;
}
[zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
  flex-shrink: 0;
  padding-right: 120px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-info-warp {
    margin-top: 0;
    padding-top: 0;
    background: none;
    height: auto;
    background: none !important;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block {
    height: auto;
    margin: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
    padding-top: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
    padding: 0 24px;
    text-align: center;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
    padding-right: 0;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp {
  height: 500px;
  width: 100vw;
  padding-top: 0;
  background-color: transparent;
  background-image: url('/game/theme/black-ta/series-info/bg.svg') !important;
  background-size: auto;
  background-position: center center;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block {
  width: 100vw;
  height: 100%;
  background-image: none;
  position: relative;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content {
  height: unset;
  margin: 0 auto;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__title {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
  margin: 0;
  padding-top: 76px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
  flex-grow: 1;
  padding-left: 120px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
  flex-shrink: 0;
  padding-right: 120px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp {
    margin-top: 0;
    padding-top: 0;
    background: none;
    height: auto;
    background: none !important;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block {
    height: auto;
    margin: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
    padding-top: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
    padding: 0 24px;
    text-align: center;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
    padding-right: 0;
  }
}
.series-info-warp {
  width: 100%;
  background-color: var(--series-section-bg);
  background-image: url('/game/theme/blue/series-info/bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 681px;
}
.series-info-warp .series-info-block {
  width: 1226px;
  height: 546px;
  margin: auto;
  background-image: url('/game/theme/blue/series-info/block.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.series-info-warp .series-info-block .series-info-block-content {
  width: 1200px;
  height: 546px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.series-info-warp .series-info-block .series-info-block-content .series-info-block__title {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 54px;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #3040f5 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
  display: flex;
  justify-content: space-between;
  margin: 36px 120px 0;
}
.series-info-warp .series-info-block .series-info-block-content .series-info-block__detail.inverse {
  align-items: center;
}
.series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
  flex-grow: 1;
}
.series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
  flex-shrink: 0;
}
/** red */
[zoomex-activity-theme='cmVk'] .series-info-warp {
  height: 632px;
  background-color: transparent;
  background-image: url('/game/theme/red/series-info/bg.svg');
  background-size: cover;
  background-position: center center;
}
[zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block {
  width: 1241px;
  height: 577px;
  margin: 0 auto;
  padding: 7px 20px 0 20px;
  background-image: url('/game/theme/red/series-info/block.png');
  position: relative;
}
[zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content {
  height: unset;
  margin: unset;
}
[zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__title {
  display: none;
}
[zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
  margin: 100px 120px 0;
}
/** blue2 */
[zoomex-activity-theme='Ymx1ZTI='] {
  /** 移动端 */
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp {
  margin-top: -500px;
  height: 500px;
  width: 100vw;
  padding-top: 72px;
  background-color: transparent;
  background-image: url('/game/theme/blue2/series-info/bg.svg') !important;
  background-size: auto;
  background-position: center center;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block {
  width: 100vw;
  height: 500px;
  background-image: none;
  position: relative;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content {
  height: unset;
  margin: 0 auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__title {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
  margin: 0;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
  flex-grow: 1;
  padding-left: 120px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
  flex-shrink: 0;
  padding-right: 120px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-info-warp {
    margin-top: 0;
    padding-top: 0;
    background: none;
    height: auto;
    background: none !important;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block {
    height: auto;
    margin: 0;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
    padding-left: 24px;
    margin-bottom: 24px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
    padding-right: 0;
  }
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-info-warp {
    width: 100%;
    background-image: none;
    background-color: var(--series-section-bg);
    position: relative;
    height: auto;
  }
  .series-info-warp .series-info-block {
    width: 100%;
    height: unset;
    margin: 30px 0 0;
    background-image: none;
    padding: 0;
  }
  .series-info-warp .series-info-block .series-info-block-content {
    width: 100%;
    height: unset;
    margin: unset;
  }
  .series-info-warp .series-info-block .series-info-block-content .series-info-block__title {
    display: none;
  }
  .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 24px;
    overflow: hidden;
  }
  .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
    flex-grow: 1;
  }
  .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
    flex-shrink: 0;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp {
    width: 100%;
    background-image: none;
    background-color: var(--series-section-bg);
    position: relative;
    height: auto;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block {
    width: 100%;
    height: unset;
    margin: 44px 0 0;
    background-image: none;
    padding: 0;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content {
    width: 100%;
    height: unset;
    margin: unset;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block {
    flex-grow: 1;
    margin: 0 15px 0 24px;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block .series-title-block {
    margin-bottom: 38px;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block .series-title-block .series-title-block__logo {
    line-height: 30px;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block .series-title-block .series-title-block__title {
    line-height: 44px;
    font-size: 32px;
    margin-top: 5px;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .left-block .series-title-block .time {
    margin-top: 6px;
  }
  [zoomex-activity-theme='cmVk'] .series-info-warp .series-info-block .series-info-block-content .series-info-block__detail .right-block {
    flex-shrink: 0;
  }
}

.series-ranking_btn {
  position: relative;
  box-sizing: border-box;
  color: var(--series-game-ranking-color);
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
  margin-top: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}
.series-ranking_btn .series-ranking_btn__text {
  width: 100%;
  text-align: center;
}
:root .series-ranking_btn,
[zoomex-activity-theme='Ymx1ZQ=='] .series-ranking_btn {
  background-image: url('/game/theme/blue/series-info/ranking-normal.svg');
}
:root .series-ranking_btn:hover,
[zoomex-activity-theme='Ymx1ZQ=='] .series-ranking_btn:hover {
  background-image: url('/game/theme/blue/series-info/ranking-hover.svg');
}
:root .series-ranking_btn:active,
[zoomex-activity-theme='Ymx1ZQ=='] .series-ranking_btn:active {
  background-image: url('/game/theme/blue/series-info/ranking-active.svg');
}
[zoomex-activity-theme='cmVk'] .series-ranking_btn {
  width: 960px;
  margin: auto;
  margin-top: 52px;
  background-image: url('/game/theme/red/series-info/ranking-normal.svg');
}
[zoomex-activity-theme='cmVk'] .series-ranking_btn:hover {
  color: #9a1032;
  background-image: url('/game/theme/red/series-info/ranking-hover.svg');
}
[zoomex-activity-theme='cmVk'] .series-ranking_btn:active {
  background-image: url('/game/theme/red/series-info/ranking-active.svg');
}
[zoomex-activity-theme='Ymx1ZTI='] .series-ranking_btn {
  margin: 0;
  background: transparent;
  width: fit-content;
  height: auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-ranking_btn .series-ranking_btn__text {
  line-height: 19px;
  border-radius: 4px;
  padding: 10px 30px 9px;
  color: var(--re-new-brand-regular-press);
  border: 1px solid var(--re-new-brand-regular-press);
  font-size: 16px;
  font-weight: 400;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-ranking_btn .series-ranking_btn__text:hover {
  color: var(--re-new-grey-white);
  border-color: var(--re-new-brand-regular-hover);
  background: var(--re-new-brand-regular-hover);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-ranking_btn .series-ranking_btn__text:active {
  color: var(--re-new-grey-white);
  border-color: var(--re-new-brand-regular-press);
  background: var(--re-new-brand-regular-press);
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-ranking_btn {
    margin-top: 30px;
    background-size: cover;
    height: 54px;
    line-height: 54px;
  }
  [zoomex-activity-theme='cmVk'] .series-ranking_btn {
    width: 100%;
    color: #fff !important;
    background-size: cover;
    margin-top: 24px;
    height: 54px;
    line-height: 54px;
    -ms-background-position-x: -6px;
    background-position-x: -6px;
  }
}

[zoomex-activity-theme='YmxhY2s='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap {
  background-image: unset;
  background-color: unset;
  margin-top: 60px;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block {
  margin-top: 48px;
  color: var(--re-new-grey-detail);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block h2 {
  color: var(--re-new-grey-invert);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 12px;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block h2 span {
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block a {
  color: var(--re-new-brand-regular);
  text-decoration: underline;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block a:hover {
  color: var(--re-new-brand-regular-hover);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block a:active {
  color: var(--re-new-brand-regular-press);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table th,
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table td {
  color: var(--re-new-grey-white);
  height: 56px;
  padding: 16px 24px;
  text-align: left;
  min-width: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table th {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table tr.body-row {
  background: var(--re-new-seconday-blue-02);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table tr.body-row:first-child {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table tr.row-total {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block table .body-row_title th {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  white-space: normal;
  line-height: 17px;
  padding: 16px 24px;
  color: var(--re-new-grey-invert);
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .table-wrapper .tr-prize-pool-header {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .table-wrapper .tr-prize-pool {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .tr-empty {
  height: 24px;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper {
  border-radius: 0;
  background: var(--re-new-seconday-blue-02);
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.1px;
  color: var(--re-new-grey-invert);
  opacity: 1;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper:hover {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: var(--re-new-grey-invert);
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table .body-row {
  background: var(--re-new-seconday-blue-02);
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table th:first-child,
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table td:first-child {
  width: 220px;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-empty {
  height: 24px;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td {
  background: transparent;
}
[zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td:first-child {
  max-width: 220px;
  width: 220px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block {
    width: auto;
    margin: 48px 12px 48px 24px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block h2 {
    font-size: 16px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block p {
    font-size: 12px;
    line-height: 18px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td:first-child {
    max-width: unset;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap {
  background-image: unset;
  background-color: unset;
  margin-top: 60px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block {
  margin-top: 48px;
  color: var(--re-new-grey-detail);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block h2 {
  color: var(--re-new-grey-invert);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 12px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block h2 span {
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block a {
  color: var(--re-new-brand-regular);
  text-decoration: underline;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block a:hover {
  color: var(--re-new-brand-regular-hover);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block a:active {
  color: var(--re-new-brand-regular-press);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table th,
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table td {
  color: var(--re-new-grey-white);
  height: 56px;
  padding: 16px 24px;
  text-align: left;
  min-width: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table th {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table tr.body-row {
  background: var(--re-new-seconday-blue-02);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table tr.body-row:first-child {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table tr.body-row:nth-child(odd) {
  background: var(--re-new-seconday-blue-02);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table tr.row-total {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block table .body-row_title th {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  white-space: normal;
  line-height: 17px;
  padding: 16px 24px;
  color: var(--re-new-grey-invert);
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .table-wrapper .tr-prize-pool-header {
  background: var(--re-new-seconday-blue-02);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .table-wrapper .tr-prize-pool {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .tr-empty {
  height: 24px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper {
  border-radius: 0;
  background: var(--re-new-seconday-blue-02);
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.1px;
  color: var(--re-new-grey-invert);
  opacity: 1;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper:hover {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: var(--re-new-grey-invert);
  background: rgba(22, 116, 223, 0.4);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table .body-row {
  background: var(--re-new-seconday-blue-02);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table th:first-child,
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table td:first-child {
  width: 220px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-empty {
  height: 24px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td {
  background: transparent;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td:first-child {
  max-width: 220px;
  width: 220px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block {
    width: auto;
    margin: 48px 12px 48px 24px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block h2 {
    font-size: 16px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block p {
    font-size: 12px;
    line-height: 18px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td:first-child {
    max-width: unset;
  }
}
.series-regulations-wrap {
  width: 100%;
  background-color: var(--series-section-bg);
}
.series-regulations-wrap .series-regulations-block {
  width: 1200px;
  margin: 60px auto 100px;
  color: var(--re-rui-same-white-05);
}
.series-regulations-wrap .series-regulations-block h2 {
  color: var(--re-new-grey-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-top: 24px;
}
.series-regulations-wrap .series-regulations-block a {
  color: var(--re-new-grey-white);
  text-decoration: underline;
}
.series-regulations-wrap .series-regulations-block a:hover {
  color: var(--re-rui-brand-main);
}
.series-regulations-wrap .series-regulations-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}
.series-regulations-wrap .series-regulations-block .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.series-regulations-wrap .series-regulations-block table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.series-regulations-wrap .series-regulations-block table th,
.series-regulations-wrap .series-regulations-block table td {
  height: 56px;
  padding: 16px 5px;
  text-align: center;
  min-width: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.series-regulations-wrap .series-regulations-block table td {
  padding: 10px 0px;
}
.series-regulations-wrap .series-regulations-block table th {
  background-color: var(--re-rui-text-a-06);
}
.series-regulations-wrap .series-regulations-block table tr.body-row {
  background-color: var(--re-rui-text-a-03);
}
.series-regulations-wrap .series-regulations-block table tr.body-row:nth-child(odd) {
  background-color: var(--re-rui-text-a-05);
}
.series-regulations-wrap .series-regulations-block table tr.body-row:first-child {
  background-color: var(--re-rui-text-a-06);
}
.series-regulations-wrap .series-regulations-block table tr.row-total {
  background-color: var(--re-rui-brand-disable);
}
.series-regulations-wrap .series-regulations-block table .tr-prize-pool-header {
  background-color: var(--re-rui-text-a-06);
}
.series-regulations-wrap .series-regulations-block table .tr-prize-pool {
  background-color: var(--re-rui-text-a-03);
}
.series-regulations-wrap .series-regulations-block .tr-empty {
  height: 8px;
}
.series-regulations-wrap .series-regulations-block h3 {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-group {
  display: flex;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper {
  height: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #f6c473;
  opacity: 0.3;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 4px 0 0;
  border: unset;
  padding: 16px 24px;
  margin: 0;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper::before {
  display: none;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border: unset;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #f6c473;
  opacity: 1;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover,
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #f6c473;
}
.series-regulations-wrap .series-regulations-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: none !important;
}
.series-regulations-wrap .series-regulations-radio table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.series-regulations-wrap .series-regulations-radio table th,
.series-regulations-wrap .series-regulations-radio table td {
  padding: 0 5px;
  text-align: left;
}
.series-regulations-wrap .series-regulations-radio table .body-row_title th {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  white-space: normal;
  line-height: 24px;
  color: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #f6c473;
}
.series-regulations-wrap .series-regulations-radio table tr th:last-child,
.series-regulations-wrap .series-regulations-radio table tr td:last-child {
  padding-right: 24px;
  text-align: right;
}
.series-regulations-wrap .series-regulations-radio table tr th:first-child,
.series-regulations-wrap .series-regulations-radio table tr td:first-child {
  padding-left: 24px;
  text-align: left;
}
.series-regulations-wrap .series-regulations-radio .tr-empty {
  height: 8px;
}
.series-regulations-wrap .series-regulations-radio .tr-prize-pool {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #d1d4d6;
}
.series-regulations-wrap .series-regulations-radio .tr-prize-pool td {
  background: #453020;
}
.rules-and-regulations-block {
  background-color: var(--series-section-bg);
}
.rules-and-regulations-block .bg-top {
  width: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  position: relative;
  height: 64px;
  background-image: url('/game/img_v2/rule_bg.png');
  background-repeat-y: no-repeat;
  background-size: auto;
  background-position: top center;
}
.rules-and-regulations-block .bg-top img {
  visibility: hidden;
  width: 100%;
}
.rules-and-regulations-block .bg-top .title {
  font-weight: 800;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-transform: uppercase;
  color: #ffffff;
}
.rules-and-regulations-block .title {
  margin-top: -1vw;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-regulations-wrap .series-regulations-block {
    width: 324px;
    margin: 20px auto 100px;
  }
  .rules-and-regulations-block {
    position: relative;
  }
  .rules-and-regulations-block:after {
    content: '';
    display: block;
    position: absolute;
    height: 41px;
    background-color: #1a2834;
    border-top: 1px solid #0bc5ae;
    top: -41px;
    width: 100%;
  }
  .rules-and-regulations-block .bg-top {
    background-image: url('/game/img_v2/rule_bg_m.png');
    background-size: 375px;
    height: 41px;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #121f29;
    width: 375px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .rules-and-regulations-block .bg-top .title {
    font-size: 24px;
    line-height: 26px;
  }
}
[zoomex-activity-theme='cmVk'] .series-regulations-wrap {
  background-color: var(--zoomex-activity-body-bg);
}
[zoomex-activity-theme='cmVk'] .series-regulations-wrap .series-regulations-radio table {
  white-space: unset;
}
[zoomex-activity-theme='Ymx1ZTI='] {
  /** 移动端 */
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap {
  background-image: url('/game/theme/blue2/regulation/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: var(--zoomex-activity-body-bg);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block {
  margin-top: 40px;
  color: var(--re-new-grey-minor);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block h2 {
  color: var(--re-new-grey-white);
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15px;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 12px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block h2 span {
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block a {
  color: var(--re-new-brand-regular);
  text-decoration: underline;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block a:hover {
  color: var(--re-new-brand-regular-hover);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block a:active {
  color: var(--re-new-brand-regular-press);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block table th,
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block table td {
  color: var(--re-new-grey-white);
  height: 56px;
  padding: 16px 24px;
  text-align: left;
  min-width: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block table th {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block table tr.body-row {
  background: rgba(8, 153, 117, 0.2);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block table tr.row-total {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .table-wrapper .tr-prize-pool-header {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .table-wrapper .tr-prize-pool {
  background: rgba(8, 153, 117, 0.2);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .tr-empty {
  height: 24px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper {
  border-radius: 4px 4px 0px 0px;
  background: rgba(11, 204, 191, 0.05);
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.1px;
  color: var(--re-new-grey-white);
  opacity: 1;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background: var(--re-new-brand-regular-01);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table .body-row {
  background: rgba(8, 153, 117, 0.2);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table th:first-child,
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio table td:first-child {
  width: 220px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-empty {
  height: 24px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td {
  background: transparent;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td:first-child {
  max-width: 220px;
  width: 220px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block {
    width: auto;
    margin: 48px 12px 48px 24px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block h2 {
    font-size: 16px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block p {
    font-size: 12px;
    line-height: 18px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-regulations-wrap .series-regulations-block .series-regulations-radio .tr-prize-pool td:first-child {
    max-width: unset;
  }
}

[zoomex-activity-theme='YmxhY2s='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__left {
  margin-left: 85px;
}
[zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block_title {
  line-height: 38px;
  padding-left: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
}
[zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block_desc {
  padding-left: 0;
  color: var(--re-new-grey-invert);
}
@media (max-width: 767px) {
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section {
    width: 375px;
    margin: 0 auto;
  }
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__left {
    margin-left: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_title {
    line-height: 26.4px;
  }
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul {
    margin-top: 19px;
  }
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul li {
    margin-bottom: 15px;
  }
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul li:last-child {
    margin-bottom: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .pro-points-section .sponsor-block .sponsor-block__right {
    width: 180px;
    height: 48px;
    padding: 15px 16px 16px;
    font-size: 14px;
    line-height: 17px;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block {
  width: 1200px;
  padding-right: 0;
}
[zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left {
  justify-content: flex-start;
  margin-top: 150px;
  margin-left: 85px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_title {
  line-height: 38px;
  padding-left: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc {
  padding-left: 0;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul li {
  margin-bottom: 19px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__right {
  margin-top: 308px;
  margin-right: 61px;
}
@media (max-width: 767px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section {
    width: 375px;
    margin: 0 auto;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block {
    width: 100%;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left {
    width: 210px;
    margin: 243px auto 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_title {
    line-height: 26px;
    font-size: 24px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul {
    margin-top: 32px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul li {
    margin-bottom: 15px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul li:last-child {
    margin-bottom: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .pro-points-section .sponsor-block .sponsor-block__right {
    position: absolute;
    bottom: 82px;
    width: 180px;
    font-size: 14px;
    line-height: 17px;
  }
}
.pro-points-section {
  width: 100vw;
  height: 763px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.pro-points-section .sponsor-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 487px;
  width: 990px;
  margin: 118px auto auto;
  padding-right: 42px;
}
.pro-points-section .sponsor-block .sponsor-block__left {
  margin-left: 75px;
  width: 476px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_title {
  padding-left: 24px;
  color: var(--re-new-brand-regular);
  line-height: 35px;
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 0px;
  white-space: pre-line;
}
.pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
  padding-left: 24px;
}
.pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul {
  margin-top: 16px;
  padding-left: 16px;
}
.pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc ul li {
  list-style: disc;
  margin-bottom: 16px;
}
.pro-points-section .sponsor-block .sponsor-block__right {
  display: block;
  margin: 276px auto 0;
}
/** 移动端 */
@media (max-width: 767px) {
  .pro-points-section {
    position: relative;
    height: 750px;
    margin-top: 48px;
  }
  .pro-points-section .sponsor-block {
    display: block;
    width: 210px;
    height: auto;
    margin: 230px auto 0;
    padding-right: 0;
  }
  .pro-points-section .sponsor-block .sponsor-block__left {
    margin: 0;
    width: 100%;
  }
  .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_title {
    padding-left: 0;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
  }
  .pro-points-section .sponsor-block .sponsor-block__left .sponsor-block_desc {
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
  }
  .pro-points-section .sponsor-block .sponsor-block__right {
    position: absolute;
    left: 50%;
    bottom: 185px;
    transform: translateX(-50%);
    width: 188px;
    height: 48px;
    margin: 0;
    padding: 15px 31px 14px 31px;
    font-size: 16px;
    line-height: 19px;
  }
}
/** 大屏 */
@media (min-width: 1921px) {
  .pro-points-section {
    background-size: contain;
  }
}

.series-lucky-grid {
  width: 100%;
  background: linear-gradient(180deg, #2a0110 0%, rgba(42, 1, 16, 0) 100%);
}
.series-lucky-grid .series-lucky-grid__wrap {
  width: 1200px;
  margin: 30px auto 80px;
  padding-top: 68px;
  background: #1e0e1b;
  border: 2px solid #5e3b34;
  border-top: none;
  position: relative;
}
.series-lucky-grid .series-lucky-grid__wrap::after {
  display: flex;
  content: '';
  width: 1241px;
  height: 20px;
  background-image: url('/game/theme/red/quiz/header-icon.svg');
  position: absolute;
  top: -10px;
  left: -22px;
}
.series-lucky-grid .series-lucky-grid__content {
  margin-bottom: 44px;
  display: flex;
  justify-content: center;
}
.series-lucky-grid .series-lucky-grid__content .lucky-wrapper {
  position: relative;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn {
  width: 368px;
  height: 236px;
  background: #340b19;
  box-shadow: inset 0px 0px 17px rgba(248, 56, 97, 0.2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 122px;
  left: 188px;
  z-index: 22;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn .btn-tittle {
  width: 192px;
  height: 48px;
  line-height: 48px;
  background: #f6c473;
  border-radius: 8px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn .btn-tittle.disable {
  background: #a3a9ae;
  cursor: no-drop;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn .btn-tittle.disable:hover {
  cursor: no-drop;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn .btn-tittle.disable:active {
  cursor: no-drop;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn .btn-subTittle {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #a3a9ae;
}
.series-lucky-grid .series-lucky-grid__content .lucky-btn .btn-subTittle span {
  color: #f6c473;
}
.series-lucky-grid .series-lucky-grid__winning_record {
  width: 384px;
  height: 480px;
  background: #370015;
  border: 4px solid #5d3b34;
  border-radius: 8px;
  padding: 24px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_content {
  overflow-y: hidden;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_content .record_title {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_content ul {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 24px;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_content li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_content li span:first-child {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_content li span:last-child {
  width: 100px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #f6c473;
  text-align: right;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_title {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #f6c473;
  text-align: center;
  margin: 0 auto 10px;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_icon {
  height: 18px;
  margin-bottom: 6px;
  background-image: url('/game/theme/red/lucky-grid/record-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_empty {
  height: 100%;
}
.series-lucky-grid .series-lucky-grid__winning_record .winning_record_empty .empty_title {
  margin-top: 174px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #8c9399;
}
.series-lucky-grid .series-lucky-grid__trading_volume {
  margin-bottom: 67px;
}
.series-lucky-grid .series-lucky-grid__trading_title {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 16px 0;
}
.series-lucky-grid .series-lucky-grid__trading_progress {
  position: relative;
  width: 1132px;
  height: 40px;
  margin: auto;
}
.series-lucky-grid .series-lucky-grid__trading_progress .prize-pool-flex-bar .progress-line-spot {
  top: 0;
  transform: unset;
}
.series-lucky-grid .series-lucky-grid__trading_progress .prize-pool-flex-bar .progress-line-spot .progress-line-spot-detail-bottom {
  top: 21px;
}
.series-lucky-grid .series-lucky-grid__trading_progress .prize-pool-flex-bar .progress-line-container {
  top: 0;
  transform: translate3d(-50%, 0, 0);
}
.series-lucky-grid .series-lucky-grid__trading_top {
  display: none;
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap {
    width: 100%;
    background: unset;
    border: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap::after {
    display: none;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__content .lucky-wrapper {
    width: 375px;
    height: 654px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/game/theme/red/lucky-grid/grid-bg--h5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: unset;
    padding-top: 19px;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__content .lucky-wrapper .lucky-btn {
    position: unset;
    width: 303px;
    height: 132px;
    font-size: 16px;
    color: #000000;
    margin-top: 8px;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__content .lucky-wrapper .series-lucky-grid__trading_volume {
    margin: 16px 0 0 0;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__content .lucky-wrapper .series-lucky-grid__trading_volume .series-lucky-grid__trading_progress {
    width: 303px;
    height: 19px;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__content .series-lucky-grid__winning_record {
    width: 324px;
    margin-left: 1px;
    border-radius: 0;
    margin-top: 16px;
    border: 2px solid #5d3b34;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__trading_top {
    display: unset;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__wrap .series-lucky-grid__trading_bottom {
    display: none;
  }
  [zoomex-activity-theme='cmVk'] .series-lucky-grid .series-lucky-grid__winning_record .winning_record_empty .empty_icon {
    background-image: url('/game/theme/red/lucky-grid/empty-icon_h5.png');
  }
}

[zoomex-activity-theme='YmxhY2s='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2s='] .page-container-new {
  background-color: var(--series-section-bg);
}
[zoomex-activity-theme='YmxhY2s='] .page-container-new .series-prize-pool-block {
  background-image: unset;
  width: 100vw;
}
[zoomex-activity-theme='YmxhY2s='] .page-container-new .series-prize-pool-block.prize-pool-page-block {
  height: unset;
}
[zoomex-activity-theme='YmxhY2s='] .page-container-new .series-prize-pool-block.my-ranking-page-block {
  height: unset;
}
[zoomex-activity-theme='YmxhY2s='] .float-window-wrapper-top .float-window-wrapper .back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/black/svg/back-top.svg');
}
[zoomex-activity-theme='YmxhY2s='] .float-window-wrapper-top .float-window-wrapper .back-to-top:hover {
  background-image: url('/game/theme/black/svg/back-top-hover.svg');
}
[zoomex-activity-theme='YmxhY2s='] .float-window-wrapper-top .float-window-wrapper .back-to-top:active {
  background-image: url('/game/theme/black/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .page-container-new {
    background-color: var(--series-section-bg);
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-prize-pool-block {
    background-image: unset;
    width: 100vw;
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-prize-pool-block.prize-pool-page-block {
    height: unset;
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-prize-pool-block.my-ranking-page-block {
    height: unset;
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-game-banner {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg {
    z-index: 2;
  }
  [zoomex-activity-theme='YmxhY2s='] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg img {
    width: 100vw !important;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2stdGE='] .page-container-new {
  background-color: var(--series-section-bg);
}
[zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-prize-pool-block {
  background-image: unset;
  width: 100vw;
}
[zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-prize-pool-block.prize-pool-page-block {
  height: unset;
}
[zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-prize-pool-block.my-ranking-page-block {
  height: unset;
}
[zoomex-activity-theme='YmxhY2stdGE='] .float-window-wrapper-top .float-window-wrapper .back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/black-ta/svg/back-top.svg');
}
[zoomex-activity-theme='YmxhY2stdGE='] .float-window-wrapper-top .float-window-wrapper .back-to-top:hover {
  background-image: url('/game/theme/black-ta/svg/back-top-hover.svg');
}
[zoomex-activity-theme='YmxhY2stdGE='] .float-window-wrapper-top .float-window-wrapper .back-to-top:active {
  background-image: url('/game/theme/black-ta/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new {
    background-color: var(--series-section-bg);
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-prize-pool-block {
    background-image: unset;
    width: 100vw;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-prize-pool-block.prize-pool-page-block {
    height: unset;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-prize-pool-block.my-ranking-page-block {
    height: unset;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-game-banner {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg {
    z-index: 2;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg img {
    width: 100vw !important;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .page-container-new .game-sponsor-row {
    width: 100vw;
  }
}
.page-container-new .banner-block {
  width: 100%;
  min-height: 350px;
  position: relative;
}
.page-container-new .banner-block .fix-notice {
  position: absolute;
  width: 100%;
}
.page-container-new .series-prize-pool-block {
  width: 100vw;
  background-image: url('/game/theme/blue/prize-pool/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-container-new .series-prize-pool-block.prize-pool-page-block {
  height: 856px;
}
.page-container-new .series-prize-pool-block.my-ranking-page-block {
  height: 1163px;
}
.page-container-new .ranking-block-hidden {
  display: none !important;
}
.page-container-new .ranking-block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.page-container-new .ranking-block .table-container .angle:before {
  background: #121f29 !important;
}
.float-window-wrapper-top {
  z-index: 1000 !important;
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 10%;
  left: 95%;
  transform: translate3D(-51%, 0, 0);
}
.float-window-wrapper-top .float-window-wrapper {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.float-window-wrapper-top .float-window-wrapper .back-to-top {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('/game/theme/blue/svg/back-top.svg');
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.float-window-wrapper-top .float-window-wrapper .back-to-top:hover {
  background-image: url('/game/theme/blue/svg/back-top-hover.svg');
}
.float-window-wrapper-top .float-window-wrapper .back-to-top:active {
  background-image: url('/game/theme/blue/svg/back-top-active.svg');
}
.float-window-wrapper-top .float-window-wrapper .ant-back-top {
  width: 59px;
  height: 59px;
  position: static;
  z-index: 1000 !important;
  margin-top: 10px;
  margin-bottom: 30px;
}
.float-window-wrapper-top .float-window-wrapper .float-window {
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100px;
  height: 89px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url('/game/float-window/bg.png');
  background-color: transparent !important;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item:nth-child(1) {
  margin-bottom: 2px;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .icon-base-0 {
  background-image: url('/game/float-window/user-guide.svg');
  background-repeat: no-repeat;
  min-width: 14px;
  min-height: 16px;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .icon-base-1 {
  min-width: 18px;
  min-height: 15px;
  background-image: url('/game/float-window/competition-guide.svg');
  background-repeat: no-repeat;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .text:hover {
  color: var(--zoomex-activity-ant-breadcrumb-link-hover);
}
.center-row-bg {
  background-color: #121f29;
  min-height: 864px;
  background-image: url('/game/img_v2/round_bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 64px;
}
.center-row-bg .bg-top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
  background-image: url('/game/img_v2/bg-1.png');
  background-repeat-y: no-repeat;
  background-size: auto;
  background-position: top center;
}
/** ipad */
@media (min-width: 720px) and (max-width: 1264px) {
  .page-container-new .base-section-area {
    width: calc(100% - 80px) !important;
    padding: 0;
  }
  .float-window {
    display: none;
  }
}
/** 移动端 */
@media (max-width: 719px) {
  .page-container-new .base-section-area {
    width: calc(100% - 48px);
    padding: 0;
  }
  .page-container-new .banner-block {
    min-height: 250px;
  }
  .page-container-new .center-row-bg {
    background-image: none;
    min-height: auto;
    padding-bottom: 41px;
  }
  .page-container-new .center-row-bg .bg-top {
    background-image: url('/game/img_v2/bg-1_m.png');
    background-size: 375px;
  }
  .page-container-new .ranking-block {
    margin-top: 0px;
  }
  .page-container-new .series-game-banner {
    height: 416px;
  }
  .page-container-new .series-game-banner video {
    height: 416px;
    transform: scale(1);
  }
  .page-container-new .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 416px;
  }
  .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg {
    z-index: 2;
  }
  .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg img {
    width: 100vw !important;
  }
  .float-window-wrapper-top {
    display: none;
  }
}
/** red */
[zoomex-activity-theme='cmVk'] .page-container-new .series-prize-pool-block {
  background-image: url('/game/theme/red/prize-pool/bg.png');
}
[zoomex-activity-theme='cmVk'] .page-container-new .series-prize-pool-block.prize-pool-page-block {
  height: unset;
}
[zoomex-activity-theme='cmVk'] .float-window-wrapper-top .float-window-wrapper .back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/red/svg/back-top.svg');
}
[zoomex-activity-theme='cmVk'] .float-window-wrapper-top .float-window-wrapper .back-to-top:hover {
  background-image: url('/game/theme/red/svg/back-top-hover.svg');
}
[zoomex-activity-theme='cmVk'] .float-window-wrapper-top .float-window-wrapper .back-to-top:active {
  background-image: url('/game/theme/red/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='cmVk'] .page-container-new .series-prize-pool-block.prize-pool-page-block {
    height: auto;
  }
  [zoomex-activity-theme='cmVk'] .page-container-new .series-game-banner {
    height: 467px;
  }
  [zoomex-activity-theme='cmVk'] .page-container-new .series-game-banner video {
    height: 467px;
    transform: scale(1);
  }
  [zoomex-activity-theme='cmVk'] .page-container-new .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 467px;
  }
  [zoomex-activity-theme='cmVk'] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg {
    z-index: 2;
  }
  [zoomex-activity-theme='cmVk'] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg img {
    width: 100vw !important;
  }
}
[zoomex-activity-theme='Ymx1ZTI='] {
  /** 移动端 */
}
[zoomex-activity-theme='Ymx1ZTI='] .page-container-new {
  background-color: var(--series-section-bg);
}
[zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-prize-pool-block {
  background-image: unset;
  width: 100vw;
}
[zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-prize-pool-block.prize-pool-page-block {
  height: unset;
}
[zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-prize-pool-block.my-ranking-page-block {
  height: unset;
}
[zoomex-activity-theme='Ymx1ZTI='] .float-window-wrapper-top .float-window-wrapper .back-to-top {
  width: 90px;
  height: 65px;
  background-image: url('/game/theme/blue2/svg/back-top.svg');
}
[zoomex-activity-theme='Ymx1ZTI='] .float-window-wrapper-top .float-window-wrapper .back-to-top:hover {
  background-image: url('/game/theme/blue2/svg/back-top-hover.svg');
}
[zoomex-activity-theme='Ymx1ZTI='] .float-window-wrapper-top .float-window-wrapper .back-to-top:active {
  background-image: url('/game/theme/blue2/svg/back-top-active.svg');
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new {
    background-color: var(--series-section-bg);
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-prize-pool-block {
    background-image: unset;
    width: 100vw;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-prize-pool-block.prize-pool-page-block {
    height: unset;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-prize-pool-block.my-ranking-page-block {
    height: unset;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-game-banner {
    height: 440px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 440px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg {
    z-index: 2;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .page-container-new .series-game-banner .banner-carousel .by-container .by-container-bg img {
    width: 100vw !important;
  }
}

.prize-pool-section-wrapper {
  width: 100%;
  background: transparent;
  margin-bottom: 40px;
}
.prize-pool-section-wrapper .prize-pool-section-inner {
  width: 100%;
  height: inherit;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box {
  padding-top: 100px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget {
  width: 100%;
  height: 100%;
  background: transparent;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .en-us-prize-pool {
  width: 243px;
  background-position-y: 10px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .es-es-prize-pool {
  width: 190px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ja-jp-prize-pool {
  width: 180px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ko-kr-prize-pool {
  width: 180px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ru-ru-prize-pool {
  width: 350px;
  background-position-y: 7px !important;
  background-position-x: 17px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ru-ru-prize-pool .prize-pool-section-prize-pool-title {
  max-width: 340px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .vi-vn-prize-pool {
  width: 255px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .zh-cn-prize-pool {
  width: 180px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .zh-tw-prize-pool {
  width: 180px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .pt-br-prize-pool {
  width: 330px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .pt-br-prize-pool .prize-pool-section-prize-pool-title {
  max-width: 500px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .pt-br-prize-pool .prize-pool-section-prize-pool-title span {
  max-width: 500px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .tr-tr-prize-pool {
  width: 235px;
  background-position-y: 11px !important;
  background-position-x: 5px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .id-id-prize-pool {
  width: 235px;
  background-position-y: 11px !important;
  background-position-x: 5px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .th-th-prize-pool {
  width: 235px;
  background-position-y: 11px !important;
  background-position-x: 5px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .fr-fr-prize-pool {
  width: 235px;
  background-position-y: 11px !important;
  background-position-x: 5px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  font-family: 'Roboto';
  white-space: nowrap;
  padding-top: 20px;
  display: inline-block;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title span {
  position: relative;
  z-index: 2;
  max-width: 240px;
  font-style: italic;
  font-weight: 800;
  font-size: 32px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg .bg {
  background: rgba(11, 217, 189, 0.5);
  flex: 1;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg img {
  height: 10px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .en-us-my-ranking {
  width: 243px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .es-es-my-ranking {
  width: 340px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .es-es-my-ranking .prize-pool-section-prize-pool-title {
  max-width: 340px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .es-es-my-ranking .prize-pool-section-prize-pool-title span {
  max-width: 340px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ja-jp-my-ranking {
  width: 260px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ko-kr-my-ranking {
  width: 150px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .ru-ru-my-ranking {
  width: 250px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .vi-vn-my-ranking {
  width: 200px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .zh-cn-my-ranking {
  width: 170px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .zh-tw-my-ranking {
  width: 170px;
  background-position-y: 11px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .pt-br-my-ranking {
  width: 267px;
  background-position-y: 9px !important;
  background-position-x: -8px !important;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .tr-tr-my-ranking {
  width: 205px;
  background-position-y: 11px !important;
  background-position-x: 5px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .id-id-my-ranking {
  width: 285px;
  background-position-x: 5px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .id-id-my-ranking .prize-pool-section-prize-pool-title {
  max-width: 275px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .th-th-my-ranking {
  width: 205px;
  background-position-y: 12px !important;
  background-position-x: 5px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .fr-fr-my-ranking {
  width: 320px;
  background-position-x: -8px;
}
.prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .fr-fr-my-ranking .prize-pool-section-prize-pool-title {
  max-width: 324px;
  margin-left: -35px;
}
.prize-pool-section-wrapper .prize-pool-wrapper-2 {
  background-image: url("/game/img_v2/bg-2.png");
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: 100px;
}
.my-ranking-page-hidden {
  display: none;
}
@media (max-width: 767px) {
  .prize-pool-section-wrapper {
    width: 100%;
    background: transparent;
    margin-bottom: 40px;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner {
    width: 100%;
    height: inherit;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box {
    padding-top: 60px;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title {
    padding-top: 6px;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title span {
    font-size: 24px;
    padding-right: 20px;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg .bg {
    background: rgba(11, 217, 189, 0.5);
    flex: 1;
  }
  .prize-pool-section-wrapper .prize-pool-section-inner .prize-pool-section-inner-box .prize-pool-section-prize-pool-widget .prize-pool-section-prize-pool-header .prize-pool-section-prize-pool-title .tit_bg img {
    height: 6px;
  }
  .prize-pool-section-wrapper .prize-pool-wrapper-2 {
    background-image: none;
    margin-top: 0;
  }
}

.my-ranking-content {
  margin-top: 19px;
  background: transparent;
  width: 100%;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
}
.my-ranking-content .my-ranking-content-mobile-header {
  display: none;
}
.my-ranking-content .my-ranking-content-left {
  height: inherit;
  background: transparent;
  display: flex;
  flex-direction: column;
  /*倒计时*/
  /*带金额的奖金*/
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer {
  margin-bottom: 55px;
  /*倒计时是0 */
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .ranking-notice {
  color: rgba(255, 255, 255, 0.6);
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .my-ranking-content-left-timer-text {
  font-size: 14px;
  min-width: 550px!important;
  color: rgba(255, 255, 255, 0.6);
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .my-ranking-content-left-timer-text .my-ranking-content-left-timer {
  margin-left: 8px;
  font-size: 14px;
  color: #fff;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .my-ranking-content-left-timer-text .my-ranking-content-left-timer .timer-split {
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .my-ranking-timer-hidden {
  display: none!important;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .my-ranking-text-show {
  display: block!important;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip {
  display: block;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip span {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-margin-top {
  margin-bottom: 55px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-by-with-timer {
  display: block;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded {
  text-align: left;
  display: none;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-with-money {
  margin-bottom: 30px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-with-money .money {
  font-family: gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--primary-color4);
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-with-money .text {
  margin-left: 5px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-dont-give-up-wrapper {
  margin-bottom: 30px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-dont-give-up-wrapper .tip-dont-give-up-widget {
  font-style: italic;
  font-weight: 900;
  font-size: 26px;
  line-height: 18px;
  -webkit-text-stroke: 1px var(--zoomex-activity-link-btn-hover);
  -webkit-text-fill-color: transparent;
  font-family: gilroy;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-dont-give-up-wrapper .tip-dont-give-up-widget .tip-dont-give-up {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-tip-with-awarded .tip-dont-give-up-wrapper .tip-dont-give-up-widget .tip-dont-more-chances {
  display: inline-block;
  width: 100%;
  margin-left: -3px;
  line-height: 24px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-m {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl {
  background: transparent;
  display: flex;
  justify-content: space-between;
  width: 46%;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking {
  font-family: gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 3px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking-triangle-base {
  width: 21px;
  height: 15px;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 3px;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking-triangle-up {
  background-image: url("/game/svg/zoomexgame-up.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking-triangle-down {
  background-image: url("/game/svg/zoomexgame-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking-text-up-down-base {
  font-family: gilroy;
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking-text-up {
  color: #2AB98E;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .my-ranking-content-rank .ranking-text-down {
  color: #d25163;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .ranking-text {
  display: inline-block;
  margin-top: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-my-rank .ranking-text .ranking-text-popover {
  display: inline-block;
  margin-left: 4px;
  margin-top: 3px;
  vertical-align: middle;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-pl .my-ranking-content-pl .pl {
  font-family: gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-pl .pl-text {
  display: inline-block;
  margin-top: 12px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .my-ranking-content-left-pl .pl-text .ranking-pl-text-popover {
  display: inline-block;
  margin-left: 4px;
  margin-top: 0px;
  vertical-align: middle;
}
.my-ranking-content .my-ranking-content-left .rank-bg {
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 98px;
  min-width: 200px;
  text-align: center;
}
.my-ranking-content .my-ranking-content-left .rank-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 98px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/game/btn/my_ranking_txt.png');
}
.my-ranking-content .my-ranking-content-left .rank-bg:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 98px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateY(180deg);
  background-image: url('/game/btn/my_ranking_txt.png');
}
.my-ranking-content .my-ranking-content-left .rank-bg .ranking-text,
.my-ranking-content .my-ranking-content-left .rank-bg .pl-text {
  text-align: center;
  color: #9B9B9B !important;
  font-size: 12px !important;
  position: relative;
}
.my-ranking-content .my-ranking-content-left .rank-bg .ranking-text:after,
.my-ranking-content .my-ranking-content-left .rank-bg .pl-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 87px;
  height: 3px;
  background-color: #65E3FF;
  transform: translateX(-50%) perspective(10px);
  border-radius: 1px;
  left: 50%;
  box-shadow: 2px 2px 10px rgba(105, 255, 255, 0.35);
}
.my-ranking-content .my-ranking-content-left .un-effective .ranking,
.my-ranking-content .my-ranking-content-left .un-effective .ranking-text,
.my-ranking-content .my-ranking-content-left .un-effective .pl,
.my-ranking-content .my-ranking-content-left .un-effective .pl-text {
  color: #D1D4D6 !important;
}
.my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-share {
  margin-top: 15px;
  margin-left: 1px;
  width: 120px;
}
.my-ranking-content .my-ranking-content-left .share-btn {
  width: 168px;
  height: 52px;
  line-height: 52px;
  background-image: url("/game/btn/share_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.my-ranking-content .my-ranking-content-right {
  height: inherit;
  background: transparent;
  margin-top: 77px;
}
.my-ranking-content .my-ranking-content-right .rc-table-warp {
  position: relative;
  overflow: hidden;
}
.my-ranking-content .my-ranking-content-right .rc-table-warp .angle:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #121f29;
  top: -20px;
  left: -22px;
  z-index: 2;
  transform: rotate(45deg);
  border-right: 1px solid rgba(11, 217, 189, 0.2);
}
.my-ranking-content .my-ranking-content-right .rc-table-warp .angle-bottom:before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: #121f29;
  bottom: -20px;
  right: -22px;
  z-index: 2;
  transform: rotate(45deg);
  border-left: 1px solid rgba(11, 217, 189, 0.2);
}
.my-ranking-content .my-ranking-content-right .rc-table-bg {
  border: 1px solid rgba(11, 217, 189, 0.2);
  overflow: auto;
  background-color: rgba(26, 40, 52, 0.7);
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
.my-ranking-content .my-ranking-content-right .rc-table-bg .table-hd {
  position: absolute;
  height: 60px;
  background: #00BEA7;
  opacity: 0.2;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  left: 0;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table {
  width: 100%;
  padding: 0 78px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .active .rc-table-cell span.base-span {
  font-family: gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 54px;
  color: #ffffff;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table tbody tr {
  margin-top: 20px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table tbody tr th {
  text-align: center;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-thead {
  color: rgba(255, 255, 255, 0.6);
  line-height: 60px;
  height: 60px;
  background-color: rgba(0, 190, 167, 0.2);
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(1) {
  background: transparent;
  width: 20px;
  vertical-align: middle;
  padding-left: 58px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(1) img {
  vertical-align: middle;
  margin-right: 20px;
  width: 20px!important;
  height: 20px!important;
  max-width: initial!important;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell span.base-span {
  font-family: gilroy;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 54px;
  color: rgba(255, 255, 255, 0.4);
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(2) {
  width: 150px;
  background: transparent;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(2) span {
  margin-right: 40px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(3) {
  text-align: left;
  background: transparent;
  min-width: 60px;
  overflow: hidden;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(3) span {
  margin-right: 45px;
  min-width: 60px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(3) .base-span-max {
  margin-left: 25px!important;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(4) {
  background: transparent;
  height: 16px;
  text-align: left;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(4) span {
  margin-left: 0;
  margin-right: 11px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(4) span .current-txnvolume-usdt {
  margin-right: 0!important;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(4) span .min-txnvolume-usdt {
  margin-right: 0!important;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) {
  background: transparent;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) div {
  width: 160px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) div .process {
  border: 1px solid rgba(255, 255, 255, 0.2);
  transform: skewX(-40deg);
  height: 12px;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) div .process .value {
  height: 100%;
  width: 0;
  background: linear-gradient(270deg, #8EFBE2 -61.85%, #3EF2C9 3.86%, #0BD9BD 91.48%);
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) div .item-status-base {
  width: 6px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) div .item-status-default {
  border: 1px solid #414352;
}
.my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) div .item-status-active {
  background: var(--zoomex-activity-rectangle-bg);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl .rank-bg:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .my-ranking-content .my-ranking-content-left .my-ranking-content-m {
    flex-direction: column;
  }
  .my-ranking-content .my-ranking-content-left .my-ranking-content-left-my-rank-pl {
    flex-direction: column;
    width: 100%;
  }
  .my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer {
    margin-bottom: 55px;
  }
  .my-ranking-content .my-ranking-content-left .my-ranking-content-left-widget .my-ranking-content-left-by-with-timer .my-ranking-content-left-timer-text {
    min-width: 200px!important;
  }
  .my-ranking-content .my-ranking-content-left .rank-bg {
    margin-bottom: 36px;
  }
  .my-ranking-content .my-ranking-content-left .rank-bg .my-ranking-content-pl {
    text-align: center;
  }
  .my-ranking-content .my-ranking-content-left .rank-bg .ranking-text:after,
  .my-ranking-content .my-ranking-content-left .rank-bg .pl-text:after {
    width: 60%;
  }
  .my-ranking-content .my-ranking-content-left .share-btn {
    margin-top: 40px;
  }
  .my-ranking-content .my-ranking-content-right {
    padding: 36px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-bg .table-hd {
    height: 50px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-thead {
    height: 50px;
    line-height: 50px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table th.rc-table-cell:nth-child(1) {
    padding-left: 30px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell span {
    font-size: 16px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(1) {
    padding-left: 20px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(2) {
    width: 50px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(2) span {
    margin-right: 4px;
    font-size: 16px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(3) span {
    margin-right: 4px;
    font-size: 16px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(4) span {
    margin-right: 0px;
    font-size: 16px;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .rc-table-cell:nth-child(5) {
    display: none;
  }
  .my-ranking-content .my-ranking-content-right .rc-table-content table .active .rc-table-cell span.base-span {
    font-size: 16px;
  }
}

.prize-pool-section-prize-pool-content {
  margin-top: 40px;
  background: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.prize-pool-section-prize-pool-content .prize-pool-section-prize-pool-content-left {
  height: inherit;
  background: transparent;
  margin-top: 80px;
}
.prize-pool-section-prize-pool-content .prize-pool-section-prize-pool-content-right {
  height: inherit;
  background: transparent;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .prize-pool-section-prize-pool-content .prize-pool-section-prize-pool-content-left {
    margin-top: 20px;
  }
  .prize-pool-section-prize-pool-content .prize-pool-section-prize-pool-content-right {
    margin-top: 0px;
  }
}

.series-game-regulation-section {
  width: 100%;
  color: #FFFFFFD9;
  padding: 40px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 100px;
  margin-top: -64px;
  font-family: 'pinpro', 'PingFang SC', 'San Francisco UI', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-weight: 400;
}
.series-game-regulation-section .title {
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
  font-family: gilroy, sans-serif;
  font-style: italic;
}
.series-game-regulation-section .title .title-inner {
  display: inline-block;
  position: relative;
  padding: 0px 50px;
  letter-spacing: 3px;
  height: 30px;
}
.series-game-regulation-section h2 {
  font-weight: 600;
  color: #0BD9BD;
  font-size: 18px;
  line-height: 50px;
}
.series-game-regulation-section a {
  color: #FFFFFF;
  text-decoration: underline;
}
.series-game-regulation-section a:hover {
  color: #0BD9BD;
}
.series-game-regulation-section .table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.series-game-regulation-section table {
  width: 100%;
  white-space: nowrap;
  max-width: 100%;
}
.series-game-regulation-section table th,
.series-game-regulation-section table td {
  padding: 16px 5px;
  text-align: center;
  min-width: 80px;
}
.series-game-regulation-section table td {
  padding: 10px 0px;
}
.series-game-regulation-section table th {
  background: #00BEA7;
}
.series-game-regulation-section table tr.body-row {
  background: #313D48;
}
.series-game-regulation-section table.full tr {
  background: rgba(57, 78, 98, 0.6);
}
.rules-and-regulations-block {
  background-color: var(--series-section-bg);
}
.rules-and-regulations-block .bg-top {
  width: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  position: relative;
  height: 64px;
  background-image: url("/game/img_v2/rule_bg.png");
  background-repeat-y: no-repeat;
  background-size: auto;
  background-position: top center;
}
.rules-and-regulations-block .bg-top img {
  visibility: hidden;
  width: 100%;
}
.rules-and-regulations-block .bg-top .title {
  font-family: 'Roboto';
  font-weight: 800;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.rules-and-regulations-block .title {
  margin-top: -1vw;
}
@media (max-width: 767px) {
  .series-game-regulation-section {
    padding: 20px 0;
  }
  .rules-and-regulations-block {
    position: relative;
  }
  .rules-and-regulations-block:after {
    content: "";
    display: block;
    position: absolute;
    height: 41px;
    background-color: #1a2834;
    border-top: 1px solid #0bc5ae;
    top: -41px;
    width: 100%;
  }
  .rules-and-regulations-block .bg-top {
    background-image: url("/game/img_v2/rule_bg_m.png");
    background-size: 375px;
    height: 41px;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #121f29;
    width: 375px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .rules-and-regulations-block .bg-top .title {
    font-size: 24px;
    line-height: 26px;
  }
}

.title_block {
  margin-bottom: 36px;
  font-family: 'Roboto';
  font-weight: 800;
}
.title_block .tit,
.title_block .sub_tit {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-size: 44px;
  line-height: 54px;
  text-transform: uppercase;
  color: var(--primary-text-color);
}
.title_block .tit {
  padding-right: 10px;
}
.title_block .tooltip {
  border-radius: 4px;
  padding: 0 10px;
  line-height: 22px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: var(--text-color-1);
  display: inline-block;
  position: relative;
  margin-left: 16px;
  vertical-align: 16px;
}
.title_block .tooltip:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid var(--primary-color);
}
.title_block .tooltip.registration {
  background-color: var(--primary-color2);
}
.title_block .tooltip.registration:before {
  border-right-color: var(--primary-color2);
}
.title_block .tooltip.over {
  background-color: var(--primary-color3);
  color: var(--normal-text-color);
}
.title_block .tooltip.over:before {
  border-right-color: var(--primary-color3);
}
.title_block .time {
  color: var(--normal-text-color);
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .title_block {
    padding-top: 10px;
  }
  .title_block .tit,
  .title_block .sub_tit {
    font-size: 32px;
    line-height: 38px;
  }
  .title_block .tit {
    padding-right: 0;
  }
  .title_block .time {
    font-size: 14px;
    margin-top: 0;
  }
  .title_block .tooltip {
    vertical-align: 10px;
  }
}

.ranking_btn {
  position: relative;
  box-sizing: border-box;
  color: var(--normal-text-color);
  font-size: 20px;
  width: 214px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  padding-left: 48px;
  text-align: center;
  cursor: pointer;
}
.ranking_btn .bg {
  width: 214px;
  height: 48px;
  position: absolute;
  z-index: 1;
  left: 0;
}
.ranking_btn .bg img {
  width: 100%;
}
.ranking_btn .cont {
  position: relative;
  z-index: 2;
}
.ranking_btn .txt {
  vertical-align: middle;
}

.feature-block {
  display: flex;
  flex-direction: column;
}
.feature-block .status-info-item {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.feature-block .status-info-item .img {
  margin-right: 26px;
}
.feature-block .status-info-item .txt {
  position: static;
  font-family: 'Noto Sans KR';
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.15px;
  color: var(--normal-text-color);
}
@media (max-width: 767px) {
  .feature-block {
    margin-top: 58px;
  }
  .feature-block .status-info-item {
    padding-bottom: 0px;
    margin-bottom: 16px;
  }
  .feature-block .status-info-item .img {
    min-width: 40px;
  }
  .feature-block .status-info-item .txt {
    font-size: 14px;
  }
}

.series-block-warp {
  background-color: var(--series-section-bg);
  position: relative;
}
.series-block-warp .bg-top {
  background-image: url("/game/img_v2/series-block-bg.png");
  background-repeat-y: no-repeat;
  background-size: auto;
  background-position: top center;
  height: 44px;
  margin-top: -24px;
  width: 100%;
}
.series-info-row {
  position: relative;
  z-index: 2;
  padding-left: 77px;
  padding-top: 85px;
  padding-bottom: 133px;
}
.series-info-row .cont-block {
  display: flex;
  justify-content: space-between;
}
.series-info-row .left-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 344px;
}
.series-info-row .right-block {
  position: relative;
  width: 536px;
}
.series-info-row .right-block .bg {
  position: absolute;
}
.series-info-row .right-block .bg img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .series-info-row {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .feature-block .status-info-item .txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .series-block-warp {
    position: relative;
  }
  .series-block-warp .bg-top {
    position: relative;
    z-index: 2;
    background-image: url("/game/img_v2/series-block-bg.png");
    height: 20px;
    margin-top: 0;
    background-size: 700px;
    background-repeat-x: repeat;
    background-position: center center;
  }
  .series-info-row {
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .series-info-row .cont-block {
    flex-direction: column;
  }
  .series-info-row .left-block {
    align-items: center;
  }
  .series-info-row .right-block {
    width: 100%;
    margin-top: 58px;
  }
}

.status-block .box {
  position: relative;
  width: 536px;
  height: 342px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status-block .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.status-block .box .bg img {
  width: 100%;
}
.status-block .box .cont {
  position: relative;
  z-index: 2;
}
.status-block .count_down_warp {
  width: 536px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.status-block .count_down_warp .count_down_block .series-info-row-count-down {
  margin-top: 4px;
}
.status-block .count_down_warp .series-registration-timer-widget .series-games-clock-bg {
  padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .status-block .box {
    width: 430px;
    height: 275px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .status-block .box {
    width: 327px;
    height: 209px;
    margin: 0 auto;
  }
}

.ant-modal-content {
  background-color: unset !important;
}
.modal-wrap {
  background-image: linear-gradient(#19090a, #021513);
  border: 2px solid #ff1f55;
  width: 584px;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 10px;
  padding: 88px 48px 66px;
}
.modal-wrap .modal-colse {
  right: 0px;
  top: 26px;
  position: absolute;
  background: url('/game/assets/modal/modal_close.svg');
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 25px;
  cursor: pointer;
}
.modal-wrap .modal-content {
  top: 62px;
  width: 100%;
  height: auto;
  padding: 0 20px;
  padding-left: 0;
  margin-bottom: 66px;
}
.modal-wrap .modal-content .title {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
}
.modal-wrap .modal-content .text {
  margin: 20px auto 0 auto;
  margin-left: 0;
  margin-top: 12px;
  width: 404px;
  height: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0.15px;
  color: #d1d4d6;
}
.modal-wrap .modal-button-view {
  width: 100%;
  left: 50%;
  bottom: 40px;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
}
.modal-wrap .modal-button-view .modal-text-button {
  width: 200px;
  height: 72px;
  color: #0bd9bd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 25px;
}
.modal-wrap .modal-button-view .modal-button {
  width: 264px;
  height: 56px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-wrap .modal-button-view .modal-button:hover {
  width: 288px !important;
}
html[lang='en'] .modal-wrap.modal-wrap__banned,
html[lang='en-US'] .modal-wrap.modal-wrap__banned {
  min-height: 420px;
}
html[lang='en'] .modal-wrap.modal-wrap__banned .title,
html[lang='en-US'] .modal-wrap.modal-wrap__banned .title {
  padding: 0 12px;
}
.ant-modal-wrap {
  z-index: 9999 !important;
}
@media (max-width: 767px) {
  .ant-modal {
    width: 90% !important;
  }
  .ant-modal .ant-modal-content {
    background-color: unset !important;
  }
  .ant-modal-wrap {
    overflow: hidden;
  }
  .ant-modal-wrap .modal-wrap {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 32px;
  }
  .ant-modal-wrap .modal-wrap .modal-colse {
    width: 11px;
    height: 11px;
    top: 15.5px;
    right: 20.5px;
  }
  .ant-modal-wrap .modal-wrap .modal-content {
    top: 52px;
    margin-bottom: 49px;
  }
  .ant-modal-wrap .modal-wrap .modal-content .title {
    font-size: 16px;
    line-height: 19px;
    min-height: 46px;
  }
  .ant-modal-wrap .modal-wrap .modal-content .text {
    margin-top: 11px;
    width: 90%;
    font-size: 11px;
    line-height: 18px;
  }
  .ant-modal-wrap .modal-wrap .modal-button-view {
    bottom: 12px;
  }
  .ant-modal-wrap .modal-wrap .modal-button-view .modal-button {
    font-size: 16px;
    width: 168px !important;
    height: 40px !important;
    background-size: 100% 100%;
  }
}

.count_down_block {
  text-align: left;
}
.count_down_block .sub_tit {
  color: var(--text-color-2);
  font-family: 'DINPro';
  font-weight: 700;
  font-size: 20px;
}
.count_down_block .series-registration-timer-widget.series-info-row-count-down {
  margin-top: 32px;
}
.count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-clock-bg.series-games-clock-disabled-bg {
  width: auto;
}
.count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  top: 10px;
}
.count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-flex .series-games-clock-item .series-games-clock-num {
  width: 58px !important;
  height: 58px !important;
  background-image: url("/game/status-info/count-down-bg.png");
  background-size: cover;
  background-position: center;
  line-height: 58px;
  color: var(--normal-text-color) !important;
  font-size: 32px;
  font-family: 'DINPro';
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color-3) !important;
}
.count_down_block .register_notify_warp {
  position: relative;
  overflow: hidden;
  margin: 0 -40px;
}
.count_down_block .register_notify_warp .angle:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #273d47;
  top: -10px;
  left: -11px;
  z-index: 2;
  transform: rotate(45deg);
  border-right: 1px solid rgba(11, 217, 189, 0.2);
}
.count_down_block .register_notify_warp .angle-bottom:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #273d47;
  bottom: -10px;
  right: -11px;
  z-index: 2;
  transform: rotate(45deg);
  border-left: 1px solid rgba(11, 217, 189, 0.2);
}
.count_down_block .register_notify_warp .register_notify {
  line-height: 40px;
  background-color: #22303C;
  border: 1px solid rgba(11, 217, 189, 0.3);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #D1D4D6;
  padding-left: 50px;
  position: relative;
  display: block;
}
.count_down_block .register_notify_warp .register_notify:after {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/game/theme/green/notice/notice-logo.png");
  background-size: 50%;
  background-position: center;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.count_down_block .register_btn {
  width: 238px;
  height: 60px;
  margin: 0 auto;
  background-image: url("/game/btn/register.png");
  background-size: cover;
  background-position: center;
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
  color: var(--normal-text-color);
  text-align: center;
  cursor: pointer;
}
.count_down_block .register_btn.disable {
  background-image: url("/game/btn/register_disable.png");
  cursor: no-drop;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .count_down_block .register_btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .count_down_block .sub_tit {
    font-size: 12px;
  }
  .count_down_block .series-registration-timer-widget.series-info-row-count-down {
    margin-top: 18px;
  }
  .count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-clock-bg {
    padding: 8px 0 12px 0;
  }
  .count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
    top: 3px;
  }
  .count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-flex .series-games-clock-item .series-games-clock-num {
    width: 38px !important;
    height: 38px !important;
    background-size: 100%;
    font-size: 22px;
    line-height: 38px;
  }
  .count_down_block .series-registration-timer-widget.series-info-row-count-down .series-games-flex .series-games-clock-item .series-games-clock-txt {
    font-size: 10px;
  }
  .count_down_block .register_btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

.series-game-status-info {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 18px;
  color: #fff;
  z-index: 2;
}
.series-game-status-info .series-game-status-info-inner {
  display: flex;
  justify-content: center;
  background-color: rgba(18, 23, 29, 0.7);
  padding-bottom: 10px;
  border-radius: 4px;
  padding-right: 120px;
  padding-left: 120px;
}
.series-game-status-info .status-info-item {
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0px 10px;
}
.series-game-status-info .large-title,
.series-game-status-info .small-title {
  width: 85%;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
}
.series-game-status-info .large-title.whole,
.series-game-status-info .small-title.whole {
  width: 100%;
}
.series-game-status-info .large-title {
  font-size: 32px;
  line-height: 46px;
}
.series-game-status-info .large-title.whole {
  width: 100%;
}
.ko-KR .status-info-item {
  margin: 0px 55px;
}
.ko-KR .status-info-item .small-title span {
  display: inline-block;
  min-width: 130px;
}
.ru-RU .status-info-item {
  margin: 0px 55px;
}
.zh-CN .status-info-item,
.zh-TW .status-info-item {
  margin: 0 50px;
}
@media (max-width: 767px) {
  .series-game-status-info {
    padding-bottom: 0;
  }
  .series-game-status-info .status-info-item .item-img {
    max-width: 70px;
  }
  .series-game-status-info .large-title {
    font-size: 22px;
    line-height: 32px;
  }
  .series-game-status-info .small-title {
    font-size: 12px;
    line-height: 17px;
  }
  .series-game-status-info .series-game-status-info-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.series-game-banner-wsot {
  height: 800px;
}
.series-game-banner-wsot img {
  width: 100vw;
  height: 800px;
}
.series-game-banner-wsot .series-game-ended-wrap {
  position: absolute;
  bottom: 0;
  height: 136px;
  width: 100%;
  background: rgba(4, 25, 50, 0.7);
  backdrop-filter: blur(12px);
  text-align: center;
}
.series-game-banner-wsot .series-game-ended-wrap .series-game-ended__title {
  line-height: 41px;
  padding-top: 32px;
  font-family: 'Metral';
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  color: #fff;
}
.series-game-banner-wsot .series-game-ended-wrap .series-game-ended__content {
  line-height: 26px;
  letter-spacing: 0.15px;
  padding-top: 16px;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.series-game-banner-wsot .series-game-ended-wrap p {
  margin-bottom: 0;
}
.series-game-banner-wsot .series-game-ended-wrap.series-game-ended-wrap--completed {
  height: 72px;
  background: rgba(4, 25, 50, 0.8);
  backdrop-filter: blur(12px);
}
.series-game-banner-wsot .series-game-ended-wrap.series-game-ended-wrap--completed .series-game-ended__title {
  font-size: 36px;
  line-height: 46px;
  padding-top: 13px;
}
@media (max-width: 767px) {
  .series-game-banner-wsot {
    height: 568px;
  }
  .series-game-banner-wsot img {
    width: 100vw;
    height: 568px;
  }
  .series-game-banner-wsot .series-game-ended-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    height: 111px;
    backdrop-filter: blur(6px);
  }
  .series-game-banner-wsot .series-game-ended-wrap .series-game-ended__title {
    line-height: 18px;
    padding-top: 0;
    font-family: 'Metral';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
  }
  .series-game-banner-wsot .series-game-ended-wrap .series-game-ended__content {
    line-height: 20px;
    letter-spacing: 0.4px;
    padding-top: 8px;
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
  }
  .series-game-banner-wsot .series-game-ended-wrap.series-game-ended-wrap--completed {
    height: 102px;
    background: rgba(4, 25, 50, 0.8);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .series-game-banner-wsot .series-game-ended-wrap.series-game-ended-wrap--completed .series-game-ended__title {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
  }
}

.page-container .base-section-area {
  width: 1200px;
  padding: 0 100px;
}
.page-container .banner-block {
  width: 100%;
  min-height: 350px;
  position: relative;
}
.page-container .banner-block .fix-notice {
  position: absolute;
  width: 100%;
}
.page-container .benefits-block {
  height: 58px;
  background: transparent;
  margin-bottom: 64px;
}
.page-container .series-block {
  background: transparent;
  margin-bottom: 24px;
}
.page-container .prize-pool-block {
  height: auto;
  background: transparent;
}
.page-container .ranking-block-hidden {
  display: none !important;
}
.page-container .ranking-block {
  margin-bottom: 60px;
  margin-top: 60px;
}
.page-container .ranking-block .table-container .angle:before {
  background: #121f29 !important;
}
.wsot-page-container {
  background-color: #000;
}
.wsot-page-container .title_block .tit,
.wsot-page-container .title_block .sub_tit {
  font-style: normal;
}
.wsot-page-container .prize-pool-section-prize-pool-title span,
.wsot-page-container .lucky_award_title,
.wsot-page-container .text_view {
  font-style: normal !important;
}
.float-window-wrapper-top {
  z-index: 1000 !important;
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 10%;
  left: 95%;
  transform: translate3D(-51%, 0, 0);
}
.float-window-wrapper-top .float-window-wrapper {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.float-window-wrapper-top .float-window-wrapper .float-window {
  box-sizing: border-box;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100px;
  height: 89px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url('/game/float-window/bg.png');
  background-color: transparent !important;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item:nth-child(1) {
  margin-bottom: 2px;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .icon-base-0 {
  background-image: url('/game/float-window/user-guide.svg');
  background-repeat: no-repeat;
  min-width: 14px;
  min-height: 16px;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .icon-base-1 {
  min-width: 18px;
  min-height: 15px;
  background-image: url('/game/float-window/competition-guide.svg');
  background-repeat: no-repeat;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
.float-window-wrapper-top .float-window-wrapper .float-window .float-window-content .float-window-item .text:hover {
  color: var(--zoomex-activity-ant-breadcrumb-link-hover);
}
.center-row-bg {
  background-color: #121f29;
  min-height: 864px;
  background-image: url('/game/img_v2/round_bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 64px;
}
.center-row-bg .bg-top {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
  background-image: url('/game/img_v2/bg-1.png');
  background-repeat-y: no-repeat;
  background-size: auto;
  background-position: top center;
}
/** ipad */
@media (min-width: 768px) and (max-width: 1280px) {
  .page-container .base-section-area {
    width: calc(100% - 80px) !important;
    padding: 0;
  }
  .float-window {
    display: none;
  }
}
/** 移动端 */
@media (max-width: 767px) {
  .page-container .base-section-area {
    width: calc(100% - 48px);
    padding: 0;
  }
  .page-container .banner-block {
    min-height: 250px;
  }
  .page-container .center-row-bg {
    background-image: none;
    min-height: auto;
    padding-bottom: 41px;
  }
  .page-container .center-row-bg .bg-top {
    background-image: url('/game/img_v2/bg-1_m.png');
    background-size: 375px;
  }
  .page-container .ranking-block {
    margin-top: 0px;
  }
  .float-window-wrapper-top {
    display: none;
  }
}

.popular-symbols-block {
  width: 343px;
  margin: auto;
}
.popular-symbols-block .popular-block {
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 8px;
  border-radius: 16px;
  border: 1px solid var(--re-new-line-deep);
}
.popular-symbols-block .popular-block:last-child {
  margin-bottom: 0;
}
.popular-symbols-block .popular-block .item-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 32px;
  padding: 0 8px;
}
.popular-symbols-block .popular-block .item-line .single-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 153px;
  padding: 0;
}
.popular-symbols-block .popular-block .single-item {
  font-size: 14px;
  line-height: 17px;
  padding: 0 8px;
}
.popular-symbols-block .popular-block .single-item .item-label {
  word-break: break-word;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--re-new-grey-minor);
}
.popular-symbols-block .popular-block .single-item .item-value {
  font-weight: 600;
  color: var(--re-new-grey-major);
}
.popular-symbols-block .popular-block .single-item .item-value .symbol-img-name {
  display: flex;
  align-items: center;
}
.popular-symbols-block .popular-block .single-item .item-value .symbol-img-name .symbol-img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.popular-symbols-block .popular-block .single-item .item-value .long {
  color: var(--re-new-seconday-green);
}
.popular-symbols-block .popular-block .single-item .item-value .short {
  color: var(--re-new-seconday-red);
}
.popular-symbols-block .popular-block .single-item .item-value .split {
  color: var(--re-new-grey-minor);
  padding: 0 2px;
}
.popular-symbols-block .popular-block .symbol-btn {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 32px;
  line-height: 17px;
  padding: 6.5px 28px;
  border-radius: 6px;
  border: 1px solid var(--re-new-brand-regular);
  font-size: 14px;
  font-weight: 500;
  color: var(--re-new-brand-regular-press);
}

.popular-symbols-wrap {
  width: 100%;
}
.popular-symbols-wrap .symbols-container {
  width: 1200px;
  margin: auto;
}
.popular-symbols-wrap .symbols-container .popular-symbols-table {
  border-radius: 16px;
  padding-bottom: 8px;
  border: 1px solid var(--re-new-line-deep);
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table {
  width: 100%;
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-thead tr th {
  word-break: break-word;
  text-align: left;
  padding: 24px 16px 32px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  color: var(--re-new-grey-minor);
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody tr td {
  padding: 12px 16px 28px;
  height: 72px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  color: var(--re-new-grey-white);
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .symbol-img-name {
  display: flex;
  align-items: center;
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .symbol-img-name .symbol-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .long {
  color: var(--re-new-seconday-green);
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .short {
  color: var(--re-new-seconday-red);
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .split {
  color: var(--re-new-grey-minor);
  padding: 0 2px;
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .symbol-btn {
  display: block;
  width: max-content;
  padding: 6.5px 28px;
  border-radius: 6px;
  border: 1px solid var(--re-new-brand-regular);
  font-weight: 500;
  color: var(--re-new-brand-regular-press);
}
.popular-symbols-wrap .symbols-container .popular-symbols-table table .rc-table-tbody .symbol-btn:hover {
  border-color: var(--re-new-brand-regular-hover);
}
@media (max-width: 719px) {
  .popular-symbols-wrap .symbols-container {
    width: 375px;
    margin: 0 auto 60px;
  }
}

.popular-banner-wrap {
  height: 670px;
}
.popular-banner-wrap .banner-container {
  text-align: center;
  position: relative;
}
.popular-banner-wrap .banner-container img {
  margin-left: calc(-1 * (1920px - 100vw) / 2);
  height: 670px;
}
.popular-banner-wrap .banner-container .banner-container-logo {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%);
}
.popular-banner-wrap .banner-container .banner-container-title {
  position: absolute;
  top: 114px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}
.popular-banner-wrap .banner-container .banner-container-title p {
  margin: 0;
}
.popular-banner-wrap .banner-container .banner-container-title .banner-container-title_main {
  color: var(--re-new-grey-white, #FFF);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  text-shadow: 0px 6.928px 12.99px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.popular-banner-wrap .banner-container .banner-container-title .banner-container-title_sub {
  color: var(--re-new-grey-white, #FFF);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  text-shadow: 0px 6.928px 12.99px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.popular-banner-wrap .banner-container .banner-container-symbols {
  position: absolute;
  top: 228px;
  left: 50%;
  transform: translate(-50%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/game/hot-symbols/banner-symbols-wrap.png') !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 814px 88px;
  height: 88px;
  width: 814px;
}
.popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_icon {
  flex: 0 0 14px;
  width: 14px;
  height: 38px;
  margin-left: 50px;
  background-image: url('/game/hot-symbols/banner-symbols-text.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 38px;
}
.popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_text {
  padding: 0 16px 0 6px;
  height: 38px;
  line-height: 38px;
  color: var(--re-new-grey-invert, #05080A);
  background-color: #0BCCBF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_content {
  flex: 1;
  margin-right: 60px;
  position: relative;
  width: 460px;
  height: 38px;
  line-height: 38px;
  font-size: 24px;
  overflow: hidden;
}
.popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_content .content_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: cssmarqueeWrapper 10s linear infinite;
}
.popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_content p {
  position: absolute;
  height: 38px;
  line-height: 38px;
  left: 0;
  top: 0;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  transform: translateX(0);
  animation: cssmarquee 10s linear infinite;
  color: var(--re-new-brand-regular, #0BCCBF);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.popular-banner-wrap .banner-container .banner-container-time {
  position: absolute;
  top: 316px;
  left: 50%;
  transform: translate(-50%);
  color: var(--re-new-grey-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@keyframes cssmarqueeWrapper {
  0% {
    transform: translateX(96%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes cssmarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-96%);
    /* words -100% */
  }
}
@media (max-width: 719px) {
  .popular-banner-wrap {
    margin: 0 auto;
    width: 375px;
    height: 576px;
  }
  .popular-banner-wrap .banner-container {
    text-align: center;
    position: relative;
  }
  .popular-banner-wrap .banner-container img {
    margin-left: 0;
    width: 100vw;
    height: 576px;
  }
  .popular-banner-wrap .banner-container .banner-container-logo {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
  }
  .popular-banner-wrap .banner-container .banner-container-title {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
  }
  .popular-banner-wrap .banner-container .banner-container-title p {
    margin: 0;
  }
  .popular-banner-wrap .banner-container .banner-container-title .banner-container-title_main {
    width: 100%;
    color: var(--re-new-grey-major, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-shadow: 0px 6.928px 12.99px rgba(0, 0, 0, 0.25);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .popular-banner-wrap .banner-container .banner-container-title .banner-container-title_sub {
    margin-top: 16px;
    width: 100%;
    color: var(--re-new-grey-white, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    text-shadow: 0px 6.928px 12.99px rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .popular-banner-wrap .banner-container .banner-container-symbols {
    position: absolute;
    top: 252px;
    left: 50%;
    transform: translate(-50%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/game/hot-symbols/banner-symbols-wrap-mobile.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 340px 58px;
    height: 58px;
    width: 340px;
  }
  .popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_icon {
    flex: 0 0 7px;
    width: 7px;
    height: 24px;
    margin-left: 25px;
    background-image: url('/game/hot-symbols/banner-symbols-text-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 24px;
  }
  .popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_text {
    padding: 0 16px 0 6px;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    line-height: 24px;
    color: var(--re-new-grey-invert, #05080A);
    background-color: #0BCCBF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
  .popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_content {
    flex: 1;
    margin-right: 30px;
    position: relative;
    width: 290px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
  }
  .popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_content .content_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: cssmarqueeWrapper 10s linear infinite;
  }
  .popular-banner-wrap .banner-container .banner-container-symbols .banner-container-symbols_content p {
    position: absolute;
    height: 30px;
    line-height: 30px;
    left: 0;
    top: 0;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    transform: translateX(0);
    animation: cssmarquee 10s linear infinite;
    color: var(--re-new-brand-regular, #0BCCBF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
  }
  .popular-banner-wrap .banner-container .banner-container-time {
    position: absolute;
    width: 100%;
    top: 316px;
    left: 50%;
    transform: translate(-50%);
    color: var(--re-new-grey-white, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  @keyframes cssmarqueeWrapper {
    0% {
      transform: translateX(96%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes cssmarquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-96%);
      /* words -100% */
    }
  }
}

.hot-symbols-countdown {
  margin: 24px auto 0;
  padding: 24px 48px;
  width: 1200px;
  border-radius: 16px;
  border: 1px solid var(--re-new-line-deep, #233442);
}
.hot-symbols-countdown .count-down-wrap {
  display: flex;
  justify-content: space-between;
}
.hot-symbols-countdown .count-down-wrap .count-down-left {
  flex: 1;
  display: flex;
  align-items: center;
}
.hot-symbols-countdown .count-down-wrap .count-down-left.text-center {
  padding-left: 30%;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .sub_tit {
  margin-right: 20px;
  color: var(--re-new-grey-white);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content {
  flex: 1;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex {
  justify-content: left;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg {
  width: 100%;
  padding: 0;
  padding-top: 5px;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg.series-games-clock-disabled-bg {
  width: auto;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
  top: 4px;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg .series-games-clock-colon {
  background: var(--re-new-grey-white) !important;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-num {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 1.5px;
  margin-bottom: 7px;
  color: var(--re-new-grey-white) !important;
}
.hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-txt {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #8c9399 !important;
}
.hot-symbols-countdown .register_notify_warp {
  position: relative;
  overflow: hidden;
  margin: 0 -40px;
}
.hot-symbols-countdown .register_notify_warp .angle:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #273d47;
  top: -10px;
  left: -11px;
  z-index: 2;
  transform: rotate(45deg);
  border-right: 1px solid rgba(11, 217, 189, 0.2);
}
.hot-symbols-countdown .register_notify_warp .angle-bottom:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #273d47;
  bottom: -10px;
  right: -11px;
  z-index: 2;
  transform: rotate(45deg);
  border-left: 1px solid rgba(11, 217, 189, 0.2);
}
.hot-symbols-countdown .register_notify_warp .register_notify {
  line-height: 40px;
  background-color: #22303c;
  border: 1px solid rgba(11, 217, 189, 0.3);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #d1d4d6;
  padding-left: 50px;
  position: relative;
  display: block;
}
.hot-symbols-countdown .register_notify_warp .register_notify:after {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('/game/theme/blue/notice/notice-logo.png');
  background-size: 50%;
  background-position: center;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.hot-symbols-countdown .popular_register_btn {
  flex: 0 0 200px;
  width: 200px;
  height: 48px;
  background-image: url('/game/btn/apply.png');
  background-position: center;
  background-size: 200px 48px;
  color: var(--re-new-grey-black, #121B24);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.hot-symbols-countdown .popular_register_btn:hover {
  background-image: url('/game/btn/apply-hover.png');
}
.hot-symbols-countdown .popular_register_btn:active {
  background-image: url('/game/btn/apply-active.svg');
}
.hot-symbols-countdown .popular_register_btn.disable {
  background-image: url('/game/btn/regi-disabled.svg');
  cursor: no-drop;
}
.hot-symbols-countdown .popular_register_btn.disable:hover {
  background-image: url('/game/btn/regi-disabled.svg');
  cursor: no-drop;
}
.hot-symbols-countdown .popular_register_btn.disable:active {
  background-image: url('/game/btn/regi-disabled.svg');
  cursor: no-drop;
}
.hot-symbols-countdown .popular_register_btn.invite {
  background-image: url('/game/btn/popular-share-normal.png');
  cursor: no-drop;
  color: var(--re-new-brand-regular, #0BCCBF);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.hot-symbols-countdown .popular_register_btn.invite:hover {
  background-image: url('/game/btn/apply-hover.png');
  cursor: no-drop;
  color: var(--re-new-grey-black, #121B24);
}
.hot-symbols-countdown .popular_register_btn.invite:active {
  background-image: url('/game/btn/apply-active.svg');
  cursor: no-drop;
  color: var(--re-new-grey-black, #121B24);
}
@media (max-width: 719px) {
  .count_down_content {
    margin: 32px 0;
  }
  .series-countdown-block {
    background-image: url('/game/theme/blue/series-info/count-down--h5.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 341px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown {
    margin-top: 16px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg {
    margin: 32px auto;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-clock-bg .series-games-flex .series-games-clock-colon-bg {
    top: 3px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-num {
    width: 34px !important;
    height: 34px !important;
    background-size: 100%;
    font-size: 28px;
    line-height: 34px;
  }
  .series-countdown-block .series-registration-timer-widget.series-countdown-block__countdown .series-games-flex .series-games-clock-item .series-games-clock-txt {
    font-size: 10px;
  }
  .series-countdown-block .register_btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin-top: 48px;
  }
}
@media (max-width: 719px) {
  .hot-symbols-countdown {
    margin: 0 auto;
    width: 343px;
    padding: 24px 48px;
    flex-direction: column;
    align-items: center;
  }
  .hot-symbols-countdown .count-down-wrap {
    display: block;
    text-align: center;
  }
  .hot-symbols-countdown .count-down-wrap .count-down-left {
    display: block;
  }
  .hot-symbols-countdown .count-down-wrap .count-down-left.text-center {
    justify-content: center;
    padding-left: 0;
  }
  .hot-symbols-countdown .count-down-wrap .count-down-left .sub_tit {
    text-align: center;
  }
  .hot-symbols-countdown .count-down-wrap .count-down-left .count_down_content {
    text-align: center;
    justify-content: center;
  }
  .hot-symbols-countdown .count-down-wrap .popular_register_btn {
    margin: auto;
  }
}

.trade-detail-wrap {
  margin: 48px auto 0;
  padding: 40px 16px;
  width: 1200px;
  height: 254px;
  background-image: url('/game/hot-symbols/trade-detail.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1200px 254px;
}
.trade-detail-wrap .title-section {
  display: flex;
  align-items: center;
  height: 32px;
}
.trade-detail-wrap .title-section .trade-detail-title {
  padding: 8px 16px;
  color: var(--re-new-grey-invert, #05080A);
  background-color: #0BCCBF;
  font-size: 16px;
  font-weight: 600;
}
.trade-detail-wrap .title-section .title-after {
  height: 32px;
  width: 25px;
  background-image: url('/game/hot-symbols/trade-detail-title.svg');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 25px 32px;
}
.trade-detail-wrap .flex {
  margin-top: 32px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.trade-detail-wrap .flex .label {
  flex: 0 0 200px;
  margin-right: 10px;
  color: var(--re-new-grey-white, #FFF);
  font-size: 16px;
  font-weight: 500;
}
.trade-detail-wrap .flex .content {
  flex: 1;
  color: var(--re-new-brand-regular, #0BCCBF);
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 719px) {
  .trade-detail-wrap {
    margin: 48px auto 0;
    padding: 40px 16px;
    border-radius: 16px;
    width: 343px;
    height: 524px;
    background-image: url('/game/hot-symbols/trade-detail-mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 343px 524px;
  }
  .trade-detail-wrap .trade-detail-total {
    margin-top: 32px;
  }
  .trade-detail-wrap .label {
    margin-top: 32px;
    color: var(--re-new-grey-white, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .trade-detail-wrap .content {
    margin-top: 10px;
    color: var(--re-new-brand-regular, #0BCCBF);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
  }
}

.popular-award-wrap {
  width: 100%;
}
.popular-award-wrap .award-container {
  width: 1200px;
  margin: auto;
}
.popular-award-wrap .award-container .popular-award-table {
  background-color: #05080A;
  border-radius: 16px;
  padding-bottom: 8px;
  border: 1px solid var(--re-new-line-deep);
}
.popular-award-wrap .award-container .popular-award-table table {
  width: 100%;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-thead tr th {
  word-break: break-word;
  text-align: left;
  padding: 24px 16px 32px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
  color: var(--re-new-grey-minor);
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody tr td {
  padding: 8px 16px 28px;
  height: 72px;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  color: var(--re-new-grey-white);
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .symbol-img-name {
  display: flex;
  align-items: center;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .symbol-img-name .symbol-img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .rank-1 {
  height: 48px;
  background-image: url('/game/hot-symbols/award_1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .rank-2 {
  height: 48px;
  background-image: url('/game/hot-symbols/award_2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .rank-3 {
  height: 48px;
  background-image: url('/game/hot-symbols/award_3.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .prize-ceil {
  color: var(--re-new-brand-regular, #0BCCBF);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .volumn-ceil {
  color: var(--re-new-grey-white, #FFF);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 720px) {
  .popular-award-wrap {
    padding-bottom: 120px;
    background-image: url('/game/hot-symbols/popular-awards-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 719px) {
  .popular-award-wrap .award-container {
    width: 343px;
    margin: 0 auto 60px;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-thead tr th {
    word-break: break-word;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--re-new-grey-minor);
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody tr td {
    padding: 8px 0;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--re-new-grey-white);
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .symbol-img-name {
    display: flex;
    align-items: center;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .symbol-img-name .symbol-img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .rank-1 {
    height: 24px;
    background-image: url('/game/hot-symbols/award-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .rank-2 {
    height: 24px;
    background-image: url('/game/hot-symbols/award-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .rank-3 {
    height: 24px;
    background-image: url('/game/hot-symbols/award-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .award-rank {
    padding-left: 0;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .prize-ceil {
    color: var(--re-new-brand-regular, #0BCCBF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
  }
  .popular-award-wrap .award-container .popular-award-table table .rc-table-tbody .volumn-ceil {
    color: var(--re-new-grey-white, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
  }
}

.popular-activity-wrap {
  margin: 0 auto;
  width: 1200px;
}
.popular-activity-wrap .popular-activity_title {
  width: 100%;
  color: var(--re-new-grey-white, #FFF);
  text-align: center;
  font-feature-settings: 'clig' off, 'liga' off;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.popular-activity-wrap .popular-activity_content {
  margin-top: 48px;
  color: #A7B4BF;
}
.popular-activity-wrap .popular-activity_content h1,
.popular-activity-wrap .popular-activity_content h2,
.popular-activity-wrap .popular-activity_content h3,
.popular-activity-wrap .popular-activity_content h4,
.popular-activity-wrap .popular-activity_content h5,
.popular-activity-wrap .popular-activity_content h6 {
  margin-bottom: 12px;
  color: var(--re-new-grey-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 20px !important;
  /* 130% */
}
.popular-activity-wrap .popular-activity_content a {
  color: var(--re-new-brand-regular, #0BCCBF);
}
@media (max-width: 767px) {
  .series-game-regulation-section {
    padding: 20px 0;
  }
  .rules-and-regulations-block {
    position: relative;
  }
  .rules-and-regulations-block:after {
    content: "";
    display: block;
    position: absolute;
    height: 41px;
    background-color: #1a2834;
    border-top: 1px solid #0bc5ae;
    top: -41px;
    width: 100%;
  }
  .rules-and-regulations-block .bg-top {
    background-image: url("/game/img_v2/rule_bg_m.png");
    background-size: 375px;
    height: 41px;
    position: relative;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: #121f29;
    width: 375px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .rules-and-regulations-block .bg-top .title {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 719px) {
  .popular-activity-wrap {
    margin: 0 auto;
    width: 347px;
  }
  .popular-activity-wrap .popular-activity_title {
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
  }
}

.popular-wrap {
  background: #05080A;
}


[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item {
  position: relative;
  width: 100%;
  height: 125px;
  background-image: url('/game/theme/black/luckydraw/chance/bg.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn {
  background: center no-repeat url('/game/theme/black/btn/btn_small-normal.svg');
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn:hover {
  background: center no-repeat url('/game/theme/black/btn/btn_small-hover.svg');
  background-size: contain;
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn:active {
  background: center no-repeat url('/game/theme/black/btn/btn_small-active.svg');
  background-size: contain;
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn-disable,
[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn--done {
  background: center no-repeat url('/game/theme/black/btn/btn_small-disabled.svg');
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item.chances__item--large {
  height: 180px;
  background-image: url('/game/theme/black/luckydraw/chance/bg-large.svg');
}
@media (max-width: 767px) {
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item {
    width: 100%;
    height: 144px;
    background-image: url('/game/theme/black/luckydraw/chance/bg-h5.svg');
  }
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn {
    background-image: none;
    background-color: transparent;
    border: 1px solid var(--re-new-brand-regular);
    color: var(--re-new-brand-regular-press);
  }
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn:hover {
    background-image: none;
    border: 1px solid var(--re-new-brand-regular-hover);
  }
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn:active {
    background-image: none;
    border: 1px solid var(--re-new-brand-regular-press);
    color: var(--re-new-brand-regular-press);
  }
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn-disable,
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn--done {
    background-image: none;
    color: var(--re-new-grey-main);
    background-color: var(--re-new-grey-minor);
  }
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-chances-wrap .chances-container .chances__item.chances__item--large {
    height: 180px;
    background-image: url('/game/theme/black/luckydraw/chance/bg-large-h5.svg');
  }
}
.luckydraw-chances-wrap {
  width: 100vw;
}
.luckydraw-chances-wrap .chances-container {
  width: 1200px;
  margin: 60px auto 110px;
}
.luckydraw-chances-wrap .chances-container .chances__title {
  line-height: 29px;
  margin-bottom: 10px;
  color: var(--re-new-grey-invert);
  font-size: 24px;
  font-weight: 600;
}
.luckydraw-chances-wrap .chances-container .chances__sub-title {
  line-height: 19px;
  color: var(--re-new-grey-minor);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 43px;
}
.luckydraw-chances-wrap .chances-container .chances__item-wrap {
  margin-bottom: 48px;
}
.luckydraw-chances-wrap .chances-container .chances__item {
  position: relative;
  width: 100%;
  height: 125px;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__title {
  color: var(--re-new-grey-black);
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  padding: 12px 24px;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__content {
  color: var(--re-new-grey-invert);
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
  padding: 24px;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__content p {
  margin-bottom: 0;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn,
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn--done,
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn-disable {
  width: 180px;
  height: 48px;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  color: var(--re-new-grey-black);
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn {
  color: var(--re-new-grey-black);
  cursor: pointer;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn:hover {
  color: var(--re-new-grey-black);
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn:active {
  color: var(--re-new-grey-black);
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn--done {
  color: var(--re-new-grey-main);
  cursor: initial;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn-disable {
  color: var(--re-new-grey-main);
  cursor: not-allowed;
}
.luckydraw-chances-wrap .chances-container .chances__item.chances__item--large {
  height: 180px;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process {
  width: 461px;
  height: 12px;
  background-color: var(--re-new-brand-regular-01);
  position: relative;
  margin-left: 24px;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process span {
  color: var(--re-new-grey-major);
  font-size: 14px;
  font-weight: 600;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__line {
  height: 12px;
  position: absolute;
  background: var(--re-new-brand-regular);
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__now,
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__start,
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__end {
  position: absolute;
  top: 24px;
  right: 0;
  line-height: 17px;
  font-size: 14px;
  font-weight: 600;
  color: var(--re-new-grey-invert);
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__start {
  left: 0;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__now {
  width: 16px;
  text-align: center;
  right: 0;
}
.luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__now span {
  position: absolute;
  left: -50%;
  color: var(--re-new-grey-invert);
}
@media (max-width: 767px) {
  .luckydraw-chances-wrap {
    width: 100%;
  }
  .luckydraw-chances-wrap .chances-container {
    width: 327px;
    margin: 64px auto;
  }
  .luckydraw-chances-wrap .chances-container .chances__title {
    line-height: 22px;
    font-size: 18px;
  }
  .luckydraw-chances-wrap .chances-container .chances__sub-title {
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 40px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__item__title {
    padding: 12px;
    line-height: 15px;
    font-size: 12px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__item__content {
    padding: 16px 12px;
    line-height: 15px;
    font-size: 12px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn,
  .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn--done,
  .luckydraw-chances-wrap .chances-container .chances__item .chances__item__btn-disable {
    width: 303px;
    height: 32px;
    top: unset;
    right: unset;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 32px;
    font-size: 12px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process {
    width: 303px;
    height: 4px;
    position: relative;
    margin-left: 12px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process span {
    color: var(--re-new-grey-major);
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__line {
    height: 4px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__now,
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__start,
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__end {
    top: 8px;
    right: 0;
    line-height: 12px;
    font-size: 10px;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__start {
    left: 0;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__now {
    width: 16px;
    text-align: center;
  }
  .luckydraw-chances-wrap .chances-container .chances__item .chances__process .chances__process__now span {
    position: absolute;
    left: -50%;
    color: var(--re-new-grey-invert);
  }
}

[zoomex-activity-theme='YmxhY2s='] .check-in-dialog-wrapper {
  background-image: url('/game/theme/black/luckydraw/check-in/modal-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.check-in-dialog-wrapper {
  box-shadow: 0 2px 70px 0 var(--re-new-mask);
  position: absolute;
  width: 584px;
  min-height: 428px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-color: #00061c;
  border: 1px solid var(--zoomex-activity-model-border);
  box-sizing: border-box;
}
.check-in-dialog-wrapper .dialog-box {
  margin: 24px;
}
.check-in-dialog-wrapper .dialog-box .dialog-header {
  display: flex;
  justify-content: flex-end;
}
.check-in-dialog-wrapper .dialog-box .dialog-header .dialog-header-right {
  display: flex;
  align-items: center;
}
.check-in-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/game/assets/modal/modal_close.svg') no-repeat left;
  background-size: cover;
}
.check-in-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close:hover {
  opacity: 0.5;
}
.check-in-dialog-wrapper .dialog-box .dialog-content {
  margin-top: 62px;
  color: var(--re-new-grey-invert);
}
.check-in-dialog-wrapper .dialog-box .dialog-content .large-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
.check-in-dialog-wrapper .dialog-box .dialog-content .dialog-main {
  margin-top: 32px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  justify-content: center;
}
.check-in-dialog-wrapper .dialog-box .dialog-content .dialog-main .lottery-img {
  width: 168px;
  height: 98px;
  background-image: url('/game/theme/black/luckydraw/check-in/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.check-in-dialog-wrapper .dialog-box .dialog-footer {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.check-in-dialog-wrapper .dialog-box .dialog-footer .close-btn {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .check-in-dialog-wrapper {
    width: 324px;
    height: 328px;
  }
  .check-in-dialog-wrapper .dialog-box {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-header .dialog-header-left .dialog-header-text {
    font-size: 18px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-header .dialog-header-right .dialog-header-close {
    width: 12px;
    height: 12px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-content {
    margin-left: 12px;
    margin-top: 18px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-content .dialog-main {
    margin-top: 16px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-content .large-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-content .small-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 12px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-footer {
    bottom: 48px;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-footer .button {
    width: 168px;
    height: 40px;
    background-image: url('/game/assets/button/primary_button-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #0bccbf;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-footer .button:hover {
    background-image: url('/game/assets/button/primary_button_hover-h5.png');
    color: #fff !important;
  }
  .check-in-dialog-wrapper .dialog-box .dialog-footer .button.disabled {
    pointer-events: none;
    background: url('/game/assets/button/primary_button_disabled-h5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.luckydraw-checkin-wrap {
  display: flex;
  justify-content: space-between;
  width: 100vw;
}
.luckydraw-checkin-wrap .checkin-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1200px;
  margin: 24px auto;
  padding: 32px 0 0 41px;
  border: 1px solid var(--zoomex-activity-model-border);
  background: #00061c;
}
.luckydraw-checkin-wrap .checkin-container .left-block {
  display: flex;
  flex-direction: column;
  margin-top: 19px;
  margin-right: 90px;
  width: 510px;
}
.luckydraw-checkin-wrap .checkin-container .left-block .title-container .title-banner {
  width: 448px;
  height: 58px;
  background-image: url('/game/theme/black/luckydraw/check-in/check_in_title.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.luckydraw-checkin-wrap .checkin-container .left-block .title-container .title {
  max-width: 510px;
  height: 96px;
  line-height: 48px;
  color: var(--re-new-grey-invert);
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  margin-top: -19px;
}
.luckydraw-checkin-wrap .checkin-container .left-block .img-container {
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.luckydraw-checkin-wrap .checkin-container .left-block .img-container .ticket-img {
  width: 274px;
  height: 165px;
  background-image: url('/game/theme/black/luckydraw/check-in/logo.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 13px;
}
.luckydraw-checkin-wrap .checkin-container .left-block .img-container .count {
  line-height: 61px;
  font-feature-settings: 'clig' off, 'liga' off;
  letter-spacing: -6px;
  color: var(--re-new-brand-regular);
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}
.luckydraw-checkin-wrap .checkin-container .left-block .img-container .count span {
  font-size: 28px;
  padding-right: 8px;
}
.luckydraw-checkin-wrap .checkin-container .left-block .button-container {
  margin-top: 47px;
}
.luckydraw-checkin-wrap .checkin-container .left-block .button-container .check-in-count {
  margin-top: 20px;
  line-height: 20px;
  color: var(--re-new-grey-detail);
  font-size: 12px;
  font-weight: 500;
  width: 264px;
  text-align: center;
}
.luckydraw-checkin-wrap .checkin-container .left-block .button-container .check-in-count span {
  color: var(--re-new-brand-regular);
}
.luckydraw-checkin-wrap .checkin-container .right-block {
  width: 551px;
  padding: 26px 24px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .title {
  line-height: 21px;
  color: var(--re-new-brand-regular);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.15px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .splitter {
  width: 100%;
  height: 1px;
  background-color: var(--re-new-brand-regular);
  margin-top: 21px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main {
  height: 236px;
  margin-top: 24px;
  position: relative;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .record-empty {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: var(--re-new-grey-minor);
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span {
  color: var(--re-new-grey-invert);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(1) {
  text-align: left;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(2) {
  text-align: center;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(3) {
  text-align: right;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content {
  max-height: 216px;
  margin-top: 16px;
  overflow-y: scroll;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content::-webkit-scrollbar {
  display: none;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  margin-bottom: 16px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--re-new-grey-invert);
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(1) {
  text-align: left;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(3) {
  color: var(--re-new-grey-detail);
  text-align: right;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(1),
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(1) {
  width: 200px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(2),
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(2) {
  width: 80px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(3),
.luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(3) {
  width: 147px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary {
  margin-top: 28px;
  background-color: var(--re-new-seconday-blue-02);
  padding: 8px 12px;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top,
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom {
  display: flex;
  height: 40px;
  padding: 4px 0;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records,
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--re-new-grey-invert);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records span.record-title,
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records span.record-title {
  min-width: 140px;
  max-width: 100px;
  overflow: hidden;
  text-align: left;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records .record-main,
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records .record-main {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  overflow-x: scroll;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records .record-main::-webkit-scrollbar,
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records .record-main::-webkit-scrollbar {
  display: none;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records .record-main span,
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records .record-main span {
  flex: 1;
  text-align: center;
}
.luckydraw-checkin-wrap .checkin-container .right-block .record-summary .splitter {
  width: 479px;
  height: 1px;
  background: var(--re-new-brand-regular);
  margin: 0;
  opacity: 0.2;
}
.luckydraw-checkin-wrap .checkin-container .right-block .check-in-intro {
  margin-top: 16px;
  color: var(--re-new-brand-regular);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4px;
}
@media (max-width: 767px) {
  .luckydraw-checkin-wrap {
    width: 100%;
    height: auto;
  }
  .luckydraw-checkin-wrap .checkin-container {
    width: 327px;
    height: auto;
    border: none;
    flex-direction: column;
    align-items: center;
    background-image: none;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 64px;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block {
    width: 327px;
    height: 335px;
    margin: 30px auto 0;
    background-image: url('/game/theme/black/luckydraw/check-in/block-h5.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .title-container {
    margin: 30px auto 0;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .title-container .title-banner {
    width: 242px;
    height: 31px;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .title-container .title {
    max-width: 300px;
    height: auto;
    line-height: 19px;
    font-size: 16px;
    font-weight: 700;
    margin-top: -12px;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .img-container {
    margin: 35px auto 0;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .img-container .ticket-img {
    width: 146px;
    height: 88px;
    margin-right: 8px;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
  }
  .luckydraw-checkin-wrap .checkin-container .left-block .button-container .check-in-count {
    margin-top: 10px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block {
    width: 329px;
    margin-top: 16px;
    padding: 27px 16px 24px;
    border: 1px solid var(--zoomex-activity-model-border);
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .title {
    line-height: 19px;
    font-size: 16px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .splitter {
    width: 295px;
    margin-top: 13px;
    opacity: 0.2;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main {
    margin-top: 12px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .record-empty {
    top: 120px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .title {
    overflow-x: none;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .title::-webkit-scrollbar {
    display: none;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item {
    height: auto;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span {
    display: inline-block;
    line-height: 20px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(1),
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(1) {
    width: 100px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(2),
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(2) {
    width: 80px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .title span:nth-child(3),
  .luckydraw-checkin-wrap .checkin-container .right-block .table-main .content .record-item span:nth-child(3) {
    width: 74px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary {
    padding: 8px 4px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top {
    padding: 0 0 8px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom {
    padding: 8px 0 0;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records .record-title,
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records .record-title {
    font-size: 12px;
    line-height: 12px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .top .records .record-main span,
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .bottom .records .record-main span {
    font-size: 12px;
    line-height: 12px;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .record-summary .splitter {
    width: 100%;
  }
  .luckydraw-checkin-wrap .checkin-container .right-block .check-in-intro {
    font-size: 10px;
  }
}

.luckydraw-overlay.ant-modal {
  min-height: 335px;
  border: 1px solid var(--zoomex-activity-model-border);
  padding-bottom: 0;
  background-color: #00061c;
  background-image: url('/game/theme/black/modal/bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.luckydraw-overlay.ant-modal .ant-modal-content {
  background: #00061c;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body {
  color: var(--re-new-grey-invert);
  text-align: center;
  padding-bottom: 50px;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__title {
  margin-top: 78px;
  margin-bottom: 32px;
  line-height: 29px;
  font-size: 24px;
  font-weight: 600;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__result .icon {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__result .info {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--re-new-grey-invert);
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__result .info p {
  margin-bottom: 0;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__result .info p:first-child {
  margin-bottom: 2px;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-body .rewards__btn {
  display: flex;
  justify-content: center;
  margin: 48px auto 0;
}
.luckydraw-overlay.ant-modal .ant-modal-content .ant-modal-close {
  color: var(--re-new-grey-invert);
}
html[lang='zh-TW'] .luckydraw-dialog :deep(.luckydraw-overlay) .el-dialog {
  height: 260px;
  background-size: cover;
}

.record-table .header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 4px 10px;
  background-color: var(--re-new-seconday-blue-02);
}
.record-table .header .header-title {
  width: 200px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--re-new-brand-regular);
}
.record-table .header .header-title:last-child {
  margin-left: 16px;
}
.record-table .body {
  height: 320px;
  margin-top: 16px;
  overflow: auto;
}
.record-table .body .single-record {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  padding: 4px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
}
.record-table .body .single-record .time {
  width: 200px;
  margin-right: 16px;
  color: var(--re-new-grey-detail);
}
.record-table .body .single-record .detail {
  color: var(--re-new-brand-regular);
}
.record-table .body .single-record:last-child {
  margin-bottom: 0;
}
.record-table .body .load-more {
  cursor: pointer;
  width: fit-content;
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: var(--re-new-brand-regular);
}
.record-table .body .load-more:hover {
  color: var(--re-new-brand-regular-hover);
}
.record-table .body .load-more.load-more--loading {
  cursor: not-allowed;
  color: #00756c;
}
.record-table .body .load-more.load-more--loading:hover {
  color: #00756c;
}
.record-table .body::-webkit-scrollbar {
  width: 0px;
}
.record-table .body .no-data {
  margin-top: 60px;
  text-align: center;
}
.record-table .body .no-data .no-data-wrap__text {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #6d8092;
}
@media (max-width: 767px) {
  .record-table .header {
    height: auto;
  }
  .record-table .header .header-title {
    width: 160px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .record-table .header .header-title:last-child {
    margin-left: 50px;
  }
  .record-table .body {
    height: 494px;
    margin-top: 16px;
    padding-bottom: 16px;
    overflow: auto;
  }
  .record-table .body .single-record {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
  }
  .record-table .body .single-record .time {
    font-size: 12px;
    line-height: 15px;
    width: 160px;
    margin-right: 16px;
  }
  .record-table .body .single-record .detail {
    font-size: 12px;
    line-height: 15px;
    width: 123px;
  }
  .record-table .body .single-record:last-child {
    margin-bottom: 0;
  }
  .record-table .body::-webkit-scrollbar {
    width: 0px;
  }
}

.rewards-record-container {
  width: 100%;
  height: 440px;
  margin-top: 40px;
  padding: 24px;
  border: 1px solid var(--zoomex-activity-model-border);
  background: #00061c;
}
.rewards-record-container .record-box .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--re-new-brand-regular);
  margin-bottom: 16px;
}
@media (max-width: 719px) {
  .rewards-record-container {
    width: 329px;
    height: 591px;
    border-radius: 0;
    margin: 60px auto 0;
    padding: 16px;
    overflow: hidden;
  }
  .rewards-record-container .record-box .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
  }
}

[zoomex-activity-theme='YmxhY2s='] .luckydraw-turntable-wrap {
  height: 1189px;
  background-color: transparent;
  background-image: url('/game/theme/black/luckydraw/fortune-wheel/bg.svg');
  background-size: auto;
  background-position: center center;
}
.luckydraw-turntable-wrap {
  width: 100vw;
  padding: 60px 0;
}
.luckydraw-turntable-wrap .turntable-container {
  width: 1200px;
  margin: 0 auto;
}
.luckydraw-turntable-wrap .turntable-container .lucky-wrapper {
  position: relative;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn {
  text-align: center;
  font-weight: 600;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .label {
  margin: 0;
  font-size: 30px;
  line-height: 36px;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .chance {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 19px;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .chance .tip-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .hide {
  display: none;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn.is-loading::before {
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn.ant-btn-loading::before {
  background: transparent;
}
@media (max-width: 767px) {
  .luckydraw-turntable-wrap {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .luckydraw-turntable-wrap .turntable-container {
    width: 100%;
  }
  .luckydraw-turntable-wrap .turntable-container .lucky-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 11px;
  }
  .luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .chance {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
  }
  .luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .chance .tip-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .luckydraw-turntable-wrap .turntable-container .fortune-wheel__btn .start-btn .hide {
    display: none;
  }
}

[zoomex-activity-theme='YmxhY2s='] .luckydraw-prizepool-wrap {
  background-image: url('/game/theme/black/luckydraw/prize-pool/bg.svg');
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-prizepool-wrap .pool-container .pool-container__content {
  font-feature-settings: 'clig' off, 'liga' off;
  background: linear-gradient(180deg, #fff 14.29%, #1675df 119.48%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .luckydraw-prizepool-wrap {
    background-image: url('/game/theme/black/luckydraw/prize-pool/bg-h5.svg');
  }
}
.luckydraw-prizepool-wrap {
  position: relative;
  height: 500px;
  width: 100vw;
  padding-top: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.luckydraw-prizepool-wrap .pool-container {
  width: 1200px;
  margin: auto;
  padding-top: 76px;
}
.luckydraw-prizepool-wrap .pool-container .pool-container__title {
  margin-top: 95px;
  margin-bottom: 12px;
}
.luckydraw-prizepool-wrap .pool-container .pool-container__content {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 77px;
}
@media (max-width: 719px) {
  .luckydraw-prizepool-wrap {
    width: 375px;
    margin: auto;
  }
  .luckydraw-prizepool-wrap .pool-container {
    width: 100%;
    padding-top: 40px;
  }
  .luckydraw-prizepool-wrap .pool-container .pool-container__title {
    margin-top: 128px;
  }
  .luckydraw-prizepool-wrap .pool-container .pool-container__content {
    margin-top: 54px;
    font-size: 40px;
    line-height: 48px;
  }
}

[zoomex-activity-theme='YmxhY2s='] .luckydraw-tips-wrap {
  background-color: rgba(22, 116, 223, 0.1);
}
[zoomex-activity-theme='YmxhY2s='] .luckydraw-tips-wrap.fail {
  background-color: rgba(229, 51, 65, 0.1);
}
.luckydraw-tips-wrap {
  z-index: 1;
  position: relative;
  width: 100%;
}
.luckydraw-tips-wrap .tips-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 24px;
}
.luckydraw-tips-wrap .tips-container .tips-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin-right: 8px;
}
.luckydraw-tips-wrap .tips-container .tips-content {
  font-size: 18px;
  font-weight: 400;
  color: var(--re-new-grey-invert);
}
.luckydraw-tips-wrap.success .tips-icon {
  background-image: url('/game/theme/black/svg/success.svg');
}
.luckydraw-tips-wrap.fail .tips-icon {
  background-image: url('/game/theme/black/svg/fail.svg');
}
@media (max-width: 719px) {
  .luckydraw-tips-wrap .tips-container {
    width: 100%;
    flex-direction: column;
  }
  .luckydraw-tips-wrap .tips-container .tips-icon {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .luckydraw-tips-wrap .tips-container .tips-content {
    text-align: center;
    width: 343px;
    font-size: 12px;
    line-height: 15px;
    word-break: break-word;
  }
}

.luckydraw-rules-wrap {
  width: 100vw;
}
.luckydraw-rules-wrap .rules-container {
  width: 1200px;
  margin: 40px auto;
}
.luckydraw-rules-wrap .rules-container .rules-title {
  line-height: 19px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--re-new-grey-invert);
}
.luckydraw-rules-wrap .rules-container .rules-content {
  color: var(--re-new-grey-minor);
  line-height: 17px;
  font-size: 14px;
  font-weight: 500;
}
.luckydraw-rules-wrap .rules-container .rules-content p {
  margin-bottom: 16px;
}
.luckydraw-rules-wrap .rules-container .rules-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .luckydraw-rules-wrap {
    width: 100%;
  }
  .luckydraw-rules-wrap .rules-container {
    width: 327px;
    margin: 40px auto;
  }
  .luckydraw-rules-wrap .rules-container .rules-title {
    font-weight: 700;
  }
  .luckydraw-rules-wrap .rules-container .rules-content {
    color: var(--re-new-grey-detail);
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
  }
  .luckydraw-rules-wrap .rules-container .rules-content p {
    margin-bottom: 16px;
  }
  .luckydraw-rules-wrap .rules-container .rules-content p:last-child {
    margin-bottom: 0;
  }
}

