.zoomex-common-fixed-footer {
  width: 100%;
  height: 48px;
  background: #17181e;
  position: relative;
}

.zoomex-noncrypto-footer-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 64px 120px;
  background: #15192a;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-logo {
  width: 200px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://smart1.bycsi.com/asset/image/logo-white.svg');
  margin-bottom: 20px;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-copyright {
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper {
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper > a {
  color: #fff;
}
.zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer-desc-wrapper > a:hover {
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .zoomex-noncrypto-footer-wrapper {
    padding: 0 20px;
  }
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    padding: 36px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 684px;
  }
}
@media screen and (max-width: 767px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 343px;
  }
}
@media screen and (max-width: 343px) {
  .zoomex-noncrypto-footer-wrapper .zoomex-noncrypto-footer {
    width: 100%;
  }
}

.common-fixed-header {
  background: var(--re-bg-drak);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
.common-fixed-header-inner {
  height: 3rem;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
#__region_frame_header__ {
  background: var(--re-rui-bg-web-1);
  color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1002;
}
#__region_signup {
  position: relative;
  z-index: 1003;
}
#__region_signup .signup-modal span.close {
  color: var(--re-new-grey-minor);
}
body.branch-banner-is-active .common-fixed-header {
  margin-top: 77px;
}
body.branch-banner-is-active #modal-root .by-uniframe.by-modal {
  top: 25px !important;
}
#branch-banner-iframe {
  position: fixed !important;
}

