@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
.lg {
  font-size: 1.5em;
}

.f-danger {
  color: rgb(255, 88, 88);
}

.f-fun {
  color: #ffc107;
}

.f-primary {
  color: #92bbff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da92ff;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ff6dc3;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

img {
  max-width: 100%;
}

.img-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  display: block;
  font-size: calc(40px + (64 - 40) * (100vw - 768px) / 832);
  font-size: clamp(40px, 64 / 1920 * 100vw, 64px);
  color: #f4bd22;
  margin: 0 !important;
  line-height: 1em !important;
}

.subtitle {
  font-size: calc(15px + (20 - 15) * (100vw - 768px) / 832);
  font-size: clamp(15px, 20 / 1920 * 100vw, 20px);
  color: #f4bd22;
  font-weight: 800;
}

table {
  font-family: "新細明體", "細明體";
}
table tbody,
table tfoot,
table thead,
table th,
table td {
  vertical-align: middle;
  margin: 0 !important;
  font-size: calc(13px + 2 * (100vw - 300px) / 1300);
}

.gotoheader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.5em;
  text-align: center;
  padding-bottom: 15px;
}
.gotoheader a {
  display: inline-block;
  color: #facf00;
}
.gotoheader a:hover {
  color: #8439ff;
}

.textalignCenter {
  text-align: center;
}

.w-full {
  width: 100% !important;
}

body {
  background-size: 150%;
  overflow-x: hidden;
  font-size: calc(16px + 2 * (100vw - 300px) / 1300);
  background-image: url(/Games/cmj2/h5/images/pageBg.jpg?v=20250822);
  background-position: top center;
  background-repeat: repeat-y;
  background-color: #8b89e3;
}
body:has(#nav-toggle:checked) {
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  body {
    background-size: inherit;
  }
}

.wrapper {
  overflow: hidden;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    background-position: top center;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    background-size: inherit;
  }
}
.wrapper.mainBg {
  background-image: url(/Games/cmj2/h5/images/header_mobile.jpg?v=20250822);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 576px) {
  .wrapper.mainBg {
    background-image: url(/Games/cmj2/h5/images/header.jpg?v=20250822);
  }
}
.wrapper.login {
  background-image: url(/Games/cmj2/h5/images/loginbg_mobile.jpg?v=20250822);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #363977;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .wrapper.login {
    background-image: url(/Games/cmj2/h5/images/loginbg.jpg?v=20250822);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 992px) {
  .wrapper.login {
    background-size: inherit;
  }
}

