@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/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

a {
  text-decoration: none;
}

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

textarea:focus, input:focus {
  outline: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
  font-family: "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background-color: #F1EFEF;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    height: auto;
  }
}

.moviebg {
  top: 0;
  overflow: hidden;
  height: 100%;
  background-attachment: fixed;
  position: fixed;
  z-index: 0;
  background-color: #000;
}

.moviebg video {
  width: 100%;
  opacity: .4;
  margin-left: 50vw;
  margin-top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.moviebg:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url("../img/movie_bg.png");
  z-index: 2;
}

@media only screen and (max-width: 1280px) {
  .moviebg video {
    width: auto;
    height: 100%;
  }
}

.btns {
  position: fixed;
  right: 0px;
  top: 75px;
  z-index: 6;
  cursor: pointer;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btns.close {
  right: -184px;
}

.btns-click {
  width: 54px;
  height: 74px;
  background-image: url("../img/p_click.png");
  background-size: 100%;
  position: absolute;
  right: 184px;
  top: 8px;
  border-radius: 8px 0 0 8px;
}

.btns-panel {
  width: 154px;
  padding: 15px;
  background-image: url("../img/bg_btn.png");
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.4);
}

.btns-panel_major {
  text-align: center;
}

.btns-panel_major > li {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c99a6f;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.btns-panel_major > li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

.btns-panel_major > li:first-child {
  background-color: #c96f90;
}

.btns-panel_major > li:before {
  display: block;
  content: '';
  width: 100%;
  height: 300%;
  background-color: #fff;
  opacity: 0.08;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50%;
  left: -5%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  pointer-events: none;
}

@media only screen and (min-width: 1281px) {
  .btns-panel_major > li:hover:before {
    width: 400%;
    top: 75%;
    opacity: 0.05;
  }
}

.btns-panel_dl li {
  width: 154px;
  height: 43px;
  margin-top: 10px;
}

.btns-panel_dl li a {
  width: 100%;
  height: 100%;
  display: block;
}

.btns-panel_dl li:first-child {
  background-image: url("../img/dl_apple.png");
  background-position: 50% 50%;
}

.btns-panel_dl li:last-child {
  background-image: url("../img/dl_google.png");
  background-position: 50% 50%;
}

@media only screen and (max-width: 764px) {
  .btns {
    top: 0;
    width: 100%;
  }
  .btns-click {
    width: 44px;
    height: 44px;
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    margin: 0 auto;
    right: 20px;
    top: 10px;
  }
  .btns-panel {
    width: 100%;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
  }
  .btns-panel_major {
    margin-top: 50px;
  }
  .btns-panel_major > li {
    position: relative;
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #c99a6f;
  }
  .btns-panel_dl {
    text-align: center;
  }
  .btns-panel_dl li {
    height: 50px;
    margin-top: 10px;
    display: inline-block;
    width: calc(50% - 4px);
    background-color: #000;
  }
  .btns-panel_dl li:first-child, .btns-panel_dl li:last-child {
    background-size: auto 90%;
    background-repeat: no-repeat;
  }
  .btns.close {
    right: -100%;
  }
  .btns.close .btns-click {
    width: 45px;
    height: 58px;
    right: 100%;
    background-image: url("../img/p_click.png");
  }
}

.gvc {
  width: 70px;
  height: 70px;
  position: fixed;
  top: 45px;
  left: 42px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.85) url("../img/gvc.png") 50% 50% no-repeat;
  background-size: 50px 52px;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  .gvc {
    left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .gvc {
    display: none;
  }
}

.main {
  position: relative;
  background: #000 url("../img/bg.jpg") 50% 0 no-repeat;
  background-size: cvoer;
  overflow: hidden;
  z-index: 4;
  margin-top: 35px;
}

.main .mainWrap {
  width: 100%;
  height: 1040px;
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}

.main-side {
  position: absolute;
  top: 60px;
  width: 500px;
}

.main .logo {
  width: 303px;
  height: 134px;
  margin: 0 auto;
  position: relative;
  background: url("../img/logo.png") no-repeat;
  background-size: 100%;
  margin-bottom: 10px;
}

.main .logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.main .slogan {
  width: 480px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  background: url("../img/slogan.png") 50% 50% no-repeat;
  background-size: 100%;
  -webkit-animation: fadeDown .75s forwards ease-in;
  animation: fadeDown .75s forwards ease-in;
}

.main .reserveBtn {
  background-color: #c96f90;
  width: 414px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Serif TC", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 2px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  -webkit-animation: changecolor 4s infinite linear;
  animation: changecolor 4s infinite linear;
}

.main .reserveBtn span {
  font-size: 27px;
  width: 100%;
  height: 100%;
  border: 1px solid #e7b7c9;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  color: #fff;
}

.main .reserveBtn span em {
  font-weight: bold;
}

.main .reserveBtn .cd {
  display: inline-block;
}

.main .reserveBtn:before {
  display: block;
  content: '';
  width: 100%;
  height: 300%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50%;
  left: -10%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media only screen and (min-width: 1281px) {
  .main .reserveBtn:hover span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  }
  .main .reserveBtn:hover:before {
    width: 400%;
    top: 75%;
    opacity: 0.05;
  }
}

.main .movieBtn {
  width: 332px;
  height: 192px;
  margin: 0 auto;
  position: relative;
  top: 30px;
  background: #000 url("../img/thumbnail.jpg");
  background-size: 100%;
  cursor: pointer;
  border: 1px solid #E9BD67;
  -webkit-box-shadow: 0 5px 5px rgba(255, 255, 255, 0.45);
  box-shadow: 0 5px 5px rgba(255, 255, 255, 0.45);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadeDown .75s forwards ease-in;
  animation: fadeDown .75s forwards ease-in;
}

.main .movieBtn:before {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .3;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  cursor: pointer;
}

.main .movieBtn__play {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  background: url("../img/play.png");
  background-size: 100%;
  z-index: 5;
  top: 50%;
  margin-top: -24px;
  opacity: 0.7;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media only screen and (min-width: 1281px) {
  .main .movieBtn:hover:before {
    opacity: 0;
  }
  .main .movieBtn:hover .movieBtn__play {
    opacity: 1;
  }
}

@media only screen and (max-width: 764px) {
  .main {
    background: url("../img/bg_s.jpg") 50% 0 no-repeat;
    background-size: 100%;
    background-color: #50ace9;
    margin-top: 0;
  }
  .main .mainWrap {
    height: 154vw;
  }
  .main-side {
    width: 100%;
    height: 100%;
    top: 10px;
  }
  .main .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 244px;
    height: 108px;
  }
  .main .slogan {
    display: none;
  }
  .main .reserveBtn {
    width: 100%;
    bottom: calc(57vw + 10px);
    position: absolute;
    border-radius: 0;
    height: auto;
  }
  .main .reserveBtn span {
    border-radius: 2px;
    padding: 10px 10px;
    letter-spacing: 1px;
  }
  .main .movieBtn {
    top: auto;
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 57vw;
    background-size: cover;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
}

@media only screen and (max-width: 568px) {
  .main .logo {
    width: 158px;
    height: 71px;
    left: 5px;
    top: 0;
  }
}

@media only screen and (max-width: 414px) {
  .main {
    background-size: 130%;
  }
  .main .reserveBtn span {
    font-size: 22px;
  }
  .main .mainWrap {
    height: 196vw;
  }
}

.reserve {
  width: 100%;
}

.reserve-top {
  background-color: #fbe7cc;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #3c4c6a;
  letter-spacing: 2px;
}

.reserve-top__title {
  width: 379px;
  height: 155px;
  position: relative;
  margin: 0 auto;
  background: url("../img/preTitle.png") 50% 50% no-repeat;
  background-size: 100%;
}

.reserve-top__date {
  font-size: 24px;
  border: 1px solid #3c4c6a;
  display: inline-block;
  padding: 2px 20px;
  margin: 0 0 20px;
  font-weight: bold;
}

.reserve-top__slogan1 {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: 900;
  font-size: 24px;
}

.reserve-top__slogan2 {
  margin: 5px 0 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 3px 100px;
  display: inline-block;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #3c4c6a 20%, #3c4c6a 80%, rgba(60, 76, 106, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #3c4c6a 20%, #3c4c6a 80%, rgba(60, 76, 106, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(30, 87, 153, 0)), color-stop(20%, #3c4c6a), color-stop(80%, #3c4c6a), to(rgba(60, 76, 106, 0)));
  background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, #3c4c6a 20%, #3c4c6a 80%, rgba(60, 76, 106, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, #3c4c6a 20%, #3c4c6a 80%, rgba(60, 76, 106, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.reserve-top-reverse {
  position: relative;
  font-weight: bold;
  width: 450px;
  margin: 0 auto;
}

.reserve-top-reverse .numPeople {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 40px;
  font-weight: 900;
  margin-left: 10px;
}

.reserve-top-reverse:before, .reserve-top-reverse:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 66px;
  height: 16px;
  background: transparent url("../img/reserve/thing.png") 50% top no-repeat;
}

.reserve-top-reverse:before {
  left: 0;
}

.reserve-top-reverse:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.reserve-cont {
  width: 768px;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding: 100px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.reserve-cont-add {
  text-align: center;
  margin-bottom: 50px;
  padding: 8px;
  background-color: #7F6043;
  font-size: 15px;
  line-height: 1.66;
  border: 1px solid rgba(127, 96, 67, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserve-cont-add > div {
  border: 1px solid rgba(251, 231, 204, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.reserve-cont-add > div span {
  color: #fbf662;
}

.reserve-cont .step {
  padding: 20px 0;
  text-align: center;
}

.reserve-cont .step:last-child {
  margin-top: 50px;
}

.reserve-cont .step__title {
  width: 368px;
  height: 144px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}

.reserve-cont .step__title.stepTitle_01 {
  background: url("../img/reserve/stepTitle_01.png") 50% 50% no-repeat;
  background-size: 100%;
}

.reserve-cont .step__title.stepTitle_02 {
  background: url("../img/reserve/stepTitle_02.png") 50% 50% no-repeat;
  background-size: 100%;
}

.reserve-cont .step__intro {
  font-family: "Noto Serif TC", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.reserve-cont .step__intro span {
  display: block;
}

.reserve-cont .step input[type="text"],
.reserve-cont .step input[type="tel"],
.reserve-cont .step button {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.reserve-cont .step-form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reserve-cont .step-form_txt {
  width: 500px;
}

.reserve-cont .step-form_txt ol li {
  margin-bottom: 10px;
  counter-increment: li;
  position: relative;
  text-align: left;
}

.reserve-cont .step-form_txt ol li:before {
  position: absolute;
  content: counter(li);
  font-weight: bold;
  background-color: #7f6043;
  color: #fbe7cc;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: counter(li);
  width: 24px;
  height: 24px;
  left: -42px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
}

.reserve-cont .step-form_txt ol li > * {
  display: inline-block;
  vertical-align: middle;
}

.reserve-cont .step-form_txt ol li .txt {
  width: 130px;
}

.reserve-cont .step-form_txt ol li .login__fb,
.reserve-cont .step-form_txt ol li .login__google {
  width: calc((100% - 158px) / 2);
  height: 40px;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.reserve-cont .step-form_txt ol li .login__fb a,
.reserve-cont .step-form_txt ol li .login__google a {
  width: 100%;
  height: 100%;
  display: block;
}

.reserve-cont .step-form_txt ol li .login__fb:before,
.reserve-cont .step-form_txt ol li .login__google:before {
  display: block;
  content: '';
  width: 100%;
  height: 300%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50%;
  left: -6.2%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  pointer-events: none;
}

@media only screen and (min-width: 1281px) {
  .reserve-cont .step-form_txt ol li .login__fb:hover:before,
  .reserve-cont .step-form_txt ol li .login__google:hover:before {
    width: 400%;
    top: 72%;
    opacity: 0.05;
  }
}

.reserve-cont .step-form_txt ol li .logout {
  border: 0;
  background-color: #FB6262;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.reserve-cont .step-form_txt ol li .login__fb {
  background: #3B5998 url("../img/reserve/logo_fb.svg") 50% 50% no-repeat;
  background-size: 80%;
}

.reserve-cont .step-form_txt ol li .login__google {
  background: #dcdcdc url("../img/reserve/logo_google.svg") 50% 50% no-repeat;
  background-size: auto 80%;
  margin-left: 10px;
}

.reserve-cont .step-form_txt ol li .phone__ct {
  width: 100px;
  display: inline-block;
}

.reserve-cont .step-form_txt ol li .phone__ct select option {
  color: #000;
}

.reserve-cont .step-form_txt ol li .phone__sv {
  width: calc(100% - 138px);
  display: inline-block;
}

.reserve-cont .step-form_txt ol li .phone__sv select option {
  color: #000;
}

.reserve-cont .step-form_txt ol li .phone__no {
  display: inline-block;
  width: calc(100% - 242px);
}

.reserve-cont .step-form_txt ol li input[type="text"],
.reserve-cont .step-form_txt ol li input[type="tel"],
.reserve-cont .step-form_txt ol li select {
  width: 100%;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0px 5px;
  color: #fff;
  height: 30px;
}

.reserve-cont .step-form_txt p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  text-align: left;
  font-size: 14px;
}

.reserve-cont .step-form_txt p a {
  color: #3FE3E0;
  font-weight: bold;
  margin-left: 5px;
  border-bottom: 1px solid #3FE3E0;
}

.reserve-cont .step-form_txt p span {
  color: #fbf662;
}

.reserve-cont .step-form_btn {
  width: 200px;
  font-family: "Noto Serif TC", sans-serif;
  background: #fbe7cc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.reserve-cont .step-form_btn button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border: 1px solid #7f6043;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  color: #7f6043;
  font-weight: bold;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.reserve-cont .step-form_btn button span {
  font-size: 18px;
}

.reserve-cont .step-form_btn:hover {
  background: #7f6043;
}

.reserve-cont .step-form_btn:hover button {
  color: #fbe7cc;
  border: 3px solid #fbe7cc;
}

.reserve-cont .step .draw {
  width: 100%;
  position: relative;
  margin: 50px auto;
}

.reserve-cont .step .draw-title {
  position: relative;
  text-align: left;
  display: table;
  padding: 2px 10px;
  background-color: #7f6043;
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: bold;
}

.reserve-cont .step .draw-title span {
  color: #fbf662;
}

.reserve-cont .step .draw-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 15px;
  border-color: transparent transparent transparent #7f6043;
  position: absolute;
  right: -15px;
  top: 0;
}

.reserve-cont .step .draw-list {
  text-align: center;
  margin-top: -10px;
}

.reserve-cont .step .draw-list li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.reserve-cont .step .draw-list .dwitem {
  margin: 0 20px;
}

.reserve-cont .step .draw-list .dwitem-num {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 4px solid #DD465E;
  display: inline-table;
  padding: 0 10px;
}

.reserve-cont .step .draw-list .dwitem-pic {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 177px;
  height: 177px;
}

.reserve-cont .step .draw-list .dwitem-pic--ip {
  background: url("../img/reserve/iphone11.png");
  background-size: 100%;
}

.reserve-cont .step .draw-list .dwitem-pic--nt {
  background: url("../img/reserve/note10.png");
  background-size: 100%;
}

.reserve-cont .step .draw-list .dwitem-pic--go {
  width: 234px;
  height: 260px;
  background: url("../img/reserve/gogoro.png");
  background-size: 100%;
}

.reserve-cont .step .draw-list .dwitem-name {
  color: #fbe7cc;
  font-size: 16px;
}

.reserve-cont .step .draw-list .dwitem-name span {
  display: block;
}

.reserve-cont .step .draw-list .gogoro .dwitem-num {
  font-size: 30px;
}

.reserve-cont .step .draw-list .gogoro .dwitem-name {
  font-weight: bold;
  font-size: 24px;
  margin-top: -20px;
}

.reserve-cont .step-progress {
  width: 100%;
  margin-top: 50px;
}

.reserve-cont .step-progress .bar-line {
  position: relative;
  width: 100%;
  background-color: #7D7D7D;
  height: 2px;
}

.reserve-cont .step-progress .bar-dot {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 102%;
  margin-left: -1%;
}

.reserve-cont .step-progress .bar-dot li {
  width: 20px;
  height: 25px;
  background: url("../img/reserve/diamond.png");
  position: relative;
  background-size: 100%;
  top: -13px;
}

.reserve-cont .step-progress .bar-dot li.Get {
  background: url("../img/reserve/diamond_light.png");
  background-size: 100%;
}

.reserve-cont .step-progress .bar-dot li.Get:before {
  width: 127px;
  display: block;
  content: '';
  height: 2px;
  background-color: #00aaff;
  -webkit-box-shadow: 0 0 6px #00aaff;
  box-shadow: 0 0 6px #00aaff;
  position: absolute;
  top: 11px;
  left: -127px;
}

.reserve-cont .step-progress .bar-dot li.Get.start:before {
  display: none;
}

.reserve-cont .step-progress .bar-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.reserve-cont .step-progress .bar-award__pic {
  width: 70px;
  height: 70px;
  border: 6px solid #fbe7cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin: 10px auto 0;
}

.reserve-cont .step-progress .bar-award__pic img {
  width: 90%;
  height: auto;
  top: 50%;
  left: 45%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reserve-cont .step-progress .bar-award__name {
  font-size: 13px;
  margin-top: 5px;
  color: #fbe7cc;
}

.reserve-cont .step-progress .bar-award li {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  position: relative;
}

.reserve-cont .step-progress .bar-award li > div {
  text-align: center;
}

.reserve-cont .step-progress .bar-award li span {
  font-weight: bold;
  color: #fff;
}

@media all and (min-width: 0\0) {
  .reserve-cont .step-progress .bar-award li {
    opacity: 0.5;
  }
}

.reserve-cont .step-progress .bar-award li.start {
  font-size: 24px;
  width: 36px;
  margin-top: -88px;
}

.reserve-cont .step-progress .bar-award li.end .bar-award__pic {
  position: relative;
  width: 100px;
  height: 116px;
  border: 0;
  border-radius: 0;
  background: transparent url("../img/reserve/50.png") left top no-repeat;
  background-size: 100%;
}

.reserve-cont .step-progress .bar-award li.end .bar-award__pic img {
  width: 70%;
  height: auto;
  top: 50%;
  left: 35%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reserve-cont .step-progress .bar-award li.Get {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

@media all and (min-width: 0\0) {
  .reserve-cont .step-progress .bar-award li.Get {
    opacity: 1;
  }
}

.reserve-cont .step-progress .bar-award li:nth-child(1) {
  left: -18px;
}

.reserve-cont .step-progress .bar-award li:nth-child(2) {
  left: calc(100% / 6 - 64px);
}

.reserve-cont .step-progress .bar-award li:nth-child(3) {
  left: calc((100% / 6) * 2 - 128px);
}

.reserve-cont .step-progress .bar-award li:nth-child(4) {
  left: calc((100% / 6) * 3 - 198px);
}

.reserve-cont .step-progress .bar-award li:nth-child(5) {
  left: calc((100% / 6) * 4 - 288px);
}

.reserve-cont .step-progress .bar-award li:nth-child(6) {
  left: calc((100% / 6) * 5 - 376px);
}

.reserve-cont .step-award {
  margin-top: 30px;
}

.reserve-cont .step-award_list {
  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;
}

.reserve-cont .step-award_list li {
  position: relative;
  text-align: center;
  width: 150px;
  margin-bottom: 20px;
}

.reserve-cont .step-award_list li span {
  font-weight: bold;
}

.reserve-cont .step-award_list-pic {
  width: 130px;
  height: 130px;
  margin: 10px 12px 0;
  border: 8px solid #fbe7cc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.reserve-cont .step-award_list-pic img {
  width: 50%;
  height: auto;
  top: 40%;
  left: 25%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reserve-cont .step-award_list-name {
  font-size: 13px;
  color: #111;
  position: absolute;
  width: 100%;
  top: 114px;
  font-weight: bold;
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .reserve-cont .step-award_list-pic img {
    top: 50%;
  }
  .reserve-cont .step-award_list-name {
    top: 124px;
  }
}

.reserve-cont .step-award_btn {
  font-family: "Noto Serif TC", sans-serif;
  background: #fbe7cc;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  position: relative;
  width: 270px;
  height: 60px;
  margin: 30px auto 0;
}

.reserve-cont .step-award_btn button {
  font-size: 30px;
  height: 50px;
  cursor: pointer;
  width: 100%;
  border: 0;
  background: transparent;
  color: #7f6043;
  font-weight: bold;
  font-weight: 900;
}

.reserve-cont .step-award_btn button span {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
}

.reserve-cont .step-award_btn:after, .reserve-cont .step-award_btn:before {
  display: block;
  content: '';
  width: 198px;
  height: 28px;
  position: absolute;
  border: 1px solid #fff;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.reserve-cont .step-award_btn:after {
  border-right: none;
  border-top: none;
  bottom: -5px;
  left: -5px;
}

.reserve-cont .step-award_btn:before {
  border-left: none;
  border-bottom: none;
  top: -5px;
  right: -5px;
}

.reserve-cont .step-award_btn:hover:after, .reserve-cont .step-award_btn:hover:before {
  border-color: #fbe7cc;
  width: 279px;
  height: 69px;
}

.reserve-cont .step-award_num {
  margin-top: 10px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2px;
}

.reserve-cont .showcase {
  margin-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserve-cont .showcase__title {
  position: relative;
  margin: 0 auto 30px;
  width: 298px;
  height: 70px;
  background: url("../img/reserve/stepTitle_03.png") 50% 50% no-repeat;
  background-size: 100%;
}

.reserve-cont .showcase-box {
  width: 604px;
  height: 401px;
  position: relative;
  margin: 20px auto;
}

.reserve-cont .showcase-box--01 {
  background: url("../img/reserve/showcase01.png") no-repeat;
}

.reserve-cont .showcase-box--02 {
  background: url("../img/reserve/showcase02.png") no-repeat;
}

.reserve-notice {
  background-color: #fbe7cc;
  padding: 50px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #3c4c6a;
  text-align: center;
}

.reserve-notice h3 {
  font-family: "Noto Serif TC", sans-serif;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  padding: 2px 10px;
  width: 280px;
  color: #fbe7cc;
  margin: 0 0 30px;
  background-color: #3c4c6a;
}

.reserve-notice ol {
  width: 720px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reserve-notice ol li {
  font-size: 15px;
  margin-bottom: 10px;
  counter-increment: li;
  position: relative;
}

.reserve-notice ol li:before {
  position: absolute;
  content: counter(li);
  font-weight: bold;
  background-color: #3c4c6a;
  color: #fbe7cc;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: counter(li);
  width: 24px;
  height: 24px;
  left: -36px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0px;
}

.reserve-notice ol li a {
  color: #4260a6;
  border-bottom: 1px solid #4260a6;
}

.reserve-notice ol li a:hover {
  color: #dd465e;
  border-bottom: 1px solid #dd465e;
}

@media only screen and (max-width: 768px) {
  .reserve-top__slogan2 {
    padding: 3px 30px;
    background-color: #3c4c6a;
  }
  .reserve-cont {
    width: 100%;
  }
  .reserve-cont .step__title {
    width: 276px;
    height: 108px;
    background-size: 100%;
  }
  .reserve-cont .step-form {
    display: block;
  }
  .reserve-cont .step-form_txt {
    width: 100%;
  }
  .reserve-cont .step-form_btn {
    position: relative;
    width: 280px;
    margin: 20px auto 0;
  }
  .reserve-cont .step-form_btn button {
    height: 100px;
    font-size: 33px;
    line-height: 1.33;
  }
  .reserve-cont .step-form_btn button span {
    display: block;
  }
  .reserve-cont .step .draw-title {
    text-align: center;
    display: inline-block;
    padding: 2px 30px;
    font-size: 30px;
  }
  .reserve-cont .step .draw-title:after {
    display: none;
  }
  .reserve-cont .step .draw-list {
    margin-top: 0px;
  }
  .reserve-cont .step .draw-list li {
    padding-top: 30px;
  }
  .reserve-cont .step-progress .bar {
    position: relative;
    margin: 100px auto 0;
    width: 300px;
    height: 750px;
  }
  .reserve-cont .step-progress .bar-line {
    position: absolute;
    width: 2px;
    background-color: #7D7D7D;
    height: 636px;
    left: 75px;
  }
  .reserve-cont .step-progress .bar-dot {
    position: absolute;
    display: block;
    left: 75px;
    width: auto;
  }
  .reserve-cont .step-progress .bar-dot li {
    left: -6px;
  }
  .reserve-cont .step-progress .bar-dot li.Get {
    background-size: 100%;
  }
  .reserve-cont .step-progress .bar-dot li.Get:before {
    width: 2px;
    display: block;
    content: '';
    height: 106px;
    background-color: #00aaff;
    -webkit-box-shadow: 0 0 6px #00aaff;
    box-shadow: 0 0 6px #00aaff;
    position: absolute;
    top: -106px;
    left: 9px;
  }
  .reserve-cont .step-progress .bar-dot li:nth-child(1) {
    top: -12px;
  }
  .reserve-cont .step-progress .bar-dot li:nth-child(2) {
    top: 92px;
  }
  .reserve-cont .step-progress .bar-dot li:nth-child(3) {
    top: 196px;
  }
  .reserve-cont .step-progress .bar-dot li:nth-child(4) {
    top: 300px;
  }
  .reserve-cont .step-progress .bar-dot li:nth-child(5) {
    top: 404px;
  }
  .reserve-cont .step-progress .bar-dot li:nth-child(6) {
    top: 508px;
  }
  .reserve-cont .step-progress .bar-award {
    width: 100%;
  }
  .reserve-cont .step-progress .bar-award__pic {
    margin-top: 0;
  }
  .reserve-cont .step-progress .bar-award__name {
    margin-top: 5px;
    width: 100%;
    right: 0;
    position: absolute;
    text-align: center;
  }
  .reserve-cont .step-progress .bar-award li {
    width: 100%;
    position: absolute;
  }
  .reserve-cont .step-progress .bar-award li span {
    position: absolute;
    left: -20px;
    top: 32px;
    display: block;
    width: 52px;
  }
  .reserve-cont .step-progress .bar-award li > div {
    position: relative;
    display: inline-block;
    width: 96px;
    left: 20px;
  }
  .reserve-cont .step-progress .bar-award li.start {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 18px;
    margin-top: 0;
  }
  .reserve-cont .step-progress .bar-award li.start span {
    top: 0px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(1) {
    left: 30px;
    top: -10px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(2) {
    left: 30px;
    top: 86px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(3) {
    left: 30px;
    top: 214px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(4) {
    left: 30px;
    top: 342px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(5) {
    left: 30px;
    top: 470px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(6) {
    left: 30px;
    top: 598px;
  }
  .reserve-cont .step-progress .bar-award li:nth-child(7) {
    left: 30px;
    top: 726px;
  }
  .reserve-cont .step-award_list {
    display: block;
  }
  .reserve-cont .step-award_list li {
    display: inline-block;
  }
  .reserve-cont .step-award_list-pic {
    margin-top: 5px;
  }
  .reserve-cont .showcase-box {
    width: 100%;
    height: calc(70vw - 28px);
    background-size: 100%;
  }
  .reserve-notice {
    padding: 30px 10px;
  }
  .reserve-notice ol {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .reserve-top {
    letter-spacing: 0;
  }
  .reserve-top__title {
    width: 190px;
    height: 78px;
  }
  .reserve-top-reverse {
    width: 100%;
    font-weight: bold;
    margin-top: 20px;
  }
  .reserve-top-reverse .numPeople {
    display: block;
    margin-left: 0;
    font-size: 48px;
  }
  .reserve-top-reverse:before, .reserve-top-reverse:after {
    display: none;
  }
  .reserve-cont-add {
    padding: 5px;
  }
  .reserve-cont-add > div {
    padding: 10px;
  }
  .reserve-cont .step-form {
    display: block;
  }
  .reserve-cont .step-form_txt {
    width: 100%;
  }
  .reserve-cont .step-form_txt ol li {
    margin-bottom: 20px;
  }
  .reserve-cont .step-form_txt ol li .txt {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .reserve-cont .step-form_txt ol li .login__fb,
  .reserve-cont .step-form_txt ol li .login__google {
    width: calc(50% - 10px);
  }
  .reserve-cont .step-form_txt ol li .phone__ct {
    width: 100%;
    margin-bottom: 10px;
  }
  .reserve-cont .step-form_txt ol li .phone__no,
  .reserve-cont .step-form_txt ol li .phone__sv {
    width: 100%;
  }
  .reserve-cont .step-form_btn {
    position: relative;
    width: 280px;
    margin: 20px auto 0;
  }
  .reserve-cont .step-form_btn button {
    height: 100px;
  }
}

.cate {
  background-color: #fff;
}

.cate > div {
  width: 100%;
  position: relative;
}

.cateWrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
}

.cate .transfer {
  height: 836px;
  background: url("../img/bg_transfer.jpg") 50% 50% no-repeat;
  overflow: hidden;
}

.cate .transfer .cateWrap {
  max-width: 1280px;
}

.cate .transfer-girl {
  width: 866px;
  height: 866px;
  background: url("../img/transfer-girl.png") 50% 50% no-repeat;
  position: absolute;
  top: 25px;
  left: -125px;
}

.cate .transfer-announce {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: 85px;
  width: 55%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: bold;
  color: #333;
  margin-left: 45%;
}

.cate .transfer-announce h5 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 16px 0;
}

.cate .transfer-announce p {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 3px #fff;
}

.cate .transfer-announce p span {
  color: #dd465e;
}

.cate .transfer-announce:before, .cate .transfer-announce:after {
  width: 158px;
  height: 160px;
  display: block;
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.cate .transfer-announce:before {
  top: -10px;
  right: -20px;
  background: transparent url("../img/frame1.png") left top no-repeat;
}

.cate .transfer-announce:after {
  bottom: -10px;
  left: -20px;
  background: transparent url("../img/frame2.png") left top no-repeat;
}

.cate .transfer-announce-btn {
  background-color: #ff7b7b;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  width: 375px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

.cate .transfer-announce-btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 300%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50%;
  left: -6.2%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  pointer-events: none;
}

@media only screen and (min-width: 1281px) {
  .cate .transfer-announce-btn:hover:before {
    width: 400%;
    top: 72%;
    opacity: 0.05;
  }
}

.cate .transfer-announce-frame {
  position: absolute;
  width: 75%;
  height: 75%;
  border: 3px solid #fff;
  z-index: 1;
}

.cate .transfer-announce-frame:before {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

.cate .transfer-announce-frame.frameLeft {
  top: -3px;
  left: -3px;
  border-right: 0;
  border-bottom: 0;
  -webkit-box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cate .transfer-announce-frame.frameLeft:before {
  top: 5px;
  left: 5px;
  border-right: 0;
  border-bottom: 0;
  -webkit-box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cate .transfer-announce-frame.frameRight {
  bottom: -3px;
  right: -3px;
  border-left: 0;
  border-top: 0;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cate .transfer-announce-frame.frameRight:before {
  bottom: 5px;
  right: 5px;
  border-left: 0;
  border-top: 0;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.cate .story {
  height: 680px;
  background: url("../img/bg_story.jpg") 50% 50% no-repeat;
}

.cate .story-btn {
  display: block;
  position: absolute;
  top: 504px;
  left: 554px;
  background-color: #ffa96c;
  border-radius: 50px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  width: 414px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 0 3px #EC904F;
}

.cate .story-btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 300%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50%;
  left: -6.2%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  pointer-events: none;
}

@media only screen and (min-width: 1281px) {
  .cate .story-btn:hover:before {
    width: 400%;
    top: 72%;
    opacity: 0.05;
  }
}

.cate .newServer {
  height: 960px;
  background: url("../img/bg_newServer.jpg") 50% 50% no-repeat;
}

.cate .newServer-main {
  text-align: center;
  width: 400px;
  height: auto;
  position: relative;
  margin: 0px auto 0;
  top: 300px;
  font-family: "Noto Serif TC", sans-serif;
}

.cate .newServer-main__slogan {
  position: relative;
  font-weight: bold;
  font-weight: 900;
  font-size: 78px;
  line-height: 1.1;
  color: #4260a6;
  text-shadow: 0 0 8px #fff, 0 0 10px #fff;
}

.cate .newServer-main__slogan span {
  display: block;
}

.cate .newServer-main__sub {
  position: relative;
  margin-top: 10px;
  background-color: #f197be;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  padding: 1px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
}

.cate .newServer-main .benefits {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-family: "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif;
  color: #fff;
}

.cate .newServer-main .benefits li {
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  line-height: 1.33;
}

.cate .newServer-main .benefits li h4,
.cate .newServer-main .benefits li h5 {
  margin: 0;
  letter-spacing: 2px;
}

.cate .newServer-main .benefits li h5 {
  font-size: 13px;
}

.cate .newServer-main .benefits li h4 {
  font-size: 18px;
  font-weight: bold;
}

.cate .newServer-main .benefits-top {
  padding: 8px 5px;
  border-radius: 10px 10px 0 0;
  background-color: #3c4c6a;
  height: 84px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cate .newServer-main .benefits-top__name {
  font-size: 18px;
  font-weight: bold;
  color: #fbe7cc;
}

.cate .newServer-main .benefits-pic {
  border-radius: 0 0 10px 10px;
  background-color: #F7F6ED;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}

.cate .newServer-main-btn {
  background-color: #dd465e;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  width: 280px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cate .newServer-main-btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 300%;
  background-color: #fff;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  top: 50%;
  left: -6.2%;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  pointer-events: none;
}

@media only screen and (min-width: 1281px) {
  .cate .newServer-main-btn:hover:before {
    width: 400%;
    top: 72%;
    opacity: 0.05;
  }
}

@media only screen and (max-width: 1024px) {
  .cate .transfer-girl {
    left: -250px;
  }
  .cate .transfer-announce {
    width: 72%;
    margin-left: 28%;
  }
  .cate .story {
    background: url("../img/bg_story.jpg") 60% 50% no-repeat;
  }
  .cate .story-btn {
    left: 42vw;
    font-size: 4vw;
  }
}

@media only screen and (max-width: 768px) {
  .cate .transfer {
    height: auto;
    background-size: cover;
  }
  .cate .transfer-girl {
    left: 50%;
    margin-left: -55vw;
    width: 120vw;
    height: 120vw;
    background-size: 100%;
  }
  .cate .transfer-announce {
    top: 60vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70vw;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .cate .story {
    background: url("../img/bg_story_s.jpg") 50% 50% no-repeat;
    background-size: 100%;
    height: 118vw;
  }
  .cate .story-btn {
    width: 56vw;
    left: 4.6vw;
    top: 46vw;
    font-size: 4.5vw;
  }
  .cate .newServer {
    background: url("../img/bg_newServer_s.jpg") 50% 0% no-repeat;
    background-size: 125%;
    height: 152vw;
  }
  .cate .newServer-main {
    width: 84%;
    top: 72vw;
  }
  .cate .newServer-main__slogan {
    font-size: 8vw;
  }
  .cate .newServer-main__slogan span {
    display: inline-block;
  }
  .cate .newServer-main__sub {
    font-size: 5vw;
  }
}

@media only screen and (max-width: 480px) {
  .cate .transfer-announce:before, .cate .transfer-announce:after {
    width: 79px;
    height: 80px;
    background-size: 100%;
  }
  .cate .transfer-announce:before {
    top: -5px;
    right: -10px;
  }
  .cate .transfer-announce:after {
    bottom: -5px;
    left: -10px;
  }
  .cate .transfer-announce-btn {
    width: 100%;
    font-size: 7.2vw;
  }
  .cate .transfer-announce-frame {
    width: 75%;
    height: 90%;
  }
  .cate .newServer {
    height: 180vw;
  }
}

@media only screen and (max-width: 375px) {
  .cate .newServer {
    background: url("../img/bg_newServer_s.jpg") 50% -15% no-repeat;
    background-size: 150%;
    height: 254vw;
  }
  .cate .newServer-main {
    width: 92%;
    top: 64vw;
  }
  .cate .newServer-main__slogan {
    font-size: 14vw;
  }
  .cate .newServer-main__slogan span {
    display: block;
  }
  .cate .newServer-main .benefits {
    display: block;
  }
  .cate .newServer-main .benefits li {
    width: 100%;
    margin-bottom: 10px;
  }
  .cate .newServer-main-btn {
    margin-top: 10px;
    font-size: 8vw;
  }
}

.shine {
  -webkit-animation: shine .5s infinite linear;
  animation: shine .5s infinite linear;
}

@-webkit-keyframes shine {
  0%, 100% {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  50% {
    opacity: .9;
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
  }
}

@-webkit-keyframes changecolor {
  0%, 100% {
    background-color: #c96f90;
  }
  25%, 75% {
    background-color: #D44177;
  }
  50% {
    background-color: #dd465e;
  }
}

@keyframes changecolor {
  0%, 100% {
    background-color: #c96f90;
  }
  25%, 75% {
    background-color: #D44177;
  }
  50% {
    background-color: #dd465e;
  }
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    margin-top: -25px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    margin-top: -25px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

footer {
  background-color: #fff;
}

#GVtopBar {
  position: relative;
  z-index: 99;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}

.overlay-mask {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
}

.overlay-main {
  position: fixed;
  z-index: 101;
  width: 80%;
  height: 0;
  padding-bottom: 45%;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.overlay-close {
  position: absolute;
  top: 0px;
  right: -60px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.overlay-close span {
  width: 52px;
  height: 2px;
  background-color: #fff;
  display: block;
}

.overlay-close span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 26px;
  margin-left: 1px;
}

.overlay-close span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 1px;
  margin-top: -2px;
}

.overlay-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.overlay-movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.overlay-movie video {
  width: 100%;
  height: auto;
}

.overlay-movie iframe,
.overlay-movie object,
.overlay-movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .overlay-main {
    width: 96%;
    left: 2%;
  }
  .overlay-close {
    top: -48px;
    right: 0;
  }
}

#GVtopBar {
  position: fixed;
  z-index: 99;
  height: 35px;
  width: 100%;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #GVtopBar {
    z-index: 1 !important;
  }
}
