* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
body {
  font-family: 'MiSans';
}
.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: #eddfc1 url('../images/bg-01.jpg') center top no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.wrapper .container {
  position: relative;
  width: auto;
  padding: 35px 4% 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url('../images/bg-02.jpg') center bottom no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter .chapter-hd {
  position: relative;
  margin-bottom: 30px;
}
.chapter .chapter-hd::before {
  content: '';
  position: absolute;
  right: -35px;
  top: 50%;
  z-index: 2;
  margin-top: -50px;
  width: 351px;
  height: 79px;
  background: url('../images/icon-plane.png') right center no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter .chapter-hd::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #bbb;
}
.chapter .chapter-hd h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 38px;
  font-family: 'DOUYINSANSBOLD';
  color: #7c4c2b;
  font-weight: bold;
  background: #fff;
  padding-right: 30px;
}
.chapter .chapter-hd h3::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  z-index: 2;
  margin-top: -4px;
  width: 24px;
  height: 8px;
  background: url('../images/icon-arr.png') center left no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-tips {
  font-size: 14px;
  margin: 10px auto 20px;
  color: #888;
}
.chapter-text {
  margin-top: 35px;
  font-size: 16px;
  color: #333;
  line-height: 1.625;
  text-align: justify;
}
.chapter-text .break {
  word-break: break-all;
}
.chapter-text strong {
  color: #7c4b2a;
  font-weight: bold;
}
.box-table {
  margin: 0 auto;
}
.box-table table {
  width: 100%;
  border-collapse: collapse;
}
.box-table th,
.box-table td {
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #d1bf93;
}
.box-table th {
  font-size: 18px;
  font-weight: bold;
  color: #7d4b2b;
}
.box-table td {
  font-size: 16px;
}
.box-table .bg {
  background: #f6f0e0;
}
.box-table .bg strong {
  color: #7d4b2b;
  font-weight: bold;
}
.box-table .bg .hot {
  font-size: 20px;
}
.box-table .hot {
  font-weight: bold;
  color: #7d4b2b;
}
.box-table ul {
  display: inline-block;
  text-align: left;
  padding: 3px 0;
}
.box-table ul li {
  position: relative;
  padding-left: 12px;
}
.box-table ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #333;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.box-panel {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.box-panel .item-panel {
  display: table-cell;
  padding: 10px;
  border: 1px dashed #e7ddc6;
  text-align: center;
  vertical-align: middle;
}
.box-panel .item-panel-text {
  font-size: 18px;
  color: #7c4a2b;
  font-weight: bold;
}
.box-panel .item-panel-text strong {
  font-size: 32px;
  font-weight: bold;
}
.box-panel .item-panel-pic {
  margin-top: 15px;
}
.box-panel .item-panel-pic img {
  width: 82px;
  height: auto;
}
.box-qrcode p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #7c4a2b;
  font-weight: bold;
}
.box-qrcode img {
  vertical-align: middle;
  width: 142px;
}
.box-links {
  margin: 35px auto 0;
}
.box-links a {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: url('../images/btn-bg.jpg') center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: 'DOUYINSANSBOLD';
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 5px 1px #aaa;
  box-shadow: 0 1px 5px 1px #aaa;
}
.list-logo {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.list-logo li {
  display: table-cell;
  text-align: center;
}
.list-logo img {
  max-width: 100%;
  width: 70px;
  height: auto;
}
.page-tips {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: -5% auto 30px;
  font-size: 16px;
  color: #7c3c04;
  line-height: 1.6;
  padding: 0 5%;
  text-align: center;
}
.page-tips strong {
  font-weight: bold;
}
.chapter-02 {
  padding: 3% 0;
  background: url('../images/bg-04.png') center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.chapter-02 .container {
  padding: 0;
  background: none;
}
/*订票框*/
.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;
  }
  .chapter .chapter-hd h3 {
    font-size: 32px;
  }
  .box-panel .item-panel-text strong {
    font-size: 28px;
  }
  .chapter-02 {
    -webkit-background-size: 120% 100%;
    background-size: 120% 100%;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrapper {
    padding: 3% 0 0;
  }
  .chapter {
    padding: 0 3%;
  }
  .chapter .chapter-hd::before {
    width: 280px;
    height: 68px;
    margin-top: -42px;
  }
  .chapter .chapter-hd h3 {
    font-size: 26px;
  }
  .box-panel .item-panel {
    width: 38%;
  }
  .box-panel .item-panel:last-child {
    width: 24%;
  }
  .box-panel .item-panel-text {
    font-size: 18px;
  }
  .box-panel .item-panel-text strong {
    font-size: 24px;
  }
  .box-panel .item-panel-pic {
    margin-left: 20px;
  }
  .box-qrcode p {
    font-size: 18px;
  }
  .box-table .xd br {
    display: none;
  }
  .box-links {
    display: block;
  }
  .box-links a {
    width: 360px;
    font-size: 20px;
  }
  .page-tips {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 5%;
  }
  .chapter-02 {
    padding: 3%;
    -webkit-background-size: 130% 120%;
    background-size: 130% 120%;
  }
}
@media screen and (max-width: 860px) {
  .box-qrcode {
    padding: 10px 0;
  }
  .box-qrcode p {
    display: block;
  }
  .box-panel .item-panel-text {
    display: block;
  }
  .box-panel .item-panel-pic {
    margin-left: auto;
    margin-top: 15px;
    display: block;
  }
  .list-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-logo li {
    display: block;
    width: 16.666%;
    margin: 0.5% 0;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .container {
    padding-top: 25px;
    padding-bottom: 11%;
  }
  .chapter .chapter-hd {
    margin-bottom: 20px;
  }
  .chapter .chapter-hd::before {
    width: 40%;
    height: auto;
    padding-top: 10%;
    margin-top: -6%;
    right: -4%;
  }
  .chapter .chapter-hd h3 {
    font-size: 22px;
    padding-right: 20px;
  }
  .box-table th,
  .box-table td {
    padding: 5px 8px;
  }
  .box-table th {
    font-size: 16px;
  }
  .box-table td {
    font-size: 14px;
  }
  .box-table td:last-child {
    text-align: justify;
  }
  .box-table td:last-child br {
    display: none;
  }
  .box-table .bg .hot {
    font-size: 18px;
  }
  .box-table ul li {
    padding-left: 8px;
  }
  .box-table ul li::before {
    top: 9px;
    width: 4px;
    height: 4px;
  }
  .chapter-text {
    font-size: 14px;
  }
  .chapter-tips {
    font-size: 12px;
    margin: 5px auto 15px;
  }
  .box-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-panel .item-panel {
    display: block;
    width: auto;
    padding: 15px 0;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .box-panel .item-panel:last-child {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .box-panel .item-panel-text {
    font-size: 16px;
  }
  .box-panel .item-panel-text strong {
    font-size: 20px;
  }
  .box-panel .item-panel-pic {
    margin-left: 0;
  }
  .box-panel .item-panel-pic img {
    width: 64px;
  }
  .box-qrcode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .box-qrcode p {
    font-size: 16px;
  }
  .box-qrcode img {
    width: 120px;
    margin-left: 0;
  }
  .box-links a {
    width: 320px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
  .page-tips {
    text-align: justify;
  }
  .chapter-02 .container {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .box-table th br,
  .box-table td br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .container {
    padding-top: 15px;
  }
  .chapter .chapter-hd {
    margin-bottom: 15px;
  }
  .chapter .chapter-hd h3 {
    font-size: 18px;
    padding-right: 15px;
  }
  .chapter .chapter-hd h3::before {
    width: 16px;
    height: 6px;
    margin-top: -3px;
  }
  .box-table col {
    width: 20%;
  }
  .box-table col:first-child {
    width: 12%;
  }
  .box-table col:last-child {
    width: 68%;
  }
  .box-table th {
    font-size: 14px;
    padding: 5px 5px;
  }
  .box-table td {
    padding: 5px 5px;
  }
  .box-table td:last-child {
    padding: 5px;
  }
  .box-table .bg .hot {
    font-size: 16px;
  }
  .box-qrcode p {
    font-size: 14px;
  }
  .box-qrcode br {
    display: none;
  }
  .box-qrcode img {
    margin-left: 0;
    width: 100px;
  }
  .box-panel .item-panel {
    padding: 10px 5px;
  }
  .box-panel .item-panel-text {
    font-size: 14px;
  }
  .box-panel .item-panel-text strong {
    font-size: 16px;
  }
  .box-panel .item-panel-pic {
    margin-left: 0;
    margin-top: 10px;
  }
  .box-panel .item-panel-pic img {
    width: 48px;
  }
  .chapter-text {
    margin-top: 25px;
  }
  .box-links {
    margin: 25px auto 0;
  }
  .box-links a {
    width: 280px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
  }
  .list-logo {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .list-logo li {
    display: block;
    width: 25%;
    margin: 5px 0;
  }
  .chapter-02 .container {
    padding: 0;
  }
  .page-tips {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .wrapper {
    padding-top: 15px;
  }
  .box-table col {
    width: 4em;
  }
  .box-table col:first-child {
    width: 2em;
  }
  .box-table col:last-child {
    width: auto;
  }
  .box-table th,
  .box-table td {
    padding: 5px 3px;
  }
  .box-panel .item-panel {
    padding: 10px 10px;
  }
  .box-qrcode img {
    width: 90px;
  }
  .box-links a {
    width: 240px;
  }
}
