body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.banner img {
  max-width: 100%;
}
.banner .phone {
  display: none;
}
.wrapper {
  max-width: 960px;
  padding: 0 30px 60px;
  margin: 0 auto;
  background: #50abd5 url('../images/bg.jpg') center top no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}
.wrapper .chapter-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
}
.chapter {
  background: #fffcf5;
  border: 3px solid #ffd999;
  border-radius: 20px;
  padding: 4% 4.5%;
}
.chapter-text {
  font-size: 14px;
  line-height: 2.14;
  color: #333;
  text-align: justify;
}
.chapter-text strong {
  font-weight: bold;
  color: #38a4d5;
  font-size: 18px;
  line-height: 1.66;
}
.chapter-text p {
  margin-top: 5px;
  letter-spacing: 1px;
}
.chapter-pic {
  float: right;
  margin-left: 35px;
  margin-bottom: 35px;
  border: 4px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.chapter-pic img {
  max-width: 100%;
}
.chapter-02 {
  font-size: 0;
  margin-top: 15px;
}
.list-info {
  display: inline-block;
  width: 42%;
  vertical-align: middle;
}
.list-info ul {
  display: inline-block;
  text-align: left;
}
.list-info li {
  margin-top: 10px;
  font-size: 14px;
}
.list-info li:first-child {
  margin-top: 0;
}
.list-info li strong {
  display: inline-block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
  background: #f6cd6d;
  border-radius: 36px;
}
.list-info li span {
  margin-left: 10px;
  color: #333;
  font-weight: bold;
}
.box-qrcode {
  display: inline-block;
  border: 3px solid #f6cd6d;
  background: #fff;
  width: 58%;
  box-sizing: border-box;
  padding: 15px 18px;
  vertical-align: middle;
}
.box-qrcode img {
  max-width: 100%;
}
.box-qrcode .qrcode-logo,
.box-qrcode .qrcode-pic {
  display: inline-block;
  width: 31.33%;
  margin-left: 2%;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.box-qrcode .qrcode-logo {
  margin-left: 0;
}
.box-qrcode p {
  margin-top: 5px;
  font-size: 12px;
}
/*订票框*/
.bookingBoxFix {
  position: fixed;
  top: 20%;
  z-index: 10;
  width: 1200px;
  margin-left: -600px;
  left: 50%;
  margin-top: 0px;
}
.bookingBoxFix .ticketBox {
  position: relative;
  z-index: 10;
}
.bookingBoxFix .kobg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/kobg.png) repeat;
  z-index: 5;
}
.bookingBox {
  display: none;
}
.bookingBox .tip {
  display: none;
}
.bookingBoxFix .tip {
  display: block;
  font-size: 32px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  padding-top: 30px;
  z-index: 6;
  position: relative;
  font-weight: bold;
}
#ticket-2 {
  display: none;
}
.ui-tabs .ui-tabs-nav {
  display: none;
}
.bookingBox .tit {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.bookingBox .tit span {
  display: inline-block;
  font-size: 16px;
  color: #cb0303;
  height: 45px;
  line-height: 45px;
  padding: 0 23.8px;
  font-weight: bold;
  width: 260px;
  background: url(../images/ticket01.png) no-repeat 260px center #fff;
}
.trip-box #trip-box-1 {
  border: none;
}
/*订票框*/
@media screen and (max-width: 1450px) {
  /* .ticketBox .container {width: auto;} */
  .ticketBox .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
}
@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;
  }
}
@media (max-width: 960px) {
  .list-info li {
    margin-top: 15px;
  }
  .list-info li strong {
    display: block;
  }
  .list-info li span {
    margin-top: 10px;
    display: block;
  }
  .box-qrcode p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding: 0 20px 40px;
  }
  .chapter-text {
    line-height: 1.8;
  }
  .chapter-text strong {
    line-height: 1.4;
  }
  .chapter-pic {
    margin-left: 25px;
    margin-bottom: 15px;
    width: 40%;
  }
  .list-info {
    display: block;
    width: auto;
    text-align: center;
  }
  .list-info li strong,
  .list-info li span {
    display: inline-block;
  }
  .box-qrcode {
    display: block;
    margin: 20px auto 0;
    width: 380px;
  }
  .box-qrcode p {
    min-height: 2.8em;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .chapter-pic {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 70%;
  }
  .chapter-text {
    line-height: 1.6;
  }
  .chapter-text strong {
    line-height: 1.24;
  }
  .box-qrcode {
    width: auto;
    padding: 15px;
  }
}
@media (max-width: 420px) {
  .list-info li {
    text-align: center;
  }
  .list-info li strong,
  .list-info li span {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .box-qrcode {
    text-align: center;
  }
  .box-qrcode .qrcode-logo {
    display: block;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
  .box-qrcode .qrcode-pic {
    margin: 5% 2% 0;
    width: 38%;
  }
}
@media (max-width: 360px) {
  .box-qrcode .qrcode-logo {
    width: 50%;
  }
  .box-qrcode .qrcode-pic {
    width: 46%;
  }
}