.header {
  width: 100%;
  position: relative;
}
.header .container {
  width: 100%;
  height: 134.1836734694vw;
  max-width: 980px;
  max-height: 1315px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .header .container {
    height: 45.5729166667vw;
    max-width: 1920px;
    max-height: 875px;
  }
}
.header .game__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  row-gap: clamp(2px, 0.8163265306vw, 8px);
  position: absolute;
  width: 72.2448979592vw;
  height: 23.8775510204vw;
  max-width: 708px;
  max-height: 234px;
  bottom: 8.1632653061vw;
  left: 13.8775510204vw;
}
@media screen and (min-width: 576px) {
  .header .game__btns {
    width: 26.7708333333vw;
    height: 9.1145833333vw;
    max-width: 514px;
    max-height: 175px;
    bottom: 2.5vw;
    left: 53.125vw;
  }
}
.header .path_appstore,
.header .path_googleplay,
.header .path_gt {
  width: 32.2448979592vw;
  height: 10.8163265306vw;
  max-width: 316px;
  max-height: 106px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .header .path_appstore,
  .header .path_googleplay,
  .header .path_gt {
    width: 11.71875vw;
    height: 4.1666666667vw;
    max-width: 225px;
    max-height: 80px;
  }
}
.header .path_appstore a,
.header .path_googleplay a,
.header .path_gt a {
  width: 100%;
  height: 100%;
  display: block;
}
.header .path_appstore:hover,
.header .path_googleplay:hover,
.header .path_gt:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.header .path_appstore {
  background-image: url(/Games/cmj2/h5/images/path_appstore.png?v=20250822);
}
.header .path_googleplay {
  background-image: url(/Games/cmj2/h5/images/path_googleplay.png?v=20250822);
}
.header .path_gt {
  background-image: url(/Games/cmj2/h5/images/path_gt.png?v=20250822);
}
.header .path_play {
  background-image: url(/Games/cmj2/h5/images/path_play.png?v=20250822);
}
.header .path_play {
  width: 100%;
  height: 12.2448979592vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
  -webkit-animation: btnplay 1.5s linear infinite;
          animation: btnplay 1.5s linear infinite;
}
@media screen and (min-width: 576px) {
  .header .path_play {
    width: 100%;
    height: 4.53125vw;
  }
}
.header .path_play a {
  width: 100%;
  display: block;
}
.header .path_play:hover {
  -webkit-filter: brightness(1.15);
  -webkit-animation: none;
          animation: none;
}
.header ul.playNow_index {
  position: absolute;
  height: 14vw;
  width: 100%;
  bottom: 23%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/Games/cmj2/h5/images/playNow_bg.png?v=20250822);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .header ul.playNow_index {
    width: 46%;
    height: 7vw;
    bottom: 20%;
  }
}
.header ul.playNow_index li {
  width: 27%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 5px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 576px) {
  .header ul.playNow_index li {
    width: 29%;
  }
}
.header ul.playNow_index li.playNow_tit {
  background-image: url(/Games/cmj2/h5/images/playNow_tit.png?v=20250822);
  background-position: center;
  max-width: 147px;
  width: 20%;
}
@media screen and (min-width: 576px) {
  .header ul.playNow_index li.playNow_tit {
    width: 18.375%;
  }
}
.header ul.playNow_index li.playNow_tit:hover, .header ul.playNow_index li.playNow_tit.active {
  -webkit-filter: brightness(1);
  cursor: default;
}
.header ul.playNow_index li.btn_fb, .header ul.playNow_index li.btn_line {
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0;
}
.header ul.playNow_index li.btn_fb:hover, .header ul.playNow_index li.btn_line:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
.header ul.playNow_index li.btn_fb {
  background-image: url(/Games/cmj2/h5/images/playNow_fb.png?v=20250822);
}
.header ul.playNow_index li.btn_line {
  background-image: url(/Games/cmj2/h5/images/playNow_line.png?v=20250822);
}
.header h2 {
  width: 75.306122449vw;
  height: 59.387755102vw;
  position: absolute;
  top: 32.6530612245%;
  left: 12.3469387755%;
  background-image: url(/Games/cmj2/h5/images/title_index.png?v=20250822);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (min-width: 576px) {
  .header h2 {
    width: 36.6145833333%;
    height: 28.9583333333vw;
    left: 47.9166666667vw;
    top: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .header h2 {
    top: 6.25vw;
  }
}
.header .QRCode {
  width: 18.59375%;
  height: 0;
  padding-bottom: 18.59375%;
  position: absolute;
  top: 60.5633802817%;
  left: 36.171875%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .header .QRCode {
    width: 10.9375%;
    height: 0;
    padding-bottom: 10.9375%;
    position: absolute;
    top: 60.5633802817%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .QRCode.line {
  background-image: url(/Games/cmj2/h5/images/QRCode_Line.png?v=20250822);
}
.header .text_line {
  width: 21.6484375%;
  height: 0;
  padding-bottom: 3.453125%;
  position: absolute;
  top: 81.6901408451%;
  left: 35.390625%;
  background-image: url(/Games/cmj2/h5/images/text_line.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .header .text_line {
    width: 12.734375%;
    padding-bottom: 2.03125%;
    left: 35.390625%;
  }
}
.header .text_win {
  width: 25.234375%;
  height: 0;
  padding-bottom: 4.515625%;
  position: absolute;
  top: 95.0704225352%;
  left: 25.78125%;
  background-image: url(/Games/cmj2/h5/images/text_win_w.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px) {
  .header .text_win {
    width: 16.6015625%;
    left: 31.25%;
  }
}
@media screen and (min-width: 1280px) {
  .header .text_win {
    top: 94.3661971831%;
    width: 10.9375%;
    left: 39.84375%;
  }
}
.header .login_btn {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  position: absolute;
  border-radius: 6px;
  top: 57%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .header .login_btn {
    top: 52%;
    width: 7.03125%;
    padding-bottom: 7.03125%;
  }
}
@media screen and (min-width: 1280px) {
  .header .login_btn {
    width: 5.078125%;
    padding-bottom: 5.078125%;
    top: 51.9718309859%;
    border-radius: 12px;
  }
}
.header .logo {
  width: 70.3125%;
  height: 0;
  padding-bottom: 66.40625%;
  position: absolute;
  top: 0%;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/Games/cmj2/h5/images/logo.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .header .logo {
    width: 39.0625%;
    height: 0;
    padding-bottom: 39.0625%;
    position: absolute;
    top: 0%;
    left: 31.25%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header .logoBg {
  width: 88.59375%;
  height: 0;
  padding-bottom: 51.890625%;
  position: absolute;
  top: 41.5492957746%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/Games/cmj2/h5/images/logoBg.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 1280px) {
  .header .logoBg {
    width: 49.21875%;
    padding-bottom: 28.828125%;
    top: 40.1408450704%;
    background-size: 100%;
  }
}
.header .btn_play,
.header .btn_topUp {
  width: 31.2109375%;
  height: 0;
  padding-bottom: 13.546875%;
  position: absolute;
  top: 67.6056338028%;
  left: 65.3125%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(/Games/cmj2/h5/images/btn_play.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.header .btn_play:hover, .header .btn_play:active,
.header .btn_topUp:hover,
.header .btn_topUp:active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(0.8);
}
@media screen and (min-width: 1280px) {
  .header .btn_play,
  .header .btn_topUp {
    width: 18.359375%;
    padding-bottom: 7.96875%;
    left: 57.8125%;
  }
}
.header .btn_play {
  background-image: url(/Games/cmj2/h5/images/btn_play.png?v=20250822);
  top: 72.2535211268%;
}
@media screen and (min-width: 1280px) {
  .header .btn_play {
    top: 71.8309859155%;
  }
}
.header .btn_topUp {
  background-image: url(/Games/cmj2/h5/images/btn_topUP.png?v=20250822);
  top: 59.1549295775%;
}
@media screen and (min-width: 1280px) {
  .header .btn_topUp {
    top: 57.7464788732%;
  }
}

@-webkit-keyframes delay {
  from, to {
    opacity: 0;
  }
}

@keyframes delay {
  from, to {
    opacity: 0;
  }
}
@-webkit-keyframes btnplay {
  0% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-filter: brightness(0.95) saturate(1);
            filter: brightness(0.95) saturate(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1) saturate(1.2);
            filter: brightness(1.1) saturate(1.2);
  }
  100% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-filter: brightness(0.95) saturate(1);
            filter: brightness(0.95) saturate(1);
  }
}
@keyframes btnplay {
  0% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-filter: brightness(0.95) saturate(1);
            filter: brightness(0.95) saturate(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1.1) saturate(1.2);
            filter: brightness(1.1) saturate(1.2);
  }
  100% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-filter: brightness(0.95) saturate(1);
            filter: brightness(0.95) saturate(1);
  }
}
/* ================= 頁面選單 ================= */
.nav {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 31, 40, 0.95)), color-stop(10%, rgba(39, 34, 43, 0.95)), to(rgba(68, 59, 74, 0.95)));
  background: linear-gradient(to bottom, rgba(36, 31, 40, 0.95) 0%, rgba(39, 34, 43, 0.95) 10%, rgba(68, 59, 74, 0.95) 100%);
}
@media screen and (min-width: 1280px) {
  .nav {
    position: fixed;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 31, 40, 0.95)), color-stop(10%, rgba(39, 34, 43, 0.95)), to(rgba(68, 59, 74, 0.1)));
    background: linear-gradient(to bottom, rgba(36, 31, 40, 0.95) 0%, rgba(39, 34, 43, 0.95) 10%, rgba(68, 59, 74, 0.1) 100%);
  }
}
.nav .container {
  width: 100%;
  position: relative;
  padding-bottom: inherit;
  /* Nav Style */
}
@media screen and (min-width: 1280px) {
  .nav .container {
    width: 1280px;
    padding-bottom: 0;
    overflow: inherit;
  }
}
.nav .container .navbar {
  position: relative;
  width: 100%;
  padding-bottom: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .nav .container .navbar {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  .nav .container .navbar {
    padding-bottom: 6%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .container .navbar {
    padding-bottom: 6%;
    padding-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nav .container .navbar .nav_content > ul.nav {
  background-color: transparent;
  background-image: none;
}
.nav .container .nav_logo {
  position: absolute;
  left: 33%;
  top: 2%;
  text-indent: -9999px;
  width: 33%;
  height: 0;
  padding-bottom: 9.4921875%;
  background-image: url(/Games/cmj2/h5/images/nav_logo.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  overflow: hidden;
}
.nav .container .nav_logo a {
  width: 100%;
  padding-bottom: 35%;
  display: block;
}
@media screen and (min-width: 992px) {
  .nav .container .nav_logo a {
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 576px) {
  .nav .container .nav_logo {
    width: 20%;
    left: 40%;
    padding-bottom: 6.5%;
  }
}
@media screen and (min-width: 768px) {
  .nav .container .nav_logo {
    width: 17.5625%;
    top: 5%;
    left: 40%;
    padding-bottom: 5.0625%;
  }
}
@media screen and (min-width: 992px) {
  .nav .container .nav_logo {
    width: 17.5625%;
    top: 5%;
    left: 40%;
    padding-bottom: 5.0625%;
  }
}
@media screen and (min-width: 1280px) {
  .nav .container .nav_logo {
    width: 11.5625%;
    top: inherit;
    left: 0;
    height: 0;
    padding-bottom: 6.328125%;
  }
}
@media screen and (min-width: 1400px) {
  .nav .container .nav_logo {
    width: 16.40625%;
  }
}
.nav .container .nav_home {
  position: absolute;
  top: 55%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav .container .nav_home a i {
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .nav .container .nav_home {
    display: none;
  }
}
.nav .container .nav1 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav1 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav1.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav1 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav1_on.png?v=20250822);
}
.nav .container .nav1 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav1 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav1 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav1 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav1 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav1.action > a {
  background-image: url(/Games/cmj2/h5/images/nav1_on.png?v=20250822) !important;
}
.nav .container .nav1.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav1.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav1.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav1.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
.nav .container .nav2 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav2 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav2.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav2 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav2_on.png?v=20250822);
}
.nav .container .nav2 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav2 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav2 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav2 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav2 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav2.action > a {
  background-image: url(/Games/cmj2/h5/images/nav2_on.png?v=20250822) !important;
}
.nav .container .nav2.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav2.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav2.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav2.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
.nav .container .nav3 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav3 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav3.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav3 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav3_on.png?v=20250822);
}
.nav .container .nav3 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav3 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav3 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav3 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav3 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav3.action > a {
  background-image: url(/Games/cmj2/h5/images/nav3_on.png?v=20250822) !important;
}
.nav .container .nav3.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav3.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav3.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav3.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
.nav .container .nav4 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav4 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav4.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav4 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav4_on.png?v=20250822);
}
.nav .container .nav4 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav4 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav4 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav4 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav4 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav4.action > a {
  background-image: url(/Games/cmj2/h5/images/nav4_on.png?v=20250822) !important;
}
.nav .container .nav4.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav4.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav4.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav4.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
.nav .container .nav5 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav5 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav5.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav5 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav5_on.png?v=20250822);
}
.nav .container .nav5 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav5 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav5 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav5 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav5 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav5.action > a {
  background-image: url(/Games/cmj2/h5/images/nav5_on.png?v=20250822) !important;
}
.nav .container .nav5.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav5.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav5.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav5.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
.nav .container .nav6 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav6 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav6.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav6 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav6_on.png?v=20250822);
}
.nav .container .nav6 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav6 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav6 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav6 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav6 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav6.action > a {
  background-image: url(/Games/cmj2/h5/images/nav6_on.png?v=20250822) !important;
}
.nav .container .nav6.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav6.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav6.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav6.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
.nav .container .nav7 {
  display: none;
  text-indent: -9999px;
  width: 14.53125%;
  height: 0;
  padding-bottom: 7.8125%;
  position: relative;
}
.nav .container .nav7 > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-image: url(/Games/cmj2/h5/images/nav7.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.nav .container .nav7 > a:hover {
  background-image: url(/Games/cmj2/h5/images/nav7_on.png?v=20250822);
}
.nav .container .nav7 > a:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav7 > a:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  height: 45px;
}
.nav .container .nav7 > a:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav7 ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav7 ul a {
  color: #fff;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  height: 100%;
  display: block;
  text-indent: initial;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
}
.nav .container .nav7.action > a {
  background-image: url(/Games/cmj2/h5/images/nav7_on.png?v=20250822) !important;
}
.nav .container .nav7.action:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 999;
}
.nav .container .nav7.action:hover > ul li {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 15% 0;
}
.nav .container .nav7.action:hover > ul li:last-child {
  border-bottom: none;
}
.nav .container .nav7.action:hover > ul li:hover {
  background-color: #ef5c28;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .nav .container .nav1 {
    display: block;
  }
  .nav .container .nav2 {
    display: block;
  }
  .nav .container .nav3 {
    display: block;
  }
  .nav .container .nav4 {
    display: block;
  }
  .nav .container .nav5 {
    display: block;
  }
  .nav .container .nav6 {
    display: block;
  }
  .nav .container .nav7 {
    display: block;
  }
}
.nav .container .nav_content {
  display: none;
}
@media screen and (min-width: 1280px) {
  .nav .container .nav_content {
    display: block;
  }
}
.nav .container .nav_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav .container .nav_content ul.nav {
  display: inline-block;
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: calc(18px + (23 - 18) * (100vw - 768px) / 832);
  font-size: clamp(18px, 23 / 1920 * 100vw, 23px);
  width: 100%;
  max-width: 1280px;
  height: 4.6875vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.nav .container .nav_content ul.nav li {
  position: relative;
  white-space: nowrap;
  float: left;
  height: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav .container .nav_content ul.nav li:last-child {
  border-right: none;
}
.nav .container .nav_content ul.nav li a {
  color: #fff;
  display: block;
  padding: 0 14px;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .container .nav_content ul.nav li:hover {
  background-color: rgba(17, 16, 102, 0.75);
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav .container .nav_content ul.nav li:hover > ul {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav_content ul.nav ul {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 180px;
  text-align: center;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .container .nav_content ul.nav ul li {
  background-color: rgba(0, 0, 0, 0.75);
  padding: clamp(12px, 1.25vw, 24px) 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav .container .nav_content ul.nav ul li:last-child {
  border-bottom: none;
}
.nav .container .nav_content ul.nav ul li a {
  display: block;
  text-align: center;
  font-size: calc(16px + (18 - 16) * (100vw - 768px) / 832);
  font-size: clamp(16px, 18 / 1920 * 100vw, 18px);
}
.nav .container .nav_content ul .login {
  min-width: 60px;
  height: initial;
  color: #e9e9fa;
  text-shadow: 1px 1px 2px #13144d;
  font-weight: 800;
  text-align: center;
  padding: 0.5em 1em;
  cursor: pointer;
  margin-left: 5px;
  font-size: 20px;
  background-image: url(/Games/cmj2/h5/images/btnbg_login.png?20250822);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav .container .nav_content ul .login:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
.nav .container .ham-icon {
  display: block;
  position: absolute;
  width: 12%;
  height: 12%;
  right: 0;
  top: 0;
}
@media screen and (min-width: 1280px) {
  .nav .container .ham-icon {
    display: none;
  }
}
.nav .container .ham {
  z-index: 888;
  width: 10.15625%;
  height: 0;
  padding-bottom: 10.15625%;
  display: block;
  position: fixed;
  /*top: 0;*/
  right: 0;
}
@media screen and (min-width: 576px) {
  .nav .container .ham {
    padding-bottom: 7%;
  }
}
@media screen and (min-width: 768px) {
  .nav .container .ham {
    width: 6.09375%;
    height: 0;
    padding-bottom: 6.09375%;
  }
}
.nav .container .ham-origin {
  position: absolute;
  top: 48%;
  left: 48%;
  -webkit-transform: translate(-48%, -48%);
          transform: translate(-48%, -48%);
}
.nav .container .ham-bar {
  height: 2px;
  width: 28px;
  position: absolute;
  background: white;
  margin: -1px 0 0 -15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .nav .container .ham-bar {
    height: 3px;
    width: 35px;
  }
}
.nav .container .ham-bar--top {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.nav .container .ham-bar--bottom {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.nav .container #nav-toggle {
  display: none;
}
.nav .container #nav-toggle:checked ~ .ham .ham-bar--middle {
  opacity: 0;
}
.nav .container #nav-toggle:checked ~ .ham .ham-bar--top {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nav .container #nav-toggle:checked ~ .ham .ham-bar--bottom {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav .container .menu {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5% 2em;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
  /* 用 translate 把選單藏到畫面右邊去 */
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-aspect-ratio: 16/9) {
  .nav .container .menu {
    padding: 2% 5em 5em 5em;
  }
}
.nav .container .menu_member {
  width: 100%;
  text-align: center;
  line-height: 2em;
  font-size: 18px;
  border-bottom: 1px solid #7575d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5%;
}
.nav .container .menu_member .member_id {
  font-weight: 800;
  color: #fff;
  width: 70%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .container .menu_member .member_btn {
  width: 25%;
  background: -webkit-gradient(linear, left top, left bottom, from(#695de7), to(#28297c));
  background: linear-gradient(to bottom, #695de7 0%, #28297c 100%);
  border: 1px solid #7575d9;
  margin: 5px 0;
  border-radius: 15px;
  max-width: 100px;
  cursor: pointer;
  color: #fff;
}
.nav .container #nav-toggle:checked ~ .menu {
  -webkit-transform: none;
          transform: none;
}
.nav .container .menu-list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav .container .menu-item + .menu-item {
  margin-top: 20px;
}
.nav .container .menu-item .link {
  color: #fff;
  line-height: 2em;
  width: 100%;
  display: block;
}
.nav .container .menu-item .link:hover {
  text-decoration: underline;
}
.nav .container .menu-link {
  font-size: calc(19px + 13 * (100vw - 300px) / 980);
  font-weight: bold;
  line-height: 2em;
  text-decoration: none;
  color: #7575d9;
}
.nav .container .menu-link:hover {
  color: #fff;
  text-decoration: underline;
}

.nav_member {
  width: 100%;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(82, 82, 165)), to(rgb(32, 31, 75)));
  background: linear-gradient(to bottom, rgb(82, 82, 165) 0%, rgb(32, 31, 75) 100%);
  height: 55px;
  display: none;
}
@media screen and (min-width: 992px) {
  .nav_member {
    display: block;
  }
}
.nav_member .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.nav_member .icon {
  width: 35px;
  height: 65%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.nav_member .icon.icon_LINE {
  background-image: url(/Games/cmj2/h5/images/icon_line.png?20250822);
}
.nav_member .icon.icon_GT {
  background-image: url(/Games/cmj2/h5/images/icon_GT.png?20250822);
}
.nav_member .icon.icon_FB {
  background-image: url(/Games/cmj2/h5/images/icon_fb.png?20250822);
}
.nav_member .login {
  min-width: 100px;
  height: initial;
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#695de7), to(#28297c));
  background: linear-gradient(to bottom, #695de7 0%, #28297c 100%);
  padding: 0.3em 0em;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 1.2em;
  border: 1px solid #7575d9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav_member .login:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
.nav_member .coin,
.nav_member .diamond,
.nav_member .member {
  min-width: 180px;
  height: initial;
  padding: 0.3em 1em;
  border-radius: 20px;
  background-color: #231f2d;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.2em;
  position: relative;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1%;
  border: 1px solid #7575d9;
  -webkit-box-shadow: 0px 0px 5px #000000 inset;
          box-shadow: 0px 0px 5px #000000 inset;
}
.nav_member .coin img,
.nav_member .diamond img,
.nav_member .member img {
  width: 1.5em;
}
.nav_member .coin .words,
.nav_member .diamond .words,
.nav_member .member .words {
  width: 66.6666666667%;
  height: 60%;
  position: absolute;
  left: 25%;
  top: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_member .coin .words .nums,
.nav_member .diamond .words .nums,
.nav_member .member .words .nums {
  width: 90%;
  height: 90%;
  position: relative;
}
.nav_member .coin .words .nums ul,
.nav_member .diamond .words .nums ul,
.nav_member .member .words .nums ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.nav_member .coin .words .nums ul li,
.nav_member .diamond .words .nums ul li,
.nav_member .member .words .nums ul li {
  width: 15%;
  height: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
}
.nav_member .coin .words .nums .num-comma,
.nav_member .diamond .words .nums .num-comma,
.nav_member .member .words .nums .num-comma {
  width: 8%;
  background-size: 100%;
  background-position: bottom;
}
.nav_member .coin .words .nums .num-0 {
  background-image: url(/Games/cmj2/h5/images/number/0.png?20250822);
}
.nav_member .coin .words .nums .num-1 {
  background-image: url(/Games/cmj2/h5/images/number/1.png?20250822);
}
.nav_member .coin .words .nums .num-2 {
  background-image: url(/Games/cmj2/h5/images/number/2.png?20250822);
}
.nav_member .coin .words .nums .num-3 {
  background-image: url(/Games/cmj2/h5/images/number/3.png?20250822);
}
.nav_member .coin .words .nums .num-4 {
  background-image: url(/Games/cmj2/h5/images/number/4.png?20250822);
}
.nav_member .coin .words .nums .num-5 {
  background-image: url(/Games/cmj2/h5/images/number/5.png?20250822);
}
.nav_member .coin .words .nums .num-6 {
  background-image: url(/Games/cmj2/h5/images/number/6.png?20250822);
}
.nav_member .coin .words .nums .num-7 {
  background-image: url(/Games/cmj2/h5/images/number/7.png?20250822);
}
.nav_member .coin .words .nums .num-8 {
  background-image: url(/Games/cmj2/h5/images/number/8.png?20250822);
}
.nav_member .coin .words .nums .num-9 {
  background-image: url(/Games/cmj2/h5/images/number/9.png?20250822);
}
.nav_member .coin .words .nums .num-comma {
  background-image: url(/Games/cmj2/h5/images/number/comma.png?20250822);
}
.nav_member .diamond .words .nums .num-0 {
  background-image: url(/Games/cmj2/h5/images/number/b_0.png?20250822);
}
.nav_member .diamond .words .nums .num-1 {
  background-image: url(/Games/cmj2/h5/images/number/b_1.png?20250822);
}
.nav_member .diamond .words .nums .num-2 {
  background-image: url(/Games/cmj2/h5/images/number/b_2.png?20250822);
}
.nav_member .diamond .words .nums .num-3 {
  background-image: url(/Games/cmj2/h5/images/number/b_3.png?20250822);
}
.nav_member .diamond .words .nums .num-4 {
  background-image: url(/Games/cmj2/h5/images/number/b_4.png?20250822);
}
.nav_member .diamond .words .nums .num-5 {
  background-image: url(/Games/cmj2/h5/images/number/b_5.png?20250822);
}
.nav_member .diamond .words .nums .num-6 {
  background-image: url(/Games/cmj2/h5/images/number/b_6.png?20250822);
}
.nav_member .diamond .words .nums .num-7 {
  background-image: url(/Games/cmj2/h5/images/number/b_7.png?20250822);
}
.nav_member .diamond .words .nums .num-8 {
  background-image: url(/Games/cmj2/h5/images/number/b_8.png?20250822);
}
.nav_member .diamond .words .nums .num-9 {
  background-image: url(/Games/cmj2/h5/images/number/b_9.png?20250822);
}
.nav_member .diamond .words .nums .num-comma {
  background-image: url(/Games/cmj2/h5/images/number/b_comma.png?20250822);
}

/* ================= 內容 ================= */
.page_header {
  width: 100%;
  height: 32.4vw;
  position: relative;
  background-image: url(/Games/cmj2/h5/images/page_banner.jpg?v=20250822);
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 576px) {
  .page_header {
    height: 23.4vw;
    background-size: 100%;
  }
}
.page_header .title.title {
  position: absolute;
  width: 48%;
  bottom: 7.5vw;
  left: 26%;
}
.page_header .title.title img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .page_header .title.title {
    width: 32.8125%;
    bottom: 6vw;
    left: 34%;
  }
}

.content {
  width: 100%;
  background-size: 150%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1400px) {
  .content {
    background-size: inherit;
  }
}
.content .container {
  position: relative;
  margin-top: 0;
  padding: 0 3em;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .content .container {
    max-width: 1200px;
    margin-top: 10px;
  }
}
.content .container_top {
  width: 100%;
  height: 0;
  padding-bottom: 9%;
  left: 0;
  top: 0;
  display: block;
  background-image: url(/Games/cmj2/h5/images/cont_top.png?v=20250822);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: 2em;
}
.content .container_end {
  width: 100%;
  height: 0;
  padding-bottom: 9%;
  left: 0;
  top: 0;
  display: block;
  background-image: url(/Games/cmj2/h5/images/cont_end.png?v=20250822);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.content .text_container {
  border-radius: 1em;
  margin: 0 auto;
  word-break: break-all;
  background-image: url(/Games/cmj2/h5/images/cont_repeat.png?v=20250822);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: bottom center;
}
.content .text_container .item {
  padding-bottom: 2em;
}
.content .text_container .item p {
  font-size: 1.2em;
}
.content .text_container .item .title {
  font-size: 1.5rem;
  color: #fde400;
}
.content .text_container .item .pic {
  margin: 2% 0;
}
.content .acc-container {
  width: 90%;
  margin: 30px auto 0 auto;
  border-radius: 8px;
  overflow: hidden;
}
.content .acc-btn {
  width: 100%;
  margin: 0 auto;
  padding: 20px 25px;
  cursor: pointer;
  background-image: url(/Games/cmj2/h5/images/navbg.png?v=20250822);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: inherit;
  background-color: #7701c4;
}
.content .acc-btn h4 {
  color: #ffac00;
  margin: 0;
}
.content .acc-content {
  height: 0px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#20a2ea), color-stop(80%, #a81ceb));
  background: linear-gradient(to bottom, #20a2ea 0%, #a81ceb 80%);
}
.content .acc-content-inner {
  padding: 30px;
}
@media screen and (min-width: 1400px) {
  .content .acc-content-inner img {
    max-width: 80%;
  }
}
.content .acc-content-inner h1 {
  font: 700 20px/26px "Lato", sans-serif;
  color: #ffffff;
}
.content .acc-content-inner p {
  font: 400 16px/24px "Lato", sans-serif;
  color: #fff;
}
.content .open {
  height: auto;
}
.content .selected {
  color: #1ABC9C;
}
.content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 2em;
  width: 100%;
}
.content h3 img {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .content h3 img {
    max-width: 100%;
  }
}
.content h4 {
  position: relative;
  display: inline-block;
  color: #facf00;
  border-bottom: 1px solid #facf00;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 16px 0;
  margin-bottom: 2em !important;
  width: 100%;
  padding: 0.4rem 0.8rem;
}
.content h4:before {
  content: "";
  background-size: 100%;
  position: absolute;
  left: -1em;
  top: 0;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  margin: 0 4px 0 0;
}
.content h4 img {
  display: block;
  max-width: 70%;
}
@media screen and (min-width: 1400px) {
  .content h4 img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .content h4 {
    margin: 0 0 16px calc(-1.2em - 5px);
    font-size: 1.2rem;
  }
}
.content h5 {
  font-size: 1.2em;
  padding: 0.8em;
  text-align: center;
  margin-bottom: 16px;
  background-image: #8439FF;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(132, 57, 255, 0)), color-stop(20%, rgb(179.5227272727, 133.5, 255)), color-stop(40%, #8439FF), color-stop(60%, #8439FF), color-stop(80%, rgb(179.5227272727, 133.5, 255)), to(rgba(132, 57, 255, 0)));
  background-image: linear-gradient(to left, rgba(132, 57, 255, 0) 0%, rgb(179.5227272727, 133.5, 255) 20%, #8439FF 40%, #8439FF 60%, rgb(179.5227272727, 133.5, 255) 80%, rgba(132, 57, 255, 0) 100%);
  color: #fff;
}
.content h5.color2 {
  font-size: 1.5em;
  background-image: #f7b70f;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 183, 15, 0)), color-stop(20%, rgb(249.4677419355, 205.2096774194, 89.0322580645)), color-stop(40%, #f7b70f), color-stop(60%, #f7b70f), color-stop(80%, rgb(249.4677419355, 205.2096774194, 89.0322580645)), to(rgba(247, 183, 15, 0)));
  background-image: linear-gradient(to left, rgba(247, 183, 15, 0) 0%, rgb(249.4677419355, 205.2096774194, 89.0322580645) 20%, #f7b70f 40%, #f7b70f 60%, rgb(249.4677419355, 205.2096774194, 89.0322580645) 80%, rgba(247, 183, 15, 0) 100%);
  color: rgb(49.3548387097, 36.1935483871, 1.6451612903);
}
.content h6 {
  font-size: 1.125em;
  line-height: 1.5em;
  padding: 15px;
  text-align: left;
  color: #dfddaf;
  margin-bottom: 16px;
}
.content h6 span {
  padding: 5px 15px;
  background: #dfddaf;
  border-radius: 8px;
  color: rgb(64, 7, 70);
  margin-right: 6px;
  font-weight: bold;
}
.content p a {
  color: #00a0fd;
  text-decoration: underline;
}
.content p a:hover {
  color: #ff20cf;
}
.content ol a,
.content ul a {
  color: #fde400;
  text-decoration: underline;
}
.content ol a:hover,
.content ul a:hover {
  color: #ff20cf;
}

.content__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.content__btn div {
  width: 150px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 142px;
  border-radius: 30px;
  border: 2px solid #FFE782;
  background: -webkit-gradient(linear, right top, left top, from(rgb(232, 187.456, 0)), to(#FFE782));
  background: linear-gradient(to left, rgb(232, 187.456, 0) 0%, #FFE782 100%);
  color: rgb(51, 41.208, 0);
}
.content__btn div a {
  width: 142px;
  display: block;
  border: 2px solid #1293FF;
  border-radius: 15px;
  color: #1293FF;
  padding: 6px 1.25em;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .content__btn div a {
    padding: 12px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: 0;
  left: -1em;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  color: #ffe049;
  text-shadow: 1px 1px 2px #4f2a00;
  font-size: 3.5em;
  display: block;
  position: absolute;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-weight: bold;
  color: #4a0000;
  font-size: 0.7em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  margin-bottom: 16px;
}
.btnBox a {
  width: auto;
  border: 1px solid rgb(222.5785714286, 166, 255);
  padding: 0.6em 2em;
  font-size: 1.15em;
  cursor: pointer;
  white-space: nowrap;
  background-image: #cc73ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(181.7057142857, 53.8, 255)), color-stop(20%, rgb(181.7057142857, 53.8, 255)), color-stop(40%, #cc73ff), color-stop(60%, #cc73ff), color-stop(80%, rgb(181.7057142857, 53.8, 255)), to(rgb(181.7057142857, 53.8, 255)));
  background-image: linear-gradient(to bottom, rgb(181.7057142857, 53.8, 255) 0%, rgb(181.7057142857, 53.8, 255) 20%, #cc73ff 40%, #cc73ff 60%, rgb(181.7057142857, 53.8, 255) 80%, rgb(181.7057142857, 53.8, 255) 100%);
  -webkit-box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
          box-shadow: 0px 3px 3px hsl(278.1428571429, 150%, 42.5490196078%);
  color: #fff;
}
.btnBox a:hover {
  border: 1px solid rgb(255, 191.4285714286, 166);
  background-image: #ff9b73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 111.2857142857, 53.8)), color-stop(20%, rgb(255, 111.2857142857, 53.8)), color-stop(40%, #ff9b73), color-stop(60%, #ff9b73), color-stop(80%, rgb(255, 111.2857142857, 53.8)), to(rgb(255, 111.2857142857, 53.8)));
  background-image: linear-gradient(to bottom, rgb(255, 111.2857142857, 53.8) 0%, rgb(255, 111.2857142857, 53.8) 20%, #ff9b73 40%, #ff9b73 60%, rgb(255, 111.2857142857, 53.8) 80%, rgb(255, 111.2857142857, 53.8) 100%);
  -webkit-box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
          box-shadow: 0px 2px 2px #d93e00, inset 0 1px 1px 1px rgb(255, 184.1428571429, 155.8), inset 0 -8px 8px 0px rgb(255, 213.2857142857, 196.6);
  top: 2px;
  color: #fff;
}

/* ================= item__box ================= */
.item__box {
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 10px 10px 0 0;
  border: 3px solid #8439FF;
  margin: 0 auto;
  margin-bottom: 16px;
  font-size: calc(15px + 2 * (100vw - 300px) / 980);
}
.item__box .item__box--shadow {
  -webkit-box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
          box-shadow: 0px 2px 2px 2px rgba(25, 23, 39, 0.2);
}
.item__box .item__box-title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(100.3181818182, 6, 255)), color-stop(20%, #8439FF), color-stop(80%, #8439FF), to(rgb(100.3181818182, 6, 255)));
  background: linear-gradient(to right, rgb(100.3181818182, 6, 255) 0%, #8439FF 20%, #8439FF 80%, rgb(100.3181818182, 6, 255) 100%);
  color: #fff;
}
.item__box .item__box-title img {
  display: block;
  margin: 0 auto;
}
.item__box .item__box-get {
  text-align: center;
  color: #b50abe;
  font-weight: bold;
}
.item__box .item__box-get .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item__box .item__box-text {
  text-align: left;
}
.item__box .item__box--02 {
  background-color: #ffffff;
  border: 3px #8439FF solid;
  border-radius: 10px;
  height: 100%;
}
.item__box .item__box--02 .item__box-title {
  color: #fff;
}
.item__box-img img {
  border-radius: 0px;
}
.item-title {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  background-color: #8439FF;
  border-radius: 12px;
  border: 3px solid #000;
  padding: 5px 0;
}
.item-title img {
  vertical-align: middle;
}

.introduceicon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.introduceicon li {
  list-style-type: none;
  width: 100%;
  padding-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 576px) {
  .introduceicon li {
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .introduceicon li {
    width: 30.3333333333%;
    display: block;
  }
}
.introduceicon li img {
  max-width: 30%;
  margin-right: 5%;
}
@media screen and (min-width: 1280px) {
  .introduceicon li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.introduceicon li .text {
  width: 70%;
}
@media screen and (min-width: 1280px) {
  .introduceicon li .text {
    width: 100%;
  }
}
.introduceicon li .text p {
  width: 100%;
  font-size: 1.2em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .introduceicon li .text p {
    text-align: center;
  }
}
.introduceicon li .text .title {
  width: 100%;
  font-size: 1.5rem;
  color: #fde400;
  text-align: left;
  margin: 5% 0;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .introduceicon li .text .title {
    text-align: center;
  }
}

.gameicon_large {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gameicon_large li {
  list-style-type: none;
  display: block;
  width: 85%;
  padding: 0 1%;
  margin: 0.5% 0;
}
.gameicon_large li img {
  width: 100%;
}
.gameicon_large li a:hover, .gameicon_large li a:active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(1.25);
}
.gameicon_large li.gray {
  -webkit-filter: grayscale(100%);
}
.gameicon_small {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2%;
}
.gameicon_small > li {
  list-style-type: none;
  display: block;
  width: 45%;
  margin-right: 2%;
}
@media screen and (min-width: 576px) {
  .gameicon_small > li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .gameicon_small > li {
    width: 18%;
  }
}

.gameicon_other_pic {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gameicon_other_details {
  width: 100%;
  padding-bottom: 120%;
  white-space: nowrap;
  cursor: text;
  position: relative;
  list-style-type: none;
  background-position: top center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.gameicon_other_details:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.gameicon_other_details li {
  color: #FFF;
  text-align: center;
  padding: 0.5em;
  width: 90%;
  height: 40%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.gameicon_other_details li:hover {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  bottom: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gameicon_other_details li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
  border: 1px solid #FFF;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  text-decoration: none;
}
.gameicon_other_details li a:hover {
  color: #FF0 !important;
  border: 1px solid #FF0;
}
@media screen and (min-width: 576px) {
  .gameicon_other_details li a {
    padding: 15%;
  }
}

.hall_tit {
  text-align: left;
  margin-bottom: 15px;
  font-size: 110%;
}

.hall_box {
  margin-top: 20px;
}

.hall_box_container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  vertical-align: top;
  margin: 0px auto 15px auto;
}
@media screen and (min-width: 992px) {
  .hall_box_container {
    width: 70%;
  }
}

.hall_ad {
  width: 49%;
  text-align: center;
  border: 3px solid #b79771;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 10px #000;
          box-shadow: 2px 2px 10px #000;
}

.hall_ad img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/*滑入放大*/
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*================= table================= */
.table tr td, .table tr th {
  border: 1px solid #502497;
}

.table {
  border-collapse: initial;
  border-radius: 5px;
  color: #202c0d;
  border: 3px solid #502497;
}
.table tr {
  background: #fff;
}
.table tr th {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(106.6545454545, 16.2, 255)), to(#8439FF));
  background: linear-gradient(to top, rgb(106.6545454545, 16.2, 255) 0%, #8439FF 100%);
  color: #fff;
}
.table tr th.thStyle02 {
  color: #752b00;
  background: #ffec80;
}
.table tr td {
  /*單格變色*/
}
.table tr td p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table tr td img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.table tr td img.img-inline {
  width: 4em;
  display: inline;
  margin: 0;
}
.table tr td[data-tdstyle=style01] {
  background-color: #f6f6f6;
}

/* ================= 說明框 ================= */
.explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explanation .note-main {
  color: #210032;
  border: 5px solid #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 8px 2px #8439FF;
          box-shadow: 0px 0px 8px 2px #8439FF;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(155.7613636364, 95.25, 255)), to(rgb(108.2386363636, 18.75, 255)));
  background: linear-gradient(to top, rgb(155.7613636364, 95.25, 255) 0%, rgb(108.2386363636, 18.75, 255) 100%);
  margin: 0 auto;
  padding: 10px 20px;
  text-align: left;
  color: 262.7272727273deg;
  color: 61.1764705882%;
  color: #fff;
}
.explanation .note-main .icon_tit {
  width: 169px;
  height: 169px;
  position: absolute;
  top: -47%;
  left: 56%;
  z-index: 9;
  background-image: url(../../images/icon_tit.png);
  background-repeat: no-repeat;
  background-position: center;
}
.explanation .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explanation .symbol i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .explanation .symbol i {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*================= 內容區塊獨立樣式設定 =================*/
.card {
  padding: 30px;
  margin: 8px 0;
}
.card-notice {
  color: #988a5e;
  line-height: 1.5em;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3d16b), to(#fbe49f));
  background: linear-gradient(to top, #f3d16b 0%, #fbe49f 100%);
}
.card-notice2 {
  border-radius: 10px;
  background: #fee0c3;
  outline: 2px dashed #ffffff;
  outline-offset: -12px;
  background: linear-gradient(20deg, #af49c9 0%, #7c50ce 100%);
}
.card-notice2 h4 {
  color: #f0c2ff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.card-notice2 h4::before {
  content: inherit;
}
.card-notice2 .f-danger {
  color: #ffb9b9;
}
.card-notice2 .subtitle {
  color: #ffd000;
  font-weight: bold;
}
.card-notice2 p {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}
/*================= tableNote =================*/
.DESClabel {
  position: relative;
}
.DESClabel .label {
  width: 110px;
  position: absolute;
  top: -3em;
  left: 50%;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  padding: 5px;
  background-color: #af2ec6;
  color: #fff;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.125em;
  text-indent: 0;
  z-index: 1;
}
.DESClabel .label::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #af2ec6;
  border-right: 15px solid transparent;
  right: 60%;
  bottom: -15px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.DESClabel .ribbon {
  width: 30px;
  top: -6px;
  right: -1em;
  font-size: 1rem;
  background: linear-gradient(-30deg, #eeaf3a 0%, #eeaf3a 10%, #ffe9bf 80%, #fdd486 100%);
  position: absolute;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 10;
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .DESClabel .ribbon {
    width: 35px;
    top: -6px;
    right: -1em;
    font-size: 1.15rem;
  }
}
.DESClabel .ribbon p {
  color: rgb(75, 40, 0);
  text-orientation: upright;
  -webkit-text-orientation: upright;
  font-weight: normal;
  font-weight: bold;
}
.DESClabel .ribbon:before, .DESClabel .ribbon:after {
  content: "";
  position: absolute;
}
.DESClabel .ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #8d6a28;
  border-right: 0 solid transparent;
  border-left: 6px solid transparent;
  right: initial;
  left: -6px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .DESClabel .ribbon:before {
    border-bottom: 6px solid #8d6a28;
    border-left: 6px solid transparent;
  }
}
.DESClabel .ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #eeaf3a;
  border-right: 15px solid #eeaf3a;
  border-bottom: 15px solid transparent;
  bottom: -15px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .DESClabel .ribbon:after {
    border-left: 17.5px solid #eeaf3a;
    border-right: 17.5px solid #eeaf3a;
  }
}
.DESClabel .comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .DESClabel .comment {
    left: calc(50% + 30px);
  }
}
.DESClabel .comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 3.5em;
  position: absolute;
  display: inline-block;
  color: #ff0000;
}
.DESClabel .comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.125em;
  letter-spacing: 0;
}
.DESClabel .comment-purple:before {
  color: #d858ff;
}
.DESClabel .comment01 {
  top: -0.5em;
  left: inherit;
  left: calc(50% + 150px);
}
.DESClabel .comment01::before {
  font-size: 7.5em;
}

/*================= box-單雙欄分色(box-compose) ================= */
.box-compose .box-composeTitle {
  width: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeTitle p {
  background-color: #ff5757;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.box-compose .box-composeMain {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
}
.box-compose .box-composeMain-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  color: #e3dcff;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}
.box-compose .box-composeMain-block .itemlist {
  margin: 5px;
}
.box-compose .box-composeMain img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.box-compose .box-composeMain:nth-child(even) {
  background-color: #ad75e2;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block {
  background: #e2a5ff;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(even) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .box-composeMain:nth-child(odd) {
  background-color: #9d89f8;
  white-space: 10px;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block {
  background: #d2bdf8;
  color: #100632;
}
.box-compose .box-composeMain:nth-child(odd) .box-composeMain-block.symbol {
  background: transparent;
  color: #100632;
  font-size: 1.5em;
}
.box-compose .symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.35);
}
.box-compose .symbol i {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .box-compose .symbol i {
    font-size: 1.5rem;
  }
}
.box-compose .icon-equal {
  -webkit-filter: opacity(0.5);
          filter: opacity(0.5);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .box-compose .icon-equal {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.box-compose .number {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .box-compose .number {
    font-size: 1.8rem;
  }
}

ul.playNow {
  position: absolute;
  height: 9.5vw;
  width: 73%;
  bottom: 3%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/Games/cmj2/h5/images/playNow_bg.png?v=20250822);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  ul.playNow {
    width: 40%;
    height: 4.5vw;
    bottom: 10%;
  }
}
@media screen and (min-width: 992px) {
  ul.playNow {
    bottom: 9%;
  }
}
ul.playNow li {
  width: 19%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 5px;
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.playNow li:hover, ul.playNow li.active {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
ul.playNow li.playNow_title {
  background-image: url(/Games/cmj2/h5/images/playNow_tit.png?v=20250822);
  background-position: center;
  max-width: 148px;
  width: 15.1020408163%;
}
@media screen and (min-width: 576px) {
  ul.playNow li.playNow_title {
    width: 18.5%;
  }
}
ul.playNow li.playNow_title:hover, ul.playNow li.playNow_title.active {
  -webkit-filter: brightness(1);
  cursor: default;
}
ul.playNow li.btn_fb {
  background-image: url(/Games/cmj2/h5/images/playNow_fb_sub.png?v=20250822);
}
ul.playNow li.btn_gt {
  background-image: url(/Games/cmj2/h5/images/playNow_gt_sub.png?v=20250822);
}
ul.playNow li.btn_line {
  background-image: url(/Games/cmj2/h5/images/playNow_line_sub.png?v=20250822);
}
ul.playNow_index {
  position: absolute;
  height: 14vw;
  width: 100%;
  bottom: 23.5%;
  left: 50%;
  margin: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/Games/cmj2/h5/images/playNow_bg.png?v=20250822);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  ul.playNow_index {
    width: 45%;
    height: 7vw;
    bottom: 22.5%;
  }
}
@media screen and (min-width: 992px) {
  ul.playNow_index {
    bottom: 20.6%;
  }
}
ul.playNow_index li {
  width: 27%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 5px;
  display: block;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 576px) {
  ul.playNow_index li {
    width: 29%;
  }
}
ul.playNow_index li.playNow_tit {
  background-image: url(/Games/cmj2/h5/images/playNow_tit.png?v=20250822);
  background-position: center;
  max-width: 147px;
  width: 20%;
}
@media screen and (min-width: 576px) {
  ul.playNow_index li.playNow_tit {
    width: 18.375%;
  }
}
ul.playNow_index li.playNow_tit:hover, ul.playNow_index li.playNow_tit.active {
  -webkit-filter: brightness(1);
  cursor: default;
}
ul.playNow_index li.btn_fb, ul.playNow_index li.btn_line {
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.playNow_index li.btn_fb:hover, ul.playNow_index li.btn_line:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
ul.playNow_index li.btn_fb {
  background-image: url(/Games/cmj2/h5/images/playNow_fb.png?v=20250822);
}
ul.playNow_index li.btn_line {
  background-image: url(/Games/cmj2/h5/images/playNow_line.png?v=20250822);
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
}
ul.tabBtn li a {
  display: block;
  width: 120px;
  position: relative;
  padding: 8px 16px;
  margin: 8px;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid rgb(160.8, 102, 255);
  -webkit-box-shadow: 0px 3px 3px #00e1ff;
          box-shadow: 0px 3px 3px #00e1ff;
  text-decoration: none;
  background-image: rgb(78.4, 0, 204);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(129.4, 51, 255)), color-stop(20%, rgb(129.4, 51, 255)), color-stop(40%, rgb(78.4, 0, 204)), color-stop(60%, rgb(78.4, 0, 204)), color-stop(80%, rgb(129.4, 51, 255)), to(rgb(129.4, 51, 255)));
  background-image: linear-gradient(to bottom, rgb(129.4, 51, 255) 0%, rgb(129.4, 51, 255) 20%, rgb(78.4, 0, 204) 40%, rgb(78.4, 0, 204) 60%, rgb(129.4, 51, 255) 80%, rgb(129.4, 51, 255) 100%);
  -webkit-box-shadow: 0px 3px 3px rgb(29.4, 0, 76.5);
          box-shadow: 0px 3px 3px rgb(29.4, 0, 76.5);
  color: #fff;
}
@media screen and (min-width: 420px) {
  ul.tabBtn li a {
    width: 150px;
  }
}
ul.tabBtn li:hover a, ul.tabBtn li.active a {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid rgb(255, 220.7, 157);
  background-image: rgb(255, 199.28, 95.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 170.72, 14.2)), color-stop(20%, rgb(255, 170.72, 14.2)), color-stop(40%, rgb(255, 199.28, 95.8)), color-stop(60%, rgb(255, 199.28, 95.8)), color-stop(80%, rgb(255, 170.72, 14.2)), to(rgb(255, 170.72, 14.2)));
  background-image: linear-gradient(to bottom, rgb(255, 170.72, 14.2) 0%, rgb(255, 170.72, 14.2) 20%, rgb(255, 199.28, 95.8) 40%, rgb(255, 199.28, 95.8) 60%, rgb(255, 170.72, 14.2) 80%, rgb(255, 170.72, 14.2) 100%);
  -webkit-box-shadow: 0px 2px rgb(233.5, 151.775, 0), inset 0 2px 2px 2px #ffb937, inset 0 -10px 10px 0px rgb(255, 206.42, 116.2);
          box-shadow: 0px 2px rgb(233.5, 151.775, 0), inset 0 2px 2px 2px #ffb937, inset 0 -10px 10px 0px rgb(255, 206.42, 116.2);
  color: rgb(102, 66.3, 0);
}
ul.tabBtn li:nth-child(2):hover a, ul.tabBtn li:nth-child(2).active a {
  color: #fff;
  border: 1px solid #ff6666;
  background-image: rgb(255, 40.8, 40.8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(214.2, 0, 0)), color-stop(20%, rgb(214.2, 0, 0)), color-stop(40%, rgb(255, 40.8, 40.8)), color-stop(60%, rgb(255, 40.8, 40.8)), color-stop(80%, rgb(214.2, 0, 0)), to(rgb(214.2, 0, 0)));
  background-image: linear-gradient(to bottom, rgb(214.2, 0, 0) 0%, rgb(214.2, 0, 0) 20%, rgb(255, 40.8, 40.8) 40%, rgb(255, 40.8, 40.8) 60%, rgb(214.2, 0, 0) 80%, rgb(214.2, 0, 0) 100%);
  -webkit-box-shadow: 0px 2px rgb(178.5, 0, 0), inset 0 2px 2px 2px #f00, inset 0 -10px 10px 0px rgb(255, 61.2, 61.2);
          box-shadow: 0px 2px rgb(178.5, 0, 0), inset 0 2px 2px 2px #f00, inset 0 -10px 10px 0px rgb(255, 61.2, 61.2);
}
ul.tabBtn li:nth-child(3):hover a, ul.tabBtn li:nth-child(3).active a {
  color: #fff;
  border: 1px solid rgb(127.8017241379, 169.2672413793, 252.1982758621);
  background-image: rgb(67.9206896552, 128.9068965517, 250.8793103448);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(5.1120689655, 80.7706896552, 232.0879310345)), color-stop(20%, rgb(5.1120689655, 80.7706896552, 232.0879310345)), color-stop(40%, rgb(67.9206896552, 128.9068965517, 250.8793103448)), color-stop(60%, rgb(67.9206896552, 128.9068965517, 250.8793103448)), color-stop(80%, rgb(5.1120689655, 80.7706896552, 232.0879310345)), to(rgb(5.1120689655, 80.7706896552, 232.0879310345)));
  background-image: linear-gradient(to bottom, rgb(5.1120689655, 80.7706896552, 232.0879310345) 0%, rgb(5.1120689655, 80.7706896552, 232.0879310345) 20%, rgb(67.9206896552, 128.9068965517, 250.8793103448) 40%, rgb(67.9206896552, 128.9068965517, 250.8793103448) 60%, rgb(5.1120689655, 80.7706896552, 232.0879310345) 80%, rgb(5.1120689655, 80.7706896552, 232.0879310345) 100%);
  -webkit-box-shadow: 0px 2px rgb(4.3426724138, 68.6142241379, 197.1573275862), inset 0 2px 2px 2px #1c66fa, inset 0 -10px 10px 0px rgb(87.8810344828, 142.3603448276, 251.3189655172);
          box-shadow: 0px 2px rgb(4.3426724138, 68.6142241379, 197.1573275862), inset 0 2px 2px 2px #1c66fa, inset 0 -10px 10px 0px rgb(87.8810344828, 142.3603448276, 251.3189655172);
}
ul.tabBtn li:nth-child(4):hover a, ul.tabBtn li:nth-child(4).active a {
  color: #fff;
  border: 1px solid rgb(18.6326530612, 230.3673469388, 50.8163265306);
  background-image: rgb(14.0530612245, 173.7469387755, 38.3265306122);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(7.9469387755, 98.2530612245, 21.6734693878)), color-stop(20%, rgb(7.9469387755, 98.2530612245, 21.6734693878)), color-stop(40%, rgb(14.0530612245, 173.7469387755, 38.3265306122)), color-stop(60%, rgb(14.0530612245, 173.7469387755, 38.3265306122)), color-stop(80%, rgb(7.9469387755, 98.2530612245, 21.6734693878)), to(rgb(7.9469387755, 98.2530612245, 21.6734693878)));
  background-image: linear-gradient(to bottom, rgb(7.9469387755, 98.2530612245, 21.6734693878) 0%, rgb(7.9469387755, 98.2530612245, 21.6734693878) 20%, rgb(14.0530612245, 173.7469387755, 38.3265306122) 40%, rgb(14.0530612245, 173.7469387755, 38.3265306122) 60%, rgb(7.9469387755, 98.2530612245, 21.6734693878) 80%, rgb(7.9469387755, 98.2530612245, 21.6734693878) 100%);
  -webkit-box-shadow: 0px 2px rgb(5.2755102041, 65.2244897959, 14.387755102), inset 0 2px 2px 2px #0b881e, inset 0 -10px 10px 0px rgb(15.5795918367, 192.6204081633, 42.4897959184);
          box-shadow: 0px 2px rgb(5.2755102041, 65.2244897959, 14.387755102), inset 0 2px 2px 2px #0b881e, inset 0 -10px 10px 0px rgb(15.5795918367, 192.6204081633, 42.4897959184);
}
ul.tabBtn li:nth-child(5):hover a, ul.tabBtn li:nth-child(5).active a {
  color: #fff;
  border: 1px solid rgb(18.6326530612, 230.3673469388, 159.2244897959);
  background-image: rgb(14.0530612245, 173.7469387755, 120.0897959184);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(7.9469387755, 98.2530612245, 67.9102040816)), color-stop(20%, rgb(7.9469387755, 98.2530612245, 67.9102040816)), color-stop(40%, rgb(14.0530612245, 173.7469387755, 120.0897959184)), color-stop(60%, rgb(14.0530612245, 173.7469387755, 120.0897959184)), color-stop(80%, rgb(7.9469387755, 98.2530612245, 67.9102040816)), to(rgb(7.9469387755, 98.2530612245, 67.9102040816)));
  background-image: linear-gradient(to bottom, rgb(7.9469387755, 98.2530612245, 67.9102040816) 0%, rgb(7.9469387755, 98.2530612245, 67.9102040816) 20%, rgb(14.0530612245, 173.7469387755, 120.0897959184) 40%, rgb(14.0530612245, 173.7469387755, 120.0897959184) 60%, rgb(7.9469387755, 98.2530612245, 67.9102040816) 80%, rgb(7.9469387755, 98.2530612245, 67.9102040816) 100%);
  -webkit-box-shadow: 0px 2px rgb(5.2755102041, 65.2244897959, 45.0816326531), inset 0 2px 2px 2px #0b885e, inset 0 -10px 10px 0px rgb(15.5795918367, 192.6204081633, 133.1346938776);
          box-shadow: 0px 2px rgb(5.2755102041, 65.2244897959, 45.0816326531), inset 0 2px 2px 2px #0b885e, inset 0 -10px 10px 0px rgb(15.5795918367, 192.6204081633, 133.1346938776);
}

.tabMain {
  display: none;
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .tabMain {
    padding: 20px;
  }
}
.tabMain.active {
  display: block;
}
.tabMain ul.article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}
@media screen and (min-width: 1280px) {
  .tabMain ul.article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tabMain ul.article li {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 12px;
  background-image: linear-gradient(135deg, #fafafa, #e9f0f4);
  background-size: cover;
  -webkit-box-shadow: 0 8px 24px 0 rgba(38, 61, 89, 0.24), inset -4px -4px 4px 0 rgba(38, 61, 89, 0.24), inset 4px 4px 4px 0 #fff;
          box-shadow: 0 8px 24px 0 rgba(38, 61, 89, 0.24), inset -4px -4px 4px 0 rgba(38, 61, 89, 0.24), inset 4px 4px 4px 0 #fff;
  margin: 2.5%;
}
@media screen and (min-width: 576px) {
  .tabMain ul.article li {
    width: 45%;
    margin: 1.5%;
  }
}
@media screen and (min-width: 1280px) {
  .tabMain ul.article li {
    width: 30%;
  }
}
.tabMain ul.article li:hover, .tabMain ul.article li:active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.tabMain ul.article li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: unset;
}
.tabMain ul.article li > a img {
  width: 100%;
  -o-object-position: center 33%;
     object-position: center 33%;
  border-radius: 12px 12px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabMain ul.article li > a h2 {
  min-height: 32px;
  background-color: #fbc323;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-size: 17px;
  font-weight: 800;
  font-stretch: 90%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  left: -16px;
  right: 48px;
  bottom: 32px;
  text-align: left;
}
.tabMain ul.article li > a .area {
  width: 100%;
  margin-top: 24px;
  padding: 0 16px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tabMain ul.article li > a .area .time {
  font-size: 15px;
  font-weight: 800;
  font-stretch: 90%;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  margin: 0;
}
.tabMain ul.article li > a .area p {
  font-size: 12px;
  color: #452201;
  text-shadow: 1px 1px 0 #fff8e4;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tabMain .logoicon {
  display: block;
  width: 100%;
  padding-bottom: 30%;
  background: url(/Games/cmj2/h5/images/add-to-shortcut/pic7.png?v=20250822) no-repeat center;
  background-size: 70%;
  text-indent: -9999px;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .tabMain .logoicon {
    background-size: 50%;
  }
}

#tabB.tabMain ul.article li > a h2 {
  background-color: #b30303;
  color: #fff;
  text-shadow: 1px 1px 0 #200000;
}

#tabC.tabMain ul.article li > a h2 {
  background-color: #0640b5;
  color: #fff;
  text-shadow: 1px 1px 0 #071f4f;
}

#tabD.tabMain ul.article li > a h2 {
  background-color: #215100;
  color: #fff;
  text-shadow: 1px 1px 0 #0e2201;
}

#tabE.tabMain ul.article li > a h2 {
  background-color: #0b885e;
  color: #fff;
  text-shadow: 1px 1px 0 #033927;
}

.articleTime {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 420px) {
  .articleTime {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.articleTime .time {
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  color: #fbc323;
  margin: 12px 16px 16px 0;
}
.articleTime .icon-tag-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.articleTime .icon-tag-box .icon-tag {
  height: 24px;
  padding: 4px 8px;
  background-color: rgb(251, 195, 35);
  border-radius: 4px;
  color: #452201;
  font-size: 14px;
  font-weight: 800;
  font-stretch: 90%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.articleTime .icon-tag-box .slot {
  background-color: #b30303;
  color: #fff;
}
.articleTime .icon-tag-box .fish {
  background-color: #0640b5;
  color: #fff;
}
.articleTime .icon-tag-box .mj {
  background-color: #215100;
  color: #fff;
}
.articleTime .icon-tag-box .other {
  background-color: #0b885e;
  color: #fff;
}

.part {
  margin-bottom: 16px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.part .img {
  width: 100%;
}
@media screen and (min-width: 420px) {
  .part .img {
    width: 30%;
  }
}
.part .img img {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin: 5% auto;
}
@media screen and (min-width: 420px) {
  .part .img img {
    width: 100%;
    max-width: 300px;
  }
}
.part p {
  width: 100%;
  text-align: left;
  padding: 2%;
}
@media screen and (min-width: 420px) {
  .part p {
    width: 70%;
  }
}
.part:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.part .title {
  font-size: calc(25px + (30 - 25) * (100vw - 768px) / 832);
  font-size: clamp(25px, 30 / 1920 * 100vw, 30px);
  width: 100%;
  color: #f4bd22;
  border-bottom: 1px #f4bd22 solid;
  padding: 1% 0 0.2% 0;
  font-weight: 800;
}
@media screen and (min-width: 1280px) {
  .part .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.part ul,
.part ol {
  padding: 2%;
}

.popup {
  position: absolute;
  width: 80%;
  padding-bottom: 0.7em;
  top: 10%;
  left: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f2ba0), to(#6a4fcd));
  background: linear-gradient(#3f2ba0, #6a4fcd);
  border-radius: 20px;
  -webkit-box-shadow: inset 0 3px 1px #7250f8;
          box-shadow: inset 0 3px 1px #7250f8;
}
@media screen and (min-width: 1280px) {
  .popup {
    width: 25.8413461538%;
    top: 10%;
    left: 38%;
  }
}
.popup .popupBtn {
  width: 83.9534883721%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 1280px) {
  .popup .popupBtn {
    top: 25.8964143426%;
  }
}
.popup .popupBtn .title {
  width: 96.976744186%;
  padding-bottom: 14.9402390438%;
  background-image: url(/Games/cmj2/h5/images/popupTitle.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: 5%;
}
.popup .btn_gametower,
.popup .btn_FB,
.popup .btn_LINE {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 25%;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup .btn_gametower:hover, .popup .btn_gametower:active,
.popup .btn_FB:hover,
.popup .btn_FB:active,
.popup .btn_LINE:hover,
.popup .btn_LINE:active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(1.2);
}
.popup .btn_gametower {
  background-image: url(/Games/cmj2/h5/images/gametower_button.png?v=20250822);
}
.popup .btn_fb {
  background-image: url(/Games/cmj2/h5/images/FB_button.png?v=20250822);
}
.popup .btn_line {
  background-image: url(/Games/cmj2/h5/images/LINE_button.png?v=20250822);
}
.popup .btn_close {
  position: absolute;
  width: 7.2093023256%;
  height: 10.9561752988%;
  right: 2.3255813953%;
  top: 2.9880478088%;
  cursor: pointer;
  background-image: url(/Games/cmj2/h5/images/btn_popupClose.png?v=20250822);
  background-size: 100%;
  background-repeat: no-repeat;
}

.popup_GT {
  position: absolute;
  width: 80%;
  max-width: 450px;
  padding-bottom: 0.7em;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3f2ba0), to(#6a4fcd));
  background: linear-gradient(#3f2ba0, #6a4fcd);
  border-radius: 20px;
  border-top: solid 1px #7250f8;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 150px #210036, 0px 0px 100px #210036, 0px 0px 120px #210036, 0px 0px 130px #210036, 0px 0px 150px #210036;
          box-shadow: 0px 0px 150px #210036, 0px 0px 100px #210036, 0px 0px 120px #210036, 0px 0px 130px #210036, 0px 0px 150px #210036;
}
@media screen and (min-width: 1280px) {
  .popup_GT {
    width: 23.4375%;
  }
}
@media (min-aspect-ratio: 19/9) and (max-width: 980px) {
  .popup_GT {
    top: 8%;
  }
}
.popup_GT .popupBtn {
  width: 83.9534883721%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 1280px) {
  .popup_GT .popupBtn {
    top: 11.3545816733%;
  }
}
.popup_GT .popupBtn .title {
  width: 68.1395348837%;
  padding-bottom: 14.9402390438%;
  background-image: url(/Games/cmj2/h5/images/gametower.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
.popup_GT .btn_close {
  position: absolute;
  width: 7.9487179487%;
  height: 7.0093457944%;
  right: 2.5641025641%;
  top: 2.3364485981%;
  cursor: pointer;
  background-image: url(/Games/cmj2/h5/images/btn_popupClose.png?v=20250822);
  background-size: 90%;
  background-repeat: no-repeat;
}
.popup_GT .btn_logIn,
.popup_GT .btn_register,
.popup_GT .btn_agree {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 25%;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.popup_GT .btn_logIn:hover, .popup_GT .btn_logIn:active,
.popup_GT .btn_register:hover,
.popup_GT .btn_register:active,
.popup_GT .btn_agree:hover,
.popup_GT .btn_agree:active {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(0.8);
}
@media (min-aspect-ratio: 19/9) and (max-width: 980px) {
  .popup_GT .btn_logIn,
  .popup_GT .btn_register,
  .popup_GT .btn_agree {
    padding-bottom: 25%;
  }
}
.popup_GT .btn_logIn {
  background-image: url(/Games/cmj2/h5/images/logIn_button.png?v=20250822);
}
.popup_GT .btn_register {
  background-image: url(/Games/cmj2/h5/images/register_button.png?v=20250822);
}
.popup_GT .btn_agree {
  background-image: url(/Games/cmj2/h5/images/agree_button.png?v=20250822);
}

.form--styleA input[type=text],
.form--styleA input[type=password],
.form--styleA input[type=email],
.form--styleA input[type=number] {
  height: 2.5em;
  padding-left: 8px;
  border: 1px #130560 solid;
  margin: 3px 0;
  border-radius: 10px;
  background: #130560;
  color: #fff;
  font-size: 1em;
  font-family: "微軟正黑體", "Helvetica Neue", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif !important;
  -ms-input-placeholder: #fff;
}
@media screen and (min-width: 1280px) {
  .form--styleA input[type=text],
  .form--styleA input[type=password],
  .form--styleA input[type=email],
  .form--styleA input[type=number] {
    margin: 5px 0;
  }
}

.form--styleA input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px;
  float: left;
}

.form--styleA label {
  line-height: 30px;
  color: #ffffff;
}

.box_VerifyCode {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3%;
}

.checkbox {
  padding: 5px 0;
}
.checkbox a {
  color: #fde400;
}

.box--styleB {
  border: 1px solid #FF0004;
  clear: both;
  margin: 10px auto;
  padding: 5px;
}

.list {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  display: inline-block;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.list--styleB {
  color: #CCC;
}
.list--styleB li {
  list-style: none;
}
.list--styleB li:first-child {
  width: 10px;
  height: 100%;
  color: #FF0004;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list--styleB li:nth-child(n+2) {
  margin-left: 40px;
  color: #f00;
}

#footer {
  padding: 16px;
}
#footer .company {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .company .star31,
#footer .company .IGS,
#footer .company .GT {
  width: 150px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#footer .company .star31 a,
#footer .company .IGS a,
#footer .company .GT a {
  width: 100%;
  height: 100%;
  display: block;
}
#footer .company .star31 {
  background-image: url(/Games/cmj2/h5/images/start31Logo.png?v=20250822);
}
#footer .company .GT {
  background-image: url(/Games/cmj2/h5/images/logoGT.png?v=20250822);
}
#footer .company .IGS {
  background-image: url(/Games/cmj2/h5/images/IGSLogo.png?v=20250822);
  width: 250px;
  margin-left: 5px;
}

/*================= 立即儲值 ================= */
.tabgroup {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.tabgroup.colorB .tabgroup__viewport {
  background-color: #0a3e5e;
}
.tabgroup.colorB .tabgroup__topmenu__name li.active a {
  background: -webkit-gradient(linear, left top, left bottom, from(#2483bd), to(#0a3e5e));
  background: linear-gradient(to bottom, #2483bd 0%, #0a3e5e 100%);
}
.tabgroup.colorB .tabgroup__topmenu__name li :nth-child(even) a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7c23ca), to(#46077d));
  background: linear-gradient(to bottom, #7c23ca 0%, #46077d 100%);
}
.tabgroup.colorB .gamesGiftItems {
  border-bottom: 1px solid #3c72f0;
}
.tabgroup.colorB .gamesGiftItems:nth-child(1) {
  border-top: 1px solid #3c72f0;
}
.tabgroup.colorB .learn-nav a {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(173, 79, 255)), color-stop(18%, rgb(246, 140, 251)), color-stop(33%, rgb(137, 38, 224)), color-stop(50%, rgb(107, 27, 177)), color-stop(82%, rgb(85, 21, 140)), to(rgb(130, 33, 182)));
  background: linear-gradient(to bottom, rgb(173, 79, 255) 0%, rgb(246, 140, 251) 18%, rgb(137, 38, 224) 33%, rgb(107, 27, 177) 50%, rgb(85, 21, 140) 82%, rgb(130, 33, 182) 100%);
  color: #fff;
  border: 1px solid rgb(130, 33, 182);
}
.tabgroup.colorB .learn-nav a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(66, 235, 249)), color-stop(18%, rgb(176, 240, 255)), color-stop(33%, rgb(91, 191, 249)), color-stop(50%, rgb(2, 162, 255)), color-stop(81%, rgb(0, 133, 210)), to(rgb(0, 171, 208)));
  background: linear-gradient(to bottom, rgb(66, 235, 249) 0%, rgb(176, 240, 255) 18%, rgb(91, 191, 249) 33%, rgb(2, 162, 255) 50%, rgb(0, 133, 210) 81%, rgb(0, 171, 208) 100%);
  border: 1px solid rgb(0, 133, 210);
}

.tabgroup__viewport .flipsnap-item {
  width: 100%;
  float: left;
  min-height: 1px;
}

.flipsnap-container {
  display: none;
}
.flipsnap-container.active {
  display: block;
}

.flipsnap {
  min-height: 500px;
}
.flipsnap::after {
  content: "";
  display: block;
  clear: both;
}

/* 上方選單 */
.tabgroup__topmenu__name {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0 !important;
  margin-left: 0;
  overflow: auto hidden;
  border-bottom: none;
}
.tabgroup__topmenu__name::-webkit-scrollbar {
  height: 8px;
}
.tabgroup__topmenu__name::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.25);
  margin: 6px;
}
.tabgroup__topmenu__name::-webkit-scrollbar-thumb {
  background: rgb(205, 171, 252);
  border-radius: 5px;
}
.tabgroup__topmenu__name img {
  width: 16%;
  margin-right: 3%;
}
.tabgroup__topmenu__name li {
  width: initial;
  list-style: none;
  padding: 0;
  width: 40%;
}
@media screen and (min-width: 576px) {
  .tabgroup__topmenu__name li {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .tabgroup__topmenu__name li {
    min-width: 129px;
  }
}
.tabgroup__topmenu__name li a {
  height: 100%;
  font-size: calc(17px + (25 - 17) * (100vw - 768px) / 832);
  font-size: clamp(17px, 25 / 1920 * 100vw, 25px);
  padding: 5%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  text-decoration: none;
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabgroup__topmenu__name li.active a,
.tabgroup__topmenu__name li a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#7c23ca), to(#46077d));
  background: linear-gradient(to bottom, #7c23ca 0%, #46077d 100%);
  border-radius: 15px 15px 0 0;
  color: #fff;
}
.tabgroup__topmenu__name li:nth-child(odd) a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#2483bd), to(#0a3e5e));
  background: linear-gradient(to bottom, #2483bd 0%, #0a3e5e 100%);
}
.tabgroup__topmenu__name .active {
  border-bottom: 0;
}

.tabgroup__viewport {
  width: 100%;
  background-color: #46077d;
  padding: 0 2% 2% 2%;
  position: relative;
  border-radius: 0 0 15px 15px;
  border: 0;
}
@media screen and (min-width: 576px) {
  .tabgroup__viewport {
    border-radius: 15px;
  }
}
.tabgroup__viewport p {
  margin-left: 0;
}
.tabgroup__viewport.style2 {
  border-radius: 0 0 15px 15px;
}

.box h3,
.flipsnap h3 {
  margin: 3px 0 !important;
}
.box h3::before, .box h3::after,
.flipsnap h3::before,
.flipsnap h3::after {
  display: none;
}

.boxA {
  width: 100%;
  padding: 1.5% 0;
}
@media screen and (min-width: 420px) {
  .boxA {
    padding: 1.5% 10px;
  }
}

.gamesGiftItems {
  border: 0;
  border-bottom: 1px solid #8069ff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gamesGiftItems:nth-child(1) {
  border-top: 1px solid #8069ff;
}
.gamesGiftItems .label {
  background-image: url(/Games/cmj2/h5/images/Bank/topup_icon.png?v=20250822);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -1%;
  top: 5%;
  width: 24%;
  height: 40%;
  min-width: 70px;
  color: #fbff00;
  font-size: calc(16px + (25 - 16) * (100vw - 768px) / 832);
  font-size: clamp(16px, 25 / 1920 * 100vw, 25px);
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems .label {
    font-size: calc(15px + (22 - 15) * (100vw - 768px) / 832);
    font-size: clamp(15px, 22 / 1920 * 100vw, 22px);
    width: 8%;
    top: 5%;
  }
}
.gamesGiftItems .label_pxpayplus {
  background-image: url(/Games/cmj2/h5/images/Bank/topup_icon_pxpayplus.png?v=20250822);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -1%;
  top: 5%;
  width: 24%;
  height: 40%;
  min-width: 70px;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems .label_pxpayplus {
    width: 8%;
    top: 5%;
  }
}
.gamesGiftItems__itemsIcon {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  position: relative;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsIcon {
    width: 18%;
  }
}
.gamesGiftItems__itemsIcon img {
  max-width: 130%;
  position: absolute;
  left: -15%;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsIcon img {
    max-width: 100%;
    left: 0;
  }
}
.gamesGiftItems__itemsMain {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsMain {
    width: 100%;
  }
}
.gamesGiftItems__itemsMain .main {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsMain .main {
    width: 70%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gamesGiftItems__itemsMain .main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsMain .main > div {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gamesGiftItems__itemsMain .main .icon img {
  width: 40px;
}
.gamesGiftItems__itemsMain .main .text {
  font-size: calc(18px + (25 - 18) * (100vw - 768px) / 832);
  font-size: clamp(18px, 25 / 1920 * 100vw, 25px);
  color: #fff;
  font-weight: 800;
}
.gamesGiftItems__itemsMain .main .plus {
  font-size: calc(35px + (45 - 35) * (100vw - 768px) / 832);
  font-size: clamp(35px, 45 / 1920 * 100vw, 45px);
  color: #ffe100;
  font-weight: 800;
  display: none;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsMain .main .plus {
    display: block;
  }
}
.gamesGiftItems__itemsMain .btn_topUp {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8f863), color-stop(18%, #4ab613), color-stop(50%, #225b03), to(#2a7000));
  background: linear-gradient(to bottom, #a8f863 0%, #4ab613 18%, #225b03 50%, #2a7000 100%);
  text-shadow: -1px -1px 0 #1b4a00, 1px -1px 0 #1b4a00, -1px 1px 0 #112b01, 1px 1px 0 #122c02, 2px 2px 2px black;
  border: solid 1px #a8f863;
  -webkit-box-shadow: inset 0 0 4px #142f04, inset 0 0 4px #142f04;
          box-shadow: inset 0 0 4px #142f04, inset 0 0 4px #142f04;
  font-size: calc(20px + (25 - 20) * (100vw - 768px) / 832);
  font-size: clamp(20px, 25 / 1920 * 100vw, 25px);
  font-weight: 800;
  color: #fff;
  border-radius: 15px;
  padding: 2% 0;
  position: relative;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .gamesGiftItems__itemsMain .btn_topUp {
    width: 20%;
    position: absolute;
    right: 0;
  }
}
.gamesGiftItems__itemsMain .btn_topUp:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(0.8);
}

#content h3,
#content h4 {
  color: #FFEF00;
  margin: 24px 0 8px 0;
  text-align: left;
}
#content h3.tit,
#content h4.tit {
  text-align: center;
  font-size: calc(30px + (40 - 30) * (100vw - 768px) / 832);
  font-size: clamp(30px, 40 / 1920 * 100vw, 40px);
  margin-bottom: 2% !important;
}
#content h3.tit span,
#content h4.tit span {
  font-size: calc(15px + (20 - 15) * (100vw - 768px) / 832);
  font-size: clamp(15px, 20 / 1920 * 100vw, 20px);
}

.learn-nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2%;
}
.learn-nav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 110%;
  margin: 0 0.2rem 0.5rem;
  text-align: center;
  width: 110px;
  border-radius: 6px;
  font-size: 1rem;
  height: 2.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(248, 204, 53)), color-stop(18%, rgb(253, 239, 142)), color-stop(33%, rgb(248, 204, 53)), color-stop(50%, rgb(246, 173, 6)), color-stop(81%, rgb(246, 146, 8)), to(rgb(246, 164, 52)));
  background: linear-gradient(to bottom, rgb(248, 204, 53) 0%, rgb(253, 239, 142) 18%, rgb(248, 204, 53) 33%, rgb(246, 173, 6) 50%, rgb(246, 146, 8) 81%, rgb(246, 164, 52) 100%);
  border: 1px solid rgb(246, 164, 52);
  -webkit-box-shadow: inset 0 0 4px #0c112d, inset 0 0 4px #0c112d;
          box-shadow: inset 0 0 4px #0c112d, inset 0 0 4px #0c112d;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 420px) {
  .learn-nav a {
    width: 140px;
  }
}
.learn-nav a.active, .learn-nav a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(173, 79, 255)), color-stop(18%, rgb(246, 140, 251)), color-stop(33%, rgb(137, 38, 224)), color-stop(50%, rgb(107, 27, 177)), color-stop(82%, rgb(85, 21, 140)), to(rgb(130, 33, 182)));
  background: linear-gradient(to bottom, rgb(173, 79, 255) 0%, rgb(246, 140, 251) 18%, rgb(137, 38, 224) 33%, rgb(107, 27, 177) 50%, rgb(85, 21, 140) 82%, rgb(130, 33, 182) 100%);
  border: 1px solid rgb(179, 52, 246);
  -webkit-box-shadow: inset 0 0 4px #360615, inset 0 0 4px #360615;
          box-shadow: inset 0 0 4px #360615, inset 0 0 4px #360615;
  color: #fff;
  font-weight: 800;
}

.gamesGiftItems__buyBtn {
  float: right;
  width: 100px;
}

.gamesGiftItems__itemsIcon {
  height: 70px;
}

a.button--styleC {
  color: #ffff59;
  height: 30px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-box-shadow: #8c8c8c 1px 1px 0 0;
          box-shadow: #8c8c8c 1px 1px 0 0;
  border-radius: 15px;
}

.color--backgroundA {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4143a5), to(#28297c));
  background: linear-gradient(to bottom, #4143a5 0%, #28297c 100%);
}

.box--styleA {
  width: 100%;
  border-radius: 10px;
  border: 0;
  padding: 16px;
}
.box--styleA p {
  color: #fff;
  padding: 1%;
}

.button.button--styleA {
  cursor: pointer;
  margin-bottom: 2%;
  border-radius: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button.button--styleA:hover {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}

h3.title {
  text-align: center !important;
  color: #231f2d !important;
}

.btn__group {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}

.login-button {
  background-color: rgba(0, 0, 0, 0.7);
  width: 90%;
  max-width: 980px;
}
.login-button p {
  width: 100%;
  line-height: 50px !important;
  color: #a08fff;
  text-align: center !important;
}

.content ol a:hover,
.content ul a:hover {
  color: #fff;
}

#member-login-message-box {
  max-width: 980px;
}

/*================= 序號兌換 ================= */
.exchange {
  margin: 0 auto;
  padding: 4% 2% 0 2%;
  position: relative;
  border-radius: 15px;
  border: 0;
}
.exchange input {
  width: 100%;
  height: 2.5em;
  padding: 0 8px;
  border: 1px #fff solid;
  border-radius: 10px;
  font-family: "微軟正黑體", "Helvetica Neue", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft";
  margin-bottom: 8px;
}
.exchange .btn_agree {
  background: -webkit-gradient(linear, left top, left bottom, from(#a8f863), color-stop(18%, #4ab613), color-stop(50%, #225b03), to(#2a7000));
  background: linear-gradient(to bottom, #a8f863 0%, #4ab613 18%, #225b03 50%, #2a7000 100%);
  text-shadow: -1px -1px 0 #1b4a00, 1px -1px 0 #1b4a00, -1px 1px 0 #112b01, 1px 1px 0 #122c02, 2px 2px 2px black;
  border: solid 1px #a8f863;
  -webkit-box-shadow: inset 0 0 4px #142f04, inset 0 0 4px #142f04;
          box-shadow: inset 0 0 4px #142f04, inset 0 0 4px #142f04;
  border-radius: 15px;
  padding: 1.5% 0;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  font-size: 1.3em;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.exchange .btn_agree:hover {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-filter: brightness(0.8);
}
.exchange .container {
  margin-top: 0;
  padding: 0 !important;
  width: 100%;
}
.exchange .container .box {
  margin: 0;
  width: 100%;
}
.exchange .container .box p > i {
  color: #fff;
}
.exchange .container .box .button--styleA {
  background: -webkit-gradient(linear, left top, left bottom, from(#a8f863), color-stop(18%, #4ab613), color-stop(50%, #225b03), to(#2a7000));
  background: linear-gradient(to bottom, #a8f863 0%, #4ab613 18%, #225b03 50%, #2a7000 100%);
  text-shadow: -1px -1px 0 #1b4a00, 1px -1px 0 #1b4a00, -1px 1px 0 #112b01, 1px 1px 0 #122c02, 2px 2px 2px black;
  -webkit-box-shadow: inset 0 0 4px #142f04, inset 0 0 4px #142f04;
          box-shadow: inset 0 0 4px #142f04, inset 0 0 4px #142f04;
  font-weight: 800;
  color: #fff;
  border-radius: 15px;
  font-family: "微軟正黑體", "Helvetica Neue", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  padding: 1.5% 0;
  height: auto;
  font-size: 1.3em;
  width: 100%;
  max-width: 200px;
}
.exchange .container .box .box--styleB {
  border: 1px solid #fbff00;
  margin-bottom: 1%;
}
.exchange .container .box .box--styleB .list--styleB li:first-child,
.exchange .container .box .box--styleB .list--styleB li:nth-child(n+2) {
  color: #fbff00;
}
.exchange .container .box ol {
  color: #fff !important;
}
.exchange .container .box ol font {
  color: #fbff00 !important;
}
.exchange .container .box .point {
  color: #fbff00;
}
.exchange .container .prize_item {
  border: 1px solid #102b01;
}
.exchange .container .prize_item p {
  color: #333;
}
.exchange .container .prize_item .header {
  color: #fff;
  text-shadow: 0 0 3px #153802;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8f863), color-stop(18%, #4ab613), color-stop(50%, #225b03), to(#2a7000));
  background: linear-gradient(to bottom, #a8f863 0%, #4ab613 18%, #225b03 50%, #2a7000 100%);
}
.exchange .container .prize_item .item_content {
  text-align: center;
  color: #680000;
}
.exchange .container .prize_item .item_content input {
  background-color: #173c03;
  color: #fff;
  border: none;
  cursor: pointer;
  width: auto;
}
.exchange .container .prize_item .item_content input:hover {
  background-color: #30700e;
}
.exchange .container .prize_item .item_content input[type=text],
.exchange .container .prize_item .item_content input[type=password],
.exchange .container .prize_item .item_content input[type=email],
.exchange .container .prize_item .item_content input[type=number] {
  border: 1px #606060 solid;
  color: #606060;
  background: #d7d7d7;
  cursor: default;
  width: auto;
}
.exchange .container .prize_item .item_content #f_nExchangePoints {
  -webkit-animation: breathe 1.5s ease-in-out infinite;
          animation: breathe 1.5s ease-in-out infinite;
  color: #000;
  background: #fff;
  cursor: auto;
  width: auto;
}
.exchange .container .item_content_bgColor {
  background: transparent;
}

@-webkit-keyframes breathe {
  0% {
    border: 1px #173c03 solid;
    -webkit-box-shadow: 0 0 5px #3f9311;
            box-shadow: 0 0 5px #3f9311;
  }
  50% {
    border: 1px #81e14d solid;
    -webkit-box-shadow: 0 0 20px #60d024;
            box-shadow: 0 0 20px #60d024;
  }
  100% {
    border: 1px #173c03 solid;
    -webkit-box-shadow: 0 0 5px #3f9311;
            box-shadow: 0 0 5px #3f9311;
  }
}

@keyframes breathe {
  0% {
    border: 1px #173c03 solid;
    -webkit-box-shadow: 0 0 5px #3f9311;
            box-shadow: 0 0 5px #3f9311;
  }
  50% {
    border: 1px #81e14d solid;
    -webkit-box-shadow: 0 0 20px #60d024;
            box-shadow: 0 0 20px #60d024;
  }
  100% {
    border: 1px #173c03 solid;
    -webkit-box-shadow: 0 0 5px #3f9311;
            box-shadow: 0 0 5px #3f9311;
  }
}
#float_box {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  #float_box {
    display: block !important;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2022-7-25 11:9:37
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes wipes {
  0% {
    background-position: 0 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    background-position: 250% 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@keyframes wipes {
  0% {
    background-position: 0 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    background-position: 250% 0;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
}
#footer .footer__main p a:hover {
  color: #fff000;
}

/*================= 登入頁 ================= */
.login .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100vh;
  max-width: 1400px;
  padding: 2% 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .login .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.login_role {
  width: 95%;
  height: 0;
  padding-bottom: 66%;
  margin-right: 0;
  margin-bottom: 1%;
  margin-top: 3%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  background-image: url(/Games/cmj2/h5/images/login_role.png?v=20250822);
}
@media screen and (min-width: 768px) {
  .login_role {
    width: 61.4921875%;
    padding-bottom: 42.16796875%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    margin-top: 0;
    background-position: center center;
  }
}
.login_box {
  background-color: rgba(25, 24, 57, 0.75);
  border-radius: 14px;
  border: 1px solid #363566;
  width: 87%;
}
@media screen and (min-width: 768px) {
  .login_box {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .login_box {
    width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .login_box {
    width: 35%;
  }
}
.login_box h3.title {
  color: #ffffff !important;
  margin: 6% auto 1.5% auto !important;
  font-size: 1.65rem;
}
@media screen and (min-width: 768px) {
  .login_box h3.title {
    margin: 12% auto 2.5% auto !important;
    font-size: 1.4rem;
  }
}
.login_box .login_line {
  width: 70%;
  height: 0;
  padding-bottom: 2%;
  margin: 0 auto 4% auto;
  background-image: url(/Games/cmj2/h5/images/login_line.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.login_box .btn__group {
  width: 100%;
}
.login_box .btn__group .button.button--styleA {
  width: 90%;
  height: 0;
  padding-bottom: 14%;
  margin: 0 auto;
  background-image: url(/Games/cmj2/h5/images/login_btn.png?v=20250822);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login_box .btn_box {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2% auto 4% auto;
}
@media screen and (min-width: 768px) {
  .login_box .btn_box {
    margin: 2% auto 10% auto;
  }
}
.login_box .btn_box .btn_return,
.login_box .btn_box .btn_agree {
  width: 48%;
  height: 0;
  padding-bottom: 14%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.login_box .btn_box .btn_return:hover,
.login_box .btn_box .btn_agree:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
.login_box .btn_box .btn_return {
  background-image: url(/Games/cmj2/h5/images/login_btn_return.png?v=20250822);
}
.login_box .btn_box .btn_agree {
  background-image: url(/Games/cmj2/h5/images/login_btn_agree.png?v=20250822);
}
.login_box #div_input_form .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login_box #div_input_form .input_box a {
  color: #fdd947;
  text-decoration: underline;
  font-size: 1rem;
  white-space: nowrap;
  padding-left: 2%;
}
.login_box #div_input_form .input_box a:hover {
  color: #47fdfd;
}
@media screen and (min-width: 768px) {
  .login_box #div_input_form .input_box a {
    font-size: 0.9rem;
  }
}
.login_box .form--styleA label {
  font-size: 0.85rem;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .login_box .form--styleA label {
    font-size: 1rem;
  }
}
.login_box .form--styleA input {
  border: 1px #363566 solid;
}
.login_box .form--styleA .checkbox {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login_box .form--styleA .checkbox input {
  float: none;
}
.login_box .form--styleA .checkbox a {
  color: #fdd947;
  text-decoration: underline;
  font-size: 1rem;
}
.login_box .box--styleA {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 2% auto 4% auto;
}
@media screen and (min-width: 768px) {
  .login_box .box--styleA {
    margin: 2% auto 10% auto;
  }
}
.login_box .box--styleA p {
  width: auto;
  color: #ffffff;
  padding: 0;
  font-weight: bold;
  font-size: 1.45rem;
}
@media screen and (min-width: 768px) {
  .login_box .box--styleA p {
    font-size: 1.3rem;
  }
}
.login_box .box--styleA ul {
  width: 44%;
  padding: 0;
}
.login_box .box--styleA ul li.button_FB, .login_box .box--styleA ul li.button_line {
  width: 50%;
}
.login_box .box--styleA ul li.button_FB a, .login_box .box--styleA ul li.button_line a {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  background-color: rgba(0, 0, 0, 0);
  margin: 3px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.login_box .box--styleA ul li.button_FB a:hover, .login_box .box--styleA ul li.button_line a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-filter: brightness(1.2);
}
.login_box .box--styleA ul li.button_FB a {
  background-image: url(/Games/cmj2/h5/images/login_btn_fb.png?v=20250822);
}
.login_box .box--styleA ul li.button_line a {
  background-image: url(/Games/cmj2/h5/images/login_btn_line.png?v=20250822);
}