@font-face {
  font-family: "FZY4JW--GB1-0";
  src: url(../font/FZCQJT.ttf);
}

.wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden auto;
  font-family: FZY4JW--GB1-0;
}

.inner {
  position: relative;
  width: 100%;
  background: url(../image/bg.jpg) no-repeat center 0 / 100% auto;
}

.ratingIcon {
  width: 0.77rem !important;
  height: 0.99rem !important;
  top: 1.8rem !important;
  left: 0.2rem !important;
  bottom: none !important;
}

/* logo */
.logo {
  position: absolute;
  top: 0.17rem;
  left: 0.18rem;
  width: 1.99rem;
  height: 1.01rem;
  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: 0.43rem;
  right: 0.17rem;
  display: block;
  width: 2.37rem;
  height: 0.72rem;
  background: url(../image/btn_official_web.png) no-repeat 0 0/100% 100%;
  z-index: 99;
}

/* 导航 */
.navigator {
  position: fixed;
  top: 2.68rem;
  right: 0.14rem;
  cursor: pointer;
  z-index: 99;
}
.navigator--spread .navigator-content {
  transform: scale(1);
}
.navigator--spread .navigator-spread {
  background: url(../image/fold.png) no-repeat 0 0/100% 100%;
}
.navigator-spread {
  position: absolute;
  top: -0.53rem;
  right: 0;
  width: 0.35rem;
  height: 0.75rem;
  background: url(../image/spread.png) no-repeat 0 0/100% 100%;
  opacity: 1;
  transition: 0.3s;
}
.navigator-content {
  position: absolute;
  top: 0.1rem;
  right: 0;
  width: 1.55rem;
  height: 3rem;
  background: url(../image/right.png) no-repeat 0 0/100% 100%;
  transform-origin: right top;
  transform: scale(0);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.3rem 0 0.6rem 0.2rem;
}
.navigator-content a {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}
.navigator-content img {
  display: none;
  position: absolute;
  top: 0.16rem;
  left: -1.2rem;
  width: 1.43rem;
}
.navigator-content .show {
  display: block;
}

/* banner */
.banner {
  position: relative;
  height: 11.88rem;
  /* height: 940px; */
  /* background: url(../image/bg1.jpg) no-repeat center 0 / auto 1009px; */
}
.banner .title {
  position: absolute;
  top: 6.8rem;
  /* margin-left: -1.85rem; */
  width: 7.5rem;
  height: 2.35rem;
  background: url(../image/title.png) no-repeat 0 0 / 100% 100%;
}
.banner .download {
  width: 3.2rem;
  height: 0.97rem;
  display: block;
  top: 9.6rem;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: url(../image/download.png) no-repeat center/100%;
}
.banner .reservation {
  position: absolute;
  top: 8.46rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 2.57rem;
  height: 0.78rem;
  background: url(../image/btn_yy.png) no-repeat 0 0 / 100% 100%;
  animation: breath 3s infinite;
  z-index: 99;
}
.banner .test-time {
  position: absolute;
  top: 9.48rem;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 6.02rem;
  height: 0.51rem;
  background: url(../image/activity_time3.png) no-repeat 0 0 / 100% 100%;
  z-index: 99;
}
.toast {
  display: none;
  position: absolute;
  top: 7rem;
  left: 50%;
  padding: 0 0.2rem;
  margin-left: -3.32rem;
  width: 6.64rem;
  height: 0.67rem;
  font-size: 0.24rem;
  line-height: 0.67rem;
  color: #fff5d4;
  background: url(../image/toast-bg.png) no-repeat 0 0 /100% 100%;
}

