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

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

.games-balance-items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
  width: 1200px;
  height: 450px;
  background-image: url('/zmxgames/images/balance/bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--re-new-grey-major);
}
.games-balance-items .games-balance-items__item {
  padding: 24px;
  text-align: center;
}
.games-balance-items .games-balance-items__item .games-balance-items__item__img {
  width: 325px;
  height: 210px;
}
.games-balance-items .games-balance-items__item .games-balance-items__item__name {
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}
.games-balance-items .games-balance-items__item .games-balance-items__item__desc {
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.games-balance-items .games-balance-items__item .preload-hover,
.games-balance-items .games-balance-items__item .preload-active {
  opacity: 0;
  width: 0;
  height: 0;
}
.games-balance-items .games-balance-items__item .preload-hover {
  background-image: url('/zmxgames/images/balance/button-hover.svg');
}
.games-balance-items .games-balance-items__item .preload-active {
  background-image: url('/zmxgames/images/balance/button-active.svg');
}
.games-balance-items .games-balance-items__item .games-balance-items__item__btn {
  width: 330px;
  height: 48px;
  line-height: 17px;
  margin-top: 32px;
  color: var(--re-new-grey-black);
  font-size: 14px;
  font-weight: 600;
  background-image: url('/zmxgames/images/balance/button.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.games-balance-items .games-balance-items__item .games-balance-items__item__btn:hover {
  background-image: url('/zmxgames/images/balance/button-hover.svg');
}
.games-balance-items .games-balance-items__item .games-balance-items__item__btn:active {
  background-image: url('/zmxgames/images/balance/button-active.svg');
}
.games-balance-items .games-balance-items__item:first-child {
  margin-right: 184px;
}
@media (max-width: 767px) {
  .games-balance-items {
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    background-image: none;
  }
  .games-balance-items .games-balance-items__item:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
html[lang='ja-JP'] .games-balance-items {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(92, 112, 151, 0.1) 0%, rgba(24, 54, 89, 0.1) 100%);
  backdrop-filter: blur(6px);
}
html[lang='ja-JP'] .games-balance-items .games-balance-items__item__btn {
  border-radius: 4px;
  background: var(--White-Gradient, linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.95) 100%));
}

.games-section-header-wrap {
  margin: auto;
  text-align: center;
}
.games-section-header-wrap .games-section-header-wrap__title {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.games-section-header-wrap .games-section-header-wrap__title .arrow-left,
.games-section-header-wrap .games-section-header-wrap__title .arrow-right {
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
}
.games-section-header-wrap .games-section-header-wrap__title .arrow-left {
  background-image: url('/zmxgames/images/decorate/dice-left.svg');
}
.games-section-header-wrap .games-section-header-wrap__title .arrow-right {
  background-image: url('/zmxgames/images/decorate/dice-right.svg');
}
.games-section-header-wrap .games-section-header-wrap__title .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  color: var(--re-new-brand-regular-press);
  padding: 0 24px;
}
@media (max-width: 767px) {
  .games-section-header-wrap {
    width: auto;
  }
  .games-section-header-wrap .games-section-header-wrap__title .arrow-left,
  .games-section-header-wrap .games-section-header-wrap__title .arrow-right {
    width: 45px;
    height: 45px;
  }
  .games-section-header-wrap .games-section-header-wrap__title .title {
    font-size: 20px;
    line-height: 24px;
    padding: 0 18px;
  }
}
html[lang='ja-JP'] .games-section-header-wrap .games-section-header-wrap__title .title {
  color: #fff;
}

.games-balance-section {
  width: 100%;
  padding: 14px 0 80px;
  background-color: #010e0d;
}
.games-balance-section .balance-block {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .games-balance-section {
    padding: 80px 0;
  }
  .games-balance-section .balance-block {
    width: 100%;
    flex-direction: column;
  }
}
html[lang='ja-JP'] .games-balance-section {
  background-color: transparent;
  margin-top: 120px;
}

