* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  font-family: 'FZLTZHUNHJW';
}
.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 {
  background: #f3f3f3;
}
.container {
  width: auto;
}
.chapter {
  background: #fff;
  padding: 70px 0;
}
.chapter .chapter-hd {
  text-align: center;
  margin-bottom: 30px;
}
.chapter .chapter-hd h3 {
  position: relative;
  font-size: 36px;
  color: #007fc5;
  font-family: '方正正粗黑简体';
  font-weight: bold;
}
.chapter .chapter-hd .line {
  margin-top: 10px;
  height: 10px;
  background: url('../images/line.png') center no-repeat;
}
.chapter .chapter-hd p {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1.75;
}
.chapter-tips {
  text-align: center;
  font-size: 16px;
  padding-top: 25px;
  line-height: 1.6;
}
.chapter-text {
  font-size: 16px;
  color: #333;
  line-height: 1.75;
}
.chapter-text .hot {
  color: #0662a5;
}
.chapter-text .break {
  word-break: break-all;
}
.introduce-text {
  padding: 30px 20px;
  background: url('../images/bg-05.jpg') center no-repeat;
}
.introduce-text p {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  color: #0662a5;
  font-weight: bold;
}
.introduce-text p .hot {
  font-weight: bold;
}
.introduce-text p span {
  color: #007fc5;
}
.introduce-text p span:first-child {
  margin-left: 0;
}
.introduce-text .icon-arr {
  display: block;
  margin: 8px auto 0;
  width: 12px;
  height: 7px;
  background: url('../images/icon-arr.png') center no-repeat;
}
.chapter-01 {
  background: #f3f0e9 url('../images/bg-01.jpg') center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-top: 0;
}
.chapter-02 {
  background: #e9e4db url('../images/bg-02.jpg') center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-03 {
  background: #e1e8ee url('../images/bg-03.jpg') center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-03 .chapter-hd {
  margin-bottom: 0;
}
.chapter-03 .chapter-hd h3 {
  color: #fff;
}
.chapter-03 .chapter-hd .line {
  background-image: url('../images/line-w.png');
}
.chapter-03 .chapter-hd p {
  color: #fff;
}
.chapter-04 {
  background: #f8f8f8;
}
.chapter-05 {
  background: #e0e8ed;
}
.chapter-06 {
  background: #f5f7f7 url('../images/bg-04.jpg') center top no-repeat;
}
.chapter-06 .chapter-hd h3 {
  color: #222;
}
.chapter-06 .chapter-hd p {
  font-size: 16px;
}
.list-airport {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.list-airport .list-airport-hd {
  margin-left: -1%;
  margin-right: -1%;
}
.list-airport .item-airport {
  float: left;
  width: 23%;
  margin: 1% 1%;
  background: #fff;
}
.list-airport .item-airport .item-airport-pic {
  position: relative;
}
.list-airport .item-airport .item-airport-pic img {
  width: 100%;
}
.list-airport .item-airport .item-airport-name {
  position: absolute;
  left: 1.25em;
  top: 50%;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  margin-top: -1.5em;
}
.list-airport .item-airport .item-airport-info {
  position: relative;
  padding: 20px 25px;
  cursor: pointer;
}
.list-airport .item-airport .item-airline-city strong {
  font-size: 18px;
  color: #0662a6;
  vertical-align: middle;
}
.list-airport .item-airport .item-airline-city .icon-plane {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 25px;
  height: 19px;
  background: url('../images/icon-plane.png') center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.list-airport .item-airport .item-airline-schedule {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -0.6em;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.list-airport .list-airport-bd {
  text-align: center;
  margin-top: 10px;
}
.list-airport .chapter-tips {
  padding-top: 5px;
}
.list-airport .list-airport-text {
  text-align: center;
  font-size: 18px;
  color: #007fc5;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.6;
}
.list-airport .btn-buy {
  display: block;
  margin: 25px auto 0;
  font-size: 18px;
  color: #fff;
  background: #0188d2;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.list-airport .btn-buy.m {
  display: none;
}
.box-courtesy {
  background: #fff;
  padding: 35px;
}
.box-courtesy .item-courtesy {
  margin-top: 30px;
}
.box-courtesy .item-courtesy:first-child {
  margin-top: 0;
}
.box-courtesy .item-courtesy .item-courtesy-tit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.chapter-02 .btn-join {
  display: block;
  margin: 25px auto 0;
  font-size: 18px;
  color: #fff;
  background: #c37f17;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.box-table {
  margin: 0 auto;
}
.box-table table {
  width: 100%;
  border-collapse: collapse;
}
.box-table th,
.box-table td {
  color: #333;
  text-align: center;
  border: 1px solid #e7e7e7;
  font-weight: normal;
  padding: 8px 5px;
  line-height: 1.4;
}
.box-table th {
  font-size: 20px;
}
.box-table td {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.box-table td em {
  font-size: 12px;
  font-style: normal;
  display: inline-block;
}
.box-table td.color {
  background: #f8f0e5;
  font-weight: bold;
  border-bottom-color: #ddd;
}
.box-table td.bg {
  background: #f7f7f7;
}
.box-table tr {
  background: #fff;
}
.box-table tr.bg {
  background: #f7f7f7;
}
.box-table tr:first-child th {
  font-size: 22px;
  color: #fff;
  background: #c37f17;
}
.box-table .break {
  word-break: break-all;
}
.box-table a {
  display: block;
  margin: 10px auto 0;
  font-size: 14px;
  color: #fff;
  background: #c37f17;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.box-table.table-01 td:first-child {
  text-align: left;
}
.table-tab-tips {
  padding: 20px 0;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.box-package {
  position: relative;
}
.box-package .item-package-l {
  background: #fff;
  margin-right: 320px;
}
.box-package .item-package-r {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 300px;
  padding: 0 25px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-package .item-package-r .box-discount {
  padding-left: 15px;
  padding-right: 5px;
}
.box-package .item-package-row {
  display: table;
  width: 100%;
  padding: 40px 25px 40px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-package .item-package-col {
  display: table-cell;
  width: 33.33%;
  vertical-align: middle;
}
.box-package .item-package-col.bg {
  background: #f8f0e5;
}
.box-package .item-package-col.col-01 {
  width: 35%;
}
.box-package .item-package-col.col-02 {
  width: 40%;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-package .item-package-col.col-03 {
  width: 25%;
}
.box-discount {
  position: relative;
  display: table;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1d5ab), color-stop(48%, #f4e2c9), color-stop(100%, #f8dfb9), to(#efd2a6));
  background-image: -webkit-linear-gradient(left, #f1d5ab 0%, #f4e2c9 48%, #f8dfb9 100%, #efd2a6 100%);
  background-image: -o-linear-gradient(left, #f1d5ab 0%, #f4e2c9 48%, #f8dfb9 100%, #efd2a6 100%);
  background-image: linear-gradient(90deg, #f1d5ab 0%, #f4e2c9 48%, #f8dfb9 100%, #efd2a6 100%);
  background-image: -webkit-linear-gradient(0deg, #f1d5ab 0%, #f4e2c9 48%, #f8dfb9 100%, #efd2a6 100%);
  background-image: -ms-linear-gradient(0deg, #f1d5ab 0%, #f4e2c9 48%, #f8dfb9 100%, #efd2a6 100%);
  padding-right: 15px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
.box-discount::before,
.box-discount::after {
  content: '';
  position: absolute;
  left: 60%;
  z-index: 2;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.box-discount::before {
  top: -8px;
}
.box-discount::after {
  bottom: -8px;
}
.box-discount:first-child {
  margin-top: 0;
}
.box-discount .item-discount-tag {
  position: absolute;
  right: -10px;
  top: 0;
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background: #c37f17;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: -10px;
}
.box-discount .item-discount-col {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  height: 100px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box-discount .item-discount-col:first-child {
  text-align: center;
}
.box-discount .item-discount-price {
  position: relative;
  display: inline-block;
  color: #c37f17;
  font-size: 50px;
  line-height: 1.1;
  padding-right: 15px;
}
.box-discount .item-discount-price span {
  position: absolute;
  right: 3px;
  bottom: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #c37f17;
  color: #fff;
  border: 2px solid #f5e5cd;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  line-height: 20px;
  font-size: 14px;
}
.box-discount .item-discount-text {
  line-height: 1.24;
}
.box-discount .item-discount-text strong {
  display: block;
  font-size: 18px;
  color: #c37f17;
  font-weight: bold;
}
.box-discount .item-discount-text span {
  display: block;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.discount-tips {
  text-align: center;
  margin-top: 25px;
  color: #999;
  font-size: 14px;
}
.discount-text {
  font-size: 18px;
  color: #e02121;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 55px;
}
.discount-group {
  margin-top: 40px;
}
.discount-group:first-child {
  margin-top: 0;
}
.discount-group p {
  font-size: 16px;
}
.discount-group .hot {
  color: #c37f17;
}
.discount-group.discount-price {
  color: #c37f17;
}
.discount-group.discount-price p {
  color: #999;
  font-size: 14px;
}
.discount-group.discount-price strong {
  font-size: 52px;
  font-weight: bold;
}
.discount-group.discount-price span {
  font-size: 22px;
  font-weight: bold;
}
.box-qrocde {
  text-align: center;
}
.box-qrocde img {
  max-width: 100%;
}
.box-qrocde p {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.box-equity {
  font-size: 0;
  width: 100%;
  overflow: hidden;
}
.box-equity .box-equity-inner {
  margin-left: -2.5%;
  margin-right: -2.5%;
}
.box-equity .item-equity {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  font-size: 14px;
  background: #fff;
  padding: 45px 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2% 2.5%;
  min-height: 298px;
}
.box-equity .item-equity .item-equity-hd {
  font-size: 26px;
  font-family: '方正正粗黑简体';
  margin-bottom: 20px;
}
.box-equity .item-equity .item-equity-hd em {
  font-weight: bold;
  color: #0662a5;
  margin-right: 5px;
}
.box-equity .item-equity .item-equity-hd strong {
  color: #333;
  font-weight: bold;
}
.box-equity .item-equity .item-equity-bd .chapter-text {
  color: #666;
  font-size: 14px;
}
.box-equity .item-equity .item-equity-bd .chapter-text p {
  margin-top: 5px;
}
.box-equity .item-equity .item-equity-bd .chapter-text p:first-child {
  margin-top: 0;
}
.box-equity .item-equity.lg {
  width: auto;
  margin-bottom: 0;
  min-height: auto;
}
.box-travel {
  font-size: 0;
}
.box-travel .item-travel-l {
  display: inline-block;
  vertical-align: middle;
  width: 48.35%;
  margin-right: 3.3%;
}
.box-travel .item-travel-r {
  display: inline-block;
  vertical-align: middle;
  width: 48.35%;
}
.box-travel .item-travel {
  position: relative;
}
.box-travel .item-travel.travel-02 {
  margin-bottom: 38px;
}
.box-travel .item-travel img {
  width: 100%;
}
.box-travel .item-travel p {
  width: 100%;
  background: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 15px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-food .item-food {
  font-size: 0;
  margin-top: 25px;
  padding: 4% 7%;
  background: #fff;
}
.list-food .item-food:first-child {
  margin-top: 0;
}
.list-food .item-food .item-food-pic {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.list-food .item-food .item-food-info {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-left: 7%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-food .item-food .item-food-tit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.list-food .item-food .chapter-text {
  color: #666;
}
.list-food .item-food.reverse {
  direction: rtl;
}
.list-food .item-food.reverse .item-food-pic,
.list-food .item-food.reverse .item-food-info {
  direction: ltr;
}
.list-food .item-food.reverse .item-food-info {
  padding-right: 7%;
  padding-left: 0;
}
.list-food .swiper-slide img {
  max-width: 100%;
}
.list-food .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.list-food .swiper-pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  opacity: 0.55;
}
.list-food .swiper-pagination .swiper-active-switch {
  opacity: 1;
}
.tab-box .tab-list {
  display: table;
  width: 100%;
  text-align: center;
  background: #c37f17;
}
.tab-box .tab-list li {
  display: table-cell;
  width: 14.285%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}
.tab-box .tab-list li.on {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  color: #c37f17;
}
.tab-box .tab-panel {
  background: #fff;
  padding: 35px 50px;
}
.tab-box .tab-panel .tab-item {
  display: none;
  font-size: 0;
}
.tab-box .tab-panel .tab-item.on {
  display: block;
}
.tab-box .tab-panel .tab-item > div {
  display: inline-block;
  width: 19%;
  margin: 1% 0.5%;
  font-size: 16px;
  text-align: center;
  padding: 10px 5px;
  background: #f8eedf;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  color: #333;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-box .tab-panel .tab-item > div span {
  display: inline-block;
  margin: 0 10px;
  width: 15px;
  height: 9px;
  background: url('../images/icon-plane02.png') center no-repeat;
}
.tab-box .tab-panel .tab-item > div.new {
  position: relative;
}
.tab-box .tab-panel .tab-item > div.new::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 5px;
  width: 29px;
  height: 10px;
  background: url('../images/icon-new.png') center no-repeat;
}
/*订票框*/
.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 .tab-container {
    max-width: 1000px;
  }
  .bookingBox .tit {
    max-width: 1000px;
  }
  .bookingBox .tit span {
    width: 200px;
    background-position: 200px center;
  }
  .bookingBox .container {
    width: 1000px;
  }
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    padding: 0 10px;
  }
  .chapter-06 .chapter-hd p {
    padding: 0 10px;
  }
}
@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 {
    padding: 50px 0;
  }
  .chapter .chapter-hd {
    margin-bottom: 20px;
  }
  .chapter .chapter-hd h3 {
    font-size: 30px;
  }
  .chapter .chapter-hd p {
    font-size: 16px;
  }
  .introduce-text {
    background-color: #fff;
    background-position: center bottom;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .introduce-text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .chapter-01 {
    padding-top: 0;
  }
  .chapter-tips {
    padding-top: 20px;
    font-size: 14px;
  }
  .list-airport .list-airport-hd {
    margin: 1% -1.5%;
  }
  .list-airport .item-airport {
    width: 30.33%;
    margin: 1% 1.5%;
  }
  .list-airport .item-airport .item-airport-name {
    left: 1.5em;
    font-size: 18px;
  }
  .list-airport .item-airport .item-airport-info {
    padding: 10px 20px;
    text-align: center;
  }
  .list-airport .item-airport .item-airline-city {
    margin-bottom: 5px;
  }
  .list-airport .item-airport .item-airline-city strong {
    font-size: 20px;
  }
  .list-airport .item-airport .item-airline-schedule {
    position: static;
    margin-top: 0;
    text-align: center;
  }
  .box-courtesy {
    padding: 25px;
  }
  .box-courtesy .item-courtesy {
    margin-top: 20px;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    font-size: 20px;
  }
  .chapter-02 .btn-join {
    margin-top: 15px;
    width: 240px;
    height: 44px;
    line-height: 44px;
  }
  .box-table th {
    font-size: 18px;
  }
  .box-table tr:first-child th {
    font-size: 20px;
  }
  .list-airport .list-airport-text {
    font-size: 16px;
  }
  .list-airport .btn-buy {
    width: 240px;
    height: 44px;
    line-height: 44px;
  }
  .box-package .item-package-l {
    margin-right: auto;
  }
  .box-package .item-package-r {
    position: static;
    width: auto;
    margin-top: 20px;
    padding: 20px 25px;
  }
  .box-package .item-package-r .box-discount {
    max-width: 35%;
    margin: 20px auto 0;
  }
  .box-discount .item-discount-price {
    font-size: 44px;
  }
  .box-discount .item-discount-price span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .discount-group.discount-price strong {
    font-size: 44px;
  }
  .discount-group.discount-price span {
    font-size: 20px;
  }
  .discount-text {
    margin-top: 0;
    font-size: 16px;
  }
  .discount-tips {
    margin-top: 20px;
  }
  .box-equity .item-equity {
    padding: 30px 35px;
    min-height: 280px;
    margin: 1% 1.5%;
    width: 47%;
  }
  .box-equity .item-equity.lg {
    min-height: auto;
    width: auto;
  }
  .box-equity .item-equity .item-equity-hd {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .box-travel .item-travel p {
    width: 100%;
    padding: 15px 15px;
  }
  .box-travel .item-travel.travel-02 {
    margin-bottom: 35px;
  }
  .list-food .item-food .item-food-tit {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .tab-box .tab-panel {
    padding: 25px 30px;
  }
  .tab-box .tab-panel .tab-item > div {
    width: 32.33%;
    font-size: 14px;
  }
}
@media screen and (max-width: 875px) {
  .box-travel .item-travel.travel-02 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .chapter {
    padding: 30px 0;
  }
  .chapter .chapter-hd {
    margin-bottom: 15px;
  }
  .chapter .chapter-hd .line {
    margin-top: 8px;
  }
  .chapter .chapter-hd h3 {
    font-size: 24px;
  }
  .chapter .chapter-hd p {
    font-size: 14px;
    margin-top: 10px;
  }
  .chapter-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .chapter-01 {
    padding-top: 0;
  }
  .introduce-text {
    padding: 20px 15px;
  }
  .introduce-text p {
    font-size: 14px;
  }
  .list-airport .list-airport-hd {
    margin: 10px -1.5%;
  }
  .list-airport .item-airport {
    width: 47%;
  }
  .list-airport .item-airport .item-airport-name {
    font-size: 16px;
  }
  .list-airport .item-airport .item-airline-city strong {
    font-size: 16px;
  }
  .list-airport .item-airport .item-airline-city .icon-plane {
    width: 24px;
    height: 14px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .list-airport .item-airport .item-airport-info {
    padding: 10px 15px;
  }
  .list-airport .list-airport-text {
    padding: 0 15px;
  }
  .list-airport .btn-buy {
    font-size: 16px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .box-courtesy {
    padding: 15px;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .chapter-02 .btn-join {
    font-size: 16px;
    width: 200px;
    height: 40px;
    line-height: 40px;
  }
  .box-table th {
    font-size: 16px;
  }
  .box-table td {
    font-size: 14px;
    padding: 5px 8px;
  }
  .box-table tr:first-child th {
    font-size: 16px;
  }
  .box-table a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .box-package .item-package-r {
    padding: 20px 15px;
  }
  .box-package .item-package-r .box-discount {
    max-width: 280px;
  }
  .box-package .item-package-row {
    display: block;
    padding: 30px 15px 20px;
  }
  .box-package .item-package-col {
    display: block;
  }
  .box-package .item-package-col.col-01,
  .box-package .item-package-col.col-02,
  .box-package .item-package-col.col-03 {
    width: auto;
    padding: 0;
  }
  .box-package .item-package-col.col-02 {
    margin: 15px auto;
    text-align: center;
  }
  .box-package .item-package-col.col-03 {
    padding: 20px 0;
  }
  .box-discount {
    max-width: 280px;
    width: 70%;
    margin: 20px auto 0;
  }
  .box-discount .item-discount-price {
    font-size: 38px;
  }
  .box-discount .item-discount-price span {
    font-size: 10px;
  }
  .box-discount .item-discount-col {
    height: 90px;
  }
  .box-discount .item-discount-text strong {
    font-size: 16px;
  }
  .discount-group {
    margin-top: 15px;
  }
  .discount-group p {
    font-size: 14px;
  }
  .discount-group.discount-price strong {
    font-size: 36px;
  }
  .discount-group.discount-price span {
    font-size: 18px;
  }
  .discount-tips {
    margin-top: 15px;
  }
  .box-qrocde img {
    width: 110px;
  }
  .box-qrocde p {
    margin-top: 10px;
    font-size: 14px;
  }
  .box-equity .box-equity-inner {
    margin: 0;
  }
  .box-equity .item-equity {
    display: block;
    width: auto;
    margin: 15px auto 0;
    min-height: auto;
    padding: 20px 25px;
  }
  .box-equity .item-equity:first-child {
    margin-top: 0;
  }
  .box-equity .item-equity .item-equity-hd {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .box-equity .item-equity .item-equity-bd .chapter-text p {
    margin-top: 5px;
  }
  .box-travel .item-travel-l {
    display: block;
    width: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .box-travel .item-travel-r {
    display: block;
    width: auto;
  }
  .box-travel .item-travel.travel-02 {
    margin-bottom: 15px;
  }
  .box-travel .item-travel p {
    position: static;
    font-size: 14px;
  }
  .list-food .item-food {
    padding: 20px 15px;
  }
  .list-food .item-food .item-food-pic {
    display: block;
    width: auto;
  }
  .list-food .item-food .item-food-info {
    margin-top: 10px;
    display: block;
    width: auto;
    padding-left: 0;
  }
  .list-food .item-food .item-food-tit {
    font-size: 16px;
    text-align: center;
  }
  .list-food .item-food.reverse .item-food-info {
    padding-right: 0;
  }
  .list-food .swiper-slide img {
    width: 100%;
    max-width: none;
  }
  .chapter-tips {
    padding-top: 15px;
  }
  .tab-box .tab-list li {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
  }
  .tab-box .tab-list li.on {
    font-size: 16px;
  }
  .tab-box .tab-panel {
    padding: 20px 15px;
  }
  .tab-box .tab-panel .tab-item > div {
    width: 47%;
    margin: 1% 1.5%;
  }
  .chapter-06 .chapter-hd p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  .chapter {
    padding: 25px 0;
  }
  .chapter .chapter-hd h3 {
    font-size: 20px;
  }
  .list-airport .list-airport-text {
    font-size: 14px;
  }
  .box-courtesy {
    padding: 10px;
  }
  .box-courtesy .item-courtesy {
    margin-top: 15px;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
  }
  .box-table th {
    font-size: 14px;
  }
  .box-table td {
    font-size: 12px;
    padding: 5px;
  }
  .box-table tr:first-child th {
    font-size: 14px;
  }
  .box-table a {
    width: 70px;
  }
  .table-tab-tips {
    padding: 10px 0;
  }
  .box-discount {
    width: 90%;
  }
  .box-discount .item-discount-col {
    height: 85px;
  }
  .discount-group.discount-price strong {
    font-size: 30px;
  }
  .discount-group.discount-price span {
    font-size: 16px;
  }
  .discount-text {
    font-size: 14px;
  }
  .box-package .item-package-r .box-discount {
    margin-top: 15px;
  }
  .box-equity .item-equity {
    padding: 20px;
  }
  .box-equity .item-equity .item-equity-hd {
    font-size: 16px;
  }
  .box-travel .item-travel p {
    padding: 10px 15px;
  }
  .tab-box .tab-list li.on {
    font-size: 14px;
  }
  .tab-box .tab-panel {
    padding: 15px 10px;
  }
  .tab-box .tab-panel .tab-item > div {
    font-size: 12px;
    margin: 5px 1.5%;
  }
  .tab-box .tab-panel .tab-item > div span {
    margin: 0 3px;
  }
  .tab-box .tab-panel .tab-item > div.new::before {
    left: 5px;
    top: 0;
  }
}
@media screen and (max-width: 375px) {
  .introduce-text p br {
    display: none;
  }
  .list-airport .list-airport-hd {
    margin: 15px auto 0;
  }
  .list-airport .item-airport {
    float: none;
    width: auto;
    margin: 10px auto 0;
  }
  .list-airport .item-airport:first-child {
    margin-top: 0;
  }
  .list-airport .item-airport .item-airport-info {
    text-align: left;
  }
  .list-airport .item-airport .item-airline-city {
    margin-bottom: 0;
  }
  .list-airport .item-airport .item-airline-schedule {
    position: absolute;
    right: 15px;
    margin-top: -0.6em;
  }
}
.popup-list-airline .popup-box-bd {
  padding: 0;
}
.popup-list-airline .box-table table {
  display: none;
}
.popup-list-airline .box-table table.on {
  display: table;
}
@media screen and (max-width: 1024px) {
  .popup-list-airline .popup-box {
    width: 80%;
    left: 10%;
    margin-left: auto;
    margin-top: auto;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .popup-list-airline .btn-close {
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .popup-list-airline .popup-box {
    width: 90%;
    left: 5%;
  }
  .popup-list-airline .btn-close {
    right: -3px;
    top: -2px;
    width: 25px;
    height: 25px;
    background-position: -106px -160px;
  }
}
.box-table-panel {
  margin-top: 20px;
  display: table;
  width: 100%;
  background: #f7fcff;
}
.box-table-panel .table-panel-group {
  position: relative;
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 50px 3.5%;
}
.box-table-panel .table-panel-group::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 74px;
  margin-top: -37px;
  background: #f2f0ed;
}
.box-table-panel .table-panel-group:first-child::before {
  display: none;
}
.box-table-panel .item-group-inner {
  display: table;
  width: 100%;
  text-align: left;
}
.box-table-panel .item-group-info {
  display: table-cell;
  vertical-align: middle;
}
.box-table-panel .item-group-num {
  display: table-cell;
  width: 80px;
  font-size: 44px;
  font-weight: bold;
  color: #c37f17;
  vertical-align: middle;
}
.box-table-panel .item-group-tit {
  font-size: 24px;
  font-weight: bold;
  color: #c37f17;
}
.box-table-panel .item-group-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .box-table-panel .table-panel-group {
    padding: 20px 22px;
  }
  .box-table-panel .item-group-tit {
    font-size: 22px;
  }
  .box-table-panel .item-group-num {
    font-size: 32px;
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .box-table-panel .table-panel-group {
    padding: 15px 15px;
  }
  .box-table-panel .item-group-tit {
    font-size: 18px;
  }
  .box-table-panel .item-group-num {
    font-size: 28px;
    width: 45px;
  }
  .box-table-panel .item-group-text {
    margin-top: 3px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .box-table-panel {
    display: block;
    padding: 10px 0;
  }
  .box-table-panel .table-panel-group {
    display: block;
    width: auto;
    padding: 7px 15px;
  }
  .box-table-panel .table-panel-group::before {
    display: none;
    height: 1px;
    width: 90%;
    left: 5%;
    top: 0;
    margin-top: 0;
  }
  .box-table-panel .item-group-tit {
    padding-bottom: 5px;
    border-bottom: 1px solid #e06c39;
  }
  .box-table-panel .item-group-num {
    font-size: 20px;
    width: 1.8em;
    vertical-align: top;
  }
  .box-table-panel .item-group-text {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .box-table-panel .item-group-tit {
    font-size: 16px;
  }
  .box-table-panel .item-group-num {
    font-size: 18px;
  }
}
