@charset "UTF-8";
/*Font_Noto Sans TC*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap&subset=chinese-traditional');

/*reset*/
body {
  margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe,
button,
a {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0px;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 1px;
  line-height: 1.7;
  list-style: none;
}

body {
  color: #434343;
  background: #fff;
  font: normal 21px/100% 'Noto Sans TC', sans-serif;
}

/*reset end*/
.web {
  display: block;
}

.mobile {
  display: none;
}

/*-----------------頁面-----------------*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #1a1b1c;
  overflow: hidden;
  position: relative;
}

.pagesize {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  z-index: 10;
}

.header {
  padding: 10px 0px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
}

.top-line {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/header_bg.png) no-repeat center center;
  background-size: cover;
  height: 4px;
  width: 100%;
}

.headerNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerNav ul {
  margin: 0;
  padding-right: 0px;
}

.headerNav_menu li {
  display: inline-block;
  vertical-align: middle;
}

.headerNav_menu li a {
  font-size: 1.25rem;
  color: #fff;
  margin: 0px 10px;
  font-weight: 300;
  transition: 0.3s;
  padding-bottom: 15px;
  position: relative;
}

.headerNav_menu li a:hover {
  color: #6fd3d9;
}

.headerNav_menu li a span {
  position: absolute;
  color: #fff;
  font-size: 0.6rem;
  top: -26px;
  width: 35px;
  right: 0px;
}

.headerNav_menu li a span img {
  width: 100%;
}

.headerNav_menu .nav_btn {
  padding: 10px 20px;
  color: #000000;
  background: url(../images/btn.png) no-repeat;
  background-size: cover;
  margin: 0px 0px 0px 15px;
  font-weight: 500;
}

.headerNav_menu .nav_btn:hover {
  color: #000000;
  border-bottom: none;
  padding-bottom: 10px;
  font-size: 1.3rem;
}

.headerlogo {
  max-width: 220px;
  position: relative;
  top: 5px;
}

.headern img {
  position: relative;
  top: 5px;
}

.headerlogo img {
  width: 100%;
}

.menuic {
  max-width: 80px;
}

.btn_menu {
  display: none;
}

.open_nav {
  display: none;
}

.btn_pic02 {
  display: none;
  z-index: 99;
}

.contain {
  background: url(../images/bg1440x1100.png) no-repeat center top;
  background-size: cover;
}

/*-----------------banner-----------------*/
.mainbn {
  width: 100%;
  position: relative;
}

.ln_c {
  width: 100%;
  height: 5px;
  background-image: url(../images/ln_cbg.png);
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainbn .swiper-slide img {
  width: 100%;
  position: relative;
  top: 45px;
}

.gamebox {
  max-width: 1200px;
  margin: 0 auto;
}

.gamebox .swiper-container {
  overflow: visible;
}

.mainbn .swiper-slide {
  position: relative;
  background: url(../img/main_bn1440x600.png) no-repeat center center;
  height: 700px;
  width: 100%;
  background-size: cover;
}

.gamebox .swiper-button-next {
  background: url(../images/arrow_R.png) no-repeat center center;
  background-size: cover;
  top: 0%;
}

.gamebox .swiper-button-next::before {
  content: '';
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  right: -550px;
  bottom: -150px;
  box-shadow: 1px 1px 50px #000;
}

.gamebox .swiper-button-prev {
  background: url(../images/arrow_L.png) no-repeat center center;
  background-size: cover;
  top: 0%;
}

.gamebox .swiper-button-prev::before {
  content: '';
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  left: -450px;
  bottom: -150px;
  box-shadow: 1px 1px 50px #000;
}

.gamebox .swiper-wrapper {
  position: relative;
}

.bn_w {
  position: absolute;
  left: 60%;
  top: 55%;
  transform: translateY(-50%);
  max-width: 600px;
}

.bn_w.applySu {
  left: auto;
  position: relative;
  transform: translate(0px, 0px);
  top: auto;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bn_w img {
  position: relative;
  right: 40px;
}

.bn_w h3,
.bn_w h4 {
  color: #fff134;
  font-size: 2.5rem;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.bn_w h4 {
  font-size: 1.5rem;
  position: relative;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.bn_w h6 {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 20px;
}

.bn_w p {
  font-size: 0.875rem;
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
}

.bn_w a {
  display: inline-block;
  color: #6fd3d9;
  font-size: 1.2rem;
  border: 2px solid #6fd3d9;
  border-radius: 30px;
  padding: 8px 30px 8px 30px;
  position: relative;
}

.bn_w a:hover {
  background-color: #6fd3d9;
  color: #000000;
}

.bn_w .game_applySu {
  width: 300px;
  border: none;
  display: block;
  padding: 0;
  margin-right: 15px;
  box-sizing: border-box;
}

.bn_w .game_applySu:hover {
  background-color: transparent;
}

.bn_w .game_applySu img {
  right: 0;
  width: 100%;
}

.bn_w.applySu .qrbx {
  width: 350px;
}

.bn_w.applySu .qrbx .imgbx {
  width: 70px;
}

.bn_w.applySu .qrbx p {
  margin-bottom: 0;
}

.gbn .swiper-wrapper .coulm {
  display: flex;
  flex-direction: column;
}

.gamebox .swiper-slide {
  width: auto;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.gamebox .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swibutbox {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1150px;
  z-index: 99;
}

/*-----------------最新-----------------*/
.nes_g {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}

.tit {
  text-align: left;
  font-size: 1.875rem;
  color: #fff;
}

.mo_l {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 1.125rem;
  color: #68cadf;
}

.mo_l::after {
  content: '';
  display: block;
  background-image: url(../images/more_01.png);
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

.gamebox {
  width: 100%;
  padding: 40px 20px 0px 20px;
}

.gamebox p {
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.gbn_p {
  position: relative;
  padding-bottom: 140%;
  width: 100%;
}

.coulm {
  position: relative;
}

.label_free {
  font-weight: bold;
  position: absolute;
  left: -10px;
  top: -10px;
  background-color: #f1bb00;
  padding: 0px 20px 0 10px;
  color: #fff;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
  font-size: 1.125rem;
  transition: 0.2s all ease-in-out;
}

.gbn_p img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0%;
}

/*.gbn_p img{width:100%;max-width:240px;}
*/
.lim {
  position: absolute;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  bottom: 10px;
  left: 10px;
}

/*-----------------主打-----------------*/
.vedio_box {
  padding: 20px 0px;
  margin-bottom: 20px;
  position: relative;
}

/* .vedio_box::after {
  content: '';
  display: block;
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, transparent, #1b1d2b);
  position: absolute;
  left: 0;
  bottom: 30px;
} */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iconblock {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.iconbx {
  margin-right: 30px;
  text-align: center;
  flex: 1 1 auto;
}

.iconblock .icbxlat {
  margin-right: 0px;
}

.iconbx h5 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.iconbx p {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  font-weight: 100;
}

.iconbx .more {
  color: #68cadf;
  font-size: 1.125rem;
}

.iconbx:last-child {
  margin-right: 0%;
}

.iconblock .iconbx-row2 {
  width: 45%;
  padding: 20px 20px;
}

.iconblock .iconbx-row2 img {
  max-width: 400px;
  width: 100%;
}

.m_icbx {
  margin-bottom: 30px;
  background-color: #1b1d2b;
  width: 100%;
  padding: 40px 0px;
  cursor: pointer;
}

.vedio_box {
  position: relative;
}

.vedio_box .nm {
  color: #fff;
  position: absolute;
  left: 25px;
  bottom: 55px;
  font-size: 2rem;
  z-index: 2;
}

.vedio_box img {
  width: 100%;
}

/*-----------------精選方案-----------------*/
.seleway {
  padding-bottom: 40px;
  position: relative;
}

.seleway .pagesize {
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 40px;
}

.seleway .selylast {
  width: 45%;
}

.selewy {
  width: 60%;
  flex: 1 1 auto;
}

.selewy:last-child {
  width: 30%;
}

.selewy .tit {
  text-align: center;
  margin-bottom: 20px;
}

.selewy img {
  width: 100%;
}

.adjPic {
  position: relative;
  top: 40px;
}

.wy {
  text-align: left;
  position: relative;
  background-color: #20284a;
  padding: 10px 0px 3px 60px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #000, 20%, #20284a, #000);
}

.wyZero {
  border: 1px solid #fff134;
  border-radius: 15px;
}

.wy .more {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  color: #6fd3d9;
  border: 1px solid #6fd3d9;
  border-radius: 25px;
  padding: 2px 35px;
}

.wy .nm {
  color: #fff;
  font-size: 1.25rem;
}

.wy .nm .free {
  color: #ffb234;
  display: inline-block;
  font-size: 1.25rem;
}

.wy .nm span {
  font-size: 1rem;
  display: block;
  margin-top: -2px;
}

.wy .pr {
  color: #fff134;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
  top: -8px;
}

.wy .pr p {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: -5px;
}

.user_guidea {
  position: absolute;
  right: 20px;
  bottom: 0px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  cursor: pointer;
}

.user_guidea .inline {
  display: flex;
  align-items: center;
}

.user_guidea .inline .pic {
  width: 20px;
  top: 5px;
  position: relative;
}

.user_guidea .inline .pic img {
  width: 100%;
}

.user_guidea .inline p {
  margin-right: 5px;
}

/*----------------下載qrbx----------------*/
.bn_w .qrbx {
  background-color: #20294b;
  padding: 15px 40px;
  margin-top: 25px;
  display: inline-block;
  width: 355px;
  text-align: left;
  color: #fff;
  align-items: center;
  background: linear-gradient(to right, transparent, 20%, #20284a, transparent);
  cursor: pointer;
}

.bn_w .inline {
  display: flex;
}

.bn_w p {
  text-align: center;
}

.bn_w .qrbx h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.bn_w .qrbx .imgbx img {
  width: 100%;
  top: auto;
  right: auto;
}

.bn_w .qrbx .imgbx {
  width: 80px;
  margin: 0 auto;
  background-color: #090c17;
  padding: 8px;
  /*margin: 0 5px;*/
}

.bn_w .qrbx p {
  padding: 0;
  font-size: 0.875rem;
  opacity: 0.8;
  line-height: 1.2;
}

/*----------------手把介紹-----------------*/
.game_devicebx .inline {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}

.game_devicebx .imgbx {
  width: 30%;
  min-width: 150px;
  max-width: 250px;
}

.game_devicebx .wordbx {
  padding: 20px 10px;
  background: linear-gradient(to right, #000, 20%, #20284a, #000);
  color: #fff;
}

.game_devicebx .wordbx h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #fff134;
  line-height: 1.5;
}

.game_devicebx .wordbx p {
  font-size: 1rem;
}

.game_devicebx .imgbx img {
  width: 100%;
}

.game_devicebx .top_notice {
  max-width: 500px;
  margin: 0 auto;
  font-size: 1.125rem;
  border-top: 1px solid #2e3861;
  padding-top: 15px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.user_guidebox .game_devicebx .wordbx {
  width: 60%;
  background: linear-gradient(to right, transparent, 20%, #20284a, transparent);
  padding: 10px 5px 1px 0;
  margin: 0 auto;
  margin-bottom: 15px;
}

.registerblock .minw {
  font-size: 1.125rem;
}

.user_guidebox .game_devicebx .imgbx {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.user_guidebox .game_devicebx .imgbx img {
  width: 100%;
}

.game_devicebx a {
  position: relative;
  color: #6fd3d9;
  border: 1px solid #6fd3d9;
  border-radius: 25px;
  padding: 2px 35px;
  margin-top: 15px;
  display: inline-block;
}

.game_devicebx a:hover {
  background-color: #6fd3d9;
  color: #000;
}

/*cookie*/
.cookiebx {
  background-color: rgba(0, 149, 189, 1);
  padding: 25px 5%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  font-size: 1rem;
  width: 100%;
}

.cookiebx .inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.cookiebx .btn {
  width: 120px;
  flex: 0 0 auto;
  margin-left: 15px;
  text-align: center;
}

.cookiebx .btn a {
  color: #fff;
  padding: 10px 0;
  display: block;
  transition: 0.2s all ease-in-out;
  border-radius: 25px;
  border: 1px solid #fff;
}

.cookiebx .btn a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.cookiebx p a {
  color: #fcff00;
}

.cookiebx p {
  color: #fff;
}

/*-----------------footer-----------------*/
footer {
  background-color: #121729;
  padding: 20px;
  font-size: 1.125rem;
}

footer .pagesize {
  background-color: #121729;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #80859b;
  font-size: 1.125rem;
}

footer ul {
  display: flex;
  padding: 10px 0px;
}

footer li a {
  color: #80859b;
  transition: 0.3s;
}

footer li a:hover {
  color: #68cadf;
}

footer li+li::before {
  content: '｜';
  margin: 0px 20px;
}

.footercopy {
  text-align: right;
}

/*增加搖桿說明*/
.bx {
  position: relative;
}

.gamesale {
  width: 250px;
  position: absolute;
  /* right: -60px; */
  transform: translateY(-70%);
  /* top: 20px; */
  right: 0;
  top: 0;
}

.gamesale a {
  color: transparent;
  border: none;
  padding: 0;
}

.gamesale a:hover {
  background-color: transparent;
}

.gamesale a img {
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.gamesale a img:hover {
  opacity: 0.9;
}

/* 新增顏色樣式 */
.color-pink {
  color: #ff7e80 !important;
}

.choicecard .price span.newTag {
  background-color: #f25e5e;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 2px 15px 4px 15px;
  border-radius: 40px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}

/*平板樣式*/
@media screen and (max-width: 1024px) {
  .bn_w {
    left: 50%;
  }
}

/*小網樣式*/
@media screen and (max-width: 750px) {
  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .headerlogo {
    max-width: 180px;
    position: relative;
    top: 0px;
  }

  .menuic img {
    width: 100%;
    max-width: 45px;
  }

  .btn_menu {
    display: block;
    position: fixed;
    width: 70px;
    height: 70px;
    right: -5px;
    top: 5px;
    cursor: pointer;
    z-index: 1500;
    padding: 10px;
  }

  .btn_meber {
    display: block;
    position: absolute;
    right: 65px;
    top: 5px;
  }

  .open_nav {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    display: block;
    padding: 60px 15px 15px;
    z-index: 8;
    background: rgba(26, 27, 28, 1);
    background-size: auto 40px;
    box-shadow: 0 0 10px 0 rgba(100, 100, 100, 0.3);
    transition: 0.4s;
  }

  .open_nav ul {
    text-align: center;
  }

  .open_nav li {
    margin-bottom: 15px;
    border-bottom: 1px solid #666666;
    padding-bottom: 15px;
  }

  .nav_btn {
    background: url(../images/btn.png) no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 0px 25px 5px 25px;
    color: #000;
    margin-top: 10px;
  }

  .wrapper .nav_btn a {
    color: #000;
    position: relative;
    top: 5px;
  }

  .open_nav li a {
    color: #fff;
    font-size: 1.125rem;
    transition: 0.3s;
  }

  .open_nav li a:hover {
    color: #6fd3d9;
  }

  .contain {
    padding: 10px 0px;
  }

  /*---------main-banner---------*/
  .mainbn .swiper-slide {
    background: url(../img/m_main_bn750x660.png) no-repeat center 80%;
  }

  .mainbn .swiper-slide img {
    width: 80%;
    min-width: 200px;
    margin-bottom: 40px;
    position: relative;
    left: -15px;
  }

  .bn_w h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    letter-spacing: 0.2rem;
  }

  .bn_w h4 {
    font-size: 1.4rem;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
  }

  .bn_w h4+h6 {
    margin-top: -30px;
    margin-bottom: 5px;
  }

  .mainbn .swiper-slide {
    height: 520px;
  }

  .bn_w {
    top: 50%;
    left: 0px;
  }

  .bn_w a {
    font-size: 1.25rem;
    padding: 3px 25px;
  }

  /*-----------------最新-----------------*/
  .mo_l {
    right: 25px;
  }

  .tit {
    font-size: 1.5rem;
  }

  .swibutbox {
    width: 100%;
  }

  .gamebox .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 50%;
  }

  .gamebox .swiper-slide p {
    font-size: 1rem;
    bottom: 0px;
  }

  .gamebox {
    padding: 20px 20px;
  }

  .lim {
    width: 40px;
    height: 40px;
  }

  .nes_g {
    padding: 0px;
  }

  .m_icbx img {
    width: 100%;
    max-width: 70px;
  }

  .swibutbox {
    top: 38%;
  }

  .gamebox .swiper-button-prev {
    left: 0px;
    height: 35px;
    width: 20px;
  }

  .gamebox .swiper-button-next {
    right: 0px;
    height: 35px;
    width: 20px;
  }

  /*-----------------主打-----------------*/
  .iconblock {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .iconblock .iconbx-row2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .iconbx {
    margin-right: 0px;
    min-width: 47%;
    flex: 0 0 auto;
    margin-bottom: 0px;
  }

  .iconbx .iconbx {
    padding: 20px 0px;
    margin-bottom: 20px;
  }

  .m_fbx {
    display: flex;
    justify-content: space-between;
  }

  .iconbx:first-child {
    margin-right: 0px;
  }

  .vedio_box .nm {
    bottom: 29px;
    font-size: 1.2rem;
    left: 5px;
  }

  /*-----------------精選方案-----------------*/
  .seleway .pagesize {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .seleway {
    padding-bottom: 0px;
  }

  .selewy {
    width: 100%;
  }

  .selewy:last-child {
    width: 100%;
  }

  .wy {
    padding: 15px 0px 5px 10%;
  }

  .wy .more {
    border-radius: 15px;
    right: 5%;
  }

  .user_guidea {
    right: 20px;
    font-size: 1rem;
    padding-bottom: 5px;
    bottom: 15px;
  }

  .user_guidea .inline .pic {
    width: 15px;
  }

  .seleway .selylast {
    width: 100%;
  }

  /*cookie*/
  .cookiebx .inline {
    flex-direction: column;
  }

  .cookiebx p {
    margin-bottom: 15px;
  }

  .cookiebx {
    padding: 10px;
  }

  .cookiebx .btn a {
    padding: 5px 0;
  }

  /*----------------bnqrbx-----------------*/
  .mainbn {
    padding-top: 50px;
  }

  .bn_w {
    top: 45%;
  }

  .bn_w .qrbx {
    width: 300px;
    /*position: absolute;*/
    bottom: -95px;
    right: 0;
    padding: 10px 15px;
    background: linear-gradient(to right,
        transparent,
        5%,
        #20284a,
        transparent);
  }

  .bn_w .qrbx .imgbx {
    padding: 5px;
    width: 70px;
    flex: 0 0 auto;
    margin-right: 5px;
  }

  .bn_w .qrbx .imgbx img {
    width: 100%;
    top: auto;
    right: auto;
    min-width: 0;
    left: 0;
    margin-bottom: 0;
  }

  .bn_w .qrbx h5 {
    font-size: 1.25rem;
  }

  .bn_w .qrbx p {
    font-size: 0.75rem;
  }

  /*----------------手把介紹-----------------*/
  .game_devicebx .inline {
    flex-direction: column;
    text-align: center;
  }

  .user_guidebox .game_devicebx .wordbx {
    width: 100%;
  }

  .game_devicebx .top_notice {
    font-size: 1rem;
  }

  .registerblock .minw {
    font-size: 1rem;
    margin-bottom: 45px;
  }

  /*-----------------footer-----------------*/
  footer {
    padding: 20px 10px;
    font-size: 1rem;
  }

  footer .pagesize {
    padding: 0px;
    font-size: 0.875rem;
  }

  footer ul {
    font-size: 1.125rem;
    padding-top: 0px;
  }

  footer .pagesize,
  footer ul {
    flex-direction: column;
    text-align: center;
  }

  .footer_nav {
    display: flex;
    flex-direction: row;
    font-size: 0.9rem;
  }

  .footercopy {
    text-align: center;
  }

  .wy .pr {
    font-size: 1.3rem;
  }

  .adjPic {
    position: relative;
    top: 0px;
  }

  /*增加搖桿說明*/
  .mainbn .swiper-slide .gamesale img {
    min-width: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .gamesale_m {
    background: linear-gradient(to right, #39a5c7, 5%, #78ecdd, #39a5c7);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    color: #051930;
    font-weight: bold;
    justify-content: center;
    max-height: 40px;
  }

  .gamesale_m .imgbx {
    width: 56px;
    margin-right: 5px;
    position: relative;
    top: -5px;
  }

  .gamesale_m .imgbx img {
    width: 100%;
    min-width: auto;
    left: 0;
    margin-bottom: 0;
    top: 0;
  }

  .gamesale_m p {
    font-size: 1.25rem;
    color: #162f31;
    white-space: nowrap;
  }

  .gamesale_m .alink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .bn_w.applySu {
    flex-direction: column;
  }

  .bn_w.applySu .qrbx {
    width: 100%;
    margin-top: 5px;
  }

  .bn_w.applySu .qrbx .imgbx {
    width: 80px;
    margin: 0 auto;
  }

  .bn_w .game_applySu {
    width: 280px;
    margin-right: 0;
  }

  /* 新增顏色樣式 */
  .choicecard .price span.newTag {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media screen and (max-width: 400px) {
  .gamebox .swiper-slide p {
    font-size: 1rem;
    bottom: -15px;
  }

  .wy .nm {
    max-width: 45%;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .wy .nm {
    max-width: 45%;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 360px) {

  /*-----------------精選方案-----------------*/
  .wy .more {
    position: relative;
  }

  .wy {
    text-align: center;
    padding: 15px 0px;
  }

  .wy .more {
    right: 0%;
  }

  .lim {
    bottom: 30px;
  }

  .bn_w h3 {
    font-size: 2rem;
  }

  .bn_w h4 {
    font-size: 1.5rem;
  }

  .gamebox .swiper-slide p {
    font-size: 1rem;
    bottom: -20px;
  }

  .wy .nm {
    max-width: 100%;
  }

  .wy .zero {
    position: relative;
    top: 0px;
  }
}

@media screen and (max-width: 320px) {
  .bn_w .qrbx {
    bottom: -175px;
    left: 10px;
  }

  .bn_w {
    top: 50%;
  }

  .wy .nm {
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .gamesale_m p {
    font-size: 1.125rem;
  }

  .gamesale_m .imgbx {
    width: 45px;
    top: -2px;
  }
}