* {
  /*清除点击高亮样式*/
  -webkit-tap-highlight-color: transparent;
}
input {
  /*清除iOS系统的表单默认样式*/
  -webkit-appearance: none;
}
img,
a {
  /*禁用长按页面时的弹出菜单*/
  -webkit-touch-callout: none;
}
.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 {
  padding-bottom: 70px;
  background: #e9e9e9;
}
.container {
  width: auto;
}
.section {
  margin-top: 30px;
  background: #fff url('../images/section-bg.png') left top repeat;
  padding: 20px;
}
.section .section-inner {
  position: relative;
  background: #fff;
}
.section .section-inner::before,
.section .section-inner::after {
  content: '';
  position: absolute;
  top: 0;
  width: 11px;
  height: 100%;
  background: url('../images/border-c-l.png') repeat-y;
}
.section .section-inner::before {
  left: 0;
  background-position: left top;
}
.section .section-inner::after {
  right: 0;
  background-position: right top;
}
.section .section-hd {
  position: relative;
  z-index: 2;
  padding: 46px 56px 0;
  text-align: center;
  background: url(../images/border-c-t.png) top left repeat-x;
}
.section .section-hd::before,
.section .section-hd::after {
  content: '';
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  background: #fff no-repeat center;
}
.section .section-hd::before {
  left: 0;
  background-image: url('../images/border-l-t.png');
}
.section .section-hd::after {
  right: 0;
  background-image: url('../images/border-r-t.png');
}
.section .section-hd h2 {
  position: relative;
  margin: 0 auto;
  font-size: 36px;
  color: #ef9e67;
  font-weight: bold;
}
.section .section-bd {
  z-index: 2;
  margin-top: 20px;
  position: relative;
  padding: 0 56px 46px;
  background: url(../images/border-c-t.png) bottom left repeat-x;
}
.section .section-bd::before,
.section .section-bd::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: #fff no-repeat center;
}
.section .section-bd::before {
  left: 0;
  background-image: url('../images/border-l-b.png');
}
.section .section-bd::after {
  right: 0;
  background-image: url('../images/border-r-b.png');
}
.section .section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.section .section-text h3 {
  position: relative;
  margin: 10px 0 5px;
  font-size: 18px;
  color: #364a84;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 7px;
}
.section .section-text p {
  padding: 0 10px;
}
.section .section-text p strong {
  color: #364a84;
  font-weight: bold;
}
.section .section-text p strong.hot {
  color: #d10000;
  font-weight: normal;
}
.section .section-text p span {
  color: #495d9a;
}
.section .section-text p a {
  color: #d10000;
  border-bottom: 1px solid #d10000;
}
.section .section-text .bold p,
.section .section-text .bold strong {
  font-weight: bold;
  -webkit-text-decoration: underline double from-font;
  -moz-text-decoration: underline double from-font;
  text-decoration: underline double from-font;
}
.section .section-text .bold p.hot,
.section .section-text .bold strong.hot {
  font-weight: bold;
}
.section .section-text .bold p {
  color: #333;
}
.ticket-guide {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.ticket-guide .link-guide {
  display: inline-block;
  font-size: 18px;
  width: 48%;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin-left: 4%;
  background: #4b5e96;
}
.ticket-guide .link-guide:first-child {
  margin-left: 0;
}
.ticket-guide .link-guide strong {
  display: inline-block;
  color: #f5dfaa;
  font-weight: bold;
  border-bottom: 1px solid #f5dfaa;
}
.ticket-guide .link-guide span {
  display: inline-block;
  color: #f5dfaa;
  font-weight: bold;
  border-bottom: 1px solid #f5dfaa;
}
.section-01 {
  position: relative;
  z-index: 2;
  margin-top: -120px;
}
.section-01 .upgrade-price {
  position: relative;
  margin-top: 15px;
  font-size: 0;
}
.section-01 .upgrade-price strong {
  font-size: 14px;
}
.section-01 .upgrade-price > img {
  display: block;
  max-width: 100%;
  margin: 25px auto 0;
}
.section-01 .upgrade-price table {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.section-01 .upgrade-price table th {
  position: relative;
  background: #4b5e96;
  color: #f4ddab;
  font-weight: bold;
  font-size: 22px;
  border: 0;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 1px;
}
.section-01 .upgrade-price table th::before {
  content: '';
  position: absolute;
  left: -2.5px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #4b5e96;
}
.section-01 .upgrade-price table th:first-child::before {
  display: none;
}
.section-01 .upgrade-price table td {
  font-size: 18px;
  font-weight: bold;
  background: #f2f3f7;
  color: #4b5e96;
  border: 1px solid #fff;
  line-height: 1.2;
  padding: 10px 8px;
  text-align: center;
}
.section-01 .upgrade-price table td.break {
  word-break: break-all;
}
.section-01 .upgrade-price table td.td1 {
  text-align: center;
}
.section-01 .upgrade-price table td.td2 {
  text-align: center;
}
.section-01 .upgrade-price table td.td3 {
  padding-left: 20px;
  padding-right: 20px;
}
.section-01 .upgrade-price table td.td4 {
  padding-left: 35px;
  padding-right: 35px;
}
.section-01 .upgrade-price table td.td5 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.section-01 .upgrade-tips {
  margin-top: 5px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.section-01 .upgrade-tips .btn-pop {
  display: inline-block;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #999;
  cursor: pointer;
  line-height: 1.4;
}
.box-step {
  margin-top: 30px;
}
.box-step:first-child {
  margin-top: 0;
}
.box-step .step-tit {
  font-size: 20px;
  line-height: 1.6;
  color: #344881;
  font-weight: bold;
  margin-bottom: 20px;
}
.box-step .list-step {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.box-step .list-step .swiper-wrapper {
  width: 600%;
}
.box-step .list-step .swiper-prev,
.box-step .list-step .swiper-next {
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -22px;
  width: 56px;
  height: 56px;
  background: url('../images/icon-control.png') no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.box-step .list-step .swiper-prev {
  left: 0;
  background-position: left center;
}
.box-step .list-step .swiper-next {
  right: 0;
  background-position: right center;
}
.box-step .list-step .swiper-slide {
  display: block;
  width: 16.666%;
}
.box-step .list-step .pagination {
  margin-top: 10px;
  text-align: center;
}
.box-step .list-step .pagination span {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e9e9e9;
  border: 1px solid #344881;
}
.box-step .list-step .pagination .swiper-active-switch {
  background: #344881;
}
.box-step .list-step .item-step-info .step-num {
  float: left;
  width: 46px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #f5dfaa;
  font-size: 14px;
  background: #384c87;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
}
.box-step .list-step .item-step-info .step-note {
  display: block;
  margin-left: 53px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  text-align: left;
  min-height: 2.8em;
}
.box-step .list-step .item-step-pic {
  margin-top: 5px;
}
.box-step .list-step .item-step-pic img {
  max-width: 100%;
}
.section-03 .section-text p {
  padding: 0;
}
.box-tips .item-tips {
  position: relative;
}
.box-tips .item-tips p {
  margin-left: 30px;
  padding-left: 0;
  color: #333;
}
.box-tips .item-tips em {
  font-weight: bold;
}
.box-tips .item-tips .red {
  color: #d10000;
}
.box-tips .item-tips .indent {
  padding-left: 2em;
}
.box-tips h3 + .item-tips {
  margin-top: 10px;
}
.box-tips .tips-num {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #394d88;
  font-size: 14px;
  font-weight: bold;
}
.popup-airline {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/kobg.png') left top repeat;
}
.popup-airline .popup-box {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 800px;
  margin-left: -400px;
  background: #fff;
  margin-top: -300px;
  padding: 35px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-airline .popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('../images/close.png') center no-repeat;
  cursor: pointer;
}
.popup-airline .popup-box-hd ul {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.popup-airline .popup-box-hd li {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  background: #f2f3f7;
  color: #4b5e96;
  cursor: pointer;
  padding: 15px 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-airline .popup-box-hd li:first-child {
  border-left: 0;
}
.popup-airline .popup-box-hd li.on {
  color: #f4ddab;
  background: #4b5e96;
}
.popup-airline .popup-box-bd {
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
  background: #f2f3f7;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.popup-airline .popup-box-bd ul {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  padding-top: 1px;
}
.popup-airline .popup-box-bd ul.on {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-airline .popup-box-bd ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: -1px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
  padding: 5px;
}
@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;
  }
  .banner .pc {
    width: 1600px;
    margin-left: -800px;
  }
}
@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-bottom: 40px;
  }
  .section .section-hd {
    padding: 40px 40px 0;
  }
  .section .section-hd h2 img {
    width: 450px;
  }
  .section .section-bd {
    padding: 0 40px 40px;
  }
  .section-01 {
    margin-top: 0;
  }
  .section-01 .upgrade-price .upgrade-info {
    width: 94%;
    padding: 0 3%;
  }
  .section-01 .upgrade-price .upgrade-group {
    display: block;
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    padding: 25px 15px;
  }
  .section-01 .upgrade-price .upgrade-condition span {
    font-size: 18px;
  }
  .section-01 .upgrade-price .upgrade-tit {
    position: static;
    background: none;
    color: #495d9a;
    padding: 0;
    margin-top: 10px;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: auto;
  }
  .box-step .step-tit {
    font-size: 18px;
  }
  .section-01 .upgrade-price table th {
    font-size: 18px;
  }
  .section-01 .upgrade-price table td {
    font-size: 16px;
  }
  .section-01 .upgrade-price table td span {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 5px;
  }
  .section-01 .upgrade-price table td.td3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-01 .upgrade-price table td.td4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-01 .upgrade-price table td.td5 {
    padding-left: 9px;
    padding-right: 9px;
  }
  .popup-airline .popup-box {
    max-width: 700px;
    margin-left: -350px;
    padding: 25px 20px;
  }
  .popup-airline .popup-box-hd li {
    padding: 12px 10px;
    font-size: 16px;
  }
  .popup-airline .popup-box-bd ul li {
    width: 25%;
    padding: 5px 3px;
  }
  .ticket-guide .link-guide {
    font-size: 16px;
    padding: 12px 5px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 15px;
  }
  .section .section-hd {
    padding: 30px 30px 0;
  }
  .section .section-hd h2 img {
    width: 360px;
  }
  .section .section-bd {
    padding: 0 30px 30px;
  }
  .section .section-text h3 {
    font-size: 16px;
  }
  .section .section-text {
    font-size: 14px;
    line-height: 1.6;
  }
  .section-01 .upgrade-price .btn-apply {
    margin-top: 5px;
  }
  .section-01 .upgrade-price .btn-apply strong {
    font-size: 14px;
  }
  .section-01 .upgrade-price .upgrade-group {
    margin-top: 15px;
    padding: 20px 20px;
  }
  .section-01 .upgrade-price .upgrade-info {
    margin-top: 10px;
    padding: 0;
    width: 100%;
  }
  .section-01 .upgrade-price .upgrade-type-before span,
  .section-01 .upgrade-price .upgrade-type-after span {
    font-size: 14px;
  }
  .section-01 .upgrade-price .upgrade-type-before strong,
  .section-01 .upgrade-price .upgrade-type-after strong {
    font-size: 16px;
    padding: 0 5px;
    word-break: break-all;
  }
  .section-01 .upgrade-price .upgrade-condition {
    margin: 0 8px;
  }
  .section-01 .upgrade-price .upgrade-condition span {
    font-size: 14px;
  }
  .section-01 .upgrade-tips {
    margin-top: 10px;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
  }
  .box-step {
    margin-top: 20px;
  }
  .box-step .step-tit {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .box-step .list-step .swiper-prev,
  .box-step .list-step .swiper-next {
    width: 34px;
    height: 34px;
    margin-top: -18px;
    -webkit-background-size: 80px auto ;
    -o-background-size: 80px auto ;
    background-size: 80px auto ;
  }
  .box-step .list-step .item-step-info .step-note {
    font-size: 14px;
  }
  .box-tips .tips-num {
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .box-tips .item-tips p {
    margin-left: 20px;
  }
  .section-01 .upgrade-price table th {
    font-size: 16px;
    line-height: 1.2;
  }
  .section-01 .upgrade-price table td {
    font-size: 14px;
    text-align: center;
    padding: 8px 5px;
    border-width: 1px;
  }
  .section-01 .upgrade-price table td.td2 {
    white-space: nowrap;
  }
  .section-01 .upgrade-price table td.td3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-01 .upgrade-price table td.td4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-01 .upgrade-price table td.td5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-01 .upgrade-price table td br {
    display: none;
  }
  .popup-airline .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-airline .popup-box-hd li {
    font-size: 14px;
    vertical-align: middle;
    padding: 10px 10px;
    line-height: 1.2;
  }
  .popup-airline .popup-box-bd {
    margin-top: 10px;
    max-height: 300px;
    padding: 10px;
  }
  .popup-airline .popup-box-bd ul {
    font-size: 12px;
  }
  .popup-airline .popup-box-bd ul li {
    width: 33.33%;
    padding: 5px 3px;
  }
  .ticket-guide .link-guide {
    display: block;
    width: auto;
    max-width: 320px;
    font-size: 16px;
    margin: 15px auto 0;
    padding: 15px 8px;
  }
  .ticket-guide .link-guide:first-child {
    margin-top: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .section-01 .upgrade-price table .td1 {
    width: 20%;
    min-width: 35px;
  }
  .section-01 .upgrade-price table .td2 {
    width: 10%;
  }
  .section-01 .upgrade-price table .td3 {
    width: 15%;
  }
  .section-01 .upgrade-price table .td4 {
    width: 20%;
  }
  .section-01 .upgrade-price table .td5 {
    width: 35%;
    min-width: 49px;
  }
}
@media screen and (max-width: 540px) {
  .popup-airline .popup-box {
    max-width: 90%;
    left: 5%;
  }
  .popup-airline .popup-box-hd li {
    width: 49%;
    padding: 10px 5px;
    min-height: 4em;
  }
  .popup-airline .popup-box-bd {
    padding: 0;
  }
  .popup-airline .popup-box-bd ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .popup-airline .popup-box-bd ul.on {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
  }
  .popup-airline .popup-box-bd ul li {
    font-size: 12px;
    padding: 5px 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 10px;
  }
  .section .section-hd {
    padding: 25px 25px 0;
  }
  .section .section-bd {
    padding: 0 25px 25px;
  }
  .section .section-hd h2 img {
    max-width: 100%;
  }
  .section-01 .upgrade-price .upgrade-group {
    padding: 15px;
  }
  .box-step .list-step {
    overflow: visible;
  }
  .box-step .list-step .item-step-pic img {
    max-width: 100%;
  }
  .section-01 .upgrade-price table {
    border-collapse: collapse;
  }
  .section-01 .upgrade-price table th {
    font-size: 14px;
  }
  .section-01 .upgrade-price table td {
    font-size: 12px;
    border-width: 1px;
    padding: 8px 5px;
  }
  .section-01 .upgrade-price table td span {
    font-size: 12px;
  }
  .ticket-guide .link-guide {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 360px) {
  .section-01 .upgrade-price .upgrade-group {
    padding: 15px 10px;
  }
  .section-01 .upgrade-price .upgrade-type-before strong,
  .section-01 .upgrade-price .upgrade-type-after strong {
    font-size: 14px;
  }
  .box-step .list-step .swiper-prev {
    left: -15px;
  }
  .box-step .list-step .swiper-next {
    right: -15px;
  }
  .ticket-guide .link-guide strong,
  .ticket-guide .link-guide span {
    display: inline;
  }
}
