body {
  overflow-x: hidden;
  letter-spacing: 0;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .phone {
  display: none;
}
.wrapper {
  background: #e8f0f8 url('../images/bg1.jpg') center top no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
}
.chapter {
  position: relative;
}
.chapter .chapter-tit {
  text-align: center;
  margin-bottom: 35px;
}
.chapter .chapter-tit h3 {
  position: relative;
}
.chapter .chapter-tit h3 strong {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.chapter .chapter-tit p {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 0.75em;
  color: #999;
}
.chapter .chapter-cont {
  background: #fff;
  padding: 45px 80px;
}
.chapter-01 {
  margin-top: -5%;
  padding-bottom: 5%;
}
.chapter-01 .container {
  padding: 45px 80px;
  background: #fff9eb url('../images/bg3.jpg') right bottom no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chapter-01 .chapter-tit {
  margin-top: 40px;
  position: relative;
}
.chapter-01 .chapter-tit .icon-fireball {
  position: absolute;
  right: 20%;
  top: 20%;
  width: 63px;
  height: 59px;
  background: url('../images/icon-fireball.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.chapter-01 .chapter-cont {
  padding: 0;
  background: none;
}
.chapter-02 {
  background: url('../images/bg2.jpg') center no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 3.5% 0 5%;
}
.chapter-02 .container {
  background: none;
}
.chapter-02 .chapter-tit h3 strong {
  color: #fff;
}
.chapter-02 .chapter-tit p {
  color: #fff;
}
.chapter-02 .chapter-text .text-pic {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
}
.chapter-02 .chapter-text .text-pic + .text-group {
  margin-top: 0;
}
.chapter-02 .chapter-text .text-group {
  margin-top: 20px;
}
.chapter-02 .chapter-text p {
  position: relative;
  padding-left: 1em;
}
.chapter-02 .chapter-text p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  background: #222;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.chapter-02 .chapter-text p.color-999::before {
  display: none;
}
.chapter-02 .chapter-text h4 {
  margin-bottom: 10px;
}
.chapter-03 {
  padding: 3.5% 0 5%;
  background: #f1f1f1;
}
.bg {
  position: relative;
  text-align: center;
}
.bg::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fd923c;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.bg .chapter-text {
  position: relative;
  z-index: 2;
  border: 6px solid #f7d66b;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f3eddf;
  padding: 25px 70px;
}
.bg .chapter-text:before,
.bg .chapter-text:after {
  content: '';
  position: absolute;
}
.bg .chapter-text:before {
  left: -20px;
  top: -20px;
  width: 63px;
  height: 59px;
  background: url('../images/icon-fireball.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.bg .chapter-text:after {
  right: 3%;
  bottom: 0;
  width: 45px;
  height: 59px;
  background: url('../images/icon-fireball2.png') center no-repeat;
  -webkit-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}
.bg span {
  color: #ed5500;
}
.chapter-text h6,
.chapter-text p {
  line-height: 2;
  color: #333;
}
.chapter-text h6 {
  font-weight: bold;
}
.chapter-text .bold {
  font-weight: bold;
}
.chapter-text .underline {
  background: url('../images/text-bg.jpg') left bottom repeat-x;
  -webkit-background-size: auto 10px;
  -o-background-size: auto 10px;
  background-size: auto 10px;
}
.chapter-text .size-36 {
  font-size: 36px;
}
.chapter-text .size-24 {
  font-size: 24px;
}
.chapter-text .size-22 {
  font-size: 22px;
}
.chapter-text .size-18 {
  font-size: 18px;
}
.chapter-text .size-16 {
  font-size: 16px;
}
.chapter-text .size-14 {
  font-size: 14px;
}
.chapter-text .color-blue {
  color: #2277be;
}
.chapter-text .color-333 {
  color: #333;
}
.chapter-text .color-666 {
  color: #666;
}
.chapter-text .color-999 {
  color: #999;
}
.chapter-text .indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}
.chapter-text .indent-2em {
  text-indent: 2em;
}
.chapter-text .break {
  word-break: break-all;
}
.chapter-text .align-center {
  text-align: center;
}
.chapter-text .text-num {
  color: #a47833;
  font-style: normal;
  font-weight: bold;
}
.chapter-text .text-tips {
  color: #666;
}
.mt-20 {
  margin-top: 20px;
}
.box-panel {
  font-size: 0;
}
.box-panel .item-panel {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-panel .item-panel:first-child {
  margin-right: 4%;
}
.box-panel p {
  position: relative;
  padding-left: 1em;
}
.box-panel p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 9px;
  background: url('../images/icon-rect.png') center no-repeat;
}
.box-case {
  margin: 15px auto 25px;
  padding: 40px 25px 30px;
  background: #f5f5f5;
  text-align: center;
  font-size: 0;
}
.box-case .item-case-group {
  position: relative;
  display: inline-block;
  width: 38%;
  padding: 20px 25px 30px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  vertical-align: middle;
  border: 6px solid #f98c31;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-case .item-case-tag {
  position: absolute;
  left: -28px;
  top: -18px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.box-case .item-case-tag.tag-new {
  background: #ea9817;
}
.box-case .item-case-tag.tag-old {
  background: #ea9817;
}
.box-case .item-case-date {
  font-size: 16px;
  color: #999;
}
.box-case .item-case-date span {
  vertical-align: middle;
}
.box-case .icon-hn {
  display: inline-block;
  vertical-align: middle;
  padding-left: 27px;
  margin-left: 10px;
  background: url('../images/icon-hu.png') left center no-repeat;
}
.box-case .item-case-flight {
  position: relative;
  padding: 10px 0;
  font-size: 0;
}
.box-case .item-case-flight:before {
  content: attr(data-name);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  width: 70px;
  border-bottom: 1px solid #cbcbcb;
  margin-left: -35px;
  font-size: 14px;
  padding-bottom: 10px;
  color: #333;
}
.box-case .case-flight-group {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
}
.box-case .case-flight-group:first-child {
  margin-right: 10%;
}
.box-case .case-flight-group strong {
  display: block;
  color: #333;
  font-weight: bold;
}
.box-case .case-flight-group span {
  display: block;
  color: #888;
}
.box-case .item-case-detail {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: #f7bb39;
  font-weight: bold;
  padding: 10px ;
}
.box-case .item-case-change {
  display: inline-block;
  width: 15%;
  vertical-align: middle;
}
.box-case .item-case-change p {
  font-size: 14px;
}
.box-case .item-case-change .icon-arr-r {
  margin: 10px auto 20px;
  width: 70px;
  height: 22px;
  background: url('../images/icon-arr-r.png') center no-repeat;
}
@media screen and (max-width: 1450px) {
  .wrapper .container {
    width: 1200px;
  }
}
@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;
  }
  .wrapper .container {
    width: auto;
    margin: 0 5%;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .chapter .chapter-tit {
    margin-bottom: 25px;
  }
  .chapter .chapter-tit h3 strong {
    font-size: 30px;
  }
  .chapter .chapter-tit p {
    letter-spacing: 0.5em;
  }
  .chapter .chapter-cont {
    padding: 4% 5%;
  }
  .box-panel .item-panel {
    display: block;
    width: auto;
  }
  .box-panel .item-panel:first-child {
    margin-right: auto;
  }
  .box-panel p::before {
    top: 9px;
  }
  .box-case {
    padding: 40px 20px 30px;
  }
  .box-case .item-case-tag {
    top: -14px;
    left: -20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .box-case .item-case-flight::before {
    content: attr(data-time);
    width: 40px;
    margin-left: -20px;
    font-size: 12px;
    padding-bottom: 5px;
  }
  .box-case .item-case-group {
    width: 42%;
    padding: 20px 20px 25px;
  }
  .box-case .item-case-change .icon-arr-r {
    margin: 5px auto 10px;
  }
  .box-case .item-case-change p {
    line-height: 1.6;
    padding: 0 5px;
  }
  .bg .chapter-text {
    padding: 25px 40px;
  }
  .bg .chapter-text::before {
    width: 52px;
  }
  .bg .chapter-text:after {
    width: 40px;
    right: 2%;
  }
  .chapter-01 {
    margin-top: 0;
    padding-top: 5%;
  }
  .chapter-01 .container {
    padding: 4% 5%;
  }
  .chapter-01 .chapter-tit {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .chapter-01 .chapter-tit .icon-fireball {
    right: 10%;
    width: 52px;
  }
  .chapter-01 .chapter-cont {
    padding: 0;
  }
  .chapter-02 .chapter-text .text-pic {
    width: 300px;
  }
  .chapter-02 .chapter-text .text-pic img {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
  .chapter-02 .chapter-text h4 {
    margin-bottom: 5px;
  }
  .chapter-02 .chapter-text p::before {
    top: 11px;
  }
  .chapter-text h6,
  .chapter-text p {
    line-height: 1.8;
  }
  .chapter-text .size-24 {
    font-size: 20px;
  }
  .chapter-text .size-22 {
    font-size: 18px;
  }
  .chapter-text .size-18 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .chapter .chapter-tit {
    margin-bottom: 15px;
  }
  .chapter .chapter-tit h3 strong {
    font-size: 24px;
  }
  .chapter .chapter-tit p {
    font-size: 14px;
    letter-spacing: 0.25em;
    margin-top: 3px;
  }
  .chapter .chapter-cont {
    padding: 5%;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .bg::before {
    left: 6px;
    top: 6px;
  }
  .bg .chapter-text {
    padding: 25px 20px;
    text-align: left;
  }
  .bg .chapter-text::before {
    width: 40px;
  }
  .bg .chapter-text:after {
    width: 32px;
    right: 1%;
    bottom: -10%;
  }
  .bg .chapter-text p {
    line-height: 1.8;
  }
  .chapter-01 {
    padding: 30px 0;
  }
  .chapter-01 .container {
    padding: 5%;
  }
  .chapter-01 .chapter-tit .icon-fireball {
    right: 10%;
    width: 40px;
    top: 10%;
  }
  .chapter-01 .chapter-cont {
    padding: 0;
  }
  .chapter-02 {
    padding: 30px 0;
  }
  .chapter-02 .chapter-text .text-pic {
    width: 100%;
    float: none;
    margin: 0 auto 15px;
    text-align: center;
  }
  .chapter-02 .chapter-text .text-group {
    margin-top: 10px;
  }
  .chapter-02 .chapter-text p::before {
    top: 7px;
  }
  .box-panel p::before {
    top: 7px;
  }
  .chapter-text h6,
  .chapter-text p {
    line-height: 1.6;
  }
  .chapter-text .size-24 {
    font-size: 16px;
  }
  .chapter-text .size-22 {
    font-size: 16px;
  }
  .chapter-text .size-16 {
    font-size: 14px;
  }
  .chapter-text .underline {
    -webkit-background-size: auto 6px;
    -o-background-size: auto 6px;
    background-size: auto 6px;
  }
  .box-case {
    margin: 10px auto 15px;
    padding: 25px 30px;
  }
  .box-case .item-case-change {
    position: relative;
    display: block;
    width: auto;
    margin: 10px auto 15px;
    padding-bottom: 25px;
  }
  .box-case .item-case-change::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -18px;
    width: 36px;
    height: 19px;
    background: url('../images/icon-arr-b.png') center no-repeat;
  }
  .box-case .item-case-change .icon-arr-r {
    display: none;
  }
  .box-case .item-case-tag {
    left: -18px;
    top: -16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .box-case .item-case-group {
    display: block;
    width: auto;
  }
  .box-case .item-case-date {
    font-size: 14px;
  }
  .box-case .item-case-detail {
    padding: 8px;
  }
  .box-case .case-flight-group strong {
    font-size: 20px;
  }
  .chapter-03 {
    padding: 30px 0;
  }
  .chapter-03 .text-group h6.size-16 {
    font-size: 16px;
    margin-bottom: 3px;
  }
}
@media (max-width: 480px) {
  .chapter .chapter-tit h3 strong {
    font-size: 22px;
  }
  .chapter .chapter-tit p {
    font-size: 12px;
  }
  .box-case {
    padding: 15px 15px;
  }
  .box-case .item-case-detail {
    font-size: 14px;
  }
  .box-case .item-case-tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .box-case .item-case-group {
    padding: 15px 10px;
  }
}
/*  航线列表样式 start */
.airline-time {
  text-align: center;
  font-size: 24px;
  color: #dd0000;
  font-weight: bold;
}
.tab-citylists {
  margin: 20px auto;
}
.tab-citylists ul {
  font-size: 0;
  text-align: center;
}
.tab-citylists li {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 60px;
  margin-left: 20px;
  line-height: 60px;
  font-size: 20px;
  color: #f21818;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  letter-spacing: 1px;
  border: 1px solid #f21818;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-citylists li:first-child {
  margin-left: 0;
}
.tab-citylists li strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 100%;
}
.tab-citylists li.on {
  color: #fff;
  background-image: -webkit-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
  background-image: -ms-linear-gradient(90deg, #f21818 0%, #ff621d 100%);
}
.tab-citylists li.on img {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .airline-time {
    font-size: 18px;
  }
  .tab-citylists li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .airline-time {
    font-size: 16px;
  }
  .tab-citylists {
    margin: 15px auto;
  }
  .tab-citylists li {
    width: 22%;
    margin: 0 1.5%;
    font-size: 16px;
    letter-spacing: 0;
    height: 50px;
    line-height: 50px;
  }
  .tab-citylists li:first-child {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 480px) {
  .airline-time {
    font-size: 16px;
  }
  .tab-citylists {
    margin: 10px auto;
  }
  .tab-citylists li {
    width: 25%;
    margin: 0 1%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .tab-citylists li:first-child {
    margin-left: 1%;
  }
}
/* 城市列表筛选 */
.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: #ffebc0;
  -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: #ffebc0;
  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: #fff5df;
  color: #da4135;
}
.box-citylist .box-select ul li.active {
  background: #fff5df;
  color: #da4135;
}
.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: 16px;
  }
  .box-citylist .box-select {
    margin: 0 5px;
    padding: 0 15px;
  }
  .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 3px;
    padding: 0 10px;
  }
}
/* 航班信息列表样式 */
.tablediv {
  margin-top: 25px;
  background: #fff;
}
.tabletddiv {
  max-height: 252px;
  overflow-x: hidden;
}
.tableth {
  padding-right: 10px;
  background: #c0271c;
}
.tableth th {
  color: #333;
  background: #c0271c;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  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: #fef5f6;
}
.table-tips {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
@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%;
  }
}
@media (max-width: 768px) {
  .tablediv {
    margin-top: 20px;
  }
  .tabletddiv {
    max-height: 360px;
  }
  .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;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .tablediv {
    margin-top: 15px;
  }
  .tabletd td {
    font-size: 12px;
  }
}
/*  航线列表样式 end */