.non-crypto-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100vw;
  height: 48px;
  background: #17181e;
  color: #ffffff;
}
.non-crypto-header-wrapper .non-crypto-header-left .logo {
  width: auto;
  height: 22px;
  margin-left: 16px;
}
.non-crypto-header-wrapper .non-crypto-header-right {
  display: flex;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-sign-up {
  padding: 0 20px;
  font-weight: 600;
  color: #17181e;
  background-color: #ffb11a;
  cursor: pointer;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-locale-selector {
  width: 48px;
  color: #fff;
  cursor: pointer;
}
.lang-selector-modal.ant-modal {
  width: 60vw !important;
  max-width: 800px;
  min-height: 500px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.38);
}
.lang-selector-modal.ant-modal .ant-modal-content {
  box-shadow: none;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 60px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.lang-selector-modal.ant-modal .ant-modal-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.05);
  height: 80px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.lang-selector-modal.ant-modal .ant-modal-header .ant-modal-title {
  font-weight: 500;
  font-size: 20px;
}
.lang-selector-modal.ant-modal .ant-modal-body {
  height: calc(100% - 80px);
  margin: 0 40px 40px;
  padding: 0;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
  width: 33%;
  padding: 10px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item:hover {
  color: #ffb11a;
  background: rgba(255, 177, 26, 0.06);
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item.active {
  color: #ffb11a;
}
/* ipad */
@media (max-width: 1024px) {
  .lang-selector-modal.ant-modal {
    max-width: 600px;
    min-height: 500px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 49%;
  }
}
/* mobile */
@media (max-width: 768px) {
  .lang-selector-modal.ant-modal {
    width: 100vw !important;
    height: 90vh !important;
    max-height: 800px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 0;
  }
  .lang-selector-modal.ant-modal .ant-modal-header {
    padding: 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .lang-selector-modal.ant-modal .ant-modal-body {
    margin: 0 20px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
    width: 100%;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 16px;
  }
}

.common-upload .ant-upload.ant-upload-select-picture-card {
  width: 155px;
  height: 155px;
  margin: 0;
  border-radius: 8px;
  border: 1px solid var(--re-new-line-general);
  background: var(--re-new-bg-general);
}
.common-upload .ant-upload.ant-upload-select-picture-card .common-upload__button {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  color: var(--re-new-grey-detail);
}
.common-upload .ant-upload.ant-upload-select-picture-card img {
  width: 155px;
  height: 155px;
  border-radius: 8px;
}
.common-upload .ant-upload.ant-upload-select-picture-card.ant-upload-disabled .common-upload__button {
  cursor: not-allowed;
}

.float-window {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 1000;
  width: auto;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

[zoomex-activity-theme='YmxhY2s='] .series-game-banner {
  width: 100vw;
  height: 1270px;
  background: linear-gradient(180deg, rgba(0, 7, 32, 0) 0%, #000720 77%, #02050f 100%);
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel {
  width: 100vw;
  position: relative;
  height: 1270px;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link {
  cursor: default;
  display: block;
  height: 100%;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
  width: 100vw;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  width: 1200px;
  left: 0;
  left: 50%;
  top: 275px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
  width: 100%;
  line-height: 44px;
  color: var(--re-new-brand-regular);
  white-space: nowrap;
  text-shadow: 0px 3.04px 5.7px rgba(0, 0, 0, 0.25);
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main.inverse {
  font-size: 64px;
  line-height: 77px;
  color: var(--re-new-grey-white);
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_logo {
  width: 248px;
  height: 48px;
  margin-bottom: 16px;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
  font-size: 58px;
  line-height: 70px;
  color: var(--re-new-grey-white);
  margin-top: 16px;
  font-weight: 700;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_totalprice {
  margin-top: 16px;
  border-radius: 100px;
  background: #FCC245;
  padding: 8px 24px;
  color: var(--re-new-grey-black);
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_totalprice.title_hidden {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
  width: 100vw;
  height: 1270px;
  object-fit: cover;
}
[zoomex-activity-theme='YmxhY2s='] .series-game-banner::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner {
    height: 1270px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel {
    height: 1270px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
    width: 100vw;
    top: 323px;
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title.inverse {
    top: auto;
    bottom: 32px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title.inverse .by-container-title_logo {
    width: 93px !important;
    height: 18px;
    display: block;
    margin: 0 auto 8px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    white-space: nowrap;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main.inverse {
    font-size: 24px;
    line-height: 29px;
    color: var(--re-new-grey-white);
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    margin-top: 8px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_totalprice {
    border-radius: 30px;
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 8px auto 0;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_totalprice.title_hidden {
    display: none;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 100vw;
    height: 440px;
    object-fit: cover;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner {
  width: 100vw;
  height: 1270px;
  background: linear-gradient(180deg, rgba(0, 7, 32, 0) 0%, #000720 77%, #02050f 100%);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel {
  width: 100vw;
  position: relative;
  height: 1270px;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link {
  cursor: default;
  display: block;
  height: 100%;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
  width: 100vw;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  width: 1200px;
  left: 0;
  left: 50%;
  top: 476px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main,
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
  line-height: 63px;
  width: 100%;
  color: var(--re-new-grey-invert);
  margin-top: 0;
  font-weight: 900;
  font-size: 52px;
  text-align: center;
  background: linear-gradient(96deg, #FFF 27.73%, #FFF 50.27%, #B2D6FF 97.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
  width: 100vw;
  height: 1270px;
  object-fit: cover;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner {
    height: 1270px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel {
    height: 1270px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel {
    height: 440px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
    width: 100vw;
    top: 346px;
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
    white-space: nowrap;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
    margin-top: 0;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main,
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
    line-height: 31px;
    font-size: 26px;
    font-weight: 900;
    background: linear-gradient(96deg, #FFF 27.73%, #FFF 50.27%, #B2D6FF 97.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 100vw;
    height: 440px;
    object-fit: cover;
  }
}
.series-game-banner {
  width: 100%;
  height: 600px;
  background-color: #0e0206;
}
.series-game-banner video {
  height: 600px;
}
.series-game-banner:after {
  content: '';
  position: absolute;
  display: block;
  height: 40px;
  width: 100%;
  bottom: -2px;
  background: linear-gradient(to bottom, rgba(15, 18, 38, 0) 0%, rgba(15, 18, 38, 0.3) 30%, #0f1226 99.86%);
}
.series-game-banner video {
  object-fit: cover;
  width: 100%;
}
.series-game-banner .banner-carousel {
  width: 100%;
  position: relative;
  height: 600px;
}
.series-game-banner .banner-carousel .banner-slide {
  align-items: center;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  flex-direction: column;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
}
.series-game-banner .banner-carousel .banner-slide .img-banner {
  width: 100%;
  height: 100%;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link {
  cursor: default;
  display: block;
  height: 100%;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 1920px;
  margin: 0 auto;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .banner-title1 {
  position: absolute;
  top: 183px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 75.68px;
  line-height: 106px;
  word-break: keep-all;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .banner-title2 {
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 46.44px;
  line-height: 58px;
  word-break: keep-all;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
  font-size: 80px;
  line-height: 88px;
  text-transform: uppercase;
  color: var(--re-rui-brand-main);
  width: 600px;
  white-space: nowrap;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  color: var(--re-rui-same-white);
  margin-top: 16px;
  width: 600px;
}
.series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
  width: 1920px;
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
    width: 100vw;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .series-game-banner {
    height: 445px;
  }
  .series-game-banner video {
    height: 445px;
  }
  .series-game-banner .banner-carousel {
    height: 445px;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
    width: 1440px;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  .series-game-banner {
    height: 404px;
  }
  .series-game-banner video {
    height: 404px;
    transform: scale(1);
  }
  .series-game-banner .banner-carousel {
    width: 100%;
    position: relative;
    height: 416px;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg {
    z-index: 2;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 100vw !important;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
    position: absolute;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-top: 48px;
    top: 0;
    left: 0;
    transform: none;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: var(--re-rui-brand-main);
    width: 327px;
    margin: 0 auto;
  }
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: var(--re-rui-same-white);
    width: 327px;
    margin: 0 auto;
  }
}
[zoomex-activity-theme='cmVk'] .series-game-banner {
  height: 960px;
}
[zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel {
  height: 960px;
}
[zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
  width: 508px;
  white-space: unset;
  font-style: normal;
  font-weight: 900;
  font-size: 110px;
  line-height: 131px;
  text-transform: uppercase;
  background: linear-gradient(291.36deg, #f73861 49.64%, #ff8ba4 94.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: unset;
}
[zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: #f83861;
  margin-top: 4px;
  width: 574px;
}
[zoomex-activity-theme='cmVk'] .series-game-banner:after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
  [zoomex-activity-theme='cmVk'] .series-game-banner {
    height: 720px;
  }
  [zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel {
    height: 720px;
  }
}
@media (max-width: 767px) {
  [zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
    font-style: normal;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 48px;
  }
  [zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
    font-size: 36px;
    line-height: 54px;
    text-transform: uppercase;
    color: #f83861;
    width: 327px;
    margin: 0 auto;
  }
  [zoomex-activity-theme='cmVk'] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #ffffff;
    width: 327px;
    margin: 0 auto;
  }
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner {
  width: 100vw;
  height: 1270px;
  background: linear-gradient(180deg, rgba(0, 7, 32, 0) 0%, #000720 100%);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel {
  width: 100vw;
  position: relative;
  height: 1270px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link {
  cursor: default;
  display: block;
  height: 100%;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
  width: 100vw;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
  position: absolute;
  font-style: normal;
  font-weight: 600;
  width: 1200px;
  top: 558px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
  width: 100%;
  font-size: 56px;
  font-weight: 800;
  line-height: 68px;
  color: var(--re-new-grey-white);
  white-space: nowrap;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
  font-size: 40px;
  line-height: 48px;
  color: var(--re-new-grey-white);
  margin-top: 16px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
  width: 100vw;
  height: 1270px;
  object-fit: cover;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-game-banner::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1440px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner {
    height: 1270px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel {
    height: 1270px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner::after {
    display: none;
  }
}
@media (max-width: 767px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner {
    height: 440px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel {
    height: 440px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title {
    width: 100vw;
    top: 297px;
    margin-top: 0;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_main {
    font-size: 29px;
    font-weight: 800;
    line-height: 39px;
    white-space: nowrap;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg .by-container-title .by-container-title_sub {
    font-size: 22px;
    line-height: 29px;
    margin-top: 0;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 100vw;
    height: 440px;
    object-fit: cover;
  }
}
[zoomex-activity-theme='Ymx1ZQ=='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
  width: 100vw;
  height: 600px;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1440px) {
  [zoomex-activity-theme='Ymx1ZQ=='] .series-game-banner {
    height: 445px;
  }
  [zoomex-activity-theme='Ymx1ZQ=='] .series-game-banner video {
    height: 445px;
  }
  [zoomex-activity-theme='Ymx1ZQ=='] .series-game-banner .banner-carousel {
    height: 445px;
  }
  [zoomex-activity-theme='Ymx1ZQ=='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container {
    width: 1440px;
  }
  [zoomex-activity-theme='Ymx1ZQ=='] .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    height: 445px;
  }
}
/** 大屏 */
@media (min-width: 1921px) {
  .series-game-banner .banner-carousel .banner-slide .img-banner .banner-link .by-container .by-container-bg img {
    width: 1920px !important;
    margin: auto;
  }
}

.themes-window {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 30px;
  bottom: 250px;
  z-index: 1000;
  width: auto;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.themes-window .themes-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.themes-window .themes-window-content .themes-window-title {
  display: flex;
  text-align: center;
  margin: 8px 0;
}
.themes-window .themes-window-content .themes-window-item {
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.themes-window .themes-window-content .themes-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
}

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

[zoomex-activity-theme='YmxhY2s='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 24px;
  background-image: unset;
  background-size: unset;
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__title {
  padding-top: 0;
  height: auto;
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__title .arrow-left,
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__title .arrow-right {
  display: none;
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__title .title {
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__header-desc {
  user-select: none;
  position: absolute;
  top: 17px;
  left: 50%;
  width: max-content;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 30px;
  text-transform: uppercase;
  color: var(--re-new-seconday-blue);
  opacity: 0.6;
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
  content: '\B7';
}
[zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__sub-title {
  padding-top: 10px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__title {
    line-height: 29px;
    font-size: 24px;
    font-weight: 800;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__title .title {
    line-height: 29px;
    font-size: 24px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__header-desc {
    top: 29px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 10px;
  }
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
    content: '\B7';
  }
  [zoomex-activity-theme='YmxhY2s='] .series-section-header-wrap .series-section-header-wrap__sub-title {
    padding-top: 36px;
  }
}
[zoomex-activity-theme='YmxhY2stdGE='] {
  /** 移动端 */
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  background-image: unset;
  background-size: unset;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__title {
  padding-top: 0;
  height: auto;
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__title .arrow-left,
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__title .arrow-right {
  display: none;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__title .title {
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
  color: var(--re-new-grey-invert);
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__header-desc {
  user-select: none;
  position: absolute;
  top: 17px;
  left: 50%;
  width: max-content;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 30px;
  text-transform: uppercase;
  color: var(--re-new-seconday-blue);
  opacity: 0.6;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
  content: '\B7';
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__sub-title {
  padding-top: 10px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__title {
    line-height: 29px;
    font-size: 24px;
    font-weight: 800;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__title .title {
    line-height: 29px;
    font-size: 24px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__header-desc {
    top: 29px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 10px;
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
    content: '\B7';
  }
  [zoomex-activity-theme='YmxhY2stdGE='] .series-section-header-wrap .series-section-header-wrap__sub-title {
    padding-top: 36px;
  }
}
[zoomex-activity-theme='Ymx1ZTM='] {
  /** 移动端 */
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap {
  position: relative;
  margin-top: 100px;
  margin-bottom: 48px;
  background-image: unset;
  background-size: unset;
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__title {
  padding-top: 0;
  height: auto;
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__title .arrow-left,
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__title .arrow-right {
  display: none;
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__title .title {
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
  color: var(--re-new-grey-white);
  width: 100%;
  word-wrap: break-word;
  white-space: break-spaces;
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__header-desc {
  user-select: none;
  position: absolute;
  top: 17px;
  left: 50%;
  width: max-content;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 30px;
  text-transform: uppercase;
  color: var(--re-new-seconday-blue);
  opacity: 0.6;
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
  content: '\B7';
}
[zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__sub-title {
  padding-top: 10px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap {
    margin-top: 60px;
    margin-bottom: 24px;
  }
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__title {
    line-height: 29px;
    font-size: 24px;
    font-weight: 800;
  }
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__title .title {
    line-height: 29px;
    font-size: 24px;
  }
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__header-desc {
    top: 29px;
    padding-top: 4px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 10px;
  }
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
    content: '\B7';
  }
  [zoomex-activity-theme='Ymx1ZTM='] .series-section-header-wrap .series-section-header-wrap__sub-title {
    padding-top: 36px;
  }
}
.series-section-header-wrap {
  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;
  background-position: center;
}
.series-section-header-wrap .series-section-header-wrap__title {
  white-space: nowrap;
  padding-top: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.series-section-header-wrap .series-section-header-wrap__title .arrow-left,
.series-section-header-wrap .series-section-header-wrap__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-section-header-wrap .series-section-header-wrap__title .arrow-right {
  transform: rotateY(180deg);
}
.series-section-header-wrap .series-section-header-wrap__title .title {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  color: var(--re-new-grey-white);
  padding: 0 24px;
}
.series-section-header-wrap .series-section-header-wrap__sub-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-transform: capitalize;
  color: var(--re-new-grey-white);
}
/** red */
[zoomex-activity-theme='cmVk'] .series-section-header-wrap {
  background-image: url('/game/theme/red/section-header/zoomex-logo.svg');
  background-size: unset;
}
[zoomex-activity-theme='cmVk'] .series-section-header-wrap .series-section-header-wrap__title {
  height: 119px;
}
[zoomex-activity-theme='cmVk'] .series-section-header-wrap .series-section-header-wrap__title .arrow-left,
[zoomex-activity-theme='cmVk'] .series-section-header-wrap .series-section-header-wrap__title .arrow-right {
  visibility: hidden;
}
[zoomex-activity-theme='cmVk'] .series-section-header-wrap .series-section-header-wrap__title .title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  position: unset;
  padding-top: 15px;
}
[zoomex-activity-theme='Ymx1ZTI='] {
  /** 移动端 */
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap {
  margin-top: 120px;
  background-image: unset;
  background-size: unset;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__title {
  padding-top: 0;
  height: auto;
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__title .arrow-left,
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__title .arrow-right {
  visibility: hidden;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__title .title {
  line-height: 53px;
  font-size: 44px;
  font-weight: 800;
  color: var(--re-new-brand-regular);
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__header-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 20px;
  text-transform: uppercase;
  color: var(--re-new-brand-regular);
  padding-top: 5px;
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__header-desc::after,
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__header-desc::before {
  content: '\B7';
}
[zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__sub-title {
  padding-top: 16px;
  line-height: 54px;
}
@media (max-width: 719px) {
  [zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap {
    margin-top: 48px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__title .title {
    line-height: 29px;
    font-size: 24px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__header-desc {
    padding-top: 4px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 10px;
  }
  [zoomex-activity-theme='Ymx1ZTI='] .series-section-header-wrap .series-section-header-wrap__sub-title {
    padding-top: 8px;
    line-height: 15px;
    font-size: 12px;
  }
}
/** ipad */
/** 移动端 */
@media (max-width: 719px) {
  .series-section-header-wrap {
    margin-top: 60px;
  }
  .series-section-header-wrap .series-section-header-wrap__title {
    padding-top: 12px;
  }
  .series-section-header-wrap .series-section-header-wrap__title .arrow-left,
  .series-section-header-wrap .series-section-header-wrap__title .arrow-right {
    width: 21px;
    height: 21px;
  }
  .series-section-header-wrap .series-section-header-wrap__title .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 0 8px;
  }
  /** red */
  [zoomex-activity-theme='cmVk'] .series-section-header-wrap {
    margin-top: 50px;
    background-size: 54% 100%;
  }
  [zoomex-activity-theme='cmVk'] .series-section-header-wrap .series-section-header-wrap__title {
    padding-top: 21px;
    height: 46px;
  }
  [zoomex-activity-theme='cmVk'] .series-section-header-wrap .series-section-header-wrap__title .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    padding: 0 8px;
  }
}

[zoomex-activity-theme='YmxhY2s='] .series-navigation {
  background-color: #00275b;
}
[zoomex-activity-theme='YmxhY2stdGE='] .series-navigation {
  margin-top: -599px;
  background-color: #00275b;
}
@media (max-width: 767px) {
  [zoomex-activity-theme='YmxhY2stdGE='] .series-navigation {
    margin-top: 0;
  }
}
.series-navigation {
  position: sticky;
  top: 64px;
  width: 100%;
  height: 80px;
  margin-top: -589px;
  padding: 20px 0;
  z-index: 100;
}
.series-navigation .series-navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 800px;
  height: 40px;
  margin: 0 auto;
  color: var(--re-new-grey-invert);
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}
.series-navigation .series-navigation-container.tab-two {
  width: 534px;
}
.series-navigation .series-navigation-container .tab_button a {
  cursor: pointer;
  color: var(--re-new-grey-invert);
}
.series-navigation .series-navigation-container .tab_button a:hover {
  color: #89fff9;
}
.series-navigation .series-navigation-container .tab_button a:active {
  color: #48fff3;
}
.series-navigation .series-navigation-container .tab_button--active a {
  position: relative;
  color: #48fff3;
}
.series-navigation .series-navigation-container .tab_button--active a::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #48fff3;
  bottom: -10px;
}
@media (max-width: 767px) {
  .series-navigation {
    height: auto;
    margin-top: 0px;
    padding: 24px;
  }
  .series-navigation .series-navigation-container {
    width: 100%;
    height: auto;
    line-height: 17px;
    font-size: 14px;
    font-weight: 800;
    overflow-x: auto;
  }
  .series-navigation .series-navigation-container.tab-two {
    width: 100%;
  }
  .series-navigation .series-navigation-container .tab_button {
    white-space: nowrap;
  }
  .series-navigation .series-navigation-container .tab_button--active a::before {
    display: none;
  }
  .series-navigation .series-navigation-container .navigation_tab_view__split-line {
    margin: 0 24px;
  }
  .series-navigation .series-navigation-container::-webkit-scrollbar {
    display: none;
  }
}

.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1101;
}
.modal_background .login-frame {
  width: 446px;
  height: 488px;
  /* new: 488px */
  border: none;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: translate(-50%, -50%);
}
.modal_background .login-frame.reg {
  height: 600px;
  /* new: 600px */
}
@media screen and (min-width: 748px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 747px) {
  .modal_background .login-frame {
    width: 446px;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 600px;
  }
}
@media screen and (max-width: 446px) {
  .modal_background .login-frame {
    width: calc(100% - 8px) !important;
    height: 488px;
  }
  .modal_background .login-frame.reg {
    height: 545px;
  }
}

[zoomex-activity-theme='cmVk'] .series-game-layout {
  padding-top: 50px;
}
[zoomex-activity-theme='cmVk'] .series-in-app {
  padding: 0;
}