/* 底部轮播 */
.bottom {
  position: relative;
  margin-top: -0.12rem;
  height: 7rem;
  /* background: url(../image/bg2.png) no-repeat center 0 / auto 100%; */
  overflow: hidden;
}
.bottom .title {
  /* margin-top: 254px; */
  height: 0.42rem;
  background: url(../image/sp_title.png) no-repeat center 0 / auto 100%;
}
.swiper {
  position: relative;
  margin: 0 auto;
  margin-top: 0.4rem;
  /* padding: 0 110px 0 90px; */
  /* width: 1180px; */
  width: 7.5rem;
  overflow: visible;
}
.swiper-bg {
  /* width: 988px; */
  margin: 0 auto;
  width: 7.2rem;
  height: 4.7rem;
  background: url(../image/swiper_bg.png) no-repeat 0 0 / 100% 100%;
}
.swiper-inner {
  position: absolute;
  top: 0.29rem;
  left: 0.49rem;
  /* width: 924px; */
  width: 6.7rem;
  height: 3.87rem;
  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: 0.48rem;
  height: 0.66rem;
  background: no-repeat 0 0 / 100% 100%;
}
.swiper-button-prev {
  left: 0.3rem;
  background-image: url(../image/btn_prev.png);
}
.swiper-button-next {
  right: 0.2rem;
  background-image: url(../image/btn_next.png);
}
.swiper-pagination1 {
  left: 50%;
  margin-left: -0.95rem;
}
.swiper-pagination-bullets {
  bottom: -0.6rem;
}
.swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.3rem;
  background: url(../image/dot.png) no-repeat 0 0 / 100% 100%;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}
.swiper-pagination-bullet-active {
  background-image: url(../image/dot_active.png);
}

/* 弹窗 */
.pop_Mark {
  /* background: transparent; */
}
.pop {
  width: 5.81rem;
  height: 3.16rem;
  background: url(../image/pop/bg.png) no-repeat 0 0 / 100% 100%;
}
.pop_title {
  width: 1.95rem;
  height: 0.29rem;
  margin: 0.5rem auto 0.24rem;
  background: no-repeat 0 0 / 100% 100%;
}
.pop_close {
  width: 0.21rem;
  height: 0.22rem;
  top: 0.46rem;
  right: 0.18rem;
  background: url(../image/pop/close.png) no-repeat 0 0 / 100% 100%;
}
.pop_close:hover {
  transform: none;
}

.pop2 {
  width: 6.88rem;
  height: 9.54rem;
  background: url(../image/rule-bg.png) no-repeat center/100%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -60%);
  transition: all 0.5s;
  top: 50%;
  padding-top: 1.35rem;
}

/* 816 首次弹窗*/
.frist-dlog {
  font-family: FZY4JW--GB1-0;
  padding: 0 13px 0;
  font-size: 24px;
  color: #ede2c2;
  width: 6rem;
  height: 4rem;
  background: url(../image/pop/first-dlogm.png) no-repeat 0 0 / 100% 100%;
}

.dia-main {
  width: 5.86rem;
  height: 5.97rem;
  overflow: auto;
  font-size: 0.22rem;
  line-height: 0.37rem;
  color: #eedfbe;
  margin: 0 auto;
}
.rule-pop .dia-main a {
  color: #ffa230;
}
.rule-pop .dia-main span {
  color: #ffa230;
}
.rule-pop .dia-main .dia-text {
  display: none;
}
.rule-pop .dia-main .dia-text img {
  width: 95%;
  margin: 10px 0;
}
.rule-pop .dia-main .dia-text.on {
  display: block;
}
.rule-pop .dia-main .dia-text span {
  color: #ffa230;
}
/* 设置垂直滚动条的宽度 */
.rule-pop .dia-main::-webkit-scrollbar {
  width: 0.08rem;
}

/* 设置滚动条的背景色 */
.rule-pop .dia-main::-webkit-scrollbar-thumb {
  background: #e5cc95;
  border-radius: 0.08rem;
}

