* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  position: relative;
  text-align: center;
}
.banner .phone {
  display: none;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.wrapper {
  padding-bottom: 80px;
  background: #f6f0eb url('../images/bg-01.jpg') center top no-repeat;
}
.container {
  width: auto;
}
.chapter {
  padding: 80px 0 0;
}
.chapter .chapter-hd {
  text-align: center;
  margin-bottom: 35px;
}
.chapter .chapter-hd h2 strong {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
}
.chapter .chapter-hd h2 strong:before,
.chapter .chapter-hd h2 strong:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 82px;
  height: 14px;
  background: center no-repeat;
}
.chapter .chapter-hd h2 strong:before {
  left: -100px;
  background-image: url('../images/tit-l.png');
}
.chapter .chapter-hd h2 strong:after {
  right: -100px;
  background-image: url('../images/tit-r.png');
}
.chapter .chapter-bd {
  position: relative;
}
.chapter .h5 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 1px;
}
.chapter .chapter-text {
  font-size: 18px;
  line-height: 2;
  color: #333;
  background: #a8d3cf;
  background-image: -moz-linear-gradient(90deg, #a8d3cf 0%, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #a8d3cf 0%, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #a8d3cf 0%, #fff 100%);
}
.chapter .chapter-text .text-group {
  padding: 40px 45px;
  background: url('../images/bg-02.png') 93% center no-repeat;
}
.chapter .chapter-text p strong {
  font-weight: bold;
}
.chapter .chapter-text p .red {
  color: #bf5551;
}
.chapter .chapter-text h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  text-align: center;
}
.chapter .chapter-text .box-btns {
  margin: 30px 0 10px;
  text-align: center;
}
.chapter .chapter-text .box-btns .btn-step {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #cf3a3c;
  color: #fff;
  font-size: 22px;
  padding: 5px 20px;
  line-height: 1.4;
}
.chapter .chapter-text .box-btns .btn-go {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  border-radius: 5px;
  color: #cf3a3c;
  font-size: 22px;
  border: 2px solid #cf3a3c;
  padding: 3px 18px;
  line-height: 1;
}
.chapter .chapter-text .box-btns .btn-go span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.chapter .chapter-text .box-btns .btn-go .icon-arr {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 18px;
  background: url('../images/icon-arr.png') center no-repeat;
  margin-left: 10px;
}
.chapter .mt {
  margin-top: 20px;
}
.introduce {
  text-align: center;
  margin-bottom: 55px;
}
.introduce p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.6;
  color: #000;
}
.box-table {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 660px;
}
.box-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-left: 1px solid #b4dedc;
  box-sizing: border-box;
}
.box-table th {
  background: #aadad7;
  color: #333;
  font-size: 18px;
  padding: 12px 5px;
  line-height: 1.4;
  font-weight: bold;
}
.box-table td {
  background: #fff;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  padding: 12px 20px;
  border-right: 1px solid #b4dedc;
  border-bottom: 1px solid #b4dedc;
}
.box-table td span {
  display: inline-block;
  text-align: left;
}
.box-table .fixed {
  position: sticky;
  top: 1px;
  right: 0;
  z-index: 2;
}
.chapter-03 .chapter-text .text-group {
  background-image: url('../images/bg-03.png');
}
.popup-step {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: none;
}
.popup-step .popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.popup-step .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -300px;
  width: 1000px;
  height: 600px;
  background: #fff url(../images/divbg2.png) no-repeat right bottom;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 30px 20px;
}
.popup-step .popup-container {
  position: relative;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-step .scroll-box {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.popup-step h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.popup-step p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.popup-step p span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
}
.popup-step .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 45px;
  height: 45px;
  background: #999 url('../images/icon-close.png') center no-repeat;
  border-radius: 50%;
  cursor: pointer;
}
.step-slider {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}
.step-slider .swiper-slide {
  display: block;
  text-align: center;
}
.step-slider .step-tit {
  max-width: 920px;
  margin: 0 auto;
}
.step-slider .step-num {
  text-align: center;
  font-size: 16px;
  float: left;
  width: 3.5em;
  line-height: 1.4;
  background: #cf3a3c;
  border-radius: 5px;
  color: #fff;
}
.step-slider .step-text {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  margin-left: 4em;
  text-align: left;
}
.step-slider .step-pic {
  margin-top: 12px;
}
.step-slider .step-pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.step-slider .swiper-control {
  text-align: center;
}
.step-slider .swiper-prev,
.step-slider .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -32px;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url('../images/swiper-sprite.png') no-repeat;
  vertical-align: middle;
  cursor: pointer;
}
.step-slider .swiper-prev {
  left: 0;
  background-position: left center;
}
.step-slider .swiper-next {
  right: 0;
  margin-left: 50%;
  background-position: right center;
}
.step-slider .pagination {
  text-align: center;
  margin-top: 20px;
}
.step-slider .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #e60012;
  border-radius: 50%;
  margin: 0 5px;
}
.step-slider .pagination .swiper-active-switch {
  background: #e60012;
}
.step-slider-m {
  display: none;
}
.box-QA {
  padding: 35px 50px;
  background: #fff;
}
.box-QA .item-QA-hd {
  position: relative;
  padding: 25px 0;
  padding-right: 90px;
  border-bottom: 1px solid #ddd;
}
.box-QA .item-QA-bd {
  display: none;
  padding: 35px 35px;
  background: #f3f3f3;
}
.box-QA .item-QA-num {
  float: left;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #aadad7;
}
.box-QA .item-QA-tit {
  margin-left: 40px;
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.box-QA .item-QA-flag {
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 16px;
  line-height: 1.2;
  color: #999;
  padding-right: 20px;
  cursor: pointer;
}
.box-QA .item-QA-flag:before,
.box-QA .item-QA-flag:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #999;
}
.box-QA .item-QA-flag:after {
  z-index: 2;
  right: 2px;
  border-left-color: #fff;
}
.box-QA .item-QA-text {
  font-size: 18px;
  line-height: 2;
}
.box-QA .item-QA-text strong {
  font-weight: bold;
  color: #bf5551;
  margin-right: 3px;
}
.box-QA .item-QA-text a {
  color: #bf5551;
  font-weight: bold;
  text-decoration: underline;
}
.box-QA .item-QA.on .item-QA-bd {
  display: block;
}
.box-QA .item-QA.on .item-QA-flag:before,
.box-QA .item-QA.on .item-QA-flag:after {
  right: 2px;
  margin-top: -2px;
  border-left-color: transparent;
  border-top-color: #999;
}
.box-QA .item-QA.on .item-QA-flag:after {
  margin-top: -4px;
  border-left-color: transparent;
  border-top-color: #fff;
}
@media screen and (max-width: 1450px) {
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
  .wrapper {
    padding-bottom: 60px;
  }
  .chapter {
    padding: 60px 0 0;
  }
  .chapter .chapter-hd h2 strong {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .container {
    padding: 0 15px;
  }
  .wrapper {
    padding-bottom: 40px;
  }
  .chapter {
    padding: 40px 0 0;
  }
  .chapter .chapter-hd {
    margin-bottom: 25px;
  }
  .chapter .chapter-hd h2 strong {
    font-size: 28px;
  }
  .chapter .chapter-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .chapter .chapter-text .text-group {
    padding: 30px 35px;
    background-size: auto 86%;
  }
  .chapter .chapter-text p strong {
    font-weight: bold;
  }
  .chapter .chapter-text p .red {
    color: #bf5551;
  }
  .chapter .chapter-text .box-btns {
    margin: 20px auto 40px;
  }
  .chapter .chapter-text .box-btns .btn-step,
  .chapter .chapter-text .box-btns .btn-go {
    font-size: 18px;
  }
  .chapter .mt {
    margin-top: 15px;
  }
  .introduce {
    margin-bottom: 40px;
  }
  .introduce p {
    font-size: 16px;
    max-width: 80%;
  }
  .box-table th {
    font-size: 14px;
  }
  .box-table td {
    font-size: 14px;
    padding: 15px 20px;
  }
  .step-slider {
    padding: 0;
  }
  .step-slider .step-text {
    font-size: 16px;
  }
  .step-slider .step-num {
    font-size: 16px;
  }
  .step-slider .swiper-prev,
  .step-slider .swiper-next {
    width: 46px;
    height: 46px;
    margin-top: -23px;
  }
  .step-slider .swiper-prev {
    background-position: -10px center;
  }
  .step-slider .swiper-next {
    background-position: -92px center;
  }
  .popup-step .popup-box {
    width: 720px;
    margin-left: -360px;
  }
  .popup-step .popup-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  .step-slider-pc {
    display: none;
  }
  .step-slider-m {
    display: block;
  }
  .box-QA {
    padding: 35px 30px;
  }
  .box-QA .item-QA-bd {
    padding: 30px 30px;
  }
  .box-QA .item-QA-num {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .box-QA .item-QA-tit {
    font-size: 16px;
    line-height: 24px;
  }
  .box-QA .item-QA-flag {
    font-size: 14px;
  }
  .box-QA .item-QA-text {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 30px;
  }
  .introduce {
    margin-bottom: 20px;
  }
  .introduce p {
    font-size: 14px;
    max-width: 90%;
  }
  .chapter {
    padding: 30px 0 0;
  }
  .chapter .chapter-hd {
    margin-bottom: 15px;
  }
  .chapter .chapter-hd h2 strong {
    font-size: 24px;
  }
  .chapter .chapter-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .chapter .chapter-text .text-group {
    padding: 20px 25px;
  }
  .chapter .chapter-text .box-btns {
    margin: 15px auto 30px;
  }
  .chapter .chapter-text .box-btns .btn-step,
  .chapter .chapter-text .box-btns .btn-go {
    font-size: 16px;
  }
  .chapter .chapter-text .box-btns .btn-go {
    margin-left: 5%;
  }
  .chapter .chapter-text h4 {
    font-size: 18px;
  }
  .chapter .mt {
    margin-top: 10px;
  }
  .box-table td {
    padding: 12px 15px;
  }
  .popup-step .popup-box {
    left: 5%;
    top: 10%;
    width: 90%;
    height: 80%;
    margin-left: 0;
    margin-top: 0;
    padding: 20px 15px;
  }
  .popup-step .popup-box h4 {
    font-size: 18px;
  }
  .popup-step .popup-box p {
    margin-top: 10px;
  }
  .popup-step .btn-close {
    width: 35px;
    height: 35px;
  }
  .step-slider .swiper-prev,
  .step-slider .swiper-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
  .step-slider .swiper-prev {
    background-position: -15px center;
  }
  .step-slider .swiper-next {
    background-position: -95px center;
  }
  .step-slider .pagination span {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .step-slider .step-tit {
    display: inline-block;
  }
  .step-slider .step-text {
    font-size: 14px;
  }
  .step-slider .step-num {
    font-size: 14px;
  }
  .step-slider .step-pic img {
    max-width: 80%;
  }
  .step-slider .pagination {
    margin-top: 10px;
  }
  .step-slider-m .step-pic {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .box-QA {
    padding: 20px 25px;
  }
  .box-QA .item-QA-hd {
    padding: 15px 0;
    padding-right: 50px;
  }
  .box-QA .item-QA-flag {
    top: 50%;
    margin-top: -0.6em;
    font-size: 12px;
    padding-right: 15px;
  }
  .box-QA .item-QA-bd {
    padding: 25px 20px;
  }
  .box-QA .item-QA-tit {
    font-size: 14px;
    line-height: 1.6;
    margin-left: 35px;
  }
  .box-QA .item-QA-text {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  .introduce {
    margin-bottom: 15px;
  }
  .introduce p {
    max-width: none;
    padding: 0 10px;
  }
  .chapter {
    padding: 25px 0 0;
  }
  .chapter .chapter-hd h2 strong {
    font-size: 20px;
  }
  .chapter .chapter-hd h2 strong::before,
  .chapter .chapter-hd h2 strong::after {
    width: 50px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }
  .chapter .chapter-hd h2 strong::before {
    left: -60px;
  }
  .chapter .chapter-hd h2 strong::after {
    right: -60px;
  }
  .chapter .chapter-text .text-group {
    padding: 15px 20px;
  }
  .chapter .chapter-text .box-btns {
    margin: 10px auto 20px;
  }
  .chapter .chapter-text .box-btns .btn-step,
  .chapter .chapter-text .box-btns .btn-go {
    font-size: 14px;
    margin: 5px;
  }
  .chapter .chapter-text .box-btns .btn-go {
    margin-left: 5px;
  }
  .chapter .chapter-text .box-btns .btn-go .icon-arr {
    width: 8px;
    height: 12px;
    background-position: right center;
  }
  .box-table th {
    padding: 12px 8px;
  }
  .box-table td {
    padding: 8px;
  }
  .box-QA {
    padding: 15px 20px;
  }
  .box-QA .item-QA-tit {
    margin-left: 30px;
  }
  .box-QA .item-QA-num {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
  .box-QA .item-QA-hd {
    padding: 10px 0;
    padding-right: 50px;
  }
  .box-QA .item-QA-bd {
    padding: 15px;
  }
}
