* {
  /*清除点击高亮样式*/
  -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: 4.75%;
  background: #e0e6ea url('../images/bg.jpg') center top no-repeat;
}
.wrapper .container {
  width: auto;
}
.chapter {
  overflow: hidden;
}
.chapter .chapter-hd {
  padding: 6% 0 30px;
  font-family: '方正清刻本悦宋简体';
}
.chapter .chapter-hd h2 {
  position: relative;
  font-size: 46px;
  font-weight: bold;
}
.chapter .chapter-hd h2::before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 55px;
  height: 56px;
  background: url('../images/tit-flower.png') center no-repeat;
}
.chapter .chapter-hd h2 strong {
  color: #ba1931;
  font-weight: bold;
  vertical-align: bottom;
  margin-left: 15px;
}
.chapter .chapter-hd p {
  margin-top: 18px;
  font-size: 28px;
  color: #d58a92;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.chapter .chapter-bd {
  position: relative;
  padding: 60px 70px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 14px 6px rgba(120, 60, 54, 0.03);
}
.chapter .chapter-text {
  font-size: 18px;
  line-height: 1.725;
  color: #434343;
}
.chapter .chapter-text .text-group {
  padding: 40px 45px;
}
.chapter .chapter-text p strong {
  font-weight: bold;
}
.chapter .chapter-text p .red {
  color: #bf5551;
}
.chapter .chapter-text .chapter-pic {
  float: right;
  margin-left: 30px;
  width: 542px;
  height: 354px;
  border-radius: 12px;
}
.chapter-02 {
  margin: 40px 0;
}
.chapter-02 .chapter-bd {
  padding-top: 50px;
  padding-bottom: 50px;
}
.introduce {
  position: relative;
  padding: 3% 0;
  background: #b9182f;
  border-radius: 15px;
  overflow: hidden;
}
.introduce::before,
.introduce::after {
  content: '';
  position: absolute;
  width: 161px;
  height: 147px;
  background: url('../images/tag.png') center no-repeat;
  background-size: cover;
}
.introduce::before {
  left: -20px;
  top: -40px;
}
.introduce::after {
  right: -50px;
  bottom: -30px;
}
.introduce p {
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 68px;
}
.introduce p strong {
  font-size: 60px;
  font-weight: bold;
  margin: 0 5px;
}
.flower {
  position: absolute;
  right: -30px;
  top: -105px;
}
.box-shop {
  border-radius: 15px;
  overflow: hidden;
}
.box-shop .shop-hd {
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  background: #f2b9c7;
  padding: 15px 0;
}
.box-shop .shop-bd {
  background: #fff;
  padding: 3.75% 5.5%;
}
.box-shop .shop-pic {
  float: right;
  width: 400px;
  border-radius: 15px;
  overflow: hidden;
}
.box-shop .shop-pic img {
  width: 100%;
}
.box-shop .shop-info {
  margin-right: 400px;
  padding-right: 6.5%;
}
.box-shop .shop-group {
  margin-top: 35px;
}
.box-shop .shop-group:first-child {
  margin-top: 0;
}
.box-shop .shop-group .group-tag {
  margin-bottom: 20px;
  background: #b9182f;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 6em;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
}
.box-shop .shop-group .group-text {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.box-shop .shop-group .group-table {
  border: 1px solid #333;
  border-radius: 15px;
}
.box-shop .shop-group .group-table table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #333;
}
.box-shop .shop-group .group-table th {
  font-size: 20px;
  color: #333;
  text-align: center;
  background: #e6e6e6;
  border: 1px solid #333;
  font-weight: bold;
  width: 105px;
}
.box-shop .shop-group .group-table td {
  text-align: left;
  font-size: 20px;
  color: #333;
  border: 1px solid #333;
  padding: 20px 25px;
  font-weight: bold;
}
.box-shop .shop-group .group-table td p:first-child {
  margin-bottom: 10px;
}
.box-shop .shop-group .group-table td strong {
  font-size: 26px;
  font-weight: bold;
}
.text-tips {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.btn-box {
  text-align: center;
}
.btn-box .btn-buy {
  position: relative;
  display: inline-block;
  color: #c92c42;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.btn-box .btn-buy.m {
  display: none;
}
.chapter-04 {
  padding-bottom: 2.6%;
}
.chapter-05 {
  padding: 60px 0;
  background: #bcdbf4;
}
.slider-city {
  text-align: center;
}
.slider-city .slider-tit {
  position: relative;
  margin: 0 auto 20px;
  display: inline-block;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 60px;
  color: #fff;
  font-family: '方正清刻本悦宋简体';
  border: 3px solid #fff;
  background: #ff3d6b;
  border-radius: 1.5em;
  padding: 0 1.4em;
}
.slider-city .slider-tit::before,
.slider-city .slider-tit::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.slider-city .slider-tit::before {
  left: -0.4em;
  background-image: url('../images/tit-l.png');
}
.slider-city .slider-tit::after {
  right: -0.4em;
  background-image: url('../images/tit-r.png');
}
.slider-city .slider-tit strong {
  font-weight: bold;
}
.slider-city .slider-box {
  text-align: left;
}
.slider-city .swiper-container {
  position: relative;
  text-align: left;
  border: 10px solid #ffdee6;
  border-radius: 20px;
  background: #fff;
}
.slider-city .swiper-container::before {
  content: '';
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 9;
  width: 68px;
  height: 99px;
  background: url('../images/icon-sign.png') right top no-repeat;
  background-size: 100%;
}
.slider-city .swiper-slide {
  display: block;
  padding: 30px 30px 20px;
  box-sizing: border-box;
}
.slider-city .item-city-pic {
  float: left;
  width: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.slider-city .item-city-pic img {
  width: 100%;
}
.slider-city .item-city-info {
  margin-left: 400px;
  padding-left: 4.5%;
}
.slider-city .item-city-tit {
  font-size: 46px;
  color: #b9182f;
  font-family: '方正清刻本悦宋简体';
}
.slider-city .item-city-position {
  position: relative;
  margin-top: 25px;
  font-size: 24px;
  padding-left: 25px;
  color: #333;
}
.slider-city .item-city-position::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 17px;
  height: 21px;
  background: url('../images/icon-posi.png') center no-repeat;
}
.slider-city .item-city-name {
  display: inline-block;
  background: #b9182f;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  padding: 6px 15px;
  margin-top: 5px;
}
.slider-city .item-city-detail {
  margin-top: 20px;
  color: #333;
}
.slider-city .item-city-tips {
  color: #b9182f;
}
.slider-city .swiper-pagination {
  text-align: center;
  margin-top: 35px;
}
.slider-city .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #e4f1fb;
  cursor: pointer;
}
.slider-city .swiper-pagination .swiper-pagination-switch:first-child {
  margin-left: 0;
}
.slider-city .swiper-pagination .swiper-active-switch {
  width: 120px;
  background: #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;
  }
  .introduce p {
    font-size: 30px;
    line-height: 60px;
  }
  .introduce p strong {
    font-size: 52px;
  }
  .slider-city .slider-tit {
    font-size: 54px;
  }
}
@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;
  }
  .chapter .chapter-hd {
    padding: 5% 0 20px;
  }
  .chapter .chapter-hd h2 {
    font-size: 36px;
  }
  .chapter .chapter-hd h2::before {
    width: 45px;
    height: 45px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }
  .chapter .chapter-hd p {
    margin-top: 10px;
    font-size: 24px;
  }
  .chapter .chapter-bd {
    padding: 40px;
  }
  .chapter .chapter-text {
    font-size: 16px;
  }
  .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 .chapter-pic {
    width: 50%;
    height: auto;
    margin-bottom: 10px;
  }
  .flower {
    width: 200px;
    top: -80px;
    right: -24px;
  }
  .introduce::before {
    left: -20px;
    top: -60px;
  }
  .introduce::after {
    right: -50px;
    bottom: -40px;
  }
  .introduce p {
    font-size: 24px;
    line-height: 50px;
  }
  .introduce p strong {
    font-size: 46px;
  }
  .box-shop .shop-hd {
    font-size: 26px;
  }
  .box-shop .shop-bd {
    padding: 40px;
  }
  .box-shop .shop-pic {
    width: 40%;
  }
  .box-shop .shop-info {
    margin-right: 40%;
    padding-right: 5%;
  }
  .box-shop .shop-group {
    margin-top: 20px;
  }
  .box-shop .shop-group .group-tag {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .box-shop .shop-group .group-text {
    font-size: 18px;
  }
  .box-shop .shop-group .group-table {
    margin-top: 15px;
  }
  .box-shop .shop-group .group-table th {
    width: 80px;
    font-size: 18px;
  }
  .box-shop .shop-group .group-table td {
    padding: 15px 20px;
    font-size: 18px;
  }
  .box-shop .shop-group .group-table td strong {
    font-size: 22px;
  }
  .btn-box .btn-buy {
    font-size: 16px;
    font-weight: bold;
  }
  .btn-box .btn-buy.m {
    display: inline-block;
  }
  .btn-box .btn-buy.pc {
    display: none;
  }
  .chapter-02 {
    margin: 30px 0;
  }
  .chapter-05 {
    padding: 45px 0;
  }
  .slider-city .slider-tit {
    font-size: 40px;
  }
  .slider-city .item-city-pic {
    width: 45%;
  }
  .slider-city .item-city-info {
    margin-left: 45%;
    padding-top: 3%;
  }
  .slider-city .item-city-tit {
    font-size: 36px;
  }
  .slider-city .item-city-position {
    font-size: 20px;
    margin-top: 15px;
  }
  .slider-city .item-city-name {
    font-size: 20px;
  }
  .slider-city .item-city-detail {
    margin-top: 15px;
  }
  .slider-city .swiper-container::before {
    width: 50px;
    height: 75px;
  }
  .slider-city .swiper-pagination {
    margin-top: 25px;
  }
  .slider-city .swiper-pagination .swiper-pagination-switch {
    width: 15px;
    height: 15px;
    border-radius: 15px;
  }
  .slider-city .swiper-pagination .swiper-active-switch {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .chapter .chapter-hd {
    padding: 30px 0 15px;
  }
  .chapter .chapter-hd h2 {
    font-size: 28px;
  }
  .chapter .chapter-hd h2::before {
    width: 35px;
    height: 35px;
  }
  .chapter .chapter-hd h2 strong {
    margin-left: 10px;
  }
  .chapter .chapter-hd p {
    font-size: 20px;
    margin-top: 5px;
  }
  .chapter .chapter-bd {
    padding: 25px;
  }
  .chapter .chapter-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .chapter .chapter-text .text-group {
    padding: 20px 25px;
  }
  .chapter .chapter-text .chapter-pic {
    margin-left: 20px;
  }
  .flower {
    width: 20%;
    right: -2%;
    top: -55px;
  }
  .chapter-02 {
    margin: 20px 0;
  }
  .text-tips {
    margin-top: 15px;
  }
  .introduce::before,
  .introduce::after {
    width: 100px;
    height: 100px;
    background-size: 100% auto;
  }
  .introduce::before {
    left: -20px;
    top: -35px;
  }
  .introduce::after {
    right: -30px;
    bottom: -30px;
  }
  .introduce p {
    font-size: 18px;
    line-height: 36px;
  }
  .introduce p strong {
    font-size: 32px;
  }
  .box-shop .shop-hd {
    font-size: 22px;
  }
  .box-shop .shop-bd {
    padding: 25px;
  }
  .box-shop .shop-pic {
    float: none;
    width: 50%;
    margin: 0 auto 20px;
  }
  .box-shop .shop-info {
    margin: 0 auto;
    padding-right: 0;
  }
  .box-shop .shop-group {
    text-align: center;
  }
  .box-shop .shop-group .group-tag {
    margin: 0 auto 10px;
    font-size: 16px;
  }
  .box-shop .shop-group .group-text {
    font-size: 16px;
  }
  .box-shop .shop-group .group-table th {
    width: 70px;
    font-size: 16px;
  }
  .box-shop .shop-group .group-table td {
    padding: 15px 15px;
    font-size: 16px;
  }
  .box-shop .shop-group .group-table td p:first-child {
    margin-bottom: 5px;
  }
  .box-shop .shop-group .group-table td strong {
    font-size: 18px;
  }
  .chapter-05 {
    padding: 30px 0;
  }
  .slider-city .slider-tit {
    font-size: 32px;
  }
  .slider-city .item-city-pic {
    float: none;
    width: 100%;
  }
  .slider-city .item-city-info {
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .slider-city .item-city-tit {
    font-size: 28px;
  }
  .slider-city .item-city-position {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 0;
  }
  .slider-city .item-city-position::before {
    position: relative;
    top: 3px;
    margin-top: 0;
    display: inline-block;
    margin-right: 5px;
  }
  .slider-city .item-city-name {
    font-size: 16px;
  }
  .slider-city .item-city-detail {
    margin-top: 15px;
  }
  .slider-city .swiper-container::before {
    width: 50px;
    height: 75px;
  }
  .slider-city .swiper-slide {
    padding: 25px 25px 20px;
  }
  .slider-city .swiper-pagination {
    margin-top: 15px;
  }
  .slider-city .swiper-pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .slider-city .swiper-pagination .swiper-active-switch {
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .container {
    padding: 0 10px;
  }
  .chapter .chapter-hd h2 {
    font-size: 22px;
  }
  .chapter .chapter-hd h2::before {
    width: 25px;
    height: 25px;
  }
  .chapter .chapter-hd h2 strong {
    margin-left: 5px;
  }
  .chapter .chapter-hd p {
    font-size: 16px;
  }
  .chapter .chapter-bd {
    padding: 20px 15px;
  }
  .chapter .chapter-text .text-group {
    padding: 15px 20px;
  }
  .chapter .chapter-text .chapter-pic {
    margin-left: auto;
    width: 100%;
    float: none;
  }
  .text-tips {
    margin-top: 10px;
  }
  .flower {
    width: 80px;
    top: -30px;
  }
  .btn-box .btn-buy {
    font-size: 14px;
    letter-spacing: 0;
  }
  .introduce::before,
  .introduce::after {
    width: 60px;
    height: 60px;
  }
  .introduce::before {
    left: -10px;
    top: -20px;
  }
  .introduce::after {
    right: -15px;
    bottom: -15px;
  }
  .introduce p {
    font-size: 16px;
    line-height: 32px;
  }
  .introduce p strong {
    font-size: 28px;
  }
  .box-shop .shop-hd {
    font-size: 20px;
  }
  .box-shop .shop-bd {
    padding: 20px 15px;
  }
  .box-shop .shop-pic {
    margin: 0 auto 15px;
  }
  .box-shop .shop-group .group-tag {
    margin: 0 auto 10px;
  }
  .box-shop .shop-group .group-text {
    font-size: 14px;
  }
  .box-shop .shop-group .group-table th {
    width: 60px;
    font-size: 14px;
  }
  .box-shop .shop-group .group-table td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .box-shop .shop-group .group-table td strong {
    font-size: 16px;
  }
  .chapter-05 {
    padding: 25px 0;
  }
  .slider-city .slider-tit {
    font-size: 26px;
  }
  .slider-city .item-city-tit {
    font-size: 22px;
  }
  .slider-city .item-city-position {
    font-size: 16px;
    margin-top: 7px;
  }
  .slider-city .item-city-name {
    font-size: 14px;
  }
  .slider-city .swiper-container {
    border-width: 4px;
    border-radius: 12px;
  }
  .slider-city .swiper-container::before {
    right: -3px;
    top: -3px;
    width: 25px;
    height: 38px;
  }
  .slider-city .swiper-slide {
    padding: 20px 15px 15px;
  }
  .slider-city .swiper-pagination {
    margin-top: 10px;
  }
  .slider-city .swiper-pagination .swiper-active-switch {
    width: 50px;
  }
}
.box-panel {
  font-size: 0;
}
.box-panel .item-panel {
  display: inline-block;
  vertical-align: middle;
  width: 31.33%;
  margin-left: 3%;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.box-panel .item-panel:first-child {
  margin-left: 0;
}
.box-panel .panel-hd {
  background: #c92c42;
  color: #fff;
  padding: 20px 0;
}
.box-panel .panel-hd strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}
.box-panel .panel-hd .icon-change {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin: 0 5px;
  background: url('../images/icon-change.png') center no-repeat;
}
.box-panel .panel-hd a {
  display: inline-block;
  margin-top: 8px;
  color: #d3e9ff;
  text-decoration: underline;
}
.box-panel .panel-bd {
  background: #f8e9ec;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .box-panel .item-panel {
    width: 32.33%;
    margin-left: 1.5%;
  }
  .box-panel .panel-hd {
    padding: 15px 0;
  }
  .box-panel .panel-hd strong {
    font-size: 18px;
  }
  .box-panel .panel-hd .icon-change {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .box-panel .panel-hd {
    padding: 15px 0;
  }
  .box-panel .panel-hd strong {
    font-size: 16px;
    display: block;
  }
  .box-panel .panel-hd .icon-change {
    margin: 8px auto;
  }
  .box-panel .panel-bd {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .box-panel {
    text-align: center;
  }
  .box-panel .item-panel {
    width: 31.33%;
    margin: 1%;
  }
  .box-panel .item-panel:first-child {
    margin-left: 1%;
  }
}
@media screen and (max-width: 480px) {
  .box-panel .panel-hd strong {
    font-size: 14px;
  }
  .box-panel .panel-bd strong {
    font-size: 20px;
  }
}