/* 设置滚动条轨道的背景色 */
.rule-pop .dia-main::-webkit-scrollbar-track {
  border-radius: 0.08rem;
  background: #67452f;
}
.dia-btn-box {
  width: 6.08rem;
  height: 1.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 0.35rem;
}
.dia-btn-box a {
  width: 2.95rem;
  height: 0.59rem;
  display: inline-block;
}
.rule-pop .btn1 {
  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 {
  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 .btn3 {
  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 {
  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%;
}

/* 立即预约弹窗 */
.reservation-pop {
  width: 5.81rem;
  height: 3.5rem;
  transform: none;
  margin-top: -1.75rem;
  margin-left: -2.9rem;
  background: url(../image/pop/bg.png?r=1) no-repeat 0 0 / 100% 100%;
}
.reservation-pop .pop_title {
  background-image: url(../image/pop/title_1.png);
}
.radio-item {
  line-height: 0.24rem;
  white-space: nowrap;
  cursor: pointer;
  font-size: 0.2rem;
  color: #ede2c2;
}
.radio-item + .radio-item {
  margin-left: 0.3rem;
}
.radio-item__icon {
  position: relative;
  top: -0.01rem;
  display: inline-block;
  width: 0.28rem;
  height: 0.28rem;
  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);
}
/* 协议 */
.reservation-pop .agreement {
  margin-top: 0.2rem;
  text-align: center;
}
.reservation-pop .agreement a {
  color: #ede2c2;
  border-bottom: 0.01rem 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 0.13rem 0;
  font-size: 0.24rem;
  color: #ede2c2;
  width: 7.08rem;
  height: 7.6rem;
  transform: none;
  margin-top: -3.8rem;
  margin-left: -3.54rem;
  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: 0.4rem;
  height: 0.4rem;
  background-image: none;
  /* top: 56px; */
}
.intro-1,
.intro-2 {
  padding: 0.55rem 0.3rem 0.2rem;
  font-size: 0.18rem;
  line-height: 1.5em;
  color: #333;
}
.intro-1 {
  width: 5.56rem;
  height: 1.89rem;
  margin-top: 0.6rem;
  margin-bottom: 0.1rem;
  background: url(../image/pop/intro_title_1.png) no-repeat 0 0 / 100% 100%;
}
.intro-1 em {
  display: inline-block;
  background: #a04723;
  border-radius: 0.05rem;
  font-style: normal;
  color: #e3d3aa;
  padding: 0.02rem 0.05rem;
  border: 0.01rem solid #333;
  font-size: 0.18rem;
  vertical-align: middle;
}
.intro-2 {
  margin-top: 0.3rem;
  width: 5.56rem;
  height: 3.11rem;
  background: url(../image/pop/intro_title_2.png) no-repeat 0 0 / 100% 100%;
}
.intro-2 li {
  margin-bottom: 0.08rem;
}
.intro-2 li::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.19rem;
  background: url(../image/pop/icon.png) no-repeat right 0 / auto 100%;
}
.intro-2 em {
  color: #5d3626;
  font-style: normal;
}

/* 表单 */
.form {
  margin: 0.1rem 0 0 1rem;
  width: 3.82rem;
  /* height: 2.02rem; */
  height: auto;
}
.form-item {
  display: flex;
  margin-bottom: 0.16rem;
}
.form-item label {
  width: 1rem;
  height: 0.4rem;
  text-align: center;
  /* padding-left: 0.14rem; */
  font-family: FZY4JW--GB1-0;
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  color: #ede2c2;
}
.form-item input {
  width: 2.68rem;
  height: 0.4rem;
  padding: 0 0.1rem;
  background-color: #ede2c2;
  border-radius: 0.07rem;
  font-size: 0.16rem;
  border: 0;
}
.checkcode input {
  width: 1.82rem;
}
.get-code {
  margin-left: 0.08rem;
  width: 0.78rem;
  height: 0.4rem;
  background: #442214 url(../image/pop/submit.png) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
  border-radius: 0.03rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.4rem;
  color: #ede2c2;
}
.get-code.countdown {
  background-image: none;
}
.submit {
  display: block;
  margin: 0.3rem auto 0;
  width: 1.36rem;
  height: 0.51rem;
  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);
  }
}

.cz {
  width: 1.72rem;
  height: 1.26rem;
  display: block;
  position: absolute;
  top: 9.5rem;
  right: 0.14rem;
  cursor: pointer;
  z-index: 50;
  transform: translate(0, -50%);
  background: url(../image/chongzhi.png) no-repeat center/100%;
}
.rule-pop .pop_close {
  width: 1.19rem;
  height: 1.2rem;
  top: 9.6rem;
  left: 50%;
  transform: translate(-50%);
  background: url(../image/close.png) no-repeat center/100%;
}


body.Official .cz{
  display: none!important;
}