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 {
  padding-bottom: 5px;
  background: #e7ece8 url('../images/bg.jpg') center 300px no-repeat;
}
.chapter {
  margin-top: 60px;
  overflow: hidden;
}
.chapter .chapter-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.chapter .chapter-tit {
  padding: 4% 0 3%;
  text-align: center;
}
.chapter .chapter-tit h3 {
  position: relative;
  font-size: 36px;
  font-family: '方正正中黑简体';
  display: inline-block;
}
.chapter .chapter-tit h3:after,
.chapter .chapter-tit h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 15px;
  background: center no-repeat;
}
.chapter .chapter-tit h3:before {
  background-image: url('../images/tit-l.png');
}
.chapter .chapter-tit h3:after {
  background-image: url('../images/tit-r.png');
}
.chapter .chapter-tit h3 strong {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #0156a8;
  margin: 0 15px;
  letter-spacing: 1px;
}
.chapter .chapter-tit p {
  margin-top: 10px;
  font-size: 18px;
  color: #666;
}
.chapter .chapter-tit p:first-child {
  margin-top: 0;
}
.chapter .chapter-cont {
  position: relative;
  padding: 4% 7.5%;
  border-top: 2px dashed #ededed;
}
.chapter .chapter-cont:before,
.chapter .chapter-cont:after {
  content: '';
  position: absolute;
  top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.chapter .chapter-cont:before {
  left: -15px;
  background: #e2f2fb;
}
.chapter .chapter-cont:after {
  right: -15px;
  background: #e6f4fc;
}
.chapter-01 {
  margin-top: -300px;
  position: relative;
  z-index: 2;
}
.chapter-01 .chapter-tit p {
  font-size: 20px;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 1px;
}
.chapter-01 .chapter-tit p strong {
  color: #0156a8;
  font-weight: bold;
}
.chapter-01 .chapter-cont:before {
  background: #d7eaf7;
}
.chapter-01 .chapter-cont:after {
  background: #dbeef9;
}
.chapter-02 {
  position: relative;
  z-index: 2;
}
.chapter-03 .chapter-cont:before {
  background: #e7eceb;
}
.chapter-03 .chapter-cont:after {
  background: #c5dbe5;
}
.chapter-04 .chapter-cont:before {
  background: #edeee8;
}
.chapter-04 .chapter-cont:after {
  background: #d1e3e5;
}
.chapter-text {
  font-size: 20px;
  line-height: 1.8;
  padding: 0 5% 4%;
}
.chapter-text strong {
  font-weight: bold;
}
.box-panel {
  font-size: 0;
}
.box-panel .item-panel {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin-left: 2%;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.box-panel .item-panel:first-child {
  margin-left: 0;
}
.box-panel .panel-hd {
  background: #f1f1f1;
  color: #333;
}
.box-panel .panel-hd > div {
  padding: 16px 0;
}
.box-panel .panel-hd strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.box-panel .panel-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-panel .panel-hd a {
  display: inline-block;
  margin-top: 8px;
  color: #d3e9ff;
  text-decoration: underline;
}
.box-panel .panel-hd img {
  width: 100%;
}
.box-panel .panel-bd {
  background: #ebf6ff;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  padding-bottom: 10px;
}
.box-panel .panel-bd strong {
  font-size: 40px;
  color: #c00d0e;
  margin: 0 10px;
  font-weight: bold;
}
.panel-tips {
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6;
}
.box-grid .box-row {
  font-size: 0;
  margin-top: 3%;
}
.box-grid .box-row:first-child {
  margin-top: 0;
}
.box-grid .box-row.col3 .box-col {
  width: 31.33%;
  margin-left: 3%;
}
.box-grid .box-row.col3 .box-col:first-child {
  margin-left: 0;
}
.box-grid .box-row.col2 .box-col {
  width: 48.5%;
  margin-left: 3%;
}
.box-grid .box-row.col2 .box-col:first-child {
  margin-left: 0;
}
.box-grid .box-row.col2 .col-text {
  left: 5%;
  width: 90%;
}
.box-grid .box-col {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 6px;
  overflow: hidden;
}
.box-grid .col-pic {
  width: 100%;
  height: auto;
}
.box-grid .col-text {
  position: absolute;
  z-index: 2;
  left: 8%;
  bottom: 8%;
  width: 84%;
  padding: 4% 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  color: #0056ab;
  font-weight: bold;
  text-align: center;
}
.box-courtesy .item-courtesy {
  margin-top: 30px;
}
.box-courtesy .item-courtesy:first-child {
  margin-top: 0;
}
.box-courtesy .item-courtesy .item-courtesy-tit {
  font-size: 20px;
  color: #0056ab;
  font-weight: bold;
  margin-bottom: 15px;
}
.box-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.box-table th {
  padding: 13px 5px;
  background: #0156a8;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
}
.box-table td {
  font-size: 14px;
  line-height: 1.6;
  padding: 15px 25px;
  background: #ebf6ff;
  border: 2px solid #fff;
  color: #333;
}
.box-table td a {
  display: inline;
  word-break: break-all;
  color: #333;
}
.box-table td a:hover {
  text-decoration: underline;
}
.box-table td.table-tips {
  color: #666 !important;
  text-align: center!important;
}
.box-table .break {
  word-break: break-all;
}
.box-table.table01 {
  text-align: center;
}
.box-table.table01 td:first-child {
  text-align: left;
}
.box-table.table02 td:first-child {
  text-align: center;
  color: #0156a8;
}
.box-table.table02 td.align-center {
  text-align: center;
}
.btn-join {
  display: block;
  max-width: 510px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  margin: 35px auto 0;
  color: #fff;
  text-align: center;
  background: #ca0603;
  letter-spacing: 1px;
  font-size: 16px;
}
.page-tips {
  max-width: 1200px;
  margin: 30px auto;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #333;
}
/*订票框*/
.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 .container {width: auto;} */
  .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;
  }
  .wrapper {
    background-position: center 249px;
    background-size: 1600px auto;
    -webkit-background-size: 1600px auto;
    -moz-background-size: 1600px auto;
    -o-background-size: 1600px auto;
  }
  .chapter-01 {
    margin-top: -250px;
  }
}
@media (max-width: 1200px) {
  body {
    min-width: 1200px;
    overflow-x: auto;
  }
  .banner .pc {
    width: 1400px;
    margin-left: -700px;
  }
  .wrapper {
    background-position: center 219px;
    background-size: 1400px auto;
    -webkit-background-size: 1400px auto;
    -moz-background-size: 1400px auto;
    -o-background-size: 1400px auto;
  }
  .chapter-01 {
    margin-top: -220px;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: auto;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .bookingBox {
    display: none;
  }
  .wrapper {
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-position: center top;
  }
  .banner .pc {
    display: none;
  }
  .banner .phone {
    display: block;
    width: 100%;
    height: auto;
  }
  .chapter {
    margin-top: 40px;
  }
  .chapter .chapter-container {
    padding: 0 10px;
  }
  .chapter .chapter-tit h3 {
    font-size: 30px;
  }
  .chapter .chapter-tit p {
    font-size: 16px;
  }
  .chapter .chapter-cont {
    padding: 4% 5%;
  }
  .chapter .chapter-cont::before {
    left: -25px;
  }
  .chapter .chapter-cont::after {
    right: -25px;
  }
  .chapter-01 {
    margin-top: 0;
  }
  .chapter-01 .chapter-tit p {
    font-size: 18px;
  }
  .chapter-text {
    font-size: 16px;
    padding: 0 30px 20px;
    line-height: 1.6;
  }
  .box-panel .item-panel {
    width: 15.5%;
    margin-left: 1.4%;
  }
  .box-panel .panel-hd strong {
    font-size: 18px;
  }
  .box-panel .panel-hd .icon-change {
    margin: 0 auto;
  }
  .box-panel .panel-bd {
    padding: 5px 0 8px;
  }
  .box-panel .panel-bd strong {
    font-size: 32px;
  }
  .btn-join {
    margin-top: 25px;
  }
  .box-grid .col-text {
    font-size: 18px;
  }
  .box-table th {
    font-size: 16px;
  }
  .box-table td {
    padding: 8px 15px;
    line-height: 1.4;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .chapter {
    margin-top: 30px;
  }
  .chapter .chapter-tit h3 {
    font-size: 24px;
  }
  .chapter .chapter-tit h3::before,
  .chapter .chapter-tit h3::after {
    width: 42px;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
  }
  .chapter .chapter-tit h3 strong {
    margin: 0 10px;
  }
  .chapter .chapter-tit p {
    margin-top: 5px;
    font-size: 14px;
  }
  .chapter .chapter-cont {
    padding: 20px;
  }
  .chapter .chapter-cont:before,
  .chapter .chapter-cont:after {
    width: 20px;
    height: 20px;
    top: -10px;
  }
  .chapter .chapter-cont:before {
    background: #edeee8;
    left: -20px;
  }
  .chapter .chapter-cont:after {
    background: #edeee8;
    right: -20px;
  }
  .chapter-01 {
    margin-top: 0;
  }
  .chapter-01 .chapter-tit p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .chapter-text {
    padding: 0 15px 15px;
    font-size: 14px;
  }
  .box-panel .item-panel {
    width: 31.33%;
    margin: 1%;
  }
  .box-panel .item-panel:first-child {
    margin-left: 1%;
  }
  .box-panel .panel-hd > div {
    padding: 10px 0;
  }
  .box-panel .panel-hd strong {
    font-size: 16px;
  }
  .box-panel .panel-bd {
    font-size: 14px;
    padding: 3px 0 5px;
  }
  .box-panel .panel-bd strong {
    font-size: 26px;
    margin: 0 5px;
  }
  .box-grid .col-text {
    font-size: 16px;
  }
  .page-tips {
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .btn-join {
    max-width: 360px;
    margin-top: 15px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .box-table th {
    font-size: 14px;
    border-width: 1px;
  }
  .box-table td {
    padding: 5px 10px;
    border-width: 1px;
  }
  .box-courtesy .item-courtesy {
    margin-top: 20px;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .box-grid .col-text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .chapter {
    margin-top: 20px;
  }
  .chapter .chapter-tit {
    padding: 15px 0;
  }
  .chapter .chapter-tit h3 {
    font-size: 20px;
  }
  .chapter .chapter-tit p {
    line-height: 1.4;
  }
  .chapter .chapter-cont {
    padding: 15px 10px;
  }
  .chapter-text {
    padding: 0 10px 10px;
  }
  .chapter-01 {
    margin-top: 0;
  }
  .chapter-01 .chapter-tit p {
    font-size: 14px;
  }
  .chapter-01 .chapter-tit br {
    display: none;
  }
  .box-panel .panel-hd strong {
    font-size: 14px;
  }
  .box-panel .panel-bd strong {
    font-size: 20px;
  }
  .box-grid .box-row.col2 .box-col,
  .box-grid .box-row.col3 .box-col {
    width: 100%;
    margin: 15px auto 0;
  }
  .box-grid .box-row.col2 .box-col:first-child,
  .box-grid .box-row.col3 .box-col:first-child {
    margin-top: 0;
  }
  .box-grid .box-row.col3 .col-text {
    bottom: 5%;
  }
  .box-grid .col-text {
    font-size: 14px;
    left: 5%;
    width: 90%;
  }
  .box-table td {
    font-size: 12px;
    padding: 5px;
  }
  .panel-tips {
    margin-top: 10px;
    font-size: 12px;
  }
  .box-courtesy .item-courtesy {
    margin-top: 15px;
  }
  .box-courtesy .item-courtesy .item-courtesy-tit {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
  }
}
.tab-citylists {
  margin: 20px auto 10px;
}
.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: 58px;
  font-size: 20px;
  color: #f21818;
  border: 1px solid #f21818;
  border-radius: 6px;
  overflow: hidden;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.tab-citylists li:first-child {
  margin-left: 0;
}
.tab-citylists li img {
  width: 100%;
  border-radius: 6px;
}
.tab-citylists li strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  width: 100%;
}
.tab-citylists li.on {
  color: #fff;
  background: #fd7e33;
  border-color: #fd7e33;
}
.tab-citylists li.on img {
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .tab-citylists {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .tab-citylists ul {
    text-align: left;
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .tab-citylists li {
    font-size: 18px;
    width: 22%;
    margin: 1% 1.5%;
    height: 50px;
    line-height: 48px;
    text-align: center;
  }
  .tab-citylists li:first-child {
    margin-left: 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .tab-citylists {
    margin: 15px auto 0;
  }
  .tab-citylists li {
    font-size: 16px;
    letter-spacing: 0;
  }
  .tab-citylists li img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tab-citylists {
    margin: 10px auto 0;
  }
  .tab-citylists ul {
    margin-left: -1%;
    margin-right: -1%;
  }
  .tab-citylists li {
    width: 23%;
    margin: 1%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .tab-citylists li strong {
    font-weight: normal;
  }
  .tab-citylists li:first-child {
    margin-left: 1%;
  }
}
/* 城市列表筛选 */
.box-citylist {
  padding: 20px 0 0;
  text-align: center;
  font-size: 0;
}
.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 {
  display: inline-block;
  width: 10%;
  font-size: 20px;
  vertical-align: middle;
  letter-spacing: 1px;
  text-align: center;
}
.box-citylist span + .box-select {
  margin-left: 0;
}
.box-citylist .box-select {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  background: #fff;
  border-radius: 5px;
  padding: 0 20px;
  margin-left: 2%;
  border: 1px solid #333;
  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: 40px;
  line-height: 40px;
  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: #fff;
  text-align: left;
  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: #f0f0f0;
  color: #da4135;
}
.box-citylist .box-select ul li.active {
  background: #f0f0f0;
  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 {
    padding: 20px 0 0;
  }
  .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 {
    padding-top: 10px;
  }
  .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;
    width: auto;
  }
  .box-citylist .box-select {
    width: 49%;
    padding: 0 15px;
  }
  .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 {
    padding: 10px 0 0;
  }
  .box-citylist-tit {
    font-size: 18px;
  }
  .box-citylist-tit strong {
    font-size: 22px;
  }
  .box-citylist span {
    margin-bottom: 5px;
  }
  .box-citylist .box-select {
    padding: 0 10px;
  }
}
/* 航班信息列表样式 */
.tabledivs {
  padding: 20px 0 0;
}
.tabledivs .tablediv {
  display: none;
  background: #fff;
}
.tabledivs .tablediv.on {
  display: block;
}
.tabletddiv {
  max-height: 400px;
  overflow-x: hidden;
}
.tableth {
  padding-right: 10px;
  background: #fd7e33;
}
.tableth th {
  color: #333;
  background: #fd7e33;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.tabletd td {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  _zoom: 1;
  height: 56px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
.tabletd td a {
  display: inline-block;
  width: 132px;
  height: 30px;
  color: #fff;
  background: #fd7e33;
  border-radius: 6px;
  line-height: 30px;
  font-size: 16px;
}
.tabletd td a:hover {
  background: #fd7e33;
}
.tabletd td.add span {
  float: left;
  width: 36%;
  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;
  margin: 0 2%;
}
.tabletd td.add span.sl {
  text-align: right;
}
.tabletd td.add span.sr {
  text-align: left;
}
.tabletd .color td {
  background: #fef5f6;
}
.table-tips {
  padding: 15px 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  background: #fef5f6;
  border-top: 1px solid #ddd;
}
@media (max-width: 1024px) {
  .tabledivs {
    padding: 20px 0 30px;
  }
  .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: 38%;
  }
  .tabletd td.add span.sc {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .tabledivs {
    padding: 15px 0;
  }
  .tabletddiv {
    max-height: 360px;
  }
  .tableth col {
    display: none;
  }
  .tableth th {
    font-size: 14px;
  }
  .tableth th.add {
    width: 20%;
  }
  .tableth th.num {
    width: 10%;
  }
  .tableth th.time {
    width: 40%;
  }
  .tableth th.price {
    width: 15%;
  }
  .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;
    border-radius: 5px;
    padding: 0.5em;
  }
  .tabletd td.add {
    width: 20%;
  }
  .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: 17px;
    background-size: auto 100% ;
    -webkit-background-size: auto 100% ;
    display: block;
    width: 23px;
    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: 40%;
  }
  .tabletd td.price {
    width: 15%;
  }
  .tabletd td.btn {
    width: 15%;
  }
  .table-tips {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .tabledivs {
    padding: 10px 0;
  }
  .tabletd td {
    font-size: 12px;
  }
}
.popup-list-airline .popup-box {
  margin-top: -240px;
  background: none;
}
.popup-list-airline .popup-box-bd {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .popup-list-airline .popup-box {
    width: 80%;
    left: 10%;
    margin-left: auto;
    margin-top: auto;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
@media screen and (max-width: 768px) {
  .popup-list-airline .btn-close {
    right: 3px;
    top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .popup-list-airline .popup-box {
    width: 94%;
    left: 3%;
  }
  .popup-list-airline .btn-close {
    right: 0;
    top: 0;
  }
}
.popup-table-tab .popup-table {
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.popup-table-tab .popup-table.mt {
  margin-top: 20px;
}
.popup-table-tab .popup-table table {
  display: none;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.popup-table-tab .popup-table table.on {
  display: table;
}
.popup-table-tab .popup-table th,
.popup-table-tab .popup-table td {
  color: #333;
  text-align: center;
  border: 2px solid #fff;
  font-weight: normal;
  padding: 10px 5px;
  background: #ebf6ff;
}
.popup-table-tab .popup-table th {
  font-size: 18px;
  border-radius: 10px;
  color: #0156a8;
  font-weight: bold;
}
.popup-table-tab .popup-table tr.bg {
  background: #f7f7f7;
}
.popup-table-tab .popup-table td {
  font-size: 14px;
  border: 2px solid #fff;
}
.popup-table-tab .popup-table tr:first-child th {
  color: #fff;
  background: #0156a8;
}
.popup-table-tab .popup-table span.break {
  word-break: break-all;
}
.popup-table-tab .popup-table a {
  display: block;
  margin: 10px auto 0;
  font-size: 16px;
  color: #fff;
  background: #0156a8;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
}
.popup-table-tab .table-tab-tips {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .popup-table-tab .popup-table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .popup-table-tab .popup-table th {
    font-size: 14px;
  }
  .popup-table-tab .popup-table td {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 480px) {
  .popup-table-tab .popup-table th {
    padding: 5px;
  }
  .popup-table-tab .popup-table td {
    padding: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .popup-table-tab .popup-table table {
    table-layout: auto;
  }
  .popup-table-tab .popup-table th,
  .popup-table-tab .popup-table td {
    border-width: 1px;
    padding: 5px 0;
  }
  .popup-table-tab .popup-table th:nth-child(1),
  .popup-table-tab .popup-table td:nth-child(1),
  .popup-table-tab .popup-table th:nth-child(4),
  .popup-table-tab .popup-table td:nth-child(4) {
    width: 20%;
  }
  .popup-table-tab .popup-table th:nth-child(2),
  .popup-table-tab .popup-table td:nth-child(2),
  .popup-table-tab .popup-table th:nth-child(3),
  .popup-table-tab .popup-table td:nth-child(3),
  .popup-table-tab .popup-table th:nth-child(5),
  .popup-table-tab .popup-table td:nth-child(5),
  .popup-table-tab .popup-table th:nth-child(6),
  .popup-table-tab .popup-table td:nth-child(6) {
    width: 15%;
  }
}
