@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("_normalize.min.css");
@import url("_footer.css");
@import url("header.css");
@import url("jquery.fancybox.min.css");
@import url("swiper.min.css");
.app_tw, .app_hk {
  display: none;
}

.app a, .app img {
  width: 185px;
  height: auto;
}

.app a {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.app a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 480px) {
  .app a:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .app a img {
    max-width: none;
    width: auto;
    height: 12vw;
  }
}

.app_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app_container {
  border: 3px solid rgba(255, 255, 255, 0.3);
  padding: 2em;
  border-radius: 1em;
  background-color: rgba(218, 215, 208, 0.3);
  position: relative;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .app_container {
    border-width: 1px;
    padding: 1.5em .5em .5em;
  }
}

.app_tw {
  display: block;
}

.app_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .app_switch {
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
  }
}

.btn_switch {
  font-family: "Noto Sans TC", Microsoft JhengHei;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  -ms-grid-columns: minmax(auto, max-content) minmax(auto, max-content);
  grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px solid #dbdbdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a2f58), to(#274684));
  background: -webkit-linear-gradient(top, #1a2f58 0%, #274684 100%);
  background: -o-linear-gradient(top, #1a2f58 0%, #274684 100%);
  background: linear-gradient(to bottom, #1a2f58 0%, #274684 100%);
  padding: .5em 1.8em;
  margin-bottom: 1em;
  border-radius: .5em;
  color: #fff;
  text-align: left;
  line-height: 1.2;
  cursor: pointer;
}

.btn_switch > div {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .btn_switch:hover .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .btn_switch:hover em {
    color: #fdff51;
  }
  .btn_switch:hover .btn_version {
    color: #fff;
  }
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch {
    padding: .5em .7em .5em .5em;
  }
}

.btn_switch em {
  font-style: normal;
}

.btn_switch .icon {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  -webkit-mask-image: url("/laplace/images/icon_switch.svg");
  mask-image: url("/laplace/images/icon_switch.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 1.5em;
  height: 100%;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch .icon {
    margin-right: .1em;
  }
}

.btn_switch .btn_version {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 1.2em;
  font-weight: bold;
  color: #fdff51;
  white-space: nowrap;
}

.btn_switch .btn_version span {
  font-weight: normal;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch .btn_version {
    font-size: 14px;
    font-weight: normal;
  }
}

.btn_switch .btn_text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  white-space: nowrap;
  font-size: .8em;
}

@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn_switch .btn_text {
    display: none;
  }
}

/* ==========================================================================
  wrap
========================================================================== */
.wrap {
  position: relative;
  color: #111;
}

section, .fp-tableCell,
section .swiper-slide {
  position: relative;
  z-index: 1;
  vertical-align: top;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

section:last-child {
  height: auto !important;
}

.menu a, .title span, .tabNav li, .tabNav em, .page_3 .swiper-nav a, .info,
.titles em, .page_4 .swiper-nav a, .appBar ul:last-child li:first-child {
  font-family: "Noto Sans TC";
}

/* ==========================================================================
	page_1
========================================================================== */
.page_1 {
  background-image: url("../images/MusicFestival/laip-bg-MusicFestival-m.jpg");
  background-size: cover;
  background-position: center;
}

.page_1.intro {
  background-image: url("../images/m/laip-bg_intro_m.jpg");
}

.page_1 h1,
.page_1 h2,
.page_1 h3 {
  text-align: center;
}

.page_1 h1 {
  padding-top: 10vw;
}

.page_1 h1 img {
  width: 24vw;
}

.page_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 100%;
  padding-bottom: 5vw;
}

.page_1 h1, .page_1 .slogan {
  position: absolute;
}

.page_1 h1 {
  padding-top: 0 !important;
  top: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.page_1 .slogan {
  margin: auto;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80vw;
}

.page_1 .slogan::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 38.63192%;
  background-image: url("../images/MusicFestival/laip-slogan-MusicFestival.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.page_1 h2,
.page_1 h3 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

.page_1 .btn_play {
  display: block;
  margin: 12vw auto 0;
  width: 9vw;
  height: 10.44vw;
  text-align: center;
}

.page_1.intro .btn_play {
  margin: 36vw auto 0;
}

.page_1 .btn_play img {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

/* --------------------------------------
	app
-------------------------------------- */
.page_1 .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10vw auto 0;
  width: 50vw;
  text-align: center;
}

.intro .app {
  margin: 8vw auto 0;
}

.app a {
  position: relative;
}

/* --------------------------------------
	btn_top
-------------------------------------- */
.btn_top {
  position: fixed;
  right: 1.5vw;
  bottom: 10px;
  z-index: 10;
  display: block;
  width: 40px;
  height: 47px;
  background: url("../images/m/laip-btn_top_m.png") no-repeat;
  background-size: cover;
  text-indent: -99999px;
}

/* --------------------------------------
	fancybox
-------------------------------------- */
.fancybox-slide--video .fancybox-content {
  width: 100vw;
  height: 56.25vw;
  max-width: 100vw;
  margin: 0;
}

/* ==========================================================================
	page_2
========================================================================== */
.page_2 {
  background-image: url("../images/m/laip-bg_2_m.jpg");
  background-size: 100% auto;
}

.title {
  padding: 90px 0 10vw;
  text-align: center;
}

.title > * {
  display: inline-block;
  vertical-align: bottom;
}

.title h1,
.title span {
  font-size: 24px;
  color: #333;
  line-height: 27px;
  font-weight: 400;
}

.title h2 {
  font-size: 40px;
  color: #847b6e;
  line-height: 36px;
  font-weight: 900;
  background: -webkit-linear-gradient(top, #c2b9ac 0, #847b6e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title span {
  margin-left: 5px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 200;
}

.page_2 h1,
.page_2 .title span {
  color: #fff;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.page_2 h2 {
  color: #b2faff;
  background: -webkit-linear-gradient(top, #fff 0, #b2faff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newsBox {
  margin: 0 auto 35px;
  width: 80vw;
  /* padding: 18px 18px 25px; */
  /* background: rgba(255,255,255,0.6); */
  /* border: 2px #fff solid; */
}

.banBox, .news {
  display: inline-block;
}

.scroll-down {
  position: relative;
  height: 47px;
}

.scroll-down span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 24px;
  border-width: 5px 5px 0 0;
  border-color: #b8dbe5;
  border-style: solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation: down 1.2s ease-in-out infinite alternate;
  -ms-animation: down 1.2s ease-in-out infinite alternate;
  animation: down 1.2s ease-in-out infinite alternate;
}

@-webkit-keyframes down {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}

@-ms-keyframes down {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}

@keyframes down {
  0% {
    top: -10px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}

/* ----------------------------------------------
  banner
-----------------------------------------------*/
.banBox {
  position: relative;
  margin-bottom: 7.5vw;
  width: 100%;
}

.banner {
  width: 100%;
  overflow: hidden;
  border: 3px #fff solid;
}

.banner a,
.banner img {
  width: 100%;
  height: auto;
}

.swiper-pagination {
  bottom: -3.5vw;
  left: 0;
  right: 0;
}

.swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #69add4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #62d9ef;
}

/* --------------------------------------
	news
-------------------------------------- */
.news {
  width: 100%;
  max-height: 220px;
  overflow: hidden;
}

.tabNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 13px;
  width: 100%;
  overflow: hidden;
}

.tabNav:before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #216fad;
}

.tabNav li {
  position: relative;
  display: inline-block;
  width: 11%;
  height: 40px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
}

.tabNav a {
  color: #4998d7;
}

.tabNav a span {
  display: block;
  width: 100%;
}

.tabNav em {
  display: inline-block;
  width: 1.8%;
  font-size: 18px;
  color: #bdd5e3;
  line-height: 33px;
  text-align: center;
  font-style: normal;
  font-weight: 200;
}

.tabNav li.focus a,
.tabNav li.focus {
  color: #333;
}

.tabNav a.btn_more {
  position: absolute;
  top: 7px;
  right: 0;
  width: 50px;
  height: 24px;
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  background: #4998d7;
  border-radius: 3px;
}

.list li {
  position: relative;
  padding: 4.5px 0;
  width: 100%;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}

.list span,
.list a,
.list tt {
  display: inline-block;
  height: 24px;
  line-height: 23px;
}

.list span {
  position: absolute;
  left: 0;
  width: 50px;
  color: #fff;
  text-align: center;
  background: #4998d7;
  border-radius: 3px;
}

.list a {
  padding: 0 60px;
  width: 100%;
  color: #333;
  font-weight: 300;
  vertical-align: middle;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list tt {
  position: absolute;
  right: 0;
  color: #333;
}

.pageNav {
  display: none;
}

/* ==========================================================================
	page_3
========================================================================== */
.page_3 {
  background-image: url("../images/m/laip-bg_3_m.jpg");
}

.features {
  margin: 13.5vw auto 0;
  width: 69vw;
  height: 88.6vw;
  overflow: hidden;
  outline: 3px #acced6 solid;
  border: 5px #fff solid;
}

.page_3 .swiper-nav {
  position: absolute;
  z-index: 2;
  top: 21.5vw;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.page_3 .swiper-nav a {
  display: inline-block;
  margin: 0 1vw;
  width: 6.85vw;
  height: 20vw;
  font-size: 2.6vw;
  color: #555;
  line-height: 7vw;
  text-align: center;
  font-weight: 300;
  cursor: pointer;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-image: url("../images/m/laip-features_nav_m.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page_3 .swiper-nav a.focus {
  color: #fff;
  background-image: url("../images/m/laip-features_nav-on_m.png");
}

/* ==========================================================================
	page_4
========================================================================== */
.page_4 {
  background-image: url("../images/m/laip-bg_4_m.jpg");
}

.page_4 .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.classes {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.role_1 {
  background-image: url("../images/m/laip-classes_1_m.png");
}

.role_2 {
  background-image: url("../images/m/laip-classes_2_m.png");
}

.role_3 {
  background-image: url("../images/m/laip-classes_3_m.png");
}

.role_4 {
  background-image: url("../images/m/laip-classes_4_m.png");
}

.role_5 {
  background-image: url("../images/m/laip-classes_5_m.png");
}

.role_6 {
  background-image: url("../images/m/laip-classes_6_m.png");
}

.role_7 {
  background-image: url("../images/m/laip-classes_7_m.png");
}

.info {
  margin: 42vw auto 0;
  width: 68vw;
  color: #333;
}

.titles {
  margin-bottom: 24px;
}

.titles > * {
  display: inline-block;
  vertical-align: bottom;
}

.titles img {
  width: 48px;
}

.titles h4 {
  margin: 0 5px 7px;
  font-size: 47px;
  line-height: 47px;
  font-weight: 700;
}

.role_1 h4 {
  color: #c74e3e;
  background: -webkit-linear-gradient(top, #c74e3e 0, #f18f63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.role_2 h4 {
  color: #5941a0;
  background: -webkit-linear-gradient(top, #5941a0 0, #6c8edd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.role_3 h4 {
  color: #b94089;
  background: -webkit-linear-gradient(top, #b94089 0, #f67191 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.role_4 h4 {
  color: #399ab9;
  background: -webkit-linear-gradient(top, #399ab9 0, #6cc5b6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.role_5 h4 {
  color: #547742;
  background: -webkit-linear-gradient(top, #547742 0, #c5d064 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.role_6 h4 {
  color: #3b6a9b;
  background: -webkit-linear-gradient(top, #3b6a9b 0, #79aec1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.role_7 h4 {
  color: #7a5b45;
  background: -webkit-linear-gradient(top, #7a5b45 0, #cab180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.titles h3,
.titles em {
  margin-bottom: 7px;
}

.titles h3 {
  font-size: 30px;
  line-height: 30px;
}

.titles em {
  font-size: 30px;
  line-height: 35px;
  font-style: normal;
  font-weight: 200;
}

.info .line {
  margin-bottom: 15px;
  width: 360px;
  height: 2px;
  background: #9ebfc5;
  background: -webkit-linear-gradient(left, #9ebfc5 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #9ebfc5 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #9EBFC5), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #9EBFC5 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #9EBFC5 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, #9EBFC5 0, rgba(255, 255, 255, 0) 100%);
}

.info p {
  margin-bottom: 38px;
  font-size: 26px;
  line-height: 26px;
}

.info .type {
  font-size: 18px;
  line-height: 18px;
}

.info .type ul:first-child {
  margin-bottom: 10px;
}

.info .type ul li {
  display: inline-block;
}

.info .type ul li:first-child {
  padding: 8px 10px;
  margin-right: 6px;
  color: #fff;
  background: #333;
  font-weight: 300;
  border-radius: 6px;
}

.page_4 .swiper-nav {
  position: absolute;
  z-index: 2;
  top: 25vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 555px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_4 .swiper-nav a {
  margin-bottom: 10px;
  width: 111px;
  height: calc(111px * 0.32);
  font-size: 19px;
  color: #555;
  line-height: 35px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  background-image: url("../images/m/laip-classes_nav_m.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page_4 .swiper-nav a:hover,
.page_4 .swiper-nav a.focus {
  color: #fff;
  background-image: url("../images/m/laip-classes_nav-on_m.png");
}

/* ==========================================================================
	page_5
========================================================================== */
.page_5 {
  padding-bottom: 16.5vw;
  background-image: url("../images/m/laip-bg_5_m.jpg");
  background-position: bottom center;
  background-size: 100% auto;
}

.trailers {
  position: relative;
  margin: 0 auto 5vw;
  width: 70vw;
}

.trailers a {
  position: relative;
  margin-bottom: 1.2vw;
  width: 49%;
  display: inline-block;
  background: #000;
  border: 2px #fff solid;
}

.trailers a:nth-child(2n) {
  margin-right: 1%;
}

.trailers img {
  width: 100%;
  height: 100%;
}

.trailers img {
  opacity: 0.6;
}

.trailers .coming img {
  opacity: 1;
}

.trailers a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../images/m/laip-trailers_play_m.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.trailers a:after {
  width: 22%;
  height: 42%;
}

.trailers a:first-child:after {
  width: 15%;
  height: 29%;
}

.trailers a.coming:after {
  display: none;
}

/* .trailers a.coming, */
.trailers ul.trailers-nav {
  display: none;
}

.appBar {
  position: relative;
  padding: 4vw 0;
  margin: auto;
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2vw;
}

.appBar::before, .appBar::after {
  position: absolute;
  width: 100%;
  height: 3vw;
  left: 0;
  content: "";
  background-image: url("../images/laip-trailers_app-line-single.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.appBar::before {
  top: 0;
}

.appBar::after {
  bottom: 0;
}

.appBar ul:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29%;
  flex: 0 0 29%;
}

.appBar ul:first-child img {
  width: 100%;
  height: auto;
}

.appBar ul:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2vw;
}

.appBar ul:last-child li:first-child {
  font-size: 5.9vw;
  color: #00c1ee;
  line-height: 5.9vw;
  font-weight: 900;
}

.appBar ul:last-child li:first-child span {
  display: inline-block;
  margin-left: 0.5vw;
  font-size: 4.3vw;
  color: #2569b4;
  line-height: 3.9vw;
  font-weight: 400;
  vertical-align: bottom;
}

@media screen and (min-height: 1366px) {
  .page_1, .page_3, .page_4 {
    height: 1366px !important;
  }
  .page_2, .page_5 {
    height: auto !important;
  }
  section:last-child {
    height: auto !important;
  }
  .news {
    width: 75vw;
  }
  .page_3 .swiper-nav {
    top: 18.5vw;
  }
  .features {
    margin: 14.8vw auto 0;
  }
  .info {
    width: 60vw;
  }
}

@media screen and (max-height: 1365px) and (min-height: 1280px) {
  .page_1, .page_3, .page_4 {
    height: 1280px !important;
  }
  .page_2, .page_5 {
    height: auto !important;
  }
  .page_1 h1 {
    padding-top: 14vw;
  }
  .page_1 .btn_play {
    margin: 14vw auto 0;
  }
  .page_1.intro .btn_play {
    margin: 52vw auto 0;
  }
  .page_1 .app {
    margin: 20vw auto 0;
  }
  .intro .app {
    margin: 12vw auto 0;
  }
  .features {
    margin: 14.5vw auto 0;
    width: 85vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .page_1, .page_3, .page_4 {
    height: 1024px !important;
  }
  .page_2, .page_5 {
    height: auto !important;
  }
}

@media screen and (max-width: 600px) and (orientation: portrait) {
  .page_1.intro {
    height: 825px !important;
  }
  .page_1 h1 {
    padding-top: 13vw;
  }
  .page_1 .btn_play {
    margin: 11.5vw auto 0;
    width: 13vw;
    height: 15.08vw;
  }
  .page_1.intro .btn_play {
    margin: 36vw auto 0;
    width: 9vw;
    height: 10.44vw;
  }
  .page_1 .app {
    margin: 24vw auto 0;
    width: 75vw;
  }
  .intro .app {
    width: 50vw;
  }
  .page_3 .swiper-nav {
    top: 26vw;
  }
  .page_3 .swiper-nav a {
    margin: 0 2vw;
    width: 8.5vw;
    height: 25vw;
    font-size: 3.2vw;
    line-height: 8.7vw;
  }
  .features {
    margin: 18.5vw auto 0;
    width: 88vw;
    height: auto;
  }
  .page_4 .swiper-nav {
    top: 32vw;
    width: 444px;
  }
  .info {
    margin: 52vw auto 0;
    width: 82vw;
  }
  .trailers {
    width: 80vw;
  }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
  .page_1.intro, .page_1, .page_3, .page_4 {
    height: 178vw !important;
  }
  .page_1 h1 {
    padding-top: 17vw;
  }
  .page_1 h1 img {
    width: 42vw;
  }
  .page_1 h2 {
    width: 77.5vw;
    font-size: 8vw;
    line-height: 8vw;
    font-weight: 500;
  }
  .page_1.intro h2 {
    width: 60vw;
    font-size: 9vw;
    line-height: 9vw;
  }
  .page_1 h2:before,
  .page_1 h2:after {
    height: 1px;
  }
  .page_1 h2:before {
    margin-bottom: 1.2vw;
  }
  .page_1 h2:after {
    margin-top: 1.8vw;
  }
  .page_1.intro h2:after {
    margin-top: 1.2vw;
  }
  .page_1 h3 {
    margin-top: 2vw;
    font-size: 5vw;
    line-height: 6vw;
  }
  .page_1.intro h3 {
    font-size: 4vw;
    line-height: 5.5vw;
  }
  .page_1.intro .btn_play {
    margin: 55vw auto 0;
    width: 13vw;
    height: 15.08vw;
  }
  .intro .app,
  .page_1 .app {
    width: 75vw;
  }
  .page_1 .app {
    margin: 20vw auto 0;
  }
  .intro .app {
    margin: 13vw auto 0;
  }
  .btn_top {
    width: 9vw;
    height: 10.6vw;
  }
  .page_2 {
    background-size: 120% auto;
  }
  .title {
    padding: 80px 0 10vw;
  }
  .title h1,
  .title span {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .title span {
    font-size: 4.5vw;
    line-height: 6.4vw;
  }
  .title h2 {
    font-size: 7.5vw;
    line-height: 7.1vw;
  }
  .newsBox {
    width: 88vw;
  }
  .banBox {
    margin-bottom: 10vw;
  }
  .swiper-pagination {
    bottom: -6vw;
  }
  .tabNav {
    padding-right: 3em;
  }
  .tabNav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
  }
  .scroll-down span {
    width: 6vw;
    height: 6vw;
    border-width: 1.5vw 1.5vw 0 0;
  }
  .features {
    margin: 17.8vw auto 0;
    outline: 2px #acced6 solid;
    border: 4px #fff solid;
  }
  .page_3 .swiper-nav {
    top: 29vw;
  }
  .page_3 .swiper-nav a {
    color: #333;
  }
  .page_4 .swiper-nav {
    top: 37vw;
    width: calc(19vw * 4);
  }
  .page_4 .swiper-nav a {
    width: 19vw;
    height: calc(19vw * 0.32);
    font-size: 3.3vw;
    line-height: 6.2vw;
  }
  .titles {
    margin-bottom: 3.5vw;
  }
  .titles img {
    width: 8.5vw;
  }
  .titles h4 {
    margin: 0 .5vw 4px;
    font-size: 8vw;
    line-height: 9.5vw;
  }
  .titles em {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }
  .titles h3 {
    font-size: 5vw;
    line-height: 5vw;
  }
  .info {
    margin: 57vw auto 0;
  }
  .info .line {
    margin-bottom: 2.5vw;
    width: 60vw;
  }
  .info p {
    margin-bottom: 5.5vw;
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
  .info .type {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
  .info .type li {
    vertical-align: top;
  }
  .info .type ul:first-child {
    margin-bottom: 1.5vw;
  }
  .info .type ul li:first-child {
    padding: 1.3vw 1.5vw 1.5vw 1.7vw;
    margin-right: 1vw;
    border-radius: 1vw;
  }
  .info .type ul li:last-child {
    padding-top: 1.4vw;
  }
  .trailers a {
    width: 100%;
  }
  .trailers a:after,
  .trailers a:first-child:after {
    width: 18%;
    height: 37%;
  }
}

@media screen and (max-width: 420px) {
  .newsBox {
    margin: 0 auto 5vw;
  }
  .news {
    max-height: 188px;
  }
  .tabNav li {
    font-size: 14px;
  }
  .tabNav a.btn_more {
    top: 9px;
    width: 45px;
    height: 22px;
    font-size: 13px;
    line-height: 23px;
  }
  .list li {
    padding: 2.5px 0;
    font-size: 13px;
  }
  .list span,
  .list a,
  .list tt {
    height: 22px;
    line-height: 21px;
  }
  .list span {
    width: 40px;
  }
  .list a {
    padding: 0 0 0 45px;
  }
  .list tt {
    display: none;
  }
  .scroll-down {
    height: 10vw;
  }
  .page_3 .swiper-nav {
    top: 31vw;
  }
  .page_3 .swiper-nav a {
    margin: 0 1.5vw;
    line-height: 9vw;
  }
}

@media screen and (max-width: 375px) {
  .page_3 .swiper-nav {
    top: 33vw;
  }
}

@media screen and (max-width: 360px) {
  .page_1.intro h1 {
    padding-top: 25vw;
  }
  .tabNav li {
    font-size: 16px;
  }
  .page_3 .swiper-nav {
    top: 33.5vw;
  }
}

@media screen and (max-width: 320px) {
  .page_1 h1 {
    padding-top: 19vw;
  }
  .page_1 h2 {
    width: 78vw;
  }
  .page_1 .btn_play {
    margin: 15vw auto 0;
  }
  .page_1.intro .btn_play {
    margin: 48vw auto 0;
  }
  .country {
    top: 55px;
  }
  .page_3 .swiper-nav {
    top: 36vw;
  }
  .page_3 .swiper-nav a {
    font-size: 11px;
    line-height: 9vw;
  }
  .info .type {
    font-size: 3vw;
    line-height: 3vw;
  }
  .info .type ul:first-child {
    margin-bottom: 2.5vw;
  }
  .info .type ul li:first-child {
    padding: 1.8vw 1.7vw 2.1vw 2vw;
  }
  .info .type ul li:last-child {
    padding-top: 2.2vw;
  }
  .page_5 .app a {
    margin: 0;
  }
}

@media screen and (max-height: 1024px) and (orientation: landscape) {
  .page_1, .page_3, .page_4, .page_5 {
    height: 134vw !important;
  }
  .page_2, .page_5 {
    height: auto !important;
  }
  .fancybox-slide--video .fancybox-content {
    width: 90vw;
    height: 50.625vw;
    max-height: 90vh;
  }
  .page_3 .swiper-nav {
    top: 17.5vw;
  }
}

@media screen and (max-height: 480px) and (orientation: landscape) {
  .page_1 .app {
    margin: 13vw auto 0;
  }
  .intro .app {
    margin: 15vw auto;
  }
  .page_1 .btn_play {
    margin: 10vw auto 0;
  }
  .page_3 .swiper-nav {
    top: 19.5vw;
  }
}

@media screen and (max-height: 420px) and (orientation: landscape) {
  .page_3 .swiper-nav {
    top: 22.5vw;
  }
}

@media screen and (max-height: 375px) and (max-width: 812px) and (orientation: landscape) {
  .page_3 .swiper-nav {
    top: 21vw;
  }
}

@media screen and (max-height: 375px) and (max-width: 667px) and (orientation: landscape) {
  .page_3 .swiper-nav {
    top: 23.5vw;
  }
  .info {
    width: 78vw;
  }
}

@media screen and (max-height: 320px) and (orientation: landscape) {
  .page_1 h1 {
    padding-top: 12vw;
  }
  .app {
    width: 55vw;
  }
  .page_1 .app {
    margin: 9.5vw auto 0;
  }
}

.page_1 .app_tw, .page_1 .app_hk {
  margin-top: 0;
}

.page_1 .app_wrap {
  padding-top: 5em;
}

/*# sourceMappingURL=rwd_7th.css.map */