@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aldrich&display=swap");
a {
  text-decoration: none;
}

html,
body,
.article,
ul {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}

li {
  list-style-type: none;
}

.mask {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
  display: none;
}

.close {
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 4%;
}
.close:hover {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
}

.header_popup {
  width: 647px;
  height: 465px;
  background: url(../img/headerbg_popup.png) no-repeat;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -227px;
  margin-left: -334px;
  z-index: 9998;
  padding: 120px 60px 50px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.header_popup .device {
  width: 90%;
  margin: 0 5% 0 5%;
  display: inline-block;
}
.header_popup .device ul {
  width: 100%;
}
.header_popup .device ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  text-align: center;
  height: 70px;
  background: rgb(255, 255, 255);
  line-height: 70px;
}
.header_popup .device ul li .radio {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.header_popup .device ul li .and {
  font-size: 1.5em;
}
.header_popup .phone {
  width: 91%;
  margin: 1% 0 0 5.5%;
  clear: both;
  display: inline-block;
}
.header_popup .phone .areabox {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  margin-right: 5px;
}
.header_popup .phone .telbox_tw {
  height: 54px;
  line-height: 54px;
  width: 66.5%;
  padding-left: 10px;
}
.header_popup .phone .agree {
  margin: 1.5% 0 0 0;
  text-align: center;
  color: #242424;
  font-size: 0.9em;
}
.header_popup .phone .agree a {
  color: #5e5e5e;
}
.header_popup .phone .agree a:hover {
  color: #949494;
}
.header_popup .prepop_gift {
  width: 90%;
  margin: 3% 5% 0 5%;
  display: inline-block;
}
.header_popup .prepop_gift .h_popup_gift {
  float: left;
  margin-right: 15px;
}
.header_popup .prepop_gift .submit {
  width: 136px;
  padding-top: 38px;
  float: left;
}
.header_popup .prepop_gift .submit:hover {
  filter: brightness(0.9);
  -webkit-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
}

.notice_popup {
  width: 630px;
  height: 464px;
  left: 50%;
  top: 50%;
  padding: 120px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  margin-top: -232px;
  margin-left: -315px;
  z-index: 9998;
  background: url(../img/noticebg_popup.png) no-repeat center top;
  color: #000000;
  display: none;
}
.notice_popup ol {
  width: 90%;
  margin: 0 5%;
}
.notice_popup ol li {
  margin-bottom: 5px;
  position: relative;
}
.notice_popup ol li::before {
  content: "♦";
  position: absolute;
  z-index: 1;
  margin-left: -22px;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans TC", serif, "Microsoft JhengHei", 微軟正黑體, PMingLiU, 新細明體, sans-serif;
  overflow-x: hidden;
}

.wrap {
  position: relative;
}
.wrap .rightbar {
  width: 171px;
  height: 488px;
  background: url(../img/rb_bg.png) no-repeat;
  position: fixed;
  right: -8px;
  top: 24%;
  z-index: 9996;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wrap .rightbar.active {
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}
.wrap .rightbar ul {
  padding-top: 154px;
}
.wrap .rightbar ul .right_gift {
  width: 154px;
  margin: 0 auto 5px auto;
}
.wrap .rightbar ul li {
  width: 140px;
  margin: 0 0 5% 14px;
}
.wrap .rightbar ul li:hover {
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
}
.wrap .rightbar ul li.cube {
  float: left;
  width: 40px;
  margin: 0 3px;
}
.wrap .rightbar ul li#fb {
  margin-left: 18px;
}
.wrap .rightbar ul.cube {
  padding-top: 0;
}
.wrap .rightbar .menu {
  width: 19px;
  height: 125px;
  background: url(../img/menu.png) no-repeat;
  position: absolute;
  z-index: 98;
  margin: -130px 0 0 -15px;
  cursor: pointer;
}
.wrap .header {
  width: 100%;
  height: 1010px;
  position: relative;
  background: url(../img/header_bg.jpg) center top no-repeat;
  background-size: cover;
  overflow-x: hidden;
  z-index: 9;
}
.wrap .header .dart1 {
  width: 3.5%;
  -webkit-animation: fly1 infinite ease-in-out 5s;
          animation: fly1 infinite ease-in-out 5s;
  position: absolute;
  right: -50px;
  top: 40%;
}
.wrap .header .dart1 img {
  width: 130%;
}
@-webkit-keyframes fly1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-2500px, -250px);
            transform: translate(-2500px, -250px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fly1 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(-2500px, -250px);
            transform: translate(-2500px, -250px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.wrap .header .arrow {
  width: 3.5%;
  -webkit-animation: fly2 infinite ease-in-out 4s;
          animation: fly2 infinite ease-in-out 4s;
  position: absolute;
  left: -50px;
  top: 55%;
}
.wrap .header .arrow img {
  width: 130%;
}
@-webkit-keyframes fly2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(2500px, -400px);
            transform: translate(2500px, -400px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fly2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  80% {
    -webkit-transform: translate(2500px, -400px);
            transform: translate(2500px, -400px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.wrap .header .logo {
  width: 317px;
  position: absolute;
  top: 3.5%;
  left: 3%;
}
.wrap .header .preorderzone {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  position: relative;
}
.wrap .header .preorderzone #mid_ch {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 0 60px;
}
.wrap .header .preorderzone #mid_ch_mob {
  display: none;
}
.wrap .header .preorderzone #slg {
  width: 830px;
  margin: -50px auto 30px auto;
  position: relative;
}
.wrap .header .preorderzone #slg .wing {
  position: absolute;
  width: 154px;
  height: auto;
  z-index: 999;
  right: 21%;
  top: -6%;
}
.wrap .header .preorderzone #slg .wing::before {
  content: "";
  position: absolute;
  background: url(../img/left_wing.png) no-repeat;
  width: 84px;
  height: 54px;
  left: -23.5%;
  z-index: -1;
  -webkit-animation: left_rotate 6s ease-in infinite;
          animation: left_rotate 6s ease-in infinite;
}
@-webkit-keyframes left_rotate {
  0% {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
  22% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
}
@keyframes left_rotate {
  0% {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
  22% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-75deg);
            transform: rotate(-75deg);
  }
}
.wrap .header .preorderzone #slg .wing::after {
  content: "";
  position: absolute;
  background: url(../img/right_wing.png) no-repeat;
  width: 84px;
  height: 56px;
  right: -23%;
  top: -5%;
  z-index: -1;
  -webkit-animation: right_rotate 6s ease-in infinite;
          animation: right_rotate 6s ease-in infinite;
}
@-webkit-keyframes right_rotate {
  0% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  22% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
}
@keyframes right_rotate {
  0% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
  22% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  80% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(75deg);
            transform: rotate(75deg);
  }
}
.wrap .header .preorderzone::before {
  content: "";
  position: absolute;
  width: 133px;
  height: 152px;
  margin: 15% 0 0 0;
  z-index: 1;
  background: url(../img/left_ch.png) center top no-repeat;
  -webkit-animation: left_move ease-in infinite 2s;
          animation: left_move ease-in infinite 2s;
}
@-webkit-keyframes left_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes left_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wrap .header .preorderzone::after {
  content: "";
  position: absolute;
  width: 143px;
  height: 140px;
  margin: -60% 0 0 0;
  z-index: 1;
  background: url(../img/right_ch.png) center top no-repeat;
  -webkit-animation: right_move ease-in infinite 1.7s;
          animation: right_move ease-in infinite 1.7s;
}
@-webkit-keyframes right_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes right_move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wrap .header .preorderzone ul {
  width: 750px;
  margin: 0 auto;
}
.wrap .header .preorderzone ul li {
  width: 230px;
  float: left;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation: light ease-in infinite 1.3s;
          animation: light ease-in infinite 1.3s;
}
.wrap .header .preorderzone ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  width: 200%;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.4117647059);
  -webkit-animation: my ease-in infinite 2.5s;
          animation: my ease-in infinite 2.5s;
}
@-webkit-keyframes light {
  0% {
    -o-filter: drop-shadow(0 0 6px rgb(255, 240, 23));
    -moz-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    -webkit-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    opacity: 0.95;
  }
  50% {
    -o-filter: drop-shadow(0 0 6px rgb(255, 240, 23));
    -moz-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    -webkit-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    opacity: 1;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes light {
  0% {
    -o-filter: drop-shadow(0 0 6px rgb(255, 240, 23));
    -moz-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    -webkit-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    opacity: 0.95;
  }
  50% {
    -o-filter: drop-shadow(0 0 6px rgb(255, 240, 23));
    -moz-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    -webkit-filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    filter: drop-shadow(0 0 6px rgb(255, 242, 57));
    opacity: 1;
  }
  100% {
    opacity: 0.95;
  }
}
@-webkit-keyframes my {
  0% {
    left: 60px;
  }
  80% {
    left: 60px;
  }
  100% {
    left: calc(-100% - 60px);
  }
}
@keyframes my {
  0% {
    left: 60px;
  }
  80% {
    left: 60px;
  }
  100% {
    left: calc(-100% - 60px);
  }
}
.wrap .header .preorderzone ul li.pre_login {
  -webkit-animation: sk ease-in infinite 1s;
          animation: sk ease-in infinite 1s;
}
@-webkit-keyframes sk {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wrap .article .preordergift {
  width: 100%;
  padding: 70px 0 150px 0;
  background: url(../img/pre_bg.jpg) no-repeat center 40%;
  background-size: cover;
  display: inline-block;
  position: relative;
  z-index: 10;
}
.wrap .article .preordergift .pregiftbox {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.wrap .article .preordergift .pregiftbox .pretitle {
  width: 569px;
  margin: 0 auto 20px auto;
}
.wrap .article .preordergift .pregiftbox p {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}
.wrap .article .preordergift .pregiftbox .giftbox {
  clear: both;
  margin: 0 0 0 10px;
  padding: 25px 0 0 0;
  z-index: 2;
  display: block;
}
.wrap .article .preordergift .pregiftbox .giftbox ul {
  width: 100%;
}
.wrap .article .preordergift .pregiftbox .giftbox ul li {
  margin: 15px 10px 0 10px;
  float: left;
  position: relative;
}
.wrap .article .preordergift .pregiftbox .giftbox ul li:nth-child(even) {
  margin-top: 35px;
}
.wrap .article .preordergift .pregiftbox .giftbox_mob {
  display: none;
}
.wrap .article .features {
  width: 100%;
  margin: 0;
  padding: 30px 0 0 0;
  background: url(../img/features_bg.jpg) no-repeat center top;
  background-size: cover;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.wrap .article .features .featurebox {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 50px 0;
}
.wrap .article .features .featurebox .featuretitle {
  width: 511px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.wrap .article .features .featurebox .swiper-container {
  width: 799px;
  margin: 50px auto 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 18px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 0 18px 0;
  border: 1px solid #ffffff;
}
.wrap .article .features .featurebox .swiper-container .swiper-pagination {
  width: 100%;
  margin: 0 0 0 0;
}
.wrap .article .features .featurebox .swiper-pagination-bullet {
  width: 75px;
  height: 10px;
  display: inline-block;
  margin: 1% 5px 0 5px;
  clear: both;
  border: 1px solid #ffffff;
}
.wrap .article .features .featurebox .notice {
  clear: both;
  width: 203px;
  margin: 100px auto 0 auto;
}
.wrap .footer {
  clear: both;
  width: 100%;
  background-color: #000000;
  padding: 70px 0 110px 0;
}
.wrap .footer #footercopy {
  /*width: 940px;*/
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
}
.wrap .footer #footercopy .con {
  float: left;
  font-size: 12px;
  width: 45%;
}
.wrap .footer #footercopy .con img {
  float: left;
  margin-right: 5px;
}
.wrap .footer #footercopy .grade {
  width: 50%;
  float: right;
  font-size: 12px;
}
.wrap .footer #footercopy .grade img {
  float: left;
  margin-right: 10px;
}
.wrap .footer #footercopy .grade p {
  float: left;
  width: 88%;
  line-height: 1.2;
}
.wrap .footer_pre {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1450px) {
  .wrap .rightbar {
    top: 12%;
  }
  .wrap .header {
    height: auto;
  }
  .wrap .header .dart1 {
    width: 7%;
  }
  .wrap .header .arrow {
    width: 7%;
  }
  .wrap .header .dart1 img, .wrap .header .arrow img {
    width: 100%;
  }
  .wrap .header .preorderzone {
    padding: 4% 0 14% 0;
  }
  .wrap .header .preorderzone .preorderbtn {
    margin: 0 auto 5%;
  }
  .wrap .article .preordergift {
    background: url(../img/pre_bg.jpg) 43% 0;
    background-size: cover;
  }
  .wrap .article .preordergift .pregiftbox .giftbox {
    width: 94%;
    margin: 0 3%;
  }
  .wrap .article .preordergift .pregiftbox .giftbox ul {
    width: 90%;
    margin: 0 5%;
  }
  .wrap .article .preordergift .pregiftbox .giftbox ul li {
    width: 19%;
    margin: 15px 5px 0 5px;
  }
  .wrap .article .preordergift .pregiftbox .giftbox ul li img {
    width: 100%;
  }
  .wrap .article .features {
    background: url(../img/features_bg.jpg) no-repeat 50% 0;
  }
  .wrap .article .features .featurebox .swiper-container {
    margin: 50px auto 0 auto;
  }
  .wrap .article .features .featurebox .swiper-pagination {
    margin: 15px 16% 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    background-color: #161536;
  }

  .header_popup {
    width: 94%;
    height: auto;
    margin: 0 3%;
    left: 4%;
    top: 27%;
    margin-top: 0;
    margin-left: 0;
    background-size: contain;
    padding: 18% 5% 22% 8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header_popup .device {
    width: 94%;
    margin: 0 3% 0 3%;
    display: inline-block;
  }
  .header_popup .device ul {
    width: 100%;
  }
  .header_popup .device ul li {
    height: 60px;
    line-height: 60px;
  }
  .header_popup .device ul li .radio {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .header_popup .device ul li .and {
    font-size: 1.1em;
  }
  .header_popup .phone {
    width: 91%;
    margin: 1.2% 4.5% 0 4.5%;
    clear: both;
    display: inline-block;
  }
  .header_popup .phone .areabox {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-right: 2px;
  }
  .header_popup .phone .telbox_tw {
    height: 40px;
    line-height: 40px;
    width: 74%;
  }
  .header_popup .phone .agree {
    margin: 1.5% 0 0 0;
    text-align: center;
    font-size: 1.2em;
  }
  .header_popup .prepop_gift {
    width: 80%;
    margin: 4% 10% 0;
  }
  .header_popup .prepop_gift .h_popup_gift {
    width: 57%;
  }
  .header_popup .prepop_gift .h_popup_gift img {
    width: 100%;
  }
  .header_popup .prepop_gift .submit {
    width: 36%;
    margin: 5% 0 0 0;
    padding: 0;
  }
  .header_popup .prepop_gift .submit img {
    width: 100%;
  }

  .wrap .rightbar {
    display: none;
  }
  .wrap .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/header_bg.jpg) center top no-repeat;
    background-size: cover;
    z-index: 9;
  }
  .wrap .header .dart1 {
    width: 10%;
    top: 15%;
  }
  .wrap .header .arrow {
    width: 10%;
    top: 25%;
  }
  .wrap .header .dart1 img, .wrap .header .arrow img {
    width: 100%;
  }
  .wrap .header .logo {
    width: 36%;
    top: 2%;
    left: 3%;
    z-index: 99;
  }
  .wrap .header .logo img {
    width: 100%;
  }
  .wrap .header .preorderzone {
    width: 100%;
    margin: 0;
    padding: 0 0 2% 0;
  }
  .wrap .header .preorderzone::before {
    margin: 17% 0 0 51%;
  }
  .wrap .header .preorderzone::after {
    margin: -99% 0 0 0;
    right: 9%;
  }
  .wrap .header .preorderzone #mid_ch_mob {
    display: block;
    width: 100%;
    margin: 0;
    padding: 13% 0 0 0;
  }
  .wrap .header .preorderzone #mid_ch_mob img, .wrap .header .preorderzone #slg img {
    width: 100%;
  }
  .wrap .header .preorderzone #mid_ch {
    display: none;
  }
  .wrap .header .preorderzone #slg {
    width: 94%;
    margin: -30% 3% 3% 3%;
  }
  .wrap .header .preorderzone ul {
    width: 90%;
    display: inline-block;
    margin: 0 5%;
    padding-bottom: 5%;
  }
  .wrap .header .preorderzone ul li {
    width: 31%;
    float: left;
    margin: 0 1%;
  }
  .wrap .header .preorderzone ul li img {
    width: 100%;
  }
  .wrap .article .preordergift {
    width: 100%;
    padding: 10% 0 10% 0;
    background: url(../img/pre_bg.jpg) no-repeat 29% 0;
    background-size: cover;
  }
  .wrap .article .preordergift .pregiftbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .wrap .article .preordergift .pregiftbox .pretitle {
    width: 46%;
    z-index: 1;
  }
  .wrap .article .preordergift .pregiftbox .pretitle img {
    width: 100%;
  }
  .wrap .article .preordergift .pregiftbox .giftbox {
    display: none;
  }
  .wrap .article .preordergift .pregiftbox .giftbox_mob {
    display: block;
    clear: both;
  }
  .wrap .article .preordergift .pregiftbox .giftbox_mob ul {
    width: 72%;
    margin: 0 14%;
  }
  .wrap .article .preordergift .pregiftbox .giftbox_mob ul li img {
    width: 100%;
    margin-bottom: 2%;
  }
  .wrap .article .features {
    width: 100%;
    padding: 10% 0 12% 0;
    background-size: cover;
  }
  .wrap .article .features .featurebox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .wrap .article .features .featurebox .featuretitle {
    width: 46%;
    position: relative;
    z-index: 3;
  }
  .wrap .article .features .featurebox .featuretitle img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-container {
    width: 80%;
    margin: 10% 10% 2% 10%;
    float: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) -18px 18px 0;
            box-shadow: rgba(0, 0, 0, 0.5) -18px 18px 0;
    border: 1px solid #ffffff;
  }
  .wrap .article .features .featurebox .swiper-container img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-container .swiper-pagination {
    width: 50%;
    margin: 0 0 0 0;
  }
  .wrap .article .features .featurebox .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 1.5% 1.7% 0 1.7%;
    clear: both;
    border: 1px solid #ffffff;
  }
  .wrap .article .features .featurebox .swiper-pagination {
    width: 100%;
    /* position: absolute; */
    text-align: center;
    float: none;
  }
  .wrap .footer {
    width: 100%;
    background-color: #000000;
    padding: 6% 0 35% 0;
    margin: 0 0 0 0;
  }
  .wrap .footer #footercopy {
    width: 94%;
    margin: 0 3%;
    color: #ffffff;
  }
  .wrap .footer #footercopy .con {
    width: 50%;
    margin-left: 3%;
  }
  .wrap .footer #footercopy .con img {
    float: left;
    margin: 0 3% 0 0;
  }
  .wrap .footer #footercopy .grade {
    width: 45%;
  }
  .wrap .footer #footercopy .grade img {
    float: left;
    margin: 0;
  }
  .wrap .footer #footercopy .grade p {
    float: left;
    width: 79%;
    margin: 0 0 0 3%;
  }
  .wrap .footer_pre {
    display: block;
    background: url(../img/footerbg_btn.png) no-repeat right bottom;
    position: fixed;
    bottom: 0;
    z-index: 98;
    width: 100%;
    background-size: 100%;
    padding: 0;
    height: 230px;
    left: 0;
  }
  .wrap .footer_pre ul {
    width: 75%;
    margin: 13% 0 0 0;
    padding-left: 6%;
  }
  .wrap .footer_pre ul p {
    padding-top: 7%;
    color: #ffffff;
    pointer-events: none;
    font-size: 1.5em;
  }
  .wrap .footer_pre ul li {
    float: left;
    width: 40%;
    margin: 2% 4% 0 0;
  }
  .wrap .footer_pre ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-color: #161536;
  }

  .header_popup {
    width: 98%;
    height: auto;
    margin: 0;
    left: 1%;
    top: 30%;
    margin-top: 0;
    margin-left: 0;
    background-size: contain;
    padding: 17% 6.5% 0 6.5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffe721;
  }
  .header_popup .device {
    width: 94%;
    margin: 0 3% 0 3%;
    display: inline-block;
  }
  .header_popup .device ul {
    width: 100%;
  }
  .header_popup .device ul li {
    height: 50px;
    line-height: 50px;
  }
  .header_popup .device ul li .radio {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .header_popup .device ul li .and {
    font-size: 1.1em;
  }
  .header_popup .phone {
    width: 91%;
    margin: 0 4.5%;
    clear: both;
    display: inline-block;
  }
  .header_popup .phone .areabox {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-right: 2px;
  }
  .header_popup .phone .telbox_tw {
    height: 40px;
    line-height: 40px;
    width: 52%;
  }
  .header_popup .phone .agree {
    margin: 1.5% 0 0 0;
    text-align: center;
    font-size: 0.9em;
  }
  .header_popup .prepop_gift {
    width: 98%;
    margin: 1.5% 1% 0 1%;
  }
  .header_popup .prepop_gift .h_popup_gift {
    width: 57%;
  }
  .header_popup .prepop_gift .h_popup_gift img {
    width: 100%;
  }
  .header_popup .prepop_gift .submit {
    width: 36%;
    margin: 8% 0 0 0;
    padding: 0;
  }
  .header_popup .prepop_gift .submit img {
    width: 100%;
  }

  .notice_popup {
    width: 92%;
    height: auto;
    margin: 0;
    left: 4%;
    top: 7%;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    z-index: 9999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffe721;
  }
  .notice_popup ol {
    padding: 31% 0 5% 0;
    margin: 0 0 0 8%;
  }
  .wrap .rightbar {
    display: none;
  }
  .wrap .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/header_bg.jpg) center top no-repeat;
    background-size: cover;
    z-index: 9;
  }
  .wrap .header .dart1 {
    width: 20%;
    right: -50px;
    top: 30%;
  }
  .wrap .header .dart1 img {
    width: 100%;
  }
  .wrap .header .arrow {
    width: 19%;
    left: -50px;
    top: 40%;
  }
  .wrap .header .arrow img {
    width: 100%;
  }
  .wrap .header .logo {
    width: 50%;
    position: absolute;
    top: 2%;
    left: 3%;
    z-index: 999;
  }
  .wrap .header .logo img {
    width: 100%;
  }
  .wrap .header .preorderzone {
    width: 100%;
    margin: 0;
    padding: 23% 0 10% 0;
    position: relative;
  }
  .wrap .header .preorderzone #mid_ch {
    display: none;
  }
  .wrap .header .preorderzone #mid_ch_mob {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  .wrap .header .preorderzone #mid_ch_mob img {
    width: 100%;
  }
  .wrap .header .preorderzone #slg {
    width: 94%;
    margin: -17% 3% 1% 3%;
  }
  .wrap .header .preorderzone #slg .wing {
    width: 35%;
    right: 18%;
    top: -32%;
  }
  .wrap .header .preorderzone #slg .wing::before {
    background-size: 60%;
    left: -15.5%;
  }
  @-webkit-keyframes left_rotate {
    0% {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    22% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    80% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    100% {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
  }
  @keyframes left_rotate {
    0% {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    22% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    80% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    100% {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
  }
  .wrap .header .preorderzone #slg .wing::after {
    background-size: 60%;
    right: -45%;
    top: -1%;
  }
  @-webkit-keyframes right_rotate {
    0% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    22% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    80% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    100% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
  }
  @keyframes right_rotate {
    0% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    22% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    80% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
    100% {
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
    }
  }
  .wrap .header .preorderzone #slg img, .wrap .header .preorderzone .wing img {
    width: 100%;
  }
  .wrap .header .preorderzone::before {
    display: none;
  }
  @-webkit-keyframes left_move {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes left_move {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .wrap .header .preorderzone::after {
    content: "";
    position: absolute;
    width: 143px;
    right: 0;
    height: 140px;
    margin: -125% 3% 0 0;
    z-index: 1;
    background: url(../img/right_ch.png) center top no-repeat;
    background-size: 68%;
    -webkit-animation: right_move ease-in infinite 1.7s;
            animation: right_move ease-in infinite 1.7s;
  }
  @-webkit-keyframes right_move {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes right_move {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-3px);
              transform: translateY(-3px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .wrap .header .preorderzone ul {
    width: 94%;
    margin: 0 3%;
    display: inline-block;
    padding-bottom: 5%;
  }
  .wrap .header .preorderzone ul li {
    width: 48%;
    float: left;
    margin: 0 1%;
  }
  .wrap .header .preorderzone ul li.pre_login {
    float: left;
  }
  .wrap .header .preorderzone ul li.pre_apple, .wrap .header .preorderzone ul li.pre_google {
    -webkit-animation: sk ease-in infinite 1s;
            animation: sk ease-in infinite 1s;
    float: right;
  }
  .wrap .header .preorderzone ul li.pre_google {
    display: none;
  }
  .wrap .header .preorderzone ul li img {
    width: 100%;
  }
  @-webkit-keyframes sk {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes sk {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .wrap .article .preordergift {
    padding: 10% 0 10% 0;
    background: url(../img/pre_bg.jpg) no-repeat 32%;
    overflow-x: hidden;
  }
  .wrap .article .preordergift .pregiftbox {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .wrap .article .preordergift .pregiftbox p {
    width: 90%;
    margin: 0 5%;
    font-size: 21px;
  }
  .wrap .article .preordergift .pregiftbox .pretitle {
    width: 70%;
    z-index: 1;
  }
  .wrap .article .preordergift .pregiftbox .pretitle img {
    width: 100%;
  }
  .wrap .article .preordergift .pregiftbox .giftbox {
    display: none;
  }
  .wrap .article .preordergift .pregiftbox .giftbox_mob {
    display: block;
    clear: both;
  }
  .wrap .article .preordergift .pregiftbox .giftbox_mob ul {
    width: 90%;
    margin: 0 5%;
  }
  .wrap .article .preordergift .pregiftbox .giftbox_mob ul li img {
    width: 100%;
    margin-bottom: 2%;
  }
  .wrap .article .features {
    margin: -2% 0 0 0;
    padding: 10% 0 12% 0;
    background: url(../img/features_bg.jpg) no-repeat 0 52%;
    background-size: cover;
  }
  .wrap .article .features .featurebox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .wrap .article .features .featurebox .featuretitle {
    width: 70%;
    position: relative;
    z-index: 3;
    padding-top: 10%;
  }
  .wrap .article .features .featurebox .featuretitle img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-container {
    width: 90%;
    margin: 10% 5% 0 5%;
    float: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 0;
            box-shadow: rgba(0, 0, 0, 0.2) 0 8px 0;
    border: 1px solid #ffffff;
  }
  .wrap .article .features .featurebox .swiper-container img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-container .swiper-pagination {
    width: 50%;
    margin: 0 0 0 0;
  }
  .wrap .article .features .featurebox .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 1.5% 2.7% 0 2.7%;
    clear: both;
    border: 1px solid #ffffff;
  }
  .wrap .article .features .featurebox .swiper-pagination {
    width: 100%;
    /* position: absolute; */
    text-align: center;
    float: none;
  }
  .wrap .article .features .featurebox .notice {
    width: 46%;
    margin: 16% auto 0 auto;
  }
  .wrap .article .features .featurebox .notice img {
    width: 100%;
  }
  .wrap .footer {
    width: 100%;
    background-color: #000000;
    padding: 10% 0 34% 0;
    margin: 0 0 0 0;
  }
  .wrap .footer #footercopy {
    width: 94%;
    margin: 0 3%;
    color: #ffffff;
  }
  .wrap .footer #footercopy .con {
    float: none;
    font-size: 12px;
    width: 100%;
  }
  .wrap .footer #footercopy .con img {
    float: none;
    width: 50%;
    margin: 0 25% 3% 25%;
  }
  .wrap .footer #footercopy .con p {
    text-align: center;
  }
  .wrap .footer #footercopy .grade {
    clear: both;
    width: 100%;
    float: none;
    margin: 8% 0 0 0;
    font-size: 12px;
  }
  .wrap .footer #footercopy .grade img {
    float: none;
    width: 10%;
    margin: 0 45% 3% 45%;
  }
  .wrap .footer #footercopy .grade p {
    float: none;
    width: 88%;
    margin: 0 6%;
    text-align: center;
  }
  .wrap .footer_pre {
    display: block;
    background: url(../img/footerbg_btn.png) no-repeat center bottom;
    position: fixed;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    background-size: 100%;
    padding: 0;
    height: 106px;
    left: 0;
  }
  .wrap .footer_pre ul {
    width: 70%;
    margin: 13% 0 0 4%;
  }
  .wrap .footer_pre ul p {
    padding-top: 8%;
    color: #ffffff;
    pointer-events: none;
  }
  .wrap .footer_pre ul li {
    float: left;
    width: 46%;
    margin: 2% 4% 0 0;
  }
  .wrap .footer_pre ul li img {
    width: 100%;
  }
}