@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html {
  font-size: 50px;
  font-size: 13.33333333vw;
  scroll-behavior: smooth;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: "SimHei", "Microsoft Yahei", "Arial";
  line-height: 1.5;
}

ul, ol, li dt, dd {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}

hr {
  margin: 5px 0;
  width: 100%;
  height: 1px;
  border: none;
  font-size: 0;
  line-height: 0;
}

input, textarea, select, button {
  outline: none;
  vertical-align: middle;
  font-size: inherit;
  font-family: inherit;
}

textarea {
  overflow-y: auto;
  resize: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: table;
  clear: both;
  content: "";
}

/* common  */
.cursor {
  cursor: pointer;
}

.hide {
  display: none;
}

.b {
  display: block;
}

.show-c {
  display: block;
  margin: 0 auto;
}

.show-i-b {
  display: inline-block;
}

.text-c {
  text-align: center;
}

.ab {
  position: absolute;
}

.ab-show {
  position: absolute;
  display: block;
}

.rel {
  position: relative;
}

.ab-l-c {
  position: absolute;
  left: 50%;
  display: block;
}

.ab-t-c {
  position: absolute;
  top: 50%;
}

.ab-all-c {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* pre-page */
.wrap {
  overflow: hidden;
  margin: 0 auto;
  width: 7.5rem;
  font-size: 0;
}

.scrollbar-common {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #e9c732 #c9c19e;
  scrollbar-width: 0.2rem;
}
.scrollbar-common::-webkit-scrollbar {
  padding-left: 0.1rem;
  width: 0.06rem;
  border-radius: 0.1rem;
  background-color: #c9c19e;
  cursor: pointer;
}
.scrollbar-common::-webkit-scrollbar-thumb {
  background-color: #e9c732;
  cursor: pointer;
}

/* 上下波动 */
@keyframes debounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(25%);
  }
  50% {
    transform: translateY(50%);
  }
  75% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(0);
  }
}
/* 放大缩小 */
@-webkit-keyframes scale {
  0%, 100% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.94);
  }
}
/* pop.scss */
.pop {
  position: relative;
  display: none;
  max-width: 100%;
  width: 6.36rem;
  height: 3.3rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/pop.45fff62b.png) no-repeat center center/contain;
  color: #000;
}
.pop .pop-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
  width: 0.57rem;
  height: 0.57rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/close.46897bca.png) no-repeat center center/contain;
}

.pop-wechat-code .code-img {
  margin: 0.41rem auto 0.37rem;
  width: 1.88rem;
  height: 1.92rem;
}
.pop-wechat-code .tip {
  color: #0e0a09;
  text-align: center;
  font-weight: bold;
  font-size: 0.25rem;
  font-family: "KaiTi";
  line-height: 0.39rem;
}

.pop-msg .msg {
  display: table-cell;
  padding: 0 0.1rem;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 0.3rem;
  font-family: "KaiTi";
}

.page-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 62.56rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/bg.43bfd8b0.jpg) no-repeat center center/19.2rem 62.56rem;
}

.arrow {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 6.14rem;
  height: 0.5rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/arrow.dd9de399.png) no-repeat center center/contain;
  cursor: pointer;
  animation: debounce linear 2s infinite forwards;
}
.arrow.arrow-1 {
  top: 12.7rem;
}
.arrow.arrow-2 {
  top: 21.1rem;
}
.arrow.arrow-3 {
  top: 27rem;
}
.arrow.arrow-4 {
  top: 36rem;
}
.arrow.arrow-5 {
  top: 42rem;
}
.arrow.arrow-6 {
  top: 48.4rem;
}

.section {
  position: relative;
  overflow: hidden;
}

.section-01 {
  margin: 13.61rem auto 0;
  /* 预约模块 */
}
.section-01 .pre-box {
  margin: 2.7rem auto 0;
  width: 7.86rem;
  height: 0.98rem;
  font-size: 0;
}
.section-01 .pre-box .btn-select {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-left: 0.1rem;
  width: 2.24rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/area_07.a14dee35.png) no-repeat center center/100% 100%;
  vertical-align: top;
  font-size: 0.28rem;
  cursor: pointer;
}
.section-01 .pre-box .btn-select .cur-select, .section-01 .pre-box .btn-select select {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  font-size: 0.28rem;
  cursor: pointer;
}
.section-01 .pre-box .btn-select .cur-select {
  color: #858585;
  text-align: left;
  text-indent: 0.1rem;
  font-weight: bold;
  line-height: 0.98rem;
  cursor: pointer;
}
.section-01 .pre-box .btn-select select {
  position: absolute;
  top: 0;
  right: 0;
  color: #858585;
  opacity: 0;
}
.section-01 .pre-box .input-contain {
  display: inline-block;
  margin-left: 0.1rem;
  width: 5.37rem;
  height: 0.98rem;
  color: #858585;
  vertical-align: top;
  font-size: 0.3rem;
}
.section-01 .pre-box input {
  box-sizing: border-box;
  padding-left: 0.2rem;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  color: #858585;
  font-weight: bold;
  font-size: 0.3rem;
}
.section-01 .pre-btn {
  margin: 1.02rem 0 0 2.86rem;
  width: 3.98rem;
  height: 0.88rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/pre-btn.f186f2a8.png) no-repeat center center/contain;
  -webkit-animation: scale 2s linear infinite;
  animation: scale 2s linear infinite;
}

