* {
  /*清除点击高亮样式*/
  -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: 30px 45px 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;
  position: relative;
  padding: 0 45px 30px;
  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-01 {
  position: relative;
  z-index: 2;
  margin-top: -120px;
}
.list-airline {
  background: #fff;
  padding: 35px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.list-airline .list-airline-hd ul {
  font-size: 0;
}
.list-airline .list-airline-hd li {
  display: block;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  font-weight: bold;
  background: #f2f3f7;
  color: #4b5e96;
  cursor: pointer;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.list-airline .list-airline-hd li.on {
  color: #f4ddab;
  background: #4b5e96;
}
.list-airline .list-airline-bd {
  margin-top: 20px;
  background: #f2f3f7;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.list-airline .list-airline-bd ul {
  display: none;
  font-size: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.list-airline .list-airline-bd ul.on {
  display: block;
}
.list-airline .list-airline-bd ul li {
  display: inline-block;
  width: 20%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  text-align: center;
  padding: 5px;
}
.list-airline .list-tips {
  font-size: 14px;
  margin-top: 15px;
  color: #666;
}
@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: 20px 30px 0;
  }
  .section .section-hd h2 img {
    width: 450px;
  }
  .section .section-bd {
    padding: 0 30px 20px;
  }
  .section-01 {
    margin-top: 0;
  }
  .list-airline {
    padding: 25px 20px;
  }
  .list-airline .list-airline-hd li {
    font-size: 18px;
  }
  .list-airline .list-airline-bd ul li {
    width: 25%;
    padding: 5px 3px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 15px;
  }
  .section .section-hd {
    padding: 20px 20px 0;
  }
  .section .section-hd h2 img {
    width: 360px;
  }
  .section .section-bd {
    padding: 0 20px 20px;
  }
  .list-airline {
    padding: 15px 10px;
  }
  .list-airline .list-airline-hd ul {
    display: table;
    width: 100%;
  }
  .list-airline .list-airline-hd li {
    display: table-cell;
    line-height: 1.4;
    vertical-align: middle;
  }
  .list-airline .list-airline-bd {
    margin-top: 10px;
    padding: 10px;
  }
  .list-airline .list-airline-bd ul {
    font-size: 12px;
  }
  .list-airline .list-airline-bd ul li {
    width: 33.33%;
    padding: 5px 3px;
  }
}
@media screen and (max-width: 540px) {
  .list-airline .list-airline-bd {
    padding: 0;
  }
  .list-airline .list-airline-bd ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .list-airline .list-airline-bd ul.on {
    display: flex;
    -webkit-display: flex;
  }
  .list-airline .list-airline-bd ul li {
    width: 50%;
    font-size: 12px;
    padding: 5px 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 10px;
  }
  .section .section-hd h2 img {
    max-width: 100%;
  }
  .list-airline {
    padding: 10px 5px;
  }
}
