@charset "UTF-8";
@import url(main.css);
html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

input, textarea, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0;
  outline: none; }

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  outline: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  outline: none; }

select::-ms-expand {
  display: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

body {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','新細明體';
  font-size: 15px;
  font-size: 100%;
  color: #555;
  background: #f2f2f2; }

input, textarea, select {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro','新細明體';
  color: #555; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

.preload-img {
  position: fixed;
  top: -100px;
  left: -100px; }
  .preload-img img {
    width: 0;
    height: 0;
    opacity: 0; }

.loading-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  transition: .3s; }
  .loading-box img {
    width: 50%;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 92px);
    z-index: 1;
    margin: 0 auto; }
  .loading-box span {
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: loading 0.6s linear infinite;
    -webkit-animation: loading 0.6s linear infinite; }

@keyframes loading {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.mask {
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.custom_class_name {
  width: 100%;
  max-width: 640px;
  position: relative; }

.nav-list {
  width: 50%;
  height: 100%;
  background: #c7c7d1;
  overflow: auto;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 111; }

.menu li {
  width: 100%;
  border-bottom: 1px solid #adaebc; }

.menu img {
  width: 100%; }

.link-list {
  padding: 10px 0 100px; }
  .link-list a {
    width: 90%;
    padding: 10px;
    background: #fff;
    margin: 0 8px 5px;
    display: block;
    box-sizing: border-box; }
    .link-list a img {
      width: 80%;
      margin: 0 auto; }

.menu-open {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  cursor: pointer; }
  .menu-open img {
    width: 100%; }

.menu-close {
  width: 50px;
  float: right;
  cursor: pointer; }
  .menu-close img {
    width: 100%; }

.fix {
  position: fixed; }

.wrap {
  width: 100%;
  max-width: 640px;
  position: relative;
  overflow: hidden; }

.main-vd {
  padding: 92px 0 0;
  margin: 0 0 30px; }
  .main-vd > img {
    width: 80%;
    margin: 0 auto 30px; }

.main-people {
  height: 275px;
  overflow: hidden;
  position: relative; }
  .main-people img {
    width: 100%; }

.school-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1; }

.game-info-group {
  background: #fff;
  padding: 0 0 30px; }
  .game-info-group img {
    width: 100%; }

.game-info {
  text-align: center;
  padding: 0 22%;
  margin: 0 0 -20px;
  position: relative;
  top: -30px;
  z-index: 2; }

.game-icon {
  width: 22%;
  margin: 0 2% 0 0;
  display: inline-block;
  vertical-align: top; }

.download-txt {
  width: 73%;
  display: inline-block;
  vertical-align: top; }

.app-box {
  text-align: center;
  width: 60%;
  margin: 0 auto 20px; }

.apple-box {
  width: 48%;
  margin: 0 1.5% 0 0;
  display: inline-block;
  vertical-align: top; }

.google-box {
  width: 48%;
  display: inline-block;
  vertical-align: top; }

.txt-slogan {
  width: 85%;
  margin: 0 auto; }

.fb-box {
  width: 350px;
  padding: 30px 0;
  margin: 0 auto;
  background: #f2f2f2; }
  .fb-box iframe {
    width: 100%; }

.fb-tit {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 8px;
  background: #6495f0; }

.story-wrap h2 {
  padding: 20px 0;
  background: #e9bdcf; }
  .story-wrap h2 img {
    width: 50%;
    margin: 0 auto; }

.story-wrap h3 {
  padding: 20px 0; }
  .story-wrap h3 img {
    width: 40%;
    margin: 0 auto; }

.story-wrap p {
  font-size: 90%;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 30px 0 50px;
  line-height: 2;
  border-bottom: 1px dashed #ccc; }

.story-slide-box {
  width: 100%;
  padding: 0 0 70px;
  margin: 0;
  position: relative;
  overflow: hidden; }

.story-slide {
  width: 84%;
  margin: 0 auto;
  position: relative; }
  .story-slide img {
    width: 100%; }
  .story-slide .swiper-pagination {
    width: 100%;
    margin: 20px 0 0; }
  .story-slide .story-btn-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/btn_prev_dark.png) no-repeat 0 0/cover;
    left: -20px; }
  .story-slide .story-btn-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/btn_next_dark.png) no-repeat 0 0/cover;
    right: -20px; }

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0 8px;
  opacity: 1;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: cover; }
  .swiper-pagination-bullet:hover {
    background: url(../img/icon_arrow_act.png) no-repeat;
    background-size: cover; }

.swiper-pagination-bullet-active {
  background: url(../img/icon_arrow_act.png) no-repeat;
  background-size: cover; }

.system-wrap h2 {
  padding: 20px 0;
  background: #e9bdcf; }
  .system-wrap h2 img {
    width: 53%;
    margin: 0 auto; }

.system-menu {
  text-align: center;
  margin: 30px auto 20px; }
  .system-menu li {
    font-size: 90%;
    font-weight: 600;
    color: #6f6f8d;
    width: 110px;
    height: 38px;
    line-height: 36px;
    margin: 0 1% 10px;
    background: url(../img/tab_system.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: .3s; }
    .system-menu li:hover {
      color: #fff;
      background: url(../img/tab_system_on.png) no-repeat;
      background-size: cover; }
  .system-menu li.act {
    color: #fff;
    background: url(../img/tab_system_on.png) no-repeat;
    background-size: cover; }

.slide-tit-box {
  font-size: 110%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  width: 86%;
  background: #6f6f8d;
  padding: 14px 0 17px;
  margin: 0 auto 20px;
  border-radius: 0 0 10px 10px;
  position: relative; }
  .slide-tit-box .arrow {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 10px solid #6f6f8d;
    margin: 0 0 0 -3px;
    position: absolute;
    left: 50%;
    bottom: -14px; }

.system-slide {
  width: 250px;
  margin: 0 auto;
  position: relative; }
  .system-slide img {
    width: 100%; }
  .system-slide .system-btn-prev {
    width: 40px;
    height: 40px;
    margin-top: -70px;
    background: url(../img/btn_prev_dark.png) no-repeat 0 0/cover;
    left: -40px; }
  .system-slide .system-btn-next {
    width: 40px;
    height: 40px;
    margin-top: -70px;
    background: url(../img/btn_next_dark.png) no-repeat 0 0/cover;
    right: -40px; }

.btn-detial {
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 4px;
  width: 170px;
  line-height: 38px;
  height: 38px;
  margin: 25px auto 20px;
  background: url(../img/btn_system.png) no-repeat 0 0/cover;
  cursor: pointer; }

.lg-system-slide-box {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.lg-system-slide {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden; }
  .lg-system-slide img {
    width: 63%;
    margin: 0 auto 20px; }
  .lg-system-slide .lg-system-btn-prev {
    width: 40px;
    height: 40px;
    margin-top: -70px;
    background: url(../img/btn_prev_dark.png) no-repeat 0 0/cover;
    top: 54%;
    left: 3%; }
  .lg-system-slide .lg-system-btn-next {
    width: 40px;
    height: 40px;
    margin-top: -70px;
    background: url(../img/btn_next_dark.png) no-repeat 0 0/cover;
    top: 54%;
    right: 3%; }
  .lg-system-slide .swiper-pagination {
    text-align: center;
    width: 100%;
    position: static; }

.lg-slide-tit-box {
  color: #fff;
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  padding: 10px 0;
  margin: 0 0 20px;
  background: #6f6f8d; }

.lg-close {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .lg-close img {
    width: 100%;
    margin: 0; }

.system-info-area {
  width: 90%;
  margin: 0 auto; }
  .system-info-area h4 {
    font-size: 100%;
    font-weight: 600;
    color: #eb99ba;
    margin: 0 0 5px; }
  .system-info-area p {
    font-size: 90%;
    font-weight: 600;
    text-align: justify;
    color: #868686;
    line-height: 1.2;
    margin: 0 0 20px; }

.lg-system {
  margin: 20px 0 0; }

.lg-system-info-area {
  width: 80%;
  padding: 0 0 60px;
  margin: 0 auto; }
  .lg-system-info-area h4 {
    font-size: 100%;
    font-weight: 600;
    color: #eb99ba;
    margin: 0 0 10px; }
  .lg-system-info-area p {
    font-size: 80%;
    text-align: justify;
    letter-spacing: 1px;
    color: #868686;
    line-height: 1.4;
    margin: 0 0 20px; }

.classmate-wrap h2 {
  padding: 20px 0;
  background: #e9bdcf; }
  .classmate-wrap h2 img {
    width: 80%;
    margin: 0 auto; }

.classmate-wrap h3 {
  padding: 20px 0; }
  .classmate-wrap h3 img {
    width: 48%;
    margin: 0 auto; }

.classmate-slide-group {
  background: url(../img/img_classmate.jpg) no-repeat 0 0/cover;
  padding: 20px 0; }
  .classmate-slide-group h4 {
    font-size: 180%;
    text-align: center;
    letter-spacing: 4px;
    color: #fff; }
    .classmate-slide-group h4 span {
      font-size: 60%; }

.classmate-list li {
  color: #6f6f8d;
  font-size: 100%;
  font-weight: 600;
  text-align: center;
  width: 200px;
  height: 45px;
  line-height: 43px;
  margin: 0 auto 3px;
  background: url(../img/btn_member.png) no-repeat 0 0/cover;
  position: relative; }

.classmate-list span {
  color: #bcbbbc;
  text-shadow: 1px 1px 0 #fff;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1; }

.classmate-slide-box {
  width: 100%;
  padding: 0 0 70px;
  margin: 0;
  position: relative;
  overflow: hidden; }

.classmate-num-tit {
  color: #fff;
  font-size: 120%;
  font-weight: 600;
  text-align: center;
  background: #6f6f8d;
  padding: 10px 0;
  margin: 20px 0; }

.classmate-slide {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .classmate-slide img {
    width: 100%; }
  .classmate-slide .swiper-pagination {
    width: 100%;
    margin: 20px 0 0; }
  .classmate-slide .classmate-btn-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/btn_prev_light.png) no-repeat 0 0/cover;
    left: 5%; }
  .classmate-slide .classmate-btn-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../img/btn_next_light.png) no-repeat 0 0/cover;
    right: 5%; }
  .classmate-slide .swiper-pagination-bullet {
    background: url(../img/icon_arrow_white.png) no-repeat;
    background-size: cover; }
    .classmate-slide .swiper-pagination-bullet:hover {
      background: url(../img/icon_arrow_white_act.png) no-repeat;
      background-size: cover; }
  .classmate-slide .swiper-pagination-bullet-active {
    background: url(../img/icon_arrow_white_act.png) no-repeat;
    background-size: cover; }

.lg-classmate-box {
  width: 100%;
  height: 100%;
  padding: 0 0 70px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200; }

.lg-people {
  height: 100%;
  padding: 0 0 70px;
  background: #f8f8f8;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .lg-people img {
    width: 100%; }

.close-lg-classmate {
  width: 100%;
  position: fixed;
  bottom: 0; }
  .close-lg-classmate img {
    width: 100%;
    margin: 0; }

.movie-wrap h2 {
  padding: 20px 0;
  background: #e9bdcf; }
  .movie-wrap h2 img {
    width: 50%;
    margin: 0 auto; }

.movie-wrap h3 {
  padding: 25px 0; }
  .movie-wrap h3 img {
    width: 30%;
    margin: 0 auto; }

.movie-wrap h4 {
  font-size: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  color: #6f6f8d;
  margin: 20px 0; }

.line {
  width: 100%;
  height: 10px;
  background: url(../img/line.png) no-repeat center top/88%; }

.video-box {
  width: 84%;
  margin: 0 auto 30px;
  padding: 5px;
  box-sizing: border-box;
  border: 2px solid #6f6f8d;
  position: relative; }

.v-arrow {
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 1; }

.v-lt {
  left: 0;
  top: 0; }

.v-lb {
  left: 0;
  bottom: 0; }

.v-rt {
  right: 0;
  top: 0; }

.v-rb {
  right: 0;
  bottom: 0; }

.video-sty {
  padding-bottom: 61.04%;
  position: relative; }
  .video-sty iframe {
    width: 100%;
    height: 100%;
    border: 2px solid #6f6f8d;
    box-sizing: border-box;
    position: absolute; }

.share-wrap img {
  width: 100%; }

.share-box {
  padding: 30px 0 40px;
  background: url(../img/px.jpg) repeat-x center top; }

.office-share {
  width: 90%;
  margin: 0 auto 30px;
  position: relative; }
  .office-share img {
    width: 100%; }
  .office-share a {
    width: 12%;
    display: block;
    position: absolute;
    top: 48%;
    z-index: 1; }
    .office-share a:hover {
      opacity: 0.5; }

.share-fb {
  left: 10%; }

.share-youtube {
  left: 44%; }

.share-gamer {
  left: 74%; }

.btn-share {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  .btn-share a {
    width: 37%;
    display: block;
    position: absolute;
    top: 49%;
    z-index: 1; }
    .btn-share a:hover {
      opacity: 0.5; }

.btn-share-fb {
  left: 33%; }

.bot-txt-box {
  font-size: 80%;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  padding: 15px;
  background: #444; }

.go-top {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 110;
  cursor: pointer;
  transition: .3s; }
  .go-top:hover {
    opacity: 0.5; }

@media screen and (max-width: 1200px) {
  .system-menu li {
    width: 90px;
    height: 31px;
    line-height: 29px; } }

@media screen and (max-width: 375px) {
  .main-people {
    height: 250px; } }

@media screen and (max-width: 320px) {
  .main-people {
    height: 230px; }
  .fb-box {
    width: 280px;
    padding: 20px 0; }
    .fb-box .fb-page {
      width: 280px !important; } }
