@font-face {
  font-family: "FZY4JW--GB1-0";
  src: url(../font/FZCQJT.ttf);
}

.wrapper {
  position: relative;
  width: 100%;
  height: 2100px;
  background: #000 url(../image/bg.jpg) no-repeat center 0 / auto 100%;
  font-family: FZY4JW--GB1-0;
}

.ratingIcon {
  width: 88px !important;
  height: 113px !important;
  top: 180px !important;
  left: 55px !important;
  bottom: none !important;
}

/* logo */
.logo {
  position: absolute;
  top: 21px;
  left: 55px;
  width: 210px;
  height: 107px;
  background: url(../image/logo.png) no-repeat 0 0/100% 100%;
  z-index: 99;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 官网链接 */
.official-link {
  position: absolute;
  top: 39px;
  right: 42px;
  display: block;
  width: 237px;
  height: 72px;
  background: url(../image/btn_official_web.png) no-repeat 0 0/100% 100%;
  z-index: 99;
}

/* 适龄提示 */
.age-tip {
  position: absolute;
  top: 200px;
  left: 55px;
  width: 77px;
  height: 99px;
  cursor: pointer;
  z-index: 99;
}
.age-tip img {
  width: 100%;
  height: 100%;
}

/* 导航 */
.navigator {
  position: fixed;
  top: 40%;
  right: 32px;
  cursor: pointer;
  z-index: 99;
}
.navigator--spread .navigator-content {
  transform: scale(1);
}
.navigator--spread .navigator-spread {
  opacity: 0;
}
.navigator-spread {
  position: absolute;
  top: -53px;
  right: 0;
  width: 50px;
  height: 107px;
  background: url(../image/spread.png) no-repeat 0 0/100% 100%;
  opacity: 1;
  transition: 0.3s;
}
.navigator-content {
  position: absolute;
  top: -174px;
  right: 0;
  width: 268px;
  height: 349px;
  background: url(../image/navigator.png) no-repeat 0 0/100% 100%;
  transform: scale(0);
  transition: 0.3s;
  transform-origin: right center;
  cursor: default;
}
.navigator-content .qrcode {
  position: absolute;
  top: 92px;
  left: 73px;
  width: 140px;
  height: 140px;
  background: #fff;
  background: url(../image/qrcode.png) no-repeat 0 0/100% 100%;
}
.navigator-content .icon {
  position: absolute;
  top: 82px;
  left: 60px;
  width: 56px;
  height: 54px;
  background: url(../image/icon_1.png) no-repeat 0 0/100% 100%;
}
.navigator-fold {
  position: absolute;
  top: 42px;
  left: 71px;
  width: 146px;
  height: 40px;
  cursor: pointer;
}

/* banner */
.banner {
  position: relative;
  height: 1206px;
  /* height: 940px; */
  /* background: url(../image/bg1.jpg) no-repeat center 0 / auto 1009px; */
}
.banner .title {
  position: absolute;
  top: 558px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1409px;
  height: 320px;
  background: url(../image/title.png) no-repeat 0 0 / 100% 100%;
}
.banner .reservation {
  position: absolute;
  top: 850px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 257px;
  height: 78px;
  background: url(../image/btn_yy.png) no-repeat 0 0 / 100% 100%;
  animation: breath 3s infinite;
}

.btn-box {
  position: absolute;
  top: 850px;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  width: 708px;
  height: 164px;
  align-items: center;
  justify-content: space-between;
  /* animation: breath 3s infinite; */
}
.btn-box .get-qr {
  opacity: 0;
  position: absolute;
  left: -206px;
  top: -61px;
  width: 204px;
  height: 188px;
  transition: 0.3s;
}
.get-award:hover .get-qr {
  opacity: 1;
}
.btn-box .get-award {
  display: block;
  width: 150px;
  height: 54px;
  background: url(../image/get-award.png) no-repeat center/100%;
  margin-top: 54px;
  margin-bottom: 4px;
  position: relative;
}
.btn-box .issue {
  display: block;
  width: 150px;
  height: 54px;
  background: url(../image/issue.png) no-repeat center/100%;
}
.btn-box .ios-download {
  display: block;
  width: 171px;
  height: 52px;
  margin-bottom: 4px;
  background: url(../image/ios-download.png) no-repeat center/100%;
}
.btn-box .android-download {
  display: block;
  width: 171px;
  height: 53px;
  background: url(../image/android-download.png) no-repeat center/100%;
  margin-bottom: 4px;
}
.btn-box .tap-download {
  display: block;
  width: 171px;
  height: 53px;
  background: url(../image/tap-download.png) no-repeat center/100%;
}
.btn-box .qrcode-icon {
  display: block;
  width: 139px;
  height: 24px;
  margin-top: -7px;
}
.btn-box .qrcode {
  width: 139px;
  height: 139px;
}
.box4 {
  width: 216px;
  height: 158px;
  display: block;
  background: url(../image/zf.png) no-repeat center/100%;
}
.box4 a {
  display: block;
  width: 200px;
  height: 75px;
  margin: 76px auto 0;
}

.banner .reservation:hover {
  animation: none;
  transform: scale(1.1);
}
.banner .test-time {
  position: absolute;
  top: 845px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 602px;
  height: 51px;
  background: url(../image/activity_time3.png) no-repeat 0 0 / 100% 100%;
}
.toast {
  display: none;
  position: absolute;
  top: 600px;
  left: 50%;
  padding: 0 20px;
  margin-left: -332px;
  width: 664px;
  height: 67px;
  font-size: 24px;
  line-height: 67px;
  color: #fff5d4;
  background: url(../image/toast-bg.png) no-repeat 0 0 /100% 100%;
}

/* 底部轮播 */
.bottom {
  position: relative;
  margin-top: -12px;
  height: 826px;
  /* background: url(../image/bg2.png) no-repeat center 0 / auto 100%; */
}
.bottom .title {
  height: 46px;
  background: url(../image/sp_title.png) no-repeat center 0 / auto 100%;
}
.swiper {
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 110px 0 90px;
  width: 1180px;
  overflow: visible;
}
.swiper-bg {
  width: 988px;
  height: 646px;
  background: url(../image/swiper_bg.png) no-repeat 0 0 / 100% 100%;
}
.swiper-icon {
  position: absolute;
  bottom: -46px;
  right: -116px;
  width: 285px;
  height: 379px;
  background: url(../image/icon_3.png) no-repeat 0 0 / 100% 100%;
  z-index: 1;
}
.swiper-inner {
  position: absolute;
  top: 38px;
  left: 133px;
  width: 924px;
  height: 534px;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-wrapper {
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
.swiper-button-prev,
.swiper-button-next {
  top: 46%;
  width: 48px;
  height: 66px;
  background: no-repeat 0 0 / 100% 100%;
}
.swiper-button-prev {
  background-image: url(../image/btn_prev.png);
}
.swiper-button-next {
  background-image: url(../image/btn_next.png);
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
}
.swiper-pagination-bullet {
  width: 18px;
  height: 30px;
  background: url(../image/dot.png) no-repeat 0 0 / 100% 100%;
  opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination-bullet-active {
  background-image: url(../image/dot_active.png);
}

/* 弹窗 */


.pop_Mark {
  /* background: transparent; */
}
.pop {
  width: 581px;
  height: 316px;
  background: url(../image/pop/bg.png) no-repeat 0 0 / 100% 100%;
}
.pop_title {
  height: 30px;
  margin: 50px auto 24px;
  background: no-repeat center 0 / auto 100%;
}
.pop_close {
  width: 21px;
  height: 22px;
  top: 46px;
  right: 18px;
  background: url(../image/pop/close.png) no-repeat 0 0 / 100% 100%;
}
.pop_close:hover {
  transform: none;
}

.reservation-pop {
  height: 465px;
  background-image: url(../image/pop/bg.png);
}
.reservation-pop .pop_title {
  background-image: url(../image/pop/title_1.png);
}
.reservation-pop .platform {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  color: #ede2c2;
}
.reservation-pop .radio {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.radio-item {
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
  font-size: 24px;
  color: #ede2c2;
}
.radio-item + .radio-item {
  margin-left: 30px;
}
.radio-item__icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 29px;
  height: 29px;
  background: url(../image/pop/icon_select2.png) no-repeat 0 0 / 100% 100%;
  vertical-align: middle;
}
.radio-item--active .radio-item__icon {
  background-image: url(../image/pop/icon_selected2.png);
}

/* 816 首次弹窗*/
.frist-dlog {
  font-family: FZY4JW--GB1-0;
  padding: 0 13px 0;
  font-size: 24px;
  color: #ede2c2;
  width: 825px;
  height: 505px;
  background: url(../image/pop/first-dlog.png) no-repeat 0 0 / 100% 100%;
}


/* 协议 */
.reservation-pop .agreement {
  margin-top: 20px;
  text-align: center;
}
.reservation-pop .agreement a {
  color: #ede2c2;
  border-bottom: 1px solid;
}
.reservation-pop .agreement .radio-item {
  cursor: default;
}
.reservation-pop .agreement .radio-item__icon {
  cursor: pointer;
}

/* 详情介绍弹窗 */
.intro-pop {
  font-family: FZY4JW--GB1-0;
  padding: 0 13px 0;
  font-size: 24px;
  color: #ede2c2;
  width: 708px;
  height: 760px;
  background: url(../image/pop/intro.png) no-repeat 0 0 / 100% 100%;
}
.intro-pop .pop_title {
  /* margin-top: 60px;
  margin-bottom: 15px; */
  background-image: url(../image/pop/title_3.png);
}
.intro-pop .pop_close {
  width: 40px;
  height: 40px;
  background-image: none;
  /* top: 56px; */
}
.intro-1,
.intro-2 {
  padding: 55px 30px 20px;
  font-size: 18px;
  line-height: 1.5em;
  color: #333;
}
.intro-1 {
  width: 556px;
  height: 189px;
  margin-top: 60px;
  margin-bottom: 10px;
  background: url(../image/pop/intro_title_1.png) no-repeat 0 0 / 100% 100%;
}
.intro-1 em {
  display: inline-block;
  background: #a04723;
  border-radius: 5px;
  font-style: normal;
  color: #e3d3aa;
  padding: 2px 5px;
  border: 1px solid #333;
  font-size: 18px;
  vertical-align: middle;
}
.intro-2 {
  width: 556px;
  height: 311px;
  margin-top: 30px;
  background: url(../image/pop/intro_title_2.png) no-repeat 0 0 / 100% 100%;
}
.intro-2 {
  /* list-style-image: url(../image/pop/icon.png); */
  /* list-style-position: inside; */
}
.intro-2 li {
  margin-bottom: 8px;
}
.intro-2 li::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 19px;
  background: url(../image/pop/icon.png) no-repeat right 0 / auto 100%;
}
.intro-2 em {
  color: #5d3626;
  font-style: normal;
}

/* 表单 */
.form {
  margin: 10px 0 0 100px;
  width: 382px;
  height: auto;
}
.form-item {
  display: flex;
  margin-bottom: 16px;
}
.form-item label {
  width: 95px;
  height: 40px;
  padding-left: 14px;
  font-family: FZY4JW--GB1-0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  color: #ede2c2;
}
.form-item input {
  width: 268px;
  height: 40px;
  padding: 0 10px;
  background-color: #ede2c2;
  border-radius: 7px;
  font-size: 16px;
  border: 0;
}
.checkcode input {
  width: 182px;
}
.get-code {
  margin-left: 8px;
  width: 78px;
  height: 40px;
  background: #442214 url(../image/pop/submit.png) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
  border-radius: 3px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  color: #ede2c2;
}
.get-code.countdown {
  background-image: none;
}
.submit {
  display: block;
  margin: 30px auto 0;
  width: 136px;
  height: 51px;
  background: url(../image/pop/confirm.png) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
}

@keyframes breath {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.rule-pop {
  width: 1327px;
  height: 715px;
  padding-top: 140px;
  background: url(../image/rule-pop-bg.png) no-repeat center/100%;
}
.dia-btn-box {
  width: 1040px;
  margin: 0 auto;
  padding-left: 30px;
  text-align: center;
}
.dia-btn-box a {
  display: inline-block;
}
.dia-btn-box a:nth-last-child(1) {
  margin-right: 0;
}
.rule-pop .btn1 {
  width: 248px;
  height: 66px;
  background: url(../image/dia-btn1.png) no-repeat center/100%;
}
.rule-pop .btn1.on {
  background: url(../image/dia-btn1-on.png) no-repeat center/100%;
}
.rule-pop .btn2 {
  width: 251px;
  height: 66px;
  background: url(../image/dia-btn2.png) no-repeat center/100%;
}
.rule-pop .btn2.on {
  background: url(../image/dia-btn2-on.png) no-repeat center/100%;
}
.rule-pop .dia-main .dia-text img {
  display: block;
  max-width: 95%;
  margin: 0.1rem auto;
}
.rule-pop .btn3 {
  width: 236px;
  height: 66px;
  background: url(../image/dia-btn3.png) no-repeat center/100%;
}
.rule-pop .btn3.on {
  background: url(../image/dia-btn3-on.png) no-repeat center/100%;
}
.rule-pop .btn4 {
  width: 253px;
  height: 66px;
  background: url(../image/dia-btn4.png) no-repeat center/100%;
}
.rule-pop .btn4.on {
  background: url(../image/dia-btn4-on.png) no-repeat center/100%;
}
.rule-pop .dia-main {
  width: 940px;
  height: 372px;
  margin: 0 auto;
  overflow: auto;
  margin-top: 50px;
  padding-left: 20px;
  color: #eedfbe;
}
.rule-pop .dia-main a {
  color: #ffa230;
}
.rule-pop .dia-main span {
  color: #ffa230;
}
.rule-pop .dia-main .dia-text {
  line-height: 34px;
  display: none;
}
.rule-pop .dia-main .dia-text.on {
  display: block;
}
.rule-pop .dia-main .dia-text span {
  color: #ffa230;
}

.rule-pop .pop_close {
  position: absolute;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  right: 90px;
  top: -30px;
  background: url(../image/close.png) no-repeat center/100%;
}

/* 设置垂直滚动条的宽度 */
.rule-pop .dia-main::-webkit-scrollbar {
  width: 8px;
}

/* 设置滚动条的背景色 */
.rule-pop .dia-main::-webkit-scrollbar-thumb {
  background: #e5cc95;
  border-radius: 10px;
}

/* 设置滚动条轨道的背景色 */
.rule-pop .dia-main::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #67452f;
}
