body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .pc {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.banner .phone {
  display: none;
}
.wrapper {
  overflow: hidden;
  padding-bottom: 8%;
  background: #eee7bb url('../images/bg-01.jpg') center top no-repeat;
}
.wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}
.chapter {
  margin-top: 5%;
}
.chapter:first-child {
  margin-top: 0;
}
.chapter .chapter-tit {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding: 12px 0 20px;
}
.chapter .chapter-tit h3 {
  position: relative;
  display: inline-block;
}
.chapter .chapter-tit h3:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 8px;
  z-index: 3;
  width: 62px;
  height: 80px;
  background: url('../images/icon-balloon-01.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter .chapter-tit strong {
  position: relative;
  display: block;
  font-size: 46px;
  letter-spacing: 1px;
  color: #333;
  width: 514px;
  height: 100px;
  line-height: 100px;
  background: url('../images/tit-bg-03.png') center no-repeat;
  -webkit-transform: rotate(-3.85deg);
  -moz-transform: rotate(-3.85deg);
  -ms-transform: rotate(-3.85deg);
  -o-transform: rotate(-3.85deg);
  transform: rotate(-3.85deg);
  font-family: '方正正粗黑简体';
  font-weight: bold;
  -webkit-text-stroke: 8px #fff;
}
.chapter .chapter-tit strong::before {
  content: attr(data-name);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-weight: bold;
}
.chapter .chapter-tit span {
  position: absolute;
  left: 43.5%;
  bottom: -20px;
  z-index: 2;
  font-size: 20px;
  color: #222320;
  font-family: 'MiSans';
  width: 340px;
  padding-top: 4px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  background: url('../images/tit-bg-02.png') center no-repeat;
}
.chapter .chapter-tit span:before {
  content: '';
  position: absolute;
  left: -75px;
  bottom: 0;
  width: 64px;
  height: 30px;
  background: url('../images/tit-arr.png') center no-repeat;
}
.chapter .chapter-cont {
  position: relative;
  background: #fff;
  padding: 5% 6.25%;
}
.chapter .chapter-cont:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #a9d36c;
  -webkit-transform: rotate(3.3deg);
  -moz-transform: rotate(3.3deg);
  -ms-transform: rotate(3.3deg);
  -o-transform: rotate(3.3deg);
  transform: rotate(3.3deg);
}
.chapter .chapter-cont:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff url('../images/bg-02.png') 80% center no-repeat;
}
.chapter .chapter-cont > div {
  position: relative;
  z-index: 2;
}
.chapter-03 .chapter-cont:before {
  background-color: #e6cd57;
}
.chapter-03 .chapter-cont:after {
  background-position: 80% top;
}
.box-row {
  font-size: 0;
}
.box-row .item-col {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
  margin-left: 7.9%;
  font-size: 14px;
}
.box-row .item-col:first-child {
  margin-left: 0;
}
.box-gifts .item-pic img {
  width: 100%;
  height: auto;
}
.box-gifts .item-cont {
  position: relative;
  padding: 20px 25px;
  background: #edf4e4;
}
.box-gifts .item-tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.box-gifts .item-detail {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.6;
}
.box-gifts .item-qrcode {
  margin: 0 auto;
  width: 185px;
  display: table;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.box-gifts .item-qrcode p {
  display: table-cell;
  padding: 24px 16px;
  width: 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  background: #a1d060;
  vertical-align: middle;
}
.box-gifts .item-qrcode div {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
}
.box-gifts .item-qrcode img {
  max-width: 110px;
}
.box-gifts .item-link {
  display: none;
}
.box-gifts .item-l .item-cont {
  padding-right: 235px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 160px;
}
.box-gifts .item-l .item-qrcode {
  position: absolute;
  right: 25px;
  top: 20px;
}
.box-gifts .item-gift-group {
  display: table;
  margin-top: 45px;
}
.box-gifts .item-gift-group:first-child {
  margin-top: 0;
}
.box-gifts .item-gift-group .item-pic {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.box-gifts .item-gift-group .item-cont {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.box-gifts .item-gift-group .item-qrcode {
  margin-top: 15px;
}
.box-panel {
  position: relative;
  margin-top: 6%;
  background: url('../images/bg-03.jpg') bottom left no-repeat;
  padding: 4.5%;
}
.mt-0 {
  margin-top: 0;
}
.item-panel {
  font-size: 0;
}
.item-panel .item-panel-pic {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
.item-panel .item-panel-pic img {
  width: 100%;
}
.item-panel .item-panel-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 59.9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6%;
}
.item-panel .item-panel-tit {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  background: url('../images/line-03.png') left bottom repeat-x;
}
.item-panel .item-panel-detail {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.item-panel .item-panel-detail a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.item-panel .red {
  color: #dd0000;
  font-weight: bold;
}
.item-panel .tips {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}
.item-panel .m-center {
  margin-top: 3px;
}
.item-panel .item-panel-link {
  margin-top: 4%;
}
.item-panel .item-panel-link a {
  display: block;
  width: 116px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #e83b38;
  color: #fff;
}
.item-panel .item-panel-qrcode {
  display: table;
  width: 185px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.item-panel .item-panel-qrcode p {
  display: table-cell;
  padding: 10px 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  background: #a1d060;
  vertical-align: middle;
}
.item-panel .item-panel-qrcode strong {
  display: table;
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}
.item-panel .item-panel-qrcode strong span {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.item-panel .item-panel-qrcode div {
  display: table-cell;
  background: #fff;
  vertical-align: middle;
}
.item-panel .item-panel-qrcode img {
  max-width: 130px;
}
.item-panel.panel-qrcode .item-panel-link .m {
  display: none;
}
.dot-line {
  position: absolute;
  right: 55px;
  bottom: 55px;
}
.dot-balloon {
  position: absolute;
  right: -15px;
  top: -20px;
}
.dot-trunk {
  position: absolute;
  left: -35px;
  bottom: -35px;
}
.tab-item {
  display: none;
}
.tab-item.active {
  display: block;
}
.tab-panel {
  margin-top: 4%;
}
.tab-panel .tab-list {
  margin-bottom: 20px;
}
.tab-panel .tab-list ul {
  font-size: 0;
  text-align: center;
}
.tab-panel .tab-list li {
  display: inline-block;
  padding: 0 25px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #222320;
  font-weight: bold;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  cursor: pointer;
  margin-left: 10px;
}
.tab-panel .tab-list li:first-child {
  margin-left: 0;
}
.tab-panel .tab-list li.on {
  background: #b7f25a;
}
.tab-panel .item-panel {
  display: none;
}
.tab-panel .item-panel.on {
  display: block;
}
.tab-panel2 .tab-list {
  margin-bottom: 30px;
}
.tab-panel2 .tab-list ul {
  font-size: 0;
  text-align: center;
}
.tab-panel2 .tab-list li {
  position: relative;
  display: inline-block;
  width: 22%;
  margin-left: 4%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #222320;
  overflow: hidden;
  letter-spacing: 1px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/tab-bg-03.png) center no-repeat;
}
.tab-panel2 .tab-list li:first-child {
  margin-left: 0;
}
.tab-panel2 .tab-list li.on {
  background-image: url('../images/tab-bg-04.png');
}
.tab-panel2 .tab-cont {
  display: none;
}
.tab-panel2 .tab-cont.on {
  display: block;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.box-group {
  position: relative;
  background: url(../images/bg-03.jpg) bottom left no-repeat;
  padding: 5% 7%;
  margin-top: 3%;
}
.box-group:first-child {
  margin-top: 0;
}
.item-group {
  font-size: 0;
}
.item-group.reverse {
  direction: rtl;
}
.item-group.reverse .item-group-pic,
.item-group.reverse .item-group-cont {
  direction: ltr;
}
.item-group.reverse .item-group-cont {
  padding-left: 0;
  padding-right: 6%;
}
.item-group .item-group-pic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.item-group .item-group-pic img {
  width: 100%;
  -webkit-box-shadow: 8px 8px 0 0 #9ec864;
  box-shadow: 8px 8px 0 0 #9ec864;
}
.item-group .item-group-tag {
  position: absolute;
  left: 0;
  top: 20px;
  padding-left: 15px;
  padding-right: 5px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  background: #fdef30;
}
.item-group .item-group-tag:after {
  content: '';
  position: absolute;
  right: -9px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url('../images/tab-tag.png') left center no-repeat;
}
.item-group .item-group-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 51.9%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6%;
}
.item-group .item-group-tit {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.item-group .item-group-grade {
  margin: 10px auto;
  font-size: 22px;
}
.item-group .item-group-grade .icon-star {
  display: inline-block;
  width: 28px;
  height: 21px;
  background: url('../images/icon-star.png') left center repeat-x;
}
.item-group .item-group-grade .icon-star.star2 {
  width: 56px;
}
.item-group .item-group-grade .icon-star.star3 {
  width: 84px;
}
.item-group .item-group-grade .icon-star.star4 {
  width: 112px;
}
.item-group .item-group-grade .icon-star.star5 {
  width: 140px;
}
.item-group .item-group-detail {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.item-group .item-group-detail strong {
  font-weight: bold;
  color: #333;
}
.slide-city {
  position: relative;
  padding-top: 3%;
  padding-bottom: 3%;
}
.slide-city .swiper-prev,
.slide-city .swiper-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 34px;
  margin-top: -17px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slide-city .swiper-prev {
  left: -40px;
  background-image: url('../images/arr-prev.png');
}
.slide-city .swiper-next {
  right: -40px;
  background-image: url('../images/arr-next.png');
}
.slide-city .swiper-container {
  padding: 10px 0;
}
.slide-city .swiper-pagination {
  margin-top: 10px;
  text-align: center;
}
.slide-city .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #7d8179;
  margin-left: 10px;
}
.slide-city .swiper-pagination .swiper-pagination-switch:first-child {
  margin-left: 0;
}
.slide-city .swiper-pagination .swiper-active-switch {
  background: #9ec864;
}
.dot-balloon2 {
  position: absolute;
  left: 5px;
  top: -15px;
  z-index: 2;
}
.dot-camera {
  position: absolute;
  right: -32px;
  top: -28px;
}
.dot-line2 {
  position: absolute;
  left: 30%;
  bottom: 40px;
}
.dot-juice {
  position: absolute;
  left: -28px;
  bottom: -40px;
}
.box-strategy {
  display: table;
  width: 100%;
}
.box-strategy .item-strategy-tit {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 370px;
  padding: 12px 0 20px;
}
.box-strategy .item-strategy-tit h4 {
  position: relative;
  display: inline-block;
  text-align: center;
}
.box-strategy .item-strategy-tit h4:after {
  content: '';
  position: absolute;
  right: -55px;
  top: 20px;
  z-index: 3;
  width: 92px;
  height: 68px;
  background: url('../images/tit-plane.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.box-strategy .item-strategy-tit strong {
  position: relative;
  display: block;
  font-size: 48px;
  letter-spacing: 1px;
  color: #333;
  width: 310px;
  height: 90px;
  line-height: 90px;
  background: url('../images/tit-bg-01.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transform: rotate(-3.85deg);
  -moz-transform: rotate(-3.85deg);
  -ms-transform: rotate(-3.85deg);
  -o-transform: rotate(-3.85deg);
  transform: rotate(-3.85deg);
  font-family: '方正正粗黑简体';
  font-weight: bold;
  -webkit-text-stroke: 8px #fff;
}
.box-strategy .item-strategy-tit strong::before {
  content: attr(data-name);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-weight: bold;
}
.box-strategy .item-strategy-tit span {
  position: absolute;
  left: 43.5%;
  bottom: -20px;
  z-index: 2;
  font-size: 22px;
  color: #222320;
  font-family: 'MiSans';
  width: 234px;
  padding-top: 4px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  background: url('../images/tit-bg-02.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.box-strategy .item-strategy-tit span:before {
  content: '';
  position: absolute;
  left: -75px;
  bottom: -10px;
  width: 64px;
  height: 30px;
  background: url('../images/tit-arr.png') center no-repeat;
}
.box-strategy .item-strategy-tit em {
  position: relative;
  left: -60px;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #222320;
}
.box-strategy .item-strategy-cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9%;
}
.box-strategy .item-strategy-detail p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.box-strategy .item-strategy-detail p strong {
  font-weight: bold;
  background: url('../images/line-03.png') left bottom repeat-x;
}
.page-tips {
  max-width: 1200px;
  margin: 30px auto;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #333;
}
.popup-motal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/kobg.png') left top repeat;
}
.popup-motal .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 800px;
  margin-left: -400px;
  background: #fff;
  margin-top: -290px;
  padding: 35px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-motal .popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('../images/close.png') center no-repeat;
  cursor: pointer;
}
.popup-motal .popup-box-hd {
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #222320;
  background: #94cf37;
}
.popup-motal .popup-box-bd {
  margin-top: 20px;
  max-height: 440px;
  overflow-y: auto;
  background: #f6f7f7;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-fly .popup-box-bd table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.popup-fly .popup-box-bd th {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 5px;
  font-weight: bold;
  border: 1px solid #fff;
  background: #94cf37;
  color: #222320;
}
.popup-fly .popup-box-bd td {
  font-size: 14px;
  line-height: 1.5;
  padding: 5px;
  border: 1px solid #ccc;
}
.box-discount {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.box-discount a {
  display: inline-block;
  margin-left: 20px;
  width: 180px;
  padding: 15px;
  color: #fff;
  text-align: center;
  background: #e83b38;
  font-size: 18px;
  cursor: pointer;
}
.box-discount a strong {
  font-weight: bold;
  display: block;
}
.box-discount a span {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
.box-discount a em {
  font-style: normal;
  font-size: 15px;
}
.box-discount a:first-child {
  margin-left: 0;
}
.popup-discount .popup-detail {
  font-size: 16px;
  line-height: 1.6;
}
.popup-discount .popup-detail h6 {
  margin-bottom: 5px;
  font-weight: bold;
}
.popup-discount .popup-detail p {
  margin-top: 3px;
}
.popup-discount .popup-detail .popup-tips {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}
.popup-yc .popup-box {
  margin-top: -140px;
}
.box-airline {
  font-size: 0;
  text-align: center;
}
.box-airline .item-airline {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  margin: 0.5%;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.box-airline .airline-hd {
  display: block;
  background: #fdef30;
  color: #333;
  padding: 10px 0;
  cursor: pointer;
}
.box-airline .airline-hd strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}
.box-airline .airline-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-airline .airline-bd {
  background: #ebf6ff;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}
.box-airline .airline-bd strong {
  font-size: 40px;
  color: #c00d0e;
  margin: 0 10px;
  font-weight: bold;
}
.airline-tips {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}
.box-sketch {
  text-align: center;
  font-size: 18px;
  color: #222320;
  line-height: 1.6;
  font-weight: bold;
}
.tab-sketch {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #222320;
  line-height: 1.6;
  font-weight: bold;
}
.tab-sketch p {
  display: none;
}
.tab-sketch p.active {
  display: block;
}
@media screen and (max-width: 1450px) {
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
  .wrapper {
    -webkit-background-size: 1600px auto;
    -o-background-size: 1600px auto;
    background-size: 1600px auto;
  }
  .wrapper .container {
    width: auto;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
  .banner .pc {
    width: 1400px;
    margin-left: -700px;
  }
  .wrapper {
    -webkit-background-size: 1400px auto;
    -o-background-size: 1400px auto;
    background-size: 1400px auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .wrapper {
    padding-top: 1px;
  }
  .wrapper .container {
    width: auto;
    padding: 0 5%;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .chapter:first-child {
    margin-top: 6%;
  }
  .chapter .chapter-tit h3:after {
    width: 54px;
    height: 67px;
  }
  .chapter .chapter-tit strong {
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    width: 470px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .chapter .chapter-tit span {
    bottom: -25px;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    width: 310px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .chapter .chapter-tit span:before {
    left: -60px;
    width: 52px;
    height: 24px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .chapter .chapter-cont:before {
    -webkit-transform: rotate(1.1deg);
    -moz-transform: rotate(1.1deg);
    -ms-transform: rotate(1.1deg);
    -o-transform: rotate(1.1deg);
    transform: rotate(1.1deg);
  }
  .box-row .item-col {
    display: block;
    width: auto;
    margin-left: auto;
  }
  .box-gifts .item-gift-group {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .box-gifts .item-l {
    margin-bottom: 20px;
  }
  .dot-balloon,
  .dot-trunk,
  .dot-balloon2,
  .dot-camera,
  .dot-juice,
  .dot-line2 {
    display: none;
  }
  .box-panel {
    padding: 5% 7%;
  }
  .item-panel .item-panel-pic {
    display: block;
    width: auto;
  }
  .item-panel .item-panel-cont {
    margin-top: 20px;
    display: block;
    width: auto;
    padding-left: 0;
  }
  .item-panel .item-panel-tit {
    display: block;
    background: none;
    margin-bottom: 15px;
    font-size: 22px;
  }
  .item-panel .item-panel-link {
    margin-top: 20px;
  }
  .item-panel .item-panel-qrcode {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-panel .tab-list li {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
  .tab-panel2 .tab-list li {
    width: 23.5%;
    margin-left: 2%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .item-group.reverse .item-group-cont {
    padding-right: 0;
  }
  .item-group .item-group-pic {
    display: block;
    width: auto;
    padding-right: 8px;
  }
  .item-group .item-group-cont {
    display: block;
    width: auto;
    padding-left: 0;
    margin-top: 20px;
  }
  .item-group .item-group-tag {
    font-size: 18px;
  }
  .item-group .item-group-tit {
    display: block;
    font-size: 22px;
  }
  .item-group .item-group-detail {
    font-size: 14px;
    margin-top: 10px;
  }
  .item-group .item-group-grade {
    margin: 8px auto;
    font-size: 16px;
  }
  .item-group .item-group-grade .icon-star {
    font-size: 21px;
    width: 1em;
    height: 16px;
    -webkit-background-size: auto 16px;
    -o-background-size: auto 16px;
    background-size: auto 16px;
  }
  .item-group .item-group-grade .icon-star.star2 {
    width: 2em;
  }
  .item-group .item-group-grade .icon-star.star3 {
    width: 3em;
  }
  .item-group .item-group-grade .icon-star.star4 {
    width: 4em;
  }
  .item-group .item-group-grade .icon-star.star5 {
    width: 5em;
  }
  .slide-city {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .slide-city .swiper-container {
    padding: 0;
  }
  .slide-city .swiper-prev {
    left: 10px;
  }
  .slide-city .swiper-next {
    right: 10px;
  }
  .box-strategy .item-strategy-tit {
    display: block;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .box-strategy .item-strategy-tit strong {
    font-size: 38px;
    width: 312px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .box-strategy .item-strategy-tit span {
    font-size: 18px;
    width: 222px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .box-strategy .item-strategy-tit em {
    left: -50px;
  }
  .box-strategy .item-strategy-cont {
    display: block;
    width: auto;
    padding-left: 0;
    margin-top: 20px;
  }
  .box-strategy .item-strategy-detail p {
    font-size: 14px;
    line-height: 1.8;
  }
  .popup-motal .popup-box {
    max-width: 600px;
    margin-left: -300px;
    padding: 25px 20px;
  }
  .popup-motal .popup-box-hd {
    font-size: 18px;
  }
  .popup-motal .popup-box-bd td {
    padding: 5px 3px;
  }
  .popup-fly .popup-box-bd td {
    padding: 5px 3px;
  }
  .popup-discount .popup-detail {
    font-size: 14px;
  }
  .popup-discount .popup-detail h6 {
    font-size: 16px;
  }
  .box-discount {
    margin-top: 20px;
  }
  .box-discount a {
    padding: 10px;
  }
  .box-airline {
    text-align: left;
  }
  .box-airline .item-airline {
    width: 32.33%;
  }
  .box-airline .airline-hd strong {
    font-size: 16px;
  }
  .box-airline .airline-hd .icon-change {
    margin: 0 auto;
  }
  .airline-tips {
    margin-top: 10px;
  }
  .box-sketch {
    margin-top: 30px;
    font-size: 16px;
  }
  .tab-sketch {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .chapter .chapter-tit h3:after {
    top: 8px;
    right: -14px;
    width: 42px;
    height: 54px;
  }
  .chapter .chapter-tit strong {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    width: 362px;
  }
  .chapter .chapter-tit span {
    bottom: -21px;
    left: 38%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 256px;
    padding-top: 2px;
  }
  .chapter .chapter-tit span:before {
    left: -45px;
    bottom: 5px;
    width: 40px;
    height: 19px;
  }
  .chapter .chapter-cont {
    padding: 5%;
  }
  .m-center {
    text-align: center;
  }
  .box-gifts .item-tit {
    text-align: center;
  }
  .box-gifts .item-qrcode {
    margin-top: 15px;
  }
  .box-gifts .item-qrcode p {
    font-size: 16px;
    padding: 25px 15px;
  }
  .box-gifts .item-qrcode.m {
    display: none;
  }
  .box-gifts .item-link {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .box-gifts .item-link a {
    display: inline-block;
    width: 116px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #e83b38;
    color: #fff;
  }
  .box-gifts .item-l .item-cont {
    padding-right: 25px;
    min-height: auto;
  }
  .box-gifts .item-l .item-qrcode {
    position: static;
    right: auto;
    top: auto;
  }
  .box-gifts .item-gift-group {
    display: block;
  }
  .box-gifts .item-gift-group .item-pic {
    display: block;
    width: auto;
  }
  .box-gifts .item-gift-group .item-cont {
    display: block;
    width: auto;
  }
  .box-gifts .item-gift-group .item-qrcode {
    margin-top: 15px;
  }
  .box-panel {
    padding: 25px 35px;
    padding-right: 30px;
    margin-top: 20px;
  }
  .item-panel .item-panel-tit {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  .item-panel .item-panel-cont {
    margin-top: 15px;
  }
  .item-panel .item-panel-link a {
    margin: 0 auto;
  }
  .tab-panel .tab-list {
    margin-bottom: 10px;
  }
  .tab-panel .tab-list li {
    padding: 0;
    width: 30%;
    margin: 1% 1.5%;
    font-size: 16px;
  }
  .tab-panel .tab-list li:first-child {
    margin-left: 1.5%;
  }
  .tab-panel2 .tab-list {
    margin-bottom: 15px;
  }
  .tab-panel2 .tab-list li {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
  }
  .box-group {
    padding: 25px 35px;
    padding-right: 30px;
  }
  .item-group .item-group-tit {
    font-size: 18px;
    text-align: center;
  }
  .item-group .item-group-grade {
    font-size: 14px;
    margin: 5px auto;
    text-align: center;
  }
  .item-group .item-group-grade .icon-star {
    height: 14px;
  }
  .item-group .item-group-tag {
    top: 16px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
  .slide-city .swiper-prev {
    left: 5px;
  }
  .slide-city .swiper-next {
    right: 5px;
  }
  .box-strategy .item-strategy-tit {
    text-align: center;
    width: auto;
  }
  .box-strategy .item-strategy-tit h4:after {
    width: 62px;
    height: 45px;
    right: -38px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .box-strategy .item-strategy-tit strong {
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    width: 242px;
  }
  .box-strategy .item-strategy-tit span {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    width: 186px;
  }
  .box-strategy .item-strategy-tit span:before {
    left: -50px;
    bottom: 0;
    width: 40px;
    height: 19px;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
  }
  .box-strategy .item-strategy-tit em {
    font-size: 12px;
    left: -30px;
  }
  .box-strategy .item-strategy-cont {
    margin-top: 5px;
  }
  .dot-line {
    display: none;
  }
  .popup-motal .popup-box {
    max-width: 80%;
    left: 10%;
    margin-left: 0;
    margin-top: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    padding: 25px 15px;
  }
  .popup-motal .popup-box-hd {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .popup-motal .popup-box-bd {
    margin-top: 10px;
    max-height: 300px;
    padding: 10px;
  }
  .popup-fly .popup-box-bd th {
    font-size: 14px;
  }
  .popup-fly .popup-box-bd td {
    font-size: 12px;
    padding: 5px 3px;
  }
  .popup-discount .popup-detail {
    padding: 10px 10px;
    line-height: 1.4;
  }
  .popup-discount .popup-detail h6 {
    font-size: 14px;
    line-height: 1.4;
  }
  .box-airline .item-airline {
    width: 48%;
    margin: 1%;
  }
  .box-airline .airline-hd {
    padding: 10px 0;
  }
  .box-airline .airline-hd strong {
    font-size: 14px;
  }
  .box-sketch {
    font-size: 14px;
  }
  .tab-sketch {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .wrapper .container {
    width: auto;
    padding: 0 10px;
  }
  .chapter .chapter-tit {
    margin-bottom: 20px;
  }
  .chapter .chapter-tit h3:after {
    top: 6px;
    right: -12px;
    width: 34px;
    height: 43px;
  }
  .chapter .chapter-tit strong {
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    width: 282px;
  }
  .chapter .chapter-tit span {
    left: 24.5%;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    width: 224px;
    padding-top: 1px;
  }
  .chapter .chapter-tit span:before {
    bottom: 5px;
    left: -25px;
    width: 30px;
    height: 14px;
  }
  .box-gifts .item-cont {
    padding: 15px 20px;
  }
  .box-gifts .item-tit {
    font-size: 16px;
  }
  .box-gifts .item-qrcode {
    margin-top: 10px;
    width: 175px;
  }
  .box-gifts .item-qrcode p {
    font-size: 14px;
    padding: 30px 15px;
  }
  .box-gifts .item-link a {
    height: 36px;
    line-height: 36px;
  }
  .box-gifts .item-l .item-cont {
    padding-right: 20px;
  }
  .box-gifts .item-gift-group .item-qrcode {
    margin-top: 10px;
  }
  .box-panel {
    padding: 20px 30px;
    padding-right: 20px;
  }
  .item-panel .item-panel-tit {
    font-size: 16px;
  }
  .item-panel .item-panel-link {
    margin-top: 15px;
  }
  .item-panel .item-panel-link a {
    height: 36px;
    line-height: 36px;
  }
  .tab-panel .tab-list li {
    width: 32.33%;
    margin: 1% 0.5%;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .tab-panel .tab-list li:first-child {
    margin-left: 0.5%;
  }
  .tab-panel2 .tab-list {
    margin-bottom: 10px;
  }
  .tab-panel2 .tab-list ul {
    text-align: left;
  }
  .tab-panel2 .tab-list li {
    width: 47%;
    margin: 1.5%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .tab-panel2 .tab-list li:first-child {
    margin-left: 1.5%;
  }
  .box-group {
    padding: 20px 30px;
    padding-right: 20px;
  }
  .box-strategy .item-strategy-tit {
    padding-bottom: 20px;
  }
  .box-strategy .item-strategy-tit h4:after {
    width: 42px;
    height: 31px;
    right: -22px;
  }
  .box-strategy .item-strategy-tit strong {
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    width: 188px;
  }
  .box-strategy .item-strategy-tit span {
    left: 36.5%;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    width: 151px;
  }
  .box-strategy .item-strategy-tit span:before {
    bottom: 5px;
    left: -40px;
    width: 30px;
    height: 14px;
  }
  .box-strategy .item-strategy-tit em {
    font-size: 10px;
  }
  .popup-motal .popup-box {
    max-width: 90%;
    left: 5%;
  }
  .popup-motal .popup-box-bd {
    padding: 0;
  }
  .popup-fly .popup-box-bd th {
    line-height: 1.2;
  }
  .popup-fly .popup-box-bd td {
    font-size: 12px;
    padding: 5px 5px;
    line-height: 1.2;
  }
  .popup-discount .popup-detail {
    padding: 10px 15px;
  }
  .box-airline .airline-hd strong {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .box-airline .airline-hd strong {
    width: 2em;
  }
  .box-airline .airline-hd .icon-change {
    margin: 0 3px;
  }
}
/*  航线列表样式 start */
.airline-time {
  text-align: center;
  font-size: 24px;
  color: #dd0000;
  font-weight: bold;
}
.tab-citylists {
  margin: 0 auto 30px;
}
.tab-citylists ul {
  font-size: 0;
  text-align: center;
}
.tab-citylists li {
  position: relative;
  display: inline-block;
  width: 22%;
  margin-left: 4%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #222320;
  overflow: hidden;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/tab-bg-01.png') center no-repeat;
}
.tab-citylists li:first-child {
  margin-left: 0;
}
.tab-citylists li.on {
  background-image: url('../images/tab-bg-02.png');
}
.tab-citylists li strong {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .airline-time {
    font-size: 18px;
  }
  .tab-citylists li {
    width: 23.5%;
    margin-left: 2%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  .airline-time {
    font-size: 16px;
  }
  .tab-citylists {
    margin-bottom: 15px;
  }
  .tab-citylists li {
    width: 47%;
    margin: 1.5%;
    font-size: 16px;
    letter-spacing: 0;
    height: 42px;
    line-height: 42px;
  }
  .tab-citylists li:first-child {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 480px) {
  .airline-time {
    font-size: 16px;
  }
  .tab-citylists {
    margin-bottom: 10px;
  }
  .tab-citylists li {
    width: 47%;
    margin: 1.5%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .tab-citylists li:first-child {
    margin-left: 1.5%;
  }
}
/* 城市列表筛选 */
.box-citylist {
  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: #f7f3d7;
  -webkit-border-radius: 5px;
  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: #f7f3d7;
  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: #eed431;
}
.box-citylist .box-select ul li.active {
  background: #eed431;
}
.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-tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .box-citylist-tit strong {
    font-size: 28px;
  }
  .box-citylist .box-select select,
  .box-citylist .box-select input {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .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: 14px;
  }
  .box-citylist .box-select {
    margin: 0 5px;
    padding: 0 15px;
    width: 150px;
  }
  .box-citylist .box-select input {
    -o-background-size: 12px auto;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
  }
  .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-tit {
    font-size: 18px;
  }
  .box-citylist-tit strong {
    font-size: 22px;
  }
  .box-citylist .box-select {
    width: 130px;
    margin: 0 1px;
    padding: 0 10px;
  }
}
/* 航班信息列表样式 */
.tablediv {
  margin-top: 25px;
  background: #f6f7f7;
}
.tabletddiv {
  overflow-x: hidden;
}
.tableth {
  padding-right: 10px;
  background: #94cf37;
}
.tableth th {
  color: #333;
  background: #94cf37;
  line-height: 42px;
  font-size: 16px;
  color: #222320;
  text-align: center;
}
.tabletd td {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  height: 42px;
  vertical-align: middle;
  text-align: center;
}
.tabletd td a {
  display: inline-block;
  width: 132px;
  height: 30px;
  border: 1px solid #c90a15;
  color: #c90b15;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 30px;
  font-size: 16px;
}
.tabletd td a:hover {
  background: #c90b15;
  color: #fff;
}
.tabletd td.add span {
  float: left;
  width: 38%;
  text-align: center;
  line-height: 42px;
  display: inline-block;
}
.tabletd td.add span.sc {
  width: 24%;
  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: #fff;
}
.table-tips {
  padding: 20px 30px 30px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  border-top: 1px solid #e9e9e9;
  background: #f6f7f7;
}
@media (max-width: 1024px) {
  .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%;
  }
  .table-tips {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .tablediv {
    margin-top: 20px;
  }
  .tableth col {
    display: none;
  }
  .tableth th {
    font-size: 14px;
  }
  .tableth th.add {
    width: 18%;
  }
  .tableth th.num {
    width: 10%;
  }
  .tableth th.time {
    width: 38%;
  }
  .tableth th.price {
    width: 19%;
  }
  .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;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em;
  }
  .tabletd td.add {
    width: 18%;
  }
  .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: url('../images/icon1-m.png') center no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    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: 38%;
  }
  .tabletd td.price {
    width: 19%;
  }
  .tabletd td.btn {
    width: 15%;
  }
  .table-tips {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .tablediv {
    margin-top: 15px;
  }
  .tabletd td {
    font-size: 12px;
  }
}
/*  航线列表样式 end */
