/* @base-color: #E01114; */
/* @base-color-active: #f00000 */
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: '思源黑体', 'SourceHanSansCN', sans-serif;
  background-color: #fff;
  font-size: 14px;
  min-width: 1240px;
  height: 100%;
  overflow-x: hidden;
  /* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
  overflow-y: auto;
}
.scroll-body {
  padding-top: 170px;
}
.ant-modal-mask {
  width: 100%;
}
.ant-modal-wrap {
  width: 100%;
}
.ant-modal-close {
  right: 17px !important;
}
div,
p,
ul,
li,
ol,
table,
tbody,
tr,
td,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
i {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  outline: none;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
*:focus {
  outline: none;
}
/* 公用宽度1240 */
.box-width {
  width: 1240px;
  margin: 0 auto;
}
/* 清除内外边距 */
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  font-family: 'Courier New', Courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/*swiper
*/
::-webkit-scrollbar {
  width: 3px;
}
/* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-thumb {
  background-color: rgba(255, 0, 0, 0.5);
}

/* @base-color: #E01114; */
/* @base-color-active: #f00000 */
.swiper-pagination-switch {
  position: absolute;
  left: 0;
  bottom: 180px;
}
.swiper-pagination-switch li {
  height: 16px !important;
  width: 16px !important;
  margin: 0 12px !important;
}
.swiper-pagination-switch li button {
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 30px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  cursor: pointer;
}
.swiper-pagination-switch .slick-active button {
  background-color: #1890ff !important;
  border: 1px solid #1890ff !important;
  height: 16px !important;
  width: 16px !important;
}
/* @book-color: #E01114; */
/* @component-color: #de1721; */
/* @component-color-active: #f00000 */
.bookticket-box {
  width: 634px;
  min-height: 582px;
  padding: 20px 50px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
}
.bookticket-box .book-title {
  font-size: 24px;
  font-family: '黑体', sans-serif;
  font-weight: bold;
  line-height: 44px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9px;
}
.bookticket-box .book-title--sign {
  display: block;
  height: 42px;
  margin-right: 20px;
}
.bookticket-box .book-title--txt {
  height: 42px;
  padding-top: 4px;
  color: #020202;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bookticket-box .book-tree {
  position: relative;
  padding-top: 10px;
  border-bottom: 1px dashed #ccc;
  color: #999;
}
.bookticket-box .book-tree ul {
  width: 196px;
  position: absolute;
  top: -36px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bookticket-box .book-tree ul li {
  position: relative;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
}
.bookticket-box .book-tree ul li span {
  height: 40px;
  line-height: 40px;
}
.bookticket-box .book-tree ul li i {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bookticket-box .book-tree ul li i::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #999;
}
.bookticket-box .book-tree ul .cur i {
  border: 1px solid #1890ff;
}
.bookticket-box .book-tree ul .cur i::before {
  background-color: #1890ff;
}
.bookticket-box .book-tip {
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  height: 45px;
}
.bookticket-box .book-airflight-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bookticket-box .book-airflight-way .btn-way {
  position: relative;
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  background-color: #bfbfbf;
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 12px;
  float: left;
}
.bookticket-box .book-airflight-way .btn-way:first-child {
  margin-left: 0;
}
.bookticket-box .book-airflight-way .cur {
  background-color: #1890ff;
}
.bookticket-box .book-airflight-way .cur::after {
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #1890ff transparent #1890ff transparent;
  position: absolute;
  left: 75px;
  top: 44px;
}
.bookticket-box .book-form-box {
  margin-top: 15px;
  padding: 0;
  clear: both;
}
.bookticket-box .book-form-box .book-change-org {
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 10px 21px;
}
.bookticket-box .book-form-box .book-change-org .book-btn {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
}
.bookticket-box .book-form-box .book-change-org .book-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
}
.bookticket-box .book-form-box .book-change-org .cur::before {
  border: 1px solid #1890ff;
}
.bookticket-box .book-form-box .book-change-org .cur::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #1890ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
}
.bookticket-box .book-form-box .form-txt-box {
  position: relative;
  height: 60px;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 15px;
  clear: both;
}
.bookticket-box .book-form-box .form-txt-box span {
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #b6b6b6;
}
.bookticket-box .book-form-box .form-txt-box .txt {
  border: 0;
  width: 360px;
  height: 100%;
  cursor: pointer;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: '思源黑体', SourceHanSansCN, sans-serif;
}
.bookticket-box .book-form-box .form-txt-box .txt-small {
  width: 125px;
}
.bookticket-box .book-form-box .form-txt-box .back-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  background: url('https://img1.airkx.com/images/icon_change.png') no-repeat left center;
  float: left;
}
.bookticket-box .book-form-box .form-txt-box .start-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.bookticket-box .book-form-box .form-txt-box .ddl-city {
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 211;
  width: 534px;
  height: 0;
  max-height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bookticket-box .book-form-box .form-txt-box .ddl-city li {
  height: 32px;
  line-height: 32px;
  text-align: left;
  font-size: 14px;
  padding-left: 125px;
  overflow: hidden;
}
.bookticket-box .book-form-box .form-txt-box .ddl-city li:hover {
  background-color: #efefef;
}
.bookticket-box .book-form-box .form-txt-box .ddl-city li.cur {
  background-color: #1890ff;
  color: #fff;
}
.bookticket-box .book-form-box .form-txt-box .ddl-city.cur {
  border: 1px solid #999;
  top: 57px;
  left: -1px;
  height: auto;
  overflow: auto;
}
.bookticket-box .book-form-box .form-txt-box::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 14px;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #f1f1f1;
}
.bookticket-box .book-form-box .form-txt-box::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 23px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bookticket-box .book-form-box .ddl-date::before {
  background: none;
}
.bookticket-box .book-form-box .ddl-date::after {
  border: 0;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 40px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: url('https://img1.airkx.com/images/icon_date.png') no-repeat center;
}
.bookticket-box .book-form-box .ddl-start {
  background: url('https://img1.airkx.com/images/icon_start.png') no-repeat left center;
  background-position: 12px;
}
.bookticket-box .book-form-box .ddl-end {
  background: url('https://img1.airkx.com/images/icon_end.png') no-repeat left center;
  background-position: 12px;
}
.bookticket-box .book-form-box .ddl-date {
  background: url('https://img1.airkx.com/images/icon_sdate.png') no-repeat left center;
  background-position: 12px;
}
.bookticket-box .book-form-box .ddl-more {
  background: url('https://img1.airkx.com/images/icon_more.png') no-repeat left center;
  background-position: 12px;
}
.bookticket-box .book-form-box .ddl-more .ddl-cag-box {
  position: absolute;
  left: -1px;
  top: 61px;
  z-index: 211;
  width: 534px;
  height: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bookticket-box .book-form-box .ddl-more .ddl-cag-box li {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
}
.bookticket-box .book-form-box .ddl-more .ddl-cag-box li:hover {
  background-color: #efefef;
}
.bookticket-box .book-form-box .ddl-more .ddl-cag-box li.cur {
  background-color: #1890ff;
  color: #fff;
}
.bookticket-box .book-form-box .ddl-more .ddl-cag-box.cur {
  display: block;
  border: 1px solid #999;
  top: 57px;
  height: 96px;
}
.bookticket-box .book-btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bookticket-box .book-btns .btn-search {
  width: 228px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: #1890ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
}
.bookticket-box .book-btns .btn-search:active {
  background-color: #136fc6;
}
.bookticket-box .book-btns .book-directflight {
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 21px;
  float: left;
}
.bookticket-box .book-btns .book-directflight .book-btn {
  position: relative;
  margin-right: 15px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bookticket-box .book-btns .book-directflight .book-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 12px;
  height: 12px;
  border: 1px solid #888;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bookticket-box .book-btns .book-directflight .cur::before {
  border: 1px solid #1890ff;
  background: url('https://img1.airkx.com/images/icon-dui.png') no-repeat top center;
  background-size: 8px;
  background-color: #1890ff;
}
.bookticket-box .book-dingzhi .tip {
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  color: #666;
}
.bookticket-box .book-dingzhi .txt-content {
  border: 1px solid #888;
  width: 100%;
  height: 120px;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  line-height: 20px;
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bookticket-box .book-dingzhi .div_pass {
  margin-top: 10px;
  color: #dd5145;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  clear: both;
}
.bookticket-box .book-dingzhi .div_pass #span_forget {
  cursor: pointer;
  color: #666;
}
.bookticket-box .book-dingzhi .btn {
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 25px auto 0 auto;
  font-size: 18px;
  border-radius: 4px;
  text-align: center;
  clear: both;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #1890ff;
  color: #fff;
}
.bookticket-box .book-dingzhi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bookticket-box .book-dingzhi-wrapper--item {
  width: 252px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 25px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
  float: left;
}
.bookticket-box .book-dingzhi-wrapper--item input {
  width: 184px;
  border: 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #666;
}
.bookticket-box .book-dingzhi-wrapper--item .book-dingzhi-password {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.banner-gn-box .bookticket-box {
  width: 550px;
}
.banner-gn-box .bookticket-box .form-txt-box .ddl-city {
  width: 450px;
}