.section-02 {
  margin-top: 5.7rem;
}
.section-02 .btn-box {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 7.5rem;
  height: 0.98rem;
}
.section-02 .fb-link-btn {
  position: relative;
  width: 3.4rem;
  height: 0.95rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/fb.5234bc7e.png) no-repeat center center/contain;
  cursor: initial;
}
.section-02 .fb-link-btn .fb-like {
  position: absolute;
  bottom: 0.15rem;
  left: 46%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.section-02 .wechat-link-btn {
  width: 3.68rem;
  height: 0.98rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/wechat.54ae9bc6.png) no-repeat center center/contain;
}

.section-03 {
  margin-top: 14.1rem;
}
.section-03 .fb-fans-btn {
  width: 3.68rem;
  height: 0.88rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/fb_fans_btn.348abe97.png) no-repeat center center/contain;
}

.section-04 {
  margin-top: 10.7rem;
}
.section-04 .banner-box {
  position: relative;
  margin: 0 auto;
  width: 7.5rem;
}
.section-04 .swiper-contain {
  overflow: hidden;
  margin: 0 auto;
  width: 6.45rem;
}
.section-04 .swiper-contain .swiper-wrapper {
  margin-bottom: 0.51rem;
  width: 6.47rem;
  height: 3.64rem;
}
.section-04 .swiper-contain .dot-contain {
  bottom: 0rem;
  font-size: 0;
}
.section-04 .swiper-contain .swiper-pagination-bullet {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/icon.82bf699d.png) no-repeat center center/contain;
}
.section-04 .swiper-contain .swiper-pagination-bullet-active {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/icon-active.63e6211f.png) no-repeat center center/contain;
}
.section-04 .swiper-contain .swiper-pagination-bullet, .section-04 .swiper-contain .swiper-pagination-bullet-active {
  width: 0.24rem;
  height: 0.24rem;
  background-color: transparent;
  opacity: 1;
}
.section-04 .swiper-line {
  position: absolute;
  top: 3.8rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 6.83rem;
  height: 1px;
  background-color: #514534;
}
.section-04 .swiper-slide {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-04 .slide-1 {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/banner-1.f688bbb5.png) no-repeat center center/contain;
}
.section-04 .slide-2 {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/banner-2.7fdc4756.png) no-repeat center center/contain;
}
.section-04 .slide-3 {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/banner-3.54caae9b.png) no-repeat center center/contain;
}
.section-04 .slide-4 {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/banner-4.8a001f6e.png) no-repeat center center/contain;
}
.section-04 .slide-5 {
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/banner-5.49a67c82.png) no-repeat center center/contain;
}
.section-04 .prev, .section-04 .next {
  position: absolute;
  top: 1.6rem;
  width: 0.23rem;
  height: 0.5rem;
  outline: none;
}
.section-04 .prev {
  left: 0.12rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/left.227c3f58.png) no-repeat center center/contain;
}
.section-04 .next {
  right: 0.12rem;
  background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/right.8ee463b1.png) no-repeat center center/contain;
}

@media only screen and (max-width: 750px) {
  .page-container {
    height: 42.27rem;
    background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/bg_mb.4b91524d.jpg) no-repeat center center/7.5rem 42.27rem;
  }

  .arrow:not(.arrow-1) {
    background: url(https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/arrow-mb.1f4e8aa4.png) no-repeat center center/contain;
  }
  .arrow.arrow-1 {
    top: 6.8rem;
    width: 4.1rem;
    height: 0.55rem;
  }
  .arrow.arrow-2 {
    top: 13.2rem;
  }
  .arrow.arrow-3 {
    top: 17rem;
  }
  .arrow.arrow-4 {
    top: 23.5rem;
  }
  .arrow.arrow-5 {
    top: 27.8rem;
  }
  .arrow.arrow-6 {
    top: 32.3rem;
  }

  .section-01 {
    margin: 6.61rem auto 0;
  }
  .section-01 .pre-box {
    width: 6.3rem;
    height: 0.74rem;
  }
  .section-01 .pre-box .btn-select {
    padding-right: 0;
    width: 1.94rem;
    height: 0.74rem;
  }
  .section-01 .pre-box .btn-select select {
    width: 100%;
  }
  .section-01 .pre-box .btn-select .cur-select {
    width: 100%;
    text-align: left;
    text-indent: 0.12rem;
    font-size: 0.23rem;
    line-height: 0.74rem;
  }
  .section-01 .pre-box .input-contain {
    width: 4.08rem;
    height: 0.74rem;
  }
  .section-01 .pre-btn {
    margin: 1.02rem 0 0 3.06rem;
    width: 3.24rem;
    height: 0.72rem;
  }

  .section-02 {
    margin-top: 3.8rem;
  }
  .section-02 .btn-box {
    width: 7rem;
    height: 0.85rem;
  }
  .section-02 .fb-link-btn {
    width: 3.35rem;
    height: 0.83rem;
  }
  .section-02 .fb-link-btn .fb-like {
    bottom: 0.1rem;
  }
  .section-02 .wechat-link-btn {
    width: 3.33rem;
    height: 0.85rem;
  }

  .section-03 {
    margin-top: 10.1rem;
  }
  .section-03 .fb-fans-btn {
    width: 2.78rem;
    height: 0.68rem;
  }

  .section-04 {
    margin-top: 7.3rem;
  }
  .section-04 .banner-box {
    width: 6.6rem;
  }
  .section-04 .swiper-contain {
    width: 5.56rem;
  }
  .section-04 .swiper-contain .swiper-wrapper {
    width: 5.56rem;
    height: 3.12rem;
  }
  .section-04 .prev, .section-04 .next {
    top: 1.4rem;
  }
  .section-04 .swiper-line {
    top: 3.25rem;
    width: 5.81rem;
  }
}

/*# sourceMappingURL=https://res-download.vsplay.com/res_eu/activity/smtl2/cbt2/dist.02e42d0c.css.map */