.games-games-section {
  width: 100%;
  min-height: 972px;
  background-image: url('/zmxgames/images/games/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.games-games-section .games-block {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.games-games-section .games-block .games-block__item {
  cursor: pointer;
  display: block;
  width: 378px;
  height: 397px;
  margin-right: 33px;
  margin-bottom: 32px;
  padding: 34px 24px;
  background-image: url('/zmxgames/images/games/game-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.games-games-section .games-block .games-block__item:nth-child(3n) {
  margin-right: 0;
}
.games-games-section .games-block .games-block__item > div {
  overflow: hidden;
}
.games-games-section .games-block .games-block__item .games-block__item__img {
  width: 330px;
  height: 186px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.games-games-section .games-block .games-block__item .games-block__item__img.game-tothemoon {
  background-image: url('/zmxgames/images/games/tothemoon.png');
}
.games-games-section .games-block .games-block__item .games-block__item__img.game-snatchtreasure {
  background-image: url('/zmxgames/images/games/snatchtreasure.png');
}
.games-games-section .games-block .games-block__item .games-block__item__img.game-luckydraw {
  background-image: url('/zmxgames/images/games/luckydraw-bg.png');
}
.games-games-section .games-block .games-block__item .games-block__item__img.game-race {
  background-image: url('/zmxgames/images/games/race.png');
}
.games-games-section .games-block .games-block__item .games-block__item__name {
  line-height: 29px;
  margin-top: 24px;
  color: var(--re-new-grey-black);
  font-size: 24px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.games-games-section .games-block .games-block__item .games-block__item__desc {
  margin-top: 8px;
  margin-left: 16px;
  line-height: 20px;
  color: var(--re-new-grey-black);
  font-size: 14px;
  font-weight: 400;
}
.games-games-section .games-block .games-block__item .games-block__item__desc li {
  list-style: disc;
}
.games-games-section .games-block .games-block__item:hover {
  transform: translateY(-10px);
}
html[lang='vi-VN'] .games-games-section .games-block .games-block__item .games-block__item__name.game-race:hover,
html[lang='de-DE'] .games-games-section .games-block .games-block__item .games-block__item__name.game-race:hover,
html[lang='ko-KR'] .games-games-section .games-block .games-block__item .games-block__item__name.game-race:hover,
html[lang='en-US'] .games-games-section .games-block .games-block__item .games-block__item__name.game-race:hover {
  text-overflow: unset;
  overflow: unset;
  animation: run 3s alternate;
}
@keyframes run {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}
html[lang='es-MX'] .games-games-section .games-block .games-block__item .games-block__item__name.game-snatchtreasure:hover,
html[lang='ru-RU'] .games-games-section .games-block .games-block__item .games-block__item__name.game-snatchtreasure:hover,
html[lang='es-MX'] .games-games-section .games-block .games-block__item .games-block__item__name.game-race:hover,
html[lang='ru-RU'] .games-games-section .games-block .games-block__item .games-block__item__name.game-race:hover {
  text-overflow: unset;
  overflow: unset;
  animation: run 3s alternate;
}
@keyframes run {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-80%);
  }
}
html[lang='de-DE'] .games-games-section .games-block .games-block__item .games-block__item__desc,
html[lang='ru-RU'] .games-games-section .games-block .games-block__item .games-block__item__desc {
  line-height: 18px;
}
html[lang='ja-JP'] .games-games-section {
  background-image: url('/zmxgames/images/games/bg-jp.png');
  height: auto;
  min-height: auto;
  margin-top: -200px;
}
html[lang='ja-JP'] .games-games-section .games-block .games-block__item {
  border-radius: 12px;
  padding: 14px;
  background: var(--space-item, linear-gradient(180deg, #5c7097 0%, #183659 100%));
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
html[lang='ja-JP'] .games-games-section .games-block .games-block__item .games-block__item__img {
  border-radius: 6px;
  width: auto;
}
html[lang='ja-JP'] .games-games-section .games-block .games-block__item .games-block__item__name {
  color: #fff;
  text-align: center;
}
html[lang='ja-JP'] .games-games-section .games-block .games-block__item .games-block__item__desc {
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
}
html[lang='ja-JP'] .games-games-section .games-block .games-block__item .games-block__item__desc li {
  list-style: none;
}
@media (max-width: 767px) {
  html[lang='ja-JP'] .games-games-section {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .games-games-section {
    min-height: auto;
    background-image: none;
  }
  .games-games-section .games-block {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 16px;
    flex-direction: column;
  }
  .games-games-section .games-block .games-block__item {
    width: 327px;
    height: 392px;
    margin-right: 0;
    margin-bottom: 32px;
    padding: 28px 20px;
    background-image: url('/zmxgames/images/games/h5/game-bg.svg');
  }
  .games-games-section .games-block .games-block__item .games-block__item__img {
    width: 287px;
    height: 162px;
  }
  .games-games-section .games-block .games-block__item .games-block__item__img.game-tothemoon {
    background-image: url('/zmxgames/images/games/h5/tothemoon.png');
  }
  .games-games-section .games-block .games-block__item .games-block__item__img.game-snatchtreasure {
    background-image: url('/zmxgames/images/games/h5/snatchtreasure.png');
  }
  .games-games-section .games-block .games-block__item .games-block__item__img.game-luckydraw {
    background-image: url('/zmxgames/images/games/h5/luckydraw-bg.png');
  }
  .games-games-section .games-block .games-block__item .games-block__item__img.game-race {
    background-image: url('/zmxgames/images/games/h5/race.png');
  }
  .games-games-section .games-block .games-block__item .games-block__item__name {
    white-space: normal;
  }
  .games-games-section .games-block .games-block__item:hover {
    transform: none;
  }
  html[lang='de-DE'] .games-games-section .games-block .games-block__item .games-block__item__desc,
  html[lang='ru-RU'] .games-games-section .games-block .games-block__item .games-block__item__desc {
    line-height: 20px;
  }
}

.games-header-section {
  width: 100%;
  height: 517px;
  background-image: url('/zmxgames/images/header/banner-home.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}
.games-header-section .header-block {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-left: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.games-header-section .header-block .header-img {
  width: 430px;
  height: 144px;
  background-image: url('/zmxgames/images/header/games.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.games-header-section .header-block .header-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.games-header-section .header-block .header-desc {
  margin: 0;
  text-align: center;
  width: fit-content;
  min-width: 342px;
  line-height: 24px;
  padding: 12px 39px;
  font-size: 18px;
  font-weight: 900;
  color: var(--re-new-grey-black);
  background-image: url('/zmxgames/images/header/desc-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%, 48px;
}
@media (min-width: 1921px) {
  .games-header-section {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .games-header-section {
    height: 396px;
    background-image: url('/zmxgames/images/header/h5/banner-home.png');
  }
  .games-header-section .header-block {
    width: 100%;
    padding-left: 0;
    justify-content: flex-start;
    align-items: center;
  }
  .games-header-section .header-block .header-img {
    width: 215px;
    height: 72px;
    margin-top: 31px;
    background-image: url('/zmxgames/images/header/h5/games.svg');
  }
  .games-header-section .header-block .header-desc {
    line-height: 12px;
    padding: 6px 19px;
    font-size: 12px;
    background-image: url('/zmxgames/images/header/h5/desc-bg.svg');
    background-size: 100%, 24px;
  }
}
html[lang='ja-JP'] .games-header-section {
  background-image: url('/zmxgames/images/header/banner-jp.png');
  height: 642px;
  background-color: transparent;
}
html[lang='ja-JP'] .games-header-section .header-block .header-img {
  background-image: url('/zmxgames/images/header/games-jp.svg');
}
html[lang='ja-JP'] .games-header-section .header-block .header-desc {
  background-image: url('/zmxgames/images/header/desc-bg-jp.svg');
}
@media (max-width: 767px) {
  html[lang='ja-JP'] .games-header-section {
    background-image: url('/zmxgames/images/header/h5/banner-jp.png');
    height: 326px;
    background-color: transparent;
  }
  html[lang='ja-JP'] .games-header-section .header-block .header-img {
    margin-top: 56px;
    background-image: url('/zmxgames/images/header/games-jp.svg');
  }
  html[lang='ja-JP'] .games-header-section .header-block .header-desc {
    min-width: auto;
    width: 286px;
    background-image: url('/zmxgames/images/header/h5/desc-bg-jp.svg');
  }
}


.page-container {
  background-color: #010e0d;
  padding-top: 64px;
  overflow-x: hidden;
}
.page-container--app {
  padding-top: 0;
}
/* ipad */
/* mobile */
html[lang='ja-JP'] .page-container {
  background: linear-gradient(180deg, #282844 0%, #0f0d17 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
html[lang='ja-JP'] #__region_frame_footer__ .footer-container.footer-large {
  background: #1f1416;
}

