@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.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9997;
}

.YouTubePopUp-Close {
  cursor: pointer;
  position: absolute;
  top: 1%;
  right: -9%;
  display: block;
  z-index: 9999;
  background: url(../img/close.png) no-repeat;
  width: 56px;
  height: 56px;
}

.YouTubePopUp-Close:hover {
  -webkit-animation: spin 1s ease-in-out;
          animation: spin 1s ease-in-out;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .YouTubePopUp-Close {
    bottom: 262px;
    right: 1%;
    top: -15%;
  }
}
@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }

  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }

  .YouTubePopUp-Close {
    bottom: 262px;
    right: 1%;
    top: -22%;
  }
}
.video {
  width: 100%;
  height: 660px;
  margin: auto;
  display: block;
  border: none;
  z-index: 9999;
}

.close-btn {
  width: 100px;
  height: 50px;
  display: block;
  margin: 50px auto;
  cursor: pointer;
  z-index: 9999;
  position: relative;
  border: 2px solid black;
  background-color: white;
}

.popup-btn:hover {
  color: white;
  background-color: black;
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 10px 10px 10px 10px black;
          box-shadow: 10px 10px 10px 10px black;
}

.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66%;
  height: auto;
  z-index: 9999;
}

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

.wrap .mobnu_ob {
  display: none;
}
.wrap .topbar {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height:80px;
  position: fixed;
  top: 0;
  display: block;
  z-index: 9998;
}
.wrap .topbar ul {
  width: 500px;
  margin: 0 auto;
}
.wrap .topbar ul li {
  width: calc(100% / 4);
  float: left;
  text-align: center;
  font-size: 19px;
}
.wrap .topbar ul li a {
  color: #123142;
  line-height: 80px;
}
.wrap .topbar ul li a:hover {
  color: #2e80df;
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
.wrap .rightbar {
  width: 171px;
  height: 520px;
  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 .right_gift {
  width: 154px;
  margin: 93px auto 5px auto;
}
.wrap .rightbar .right_gift ul li {
  float: left;
  width: 62px;
  margin: 0 4%;
}
.wrap .rightbar.active {
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}
.wrap .rightbar ul {
  padding-top: 75px;
}
.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:nth-child(4) {
  margin: 0 0 0 14px;
}
.wrap .rightbar ul .minibtn {
  width: 144px;
  margin: 0 auto 0 13px;
  display: inline-block;
}
.wrap .rightbar ul .minibtn ul {
  padding-top: 10px;
}
.wrap .rightbar ul .minibtn ul li {
  width: 45px;
  float: left;
  margin: 0 0.5%;
}
.wrap .rightbar ul .minibtn ul li:nth-child(1) {
  width: 40px;
}
.wrap .rightbar .menu {
  width: 19px;
  height: 125px;
  background: url(../img/menu.png) no-repeat;
  position: absolute;
  z-index: 98;
  margin: -336px 0 0 -15px;
  cursor: pointer;
}
.wrap .header {
  width: 100%;
  height: 940px;
  position: relative;
  background: url(../img/header_bg.jpg) center top no-repeat;
  background-size: cover;
  z-index: 9;
}
.wrap .header .logo {
  width: 400px;
  padding-top: 600px;
  margin: 0 auto 5px auto;
  
}
.wrap .header .preorderzone {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
.wrap .header .preorderzone ul li {
  width: 242px;
  float: left;
  margin: 10px 10px 20px 10px;
  position: relative;
  -webkit-animation: light ease-in infinite 1.3s;
          animation: light ease-in infinite 1.3s;
}
@-webkit-keyframes light {
  0% {
    -o-filter: drop-shadow(0 0 6px #fff017);
    -moz-filter: drop-shadow(0 0 6px #fff239);
    -webkit-filter: drop-shadow(0 0 6px #fff239);
    filter: drop-shadow(0 0 6px #fff239);
    opacity: 0.95;
  }
  50% {
    -o-filter: drop-shadow(0 0 6px #fff017);
    -moz-filter: drop-shadow(0 0 6px #fff239);
    -webkit-filter: drop-shadow(0 0 6px #fff239);
    filter: drop-shadow(0 0 6px #fff239);
    opacity: 1;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes light {
  0% {
    -o-filter: drop-shadow(0 0 6px #fff017);
    -moz-filter: drop-shadow(0 0 6px #fff239);
    -webkit-filter: drop-shadow(0 0 6px #fff239);
    filter: drop-shadow(0 0 6px #fff239);
    opacity: 0.95;
  }
  50% {
    -o-filter: drop-shadow(0 0 6px #fff017);
    -moz-filter: drop-shadow(0 0 6px #fff239);
    -webkit-filter: drop-shadow(0 0 6px #fff239);
    filter: drop-shadow(0 0 6px #fff239);
    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 #video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.wrap .article {
  width: 100%;
}
.wrap .article .preordergift {
  width: 100%;
  padding: 50px 0;
  background: url(../img/pre_bg.jpg) no-repeat center top;
  display: inline-block;
  position: relative;
  background-size: cover;
  z-index: 10;
}

.wrap .article .preordergift .news_wrap {
  width: 100%;
  padding: 90px 0;
  position: relative;
  display: inline-block;
}
.wrap .article .preordergift .news_wrap .newsbox {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 45px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.wrap .article .preordergift .news_wrap .newsbox::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .article .preordergift .news_wrap .newsbox .newsbn {
  width: 50%;
  float: left;
}
.wrap .article .preordergift .news_wrap .newsbox .newsbn .swiper-container {
  border: 1px solid #292853;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent {
  width: 48%;
  float: left;
  margin: 0 0 0 2%;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .newstitle {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .newstitle a {
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 10px 7px 0 0;
  border: 1px solid #292853;
  padding: 1px 4px;
  color: #ffffff;
  background-color: rgba(75, 75, 75, 0.8);
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .newstitle a:hover {
  background-color: rgba(39, 39, 39, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item {
  margin-bottom: 5px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item::after {
  content: "";
  display: block;
  clear: both;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul li {
  float: left;
  width: 24.5%;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #292853;
  font-size: 15px;
  line-height: 2;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul li a {
  display: block;
  color: #3f3f3f;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul li:nth-child(1), .wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul li:nth-child(2), .wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul li:nth-child(3) {
  border-right: 0;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul .newsactive {
  background-color: #292853;
  border: 1px solid #292853;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .news_item ul .newsactive a {
  color: #ffffff;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap {
  clear: both;
  width: 98%;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap::after {
  content: "";
  clear: both;
  display: block;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li {
  width: 100%;
  clear: both;
  border-bottom: 1px dotted #292853;
  font-size: 15px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3f3f3f;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a::before {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  color: #fff;
  float: left;
  font-size: 13px;
  text-align: center;
  margin-right: 10px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a p {
  float: left;
  margin-left: 15px;
  font-size: 17px;
  height: 53px;
  line-height: 53px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a p:hover {
  color: #42418b;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a .date {
  font-size: 12px;
  color: #3f3f3f;
  float: right;
  line-height: 53px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li.iconews {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li.iconews::before {
  content: "新聞";
  padding: 1px 6px;
  float: left;
  font-size: 13px;
  margin-top: 17px;
  background-color: #383838;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li.icoevent {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li.icoevent::before {
  content: "活動";
  float: left;
  padding: 1px 6px;
  margin-top: 17px;
  font-size: 13px;
  background-color: #383838;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li.icosystem {
  font-size: 12px;
  color: #ffffff;
  vertical-align: middle;
  float: left;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li.icosystem::before {
  content: "系統";
  float: left;
  margin-top: 17px;
  padding: 1px 6px;
  font-size: 13px;
  background-color: #383838;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia {
  clear: both;
  width: 100%;
  margin-top: 40px;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li {
  display: inline-block;
  width: calc(100% / 3 - 5px);
  text-align: center;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li a p {
  color: #ffffff;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li:hover {
  -webkit-filter: brightness(1.2);
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li.sm_fb {
  position: relative;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li.sm_baha {
  position: relative;
}
.wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li.sm_yt {
  position: relative;
}


.wrap .article .features {
  width: 100%;
  margin: -6px 0 0 0;
  padding: 0 0 100px 0;
  background: url(../img/features_bg.jpg) no-repeat;
  display: inline-block;
  position: relative;
  background-size: cover;
  z-index: 1;
}
.wrap .article .features .featurebox {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}
.wrap .article .features .featurebox .featuretitle {
  width: 352px;
  position: relative;
  z-index: 3;
  margin:0 auto 70px auto;
}
.wrap .article .features .featurebox .moviebox {
  width: 380px;
  height: 339px;
  float: left;
  margin: 113px 0 0 0;
  z-index: 1;
  position: relative;
}
.wrap .article .features .featurebox .moviebox::before {
  content: "";
  width: 299px;
  height: 110px;
  background: url(../img/movie_cat.png) no-repeat;
  position: absolute;
  margin: -110px 0 0 82px;
}
.wrap .article .features .featurebox .moviebox img.pl {
  position: absolute;
  margin: 135px 0 0 146px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  -moz-filter: grayscale(1);
  cursor: pointer;
  display: inline-block;
}
.wrap .article .features .featurebox .moviebox img.pl:hover {
  display: inline-block;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -moz-filter: grayscale(0);
}
.wrap .article .features .swiper-container {
  width: 66%;
  margin: 0 0 0 0;
  float: right;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 18px 18px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 18px 18px 0;
  border: 1px solid #ffffff;
}
.wrap .article .features .swiper-container .swiper-pagination {
  width: 100%;
  margin: 0 0 0 0;
}
.wrap .article .features .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 1.5% 2% 0 2%;
  clear: both;
  border: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wrap .footer {
  clear: both;
  width: 100%;
  background-color: #000000;
  padding: 50px 0 110px 0;
}
.wrap .footer #footercopy {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 20px;
  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;
}

@media screen and (min-width: 1451px) and (max-width: 1675px) {
  .wrap .header {
    height: auto;
  }
  .wrap .header .preorderzone {
    padding: 0 0 10% 0;
  }

}
@media screen and (min-width: 1025px) and (max-width: 1450px) {
  .wrap .rightbar {
    top: 12%;
  }
  .wrap .header {
    height: auto;
  }
  .wrap .header .logo {
    padding-top: 50%;
  }
  .wrap .header .preorderzone {
    padding: 0 0 10% 0;
  }
  .wrap .article .preordergift {
    background: url(../img/pre_bg.jpg) 43% 0;
    background-size: cover;
  }

  .wrap .article .features {
    background: url(../img/features_bg.jpg) no-repeat 49% 0;
    padding: 0 0 4% 0;
  }
  .wrap .article .features .featurebox {
    width: 90%;
    margin: 0 5%;
    padding: 6% 0 0 0;
  }
  .wrap .article .features .featurebox .featuretitle {
    margin: 0 auto;
  }
  .wrap .article .features .featurebox .swiper-container {
    width: 59%;
    margin: 6.2% 0 0 0;
    float: left;
  }
  .wrap .article .features .featurebox .swiper-container img, .wrap .article .features .featurebox .moviebox img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-pagination {
    margin: 15px 16% 0 0;
  }
  .wrap .article .features .featurebox .moviebox {
    width: 34%;
    height: auto;
    float: left;
    margin: 9.3% 2% 0 2%;
  }
  .wrap .article .features .featurebox .moviebox img.pl {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    background-color: #161536;
  }

  .wrap .mobnu_ob {
    display: block;
  }
  .wrap .mobnu_ob .mobmenu {
    display: block;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob {
    width: 51px;
    height: 51px;
    border-radius: 30px;
    position: fixed;
    cursor: pointer;
    right: 3%;
    padding: 2% 0 0 0;
    margin: 3% 0 0 0;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 11px;
    pointer-events: none;
    z-index: 9999;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn::before {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto 0 0;
    pointer-events: none;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 20px auto 0 0;
    pointer-events: none;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn_h {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 0;
    pointer-events: none;
    -webkit-animation: lin 2s ease-in-out;
    animation: lin 2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(13px, -2px);
    transform: rotate(45deg) translate(13px, -2px);
    opacity: 1;
    z-index: 9999;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn_h::before {
    opacity: 0;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn_h::after {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
    transform: rotate(-90deg) translate(19px, 0px);
  }
  .wrap .mobnu_ob .mask_ob {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9997;
  }
  .wrap .mobnu_ob .mask_ob ul {
    padding-top: 38%;
  }
  .wrap .mobnu_ob .mask_ob ul li {
    text-align: center;
    font-size: 2em;
    margin-bottom: 5%;
    color: #ffffff;
  }
  .wrap .mobnu_ob .mask_ob ul li a {
    color: #ffffff;
  }
  .wrap .topbar {
    display: none;
  }
  .wrap .rightbar {
    display: none;
  }
  .wrap .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/headerbg_mob.jpg) center top no-repeat;
    background-size: cover;
    z-index: 9;
  }
  .wrap .header .logo {
    width: 50%;
    padding-top: 88%;
  }
  .wrap .header .logo img {
    width: 100%;
  }
  .wrap .header .preorderzone {
    width: 94%;
    margin: 0 3%;
    padding: 0 0 3% 0;
  }
  .wrap .header .preorderzone ul {
    width: 94%;
    display: inline-block;
    margin: 0 3%;
    padding-bottom: 5%;
  }
  .wrap .header .preorderzone ul li {
    width: 24%;
    float: left;
    margin: 0 0.5%;
  }
  .wrap .header .preorderzone ul li img {
    width: 100%;
  }
  .wrap .header #video {
    display: none;
  }
  .wrap .article .preordergift {
    width: 100%;
    padding: 8% 0;
    background: url(../img/pre_bg.jpg) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
    position: relative; 
    overflow-x: hidden;
    z-index: 10;
  }
  .wrap .article .preordergift #rightm {
    display: none;
  }
  .wrap .article .preordergift .news_wrap {
    padding: 8% 0;
  }
  .wrap .article .preordergift .news_wrap .newsbox {
    width: 94%;
    margin: 0 3%;
    padding: 5% 4% 6% 4%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn {
    width: 100%;
    float: none;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 85%;
    margin-top: 1%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn img {
    width: 100%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent {
    width: 100%;
    float: none;
    margin: 10% 0 0 0;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia {
    width: 80%;
    margin: 3% 10% 0 10%;
  }
  
  .wrap .article .features {
    width: 100%;
    margin: -1% 0 0 0;
    padding: 10% 0 6% 0;
    background: url(../img/features_bg.jpg) no-repeat 35% bottom;
    background-size: cover;
  }
  .wrap .article .features .featurebox {
    width: 94%;
    height: auto;
    margin: 0 3%;
    padding: 0 0 0 0;
  }
  .wrap .article .features .featurebox .featuretitle {
    width: 60%;
    position: relative;
    z-index: 3;
  }
  .wrap .article .features .featurebox .featuretitle img {
    width: 100%;
  }
  .wrap .article .features .featurebox .moviebox {
    width: 60%;
    height: auto;
    margin: 0 20%;
    padding: 5% 0 0 0;
    float: none;
  }
  .wrap .article .features .featurebox .moviebox img.pl {
    width: 22%;
    margin: 34% 0 0 39%;
  }
  .wrap .article .features .featurebox .moviebox img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-container {
    width: 80%;
    margin: 7% 10% 2% 10%;
    float: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -18px 18px 0;
            box-shadow: rgba(0, 0, 0, 0.3) -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: 100%;
    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 16% 0;
    margin: 0 0 0 0;
  }
  .wrap .footer #footercopy {
    width: 94%;
    margin: 0 3%;
    color: #ffffff;
  }
  .wrap .footer #footercopy .con {
    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%;
  }
}
@media screen and (max-width: 767px) {
  body {
    background-color: #161536;
  }

  .video {
    width: 100%;
    height: 300px;
    margin: auto;
    display: block;
    border: none;
    z-index: 9999;
  }

  .close-btn {
    width: 100px;
    height: 50px;
    display: block;
    margin: 50px auto;
    cursor: pointer;
    z-index: 9999;
    position: relative;
    border: 2px solid black;
    background-color: white;
  }

  .popup-btn:hover {
    color: white;
    background-color: black;
  }

  .video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 10px 10px 10px 10px black;
            box-shadow: 10px 10px 10px 10px black;
  }

  .popup-content {
    background: black;
    position: absolute;
    top: 27%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 90%;
    height: auto;
    margin: 0 5%;
    z-index: 9999;
  }

  .wrap .mobnu_ob {
    display: block;
  }
  .wrap .mobnu_ob .mobmenu {
    display: block;
    width: 65px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob {
    width: 51px;
    height: 51px;
    border-radius: 30px;
    position: fixed;
    cursor: pointer;
    right: 2%;
    padding: 2.5% 0 0 0;
    margin: 3% 0 0 0;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 11px;
    pointer-events: none;
    z-index: 9999;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn::before {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 10px auto 0 0;
    pointer-events: none;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn::after {
    content: "";
    position: absolute;
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 20px auto 0 0;
    pointer-events: none;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn_h {
    width: 30px;
    border-radius: 1px;
    height: 3px;
    display: block;
    background-color: #fff;
    margin: 0 auto 7px 0;
    pointer-events: none;
    -webkit-animation: lin 2s ease-in-out;
    animation: lin 2s ease-in-out;
    -webkit-transform: rotate(45deg) translate(13px, -2px);
    transform: rotate(45deg) translate(13px, -2px);
    opacity: 1;
    z-index: 9999;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn_h::before {
    opacity: 0;
  }
  .wrap .mobnu_ob .mobmenu .ham_ob .linebtn_h::after {
    -webkit-transform: rotate(-90deg) translate(19px, 0px);
    transform: rotate(-90deg) translate(19px, 0px);
  }
  .wrap .mobnu_ob .mask_ob {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9997;
  }
  .wrap .mobnu_ob .mask_ob ul {
    padding-top: 38%;
  }
  .wrap .mobnu_ob .mask_ob ul li {
    text-align: center;
    font-size: 1.7em;
    margin-bottom: 6%;
    color: #ffffff;
  }
  .wrap .mobnu_ob .mask_ob ul li a {
    color: #ffffff;
  }
  .wrap .topbar {
    display: none;
  }
  .wrap .rightbar {
    display: none;
  }
  .wrap .header {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../img/headerbg_mob.jpg) center top no-repeat;
    background-size: cover;
    z-index: 9;
  }
  .wrap .header .logo {
    width: 66%;
    position: absolute;
    padding-top:96%;
    margin: 0 17%;
  }
  .wrap .header .logo img {
    width: 100%;
  }
  .wrap .header .preorderzone {
    width: 90%;
    margin: 0 5%;
    padding-top: 135%;
    position: relative;
  }
  .wrap .header .preorderzone ul {
    width: 100%;
    display: inline-block;
    padding-bottom: 5%;
  }
  .wrap .header .preorderzone ul li {
    width: 46%;
    margin: 0 2% 3% 2%;
  }
  .wrap .header .preorderzone ul li img {
    width: 100%;
  }
  .wrap .header #video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: none;
  }
  .wrap .article .preordergift {
    padding: 7% 0;
    overflow-x: hidden;
    background-position: 24% top;
  }

  .wrap .article .preordergift .news_wrap {
    padding: 15% 0;
  }
  .wrap .article .preordergift .news_wrap .newsbox {
    width: 94%;
    margin: 0 3%;
    padding: 3% 3% 4% 3%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn {
    width: 100%;
    float: none;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn .swiper-pagination {
    width: 88%;
    margin: 2% 0 0 0;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newsbn img {
    width: 100%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent {
    width: 100%;
    float: none;
    margin: 20% 0 0 0;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a {
    padding: 15px 0 25px;
    width: 100%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent .tab_inner_wrap ul li a p {
    width: 64%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 3%;
    font-size: 16px;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia {
    margin-top: 5%;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li {
    display: inline-block;
    width: calc(100% / 3 - 1%);
    text-align: center;
  }
  .wrap .article .preordergift .news_wrap .newsbox .newscontent .socialmedia ul li img {
    width: 100%;
  }

  .wrap .article .features {
    width: 100%;
    margin: -2% 0 0 0;
    padding: 10% 0 12% 0;
    background: url(../img/features_bg.jpg) no-repeat 55% 52%;
    display: inline-block;
    position: relative;
    background-size: cover;
    z-index: 1;
  }
  .wrap .article .features .featurebox {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
  }
  .wrap .article .features .featurebox .featuretitle {
    width: 90%;
    position: relative;
    z-index: 3;
    margin: 0 5% 5% 5%;
  }
  .wrap .article .features .featurebox .featuretitle img, .wrap .article .features .featurebox .moviebox img {
    width: 100%;
  }
  .wrap .article .features .featurebox .moviebox {
    width: 92%;
    height: auto;
    float: none;
    margin: 0 4%;
  }
  .wrap .article .features .featurebox .moviebox::before {
    display: none;
  }
  .wrap .article .features .featurebox .moviebox img.pl {
    width: 26%;
    margin: 33% 37% 0 37%;
  }
  .wrap .article .features .featurebox .swiper-container {
    width: 92%;
    margin: 8% 4% 7% 4%;
    float: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) -6px 7px 0;
            box-shadow: rgba(0, 0, 0, 0.3) -6px 7px 0;
    border: 1px solid #ffffff;
  }
  .wrap .article .features .featurebox .swiper-container img {
    width: 100%;
  }
  .wrap .article .features .featurebox .swiper-container .swiper-pagination {
    width: 100%;
    margin: 0 0 -2% 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 .footer {
    width: 100%;
    background-color: #000000;
    padding: 10% 0 15% 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;
  }
}