body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pc {
  width: 100%;
}
.banner .phone {
  display: none;
}
.wrapper {
  padding-bottom: 5px;
  background: #f1703f url('../images/bg.jpg') top center no-repeat;
}
.chapter {
  margin-bottom: 55px;
}
.chapter .chapter-container {
  max-width: 1200px;
  margin: 0 auto;
}
.chapter .chapter-tit {
  margin: 0 auto 30px;
  text-align: center;
}
.chapter .chapter-tit h3 {
  position: relative;
  margin: 0 auto;
  padding-top: 25px;
  height: 108px;
  line-height: 108px;
  font-size: 32px;
  font-weight: bold;
  background: url('../images/tit-02.png') center no-repeat;
  color: #fff;
  text-shadow: 2px 3.464px 4px rgba(135, 28, 33, 0.2);
  -webkit-text-shadow: 2px 3.464px 4px rgba(135, 28, 33, 0.2);
  -moz-text-shadow: 2px 3.464px 4px rgba(135, 28, 33, 0.2);
  -o-text-shadow: 2px 3.464px 4px rgba(135, 28, 33, 0.2);
}
.chapter .chapter-tit h3 strong {
  color: #fff049;
  font-weight: bold;
}
.chapter.chapter-04 .chapter-tit h3 {
  background-image: url('../images/tit-01.png');
}
.chapter-panel.mt-30 {
  margin-top: 30px;
}
.chapter-panel .item-panel {
  position: relative;
  font-size: 0;
  background: #fff7e7;
  overflow: hidden;
  border-radius: 20px;
}
.chapter-panel .item-panel-pic {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  overflow: hidden;
  background: #83b6b0;
  border-radius: 16px;
}
.chapter-panel .item-panel-pic img {
  display: block;
  width: 100%;
}
.chapter-panel .item-panel-date {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 3;
  width: 110px;
  height: 30px;
  line-height: 30px;
  padding-top: 14px;
  font-size: 16px;
  text-align: center;
  color: #de0000;
  font-weight: bold;
  background: url('../images/icon-date.png') top center no-repeat;
}
.chapter-panel .item-panel-cont {
  display: inline-block;
  width: 50%;
  padding: 30px 45px;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.chapter-panel .item-panel-tit {
  font-size: 24px;
  font-weight: bold;
  color: #e32c2c;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
}
.chapter-panel .item-panel-detail {
  font-size: 14px;
  color: #492513;
  line-height: 1.6;
  font-weight: 500;
}
.chapter-panel .item-panel-detail .red {
  font-weight: bold;
  color: #da4135;
}
.chapter-panel .item-panel-detail span {
  display: inline-block;
}
.chapter-panel .item-panel-detail em {
  font-weight: bold;
  color: #000;
  font-style: normal;
}
.chapter-panel .item-panel-detail .mt-10 {
  margin-top: 10px;
}
.chapter-panel .item-panel-detail .break {
  word-break: break-all;
}
.chapter-panel .item-panel-tips {
  margin-top: 20px;
}
.chapter-panel .item-panel-tips p {
  color: #666;
  font-size: 12px;
  line-height: 1.625;
}
.chapter-panel .item-panel-link {
  margin-top: 20px;
}
.chapter-panel .item-panel-link a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #f8ea84;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  background-image: -moz-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
  background-image: -webkit-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
  background-image: -ms-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
  box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.76);
  border-radius: 40px;
  cursor: pointer;
}
.chapter-panel .item-panel-link.default a {
  cursor: default;
  color: #de0000;
  border: 1px solid #de0000;
  background: none;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
}
.chapter-panel .item-panel-link.disabled a {
  background: #ccc;
  cursor: default;
}
.chapter-panel .item-panel .pc {
  display: block;
}
.chapter-panel .item-panel .m {
  display: none;
}
.chapter-panel .item-panel.panel-qrcode .item-panel-detail {
  display: none;
}
.chapter-panel .item-panel.panel-qrcode .box-qrcode {
  margin: 0 auto;
  width: 130px;
}
.chapter-panel .item-panel.panel-qrcode .box-qrcode img {
  width: 100%;
}
.chapter-panel .item-panel.panel-qrcode .box-qrcode p {
  margin-top: 5px;
  padding: 0 5px;
  font-size: 15px;
  text-align: center;
  color: #333;
}
.chapter-panel.panel-01 {
  margin-top: 30px;
}
.chapter-panel.panel-01 li {
  margin-top: 30px;
}
.chapter-panel.panel-01 li:first-child {
  margin-top: 0;
}
.chapter-panel.panel-01 .item-panel-tit {
  text-align: left;
  font-size: 26px;
}
.chapter-panel.panel-01 .item-panel.panel-qrcode .item-panel-cont {
  position: relative;
  min-height: 215px;
  padding-right: 200px;
  padding-left: 45px;
}
.chapter-panel.panel-01 .item-panel.panel-qrcode .item-panel-detail {
  display: block;
}
.chapter-panel.panel-01 .item-panel.panel-qrcode .box-qrcode {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -80px;
}
.chapter-panel.panel-02 {
  width: 100%;
  overflow: hidden;
}
.chapter-panel.panel-02 ul {
  margin-left: -2.35%;
  margin-top: -30px;
}
.chapter-panel.panel-02 li {
  float: left;
  width: 47.65%;
  margin-left: 2.35%;
  margin-top: 30px;
}
.chapter-panel.panel-02 .item-panel-pic,
.chapter-panel.panel-02 .item-panel-cont {
  display: block;
  width: 100%;
}
.chapter-panel.panel-02 .item-panel-cont {
  padding-top: 20px;
  padding-bottom: 40px;
}
.chapter-panel.panel-02 .item-panel-tit {
  margin-bottom: 5px;
}
.chapter-panel.panel-02 .item-panel-detail {
  font-size: 14px;
  min-height: 3.2em;
}
.chapter-panel.panel-02 .item-panel-detail p {
  display: inline-block;
}
.chapter-panel.panel-02 .item-panel-link {
  margin-top: 15px;
}
.chapter-panel.panel-02 .item-panel-link a {
  margin: 0 auto;
}
.chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-cont {
  position: relative;
  min-height: 192px;
  padding-right: 200px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-tit {
  margin-top: 10px;
  text-align: left;
}
.chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-detail {
  display: block;
  text-align: left;
}
.chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-link {
  margin-top: 0;
}
.chapter-panel.panel-02 .item-panel.panel-qrcode .box-qrcode {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -78px;
}
.chapter-panel.panel-03 li {
  margin-top: 30px;
}
.chapter-panel.panel-03 li:first-child {
  margin-top: 0;
}
.chapter-panel.panel-03 .item-panel {
  padding: 40px;
}
.chapter-panel.panel-03 .item-panel-pic {
  width: 40%;
}
.chapter-panel.panel-03 .item-panel-cont {
  width: 60%;
  padding: 0;
  padding-left: 50px;
  padding-right: 15px;
}
.chapter-panel.panel-03 .item-panel-tit {
  text-align: center;
}
.chapter-panel.panel-03 .item-panel-detail {
  color: #666;
}
.chapter-panel.panel-03 .item-panel.reverse {
  direction: rtl;
}
.chapter-panel.panel-03 .item-panel.reverse .item-panel-cont {
  direction: ltr;
  padding-left: 15px;
  padding-right: 50px;
}
.chapter-panel.panel-04 {
  width: 100%;
  overflow: hidden;
}
.chapter-panel.panel-04 ul {
  margin-left: -2.35%;
  margin-top: -30px;
}
.chapter-panel.panel-04 li {
  float: left;
  width: 47.65%;
  margin-left: 2.35%;
  margin-top: 30px;
}
.chapter-panel.panel-04 .item-panel-tit {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0;
}
.chapter-panel.panel-04 .item-panel-date {
  left: 20px;
  top: 10px;
}
.chapter-panel.panel-04 .item-panel-cont {
  padding: 25px 25px;
}
.chapter-panel.panel-04 .item-panel-link {
  margin-top: 15px;
  text-align: center;
}
.chapter-panel.panel-04 .item-panel-link a {
  margin: 0 auto;
}
.chapter-panel.panel-05 {
  margin-top: 30px;
}
.chapter-panel.panel-05 li {
  float: left;
  width: 31.66%;
  margin-left: 2.5%;
}
.chapter-panel.panel-05 li:first-child {
  margin-left: 0;
}
.chapter-panel.panel-05 .item-panel-pic {
  width: 100%;
}
.chapter-panel.panel-05 .item-panel-cont {
  display: none;
}
.chapter-panel.panel-06 {
  margin-top: 30px;
}
.chapter-panel.panel-06 li {
  float: left;
  width: 31%;
  margin-left: 3.5%;
  background-image: -moz-linear-gradient(90deg, #fde9b6 0%, #fffdea 100%);
  background-image: -webkit-linear-gradient(90deg, #fde9b6 0%, #fffdea 100%);
  background-image: -ms-linear-gradient(90deg, #fde9b6 0%, #fffdea 100%);
  overflow: hidden;
  border-radius: 20px;
}
.chapter-panel.panel-06 li:first-child {
  margin-left: 0;
}
.chapter-panel.panel-06 .item-panel {
  background: center bottom no-repeat;
  padding-bottom: 220px;
}
.chapter-panel.panel-06 .item-panel-tit {
  margin-bottom: 5px;
}
.chapter-panel.panel-06 .item-panel-pic {
  max-width: 260px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.chapter-panel.panel-06 .item-panel-cont {
  display: block;
  width: auto;
  text-align: center;
  padding: 20px 45px;
}
.chapter-panel.panel-06 .item-panel-detail {
  font-size: 16px;
  color: #333;
}
.chapter-panel.panel-06 .item-panel-link a {
  margin-left: auto;
  margin-right: auto;
}
.chapter-panel.panel-06 .item-panel.panel-bg-01 {
  background-image: url('../images/pic-11.png');
}
.chapter-panel.panel-06 .item-panel.panel-bg-02 {
  background-image: url('../images/pic-12.png');
}
.chapter-panel.panel-06 .item-panel.panel-bg-03 {
  background-image: url('../images/pic-13.png');
}
.page-tips {
  max-width: 1200px;
  margin: -30px auto 30px;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #fff;
}
/*订票框*/
.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: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .wrapper {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .chapter {
    margin-bottom: 35px;
  }
  .chapter .chapter-container {
    padding: 0 10px;
  }
  .chapter .chapter-tit {
    margin-bottom: 30px;
  }
  .chapter .chapter-tit h3 {
    font-size: 26px;
    padding-top: 20px;
    height: 80px;
    line-height: 80px;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
  }
  .chapter.chapter-01 .chapter-tit {
    display: block;
  }
  .chapter-panel.mt-30 {
    margin-top: 15px;
  }
  .chapter-panel .item-panel-tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .chapter-panel .item-panel-date {
    left: 20px;
    top: 10px;
    font-size: 12px;
    width: 80px;
    height: 22px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    padding-top: 10px;
    line-height: 22px;
  }
  .chapter-panel .item-panel-cont {
    padding: 20px 18px;
  }
  .chapter-panel .item-panel-detail {
    line-height: 1.4;
  }
  .chapter-panel .item-panel-link {
    margin-top: 15px;
  }
  .chapter-panel .item-panel-link a {
    font-size: 14px;
  }
  .chapter-panel .item-panel .pc {
    display: none;
  }
  .chapter-panel .item-panel .m {
    display: block;
  }
  .chapter-panel .item-panel.panel-qrcode .item-panel-detail {
    display: block;
  }
  .chapter-panel .item-panel.panel-qrcode .box-qrcode {
    display: none;
  }
  .chapter-panel .item-panel.panel-qrcode.m .box-qrcode {
    display: block;
  }
  .chapter-panel.panel-01 {
    margin-top: 20px;
  }
  .chapter-panel.panel-01 .item-panel-tit {
    font-size: 20px;
  }
  .chapter-panel.panel-01 .item-panel-detail {
    font-size: 14px;
  }
  .chapter-panel.panel-01 .item-panel-cont {
    padding: 20px 4%;
  }
  .chapter-panel.panel-01 .item-panel.panel-qrcode.m .box-qrcode {
    width: 100px;
    position: static;
    margin: 0 auto;
  }
  .chapter-panel.panel-01 .item-panel.panel-qrcode .item-panel-cont {
    min-height: auto;
    padding: 15px 3%;
  }
  .chapter-panel.panel-02 ul {
    margin-left: -1.5%;
    margin-top: -20px;
  }
  .chapter-panel.panel-02 li {
    width: 48.5%;
    margin-left: 1.5%;
    margin-top: 20px;
  }
  .chapter-panel.panel-02 .item-panel-cont {
    padding-bottom: 30px;
  }
  .chapter-panel.panel-02 .item-panel-detail {
    min-height: 4.2em;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-cont {
    min-height: auto;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 25px;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-tit {
    margin-top: 0;
    text-align: center;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-detail {
    text-align: center;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-link {
    margin-top: 15px;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode.m .item-panel-cont {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode.m .item-panel-link {
    margin-top: 0;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode.m .box-qrcode {
    position: static;
    margin: 0 auto;
    width: 100px;
  }
  .chapter-panel.panel-03 li {
    margin-top: 15px;
  }
  .chapter-panel.panel-03 .item-panel {
    padding: 20px;
  }
  .chapter-panel.panel-03 .item-panel-cont {
    padding-left: 30px;
    padding-right: 10px;
  }
  .chapter-panel.panel-03 .item-panel.reverse .item-panel-cont {
    padding-left: 10px;
    padding-right: 30px;
  }
  .chapter-panel.panel-04 ul {
    margin-left: 0;
    margin-top: 0;
  }
  .chapter-panel.panel-04 li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .chapter-panel.panel-04 li:first-child {
    margin-top: 0;
  }
  .chapter-panel.panel-04 .item-panel-tit {
    text-align: left;
    font-size: 20px;
  }
  .chapter-panel.panel-04 .item-panel-tit br {
    display: none;
  }
  .chapter-panel.panel-04 .item-panel-pic img {
    width: 100%;
  }
  .chapter-panel.panel-04 .item-panel-cont {
    padding: 20px 4%;
  }
  .chapter-panel.panel-04 .item-panel-detail {
    min-height: auto;
    font-size: 14px;
  }
  .chapter-panel.panel-04 .item-panel-link a {
    margin-left: 0;
  }
  .chapter-panel.panel-04 .item-panel-link a.m {
    display: block;
  }
  .chapter-panel.panel-04 .item-panel-link a.pc {
    display: none;
  }
  .chapter-panel.panel-06 .item-panel {
    padding-bottom: 60%;
    background-size: 100% auto;
  }
  .chapter-panel.panel-06 .item-panel-pic {
    width: 70%;
  }
  .chapter-panel.panel-06 .item-panel-cont {
    padding: 15px 15px;
  }
  .chapter-panel.panel-06 .item-panel-detail {
    font-size: 14px;
  }
  .page-tips {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .chapter {
    margin-bottom: 30px;
  }
  .chapter .chapter-tit {
    margin-bottom: 20px;
  }
  .chapter .chapter-tit h3 {
    font-size: 22px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-top: 15px;
    border: 0;
  }
  .chapter.chapter-04 .chapter-tit h3,
  .chapter.chapter-05 .chapter-tit h3 {
    width: 100%;
  }
  .chapter-panel .item-panel-pic {
    display: block;
    width: auto;
  }
  .chapter-panel .item-panel-cont {
    display: block;
    width: auto;
  }
  .chapter-panel .item-panel-tit {
    text-align: center;
    font-size: 18px;
  }
  .chapter-panel .item-panel-link a {
    margin: 0 auto;
    max-width: 180px;
    width: auto;
  }
  .chapter-panel .item-panel-detail {
    text-align: justify;
  }
  .chapter-panel .item-panel.panel-qrcode.m .box-qrcode {
    width: 100px;
  }
  .chapter-panel .item-panel.panel-qrcode.m .box-qrcode p {
    font-size: 14px;
  }
  .chapter-panel.panel-01 .item-panel-tit {
    text-align: center;
    font-size: 18px;
  }
  .chapter-panel.panel-01 .item-panel-cont {
    padding: 20px 20px 30px;
  }
  .chapter-panel.panel-01 .item-panel-detail {
    text-align: left;
  }
  .chapter-panel.panel-01 .item-panel.panel-qrcode .item-panel-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .chapter-panel.panel-02 {
    margin-top: 15px;
  }
  .chapter-panel.panel-02 ul {
    margin: 0;
  }
  .chapter-panel.panel-02 li {
    float: none;
    width: auto;
    margin: 15px auto 0;
  }
  .chapter-panel.panel-02 li:first-child {
    margin-top: 0;
  }
  .chapter-panel.panel-02 .item-panel-tit {
    text-align: center;
  }
  .chapter-panel.panel-02 .item-panel-detail {
    font-size: 14px;
    min-height: auto;
    text-align: center;
  }
  .chapter-panel.panel-02 .item-panel.panel-qrcode .item-panel-cont {
    padding: 20px 20px 25px;
  }
  .chapter-panel.panel-03 li {
    margin-top: 15px;
  }
  .chapter-panel.panel-03 .item-panel-pic {
    width: auto;
  }
  .chapter-panel.panel-03 .item-panel-cont {
    width: auto;
    padding: 15px 0;
  }
  .chapter-panel.panel-03 .item-panel.reverse .item-panel-cont {
    padding: 15px 0;
  }
  .chapter-panel.panel-04 li {
    margin-top: 15px;
  }
  .chapter-panel.panel-04 .item-panel-tit {
    font-size: 18px;
    letter-spacing: 0;
  }
  .chapter-panel.panel-04 .item-panel-pic {
    display: inline-block;
    width: 50%;
  }
  .chapter-panel.panel-04 .item-panel-cont {
    display: inline-block;
    width: 50%;
    padding: 20px 30px;
  }
  .chapter-panel.panel-05 {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
  }
  .chapter-panel.panel-05 ul {
    margin-left: -1%;
    margin-right: -1%;
  }
  .chapter-panel.panel-05 li {
    width: 48%;
    margin: 0 1% 2%;
  }
  .chapter-panel.panel-05 li:first-child {
    margin-left: 1%;
  }
  .chapter-panel.panel-06 {
    margin-top: 20px;
  }
  .chapter-panel.panel-06 li {
    width: 32%;
    margin-left: 1.5%;
    border-radius: 10px;
  }
  .chapter-panel.panel-06 .item-panel-cont {
    padding: 15px 10px;
  }
  .chapter-panel.panel-06 .item-panel-detail {
    text-align: center;
  }
  .page-tips {
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .chapter-panel.panel-04 .item-panel-cont {
    padding: 15px;
  }
  .chapter-panel.panel-04 .item-panel-link {
    margin-top: 10px;
  }
  .chapter-panel.panel-04 .item-panel-detail {
    line-height: 1.3;
  }
  .chapter-panel.panel-04 .item-panel-tit {
    line-height: 1.2;
  }
  .chapter-panel.panel-04 .item-panel.panel-qrcode.m .item-panel-detail {
    display: none;
  }
  .chapter-panel.panel-06 {
    margin-top: 15px;
  }
  .chapter-panel.panel-06 li {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-top: 15px;
  }
  .chapter-panel.panel-06 li:first-child {
    margin-top: 0;
  }
  .chapter-panel.panel-06 .item-panel-pic {
    width: 40%;
  }
  .chapter-panel.panel-06 .item-panel-cont {
    padding: 15px 10px;
  }
  .chapter-panel.panel-06 .item-panel-detail {
    text-align: center;
  }
  .chapter-panel.panel-06 .item-panel.panel-bg-03 .item-panel-detail {
    display: none;
  }
}
@media (max-width: 480px) {
  .chapter {
    margin-bottom: 20px;
  }
  .chapter .chapter-tit h3 {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    padding-top: 10px;
  }
  .chapter-panel.panel-01 .item-panel-cont,
  .chapter-panel.panel-02 .item-panel-cont {
    padding: 20px 20px 25px;
  }
  .chapter-panel.panel-03 .item-panel-cont {
    padding: 15px 0;
  }
  .chapter-panel.panel-03 .item-panel.reverse .item-panel-cont {
    padding: 15px 0;
  }
  .chapter-panel.panel-04 ul {
    display: block;
  }
  .chapter-panel.panel-04 li {
    float: none;
    width: auto;
    margin: 15px 0 0;
  }
  .chapter-panel.panel-04 li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .chapter-panel.panel-04 .item-panel-pic {
    display: block;
    width: auto;
  }
  .chapter-panel.panel-04 .item-panel-cont {
    display: block;
    width: auto;
    padding: 20px 20px 25px;
  }
  .chapter-panel.panel-04 .item-panel-tit {
    text-align: center;
    line-height: inherit;
  }
  .chapter-panel.panel-04 .item-panel-detail {
    line-height: 1.4;
    min-height: auto;
    text-align: center;
  }
  .chapter-panel.panel-04 .item-panel-link {
    margin-top: 15px;
  }
  .chapter-panel.panel-04 .item-panel-link a {
    margin-left: auto;
    margin-right: auto;
  }
  .chapter-panel.panel-04 .item-panel.panel-qrcode.m .item-panel-detail {
    display: block;
  }
  .chapter-panel.panel-05 li {
    width: 100%;
    margin: 15px 0 0;
  }
  .chapter-panel.panel-05 li:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .chapter-panel.panel-06 .item-panel-pic {
    width: 180px;
  }
}
@media (max-width: 375px) {
  .chapter-panel .item-panel-date,
  .chapter-panel.panel-04 .item-panel-date {
    left: 15px;
    top: 5px;
  }
}
.tab-citylists {
  margin-bottom: 30px;
}
.tab-citylists ul {
  font-size: 0;
  text-align: center;
}
.tab-citylists li {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 70px;
  margin-left: 40px;
  line-height: 70px;
  font-size: 24px;
  color: #f31a18;
  border-radius: 70px;
  overflow: hidden;
  letter-spacing: 1px;
  background: #fcf4c2;
  cursor: pointer;
}
.tab-citylists li:first-child {
  margin-left: 0;
}
.tab-citylists li img {
  width: 100%;
}
.tab-citylists li strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 100%;
}
.tab-citylists li.on {
  color: #f8ea84;
  background-image: -moz-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
  background-image: -webkit-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
  background-image: -ms-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
}
.tab-citylists li.on img {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .tab-citylists {
    margin-bottom: 30px;
  }
  .tab-citylists li {
    width: 30.33%;
    margin: 0 1.5%;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
  }
  .tab-citylists li:first-child {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .tab-citylists {
    margin-bottom: 20px;
  }
  .tab-citylists li {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 480px) {
  .tab-citylists {
    margin-bottom: 15px;
  }
  .tab-citylists li {
    width: 31.33%;
    margin: 0 1%;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
  .tab-citylists li:first-child {
    margin-left: 1%;
  }
}
/* 城市列表筛选 */
.box-airlines {
  background: #fff;
}
.box-citylist {
  background: #fff;
  padding: 25px 50px 0;
  text-align: center;
}
.box-citylist-tit {
  font-size: 30px;
  line-height: 1.5;
  color: #c0271c;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-citylist-tit strong {
  font-weight: bold;
  font-size: 32px;
}
.box-citylist span {
  font-size: 16px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.box-citylist .box-select {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  background: #ffebc0;
  border-radius: 5px;
  padding: 0 20px;
  margin-right: 15px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.box-citylist .box-select input {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 0;
  background: url('../images/arr-b.png') right center no-repeat;
  outline: none;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.box-citylist .box-select ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  background: #ffebc0;
  z-index: 99;
  padding: 5px 0;
  display: none;
}
.box-citylist .box-select ul li {
  padding: 5px 25px;
  font-size: 16px;
  cursor: pointer;
}
.box-citylist .box-select ul li:hover {
  background: #fff5df;
  color: #da4135;
}
.box-citylist .box-select ul li.active {
  background: #fff5df;
  color: #da4135;
}
.box-citylist .box-select.on input {
  background-image: url('../images/arr-t.png');
}
.box-citylist .box-select.on ul {
  display: block;
}
.box-citylist .box-select select {
  border: 0;
  outline: none;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333;
  background: #f7e7c0;
}
@media screen and (max-width: 1024px) {
  .box-citylist {
    padding: 25px 20px 0;
  }
  .box-citylist-tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .box-citylist-tit strong {
    font-size: 28px;
  }
  .box-citylist .box-select {
    width: 160px;
  }
  .box-citylist .box-select select,
  .box-citylist .box-select input {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .box-citylist {
    /* margin-bottom: 10px; */
  }
  .box-citylist-tit {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .box-citylist-tit strong {
    font-size: 24px;
  }
  .box-citylist span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .box-citylist .box-select {
    margin: 0 5px;
    padding: 0 15px;
  }
  .box-citylist .box-select select,
  .box-citylist .box-select input {
    font-size: 14px;
  }
  .box-citylist .box-select ul li {
    font-size: 14px;
    padding: 5px 15px;
  }
}
@media (max-width: 480px) {
  .box-citylist {
    padding: 15px 10px 0;
  }
  .box-citylist-tit {
    font-size: 18px;
  }
  .box-citylist-tit strong {
    font-size: 22px;
  }
  .box-citylist .box-select {
    width: 120px;
    margin: 0 3px;
    padding: 0 10px;
  }
}
/* 航班信息列表样式 */
.tabledivs {
  padding: 20px 50px 30px;
  background: #fff;
}
.tabledivs .tablediv {
  display: none;
  background: #fff;
}
.tabledivs .tablediv.on {
  display: block;
}
.tabletddiv {
  max-height: 252px;
  overflow-x: hidden;
}
.tableth {
  padding-right: 10px;
  background: #c0271c;
}
.tableth th {
  color: #333;
  background: #c0271c;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.tabletd td {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  _zoom: 1;
  height: 42px;
  vertical-align: middle;
  text-align: center;
}
.tabletd td a {
  display: inline-block;
  width: 132px;
  height: 30px;
  border: 1px solid #c90a15;
  color: #c90b15;
  border-radius: 50px;
  line-height: 30px;
  font-size: 16px;
}
.tabletd td a:hover {
  background: #c90b15;
  color: #fff;
}
.tabletd td.add span {
  float: left;
  width: 30%;
  text-align: center;
  line-height: 42px;
  display: inline-block;
}
.tabletd td.add span.sc {
  width: 40%;
  background: url(../images/icon1.png) no-repeat center;
  height: 42px;
}
.tabletd td.add span.sl {
  text-align: right;
}
.tabletd td.add span.sr {
  text-align: left;
}
.tabletd .color td {
  background: #fef5f6;
}
.table-tips {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .tabledivs {
    padding: 20px 20px 30px;
  }
  .tableth {
    padding-right: 0;
  }
  .tableth th {
    line-height: 1.2;
    height: auto;
    padding: 10px 0;
  }
  .tabletd td {
    font-size: 14px;
    height: auto;
    padding: 5px 0;
  }
  .tabletd td a {
    width: 80%;
    font-size: 12px;
  }
  .tabletd td.add span {
    width: 40%;
  }
  .tabletd td.add span.sc {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .tabledivs {
    padding: 15px;
  }
  .tabletddiv {
    max-height: 360px;
  }
  .tableth col {
    display: none;
  }
  .tableth th {
    font-size: 14px;
  }
  .tableth th.add {
    width: 20%;
  }
  .tableth th.num {
    width: 10%;
  }
  .tableth th.time {
    width: 40%;
  }
  .tableth th.price {
    width: 15%;
  }
  .tableth th.btn {
    width: 15%;
  }
  .tabletd col {
    display: none;
  }
  .tabletd td {
    height: auto;
    padding: 8px 0;
    font-size: 14px;
  }
  .tabletd td a {
    width: 2.5em;
    line-height: 1.2;
    height: 2.4em;
    border-radius: 5px;
    padding: 0.5em;
  }
  .tabletd td.add {
    width: 20%;
  }
  .tabletd td.add span {
    line-height: 1.2;
    height: auto;
    display: block;
    width: auto;
    float: none;
    text-align: center;
  }
  .tabletd td.add span.sc {
    height: 20px;
    background-size: auto 100%;
    display: block;
    width: 20px;
    margin: 3px auto;
  }
  .tabletd td.add span.sl {
    text-align: center;
  }
  .tabletd td.add span.sr {
    text-align: center;
  }
  .tabletd td.num {
    width: 10%;
  }
  .tabletd td.time {
    width: 40%;
  }
  .tabletd td.price {
    width: 15%;
  }
  .tabletd td.btn {
    width: 15%;
  }
  .table-tips {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .tabledivs {
    padding: 10px;
  }
  .tabletd td {
    font-size: 12px;
  }
}
