@charset "UTF-8";

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("/static_new/css/fonts/OpenSans-Bold.eot");
  src: url("/static_new/css/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url(/static_new/css/fonts/OpenSans-Bold.ttf);
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("/static_new/css/fonts/OpenSans-Regular.eot");
  src: url("/static_new/css/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url(/static_new/css/fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("/static_new/css/fonts/OpenSans-Semibold.eot");
  src: url("/static_new/css/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url(/static_new/css/fonts/OpenSans-Semibold.ttf);
}

html[lang="en"] .hx-contact .contact-us {
    width: 184px !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 750px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 970px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

.hide {
  display: none !important;
}

.db {
  display: block !important;
}

.mR10 {
  margin-right: 10px;
}

.mT10 {
  margin-top: 10px;
}

.mB20 {
  margin-bottom: 20px;
}

.mB40 {
  margin-bottom: 40px;
}

.mL0 {
  margin-left: 0 !important;
}

.mR0 {
  margin-right: 0 !important;
}

.mB10 {
  margin-bottom: 10px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: OpenSans-Regular, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, "Lato", "Microsoft JhengHei", "Noto-Sans-CJK-JP", "Noto-Sans-Thai", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: white;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

form:focus {
  outline: 0;
}

/*[tabindex="0"]:focus {
  outline: #333 solid 2px;
}*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
  background: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
button {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: 0;
}

input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="text"]::-ms-reveal,
input[type="password"]::-ms-reveal {
  width: 0;
  height: 0;
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

@-moz-document url-prefix() {

  [lang='en'] .item-title,
  .city-select-box .box-list dt {
    font-weight: normal !important;
  }
}

@-moz-document url-prefix() {
  [lang='en'] .page-title {
    font-weight: normal !important;
  }
}

[lang='ja'] * {
  font-family: "Meiryo", "Microsoft YaHei", arial, sans-serif !important;
}

/*zh 简中
cn 繁中
en 英语
th 泰文
jp 日文*/
[lang='cn'] * {
  font-family: PingFangSC-Regular, "Microsoft JhengHei", Arial, "Microsoft YaHei";
}

[lang='zh'] * {
  font-family: PingFangSC-Regular, "Microsoft JhengHei", Arial, "Microsoft YaHei";
}

@font-face {
  font-family: 'icomoon';
  src: url("/static_new/css/fonts/icomoon.eot?pipclo");
  src: url("/static_new/css/fonts/icomoon.eot?pipclo#iefix") format("embedded-opentype"), url("/static_new/css/fonts/icomoon.ttf?pipclo") format("truetype"), url("/static_new/css/fonts/icomoon.woff?pipclo") format("woff"), url("/static_new/css/fonts/icomoon.svg?pipclo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  content: '';
  display: inline-block;
  background-size: 100%;
}

.icon-email:before {
  content: "\e969";
}

.icon-Notice:before {
  content: "\e968";
}

.icon-Reduce:before {
  content: "\e964";
}

.icon-Increase:before {
  content: "\e965";
}

.icon-Minus:before {
  content: "\e966";
}

.icon-Add:before {
  content: "\e967";
}

.icon-Airpass:before {
  background: url('/static_new/img/icon/tag0.svg');
  width: 28px;
  height: 28px;
}

.flight-search-tab .item:hover .icon-Airpass:before,
.flight-search-tab .item.active .icon-Airpass:before {
  background: url('/static_new/img/icon/tag1.svg');
  width: 28px;
  height: 28px;
}

.icon-Award-Tickets:before {
  background: url('/static_new/img/icon/order0.svg');
  width: 28px;
  height: 28px;
}

.flight-search-tab .item:hover .icon-Award-Tickets:before,
.flight-search-tab .item.active .icon-Award-Tickets:before {
  background: url('/static_new/img/icon/order1.svg');
}

.icon-Continue:before {
  background: url('/static_new/img/icon/redarrow.svg');
  width: 16px;
  height: 16px;
}

.icon-search:before {
  background: url('/static_new/img/icon/arrow-right-line.svg');
  width: 19px;
  height: 19px;
  display: none;
}

@media screen and (min-width: 1371px) {
  .icon-search:before {
    display: inline-block;
  }
}

.icon-Flight:before {
  background: url('/static_new/img/icon/flight0.svg');
  width: 28px;
  height: 28px;
}

.flight-search-tab .item:hover .icon-Flight:before,
.flight-search-tab .item.active .icon-Flight:before {
  background: url('/static_new/img/icon/flight1.svg');
}

.icon-Live-Chat:before {
  content: "\e95c";
}

.icon-Packages:before {
  background: url('/static_new/img/icon/flightstatus0.svg');
  width: 28px;
  height: 28px;
}

.icon-Yearcard:before {
  background: url('/static_new/img/icon/yearcard.svg') no-repeat;
  background-size: 100%;
  width: 28px;
  height: 28px;
}

.flight-search-tab .item:hover .icon-Yearcard:before,
.flight-search-tab .item.active .icon-Yearcard:before {
  background: url('/static_new/img/icon/yearcard1.svg');
  background-size: 100%;
  width: 28px;
  height: 28px;
}

.flight-search-tab .item:hover .icon-Packages:before,
.flight-search-tab .item.active .icon-Packages:before {
  background: url('/static_new/img/icon/flightstatus1.svg');
}

.icon-Special-notice:before {
  content: "\e960";
}

.icon-Subscribe:before {
  content: "\e961";
}

.icon-Switch-Up:before {
  content: "\e962";
}

.icon-Switch:before {
  background: url('/static_new/img/icon/switch.svg');
  width: 34px;
  height: 34px;
}

.icon-Language:before {
  background: url(/static_new/img/icon/earth-fill.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.icon-calendar:before {
  background: url('/static_new/img/icon/calendar.svg');
  width: 20px;
  height: 20px;
  display: none;
}

.icon-suspended:before {
  content: "\e955";
}

.icon-left-triangle:before {
  background: url('/static_new/img/icon/arrow-right-s-line.svg') no-repeat;
  background-size: 100%;
  transform: rotate(-180deg);
  width: 20px;
  height: 20px;
}

.icon-right-triangle:before {
  background: url('/static_new/img/icon/arrow-right-s-line.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.icon-online-chat::before {
  background: url('/static_new/img/icon/customer-service-2-fill.svg') no-repeat;
  background-size: 100%;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
}

.icon-Recommended:before {
  content: "\e950";
}

.icon-The-hotel:before {
  content: "\e951";
}

.icon-Theplane:before {
  content: "\e952";
}

.icon-Preferred-Seat1:before {
  content: "\e94a";
}

.icon-Order-number1:before {
  content: "\e94b";
}

.icon-Operated1:before {
  content: "\e94c";
}

.icon-navchat:before{
  background: url('/static_new/img/icon_contact_us.png') no-repeat;
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.icon-Not-Available1:before {
  content: "\e94d";
  font-size: 16px;
}

.icon-littlefeiji1:before {
  content: "\e94e";
}

.icon-check-in:before {
  content: "\e94f";
}

.icon-Email:before {
  content: "\e93d";
}

.icon-Operated .path1:before {
  content: "\e93e";
  color: #3d3d3d;
}

.icon-Operated .path2:before {
  content: "\e93f";
  margin-left: -1em;
  color: white;
}

.icon-Operated .path3:before {
  content: "\e940";
  margin-left: -1em;
  color: white;
}

.icon-Order-number .path1:before {
  content: "\e941";
  color: #3d3d3d;
}

.icon-Order-number .path2:before {
  content: "\e942";
  margin-left: -1em;
  color: white;
}

.icon-Order-number .path3:before {
  content: "\e943";
  margin-left: -1em;
  color: white;
}

.icon-Order-number .path4:before {
  content: "\e944";
  margin-left: -1em;
  color: #3d3d3d;
}

.icon-Order-number .path5:before {
  content: "\e945";
  margin-left: -1em;
  color: #3d3d3d;
}

.icon-Order-number .path6:before {
  content: "\e946";
  margin-left: -1em;
  color: #3d3d3d;
}

.icon-Right-arrow:before {
  content: "\e947";
}

.icon-Successfulupgrade:before {
  content: "\e948";
}

.icon-The-left-arrow:before {
  content: "\e949";
}

.icon-CabinBaggage:before {
  content: "\e93b";
}

.icon-danjiantou:before {
  content: "\e93c";
}

.icon-gerenxinxi:before {
  content: "\e938";
}

.icon-huiyuanka:before {
  content: "\e939";
}

.icon-jifen:before {
  content: "\e93a";
}

.icon-delete:before {
  content: "\e936";
}

.icon-unfold:before {
  content: "\e937";
}

.icon-Preferred-Seat .path1:before {
  content: "\e924";
  color: #aa7527;
}

.icon-Preferred-Seat .path2:before {
  content: "\e925";
  margin-left: -1em;
  color: #ffc359;
}

.icon-Preferred-Seat .path3:before {
  content: "\e926";
  margin-left: -1em;
  color: #b37300;
}

.icon-Not-Available .path1:before {
  content: "\e927";
  color: #757575;
}

.icon-Not-Available .path2:before {
  content: "\e928";
  margin-left: -1em;
  color: #f2f2f2;
}

.icon-Not-Available .path3:before {
  content: "\e929";
  margin-left: -1em;
  color: #757575;
}

.icon-Exit:before {
  content: "\e92a";
}

.icon-Chosen-seat .path1:before {
  content: "\e92b";
  color: #eb0000;
}

.icon-Chosen-seat .path2:before {
  content: "\e92c";
  margin-left: -1em;
  color: white;
}

.icon-Available .path1:before {
  content: "\e92d";
  color: #333333;
}

.icon-Available .path2:before {
  content: "\e92e";
  margin-left: -1em;
  color: #f2f2f2;
}

.icon-Arrival:before {
  content: "\e930";
}

.icon-Departure:before {
  content: "\e931";
}

.icon-flight-arrow:before {
  content: "\e932";
}

.icon-littlefeiji:before {
  content: "\e933";
}

.icon-people:before {
  content: "\e934";
}

.icon-plus:before {
  content: "\e92f";
}

.icon-seat:before {
  content: "\e935";
}

.icon-BookFlight:before {
  content: "\e920";
}

.icon-FlightAlert:before {
  background: url('/static_new/img/icon/info.svg') no-repeat;
  width: 16px;
  height: 16px;
}

.icon-FlightStatus:before {
  content: "\e922";
}

.icon-SelfrebookingService:before {
  content: "\e923";
}

.icon-conditionPointfill:before {
  content: "\e91f";
}

.icon-baggage:before {
  content: "\e914";
}

.icon-business1:before {
  content: "\e915";
}

.icon-click:before {
  content: "\e916";
}

.icon-insuranceProduct:before {
  content: "\e917";
}

.icon-leftPoint:before {
  content: "\e918";
}

.icon-lounge:before {
  content: "\e919";
}

.icon-meal:before {
  content: "\e91a";
}

.icon-other:before {
  content: "\e91b";
}

.icon-rightPoint:before {
  content: "\e91c";
}

.icon-space:before {
  content: "\e91d";
}

.icon-vip:before {
  content: "\e91e";
}

.icon-business:before {
  content: "\e900";
}

.icon-chat:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-collapse:before {
  content: "\e903";
}

.icon-conditionPoint:before {
  content: "\e904";
}

.icon-expand:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-linePoint:before {
  background: url('/static_new/img/icon/arrow-right-s-line.svg') no-repeat;
  width: 24px;
  height: 24px;
}

.icon-link:before {
  content: "\e909";
}

.icon-menu:before {
  background: url('/static_new/img/icon/menu.svg') no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100%;
  margin-right: 8px;
}

.icon-more:before {
  background: url('/static_new/img/icon/arrow-right-s-line.svg') no-repeat;
  width: 18px;
  height: 18px;
}

.icon-paragraphPoint:before {
  content: "\e90c";
}

.icon-position:before {
  content: "\e90d";
}

.icon-topping:before {
  background: url('/static_new/img/icon/top.svg') no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.icon-trianglePoint:before {
  content: "\e910";
}

.icon-weChat:before {
  background: url('/static_new/img/icon/wechat-fill.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.icon-weibo:before {
  background: url('/static_new/img/icon/weibo-fill.svg') no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.icon-youtube:before {
  content: "\e913";
}

.icon-login:before {
  background: url(/static_new/img/icon/login.svg);
  width: 24px;
  height: 24px;
}

.icon-loginb:before {
  background: url(/static_new/img/icon/loginb.svg);
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.icon-mesaage:before {
  background: url(/static_new/img/icon/msg.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.icon-mesaage2:before {
  background: url(/static_new/img/icon/msgnotice.svg);
  width: 24px;
  height: 24px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 1080px) {
  .container {
    width: 1080px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.row {
  display: flex;
  align-items: center;
}

.row2 {
  justify-content: space-between;
}

.row .row2 {
  display: flex;
  width: 50%;
  align-items: center;
  background: #F7F5F5;
  border-radius: 12px;
  border: 1px solid #F7F5F5;
}

.row2:nth-child(2) {
  margin-left: 24px;
}

.row3 {
  width: 100%;
  margin-top: 24px;
}

.row3 .item {
  width: 50%;
  background: #F7F5F5;
  border: 1px solid #F7F5F5;
  border-radius: 12px;
}

.row3 .item:nth-child(1),
.row3 .item:nth-child(2) {
  margin-right: 24px;
}

.row2 {
  justify-content: space-between;
}

.row .row2 {
  display: flex;
  width: 460px;
  align-items: center;
  background: #F7F5F5;
  border-radius: 12px;
}

.row2:nth-child(2) {
  margin-left: 24px;
}

.row3 {
  width: 100%;
  margin-top: 24px;
}

.row3 .item {
  width: 50%;
  background: #F7F5F5;
  border-radius: 12px;
}

.icon-menunew-pad {
  display: none !important;
}

@media screen and (min-width: 1080px) and (max-width: 1370px) {
  .row-pad .booking-trip {
    width: calc(100% / 2 - 25px);
  }
}  
@media screen and (max-width: 1079px) {
  .row-pad {
    flex-direction: column;
  }

  .row-pad .booking-trip {
    width: calc(100% / 2 - 24px);
  }

  .icon-menunew-pad {
    display: block !important;
  }

  .row3 .item-pad {
    width: calc((100% - 48px) / 3);
  }

  .row2:nth-child(2) {
    margin-left: 0;
  }

  .row .row2 {
    width: 928px;
    margin-bottom: 30px;
    flex-shrink: 0;
    border: none;
  }

  .row {
    align-items: unset;
  }

  .row3 {
    flex-wrap: wrap;
    display: flex;
    margin-top: 0;
  }

  .flight-search-inputs2 .item-btns {
    margin-left: 0;
    padding: 0 !important;
  }

  .flight-search-inputs2 .item-btns .btn-search {
    width: 928px !important;
  }

  .calendar-group {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .row-pad .booking-trip {
    width: calc(100% / 2 - 2px);
  }
}

@media screen and (max-width: 989px) {
  .row3 .item {
    width: 100%;
  }

  .row3 .item-pad {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 24px !important;
  }

}

@media screen and (max-width: 1080px) {
  .frist-header .nav-msg-li .msg-cont .msg {
    width: 100% !important;
    padding-left: 8px !important;
  }

  .flight-search-content .btn-open-search {
    position: relative !important;
    right: unset !important;
    top: unset !important;
    width: 100%;
    height: 56px;
    border-radius: 28px;
  }

  .btn-open-search .name {
    display: block !important;
  }

  .flight-search-content .btn-open-search .icon-Continue {
    display: none;
  }

  .row .row2 {
    width: 100% !important;
  }

  .row3 .item-pad {
    margin-bottom: 24px !important;
  }

  .row3 .item-btns {
    width: 100%;
    margin-left: 0 !important;
  }

  .flight-search-inputs2 .item-btns .btn-search {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .row-pad .calendar-group {
    display: flex;
    align-items: center;
    background: #fff;
  }

  .row-pad .calendar-group .item {
    background: #F7F5F5;
    border-radius: 12px;
  }

  .row-pad .calendar-group .item-return {
    border-radius: 12px;
    background: #F7F5F5;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .flight-search-tab .name {
    padding: 8px 0 !important;
  }

  .flight-search-tab .item {
    padding: 0 !important;
  }

  .flight-search-tab .icon {
    position: relative !important;
    margin-top: 0 !important;
  }

  .tabname {
    display: none;
  }

  .row .row2 {
    margin-bottom: 16px;
  }

  .row-pad .calendar-group {
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  .row-pad .calendar-group .item {
    background: #F7F5F5;
    border-radius: 12px;
  }

  .row-pad .calendar-group .item-return {
    margin-top: 16px;
    border-radius: 12px;
    background: #F7F5F5;
  }

  .flight-search-inputs .item,
  .flight-search-address .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.row::after {
  display: block;
  clear: both;
  content: "";
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 990px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.btn {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1rem solid transparent;
  border-radius: 1.25rem;
  cursor: default;
}

.more-button {
  text-align: center;
  width: 100%;
}

.more-btn {
  color: rgba(28, 28, 28, 1);
  border: 1px solid #E7E7E7;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
}

.getinfo-btn {
  display: inline-flex;
  align-items: center;
  color: rgba(28, 28, 28, 1);
  background: #fff;
  border: 1px solid #E7E7E7;
  margin-top: 20px;
  box-shadow: 0px 1px 2px 0px rgba(17, 24, 39, 0.05);
  line-height: 22px;
  font-size: 14px;
  margin-top: 0;
}

.btn:focus {
  outline: none 0;
}

.btn .icon-plus,
.btn .icon-leftPoint {
  vertical-align: -.1rem;
  padding-right: 0.5rem;
}

.btn .icon-rightPoint {
  vertical-align: -.1rem;
  padding-left: 0.5rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  border-color: #EB0000;
  color: #EB0000;
}

.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary.focus-visible:not(:disabled):not(.disabled):focus {
  background: #EB0000;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #b10000;
  border-color: #b10000;
}

.btn-primary.disabled {
  border-color: #D3D3D3;
  color: #757575;
}

.btn-assist {
  padding: 0.4rem 1.5rem;
  border-color: #EB0000;
  color: #fff;
  background-color: #EB0000;
}

.btn-assist:not(:disabled):not(.disabled):hover,
.btn-assist.focus-visible:not(:disabled):not(.disabled):focus {
  border-color: #b10000;
  background-color: #b10000;
  text-decoration: none;
}

.btn-assist.disabled {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #757575;
}

.btn-normal {
  padding: 0.4rem 0;
  width: 7.3rem;
  border-color: #EB0000;
  color: #EB0000;
}

.btn-normal:not(:disabled):not(.disabled):hover,
.btn-normal.focus-visible:not(:disabled):not(.disabled):focus {
  background: #EB0000;
  color: #fff;
}

.btn-normal:not(:disabled):not(.disabled):active {
  background: #b10000;
  border-color: #b10000;
}

.btn-normal.disabled {
  border-color: #D3D3D3;
  color: #757575;
}

.btn-regular {
  padding: 0 1.5rem;
  border-color: #EB0000;
  color: #fff;
  height: 2.5rem;
  line-height: 2.4rem;
  background-color: #EB0000;
}

.btn-regular:not(:disabled):not(.disabled):hover,
.btn-regular.focus-visible:not(:disabled):not(.disabled):focus {
  border-color: #b10000;
  background-color: #b10000;
  text-decoration: none;
}

.btn-regular.disabled {
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #757575;
}

@media (max-width: 768px) {
  .btn-regular {
    padding: 0;
    width: 100%;
  }
}

.btn-info {
  padding: 0.4rem 0;
  width: 12.5rem;
  border-color: #EB0000;
  color: #EB0000;
}

.btn-info:not(:disabled):not(.disabled):hover,
.btn-info.focus-visible:not(:disabled):not(.disabled):focus {
  background: #EB0000;
  color: #fff;
}

.btn-info:not(:disabled):not(.disabled):active {
  background: #b10000;
  border-color: #b10000;
}

.btn-info.disabled {
  border-color: #D3D3D3;
  color: #757575;
}

.input-group {
  position: relative;
  width: 100%;
  font-size: .8rem;
  color: #757575;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.input-group .text {
  width: 100%;
  padding: .55rem .75rem;
  padding-right: 1.2rem;
  border: 0.1rem solid #d4d4d4;
  outline: none;
  border-radius: .25rem;
}

.input-group .l-info {
  display: inline-block;
  margin: .55rem 0;
  width: 3.8rem;
  padding-left: .75rem;
  border-right: 2px solid #d4d4d4;
}

.input-group .r-text {
  width: -webkit-calc(100% - 4.1rem);
  width: calc(100% - 4.1rem);
  border: none;
  outline: none;
  padding: .55rem .75rem;
  padding-right: 1.2rem;
}

.input-group .text-entry {
  border: 0.1rem solid #d4d4d4;
  border-radius: .25rem;
}

.input-group .clean-txt {
  display: none;
  position: absolute;
  padding: 0;
  right: .7rem;
  top: .75rem;
  width: 1.1rem;
  height: 1.3rem;
  color: #333333;
  border: none;
  cursor: pointer;
}

.input-group .clean-txt .icon-close {
  font-size: 1rem;
}

.input-group .badge-info {
  position: absolute;
  left: 0;
  top: 2.85rem;
  z-index: 99;
  display: none;
}

.input-group.filled .clean-txt {
  display: block;
  display: none\0;
}

.input-group.filled .clean-txt:focus {
  display: block !important;
  display: none\0;
  outline: none;
  color: #EB0000;
}

.input-group.disabled {
  background: #f2f2f2;
}

.input-group.disabled .text,
.input-group.disabled .r-text,
.input-group.disabled .text-entry {
  border-color: #f2f2f2;
  color: #555555;
  background: #f2f2f2;
}

.input-group.disabled .text-entry {
  border-radius: .25rem;
}

.input-group:not(:disabled):not(.disabled):hover .text,
.input-group:not(:disabled):not(.disabled):hover .text-entry {
  border: 0.1rem solid #333333;
}

.input-group:not(.disabled):not(.error).active .text,
.input-group:not(.disabled):not(.error).active .text-entry {
  border: 0.1rem solid #333333;
}

.input-group.error .text,
.input-group.error .text-entry {
  border: 0.1rem solid #EB0000;
}

.input-group.error:not(:disabled):not(.disabled):hover .text,
.input-group.error:not(:disabled):not(.disabled):hover .text-entry {
  border: 0.1rem solid #EB0000 !important;
}

.input-mult-group .text-mult-entry {
  height: 2.5rem;
}

.input-mult-group .sing-text {
  float: left;
  width: 100%;
  height: 2.5rem;
  padding-left: .75rem;
  font-size: .8rem;
  color: #757575;
  border: 0.1rem solid #d4d4d4;
  outline: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.input-mult-group .sing-text.disabled {
  border: 0.1rem solid #f2f2f2;
  background: #f2f2f2;
  color: #555555;
}

.input-mult-group .sing-text:not(:disabled):not(.disabled):hover,
.input-mult-group .sing-text:not(.disabled):focus {
  border: 0.1rem solid #333333;
}

.input-mult-group .sing-text:not(.disabled):not(.error).active {
  border: 0.1rem solid #333333;
}

.input-mult-group .sing-text.error {
  border: 0.1rem solid #EB0000 !important;
}

.input-mult-group .sing-text.error:not(:disabled):not(.disabled):hover {
  border: 0.1rem solid #EB0000;
}

.input-mult-group .sing-text.mini-text {
  width: 25%;
  margin-right: 2%;
}

@media screen and (max-width: 767px) {
  .input-mult-group .sing-text.mini-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}

.input-mult-group .sing-text.sm-text {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .input-mult-group .sing-text.sm-text {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}

.input-single {
  position: relative;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

.input-single .label-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1px;
  left: 10px;
  right: 10px;
  line-height: 24px;
}

.input-single label {
  vertical-align: top;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(28, 28, 28, 0.80);
  padding-top: 8px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .select-single label,
  .input-single label {
    font-size: 12px !important;
  }
  .input-single .label-wrap {
	  right:0px !important;
	  
  }
}

.input-single.input-group {
  position: relative;
}

.input-single.input-group .text {
  padding: 30px 9px 8px;
  border: 1px solid transparent;
  border-radius: 0;
  background: none;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 600;
}


.input-single.input-group .text:-ms-input-placeholder {
  color: #757575 !important;
}

.input-single.input-group .text::-moz-placeholder {
  color: #757575 !important;
}

.input-single.input-group .text::-webkit-input-placeholder {
  color: #757575 !important;
}

.input-single.input-group .text::-ms-input-placeholder {
  color: #757575 !important;
}

.input-single.input-group .text::placeholder {
  color: #757575 !important;
}

.input-single.input-group .text.no-support {
  color: #757575;
}

.input-single.input-group .no-border-bottom {
  border-bottom-color: transparent;
}

.input-single.input-group:not(.disabled):not(.error).active .text,
.input-single.input-group:not(:disabled):not(.disabled):hover .text {
  border: 1px solid transparent;
}

.input-single.input-group.error .text {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 5px;
}

.input-single.input-group.error .label-wrap {
  left: 10px;
}

.input-single.input-group.error:not(:disabled):not(.disabled):hover .text {
  border: 1px solid #EB0000 !important;
}

.input-single.input-group.filled .clean-txt:focus {
  color: #8c2346;
}

.input-single .clean-txt {
  right: 10px;
  top: 35px;
  width: auto;
  height: auto;
  line-height: 1;
  color: #333333;
}

.input-single .clean-txt .icon-Not-Available1 {
  display: none;
}

.input-single .badge {
  padding: 0 10px;
  background: none;
  font-size: 14px;
}

.input-single .calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 20px;
  color: #333333;
}

.input-single .prompt-bubble-sigh .prompt-btn {
  margin-left: 8px;
}

.select-group {
  position: relative;
  width: 100%;
  height: 2.5rem;
  color: #757575;
  border: 0.1rem solid #d4d4d4;
  border-radius: .25rem;
  cursor: pointer;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.select-group select {
  width: 100%;
  height: 100%;
  padding-left: .75rem;
  background-color: #fff;
  border: none;
  border-radius: .1rem;
  outline: none;
  vertical-align: middle;
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

.select-group select::-ms-expand {
  display: none;
}

.select-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #705a39;
}

@-moz-document url-prefix() {
  .select-group select {
    padding-left: .55rem;
  }
}

.select-group .icon-expand {
  position: absolute;
  width: .7rem;
  height: .7rem;
  top: .8rem;
  right: 1rem;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.select-group.disabled {
  border-color: #f2f2f2;
}

.select-group.disabled select {
  background: #f2f2f2;
  color: #555555;
}

.select-group.error {
  border: 0.1rem solid #EB0000;
}

.select-single {
  position: relative;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

.select-single .label-wrap {
  position: absolute;
  top: 1px;
  left: 10px;
  right: 10px;
  line-height: 24px;
  padding-top: 8px;
  width: 100%;
}

.select-single label {
  vertical-align: top;
  margin-bottom: 0;
  font-size: 14px;
  color: #757575;
}

.select-single.select-group {
  height: auto;
  border: 1px solid transparent;
  border-radius: 0;
}

.select-single.select-group select {
  padding: 30px 9px 8px;
  background: none;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.select-single.select-group .icon-expand {
  width: auto;
  height: auto;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #333333;
  display: none\0;
}

.select-single.select-group:not(.disabled):hover,
.select-single.select-group.active {
  border: 1px solid transparent;
}

.select-single .prompt-bubble-sigh .prompt-btn {
  margin-left: 8px;
}

.prompt-bubble {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
  margin-left: 6px;
}

.prompt-bubble .question {
  display: block;
  width: 18px;
  border-radius: 50%;
  background: #8c2346;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #fff !important;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  cursor: pointer;
}

.prompt-bubble .bubble-info {
  left: 50%;
  width: 344px;
  margin-left: -172px;
}

.prompt-bubble:after {
  content: "";
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -16px;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 24px solid;
  color: #F8F1F4;
  display: none;
}

.prompt-bubble.show:after {
  display: block;
}

.prompt-bubble0 .bubble-info {
  width: 524px;
  margin-left: -262px;
}

.prompt-bubble0 .bubble-info .desc {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  color: #555555;
}

.prompt-bubble0 .bubble-info .title1,
.prompt-bubble0 .bubble-info .title {
  color: #333333;
}

.bubble-info {
  position: absolute;
  z-index: 99;
  top: 100%;
  padding-top: 24px;
  text-align: left !important;
}

.bubble-info .desc {
  padding: 20px;
  background: #F8F1F4;
}

.bubble-info .title1,
.bubble-info .title {
  margin-bottom: 10px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

.passenger-bubble .bubble-info {
  width: 180px;
  margin-left: -90px;
}

.passenger-bubble .bubble-info .title1,
.passenger-bubble .bubble-info .title {
  color: #333333;
}

.passenger-bubble .bubble-info .desc {
  padding-left: 15px;
  padding-right: 15px;
}

.prompt-bubble-wrap {
  position: relative;
}

.prompt-bubble-wrap>.bubble-info {
  left: 0;
  right: 0;
}

.prompt-bubble-wrap>.bubble-info .desc {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  color: #555555;
}

.prompt-bubble-wrap>.bubble-info .title {
  color: #333333;
}

.prompt-bubble-sigh {
  position: relative;
}

.prompt-bubble-sigh .icon-FlightAlert {
  padding: 2px 0;
  font-size: 20px;
  color: #8c2346;
}

.prompt-bubble-sigh .prompt-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  cursor: pointer;
}

.prompt-bubble-sigh .prompt-btn:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 22px solid;
  color: #F8F1F4;
  display: none;
}

.prompt-bubble-sigh .question {
  padding: 3px 0;
}

.prompt-bubble-sigh .question:before {
  content: "?";
  display: block;
  width: 18px;
  border-radius: 50%;
  background: #8c2346;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #fff !important;
}

.prompt-bubble-sigh .bubble-info {
  display: none;
  width: 524px;
  padding-top: 12px;
}

.prompt-bubble-sigh .bubble-info .desc {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  color: #555555;
}

.prompt-bubble-sigh .bubble-info .title {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .prompt-bubble-sigh .bubble-info {
    width: 100vw;
  }
}

.prompt-bubble-sigh.align-l .bubble-info {
  left: 0;
}

@media screen and (max-width: 767px) {
  .prompt-bubble-sigh.align-l .bubble-info {
    left: -30px;
  }
}

.prompt-bubble-sigh.align-r .bubble-info {
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .prompt-bubble-sigh.align-r .bubble-info {
    right: -30px;
  }
}

.prompt-bubble-sigh.show .bubble-info,
.prompt-bubble-sigh.show .prompt-btn:after {
  display: block;
}

.date-range-picker {
  display: none;
  position: absolute;
  padding: 15px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

@media screen and (min-width: 1080px) and (max-width: 1370px) {
  .date-range-picker {
    padding: 12px 8px 10px;
  }
}

.date-range-picker .close-picker {
  position: absolute;
  right: 12px;
  top: 15px;
  cursor: pointer;
}

.date-range-picker .preMonth {
  float: left;
  position: absolute;
  left: 15px;
  top: 5px;
  cursor: pointer;
  color: #000;
}

.date-range-picker .nextMonth {
  float: right;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
  color: #000;
}

.date-range-picker .picker-body {
  margin-top: 28px;
}

.date-range-picker .picker-hd {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.date-range-picker .picker-hd h3 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  color: #333;
  cursor: default;
}

.date-range-picker .date-row {
  color: #333;
}

.date-range-picker .date-row th {
  display: inline-block;
  width: 44px;
  height: 22px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
  cursor: default;
  color: #757575;
  font-size: 14px;
}

.date-range-picker .date-row .date-td {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  font-weight: normal;
  cursor: pointer;
  font-size: 16px;
}

.date-range-picker .date-row .date-td:hover {
  border: 1px solid #EB0000;
  border-radius: 5px;
  background-clip: padding-box;
  color: #EB0000;
}

.date-range-picker .date-row .date-td.empty-date:hover {
  border: none;
  background-color: #fff;
  cursor: default;
}

.date-range-picker .date-row .date-td.gray-date {
  color: #ccc;
}

.date-range-picker .date-row .date-td.gray-date:hover {
  border: none;
  background-color: #fff;
  cursor: default;
  color: #ccc;
}

.date-range-picker .date-row .date-td.today {
  color: #EB0000;
}

.date-range-picker .date-row .date-td.hover {
  border: 1px solid #EB0000;
  border-radius: 5px;
  color: #EB0000;
}

.date-range-picker .date-row .date-td.active {
  border-radius: 5px;
  background-color: #EB0000;
  color: #fff;
}

.date-range-picker .date-row .date-td.range {
  background-color: #F8F1F4;
}

.date-range-picker .date-row .date-td.range.active {
  background-color: #EB0000;
  color: #fff;
}

.date-range-picker .date-row .date-td.range.today {
  color: #333;
}

.date-range-picker .date-row .date-td .day {
  position: absolute;
  left: 50%;
  top: 22px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.date-range-picker .date-row .empty-date {
  display: inline-block;
  width: 44px;
  height: 44px;
}

.date-range-picker .date-row .start-date.range:not(.end-date):after {
  content: "";
  background-color: #FFF1F0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}

.date-range-picker .date-row .start-date.end-date .day {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  text-align: center;
}

.date-range-picker .date-row .end-date.range:not(.start-date):before {
  content: "";
  background-color: #FFF1F0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: -1;
}

.date-range-picker .picker-con {
  float: left;
}

.date-range-picker .left-con {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .date-range-picker {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-width: 320px;
    max-height: 546px;
    overflow-y: auto;
    left: 0 !important;
  }

  .date-range-picker .picker-con {
    width: 100%;
  }

  .date-range-picker .picker-con .date-table {
    margin: 0 auto;
  }

  .date-range-picker .preMonth,
  .date-range-picker .nextMonth {
    display: none;
  }
}

.date-range-picker .date-table {
  border-collapse: separate;
}

.layer-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8999;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  background: rgba(51, 51, 51, 0.6);
  display: none;
}

.layer-main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  padding: 30px;
  background: white;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .layer-main {
    width: auto;
    margin-left: 0;
    left: 20px;
    right: 20px;
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 340px) {
  .layer-main {
    left: 10px;
    right: 10px;
  }
}

.layer-top {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 14px;
}

.layer-top::after {
  display: block;
  clear: both;
  content: "";
}

.layer-top .title {
  float: left;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 20px;
  color: #4B4B4B;
  line-height: 1.35;
}

.layer-top .layer-close {
  float: right;
  margin-top: 2px;
}

.layer-top .layer-close:focus {
  color: #EB0000;
}

@media screen and (max-width: 767px) {
  .layer-top .title {
    font-size: 18px;
    line-height: 24px;
  }

  .layer-top .layer-close {
    margin-top: 0;
  }
}

.layer-close {
  border: none;
  padding: 0;
  line-height: 24px;
  color: #757575;
}

.layer-close .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin-left: 6px;
}

.layer-close:hover {
  color: #EB0000;
}

@media screen and (max-width: 340px) {
  .layer-close {
    font-size: 14px;
  }
}

.layer-content {
  padding-top: 20px;
}

.layer-content .ico {
  display: block;
  height: 100px;
  margin-bottom: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.layer-content .btn-wrap,
.layer-content .text {
  text-align: center;
}

.layer-content .btn-wrap {
  margin-top: 26px;
  letter-spacing: -6px;
}

.layer-content .btn-wrap .btn {
  letter-spacing: 0;
  margin: 0 15px;
}

.layer-content .weixin-wrap {
  text-align: center;
  padding: 20px 0 10px;
}

.layer-content .weixin-wrap img {
  width: 200px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .layer-content {
    padding-top: 10px;
  }

  .layer-content .ico {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-bottom: 1px;
  }

  .layer-content .btn-wrap {
    margin-top: 20px;
  }

  .layer-content .btn-wrap .btn {
    margin: 0 10px;
  }

  .layer-content .weixin-wrap {
    padding: 30px 0 20px;
  }
}

@media screen and (max-width: 340px) {
  .layer-content .btn-wrap .btn {
    margin: 0 5px;
  }
}

.layer-noresult .layer-content .ico {
  background-image: url("/static_new/img/tc-noresult.png");
}

.layer-error .layer-content .ico {
  background-image: url("/static_new/img/tc-error.png");
}

.layer-success .layer-content .ico {
  background-image: url("/static_new/img/tc-success.png");
}

.layer-tips .layer-content .ico {
  background-image: url("/static_new/img/tc-tips.png");
}

.layer-explain .layer-content {
  padding-top: 30px;
}

.layer-explain .layer-content .text {
  text-align: left;
}

.checkbox-group {
  cursor: pointer;
}

.checkbox-group .checkbox {
  position: relative;
  width: .9rem;
  height: .9rem;
  margin-right: .5rem;
}

.checkbox-group .checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.checkbox-group .checkbox .icon {
  float: left;
  margin-top: .15rem;
  width: .9rem;
  height: .9rem;
  line-height: .85rem;
  font-size: .6rem;
  border: 1px solid #cccccc;
  border-radius: .1rem;
  text-align: center;
}

.checkbox-group .checkbox .icon.focus-style {
  outline: 2px solid #333333;
}

.checkbox-group .checkbox .icon-click:before {
  content: "";
}

.checkbox-group.checked .checkbox .icon {
  background: #8c2346;
  border-color: #8c2346;
  color: #fff;
}

.checkbox-group.checked .checkbox .icon-click:before {
  content: "\e916";
}

.checkbox-group.disabled .checkbox .icon {
  background: #f2f2f2;
  border-color: #f2f2f2;
}

/* ========================================================================
 * HX: adge  v1.0.0  通用输入框
 * Author: dyy
 * ========================================================================
 * Copyright 2019-~ Travelsky ICED
 * response adge compoment
 * ======================================================================== */
.badge {
  width: 100%;
  padding: .75rem;
  border-radius: .25rem;
}

.badge h5,
.badge h6 {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: .8rem;
}

.badge-info {
  background: #F8F1F4;
}

.badge-warn {
  background: #FCF7E7;
}

.badge-error {
  background: #F8F1F4;
  color: #EB0000;
}

.badge-suc {
  background: #EBF8F3;
  color: #008222;
}

.radio-group {
  cursor: pointer;
}

.radio-group .radio {
  position: relative;
  width: .6rem;
  height: .6rem;
  margin-right: .5rem;
}

.radio-group .radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.radio-group .radio .radio-icon {
  float: left;
  margin-top: .35rem;
  width: .6rem;
  height: .6rem;
  line-height: .55rem;
  font-size: .6rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
  text-align: center;
}

.radio-group.checked .radio .radio-icon {
  border-color: #EB0000;
}

.radio-group.checked .radio .radio-icon:before {
  content: "";
  width: .4rem;
  height: .4rem;
  background: #EB0000;
  display: block;
  border-radius: 50%;
  margin: 1px auto;
}

.date-range-picker-new {
  min-height: 460px;
}

.date-range-picker-new .date-row .date-td {
  position: relative;
  width: 62px;
  height: 62px;
  text-align: center;
  padding: 5px 1px 1px;
}

.date-range-picker-new .date-row .date-td .day {
  position: inherit;
  left: initial;
  top: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}

.date-range-picker-new .date-row .date-td .day.hot {
  display: inline-block;
  width: 98%;
  overflow: hidden;
}

.date-range-picker-new .date-row .date-td:hover .price {
  color: #EB0000;
}

.date-range-picker-new .date-row .date-td.active .price {
  color: #fff;
}

.date-range-picker-new .date-row .date-td.active .hot:after {
  background-color: #fff;
}

.date-range-picker-new .date-row .empty-date {
  width: 62px;
  height: 62px;
}

.date-range-picker-new .date-row th {
  width: 62px;
}

.date-range-picker-new .date-row .start-date.end-date .day {
  margin: -3px 0px 0px 1px;
  width: 60px;
  height: 58px;
  border-radius: 5px;
  line-height: initial;
}

.date-range-picker-new .date-row .price {
  font-size: 12px;
  color: #757575;
  line-height: 1.2;
}

.date-range-picker-new .date-row .low-price {
  color: #8C2346;
}

.date-range-picker-new .date-row .hot:after {
  position: absolute;
  display: table;
  content: "";
  width: 4px;
  height: 4px;
  background: #EB0000;
  right: 1px;
  top: 0;
  border-radius: 50%;
}

@media screen and (max-width: 989px) {
  .date-range-picker-new .date-row .date-td {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }

  .date-range-picker-new .date-row th {
    width: 50px;
  }

  .date-range-picker-new .date-row .price {
    font-size: 10px;
  }

  .date-range-picker-new .date-row .start-date.end-date .day {
    width: 95%;
    height: 46px;
  }
}

.date-range-picker-new .holly {
  background: #fafafa;
  padding: 10px;
  width: 434px;
  height: 65px;
  overflow: auto;
}

.date-range-picker-new .holly.no {
  padding: 0;
  height: 0;
}

.date-range-picker-new .holly li {
  position: relative;
  font-size: 12px;
  line-height: 18px;
  color: #555;
  margin-bottom: 4px;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.date-range-picker-new .holly li:after {
  position: absolute;
  display: table;
  content: "";
  width: 4px;
  height: 4px;
  background: #EB0000;
  left: 10px;
  top: 6px;
  border-radius: 50%;
}

@media screen and (max-width: 989px) {
  .date-range-picker-new .holly {
    width: 350px;
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .date-range-picker-new .holly {
    width: auto;
    overflow: initial;
    height: auto;
  }

  .date-range-picker-new .holly li {
    white-space: normal;
  }
}

@media screen and (max-width: 989px) {
  .date-range-picker-new {
    padding: 15px 8px 10px;
    min-height: 390px;
  }

  .date-range-picker-new .left-con {
    margin-right: 12px;
  }
}

@media screen and (max-width: 767px) {

  .date-range-picker-new .preMonth,
  .date-range-picker-new .nextMonth {
    display: block;
  }

  .date-range-picker-new .date-row .date-td {
    padding: 5px 0 0;
  }

  .date-range-picker-new .date-row .date-td.hover {
    border: none;
  }
}

.layer-mask {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.35;
  filter: alpha(opacity=60);
  z-index: 10;
}

.layer-mask-con {
  position: relative;
  height: 100%;
}

.layer-mask-con img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100px;
}

.fade-in .layer-mask {
  display: block;
}

@media screen and (max-width: 767px) {
  .fade-in .layer-mask {
    position: fixed;
  }
}

.new-header .float-left {
  float: left;
}

.new-header .float-right {
  float: right;
}

.new-header .cl {
  clear: both;
}

.new-header .skip {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #cfcfcf;
  box-shadow: 0 0 10px #cfcfcf;
}

.new-header .skip:focus {
  opacity: 1;
}

.new-header .skip-auto-fix {
  width: 1%;
  height: 1px;
  display: none;
}

.new-header .skip-img {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
}

@media (min-width: 768px) and (max-width: 1079px) {
  .new-header .col-lg-2-5 {
    float: right !important;
  }
}

@media (min-width: 1079px) {
  .new-header .col-lg-1 {
    width: 8.33333%;
  }

  .new-header .col-lg-2 {
    width: 16.66667%;
  }

  .new-header .col-lg-2-5 {
    width: 19%;
    margin-right: 0 !important;
  }

  .new-header .col-lg-3 {
    width: 25%;
  }

  .new-header .col-lg-4 {
    width: 33.33333%;
  }

  .new-header .col-lg-4-5 {
    width: 38.33333%;
  }

  .new-header .col-lg-5 {
    width: 41.66667%;
  }

  .new-header .col-lg-6 {
    width: 50%;
  }

  .new-header .col-lg-7 {
    width: 58.33333%;
  }

  .new-header .col-lg-8 {
    width: 66.66667%;
  }

  .new-header .col-lg-9 {
    width: 75%;
  }

  .new-header .col-lg-10 {
    width: 83.33333%;
  }

  .new-header .col-lg-11 {
    width: 91.66667%;
  }

  .new-header .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1079px) {
  .new-header .col-md-1 {
    width: 8.33333%;
  }

  .new-header .col-md-2 {
    width: 16.66667%;
  }

  .new-header .col-md-3 {
    width: 25%;
  }

  .new-header .col-md-4 {
    width: 33.33333%;
  }

  .new-header .col-md-5 {
    width: 41.66667%;
  }

  .new-header .col-md-6 {
    width: 50%;
  }

  .new-header .col-md-7 {
    width: 58.33333%;
  }

  .new-header .col-md-8 {
    width: 66.66667%;
  }

  .new-header .col-md-9 {
    width: 75%;
  }

  .new-header .col-md-10 {
    width: 83.33333%;
  }

  .new-header .col-md-11 {
    width: 91.66667%;
  }

  .new-header .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .new-header .col-xs-1 {
    width: 8.33333%;
  }

  .new-header .col-xs-2 {
    width: 16.66667%;
  }

  .new-header .col-xs-3 {
    width: 25%;
  }

  .new-header .col-xs-4 {
    width: 33.33333%;
  }

  .new-header .col-xs-5 {
    width: 41.66667%;
  }

  .new-header .col-xs-6 {
    width: 50%;
  }

  .new-header .col-xs-7 {
    width: 58.33333%;
  }

  .new-header .col-xs-8 {
    width: 66.66667%;
  }

  .new-header .col-xs-9 {
    width: 75%;
  }

  .new-header .col-xs-10 {
    width: 83.33333%;
  }

  .new-header .col-xs-11 {
    width: 91.66667%;
  }

  .new-header .col-xs-12 {
    width: 100%;
  }
}

.new-header .frist-header {
  background: #D9272E;
  background: -webkit-linear-gradient(90deg, #EB2227 0%, #CA2F53 68.27%, #9F2F4B 100%);
  background: linear-gradient(90deg, #EB2227 0%, #CA2F53 68.27%, #9F2F4B 100%);
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header {
    background: #D9272E;
    background: -webkit-linear-gradient(90deg, #EB2227 0%, #CA2F53 68.27%, #9F2F4B 100%);
    background: linear-gradient(90deg, #EB2227 0%, #CA2F53 68.27%, #9F2F4B 100%);
  }
}

@media screen and (max-width: 768px) {
  .new-header .frist-header {
    background: #D9272E;
    background: -webkit-linear-gradient(90deg, #EB2227 0%, #CA2F53 68.27%, #9F2F4B 100%);
    background: linear-gradient(90deg, #EB2227 0%, #CA2F53 68.27%, #9F2F4B 100%);
  }
}

@media screen and (min-width: 1080px) {
  .booking-trip {
    width: 215px;
  }

  .new-header .frist-header .panel {
    width: 1080px;
    margin: 0 auto;
    padding: 0 !important;
  }
}


@media screen and (min-width: 768px) and (max-width: 1079px) {
  .new-header .frist-header .panel {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-header .frist-header .panel {
    padding: 0;
  }
}

.new-header .frist-header .panel .logo {
  display: inline-block;
  margin-top: 12px;
}

.new-header .frist-header .nav-left {
  display: inline-block;
}

.new-header .frist-header .nav-left .nav-left-item,
.new-header .frist-header .nav-left .nav-left-item1 {
  margin-left: 20px;
  height: 60px;
  line-height: 60px;
}

.new-header .frist-header .nav-left .nav-left-item .nav-lefta,
.new-header .frist-header .nav-left .nav-left-item1 .nav-lefta {
  position: relative;
  font-size: 16px;
  color: #FFF;
}

.new-header .frist-header .nav-left .nav-left-item .nav-lefta:after {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #FFF;
  bottom: -19px;
  left: 50%;
  margin-left: -.4rem;
}

.new-header .frist-header .nav-left .nav-left-item .nav-lefta:hover {
  text-decoration: underline;
}

.new-header .frist-header .nav-left .nav-left-item .nav-left-menu {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  background: #FFF;
  z-index: 11;
  -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.new-header .frist-header .nav-left .on .nav-lefta:after {
  display: block;
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-right {
    width: 100%;
  }
}

.new-header .frist-header .header-right .nav-right .bg-li1 {
  width: 20px;
  height: 60px;
  background: url(/static_new/img/bg-left2.png) no-repeat;
  background-size: 20px 60px;
}

.new-header .frist-header .header-right .nav-right .bg-li2 {
  width: 20px;
  height: 60px;
  background: url(/static_new/img/bg-right2.png) no-repeat;
  background-size: 20px 60px;
}

.new-header .frist-header .header-right .nav-right .nav-right-li {
  background: #FFF;
}

.new-header .frist-header .header-right .nav-right .nav-right-li:nth-child(3) {
  padding: 0 20px;
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-right .nav-right-li:nth-child(3) {
    padding: 0;
  }
}

.new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #333333;
}

.new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:hover,
.new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:focus {
  color: #EB0000;
}

.new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:after {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #efefef;
  bottom: -19px;
  left: 50%;
  margin-left: -.4rem;
}

.new-header .frist-header .header-right .nav-right .nav-right-li .on {
  color: #EB0000;
}

.new-header .frist-header .header-right .nav-right .nav-right-li .on:after {
  display: block;
}

.new-header .frist-header .header-right .nav-right .nav-icon-li-icon {
  display: none;
}

.new-header .frist-header .header-right .nav-right .mr0 {
  margin-right: 0;
}

.new-header .frist-header .header-right .nav-icon {
  margin-top: 18px;
  display: flex;
  align-items: center;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1080px) {
 
  .new-header .frist-header .header-right .nav-icon .nav-icon-li.user-login {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: 16px;
  }
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li:after {
  position: relative;
  left: 2px;
  display: none;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #FFF;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li:last-child:after {
  display: none;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li .mysign {
  position: relative;
  color: #FFF;
  cursor: pointer;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a {
  font-size: 14px;
  color: #FFF;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a:hover {
  text-decoration: underline;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a:focus {
  text-decoration: underline;
}

.new-header .frist-header .header-right .nav-icon .nav-icon-li .obline {
  font-size: 14px;
  color: #FFF;
}

.new-header .frist-header .header-right .nav-icon .icon-login,
.new-header .frist-header .header-right .nav-icon .icon-language {
  margin-right: 6px;
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .logo {
    display: none !important;
  }

  .new-header .frist-header .nav-left {
    display: none !important;
  }

  .new-header .frist-header .rad-img {
    display: none !important;
  }

  .new-header .frist-header .bg-li1 {
    display: none !important;
  }

  .new-header .frist-header .bg-li2 {
    display: none !important;
  }

  .new-header .frist-header .panel {
    height: 56px;
  }
}

.logo-img {
  width: 219px;
  height: 32px;
}

.frist-header .pad-top {
  display: none;
}

@media screen and (max-width: 1079px) {
  .frist-header .pad-top {
    display: block;
  }

  .frist-header .pad-top .logo {
    display: block !important;
  }

  .frist-header .pad-top .logo .logo-img {
    width: auto;
    height: 32px;
  }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
  .frist-header .pad-top .logo .logo-img {
    width: auto;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .frist-header .pad-top .logo {
    width: 165px;
  }
  .frist-header .pad-top .logo .logo-img{
    object-fit: cover;
    width: 100%;
    object-position: left;
  }
}

@media screen and (max-width: 1079px) {
  .frist-header .pad-top .icon-menu {
    position: relative;
    top: 20px;
    color: #FFF;
    cursor: pointer;
  }
}

.new-header .frist-header .header-right .user-login {
  margin-left: 12px;
}
@media screen and (max-width: 989px) {
  .frist-header .pad-top {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1079px) {

  .new-header .frist-header .header-right .user-login,
  .new-header .frist-header .header-right .lang-select,
  .new-header .frist-header .header-right .nav-a {
    display: none;
  }

  .new-header .frist-header .header-right .nav-right {
    position: relative;
    background: none;
    float: none;
  }

  .new-header .frist-header .header-right .nav-right .nav-right-li {
    margin-right: 0;
    width: 31%;
    padding-right: 0;
    background: none;
  }

  .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
    height: 46px;
    line-height: 46px;
    color: #FFF;
  }

  .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:hover {
    color: #FFF;
    text-decoration: underline;
  }

  .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:after {
    bottom: -14px;
  }
}

@media screen and (max-width: 1079px) and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
    color: #ffffff !important;
  }
}

@media screen and (max-width: 1079px) and (max-width: 768px) {
  .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-right .tl {
    text-align: left;
  }

  .new-header .frist-header .header-right .nav-right .tc {
    text-align: center;
  }

  .new-header .frist-header .header-right .nav-right .tr {
    text-align: right;
  }
}

@media screen and (max-width: 1079px) and (max-width: 768px) {
  .new-header .frist-header .header-right .nav-right .tr {
    text-align: center;
  }
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-right .nav-icon-li-icon {
    display: block;
    width: 7%;
  }

  .new-header .frist-header .header-right .nav-right .nav-icon-li-icon>i {
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    color: #FFF;
  }
}

@media screen and (max-width: 1079px) and (max-width: 768px) {
  .new-header .frist-header .header-right .nav-right .nav-icon-li-icon>i {
    right: 20px;
  }
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-icon {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .new-header .frist-header .header-right .nav-right {
    padding-left: 20px;
  }
}

.nav-left-menu {
  padding-top: 20px;
  padding-bottom: 10px;
}

.nav-left-menu .left-menu {
  width: 950px;
  margin: 0 auto;
  line-height: 100%;
}

.nav-left-menu .left-menu .menubox {
  display: inline-block;
  padding-bottom: 10px;
}

.nav-left-menu .left-menu .menubox .second-menu {
  padding-right: 34px;
  font-size: 16px;
  color: #333333;
}

.nav-left-menu .left-menu .menubox .second-menu .second-menu-bor {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #cccccc;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li {
  padding-right: 20px;
  width: 234px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a {
  font-size: 14px;
  color: #555555;
}

.nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a:hover {
  color: #D9272E;
}

.nav-left-menu .left-menu .menubox .other-menu {
  display: block;
  width: 232px;
  margin-right: 24px;
}

.nav-left-menu .left-menu .menubox .other-menu .other-menu-img {
  width: 100%;
  height: 130px;
}

.nav-left-menu .left-menu .menubox .other-menu .other-menu-cont {
  padding: 10px 15px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t1 {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}

.nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 {
  position: relative;
}

.nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .other-menu-t2-text {
  display: inline-block;
  width: 175px;
  height: 45px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  line-height: 21px;
  overflow: hidden;
}

.nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .href {
  position: absolute;
  right: -4px;
  bottom: 2px;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 22px;
  background: #EB0000;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}

.nav-left-menu .left-menu .menubox-auto {
  float: left;
  height: auto;
}

.nav-left-menu .left-menu-other {
  width: 970px;
}

.frist-header .nav-rightmenu {
  display: none;
  position: absolute;
  left: -485px;
  width: 970px;
  margin-left: 50%;
  text-align: left;
  z-index: 11;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-rightmenu {
    width: 100%;
    left: -50%;
  }
}

.flight-search-wrap .nav-rightmenu-ct {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct {
    padding: 20px;
  }
}

.frist-header .nav-rightmenu .nav-rightmenu-ct .close {
  position: relative;
  height: 16px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .close {
    position: absolute;
    right: 30px;
    top: 20px;
  }
}

.frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
  position: absolute;
  right: 0;
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

.frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx:hover,
.frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx.focus-visible:focus {
  color: #EB0000;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
    font-size: 12px;
  }
}

.tabcontent2 .input-group,
.tabcontent2 .select-group {
  background: #F7F5F5;
  border-radius: 12px;
  margin-bottom: 24px;
  color: rgba(28, 28, 28, 0.8);
  border: none;
  height: 64px;
}

.tabcontent2 .select-group {
  padding: 8px;
  padding-top: 0;
}

.tabcontent2 .select-group select {
  background: none;
  padding-left: 0;
  height: 32px;
  padding-bottom: 8px;
}

.tabcontent2 .input-group .text {
  padding: 0;
  background: none;
  border: 1px solid transparent;
}

.tabcontent2 .input-group .ipt-tips {
  position: absolute;
  top: 12px;
  left: 8px;
  font-size: 14px;
  color: rgba(28, 28, 28, 0.8);
}

.tabcontent2 .error {
  border: 2px solid #eb0000 !important;
  border-radius: .25rem !important;
}

.tabcontent2 .error .error-text {
  color: #eb0000;
  font-size: 12px;
}

.tabcontent2 .tabtop,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop {
  margin-bottom: 20px;
}

.tabcontent2 .tabtop .tab-btn,
.flight-search-area .nav-rightmenu-ct .tabtop .tab-btn,
.flight-search-area .nav-rightmenu-ct .tabtop .tab-btna {
  display: inline-block;
  width: 120px;
  height: auto;
  text-align: center;
  border: none;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  background: #d4d4d4;
  color: #333333;
  box-sizing: content-box;
  padding: 8px 6px;
}

@media screen and (max-width: 768px) {

  .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn,
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
    width: 100px;
    font-size: 12px;
  }
}

.tabcontent2 .tabtop .btn-on,
.flight-search-area .nav-rightmenu-ct .tabtop .btn-on {
  background: #8c2346;
  color: #FFF;
  
}

.tabcontent2 .tab-contbox .tabcont,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont {
  display: none;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
  position: relative;
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(odd) {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
    margin-bottom: 26px;
  }
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .btn-red {
  width: 100%;
}

.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .btn-red {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}


.tabcontent2 .validate-box .error-tips {
  position: relative;
  margin-top: 1px;
  width: 100%;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .tab-ipt,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .tab-ipt {
  width: 100%;
  height: 50px;
  padding-left: 12px;
  padding-top: 18px;
  border: 1px solid #d4d4d4;
  outline: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 29px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  color: #333;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .tab-ipt,
.tabcontent2 .input-group .text {
  height: 100%;
  line-height: unset;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: none;
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 500;
  padding: 34px 9px 8px;
}

.tabcontent2 .input-group .header-label-wrap {
  position: absolute;
  left: 8px;
  top: 0;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .ipt-tips .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .ipt-tips-small,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips-small {
  position: absolute;
  top: 7px;
  left: 19px;
  color: #999999;
  font-size: 12px;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .error-text,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-text {
  display: none;
}

.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error .tab-ipt {
  border: 2px solid #EB0000;
}

.tabcontent2 .tab-contbox .tabcont .tab-iptbox .error-tips,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-tips {
  font-size: 12px;
}

@media (max-width: 1079px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptcaptcha {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.tabcontent2 .tab-contbox .tabcont .btn-manage-booking,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .btn-manage-booking {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .tabcontent2 .input-group {
    margin-bottom: 18px;
  }

  .tabcontent2 .tab-contbox .tabcont .btn-manage-booking {
    position: initial;
    margin-top: 18px;
  }

  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .btn-manage-booking {
    position: initial;
  }
}

.tabcontent2 .tab-contbox .tabcont .input-fix .fix-title,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .fix-title {
  position: absolute;
  left: 20px;
  top: 0;
  padding-top: 19px;
  height: 50px;
  font-size: 14px;
  line-height: 29px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  color: #333333;
}

.tabcontent2 .tab-contbox .tabcont .input-fix .fix-title {
  top: 13px;
  left: 9px;
}

.tabcontent2 .tab-contbox .tabcont .input-fix .tab-ipt,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .tab-ipt {
  padding-left: 32px;
}

.tabcontent2 .tab-contbox .tabcont .cell-error .error-text,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .cell-error .error-text {
  display: block;
  padding-top: 4px;
  color: #EB0000;
  font-size: 14px;
}

.tabcontent2 .tab-contbox .tabcont .validate-tips,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
  display: none;
  margin-top: 6px;
  padding-left: 12px;
  line-height: 30px;
  background: #F8F1F4;
  font-size: 14px;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
    height: auto;
  }
}

.tabcontent2 .tab-captcha,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha {
  position: relative;
}

.tabcontent2 .tab-captcha.no-captcha .btn-manage-booking,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha.no-captcha .btn-manage-booking {
  position: initial;
}

@media (min-width: 375px) and (max-width: 767px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha .tabcont {
    max-height: 410px;
    overflow: auto;
  }

  .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha .tabcont .tab-iptcaptcha {
    position: relative;
    right: initial;
    top: initial;
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.tabcontent2 .tabtips,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
    font-size: 12px;
  }
}

.tabcontent2 .tabtips .tabtips-a,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a {
  margin-left: 20px;
  color: #EB0000;
  text-decoration: underline;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.tabcontent2 .tabtips .tabtips-a:hover,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a:hover {
  color: #ae0000;
}

.tabcontent2 .tabtips-check,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check {
  width: 95%;
  margin-top: 0;
}

.tabcontent2 .tabtips-check span,
.frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check span {
  margin-right: 20px;
}

.new-icon-mesaage {
  position: relative;
}

.new-icon-mesaage:after {
  display: none !important;
  border: none !important;
}

.frist-header .nav-msg-li>.icon-mesaage {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-msg-li>.icon-mesaage {
    margin-right: 0;
  }
}

.frist-header .nav-msg-li>.icon-mesaage:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #FFEEC7;
  bottom: -18px;
  left: 2px;
}


.frist-header .nav-msg-li>.icon-mesaage .msg-num-top {
  display: none;
  position: absolute;
  right: -7px;
  top: -8px;
  width: 16px;
  height: 16px;
  font-size: 12px;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-msg-li>.icon-mesaage .msg-num-top {
    right: -8px;
  }
}

.frist-header .nav-msg-li .icon-mesaage-no:after {
  display: none;
}

.frist-header .nav-msg-li .msg-cont {
  background: #DBDBDB;
  width: 100%;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 10;
}

.frist-header .nav-msg-li .msg-cont .msg {
  position: relative;
  width: 970px;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 14px;
}


@media screen and (min-width: 1080px) {
  .frist-header .nav-msg-li .msg-cont .msg {
    width: 1080px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px){
  .frist-header .nav-msg-li .msg-cont .msg {
    width: 100% !important;
    padding: 8px 24px;
  }
}

.frist-header .nav-msg-li .msg-cont .msg .msg-left {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  color: #620003;
}

.frist-header .nav-msg-li .msg-cont .msg .msg-left:after {
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}

@media screen and (max-width: 768px) {
  .frist-header .nav-msg-li .msg-cont .msg .msg-left:after {
    display: none;
  }
}

.frist-header .nav-msg-li .msg-cont .msg .msg-left .mysign {
  color: #D9272E;
}

.frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
    display: none;
  }
}

.frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  margin-left: 4px;
}

@media screen and (max-width: 768px) {
  .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
    font-size: 14px;
  }
  .frist-header .nav-msg-li .msg-cont .msg .msg-right {
    min-width: 50% !important;
  }
}

.frist-header .nav-msg-li .msg-cont .msg .msg-right {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-msg-li .msg-cont .msg .msg-right {
    min-width: 65%;
  }
}


.frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
  position: absolute;
  left: 20px;
  top: 3px;
  z-index: 0;
  width: 700px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1079px) {
  .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
    width: 100%;
  }
}

.frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-text {
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}

.frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-jian {
  position: relative;
  top: -6px;
}

.frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-on {
  z-index: 10;
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.frist-header .nav-msg-li .msg-cont .msg .msg-xx {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}


.frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx {
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

.frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx:hover,
.frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx.focus-visible:focus {
  color: #EB0000;
}

.scroll-left-new {
  -ms-transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  transform: translate(-12.5rem, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.rightside-menu li {
  line-height: 60px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  .rightside-menu li {
    line-height: 50px;
  }
}

.rightside-menu.menuon {
  left: 0 !important;
  display: block !important;
}

.rightside-menu .rightside-menu-xx {
  position: relative;
  height: 60px;
  line-height: 60px;
}

.rightside-menu .rightside-menu-xx .right-xx {
  position: absolute;
  top: 24px;
  right: 20px;
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

.rightside-menu .rightside-ul .rightside-one {
  position: relative;
  text-indent: 20px;
  border-bottom: none;
  font-size: 16px;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one {
    font-size: 14px;
  }
}

.rightside-menu .rightside-ul .rightside-one .new-icon-expand {
  position: absolute;
  right: 20px;
  top: 22px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
    top: 20px;
  }
}

.rightside-menu .rightside-ul .rightside-one .new-icon-expand-on {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two {
  display: none;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
  position: relative;
  background: #F5F5F5;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
    font-size: 14px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .side-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
  position: absolute;
  top: 21px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
    top: 19px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three {
  display: none;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
  height: 50px;
  line-height: 50px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
    height: 40px;
    line-height: 40px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
  font-size: 14px;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
    font-size: 12px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .two-on {
  color: #555555;
}

.rightside-menu .rightside-ul .one-on {
  background: #EB0000;
  color: #FFF;
}

.rightside-menu .rightside-other {
  margin-top: 20px;
}

.rightside-menu .rightside-other .side-other {
  position: relative;
  height: 60px;
  text-indent: 20px;
  border-bottom: none;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other {
    height: 50px;
    line-height: 50px;
  }
}

.rightside-menu .rightside-other .side-other .otheri1 {
  margin-right: 15px;
  font-size: 18px;
  color: #555555;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other .otheri1 {
    font-size: 14px;
  }
}

.rightside-menu .rightside-other .side-other .side-other-a {
  font-size: 16px;
}

.rightside-menu .rightside-other .side-other .side-other-a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other .side-other-a {
    font-size: 14px;
  }
}

.rightside-menu .rightside-other .side-other span {
  color: #333333;
  font-size: 14px;
}

.rightside-menu .rightside-other .side-other .otheri2 {
  position: absolute;
  right: 20px;
  top: 21px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other .otheri2 {
    font-size: 14px;
    top: 19px;
  }
}

.rightside-menu .rightside-lang {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-lang {
    padding: 0 20px;
  }
}

.rightside-menu .rightside-lang .rightside-langbox {
  position: relative;
  color: #FFF;
  margin: 0 auto;
  width: 43%;
  height: 50px;
  background: #8c2346;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
}

.rightside-menu .rightside-lang .rightside-langbox .language-data {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-lang .rightside-langbox {
    width: 100%;
  }
}

.rightside-menu .rightside-lang .rightside-langbox .icon-Language {
  position: relative;
  top: 1px;
  right: 12px;
}

.rightside-menu .rightside-lang .rightside-langbox .icon-linePoint {
  position: absolute;
  right: 24px;
  top: 16px;
}

.lion {
  background: #eb0000 !important;
  color: #FFF;
}

.lion .rightside-two {
  color: #555555;
}

.lion .new-icon-expand:before {
  content: "\e903" !important;
  background: none !important;
  width: auto !important;
}

.newheader-alert {
  display: none;
}

.newheader-alert .sorry-wrap {
  top: 10%;
}

.newheader-alert .page-fix-bg {
  z-index: 20;
  background: #333333;
  opacity: 0.2;
}

.newheader-alert .new-sorry-lang-btn {
  float: right;
  margin-top: 18px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  line-height: 24px;
}

.newheader-alert .new-sorry-lang-btn .icon-Not-Available1 {
  margin-left: 10px;
  font-size: 14px;
}

.newheader-alert .new-sorry-lang-btn .icon {
  display: inline-block;
  vertical-align: bottom;
  line-height: 24px;
}

.newheader-alert .sorry-wrap {
  z-index: 99;
}

.other-header .msg-cont {
  display: none;
}

.other-header .nav-msg-li .icon-mesaage .msg-num-top {
  display: block;
}

.other-menubox {
  width: 714px !important;
  float: left;
}

.header-height {
  height: 56px;
}

.tab-citybox .input-group {
  -webkit-transition: none !important;
  transition: none !important;
  height: 50px;
}

.tab-citybox .input-single {
  border: 1px solid #d4d4d4;
  background: #ffffff;
}

.tab-citybox .input-single .header-label-wrap {
  max-width: none;
  width: auto;
  position: absolute;
  top: 12px;
  left: 13px;
}

.tab-citybox .input-single .header-label-wrap label {
  width: 100%;
  vertical-align: baseline;
  color: #999999;
  font-size: 14px;
  display: inline-block;
  vertical-align: none;
}

.tab-citybox .input-single .text {
  padding: 0;
  color: #333;
  font-size: 14px;
  border: none !important;
  height: 48px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

.tab-citybox .select-group {
  font-size: 14px;
}

.tab-citybox .select-group .icon-expand {
  top: .9rem;
  right: .7rem;
}

.tab-citybox .select-group .header-label-wrap label {
  position: absolute;
  top: -.4rem;
  left: 0;
  white-space: nowrap;
  font-size: 12px;
}

.tabcontent2 .input-single.input-group:not(.disabled):not(.error).active .text,
.tabcontent2 .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tabcontent2 .input-single.input-group:not(.disabled):not(.error).active .text,
.tabcontent2 .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  background: none !important;
  border: 1px solid transparent !important;
}

.tab-citybox .cell-error .input-single {
  border: 2px solid #EB0000;
}

.header-country {
  padding-top: 18px !important;
  padding-left: 14px !important;
}

/* .error .input-single {
  border: 2px solid #EB0000 !important;
} */

.date-cont .input-group {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  height: 50px;
}

.date-cont .input-group .header-label-wrap {
  position: absolute;
  top: 7px !important;
  left: 12px !important;
  line-height: 100%;
  color: #999999;
  font-size: 12px;
  z-index: 2;
}

.date-cont .input-group .header-label-wrap label {
  width: 100%;
  font-size: 12px;
  color: #999999;
}

.date-cont .input-single.input-group .text {
  position: absolute;
  bottom: 0px;
  padding: 0 !important;
  height: 30px;
  border: none;
  font-size: 14px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  text-indent: 12px;
  color: #333;
}

.date-cont .input-single.input-group:not(.disabled):not(.error).active .text,
.date-cont .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.layer-header {
  z-index: 20;
}

.new-header .frist-header {
  z-index: 21;
}

.nav-rightmenu {
  z-index: 21;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .banner-bg {
  height: 15rem;
  width: 100%;
}

.banner .banner-wrap {
  position: relative;
  width: 100%;
  height: 15rem;
  margin-top: -15rem;
}

.banner .banner-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}

.banner .wrap-con {
  position: relative;
  z-index: 3;
  width: 15rem;
  padding-top: 4.5rem;
  padding-left: 2rem;
  color: #fff;
}

.banner .wrap-con .tlt {
  font-size: 1.3rem;
  font-weight: bold;
}

.banner .wrap-con .tlt .icon-position {
  vertical-align: -.1rem;
  margin-right: .25rem;
}

.banner .wrap-con .txt {
  height: 5rem;
  overflow: hidden;
}

.banner .banner-image {
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .banner .banner-image {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-image {
    height: 190px;
  }
}

.banner .banner-image>img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .banner .banner-image>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.banner .banner-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

@media screen and (max-width: 989px) {
  .banner .banner-info {
    position: static;
    background: #D9272E;
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-info {
    padding-bottom: 26px;
  }
}

.banner .banner-info .caption {
  width: 430px;
  height: 175px;
  padding: 20px 20px 0 20px;
  background: #D9272E;
  background: rgba(217, 39, 46, 0.9);
  color: #fff;
}

@media screen and (max-width: 989px) {
  .banner .banner-info .caption {
    width: 100%;
    height: auto;
    padding: 0;
    background: none;
  }
}

.banner .banner-info .title {
  margin-bottom: 10px;
  max-height: 39px;
  font-size: 26px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .banner .banner-info .title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}

.banner .banner-info .title .icon-position {
  margin-right: 5px;
  vertical-align: -.1rem;
}

.banner .banner-info .text {
  max-height: 72px;
}

.banner .banner-info .text,
.banner .banner-info .title {
  overflow: hidden;
}

@media screen and (max-width: 989px) {

  .banner .banner-info .text,
  .banner .banner-info .title {
    max-height: none;
  }
}

.banner-wrap-modify {
  background: none !important;
}

.banner-wrap-modify .wrap-text {
  width: 431px;
  height: 175px;
  opacity: 0.91;
  background: #d9272e !important;
  border-radius: 2px;
  padding: 20px !important;
  margin-left: 198px;
  color: #fff;
}

.banner-wrap-modify .wrap-con {
  font-weight: 400;
  margin-left: 0;
  padding-left: 0;
  padding-top: 90px;
}

.banner-wrap-modify .wrap-con .tlt {
  margin-bottom: 8px;
}

.banner-wrap-modify .wrap-con .txt {
  height: auto;
}

.banner-wrap-modify .wrap-con p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.banner-group .pad-bg,
.banner-group .phone-bg {
  display: none;
}

.banner-multiple .pad-bg,
.banner-multiple .phone-bg {
  display: none;
}

@media screen and (max-width: 989px) {
  .banner .banner-bg {
    height: 13.5rem;
  }

  .banner .banner-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: #d9272e;
  }

  .banner .wrap-con {
    width: 100%;
    padding: 1rem;
  }

  .banner .wrap-con .txt {
    height: auto;
    overflow: auto;
    padding-bottom: 1rem;
  }

  .banner-wrap-modify {
    background: green !important;
  }

  .banner-wrap-modify .wrap-con {
    padding: 0 !important;
    background: #d9272e;
  }

  .banner-wrap-modify .wrap-con .txt {
    overflow: none !important;
  }

  .banner-wrap-modify .wrap-text {
    width: auto !important;
    height: auto !important;
    opacity: 0.91;
    background: #d9272e !important;
    border-radius: 2px;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
    color: #fff;
  }

  .banner-multiple .banner-bg {
    display: none;
  }

  .banner-multiple .pad-bg {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .banner-group .banner-bg,
  .banner-group .pad-bg {
    display: none;
  }

  .banner-group .phone-bg {
    display: block;
  }

  .banner-multiple .banner-bg,
  .banner-multiple .pad-bg {
    display: none;
  }

  .banner-multiple .phone-bg {
    display: block;
  }
}

.slide-banner {
  position: relative;
  height: calc(100vw* 0.45);
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  .slide-banner {
    width: 1080px;
    height: 336px;
    margin: 0 auto;
    margin-top: 24px;
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .slide-banner {
    width: calc(100% - 48px);
    height: calc((100vw - 48px) * 19 / 61);
    margin: 0 auto;
    margin-top: 24px;
    border-radius: 20px;
  }
}


.slide-banner .slide-nav {
  height: 30px;
  line-height: 30px;
  z-index: 1;
  bottom: 75px;
}

.slide-banner .slide-nav>li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: 10px;
  cursor: pointer;
}

.slide-banner .slide-nav>li:hover {
  background-color: #333;
}

.slide-banner .slide-nav>li.active {
  background-color: #EB0000;
}

.slide-banner .slide-content {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  top: 0;
  width: 9999px;
  height: 100%;
}

.slide-banner .slide-content::after {
  display: block;
  clear: both;
  content: "";
  border-radius: 20px;
}

.slide-banner .slide-item {
  position: relative;
  float: left;
  height: 100%;
  border-radius: 20px;
}

.slide-banner .slide-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: left;
}

@media screen and (max-width: 767px) {

  .slide-banner .slide-content,
  .slide-banner .slide-content::after,
  .slide-banner .slide-item,
  .slide-banner .slide-item img {
    border-radius: 0;
  }

  .slide-banner .slide-item img {
    object-fit: cover;
    object-position: center;
  }
}

.slide-banner .link-slide {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.slide-banner .banner-btn-container {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 16px;
  position: absolute;
  right: 0;
  bottom: 16px;
}

.slide-banner .link-title {
  position: relative;
}

.slide-banner .play-btn {
  border: none;
  position: relative;
  text-align: left;
  height: 25px;
  line-height: 25px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  width: 28px;
  text-align: center;
}

.slide-banner .play-btn .icon-suspended {
  display: inline-block;
  font-size: 12px;
}

.slide-banner .play-btn .icon-right-triangle {
  display: none;
  font-size: 12px;
  margin-left: 4px;
}

.slide-banner .play-btn.on .icon-right-triangle {
  display: inline-block;
}

.slide-banner .play-btn.on .icon-suspended {
  display: none;
}

.slide-banner .play-btn:hover {
  color: #333;
}

.link-tab {
  opacity: 0;
  width: 0;
  height: 0;
}

.banner .wrap-promotion {
  width: 21.7rem;
  padding-top: 2.5rem;
  position: relative;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  padding-left: 2rem;
  z-index: 3;
  color: #fff;
}

.banner .wrap-promotion .tlt {
  width: 19.5rem;
  height: 4.8rem;
  font-size: 1.6rem;
  overflow: hidden;
}

.banner .sale-start p {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: bold;
}

.banner .sale-start p+p {
  margin-left: 6px;
  font-size: 0.8rem;
  font-family: OpenSans-Regular, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, "Lato", "Microsoft JhengHei", "Noto-Sans-CJK-JP", "Noto-Sans-Thai", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  font-weight: normal;
}

.banner .sale-data {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  height: 3rem;
  overflow: hidden;
}

.banner .wrap-set {
  padding-top: 2rem;
}

.banner .wrap-set .sale-start {
  margin-bottom: 0.5rem;
}

.banner .wrap-set .tlt {
  font-size: 1.3rem;
  width: 19.5rem;
  max-height: 78px;
  height: auto;
  overflow: hidden;
}

.banner .wrap-set .tlt-pad {
  display: none;
}

.banner .wrap-set .start-cut {
  margin-bottom: 5px;
  font-weight: bold;
  width: auto;
  overflow: hidden;
  height: 24px;
}

.banner .wrap-set .cut-down {
  display: block;
  height: 4.3rem;
  overflow: hidden;
}

.banner .wrap-set .cut-down .title,
.banner .wrap-set .cut-down .spe {
  color: #fff;
}

.banner .wrap-set .cut-down .data {
  background-color: #fff;
  height: 3rem;
  line-height: 3rem;
}

.banner .wrap-set .cut-down .spe {
  line-height: 5.4rem;
}

.banner .wrap-end .sale-pad {
  display: none;
}

@media screen and (max-width: 989px) {
  .banner .wrap-promotion {
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem 1.3rem;
  }

  .banner .wrap-promotion .tlt {
    width: auto;
    height: auto;
  }

  .banner .sale-data {
    height: auto;
  }

  .banner .wrap-set {
    padding-bottom: 0.6rem;
  }

  .banner .wrap-set .l-place {
    float: left;
  }

  .banner .wrap-set .w-center {
    float: right;
  }

  .banner .wrap-set .tlt {
    display: none;
  }

  .banner .wrap-set .tlt-pad {
    display: block;
  }

  .banner .wrap-end .sale-start {
    margin-bottom: 0.5rem;
  }

  .banner .wrap-end .sale-data {
    display: none;
  }

  .banner .wrap-end .sale-pad {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .banner .wrap-promotion {
    padding: 1rem;
  }

  .banner .wrap-promotion .tlt {
    font-size: 1.3rem;
  }

  .banner .sale-start p {
    display: block;
    font-size: 0.8rem;
  }

  .banner .sale-start p+p {
    margin-left: 0;
    font-size: 0.7rem;
  }

  .banner .sale-data {
    font-size: 0.9rem;
    margin-top: 10px;
  }

  .banner .wrap-set .l-place {
    float: none;
  }

  .banner .wrap-set .sale-start {
    margin-bottom: 0.25rem;
  }

  .banner .wrap-set .sale-start p {
    font-size: 0.9rem;
  }

  .banner .wrap-set .sale-start p+p {
    font-size: 0.8rem;
  }

  .banner .wrap-set .w-center {
    float: none;
  }

  .banner .wrap-set .tlt-pad {
    width: auto;
    margin-bottom: 0.25rem;
  }
}

.travel-inspir-list {
  margin-top: 20px;
  letter-spacing: 0;
  color: #FFF;
}

.travel-inspir-list .inspir-item {
  margin-bottom: 32px;
}

.travel-inspir-list .inspir-item .img-a {
  display: block;
  position: relative;
  color: #fff;
  width: 100%;
}

.travel-inspir-list .inspir-item .img-a .image-wrap {
  height: 165px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

@media screen and (min-width: 1080px) {
  .travel-inspir-list .inspir-item .img-a .image-wrap {
    width: 246px;
  }
  .travel-inspir-list .inspir-item .img-a .caption{
    width: 246px;
  }
  .travel-inspir-list .inspir-item .img-a .caption p {
    word-break: break-all;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .travel-inspir-list .inspir-item .img-a .image-wrap {
    aspect-ratio: calc(118 / 79);
    width: 100%;
    height: auto;
  }

  .travel-item-container .travel-item:nth-child(2n) {
    margin-left: 24px !important;
  }

  .travel-item {
    flex-shrink: 0;
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 767px) {
  .travel-inspir-list .inspir-item .img-a .image-wrap {
    height: auto;
  }
}

.travel-inspir-list .inspir-item .img-a .image-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

@media screen and (max-width: 767px) {
  .travel-inspir-list .inspir-item .img-a .image-wrap img {
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 412.00 / 275.83;
  }
}

.travel-inspir-list .inspir-item .img-a .caption,
.travel-inspir-list .inspir-item .img-a .muti-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 24px;
  color: rgba(28, 28, 28, 1);
  border: 1px solid rgba(28, 28, 28, 0.1);
  border-radius: 0 0 24px 24px;
}

.travel-inspir-list .inspir-item .img-a .caption .inspir-date,
.travel-inspir-list .inspir-item .img-a .muti-caption .inspir-date {
  margin-top: 10px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

@media screen and (max-width: 767px) {

  .travel-inspir-list .inspir-item .img-a .caption .inspir-date,
  .travel-inspir-list .inspir-item .img-a .muti-caption .inspir-date {
    margin-top: 4px;
  }
}

.travel-inspir-list .inspir-item .img-a .caption .inspir-date .icon-calendar,
.travel-inspir-list .inspir-item .img-a .muti-caption .inspir-date .icon-calendar {
  font-size: 15px;
}

.travel-inspir-list .inspir-item .img-a .caption .travel-tilte,
.travel-inspir-list .inspir-item .img-a .muti-caption .travel-tilte {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: bold;
}

.travel-inspir-list .inspir-item .img-a .caption .travel-tilte {
  display: inline-block;
}

p.travel-tilte.travel-item-tilte.item-title::after {
  content: '';
  min-width: 64px;
  max-width: 100%;
  height: 2px;
  background: #E60012;
  display: block;
  margin-top: 8px;
}

.travel-inspir-list .inspir-item .img-a .caption .busin,
.travel-inspir-list .inspir-item .img-a .muti-caption .busin {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}

.travel-inspir-list .inspir-item .img-a .caption .busin .icon-Theplane,
.travel-inspir-list .inspir-item .img-a .muti-caption .busin .icon-Theplane {
  font-size: 16px;
}

@media screen and (max-width: 989px) {

  .travel-inspir-list .inspir-item .img-a .caption .busin,
  .travel-inspir-list .inspir-item .img-a .muti-caption .busin {
    margin-top: 5px;
    line-height: 21px;
  }
}

@media screen and (max-width: 767px) {

  .travel-inspir-list .inspir-item .img-a .caption .busin,
  .travel-inspir-list .inspir-item .img-a .muti-caption .busin {
    margin-top: 5px;
    font-size: 12px;
    line-height: 14px;
  }
}

.travel-inspir-list .inspir-item .img-a .caption .price,
.travel-inspir-list .inspir-item .img-a .muti-caption .price {
  font-size: 14px;
  text-align: right;
  margin: -3px 0 -5px;
}

@media screen and (max-width: 989px) {

  .travel-inspir-list .inspir-item .img-a .caption .price,
  .travel-inspir-list .inspir-item .img-a .muti-caption .price {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {

  .travel-inspir-list .inspir-item .img-a .caption .price,
  .travel-inspir-list .inspir-item .img-a .muti-caption .price {
    margin-top: 0;
  }
}

.travel-inspir-list .inspir-item .img-a .caption .price .type,
.travel-inspir-list .inspir-item .img-a .muti-caption .price .type {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {

  .travel-inspir-list .inspir-item .img-a .caption .price .type,
  .travel-inspir-list .inspir-item .img-a .muti-caption .price .type {
    font-size: 14px;
    line-height: 21px;
  }
}

.travel-inspir-list .inspir-item .img-a .caption .price .number,
.travel-inspir-list .inspir-item .img-a .muti-caption .price .number {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 24px;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 989px) {

  .travel-inspir-list .inspir-item .img-a .caption .price .number,
  .travel-inspir-list .inspir-item .img-a .muti-caption .price .number {
    line-height: 39px;
  }
}

@media screen and (max-width: 767px) {

  .travel-inspir-list .inspir-item .img-a .caption .price .number,
  .travel-inspir-list .inspir-item .img-a .muti-caption .price .number {
    font-size: 22px;
    line-height: 33px;
  }
}

.travel-inspir-list .inspir-item .img-a .caption .price .number .icon-linePoint,
.travel-inspir-list .inspir-item .img-a .muti-caption .price .number .icon-linePoint {
  margin-left: 3px;
  font-size: 14px;
  vertical-align: middle;
}

.travel-inspir-list .inspir-item .img-a .caption .travel-desc,
.travel-inspir-list .inspir-item .img-a .muti-caption .travel-desc {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: rgba(98, 0, 3, 1);
}

.travel-inspir-list .inspir-item .img-a .caption .travel-desc {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.travel-inspir-list .inspir-item .img-a .caption .travel-desc-icon {
  background: url('/static_new/img/icon/fly.svg') no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin: 0 8px;
  flex-shrink: 0;
}

.travel-inspir-list .inspir-item .img-a .caption .travel-price,
.travel-inspir-list .inspir-item .img-a .muti-caption .travel-price {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: rgba(54, 0, 1, 1);
}

.travel-inspir-list .inspir-item .img-a:hover .image-wrap img,
.travel-inspir-list .inspir-item .img-a.focus-visible:focus .image-wrap img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (min-width: 768px) {
  .travel-inspir-list .fix-white-bg {
    background-color: #fff;
    margin-left: -14px;
    padding-left: 14px;
  }
}

.des-content {
  height: 280px;
  background-color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .des-content {
    height: auto;
  }
}

.des-content .des-item {
  min-height: 93px;
  margin: 0 15px 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .des-content .des-item {
    margin: 0 12px;
    min-height: 80px;
  }
}

.des-content .des-item .des-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  padding-top: 6px;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 989px) {
  .des-content .des-item .des-title {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .des-content .des-item .des-title {
    padding-top: 6px;
    font-size: 18px;
    line-height: 27px;
  }
}

.des-content .des-item .econ-and-price {
  font-size: 24px;
}

.des-content .des-item .econ-and-price .econ {
  float: left;
  font-size: 14px;
  color: #757575;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .des-content .des-item .econ-and-price .econ {
    font-size: 12px;
    line-height: 18px;
  }
}

.des-content .des-item .econ-and-price .price-box {
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 21px;
}

.des-content .des-item .econ-and-price .price-box .type {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 16px;
  color: #EB0000;
  line-height: 24px;
}

.des-content .des-item .econ-and-price .price-box .num {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 24px;
  color: #EB0000;
  line-height: 36px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .des-content .des-item .econ-and-price .price-box .num {
    line-height: 33px;
  }
}

.des-content .des-item .econ-and-price .price-box .icon-linePoint {
  margin-left: 3px;
}

.des-content .des-item a:hover .des-title {
  color: #EB0000;
}

.des-content .des-item a:hover .econ-and-price .price-box,
.des-content .des-item a:hover .econ-and-price .econ {
  color: #EB0000;
}

.des-content .des-item+.des-item {
  border-top: 1px solid #D3D3D3;
}

.has-price .inspir-item .img-a .caption .inspir-date {
  display: none;
}

@media screen and (max-width: 989px) {
  .has-price .inspir-item .img-a .caption .inspir-date {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .has-price .inspir-item .img-a .caption .inspir-date {
    margin-top: 4px;
  }
}

@media screen and (min-width: 990px) {

  .has-price .inspir-item .img-a:hover .caption>.inspir-date,
  .has-price .inspir-item .img-a:focus .caption>.inspir-date {
    display: flex;
    align-items: center;
  }
}

.has-price .des-content .des-item .econ-and-price {
  margin-top: 11px;
}

.has-price .des-content .des-item .econ-and-price .econ {
  margin-top: 12px;
}

@media screen and (max-width: 989px) {
  .has-price .des-content .des-item .econ-and-price {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .has-price .des-content .des-item .econ-and-price {
    margin-top: 9px;
  }
}

.no-price .inspir-date {
  display: block;
}

.no-price .price {
  display: none;
}

.no-price .des-content .des-item .econ-and-price {
  margin-top: 21px;
}

@media screen and (max-width: 989px) {
  .no-price .des-content .des-item .econ-and-price {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .no-price .des-content .des-item .econ-and-price {
    margin-top: 19px;
  }
}

@media screen and (max-width: 989px) {
  .arrow-info-item {
    margin-bottom: 20px;
  }
}

.arrow-info-item>a {
  display: block;
  height: 342px;
  background: #F8F7F8;
  box-shadow: 0px 1px 2px 0px rgba(17, 24, 39, 0.05);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
}

@media screen and (min-width: 1080px) {
  .arrow-info-item>a {
    height: 374px;
  }
}

@media screen and (max-width: 767px) {
  .arrow-info-item>a {
    height: auto;
  }

  .freesale-list .arrow-info-item>a {
    padding: 0;
    height: 334px;
    position: relative;
  }

  .freesale-list .arrow-info-item>a:hover {
    background: none;
  }

  .freesale-list .line-4:nth-last-child(1) .arrow-info-item>a {
    height: 240px;
  }

  .arrow-info-item>a .arrow-rate {
    position: relative;
    bottom: 0;
  }
}

.more-btn:hover,
.arrow-info-item>a:hover .btn {
  background: #EB0000;
  color: #fff;
}

.more-btn:hover .icon-more:before,
.arrow-info-item>a:hover .btn .icon-more:before {
  background: url('/static_new/img/icon/arrow-right-line.svg') no-repeat;
}

.freesale-list .caption-btn-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.freesale-list .caption-btn-c .caption-btn {
  color: rgba(243, 86, 75, 1);
  background: #fff;
  line-height: 22px;
  text-align: center;
  margin-right: 4px;
  border-radius: 11px;
  padding: 2px 10px;
  margin-bottom: 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.arrow-info-item>a.focus-visible:focus .btn,
.arrow-info-item>a:hover .btn {
  border-color: #fff;
}


.arrow-info-item>a.focus-visible:focus .caption:before,
.arrow-info-item>a:hover .caption:before {
  color: #EB0000;
}

.arrow-info-item>a.focus-visible:focus .caption .arrow-rate,
.arrow-info-item>a:hover .caption .arrow-rate {
  color: #fff;
}


.arrow-info-item>a.focus-visible:focus .limite,
.arrow-info-item>a:hover .limite {
  color: #fff;
}

.arrow-info-item .image-wrap {
  float: left;
  width: calc(50% - 32px);
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

@media screen and (min-width: 1080px) {
  .arrow-info-item .image-wrap {
    width: 50%;
    height: 310px;
  }

  .view-list .line-4:nth-child(2n) .arrow-info-item .image-wrap {
    float: right;
  }

  .view-list .arrow-info-item .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .view-list .line-4:nth-child(2n) .arrow-info-item .image-wrap {
    float: right;
  }
  .view-list .arrow-info-item .image-wrap img{
    object-fit: cover;
  }
  .view-list .arrow-info-item .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {

  .arrow-info-list .line-4:nth-child(2n) .arrow-info-item .image-wrap {
    float: right;
  }

  .arrow-info-item .image-wrap {
    width: 100%;
    height: 210px;
    float: none;
  }

  .freesale-list .arrow-info-item .image-wrap {
    width: 100%;
    height: 100%;
  }
}

.arrow-info-item .image-wrap img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .arrow-info-item .image-wrap img {
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.arrow-info-item .caption {
  position: relative;
  float: left;
  height: 100%;
  padding: 0 24px 0 24px;
}


.freesale-list .arrow-info-item .caption {
  position: absolute;
  top: 0;
  height: calc(100% - 80px);
  width: auto;
  width: -webkit-fill-available;
  margin: 0;
  padding: 40px 20px;
  color: #fff;
}

.freesale-list .line-4:nth-child(1) .caption {
  position: absolute;
  top: 0;
  height: calc(100% - 80px);
  width: auto;
  width: -webkit-fill-available;
  margin: 40px 20px;
  padding: 0;
  color: #fff;
  display: none;
}

.freesale-list .arrow-info-item .caption .caption-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(/static_new/img/cheapbg.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 12px;
  padding: 32px;
}

.freesale-list .line-4:nth-child(n+2) .arrow-info-item .caption {
  top: unset;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
  height: auto;
  transition: all 400ms ease-in-out;
}

.freesale-list .line-4:nth-last-child(1) {
  padding-bottom: 32px;
}

.freesale-list .arrow-info-item .title,
.freesale-list .arrow-info-item .text {
  color: #fff;
}

.freesale-list .arrow-info-item .getinfo-btn {
  background: #fff;
  font-weight: 500;
  color: #000;
  margin-top: 16px;
}

.freesale-list .line-4:nth-child(n + 2) .arrow-info-item .image-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(55, 14, 10, 0) 50.19%, #370E0A 90.13%);
  position: absolute;
  inset: 0;
}

@media screen and (min-width: 990px) {
  .freesale-list .arrow-info-item>a {
    padding: 0;
    position: relative;
    height: 343px;
    background: none;
  }

  .freesale-list .line-4:nth-child(n+2) .arrow-info-item>a {
    height: 360px;
  }

  .freesale-list .line-4:nth-last-child(1) .arrow-info-item>a {
    height: 240px;
  }

  .freesale-list .arrow-info-item .caption {
    width: 436px !important;
  }

  .freesale-list .arrow-info-item .image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .freesale-list .line-4:nth-child(n+2) {
    width: calc(50% - 16px);
    float: left;
  }

  .freesale-list .line-4:nth-last-child(1) {
    width: 100%;
    float: left;
  }

  .freesale-list .line-4:nth-child(n+2) .arrow-info-item .caption {
    width: 100% !important;
  }

  .freesale-list .line-4:nth-child(2n) {
    margin-right: 32px;
  }

  .freesale-list .line-4:nth-child(1) .arrow-info-item .image-wrap {
    width: 100%;
    height: 100%;
  }

  .freesale-list .line-4:nth-child(2n) .arrow-info-item .image-wrap {
    float: left;
  }

  .freesale-list .line-4:nth-child(2n + 1) .arrow-info-item .image-wrap {
    float: right;
  }

  .freesale-list .line-4:nth-child(n + 2) .arrow-info-item .image-wrap {
    width: 100%;
    height: 360px;
  }

  .freesale-list .line-4:nth-last-child(1) .arrow-info-item .image-wrap {
    width: 100%;
    height: 240px;
  }
}

@media screen and (min-width: 1080px) {
  .arrow-info-item .caption {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    padding: 0 24px 0 24px !important;
  }

  .view-list .line-4:nth-child(2n + 1) .arrow-info-item .caption {
    padding: 0 24px 0 56px !important;
  }

  .freesale-list .arrow-info-item .caption {
    max-width: unset;
  }

  .freesale-list .line-4:nth-child(n + 2) .arrow-info-item .image-wrap {
    width: 100% !important;
    height: 240px !important;
  }

  .freesale-list .line-4:nth-child(n+2) .arrow-info-item>a {
    height: 240px !important;
  }

  .freesale-list .line-4:nth-last-child(1) .arrow-info-item>a {
    height: 240px !important;
  }

  .freesale-list .line-4:nth-child(n+2) {
    width: calc(50% - 16px) !important;
    float: left !important;
  }

  .freesale-list .line-4:nth-last-child(1) .arrow-info-item .image-wrap {
    width: 100% !important;
    height: 240px !important;
  }

  .freesale-list .arrow-info-item .caption {
    padding: 0 !important;
    width: 628px !important;
  }

  .freesale-list .line-4:nth-child(n+2) .arrow-info-item .caption {
    width: 100% !important;
    padding: 20px 20px !important;
  }

  .freesale-list .arrow-info-item>a {
    height: 360px !important;
  }

  .freesale-list .line-4:nth-child(1) .caption {
    width: 50% !important;
    margin: 0;
    height: 100%;
  }

  .freesale-list .arrow-info-item .caption .caption-content {
    border-radius: 12px 0 0 12px;
  }

  .freesale-list .line-4:nth-last-child(1) .arrow-info-item>a {
    height: 240px;
  }

  .freesale-list .line-4:nth-last-child(1) {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .freesale-list .arrow-info-item .caption .caption-content {
    padding: 16px;
  }

  .arrow-info-item .caption {
    float: none;
    height: auto;
    padding: 24px 24px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .arrow-info-item .caption:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .arrow-info-item .caption:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 24px solid;
    border-top-width: 0;
  }
}

.arrow-info-item .title {
  color: rgba(28, 28, 28, 1);
  margin-bottom: 16px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 32px;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 768px) and (max-width: 1079px) {
  .arrow-info-item .title {
    max-height: 60px;
    font-size: 24px;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 2;
  }
}
@media screen and (max-width: 767px) {
  .arrow-info-item .title {
    max-height: 60px;
    -webkit-line-clamp: 2;
  }
}

.arrow-info-item .text {
  max-height: 72px;
  font-size: 16px;
  color: #1C1C1C;
  overflow: hidden;
  -webkit-line-clamp: 3;
  margin-bottom: 16px;
}

.freesale-list .arrow-info-item .text,
.freesale-list .arrow-info-item .title {
  margin-bottom: 0;
}

.freesale-list .arrow-info-item:hover .caption {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) , #370E0A 90%) !important;
  border-radius: 12px;
  transition: all 400ms ease-in-out;
}

@media screen and (max-width: 989px) {
  .arrow-info-item .text {
    clear: right;
    max-height: 63px;
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
}

.arrow-info-item .title,
.arrow-info-item .text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.arrow-info-item .arrow-info-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 989px) {
  .arrow-info-item .arrow-info-btn {
    position: static;
    float: right;
  }
}

.arrow-info-item.item-contrary .image-wrap {
  float: right;
}

@media screen and (max-width: 989px) {
  .arrow-info-item.item-contrary .image-wrap {
    float: none;
  }
}


.arrow-info-item.item-contrary .caption:before {
  right: auto;
  left: 100%;
  border-right-width: 0;
  border-left: 24px solid;
}

@media screen and (max-width: 989px) {
  .arrow-info-item.item-contrary .caption:before {
    right: auto;
    left: 50%;
    margin-left: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
  }
}


.arrow-info-item .arrow-rate {
  position: absolute;
  bottom: 20px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 18px;
  color: #EB0000;
  letter-spacing: 0;
  line-height: 27px;
}

.arrow-info-item .arrow-rate .price {
  font-size: 26px;
  line-height: 39px;
}

.arrow-info-item .arrow-rate .limite {
  font-size: 18px;
  color: #757575;
}

.arrow-info-item.home-baggage .image-wrap {
  background-color: #FFF;
  border: 1px solid #EB0000;
}

.arrow-info-item.home-baggage img {
  width: 100%;
  left: 0;
  margin-left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 989px) {
  .arrow-info-item.home-baggage img {
    height: 100%;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.arrow-info-list>div {
  padding: 0;
  margin-bottom: 32px;
}

.arrow-info-list>div:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.arrow-info-list.view-list>.show {
  display: block;
}

.arrow-info-list .col-lg-12 .title {
  max-height: 60px;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .arrow-info-list .col-lg-12 .title {
    max-height: 81px;
    -webkit-line-clamp: 2;
  }
}

.arrow-info-list .col-lg-12 .text {
  max-height: 72px;
  -webkit-line-clamp: 3;
}

@media screen and (max-width: 767px) {
  .arrow-info-list .col-lg-12 .text {
    max-height: 63px;
  }
}

.arrow-info-list .line-4 .title {
  max-height: 90px;
  -webkit-line-clamp: 3;
  line-height: 40px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .arrow-info-list .line-4 .title {
    -webkit-line-clamp: 3;
  }
}

.arrow-info-list .line-4 .text {
  max-height: 96px;
  -webkit-line-clamp: 4;
}

.live-chat-box {
  position: relative;
  display: block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  padding: 12px 12px 12px 20px;
  background: #A0304B;
  color: #FFF;
  border-radius: 4px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  height: 54px;
  width: 268px;
  border-radius: 27px 0 0 27px;
}

.live-chat-box>i,
.hx-contact .contact-us>i {
  display: inline-block;
  vertical-align: -1px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.live-chat-box .live-chat-text {
  margin-left: 50px;
  line-height: 32px;
}

.live-chat-box img {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  bottom: -5px;
}

.hx-contact .contact-us img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.live-chat-box+.live-chat-box,
.hx-contact .contact-us+.live-chat-box,
.hx-contact .live-chat-box+.contact-us,
.hx-contact .contact-us+.contact-us {
  margin-top: 24px;
  background: #fff;
  color: #3AC34C;
  border: 1px solid #00000014;
}
.live-chat-box:nth-child(2){
  background: #25A736;
  color: #fff;
}
.live-chat-box+.live-chat-box img {
  width: 76px;
  height: 76px;
  left: -8px;
  bottom: -12px;
}

@media screen and (max-width: 989px) {

  .live-chat-box,
  .hx-contact .contact-us {
    display: none !important;
  }
}

.hx-contact {
  position: fixed;
  z-index: 299;
  top: 45%;
  right: 0;
}

.hx-contact .contact-content {
  display: none;
}

.hx-contact .contact-us {
  background: #A0304B;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 4px 4px 24px 0px #0000001F;
  box-shadow: 4px 4px 24px 0px #0000001F;
  position: relative;
  display: block;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  color: #FFF;
  border-radius: 4px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  width: 164px;
  height: 54px;
  border-radius: 27px 0 0 27px;
  text-align: right;
}

.hx-contact .contact-us span {
  line-height: 54px;
  padding-right: 20px;
}

.foot-cookie-wrappar {
  position: fixed;
  z-index: 599;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-color: rgba(51, 51, 51, 0.8);
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left;
  animation-delay: 500ms;
  animation: b2t 400ms ease-in;
}

@media screen and (min-width: 1080px) {
  .foot-cookie-wrappar {
    width: 300px;
    border-radius: 12px 0 0 12px;
    bottom: 54px;
    left: unset;
  }

  .foot-cookie-wrappar .container {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@keyframes b2t {
  0% {
    bottom: -200px;
  }

  100% {
    bottom: 0;
  }
}

.foot-cookie-wrappar .container .cookie-content {
  display: table-cell;
  vertical-align: middle;
}

.foot-cookie-wrappar .container .cookie-inline {
  display: table;
  width: 100%;
}

.foot-cookie-wrappar .txt-mid {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .foot-cookie-wrappar {
    padding: 10px 5px;
  }
}

.foot-cookie-wrappar .button-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 82px;
  text-align: right;
}

.foot-cookie-wrappar .cookie-btn {
  margin-left: 16px;
  padding: 0 8px;
  font-size: 14px;
  background: #FFF;
  border-radius: 5px;
  color: #EB0000;
  text-align: center;
  line-height: 20px;
  white-space: nowrap;
}

.foot-cookie-wrappar .cookie-btn:hover,
.foot-cookie-wrappar .cookie-btn:focus {
  color: #FFF;
  background-color: #EB0000;
}

.footer-link {
  background-color: #F8F7F8;
}

.footer-link a:hover {
  text-decoration: none;
}

.footer-link .ft-t-container {
  position: relative;
  padding-top: 32px;
}

.footer-link-h5 {
  display: none;
}

.footer-link-pad {
  display: none;
}

.footer-link .ft-bg {
  background: url(/static_new/img/footerbg.png) no-repeat;
  background-size: 100% 100%;
  width: 80%;
  height: 200px;
  position: absolute;
  right: 4px;
  top: 75px;
}

@media screen and (min-width: 1080px) {
  .footer-link .ft-bg {
    width: 416px;
    height: 240px;
    position: absolute;
    right: 4px;
    bottom: 50px;
    top: unset;
  }

  .footer-link .ft-t {
    padding-top: 24px;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .footer-link .ft-t {
    padding-top: 24px;
    overflow: hidden;
  }

  .footer-link .ft-t-container {
    margin: 0 auto;
  }

  .footer-link .ft-bg {
    width: 416px;
    height: 240px;
    position: absolute;
    right: 4px;
    bottom: 54px;
    top: unset;
  }
}


.footer-link .ft-t h5 {
  margin-bottom: 16px;
}

.footer-link .ft-t h5 .ft-link {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(28, 28, 28, 1);
}

.footer-link .ft-t li {
  margin-bottom: 8px;
}

.footer-link .ft-t li .ft-link {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1C1C1C;
  text-decoration: none;
  line-height: 24px;
}

.footer-link .ft-t li .ft-link:hover,
.footer-link .ft-t li .ft-link:focus {
  text-decoration: underline;
}

.footer-link .ft-t li .triangle {
  display: none;
}

.footer-link .ft-t li .icon-link {
  font-size: 9.8px;
  padding-left: 10px;
}

.footer-link .ft-t .outside-chain {
  padding: 16px 0;
}

.footer-link .ft-t .outside-chain i {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  border-radius: 6px;
}

.footer-link .ft-t .apple-google {
  display: flex;
  align-items: center;
}

.footer-link .ft-t .apple-google a img {
  width: 130px;
  height: 40px;
  margin-right: 16px;
}

.footer-link .ft-t .party-link {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.3rem;
  margin-right: 12px;
  border-radius: 9px;
  background: #fff;
}

.footer-link .ft-t .party-link:hover,
.footer-link .ft-t .party-link:focus {
  border-color: #333333;
}

.footer-link .ft-c {
  margin-top: 10px;
  border-top: 1px solid #d4d4d4;
}

.footer-link .ft-b {
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #1C1C1C;
}

.footer-link .ft-b .container {
  text-align: center;
}

.footer-link .ft-b .service-link {
  margin-left: 6px;
  cursor: pointer;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-link .ft-b .service-link:hover,
.footer-link .ft-b .service-link:focus {
  text-decoration: underline;
}

.footer-link .ft-b .record-link {
  cursor: pointer;
}

.footer-link .ft-b .record-link:hover,
.footer-link .ft-b .record-link:focus {
  text-decoration: underline;
}

.footer-link .ft-b .other-link {
  cursor: pointer;
}

.footer-link .ft-b .live-chat {
  display: inline-block;
  margin-left: 16px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.footer-link .ft-b .live-chat .icon-chat {
  margin-right: 5px;
  margin-left: 3px;
}

.footer-link .ft-b .live-chat .icon-linePoint {
  margin-left: 5px;
}

.footer-link .ft-b .live-chat .chat-link {
  cursor: pointer;
}

.footer-link .ft-b .live-chat .chat-link:hover,
.footer-link .ft-b .live-chat .chat-link:focus {
  text-decoration: underline;
}

.footer-link .ft-b .copyright-wrap {
  display: inline-block;
}

.footer-link .ft-b .choose-wrap {
  display: inline-block;
}

.footer-link .police-wrap {
  display: inline-block;
}

.footer-link .ft-police {
  margin: 0 8px;
}

.footer-link .ft-police img {
  width: 14px;
  vertical-align: -1px;
}

.footer-link .pad-hide {
  display: inline-block;
  margin: 0 8px 0 11px;
}

.footer-link .link-wraps::after {
  display: block;
  clear: both;
  content: "";
}

.footer-link .link-wrap {
  width: 25%;
  padding: 0 15px 0 0;
  float: left;
}

.copyright-wrap-company .app-dd.company:nth-child(1) {
  width: 93px;
}

.copyright-wrap-company .app-dd.company:nth-child(2) {
  width: 58px;
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .copyright-wrap-company .app-dd.company:nth-child(2) {
    margin-left: 0;
  }
}


.copyright-wrap-company .app-dd.company img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .footer-link .link-wrap {
    width: 25%;
    padding: 32px 15px 0 0;
    float: left;
  }

  .copyright-wrap-company .link-wrap {
    width: 720px !important;
  }

  .footer-link .link-wrap:nth-last-child(1) {
    width: 50%;
  }
  
  .footer-link .link-wrap:nth-last-child(2) {
    width: 50%;
    clear: both;
  }
  .footer-link .link-wrap.lang-chose-wrap {
    width: 100%;
    margin: 0 !important;
    padding-top: 0 !important;
  }

  .footer-link .ft-center .copyright-wrap {
    width: 100%;
  }

  .footer-link .ft-t.lang-w-app {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .copyright-wrap-company .link-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .copyright-wrap-company .link-wrap ul li {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .copyright-wrap-company .link-wrap h5 {
    font-size: 16px;
  }

  .copyright-wrap-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {

  .footer-link .link-wraps {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-link .link-wrap {
    width: 33%;
    padding: 40px 15px 0 0;
    float: unset;
  }

  .footer-link .link-wrap.lang-chose-wrap {
    margin-top: 0 !important;
    padding-top: 0;
  }

  .copyright-wrap-company .link-wrap {
    width: 720px;
  }

  .copyright-wrap-company .link-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .copyright-wrap-company .link-wrap ul li {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .copyright-wrap-company .link-wrap h5 {
    font-size: 16px;
  }

  .copyright-wrap-company {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .copyright-wrap-company .app-dd.company {
    margin-top: 62px;
  }

  .copyright-wrap-company .copyright-wrap-company {
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px){
  .footer-link .link-wrap.lang-chose-wrap {
    padding-right: 0 !important;
  }
  .footer-link .link-wrap.lang-chose-wrap>.lang-chose-box{
    width: 248px !important;
  }
  .footer-link .ft-t .apple-google a img{
    width: 100px;
    height: 30px;
  }
}
.footer-link .link-wrap::after {
  display: block;
  clear: both;
  content: "";
}

.footer-link .link-wrap.lang-chose-wrap {
  width: 100%;
  margin: 30px 0 0 0;
}

.footer-link .link-wrap.lang-chose-wrap>.lang-chose-box {
  cursor: pointer;
  display: block;
  width: 280px;
  padding: 4px 15px;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 18px;
  margin-bottom: 16px;
}

.footer-link .link-wrap.lang-chose-wrap>.lang-chose-box:focus,
.footer-link .link-wrap.lang-chose-wrap>.lang-chose-box:hover {
  border-color: #333333;
}

.footer-link .link-wrap.lang-chose-wrap>.lang-chose-box>.icon-Language {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  vertical-align: bottom;
  margin-right: 10px;
}

.footer-link .link-wrap.lang-chose-wrap>.lang-chose-box>.icon-linePoint {
  font-size: 19px;
  float: right;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 2px;
}

.footer-link .link-wrap.lang-chose-wrap>.lang-chose-box>.lang-chose-text {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}


.footer-link .link-wrap.hk-wrap {
  float: right;
}

.footer-link .link-wrap.flight-wrap {
  margin-top: 40px;
}

.footer-link .link-wrap dd {
  padding-left: 13px;
}

.footer-link .link-wrap.sub-menu-wrap {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .footer-link .link-wrap.sub-menu-wrap {
    position: static;
  }
}

.footer-link .app-wrap {
  width: 100%;
  margin: 2rem 0 1rem;
}

.footer-link .app-wrap h5 {
  margin-bottom: 0;
  border-bottom: none;
  display: none;
}

.footer-link .app-wrap h5 .ft-link {
  padding: .25rem 0 0 .8rem;
  display: block;
}


.footer-link .app-wrap .wrap-dd .app-dd {
  display: inline-block;
  text-align: left;
  padding: 0;
}

.footer-link .app-wrap .wrap-dd .app-dd.QR-dd {
  vertical-align: -1.5rem;
  margin-left: 0;
}

.footer-link .app-wrap .wrap-dd .app-dd.QR-dd .copy-tlt {
  margin-top: 50px\0;
}

.footer-link .app-wrap .wrap-dd .app-dd .copy-tlt {
  font-size: 16px;
  line-height: 19px;
}

.footer-link .app-wrap .wrap-dd .app-dd .code-text {
  font-size: 14px;
  line-height: 19px;
}

.footer-link .app-wrap .wrap-dd .app-dd .app-link {
  display: block;
  margin-bottom: .2rem;
  width: 6.4rem;
  height: 2.15rem;
  padding: .1rem;
  border: .1rem solid transparent;
}

.footer-link .app-wrap .wrap-dd .app-dd .app-link:hover {
  border-color: #333333;
}

.footer-link .app-wrap .wrap-dd .app-dd .app-link img {
  width: 100%;
  height: 100%;
}

.footer-link .app-wrap .wrap-dd .app-dd .QR-code {
  margin: 10px 0;
}

.footer-link .app-wrap .wrap-dd .company {
  vertical-align: 1rem;
}

.footer-link .app-wrap .wrap-dd .company img {
  max-height: 75px;
  max-width: 132px;
}

.footer-link .app-wrap .wrap-dd> :nth-child(n+2) {
  margin-left: 70px;
}

.footer-link .icon-expand {
  display: none;
}

@media screen and (min-width: 1080px) {
  .footer-link .ft-b .copyright-wrap {
    padding-bottom: 96px;
  }

  .footer-link .ft-b .choose-wrap {
    position: absolute;
    bottom: 0;
    height: 54px;
    width: 100vw;
    left: 0;
    background: #4C4C4C;
    line-height: 54px;
    color: #fff;
    padding: 0 calc((100% - 1080px) / 2);
  }

  .footer-link .ft-b .choose-wrap .service-link{
    display: inline-flex !important;
  }
  
  .footer-link .ft-b .service-link-container {
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .footer-link .ft-b .copyright-wrap {
    padding-bottom: 96px;
    width: 100%;
  }

  .footer-link .ft-b .choose-wrap {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100vw;
    left: 0;
    background: #4C4C4C;
    color: #fff;
    padding: 16px 32px;
    font-size: .6rem;
  }

  .footer-link .ft-b .service-link-container {
    float: right;
  }
}

@media screen and (max-width: 767px) {
  .footer-link .app-wrap .wrap-dd .QR-dd {
    margin-left: 0;
    text-align: left;
  }

  .footer-link .app-wrap .wrap-dd .QR-dd img {
    max-width: 100px;
  }

  .footer-link .app-wrap .wrap-dd .apple-google {
    margin: 0;
  }

  .footer-link .app-wrap .wrap-dd .app-link {
    display: block;
    margin: 0.15rem auto;
    padding: 0;
  }

  .footer-link .app-wrap .wrap-dd .app-link:hover {
    border-color: transparent;
  }

  .footer-link .app-wrap .wrap-dd .company {
    text-align: center;
  }

  .footer-link .app-wrap .wrap-dd .company img {
    max-height: 60px;
    max-width: 94px;
  }

  .footer-link .app-wrap .wrap-dd> :nth-child(n+2) {
    margin-left: 37px;
  }

  .footer-link .ft-b .container {
    padding: .5rem 0;
  }

  .footer-link .ft-b .live-chat {
    display: block;
    line-height: 1.5rem;
  }

  .footer-link .ft-b .copyright-wrap {
    display: flex;
    line-height: .8rem;
    font-size: .6rem;
    padding: .25rem 0 .4rem;
    align-items: center;
    justify-content: space-between;
  }

  .footer-link .ft-b .choose-wrap {
    display: block;
    line-height: 1.5rem;
  }

  .footer-link .ft-center .police-wrap {
    line-height: 1.5rem;
  }

  .footer-link .pad-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-link .ft-b .company img {
    width: auto;
    height: 40px;
    margin-right: 16px;
  }

  .footer-link .icon-expand {
    display: inline-block;
    float: right;
    line-height: 72px;
    text-indent: 0;
    transition: all 200ms ease-in-out;
  }

  .footer-link .ft-t .link-wrap {
    padding: 0;
    margin: 0;
  }

  .footer-link .ft-t .link-wrap ul {
    display: none;
  }

  .footer-link .ft-t .link-wrap.dl-on .icon-expand {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 200ms ease-in-out;
  }

  .footer-link .link-wrap:nth-last-child(1) {
    border-bottom: 1px solid rgba(231, 231, 231, 1);
    margin-bottom: 20px;
  }

  .footer-link-h5 .link-wrap:nth-child(1) h5{
    border-top: none;
   }

  .footer-link .ft-t h5 {
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid rgba(231, 231, 231, 1);
    line-height: 72px;
    cursor: pointer;
  }

  .footer-link .ft-t h5 .ft-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .footer-link .ft-t li {
    padding-left: 0;
    margin-bottom: 0;
    padding-left: .75rem;
    background-color: #F2F2F2;
    line-height: 40px;
  }

  .footer-link .ft-t li .triangle {
    display: none;
  }

  .footer-link .ft-t .outside-chain {
    padding: 16px 0;
    padding-top: 0;
  }

  .footer-link .ft-c {
    margin-top: 0;
    border-top: none;
  }

  .footer-link .ft-c .app-wrap {
    margin: 0;
    padding: 0;
  }

  .footer-link .ft-c .app-wrap ul {
    display: none;
  }

  .footer-link .ft-c .link-wrap.dl-on .icon-expand {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0;
  }

  .footer-link .ft-c h5 {
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #B4B4B4;
    line-height: 60px;
    cursor: pointer;
  }

  .footer-link .ft-c h5 .ft-link {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    text-indent: 14px;
    border-bottom: none;
    font-size: 16px;
    color: #333333;
  }

  .footer-link .ft-b {
    line-height: normal;
  }

  .footer-link .ft-b:before {
    display: none;
  }

  .footer-link .ft-b .other-link {
    display: none;
  }

  .footer-link .ft-b .live-chat {
    line-height: .8rem;
    font-weight: bold;
    padding: 0.3rem 0 .4rem 0;
  }

  .footer-link .ft-b .other-link {
    display: none;
  }

  .footer-link .ft-b .copyright-wrap {
    display: flex;
    line-height: 1rem;
    font-size: .6rem;
    padding: .25rem 0 .4rem;
    align-items: center;
    font-weight: bold;
  }

  .footer-link .ft-b .copyright-wrap-company {
    display: flex;
    align-items: center;
  }

  .ft-center-h5{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }

  .footer-link .ft-b .service-link,
  .footer-link .ft-b .record-link{
    font-family: MiSans;
  }
  
  .footer-link .ft-b .choose-wrap {
    line-height: 1rem;
    font-size: .7rem;
    padding-bottom: .4rem;
	font-family: MiSans;
  }

  .footer-link .ft-center .copyright{
    padding-bottom: .4rem;
    font-family: MiSans;
  }
  
  .footer-link .ft-center .police-wrap {
    display: block;
    line-height: 1rem;
    font-size: 0.7rem;
    padding-bottom: 0.4rem;
	font-family: MiSans;
  }
  
   .footer-link .ft-center .police-wrap:nth-last-child(1){
    padding-bottom: 1.02rem;
  }

  .footer-link .lang-chose-box {
    display: none;
  }

  .footer-link .link-wrap {
    width: 100%;
  }

  .footer-link .link-wrap.flight-wrap {
    margin-top: 0;
  }

  .footer-link .app-wrap h5 {
    display: block;
  }

  .footer-link .app-wrap h5 .ft-link {
    padding: 0;
  }

  .footer-link .app-wrap .wrap-dd {
    background-color: #F2F2F2;
  }

  .footer-link .app-wrap .wrap-dd> :nth-child(n+2) {
    margin-left: 0;
  }

  .footer-link .app-wrap .wrap-dd .app-dd {
    display: block;
    float: none;
    text-align: center;
    text-indent: 0;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .copy-tlt {
    padding-top: 30px;
  }

  .footer-link .app-wrap .wrap-dd .app-dd.QR-dd {
    float: none;
    width: auto;
    margin: 0;
    padding-left: 0;
    text-align: center;
  }

  .footer-link .app-wrap .wrap-dd .app-dd.apple-google {
    float: none;
    margin-bottom: 0;
    padding-top: 7px;
    width: auto;
    padding-bottom: 20px;
  }

  .footer-link .app-wrap .wrap-dd .app-dd.company {
    padding-bottom: 30px;
    display: inline-block;
    width: auto;
    float: none;
    padding-right: 0;
    text-align: center;
  }

  .footer-link .app-wrap .wrap-dd .app-dd.company img {
    vertical-align: top;
  }

  .footer-link .app-wrap .wrap-dd .app-dd.company:nth-child(n+4) {
    margin-left: 30px;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .QR-code {
    margin: 0 auto;
    padding: 10px 0 10px;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .code-text {
    line-height: initial;
    text-align: center;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .app-store {
    display: inline-block;
    margin: 0;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .google-play {
    display: inline-block;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .caring-company {
    margin: 0 auto;
  }

  .footer-link .app-wrap .wrap-dd .app-dd .app-link {
    display: inline-block;
  }
}

.footer-link.simple-footer .ft-t .outside-chain {
  padding: 30px 0 35px;
}

.footer-link.simple-footer .ft-b:before {
  display: none;
}

.weixin-link {
  position: relative;
}

.weixin-link:before {
  content: "";
  position: absolute;
  z-index: 19;
  bottom: 100%;
  left: 50%;
  margin: 0 0 23px -11px;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.weixin-link.show {
  border-color: #333333 !important;
}

.weixin-link.show:before,
.weixin-link.show .weixin-bubble-wrap {
  display: block;
}

.weixin-bubble-wrap {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -187px;
  padding-bottom: 34px;
  width: 374px;
  display: none;
}

@media screen and (max-width: 767px) {
  .weixin-bubble-wrap {
    width: 100vw;
    margin-left: 0;
    left: 0;
  }
}

.weixin-bubble-wrap .bg {
  position: absolute;
  z-index: 18;
  left: 0;
  right: 0;
  top: 0;
  bottom: 34px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.weixin-bubble-wrap .weixin-bubble {
  position: relative;
  z-index: 19;
  padding: 24px;
  background: #fff;
  text-align: center;
}

.weixin-bubble-wrap .weixin-img {
  max-width: 100%;
}

.weixin-bubble-wrap .weixin-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 29;
  border: none;
  padding: 0;
  line-height: 0;
  color: #999999;
  cursor: pointer;
}

.weixin-bubble-wrap .weixin-close .icon {
  font-size: 14px;
}

.weixin-bubble-wrap .weixin-close:hover,
.weixin-bubble-wrap .weixin-close:focus {
  color: #333333;
}

.subscribe-wrap {
  text-align: center;
  width: 100%;
  background: #f7f7f7;
  height: 110px;
  padding-top: 30px;
}

.subscribe-wrap .chosen {
  background: #b10000;
}

.subscribe-wrap .subscribe-button {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0 60px 0 50px;
  height: 50px;
  background: #EB0000;
  border: 1px solid #EB0000;
  border-radius: 30px;
  margin: 0 auto;
}

.subscribe-wrap .subscribe-button.focus-visible:focus,
.subscribe-wrap .subscribe-button:hover {
  background: #b10000;
  border-color: #b10000;
}

.subscribe-wrap .subscribe-button .icon-Subscribe {
  font-size: 24px;
  vertical-align: -.2rem;
  padding-right: 15px;
}

.link-tool {
  position: fixed;
  z-index: 8000;
  right: 8px;
  top: 50%;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
  opacity: 0;
  visibility: hidden;
}

.link-tool.show {
  opacity: 1;
  visibility: visible;
}

.link-tool a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 80px;
}

.link-tool a.active {
  background: #EB0000;
  color: #fff;
}

@media screen and (min-width: 990px) {
  .link-tool a:hover {
    background: #EB0000;
    color: #fff;
  }

  .link-tool a:hover .icon-topping:before {
    background: url('/static_new/img/icon/top1.svg') no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
  }

}

.link-tool p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
}

.link-tool .icon-topping {
  display: block;
  margin-bottom: 5px;
}

.link-tool .back-top a {
  width: 70px;
  height: 58px;
  border-radius: 20px 20px 30px 30px;
}

@media screen and (max-width: 989px) {
  .link-tool .anchor {
    display: none;
  }

  .link-tool a {
    width: 50px !important;
    height: 63px;
    line-height: 63px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {

  .link-tool .name {
    display: none;
  }

  .link-tool .icon-topping {
    margin-bottom: 0;
    margin-top: -1px;
  }
}

.link-tool0 {
  margin: auto;
  bottom: 100px;
  top: calc(45% + 75px);
  height: 58px;
  border-radius: 20px 20px 30px 30px;
}

@media screen and (max-width: 989px) {
  .link-tool0 {
    bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .link-tool0 {
    bottom: 40px;
  }
}

.new-header .second-header .float-left {
  float: left;
}

.new-header .second-header .float-right {
  float: right;
}

.new-header .second-header .cl {
  clear: both;
}

.new-header .second-header .skip {
  margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 1266px) {
  .new-header .second-header .col-lg-2-5 {
    float: right !important;
  }
}

@media (min-width: 1266px) {
  .new-header .second-header .col-lg-1 {
    width: 8.33333%;
  }

  .new-header .second-header .col-lg-2 {
    width: 16.66667%;
  }

  .new-header .second-header .col-lg-2-5 {
    width: 19%;
    margin-right: 0 !important;
  }

  .new-header .second-header .col-lg-3 {
    width: 25%;
  }

  .new-header .second-header .col-lg-4 {
    width: 33.33333%;
  }

  .new-header .second-header .col-lg-4-5 {
    width: 38.33333%;
  }

  .new-header .second-header .col-lg-5 {
    width: 41.66667%;
  }

  .new-header .second-header .col-lg-6 {
    width: 50%;
  }

  .new-header .second-header .col-lg-7 {
    width: 58.33333%;
  }

  .new-header .second-header .col-lg-8 {
    width: 66.66667%;
  }

  .new-header .second-header .col-lg-9 {
    width: 75%;
  }

  .new-header .second-header .col-lg-10 {
    width: 83.33333%;
  }

  .new-header .second-header .col-lg-11 {
    width: 91.66667%;
  }

  .new-header .second-header .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1266px) {
  .new-header .second-header .col-md-1 {
    width: 8.33333%;
  }

  .new-header .second-header .col-md-2 {
    width: 16.66667%;
  }

  .new-header .second-header .col-md-3 {
    width: 25%;
  }

  .new-header .second-header .col-md-4 {
    width: 33.33333%;
  }

  .new-header .second-header .col-md-5 {
    width: 41.66667%;
  }

  .new-header .second-header .col-md-6 {
    width: 50%;
  }

  .new-header .second-header .col-md-7 {
    width: 58.33333%;
  }

  .new-header .second-header .col-md-8 {
    width: 66.66667%;
  }

  .new-header .second-header .col-md-9 {
    width: 75%;
  }

  .new-header .second-header .col-md-10 {
    width: 83.33333%;
  }

  .new-header .second-header .col-md-11 {
    width: 91.66667%;
  }

  .new-header .second-header .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .new-header .second-header .col-xs-1 {
    width: 8.33333%;
  }

  .new-header .second-header .col-xs-2 {
    width: 16.66667%;
  }

  .new-header .second-header .col-xs-3 {
    width: 25%;
  }

  .new-header .second-header .col-xs-4 {
    width: 33.33333%;
  }

  .new-header .second-header .col-xs-5 {
    width: 41.66667%;
  }

  .new-header .second-header .col-xs-6 {
    width: 50%;
  }

  .new-header .second-header .col-xs-7 {
    width: 58.33333%;
  }

  .new-header .second-header .col-xs-8 {
    width: 66.66667%;
  }

  .new-header .second-header .col-xs-9 {
    width: 75%;
  }

  .new-header .second-header .col-xs-10 {
    width: 83.33333%;
  }

  .new-header .second-header .col-xs-11 {
    width: 91.66667%;
  }

  .new-header .second-header .col-xs-12 {
    width: 100%;
  }
}

.new-header .second-header {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
  background: linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1266px) {
  .new-header .second-header {
    background: #D9272E;
    background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
    background: linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
  }
}

@media screen and (max-width: 768px) {
  .new-header .second-header {
    background: #D9272E;
    background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
    background: linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
  }
}

@media screen and (min-width: 1400px) {
  .new-header .second-header .panel {
    width: 1360px;
    margin: 0 auto;
    padding: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1266px) {
  .new-header .second-header .panel {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .new-header .second-header .panel {
    padding: 0;
  }
}

.new-header .second-header .panel .logo {
  display: inline-block;
  margin-top: 0px;
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .panel .logo {
    margin-top: 16px;
  }
}

.new-header .second-header .nav-left {
  background: #ffffff;
}

.new-header .second-header .nav-left .nav-left-item {
  margin-left: 20px;
  height: 60px;
  line-height: 60px;
}

.new-header .second-header .nav-left .nav-left-item .nav-lefta {
  position: relative;
  font-size: 16px;
  color: #333;
}

.new-header .second-header .nav-left .nav-left-item .nav-lefta:after {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #efefef;
  bottom: -19px;
  left: 50%;
  margin-left: -.4rem;
}

.new-header .second-header .nav-left .nav-left-item .nav-lefta:hover {
  text-decoration: underline;
}

.new-header .second-header .nav-left .nav-left-item .nav-left-menu {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  background: #FFF;
  z-index: 11;
  -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.new-header .second-header .nav-left .on .nav-lefta {
  color: #EB0000;
}

.new-header .second-header .nav-left .on .nav-lefta:after {
  display: block;
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-right {
    width: 100%;
  }
}

.new-header .second-header .header-right .nav-right .bg-li1 {
  width: 20px;
  height: 60px;
  background: url(/static_new/img/bg-left2.png) no-repeat;
  background-size: 20px 60px;
}

.new-header .second-header .header-right .nav-right .bg-li2 {
  width: 20px;
  height: 60px;
  background: url(/static_new/img/bg-right2.png) no-repeat;
  background-size: 20px 60px;
}

.new-header .second-header .header-right .nav-right .nav-right-li {
  background: none;
}

.new-header .second-header .header-right .nav-right .nav-right-li:nth-child(2) {
  padding: 0 20px;
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-right .nav-right-li:nth-child(2) {
    padding: 0;
  }
}

.new-header .second-header .header-right .nav-right .nav-right-li:nth-child(3) {
  padding: 0;
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-right .nav-right-li:nth-child(3) {
    padding: 0;
  }
}

.new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
}

.new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:hover,
.new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:focus {
  text-decoration: underline;
}

.new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:after {
  display: none;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #efefef;
  bottom: -19px;
  left: 50%;
  margin-left: -.4rem;
}

.new-header .second-header .header-right .nav-right .nav-right-li .on {
  text-decoration: underline;
}

.new-header .second-header .header-right .nav-right .nav-right-li .on:after {
  display: block;
}

.new-header .second-header .header-right .nav-right .nav-icon-li-icon {
  display: none;
}

.new-header .second-header .header-right .nav-right .mr0 {
  margin-right: 0;
}

.new-header .second-header .header-right .nav-icon {
  margin-top: 18px;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li {
  margin-right: 10px;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li:first-child {
  margin-left: 18px;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li:after {
  position: relative;
  left: 2px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #FFF;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li:last-child:after {
  display: none;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li .mysign {
  position: relative;
  top: 2px;
  color: #FFF;
  cursor: pointer;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li .nav-a {
  font-size: 14px;
  color: #FFF;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li .nav-a:hover {
  text-decoration: underline;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li .nav-a:focus {
  text-decoration: underline;
}

.new-header .second-header .header-right .nav-icon .nav-icon-li .obline {
  font-size: 14px;
  color: #FFF;
}

.new-header .second-header .header-right .nav-icon .icon-login,
.new-header .second-header .header-right .nav-icon .icon-language {
  margin-right: 6px;
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .logo {
    display: none !important;
  }

  .new-header .second-header .nav-left {
    display: none !important;
  }

  .new-header .second-header .rad-img {
    display: none !important;
  }

  .new-header .second-header .bg-li1 {
    display: none !important;
  }

  .new-header .second-header .bg-li2 {
    display: none !important;
  }

  .new-header .second-header .nav-icon {
    display: none !important;
  }

  .new-header .second-header .panel {
    height: auto;
  }
}

.second-header .logo-img,
.second-header .logo-img2 {
  height: 60px;
}

.second-header .pad-top {
  display: none;
}

@media screen and (max-width: 1266px) {
  .second-header .pad-top {
    display: block;
  }

  .second-header .pad-top .logo {
    display: block !important;
  }

  .second-header .pad-top .logo .logo-img {
    width: 160px;
    height: 32px;
  }
}

@media screen and (max-width: 1266px) and (max-width: 768px) {
  .second-header .pad-top .logo .logo-img {
    width: 140px;
    height: 28px;
  }
}

@media screen and (max-width: 1266px) {
  .second-header .pad-top .icon-menu {
    position: relative;
    top: 20px;
    color: #FFF;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .second-header .pad-top {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right {
    width: 100%;
    float: none;
  }

  .new-header .second-header .header-right .nav-right {
    position: relative;
    background: none;
    float: none;
  }

  .new-header .second-header .header-right .nav-right .nav-right-li {
    margin-right: 0;
    width: 31%;
    padding-right: 0;
    background: none;
  }

  .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
    height: 46px;
    line-height: 46px;
    color: #FFF;
  }

  .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:hover {
    color: #FFF;
    text-decoration: underline;
  }

  .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:after {
    bottom: -14px;
  }
}

@media screen and (max-width: 1266px) and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
    color: #ffffff !important;
  }
}

@media screen and (max-width: 1266px) and (max-width: 768px) {
  .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-right .tl {
    text-align: left;
  }

  .new-header .second-header .header-right .nav-right .tc {
    text-align: center;
  }

  .new-header .second-header .header-right .nav-right .tr {
    text-align: right;
  }
}

@media screen and (max-width: 1266px) and (max-width: 768px) {
  .new-header .second-header .header-right .nav-right .tr {
    text-align: center;
  }
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-right .nav-icon-li-icon {
    display: block;
    width: 7%;
  }

  .new-header .second-header .header-right .nav-right .nav-icon-li-icon>i {
    position: absolute;
    right: 0;
    top: 13px;
    display: block;
    color: #FFF;
  }
}

@media screen and (max-width: 1266px) and (max-width: 768px) {
  .new-header .second-header .header-right .nav-right .nav-icon-li-icon>i {
    right: 20px;
  }
}

@media screen and (max-width: 1266px) {
  .new-header .second-header .header-right .nav-icon {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .new-header .second-header .header-right .nav-right {
    padding-left: 20px;
  }
}

.second-header .nav-left-menu {
  padding-top: 30px;
}

.second-header .nav-left-menu .left-menu {
  width: 950px;
  margin: 0 auto;
  line-height: 100%;
}

.second-header .nav-left-menu .left-menu .menubox {
  display: inline-block;
  padding-bottom: 24px;
}

.second-header .nav-left-menu .left-menu .menubox .second-menu {
  padding-right: 34px;
  font-size: 16px;
  color: #333333;
}

.second-header .nav-left-menu .left-menu .menubox .second-menu .second-menu-bor {
  height: 40px;
  border-bottom: 1px solid #cccccc;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.second-header .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li {
  padding-right: 20px;
  width: 234px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.second-header .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a {
  font-size: 14px;
  color: #555555;
}

.second-header .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a:hover {
  color: #D9272E;
}

.second-header .nav-left-menu .left-menu .menubox .other-menu {
  display: block;
  width: 232px;
  margin-right: 24px;
}

.second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-img {
  width: 100%;
  height: 130px;
}

.second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont {
  padding: 10px 15px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t1 {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  margin-bottom: 9px;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
}

.second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 {
  position: relative;
}

.second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .other-menu-t2-text {
  display: inline-block;
  width: 175px;
  height: 45px;
  font-size: 14px;
  color: #555555;
  letter-spacing: 0;
  line-height: 21px;
  overflow: hidden;
}

.second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .href {
  position: absolute;
  right: -4px;
  bottom: 2px;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 22px;
  background: #EB0000;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}

.second-header .nav-left-menu .left-menu .menubox-auto {
  float: left;
  height: auto;
}

.second-header .nav-left-menu .left-menu-other {
  width: 970px;
}

.second-header .nav-rightmenu {
  display: none;
  position: absolute;
  left: -485px;
  width: 970px;
  margin-left: 50%;
  text-align: left;
  z-index: 11;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-rightmenu {
    width: 100%;
    left: -50%;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct {
  max-width: 970px;
  padding: 20px 30px;
  padding-top: 3px;
  margin: 0 auto;
  background: #fafafa;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 768px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct {
    padding: 20px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .close {
  position: relative;
  height: 16px;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .close {
    position: absolute;
    right: 30px;
    top: 20px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
  position: absolute;
  right: 0;
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
    font-size: 12px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtop {
  margin-bottom: 20px;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn,
.second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
  display: inline-block;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: none;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  background: #d4d4d4;
  color: #333333;
}

@media screen and (max-width: 768px) {

  .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn,
  .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
    width: 100px;
    font-size: 12px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .btn-on {
  background: #8c2346;
  color: #FFF;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont {
  display: none;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
  position: relative;
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) and (max-width: 1266px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
    margin-right: 0;
    margin-bottom: 26px;
  }

  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(odd) {
    clear: both;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
    margin-bottom: 26px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .btn-red {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .tab-ipt {
  width: 100%;
  height: 50px;
  padding-left: 12px;
  padding-top: 18px;
  border: 1px solid #d4d4d4;
  outline: none;
  border-radius: 5px;
  font-size: 14px;
  line-height: 29px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  color: #333;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 0;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips-small {
  position: absolute;
  top: 7px;
  left: 19px;
  color: #999999;
  font-size: 12px;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-text {
  display: none;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error .tab-ipt {
  border: 2px solid #EB0000;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-tips {
  font-size: 14px;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error {
  height: 74px;
}

@media (max-width: 1266px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptcaptcha {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .btn-manage-booking {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .btn-manage-booking {
    position: initial;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .fix-title {
  position: absolute;
  left: 20px;
  top: 0;
  padding-top: 19px;
  height: 50px;
  font-size: 14px;
  line-height: 29px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  color: #333333;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .tab-ipt {
  padding-left: 32px;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .cell-error .error-text {
  display: block;
  padding-top: 4px;
  color: #EB0000;
  font-size: 14px;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
  display: none;
  margin-top: 6px;
  width: 78%;
  padding-left: 12px;
  height: 30px;
  line-height: 30px;
  background: #F8F1F4;
  font-size: 14px;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
    height: auto;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha {
  position: relative;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha.no-captcha .btn-manage-booking {
  position: initial;
}

@media (min-width: 375px) and (max-width: 767px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha .tabcont {
    max-height: 410px;
    overflow: auto;
  }

  .second-header .nav-rightmenu .nav-rightmenu-ct .tab-captcha .tabcont .tab-iptcaptcha {
    position: relative;
    right: initial;
    top: initial;
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
    font-size: 12px;
  }
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a {
  margin-left: 20px;
  color: #EB0000;
  text-decoration: underline;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a:hover {
  color: #ae0000;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check {
  width: 95%;
  margin-top: 0;
}

.second-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check span {
  margin-right: 20px;
}

.second-header .new-icon-mesaage {
  position: relative;
  top: 1px !important;
}

.second-header .new-icon-mesaage:after {
  display: none !important;
  border: none !important;
}

.second-header .nav-msg-li>.icon-mesaage {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 4px;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li>.icon-mesaage {
    margin-right: 0;
  }
}

.second-header .nav-msg-li>.icon-mesaage:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 12px solid #fafafa;
  bottom: -21px;
  left: -7%;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li>.icon-mesaage:after {
    bottom: -19px;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li>.icon-mesaage:after {
    bottom: -14px;
  }
}

.second-header .nav-msg-li>.icon-mesaage .msg-num-top {
  display: none;
  position: absolute;
  right: -7px;
  top: -8px;
  width: 16px;
  height: 16px;
  background: #7A0000;
  font-size: 12px;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li>.icon-mesaage .msg-num-top {
    right: -8px;
  }
}

.second-header .nav-msg-li .icon-mesaage-no:after {
  display: none;
}

.second-header .nav-msg-li .msg-cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li .msg-cont {
    top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont {
    top: 40px;
  }
}

.second-header .nav-msg-li .msg-cont .msg {
  position: relative;
  width: 970px;
  padding: 8px 20px;
  margin: 0 auto;
  background: #fafafa;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li .msg-cont .msg {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont .msg {
    padding: 3px 20px;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-left {
  position: relative;
  padding-right: 20px;
}

.second-header .nav-msg-li .msg-cont .msg .msg-left:after {
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-left:after {
    display: none;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-left .mysign {
  color: #D9272E;
}

.second-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
    display: none;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
    font-size: 14px;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-right {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-right {
    min-width: 70%;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-right {
    display: none;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
  position: absolute;
  left: 20px;
  z-index: 0;
  width: 700px;
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
    width: 100%;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-text {
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
}

.second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-jian {
  position: relative;
  top: -6px;
}

.second-header .nav-msg-li .msg-cont .msg .msg-right .msg-on {
  z-index: 10;
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.second-header .nav-msg-li .msg-cont .msg .msg-xx {
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 1266px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-xx {
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .second-header .nav-msg-li .msg-cont .msg .msg-xx {
    top: 4px;
  }
}

.second-header .nav-msg-li .msg-cont .msg .msg-xx .xxx {
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

.second-header .scroll-left-new {
  -ms-transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  transform: translate(-12.5rem, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.rightside-menu li {
  line-height: 60px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  .rightside-menu li {
    line-height: 50px;
  }
}

.rightside-menu.menuon {
  left: 0 !important;
  display: block !important;
}

.rightside-menu {
  display: none;
  position: fixed;
  overflow: auto;
  min-height: 100%;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 22;
  background-color: #FFF;
  border-left: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #F5F5F5;
}

.rightside-menu .rightside-menu-xx {
  position: relative;
  height: 60px;
  line-height: 60px;
}

.rightside-menu .rightside-menu-xx .right-xx {
  position: absolute;
  top: 24px;
  right: 20px;
  color: #757575;
  font-size: 14px;
  cursor: pointer;
}

.rightside-menu .rightside-ul .rightside-one {
  position: relative;
  text-indent: 20px;
  border-bottom: none;
  font-size: 16px;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one {
    font-size: 14px;
  }
}

.rightside-menu .rightside-ul .rightside-one .new-icon-expand {
  position: absolute;
  right: 20px;
  top: 22px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
    top: 20px;
  }
}

.rightside-menu .rightside-ul .rightside-one .new-icon-expand-on {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two {
  display: none;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
  position: relative;
  background: #F5F5F5;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
    font-size: 14px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .side-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
  position: absolute;
  top: 21px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
    top: 19px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three {
  display: none;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
  height: 50px;
  line-height: 50px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
    height: 40px;
    line-height: 40px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
  font-size: 14px;
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
    font-size: 12px;
  }
}

.rightside-menu .rightside-ul .rightside-one .rightside-ul-two .two-on {
  color: #555555;
}

.rightside-menu .rightside-ul .one-on {
  background: #EB0000;
  color: #FFF;
}

.rightside-menu .rightside-other {
  margin-top: 20px;
}

.rightside-menu .rightside-other .side-other {
  position: relative;
  height: 60px;
  text-indent: 20px;
  border-bottom: none;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other {
    height: 50px;
    line-height: 50px;
  }
}

.rightside-menu .rightside-other .side-other .otheri1 {
  margin-right: 15px;
  font-size: 18px;
  color: #555555;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other .otheri1 {
    font-size: 14px;
  }
}

.rightside-menu .rightside-other .side-other .side-other-a {
  font-size: 16px;
}

.rightside-menu .rightside-other .side-other .side-other-a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other .side-other-a {
    font-size: 14px;
  }
}

.rightside-menu .rightside-other .side-other span {
  color: #333333;
  font-size: 14px;
}

.rightside-menu .rightside-other .side-other .otheri2 {
  position: absolute;
  right: 20px;
  top: 21px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-other .side-other .otheri2 {
    font-size: 14px;
    top: 19px;
  }
}

.rightside-menu .rightside-lang {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-lang {
    padding: 0 20px;
  }
}

.rightside-menu .rightside-lang .rightside-langbox {
  position: relative;
  color: #FFF;
  margin: 0 auto;
  width: 43%;
  height: 50px;
  background: #8c2346;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .rightside-menu .rightside-lang .rightside-langbox {
    width: 100%;
  }
}

.rightside-menu .rightside-lang .rightside-langbox .icon-Language {
  position: relative;
  top: 1px;
  right: 12px;
}

.rightside-menu .rightside-lang .rightside-langbox .icon-linePoint {
  position: absolute;
  right: 24px;
  top: 16px;
}

.lion {
  background: #eb0000 !important;
  color: #FFF;
}

.lion .rightside-two {
  color: #555555;
}

.lion .new-icon-expand:before {
  content: "\e903";
}

.newheader-alert {
  display: none;
}

.newheader-alert .sorry-wrap {
  top: 10%;
}

.newheader-alert .page-fix-bg {
  z-index: 20;
  background: #333333;
  opacity: 0.2;
}

.newheader-alert .new-sorry-lang-btn {
  float: right;
  margin-top: 18px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  line-height: 24px;
}

.newheader-alert .new-sorry-lang-btn .icon-Not-Available1 {
  margin-left: 10px;
  font-size: 14px;
}

.newheader-alert .new-sorry-lang-btn .icon {
  display: inline-block;
  vertical-align: bottom;
  line-height: 24px;
}

.newheader-alert .sorry-wrap {
  z-index: 99;
}

.other-header .msg-cont {
  display: none;
}

.other-header .nav-msg-li .icon-mesaage .msg-num-top {
  display: block;
}

.other-menubox {
  width: 714px !important;
  float: left;
}

.header-height-second {
  height: 60px;
}

@media screen and (max-width: 1266px) {
  .header-height-second {
    height: 94px;
  }
}

@media screen and (max-width: 768px) {
  .header-height-second {
    height: 84px;
  }
}

.second-header .tab-citybox .input-group {
  -webkit-transition: none !important;
  transition: none !important;
  height: 50px;
}

.second-header .tab-citybox .input-single {
  border: 1px solid #d4d4d4;
  background: #ffffff;
}

.second-header .tab-citybox .input-single .header-label-wrap {
  max-width: none;
  width: auto;
  position: absolute;
  top: 12px;
  left: 13px;
}

.second-header .tab-citybox .input-single .header-label-wrap label {
  width: 100%;
  vertical-align: baseline;
  color: #999999;
  font-size: 14px;
  display: inline-block;
}

.second-header .tab-citybox .input-single .header-label-wrap .title {
  font-size: 12px;
}

.second-header .tab-citybox .input-single .text {
  padding: 0;
  color: #333;
  font-size: 14px;
  border: none !important;
  height: 48px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
}

.second-header .tab-citybox input-single.input-group:not(.disabled):not(.error).active .text,
.second-header .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.second-header .tab-citybox .input-single.input-group:not(.disabled):not(.error).active .text,
.second-header .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  background: none !important;
}

.second-header .tab-citybox .cell-error .input-single {
  border: 2px solid #EB0000;
}

.second-header .header-country {
  padding-top: 18px !important;
  padding-left: 14px !important;
}

.second-header .error .input-single {
  border: 2px solid #EB0000 !important;
}

.second-header .date-cont .input-group {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  height: 50px;
}

.second-header .date-cont .input-group .header-label-wrap {
  position: absolute;
  top: 7px !important;
  left: 12px !important;
  line-height: 100%;
  color: #999999;
  font-size: 12px;
  z-index: 2;
}

.second-header .date-cont .input-group .header-label-wrap label {
  width: 100%;
  font-size: 12px;
  color: #999999;
}

.second-header .date-cont .input-single.input-group .text {
  position: absolute;
  bottom: 0px;
  padding: 0 !important;
  height: 30px;
  border: none;
  font-size: 14px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  text-indent: 12px;
  color: #333;
}

.second-header .date-cont .input-single.input-group:not(.disabled):not(.error).active .text,
.second-header .date-cont .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.layer-header {
  z-index: 20;
}

.new-header .second-header {
  z-index: 21;
}

.nav-rightmenu {
  z-index: 21;
}

.second-header-left {
  float: left;
  height: 60px;
  background: #ffffff;
}

@media screen and (max-width: 1266px) {
  .second-header-left {
    display: none;
  }
}

.panel-left {
  float: left;
  width: 45%;
  background: #ffffff;
}

@media screen and (max-width: 1266px) {
  .panel-left {
    display: none;
  }
}

.panel-left .white-red img {
  height: 60px;
}

@media screen and (max-width: 1400px) {
  .logo-img-second {
    display: none !important;
  }
}

.logo-img2 {
  display: none;
  height: 60px;
}

@media screen and (min-width: 1266px) and (max-width: 1400px) {
  .logo-img2 {
    display: block !important;
  }
}

@media screen and (max-width: 1266px) {
  .header-juncture {
    display: none;
  }
}

.a-red {
  color: #EB0000 !important;
}

.black-header.second-header {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(#111));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, #111 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, #111 100%);
}

.top-black .header-height {
  display: none;
}

.lang-box>.language-select {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  padding: 0;
}

@media screen and (min-width: 989px) {
  .lang-box>.language-select {
    width: 910px;
    margin-left: -455px;
  }
}

.lang-box>.language-select>.layer-top {
  padding: 11.5px 30px;
  background: #D9272E;
  background: -webkit-gradient(linear, right top, left top, color-stop(-300%, #501B86), to(#D9272E));
  background: -webkit-linear-gradient(right, #501B86 -300%, #D9272E);
  background: linear-gradient(right, #501B86 -300%, #D9272E);
}

.lang-box>.language-select>.layer-top>.title {
  color: #FFF;
  line-height: 36px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-top>.title {
    display: none;
  }
}

.lang-box>.language-select>.layer-top>.layer-close {
  padding-top: 4px;
  color: #FFF;
}

.lang-box>.language-select>.layer-top>.layer-close>.close-title {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-top>.layer-close>.close-title {
    font-size: 14.4px;
  }
}

.lang-box>.language-select>.layer-top>.layer-close>i {
  font-size: 13px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-top>.layer-close {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-top {
    padding: 7px 19.5px 7px 30px;
  }
}

.lang-box>.language-select>.layer-content::after {
  display: block;
  clear: both;
  content: "";
}

.lang-box>.language-select>.layer-content>div {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 989px) {
  .lang-box>.language-select>.layer-content>div:nth-child(3n+1) {
    padding-right: 5px;
  }

  .lang-box>.language-select>.layer-content>div:nth-child(3n+3) {
    padding-left: 5px;
  }

  .lang-box>.language-select>.layer-content>div:nth-child(3n+2) {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 989px) and (min-width: 768px) {
  .lang-box>.language-select>.layer-content>div:nth-child(2n+1) {
    padding-right: 5px;
  }

  .lang-box>.language-select>.layer-content>div:nth-child(2n) {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-content>div {
    padding: 5px 0;
  }
}

.lang-box>.language-select>.layer-content>div .lang-wrap {
  border: 2px solid #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 13px 20px;
  background: #fafafa;
  border-radius: 5px;
}

.lang-box>.language-select>.layer-content>div .lang-wrap>i {
  color: #8c2346;
  font-size: 14px;
}

.lang-box>.language-select>.layer-content>div .lang-wrap>.lang-text {
  color: #555555;
  font-family: PingFangSC-Regular;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-content>div .lang-wrap>.lang-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .lang-box>.language-select>.layer-content>div .lang-wrap {
    padding: 9px 15px;
  }
}

.lang-box>.language-select>.layer-content>div .chosen {
  border: 2px solid #8c2346;
}

.lang-box>.language-select>.layer-content>div .chosen>.lang-text {
  color: #8c2346;
}

.lang-box .layer-content {
  padding: 30px 30px 10px;
}

@media screen and (max-width: 989px) {
  .lang-box .layer-content {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .lang-box .layer-content {
    padding: 20px 15px;
  }
}

.city-select-box {
  position: absolute;
  width: 720px;
  border: 1px solid #ccc;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.city-select-box .mask {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.city-select-box .box-hd {
  height: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#FAFAFA));
  background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #FAFAFA 100%);
  background-image: linear-gradient(-180deg, #FDFDFD 0%, #FAFAFA 100%);
  z-index: 99;
  position: relative;
}

.city-select-box .box-hd .close-box {
  float: right;
  margin: 12px 15px 0 0;
  color: #757575;
  font-size: 12px;
}

.city-select-box .box-hd .close-box:hover {
  color: #EB0000;
}

.city-select-box .box-list {
  padding: 10px 25px;
  height: 260px;
  overflow: auto;
  z-index: 99;
  position: relative;
  background: #fff;
}

.city-select-box .box-list dl {
  margin-bottom: 10px;
}

.city-select-box .box-list dt {
  font-size: 16px;
  color: #8c2346;
  line-height: 35px;
  font-weight: bold;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

.city-select-box .box-list dd {
  line-height: 30px;
  cursor: pointer;
  margin-bottom: 0;
}

.city-select-box .box-list dd:hover,
.city-select-box .box-list dd:focus {
  color: #EB0000;
}

.city-select-box .no-city {
  text-align: center;
}

.city-select-box .no-city img {
  display: block;
  margin: 35px auto;
}

.city-select-box .col-item {
  float: left;
  width: 33%;
}

@media screen and (max-width: 989px) {
  .city-select-box {
    width: 480px;
  }

  .city-select-box .col-item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .city-select-box {
    width: 90%;
  }

  .city-select-box .col-item {
    width: 100%;
  }
}

.booking-trip.show-phone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 8080;
  padding: 24px 16px;
}

.booking-trip.show-phone .book-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking-trip .book-title {
  display: none;
}

.booking-trip .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2rem;
}

.booking-trip .close-box {
  border: none;
}

.address-wrap .booking-trip {
  float: left;
}

@media screen and (max-width: 989px) {
  .address-wrap .booking-trip {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .address-wrap .booking-trip {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: block;
  }
}

.page-fix-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sorry-wrap {
  width: 910px;
  background: white;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 989px) {
  .sorry-wrap {
    width: 688px;
  }
}

@media screen and (max-width: 767px) {
  .sorry-wrap {
    width: 100%;
  }
}

.sorry-top {
  height: 60px;
  padding: 0 30px;
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #972159, #D9272E, #D9272E);
  background: linear-gradient(45deg, #972159, #D9272E, #D9272E);
  color: white;
}

.sorry-top::after {
  display: block;
  clear: both;
  content: "";
}

.sorry-top a {
  color: white;
}

.sorry-top .sorry-logo {
  float: left;
  margin-top: 14px;
}

.sorry-top .sorry-lang-btn {
  float: right;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .sorry-top {
    height: 40px;
    padding: 0 20px;
  }

  .sorry-top .sorry-lang-btn {
    margin-top: 8px;
  }

  .sorry-top .sorry-logo {
    margin-top: 8px;
  }
}

@media screen and (max-width: 350px) {
  .sorry-top {
    padding: 0 15px;
  }
}

.sorry-logo {
  display: block;
  width: 219px;
}

.sorry-logo>img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sorry-logo {
    width: 165px;
  }
}

.sorry-lang-btn {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  line-height: 24px;
}

.sorry-lang-btn .icon {
  display: inline-block;
  vertical-align: bottom;
  line-height: 24px;
}

.sorry-lang-btn .icon-Language {
  margin-right: 10px;
  font-size: 18px;
}

.sorry-lang-btn .icon-expand {
  margin-left: 10px;
  font-size: 15px;
}

.sorry-lang-btn .icon-Not-Available1 {
  margin-left: 10px;
  font-size: 14px;
}

.sorry-lang-btn .close {
  display: none;
}

@media screen and (max-width: 767px) {
  .sorry-lang-btn {
    font-size: 14px;
  }

  .sorry-lang-btn .icon-Language {
    font-size: 14px;
  }

  .sorry-lang-btn .icon-Not-Available1 {
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .sorry-lang-btn .icon-Language {
    margin-right: 5px;
  }

  .sorry-lang-btn .icon-Not-Available1,
  .sorry-lang-btn .icon-expand {
    margin-left: 5px;
  }
}

.sorry-content .title-wrap {
  padding: 30px 30px 20px;
  border-bottom: 1px solid #757575;
  border-color: rgba(117, 177, 177, 0.3);
}

.sorry-content .page-title {
  margin-bottom: 0;
}

.sorry-content .main-wrap {
  padding: 0 30px;
}

.sorry-content .desc {
  margin-top: 20px;
  font-size: 18px;
  color: #555555;
}

.sorry-content .desc .impor {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  color: #252525;
}

.sorry-content .sorry-lang-list,
.sorry-content .sorry-hots-list {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sorry-content .title-wrap {
    padding: 20px;
  }

  .sorry-content .main-wrap {
    padding: 0 20px;
  }

  .sorry-content .desc {
    font-size: 16px;
  }

  .sorry-content .sorry-lang-list,
  .sorry-content .sorry-hots-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 350px) {

  .sorry-content .main-wrap,
  .sorry-content .title-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sorry-recommend .main-wrap {
  padding-bottom: 20px;
}

@media screen and (max-width: 989px) {
  .sorry-recommend .main-wrap {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sorry-recommend .main-wrap {
    padding-bottom: 0;
  }
}

.sorry-lang {
  display: none;
}

.sorry-lang .main-wrap {
  padding-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .sorry-lang .main-wrap {
    padding-bottom: 10px;
  }
}

.sorry-hots-list::after {
  display: block;
  clear: both;
  content: "";
}

.sorry-hots-list .pic img {
  display: block;
  width: 100%;
}

.sorry-hots-list a {
  display: block;
  position: relative;
  color: white;
}

.sorry-hots-list a:focus .ti,
.sorry-hots-list a:hover .ti {
  background: #2e2e2e;
}

.sorry-hots-list .ti {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 0 10px;
  height: 40px;
  background: rgba(46, 46, 46, 0.8);
  line-height: 40px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sorry-hots-list .ti {
    padding: 0 35px 0 15px;
  }
}

.sorry-hots-list .ti .icon {
  position: absolute;
  top: 0;
  right: 6px;
  font-size: 15px;
  line-height: 40px;
}

.sorry-hots-list li {
  margin-bottom: 20px;
}

.sorry-lang-list li {
  margin-bottom: 20px;
}

.sorry-lang-list .ti {
  background: #fafafa;
  border: 2px solid #fafafa;
  border-radius: 5px;
  padding: 0 16px;
  height: 50px;
  line-height: 46px;
  font-size: 18px;
  color: #555555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sorry-lang-list .ti .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  font-size: 15px;
  color: #8c2346;
  line-height: 46px;
}

.sorry-lang-list a:hover .ti {
  border-color: #8c2346;
  color: #8c2346;
}

.sorry-lang-list a:focus .ti {
  border-color: #8c2346;
  color: #8c2346;
}

@media screen and (max-width: 767px) {
  .sorry-lang-list li {
    margin-bottom: 10px;
  }

  .sorry-lang-list .ti {
    border-width: 1px;
    height: 40px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
  }

  .sorry-lang-list .ti .icon {
    line-height: 38px;
  }
}

.sorry-page-wrap {
  position: relative;
  overflow: hidden;
}

.sorry-page-wrap .sorry-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -455px;
}

@media screen and (max-width: 989px) {
  .sorry-page-wrap {
    padding: 40px 0 70px;
  }

  .sorry-page-wrap .sorry-wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .sorry-page-wrap {
    padding: 20px 14px 40px;
  }
}

.sorry-bottom-other {
  position: fixed;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .travel-info-list {
    font-size: 14px;
  }
}

.travel-info-list>li {
  border-radius: 2px 2px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.travel-info-list>li+li {
  margin-top: 20px;
}

.travel-info-list .info-wrap {
  background: #D9272E;
  padding: 20px;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #972159);
  background: linear-gradient(45deg, #D9272E, #D9272E, #972159);
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.travel-info-list .info-wrap .name {
  float: left;
  width: 225px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap .name {
    width: 120px;
    padding-right: 10px;
  }
}

.travel-info-list .info-wrap .name .icon {
  float: left;
  margin: 4px 10px 0 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap .name .icon {
    margin-top: 1px;
  }
}

.travel-info-list .info-wrap .name p {
  overflow: hidden;
}

.travel-info-list .info-wrap .name p span {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap .name p span {
    font-size: 14px;
  }
}

.travel-info-list .info-wrap .arrive {
  float: left;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap .arrive {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.travel-info-list .info-wrap .arrive p {
  float: left;
  width: 190px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap .arrive p {
    width: 100%;
    padding-right: 0;
  }
}

.travel-info-list .info-wrap .arrive p span {
  display: block;
  margin-bottom: 6px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.travel-info-list .info-wrap .arrive .icon {
  float: left;
  margin: 4px 40px 0 0;
}

@media screen and (max-width: 767px) {
  .travel-info-list .info-wrap .arrive .icon {
    margin: 9px 0;
  }
}

.travel-info-list .user-info {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-info {
    padding: 10px;
  }
}

.travel-info-list .user-info-item {
  border: 1px solid #cccccc;
  color: #555555;
}

.travel-info-list .user-info-item+.user-info-item {
  margin-top: 20px;
}

.travel-info-list .user-base,
.travel-info-list .user-ticket {
  padding-left: 16px;
  padding-right: 16px;
}

.travel-info-list .user-base::after,
.travel-info-list .user-ticket::after {
  display: block;
  clear: both;
  content: "";
}

.travel-info-list .icon {
  display: inline-block;
  vertical-align: bottom;
}

.travel-info-list .fl-r {
  float: right;
}

.travel-info-list .user-base {
  padding-top: 13px;
  padding-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-base {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}

.travel-info-list .user-base ul {
  float: left;
}

.travel-info-list .user-base ul label {
  margin-bottom: 0;
}

.travel-info-list .user-base .name {
  float: left;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-base .name {
    float: none;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.travel-info-list .user-base .name .icon {
  margin: 0 8px 5px 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-base .name .icon {
    font-size: 14px;
    margin: 0 6px 5px 0;
  }
}

.travel-info-list .user-base .name .icon-people {
  margin-top: 0;
}

.travel-info-list .user-base .tel {
  float: left;
}

.travel-info-list .user-base .tel span {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

.travel-info-list .user-base .is-check-in {
  float: left;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-base .is-check-in {
    width: 100%;
    margin-left: 0;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-base .fl-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {

  .travel-info-list .user-base .tel,
  .travel-info-list .user-base .is-check-in {
    margin-bottom: 5px;
  }
}

.travel-info-list .ticket-base {
  float: left;
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base {
    float: none;
  }
}

.travel-info-list .ticket-base>div {
  float: left;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base>div {
    float: none;
    margin-bottom: 15px;
  }
}

.travel-info-list .ticket-base .icon {
  margin: 0 7px 5px 0;
  font-size: 14px;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base .icon {
    margin: 0 6px 3.5px 0;
  }
}

.travel-info-list .ticket-base span:not(.question) {
  margin-left: 6px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #333333;
}

.travel-info-list .ticket-base .class,
.travel-info-list .ticket-base .seat {
  white-space: nowrap;
  overflow: hidden;
}

.travel-info-list .ticket-base .class {
  width: 170px;
  font-size: 14px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #592E91;
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base .class {
    width: 100%;
  }
}

.travel-info-list .ticket-base .class .icon {
  margin-bottom: 3px;
  color: #333333;
}

@media screen and (max-width: 989px) {
  .travel-info-list .ticket-base .baggage {
    width: 100%;
  }
}

.travel-info-list .ticket-base .base:not(:last-child) {
  position: relative;
  padding-right: 21px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base .base:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
  }
}

.travel-info-list .ticket-base .base:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background: #cccccc;
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base .base:not(:last-child):before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .travel-info-list .ticket-base .prompt-bubble {
    padding-top: 2px;
    padding-bottom: 1px;
  }
}

.travel-info-list .ticket-base .question-link {
  margin-left: 10px;
}

.travel-info-list .user-ticket {
  padding-top: 23px;
  padding-bottom: 3px;
  border-top: 1px dashed #cccccc;
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-ticket {
    padding-top: 16px;
    padding-bottom: 0;
  }
}

.travel-info-list .user-activity {
  float: right;
  padding-bottom: 12px;
}

@media screen and (max-width: 989px) {
  .travel-info-list .user-activity {
    margin-top: -44px;
  }
}

@media screen and (max-width: 767px) {
  .travel-info-list .user-activity {
    width: 100%;
    padding-bottom: 15px;
    margin-top: 0;
  }
}

.travel-info-list .activity-btn {
  float: left;
}

@media screen and (max-width: 767px) {
  .travel-info-list .activity-btn {
    float: none;
    display: block;
    font-size: 16px;
    text-align: right;
  }
}

.travel-info-list .activity-btn+.activity-btn {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .travel-info-list .activity-btn+.activity-btn {
    margin: 10px 0 0 0;
  }
}

.travel-info-list .is-select {
  float: left;
  margin: 5px 15px 0 0;
}

@media screen and (max-width: 767px) {
  .travel-info-list .is-select {
    margin: 3px 8px 0 0;
  }
}

.travel-info-list .is-select .checkbox {
  margin: 0;
}

.travel-info-list .is-select .checkbox .icon {
  margin: 0;
}

@media screen and (max-width: 989px) {
  .travel-info-list .bubble-info {
    width: 344px;
    right: -20px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .travel-info-list .bubble-info {
    width: auto;
    left: -17px;
    right: -17px;
  }
}

.travel-info-list .prompt-bubble {
  margin-left: 10px;
}

.activity-btn span {
  text-decoration: underline;
}

.activity-btn .icon {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 5px 6px;
  font-size: 14px;
  color: #EB0000;
}

.activity-btn:focus,
.activity-btn:hover {
  color: #EB0000;
}

.activity-btn:focus {
  outline: none;
}

.is-check-in {
  position: relative;
}

.is-check-in .icon-wrap {
  display: inline-block;
  vertical-align: top;
  margin: 2px 13px 0 0;
  position: relative;
}

.is-check-in .icon-wrap .icon-1 {
  font-size: 20px;
}

.is-check-in .icon-wrap .icon-1 .path1:before,
.is-check-in .icon-wrap .icon-1 .path4:before,
.is-check-in .icon-wrap .icon-1 .path5:before,
.is-check-in .icon-wrap .icon-1 .path6:before {
  color: #555555;
}

.is-check-in .icon-wrap .icon-2 {
  position: absolute;
  top: -2px;
  right: -7px;
  font-size: 14px;
  background: #fff;
  border-radius: 50%;
}

.is-check-in.pre-check-in,
.is-check-in.check-in {
  color: #199000;
}

.is-check-in.pre-check-in .bubble-info,
.is-check-in.check-in .bubble-info {
  color: #333333;
}

.is-check-in.not-check-in .icon-2 {
  color: #ffb018;
}

.is-check-in.error-check-in {
  color: #8c2346;
}

.is-check-in.error-check-in .bubble-info {
  color: #333333;
}

.super-header-height {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .super-header-height {
    height: 46px;
  }
}

.super-simple-header {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 989px) {
  .super-simple-header {
    background: #D9272E;
    background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
    background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  }
}

@media screen and (max-width: 767px) {
  .super-simple-header {
    background: #D9272E;
    background: -webkit-linear-gradient(135deg, #9c304d, #D9272E, #D9272E);
    height: 46px;
  }
}

@media screen and (min-width: 989px) {
  .super-simple-header .panel {
    width: 950px;
    margin: 0 auto;
    padding: 0 !important;
  }
}

@media screen and (min-width: 767px) {
  .super-simple-header .panel {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .super-simple-header .panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.super-simple-header .panel .logo {
  display: inline-block;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .super-simple-header .panel .logo {
    margin-top: 9px;
  }
}

.super-simple-header .header-right {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .super-simple-header .header-right {
    margin-top: 13px;
  }
}

.super-simple-header .header-right .mysign {
  position: relative;
  top: 2px;
  color: #FFF;
  cursor: pointer;
}

.super-simple-header .header-right .nav-a {
  font-size: 14px;
  color: #FFF;
}

.super-simple-header .header-right .nav-a:hover {
  text-decoration: underline;
}

.super-simple-header .header-right .nav-a:focus {
  text-decoration: underline;
}

.super-simple-header .icon-language {
  margin-right: 6px;
}

.super-simple-header .skip {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #cfcfcf;
  box-shadow: 0 0 10px #cfcfcf;
}

.super-simple-header .skip:focus {
  opacity: 1;
}

.logo-img {
  width: 219px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 187px;
    height: 27px;
  }
}

.flight-search-area {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .flight-search-area .m-flight-search-tab {
    display: block;
  }
}

.flight-search-tab {
  width: 100%;
  display: table;
  table-layout: fixed;
  background: rgba(246, 244, 244, 1);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}

.flight-search-tab .item {
  display: table-cell;
  width: 25%;
  padding: 11px;
  margin-right: 4px;
  text-align: center;
  font-size: 22px;
  color: #333333;
}

.flight-search-tab .item+.item {
  border-left: 3px solid white;
}


.flight-search-tab .item:not(.item-flight):hover .icon {
  color: white;
}

.flight-search-tab .name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flight-search-tab .tabname {
  font-size: 14px;
  margin-left: 8px;
}

.flight-search-tab .item .icon-Continue {
  margin-left: 8px;
}

@media screen and (max-width: 989px) {
  .flight-search-tab .item .icon-Continue {
    display: none;
  }
}

.flight-search-tab .item-flight {
  position: relative;
}

.flight-search-tab .item-flight:after {
  content: "";
  position: absolute;
  background: url('../../img/tabg.png') no-repeat;
  background-size: 100% 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 198px;
  height: 21px;
  display: none;
}

.flight-search-tab .item:hover,
.flight-search-tab .active {
  background: rgba(198, 32, 48, 1);
  color: white;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  transition: all 500ms ease-in;
}

.flight-search-tab .item:hover{
  background: #8c2346;
}

.flight-search-tab .active .icon {
  color: white;
}

.flight-search-tab .active.item-flight:after {
  display: none;
}

.flight-search-content {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 24px 24px;
}

.flight-search-content .flight-search-address {
  margin-bottom: 12px;
}

.flight-search-content .btn-open-search {
  right: 20px;
  top: 4px;

}

.flight-search-content .btn-close-search,
.flight-search-content .btn-open-search {
  position: absolute;
  z-index: 9;
}

.flight-search-content .btn-close-search {
  top: 15px;
  right: 15px;
  display: none;
}

.flight-search-content .btn-close-search:hover,
.flight-search-content .btn-close-search.focus-visible:focus {
  color: #EB0000;
}

.flight-search-content .flight-search-links-wrap {
  padding-top: 18px;
}

.flight-search-content .flight-search-links-wrap.space {
  padding-top: 6px;
}

@media screen and (min-width: 1080px) {
  .row .row2 {
    width: calc(50% - 60px);
  }

  .calendar-group {
    background: #fff !important;
    border: none !important;
  }
  .calendar-group .item-from{
    margin-right: 16px;
    background: #F7F5F5;
    border-radius: 12px;
    border: 1px solid #F7F5F5;
  }
  .calendar-group .item-return{
    background: #F7F5F5;
    border-radius: 12px;
    border: 1px solid #F7F5F5;
  }
  
  .icon-search:before {
    display: inline-block;
  }

  .row3 .item {
    width: 25%;
  }

  .flight-search-inputs2 .item-btns .btn-search {
    width: 100% !important;
  }
}

@media screen and (max-width: 1079px) {
  .flight-search-content {
    padding: 24;
  }

  .flight-search-content .btn-close-search {
    display: none !important;
  }

  .flight-search-content .btn-open-search {
    position: static;
    margin-top: 10px;
    width: 100%;
  }

  .flight-search-content .btn-open-search .icon {
    display: none;
  }

  .flight-search-content .btn-open-search .name {
    display: block;
    font-size: 14px;
  }

  .flight-search-content .flight-search-links-wrap.space {
    padding-top: 5px;
  }

  .flight-search-content .flight-search-links-wrap {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flight-search-content {
    padding: 16;
  }
}
.btn-open-search {
  padding-left: 0;
  padding-right: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-open-search .name {
  display: none;
}

.btn-count-close,
.btn-close-search {
  padding: 0;
  line-height: 0;
  border: none;
  font-size: 14px;
  color: #757575;
}

/* .btn-close-search{
  font-size: 24;
  transform: rotate(-180deg);
} */


.flight-search-inputs .item,
.flight-search-address .item {
  position: relative;
}

.flight-search-address .item:hover,
.flight-search-address .item:active {
  background: rgba(255, 255, 255, 0.5);
}

.flight-search-address {
  position: relative;
}

.flight-search-address .row-wrap .error-border {
  border: 2px solid #eb0000;
}

.flight-search-address .row-wrap .error-tips {
  position: absolute;
  left: 14px;
  top: 70px;
  font-size: 12px;
}

@media screen and (max-width: 989px) {
  .flight-search-address .row-wrap .error-tips {
    left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .flight-search-address .row-wrap .item:last-child .error-tips {
    margin-top: -2px;
  }
}

.flight-search-address .btn-switch-address {
  z-index: 59;
}

@media screen and (max-width: 767px) {
  .flight-search-address .btn-switch-address {
    left: auto;
    bottom: auto;
    top: 47px;
    right: -32px;
    margin: 0;
    width: 32px;
    height: 32px;
  }

  .flight-search-address .btn-switch-address .icon {
    line-height: 30px;
  }
}

.btn-switch-address {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
}

.btn-switch-address .icon {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  line-height: 38px;
  color: #333333;
}

.btn-switch-address:focus,
.btn-switch-address:hover {
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.item-one-way label {
  margin-bottom: 0;
  margin-right: 16px;
}

.item-one-way input[type="radio"]+label::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #999999;
  margin-right: 0.2rem;
  box-sizing: border-box;
  margin-top: -0.1rem;
}

.item-one-way input[type="radio"]:checked+label::before {
  background-color: #d73c3a;
  background-clip: content-box;
  border: 1px solid #d73c3a;
  padding: 0.1rem;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
}

.item-one-way input[type="radio"] {
  position: relative;
  clip: rect(0，0，0，0);
  left: 13px;
  top: 1px;
  display: none;
}

.btn-one-way {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  border: none;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 15px;
}

.btn-one-way .ico {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 6px;
  width: 25px;
  height: 15px;
  background: #cccccc;
  border-radius: 10px;
}

.btn-one-way .ico:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 8px;
  background: white;
}

.btn-one-way.active .ico {
  background: #EB0000;
}

.btn-one-way.active .ico:before {
  left: 12px;
}

.flight-search-inputs2 {
  display: none;
}

.flight-search-inputs2 .item-btns {
  background: none;
  margin-left:24px;
  border: none;
}

.flight-search-inputs2 .item-btns .row {
  margin-left: 0;
  margin-right: 0;
}

.flight-search-inputs2 .item-btns .small-item {
  padding-left: 0;
  padding-right: 0;
}

.flight-search-inputs2 .item-btns .btn-search {
  width: 366px;
  height: 56px;
  border-radius: 28px;
  background: rgba(230, 0, 18, 1);
  border: none;
  color: #fff;
}

.flight-search-inputs .item-one-way {
  margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
  .flight-search-inputs {
    margin-right: 0;
  }

  .flight-search-inputs .btn-flight-link {
    padding-top: 0;
  }

  .flight-search-inputs .item-btns {
    padding-top: 0;
  }
}

@media screen and (max-width: 989px) {
  .flight-search-inputs .bubble-info {
    width: 100%;
  }
}

.btn-flight-link {
  display: inline-block;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  color: rgba(28, 28, 28, 0.8);
}

.btn-flight-link .name {}

.btn-flight-link .icon {
  font-size: 12px;
}

.btn-flight-link:hover {
  color: #EB0000;
}

.flight-search-links-wrap {
  background: #fff;
}

.flight-search-links {
  width: 100%;
  border-radius: 28px;
  background: #fff;
  display: flex;
  box-shadow: 0px 4px 26px -4px rgba(0, 0, 0, 0.1);
}

.flight-search-links a {
  padding: 12px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6);
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 12px;
  color: #555555;
  text-transform: capitalize;
  overflow: hidden;
  text-align: center;
}

@-moz-document url-prefix() {
  .flight-search-links a {
    border-radius: 10px;
  }
}
.flight-search-links a:hover .pic .img1 {
    display: none;
}
.flight-search-links a:hover .pic .img2 {
    display: inline;
}
.flight-search-links a .pic .img1 {
    display: inline;
}
.flight-search-links a .pic .img2 {
    display: none;
}

.flight-search-links a:hover,
.flight-search-links a.focus-visible:focus {
  color: white;
  background: #8c2346;
  transition: all 400ms ease-in;
}

.flight-search-links a:nth-child(1):hover {
  border-radius: 28px 0 0 28px;
}

.flight-search-links a:nth-last-child(1):hover {
  border-radius: 0 28px 28px 0;
}

.flight-search-links a:hover .pic .img2,
.flight-search-links a.focus-visible:focus .pic .img2 {
  display: inline;
}

.flight-search-links .pic {
  height: 44px;
  overflow: hidden;
}

.flight-search-links .pic>img {
  width: 44px;
  max-width: 100%;
}

.flight-search-links .pic .img2 {
  display: none;
}

.flight-search-links .name {
  max-height: 36px;
  overflow-y: hidden;
}

.flight-search-links-wrap {

  position: absolute;
  border-radius: 28px;
  top: -43px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .new-index-wrap .travel-inspir {
    margin-top: 72px !important;
  }

  .flight-search-links-wrap {
    top: -42px !important;
  }

  .flight-search-links a {
    flex-direction: column;
  }

}

@media (min-width: 768px) {
  .flight-search-links-wrap {
    position: absolute;
    border-radius: 28px;
    top: -32px;
    width: 100%;
  }

  .flight-search-links .pic {
    height: 44px;
    overflow: hidden;
  }

  .flight-search-links .pic>img {
    width: 44px;
    max-width: 100%;
  }
}

@media (min-width: 1080px) {
  .flight-search-links-wrap {
    top: -32px;
    width: 100%;
  }

  .flight-search-links a {
    flex-direction: row;
    padding: 8px 0;
  }

  .flight-search-links .pic {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }

  .flight-search-links .pic>img {
    width: 32px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flight-search-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
  }

  .flight-search-links a {
    width: 33%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 11px;
    padding-bottom: 11px;
    flex-direction: column;
  }

  .flight-search-links a:before {
    left: 4px;
    right: 4px;
  }
}

.passenger-count-wrap {
  display: none;
  position: absolute;
  left: 0;
  z-index: 59;
  top: 100%;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
}

@media screen and (min-width: 1371px) {
  .passenger-count-wrap {
    width: 150%;
  }
}

@media screen and (min-width: 990px) and (max-width: 1370px) {
  .passenger-count-wrap {
    width: 150%;
  }
}

.passenger-count-wrap .close-wrap {
  height: 40px;
  padding: 0 20px 0;
  border-radius: 5px 5px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#FAFAFA));
  background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #FAFAFA 100%);
  background-image: linear-gradient(-180deg, #FDFDFD 0%, #FAFAFA 100%);
}

.passenger-count-wrap .btn-count-close {
  float: right;
  margin-top: 14px;
  font-size: 12px;
}

.passenger-count-wrap .btn-count-close:hover,
.passenger-count-wrap .btn-count-close.focus-visible:focus {
  color: #EB0000;
}

.passenger-count-wrap .passenger-count-list {
  margin: 0 20px;
}

.passenger-count-list li {
  padding: 15px 0;
}

.passenger-count-list li::after {
  display: block;
  clear: both;
  content: "";
}

.passenger-count-list li+li {
  border-top: 1px solid #E8E8E8;
}

.passenger-count-list .name {
  float: left;
  font-size: 20px;
  color: #333333;
}

.passenger-count-list .name .limit {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
}

.passenger-count-list .count-tools {
  float: right;
  padding-top: 12px;
}

.count-tools {
  letter-spacing: -6px;
}

.count-tools .btn-base,
.count-tools .number {
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0;
}

.count-tools .btn-base {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 2px solid #EB0000;
}

.count-tools .btn-base:after,
.count-tools .btn-base:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #EB0000;
  border-radius: 2px;
}

.count-tools .btn-base:before {
  height: 2px;
  width: 16px;
  margin: -1px 0 0 -8px;
}

.count-tools .btn-base.disabled {
  border-color: #d4d4d4;
  cursor: default;
}

.count-tools .btn-base.disabled:after,
.count-tools .btn-base.disabled:before {
  background: #d4d4d4;
}

.count-tools .btn-base:not(.disabled):hover,
.count-tools .btn-base:not(.disabled):focus {
  border-color: #B10000;
}

.count-tools .btn-base:not(.disabled):hover:after,
.count-tools .btn-base:not(.disabled):hover:before,
.count-tools .btn-base:not(.disabled):focus:after,
.count-tools .btn-base:not(.disabled):focus:before {
  background: #B10000;
}

.count-tools .btn-add:after {
  width: 2px;
  height: 16px;
  margin: -8px 0 0 -1px;
}

.count-tools .number {
  width: 56px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 28px;
  color: #333333;
  text-align: center;
  line-height: 32px;
}

.count-tools .number.zero {
  color: #999999;
}

.m-flight-search-tab {
  padding-bottom: 15px;
  display: none;
}

.m-flight-search-tab a {
  display: block;
  position: relative;
  height: 40px;
  padding: 0 35px 0 15px;
  background: #f2f2f2;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
}

.m-flight-search-tab a:hover,
.m-flight-search-tab a:focus {
  background: #8c2346;
  color: white;
}

.m-flight-search-tab a:hover .icon,
.m-flight-search-tab a:hover .icon2,
.m-flight-search-tab a:focus .icon,
.m-flight-search-tab a:focus .icon2 {
  color: white;
}

.m-flight-search-tab li+li {
  margin-top: 3px;
}

.m-flight-search-tab .icon,
.m-flight-search-tab .icon2 {
  line-height: 40px;
  color: #757575;
}

.m-flight-search-tab .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 12px;
  font-size: 20px;
}

.m-flight-search-tab .icon2 {
  position: absolute;
  top: 0;
  right: 12px;
  font-size: 14px;
}

.new-index-content {
  margin-top: 24px;
}

.new-index-content .flight-search-area {
  position: relative;
  z-index: 9;
}

.new-index-wrap {
  background: linear-gradient(111.8deg, #F4F3F6 9.07%, #E7E1EF 58.84%);
  overflow-x: hidden;
}

.new-index-wrap .travel-inspir {
  position: relative;
  margin-top: 56px;
}

.new-index-wrap .banner-bottom {
  margin-top: 60px;
  overflow: hidden;
}

.new-index-wrap .banner-bottom img {
  width: 100%;
}

.new-index-wrap .arrow-list-wrap {
  padding-top: 40px;
}

.new-index-wrap .btns-panle {
  padding: 30px 0 0;
}

@media screen and (max-width: 989px) {
  .new-index-wrap .banner-bottom {
    margin-top: 40px;
  }
}

.sale-list {
  padding-top: 1.5rem;
}

.btns-panle {
  padding: 40px 0 60px;
  text-align: center;
}

.title-area {
  padding: 20px 0;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  background: #fafafa;
}

.title-area .title {
  font-size: 32px;
  color: #333333;
}

.title-area .info {
  font-size: 20px;
}

.title-area .info.start-cut {
  float: left;
  padding-top: 45px;
  font-weight: bold;
  max-width: 250px;
}

@media screen and (max-width: 989px) {
  .title-area .info.start-cut {
    max-width: 399px;
  }
}

@media screen and (max-width: 767px) {
  .title-area .info.start-cut {
    max-width: 100%;
  }
}

.title-area .cut-down {
  margin-top: 10px;
  margin-left: 16px;
}

.title-area .start-cut {
  padding-left: 7px;
}

.title-area .time {
  color: #EB0000;
}

.title-area .sale-area {
  display: inline-block;
  margin-top: 35px;
  margin-left: 90px;
}

@media screen and (min-width: 989px) {
  .title-area .sale-area {
    float: right;
    margin-right: 50px;
    margin-left: 0;
  }
}

.title-area .sale-box {
  min-height: 71px;
  padding: 9px 17px;
  background: #F8F1F4;
}

.title-area .sale-box-title {
  font-size: 16px;
}

.title-area .sale-box-text {
  font-size: 16px;
  font-weight: bold;
}

.title-area .w-center {
  float: left;
}

.title-area .btn-no-margin {
  margin-top: 0;
}

.title-area .sold-out .start-cut {
  float: none;
  padding-top: 0;
}

.title-area .sold-out .sale-area {
  margin-top: 9px;
  margin-left: 7px;
}

@media screen and (max-width: 989px) {
  .title-area .sale-area {
    margin-left: 0;
    margin-top: 23px;
    padding: 0 7px;
    width: 100%;
  }

  .title-area .sale-area .sale-box {
    display: inline-block;
  }

  .title-area .sold-out .start-cut {
    text-align: left;
  }

  .title-area .sold-out .sale-area {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .title-area .title {
    font-size: 30px;
  }

  .title-area .info {
    font-size: 18px;
  }

  .title-area .start-cut {
    padding-top: 3px !important;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .title-area .sale-area {
    margin-top: 20px;
    margin-left: 0;
  }

  .title-area .sale-area .sale-box {
    width: 100%;
    min-height: 68px;
  }

  .title-area .sale-area .sale-box-title {
    font-size: 14px;
  }

  .title-area .sale-area .sale-box-text {
    font-weight: bold;
    margin-top: 8px;
    font-size: 14px;
  }

  .title-area .w-center {
    width: 100%;
    text-align: center;
  }
}

.tab-area {
  position: relative;
  z-index: 3;
  padding: 30px 0 20px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  background: white;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.tab-area .title {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .tab-area .title {
    text-align: center;
  }
}

.note-area {
  padding: 20px 0;
  background: #fafafa;
  font-size: 16px;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .note-area {
    font-size: 14px;
  }
}

.note-area .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .note-area .title {
    font-size: 14px;
  }
}

.note-area .note {
  margin-bottom: 10px;
}

.note-area .more-link {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  text-decoration: underline;
  color: #EB0000;
}

.note-area .more-link:hover {
  text-decoration: none;
}

.note-area .view-more-box {
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .note-area .view-more-box {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .note-area .mobile-part-hide {
    max-height: 63px;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 767px) {
  .mobile-part-hide {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}

.mobile-part-hide.show {
  max-height: none !important;
  display: block;
}

.view-more-box {
  text-align: center;
}

.view-more-btn {
  border-color: #EB0000;
  color: #EB0000;
}

.view-more-btn .icon-more {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-size: 10px;
}

.view-more-btn .fold {
  display: none;
}

.view-more-btn.active .more {
  display: none;
}

.view-more-btn.active .fold {
  display: inline;
}

.view-more-btn.active .icon-more {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sale-tab-area .title {
  font-size: 28px;
}

@media screen and (max-width: 989px) {
  .sale-tab-area .title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .sale-tab-area .title {
    font-size: 24px;
  }
}

.destinations-title {
  margin-bottom: 0;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .destinations-title {
    font-size: 22px;
  }
}

.destinations-area {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .destinations-area {
    padding-top: 30px;
  }
}

.destinations-area .info-list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .destinations-area .info-list {
    margin-top: 18px;
  }
}

.destinations-area .choose-destination {
  margin-top: 30px;
}

@media screen and (max-width: 989px) {
  .destinations-area .choose-destination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .destinations-area .choose-destination {
    margin-top: 60px;
  }
}

.destinations-area .view-more-box {
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 989px) {
  .destinations-area .view-more-box {
    display: block;
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .destinations-area .view-more-box {
    margin-top: 10px;
  }
}

.view-list.show div {
  display: block !important;
}

.choose-destination {
  position: relative;
}

@media screen and (max-width: 767px) {
  .choose-destination {
    padding-bottom: 20px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  }
}

.choose-destination:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  background: #d4d4d4;
}

@media screen and (max-width: 767px) {
  .choose-destination:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .choose-destination .destinations-title {
    text-align: center;
  }
}

.choose-destination .business-class {
  display: none;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .choose-destination .business-class {
    display: block;
  }
}

.choose-destination .business-class .icon-business1 {
  font-size: 16px;
}

.choose-destination .tab-list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .choose-destination .tab-list {
    margin-top: 18px;
  }
}

.choose-destination .tab-list .item a {
  background: none;
  border: 1px solid transparent;
}

.choose-destination .tab-list .item.active a {
  background: none;
  border-color: #8b2345;
  color: #8b2345;
}

.destination-result {
  padding: 40px 0 50px 0;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .destination-result {
    padding: 20px 0 40px 0;
  }
}

.destination-result .business-class {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .destination-result .business-class {
    display: none;
  }
}

.destination-result .destinations-title {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .destination-result .destinations-title {
    display: none;
  }
}

.destination-result .book-list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .destination-result .book-list {
    margin-top: 0;
  }
}

.destination-result .board {
  margin-top: 10px;
}

@media screen and (max-width: 989px) {
  .destination-result .board {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .destination-result .board {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .board .mobile-part-hide {
    max-height: 134px;
    -webkit-line-clamp: 5;
  }
}

.board .view-more-box {
  display: none;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .board .view-more-box {
    display: block;
  }
}

.business-class {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #757575;
}

.business-class .icon-business1 {
  margin-right: 7px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 30px;
  font-size: 18px;
}

.affordable-area {
  padding: 40px 0 100px 0;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .affordable-area {
    padding: 30px 0 80px 0;
  }
}

.affordable-area .arrow-info-list {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .affordable-area .arrow-info-list {
    margin-top: 18px;
  }
}

.affordable-area .view-more-box {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 989px) {
  .affordable-area .view-more-box {
    display: block;
  }
}

.content-bg {
  background: #fafafa;
  padding-bottom: 100px;
}

.banner-wrap-modify {
  position: relative;
  z-index: 2;
}

.banner-wrap-modify .wrap-con .tlt {
  max-height: 39px;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .banner-wrap-modify .wrap-con .tlt {
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap-modify .wrap-con .tlt {
    font-size: 24px;
  }
}

.banner-wrap-modify .wrap-con .txt {
  height: 74px;
}

@media screen and (max-width: 767px) {
  .banner-wrap-modify .wrap-con .txt {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 989px) {
  .sale-item .item-activity .price-sum {
    font-size: 16px;
  }

  .sale-item .item-activity .sum {
    font-size: 24px;
  }

  .banner-wrap-modify .wrap-con .txt {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .sale-item {
    height: auto;
  }

  .tab-area {
    padding: 39px 0 26px 0;
  }

  .sale-list {
    padding: 1rem 0 40px 0;
  }

  .sale-item .item-thumb img {
    height: 135px;
  }

  .banner-wrap-modify .wrap-con .txt {
    height: auto;
    padding-bottom: 20px;
  }

  .content-bg {
    padding-bottom: 80px;
  }
}

.arrow-info-btn {
  border-color: #EB0000;
  color: #EB0000;
}

.board-tab-area {
  position: relative;
  z-index: 20;
  padding: 30px 0;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 767px) {
  .board-tab-area {
    padding-top: 40px;
  }
}

.board-content {
  padding: 30px 0 10px 0;
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .board-content {
    padding: 20px 0 0 0;
    overflow: hidden;
  }
}

.board-content .arrow-info-list {
  display: none;
}

.board-content .arrow-info-list div {
  padding-left: 10px;
  padding-right: 10px;
}

.board-content .arrow-info-list .arrow-info-item {
  margin-bottom: 20px;
}

.more-info-list {
  padding: 0 3px;
}

@media screen and (max-width: 989px) {
  .more-info-list {
    padding: 0 1px;
  }
}

.more-info-list div {
  padding-left: 7px;
  padding-right: 7px;
}

@media screen and (max-width: 989px) {
  .more-info-list div {
    padding-left: 9px;
    padding-right: 9px;
  }
}

.more-info-list .info-item {
  margin-bottom: 14px;
}

@media screen and (max-width: 989px) {
  .more-info-list .info-item {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .more-info-list .info-item {
    margin-bottom: 10px;
  }
}

.more-info-list .info-item .image-wrap {
  height: 200px;
}

.more-info-list .info-item .image-wrap img {
  margin-left: -178px;
}

@media screen and (max-width: 989px) {
  .more-info-list .info-item .image-wrap img {
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.more-info-list .info-item .caption {
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
}

.more-info-list .info-item .caption .title {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  max-height: 48px;
}

@media screen and (max-width: 989px) {
  .more-info-list .info-item .caption .title {
    font-size: 14px;
    max-height: 42px;
  }
}

.more-info-list .info-item .item-table {
  display: table;
  width: 100%;
  height: 100%;
}

.more-info-area {
  border-bottom: 1px solid #d4d4d4;
  padding: 40px 0 86px 0;
}

@media screen and (max-width: 989px) {
  .more-info-area {
    padding-bottom: 82px;
  }
}

@media screen and (max-width: 767px) {
  .more-info-area {
    padding: 30px 0 70px 0;
  }
}

.more-info-area .destinations-title {
  margin-bottom: 20px;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .more-info-area .destinations-title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}

.search-area .search-btn,
.search-area .search-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  height: 50px;
  border-radius: 25px;
}

.search-area .search-text {
  outline: none;
  width: 410px;
  padding: 11px 0 11px 30px;
  background: #fff;
  border: 2px solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .search-area .search-text {
    width: 100%;
    padding-left: 25px;
  }
}

.search-area .search-text:focus {
  border-color: #EB0000;
}

.search-area .search-btn {
  padding: 0 30px;
  margin-left: 20px;
  background: #EB0000;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .search-area .search-btn {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.sale-item .fare-conditions {
  margin-top: 12px;
}

.sale-item .fare-conditions a {
  display: block;
  color: #555555;
}

.sale-item .fare-conditions span {
  text-decoration: underline;
}

.sale-item .fare-conditions .icon-conditionPoint {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #EB0000;
}

.search-result-list {
  padding: 0;
}

.search-result-list .sale-item {
  height: 543px;
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item {
    height: 518px;
  }
}

@media screen and (max-width: 767px) {
  .search-result-list .sale-item {
    height: auto;
    padding-bottom: 20px;
  }
}

.search-result-list .sale-item .item-thumb {
  border: none;
  height: 176px;
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-thumb {
    height: 135px;
  }
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-wrap .name {
    max-height: 33px;
  }
}

@media screen and (max-width: 767px) {
  .search-result-list .sale-item .item-wrap .name {
    max-height: 66px;
  }
}

.search-result-list .sale-item .item-wrap .brief {
  max-height: 48px;
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-wrap .brief {
    max-height: 63px;
  }
}

.search-result-list .sale-item .item-activity {
  bottom: 30px;
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-activity {
    position: static;
    padding-top: 30px;
  }
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-activity .price-sum {
    font-size: 18px;
  }
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .item-activity .sum {
    font-size: 26px;
  }
}

.search-result-list .sale-item .choose-btn {
  margin-top: 48px;
}

@media screen and (max-width: 989px) {
  .search-result-list .sale-item .choose-btn {
    float: right;
    margin-top: 30px;
  }
}

.back-area {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .back-area {
    text-align: center;
  }
}

.page-bg {
  background: #fafafa;
}

.search-main {
  padding: 20px 0 100px 0;
}

@media screen and (max-width: 767px) {
  .search-main {
    padding: 0 0 80px 0;
  }
}

.search-main .search-area {
  margin-top: 30px;
}

.search-main .search-result-list {
  margin-top: 30px;
}

.search-main .back-area {
  padding-top: 10px;
}

.no-search-result {
  padding: 120px 0 170px 0;
  text-align: center;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 18px;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .no-search-result {
    padding: 80px 0 90px 0;
  }
}

@media screen and (max-width: 767px) {
  .no-search-result {
    font-size: 16px;
  }
}

.no-search-result .ico {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 172px;
  height: 172px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .no-search-result .ico {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
}

.no-search-result .ico:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(/static_new/img/chahua-null.jpg) no-repeat center;
}

@media screen and (max-width: 767px) {
  .no-search-result .ico:before {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.travel-info-title {
  background: #fff;
  padding: 40px 0 20px 0;
}

@media screen and (max-width: 767px) {
  .travel-info-title {
    padding: 30px 0 10px 0;
  }
}

.travel-info-title .title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .travel-info-title .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .adding-title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .adding-btn-wrap {
    text-align: center;
  }
}

.adding-btn-wrap .btn {
  border-color: #d4d4d4;
  border-radius: 5px;
  background: #fff;
}

.adding-btn-wrap .btn:not(.disabled):focus,
.adding-btn-wrap .btn:not(.disabled):hover {
  border-color: #EB0000;
}

.adding-form {
  padding: 30px;
  background: #fff;
}

@media screen and (max-width: 989px) {
  .adding-form {
    padding: 20px;
  }
}

.adding-form .adding-form-btns {
  margin-top: 30px;
}

.adding-form-btns .btn-assist:not(:disabled):hover {
  text-decoration: none;
}

.adding-form-btns .btn+.btn {
  margin-left: 20px;
}

.next-btn-wrap {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .next-btn-wrap {
    text-align: center;
  }
}

.next-btn-wrap .btn-info {
  background: #EB0000;
  color: #fff;
}

.next-btn-wrap .btn-info:focus,
.next-btn-wrap .btn-info:hover {
  background: #b10000 !important;
  border-color: #b10000;
}

.travel-info-area {
  padding-bottom: 100px;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .travel-info-area {
    padding-bottom: 68px;
  }
}

.travel-info-area .travel-info-title {
  margin-bottom: 20px;
}

.travel-info-area .travel-info-list {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .travel-info-area .travel-info-list {
    margin-bottom: 20px;
  }
}

.travel-info-area .adding-title {
  margin-bottom: 14px;
}

.travel-info-area .adding-form {
  margin-top: 20px;
  display: none;
}

.travel-info-area .adding-form .input {
  margin-bottom: 1rem;
}

.travel-info-area .adding-form .input:first-child {
  padding-right: 1.5rem;
}

.travel-info-area .adding-form .input:nth-child(2) {
  padding-left: 1.5rem;
}

@media screen and (max-width: 989px) {
  .travel-info-area .adding-form .input {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media screen and (max-width: 767px) {
  .travel-info-area .adding-form {
    margin-top: 10px;
  }
}

.travel-info-area .next-btn-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .travel-info-area .next-btn-wrap {
    margin-top: 40px;
  }
}

.error-notice {
  background: #F8F1F4;
  color: #555555;
  padding: 20px;
  margin-bottom: 20px;
}

.error-notice .icon {
  margin-right: 8px;
  font-size: 14px;
  color: #ffb018;
}

.inp {
  height: 50px;
  padding-left: 15px;
  border: 2px solid #d4d4d4;
  border-radius: 5px;
}

.inp:focus {
  border-color: #EB0000;
  outline: none;
}

.page-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: rgba(28, 28, 28, 1);
  padding-top: 64px;
}

.page-subtitle {
  color: rgba(98, 0, 3, 1);
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 24px;
}

.traveltab {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.traveltab .traveltab-item {
  flex: 1 1;
  flex-shrink: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: rgba(54, 0, 1, 1);
  padding: 8px 0;
  text-align: center;
  border: 1px solid #fff;
}

.travel-tab-content {
  display: none;
}

.travel-item-container {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .traveltab .traveltab-item {
	min-width:132px;  
    flex: unset;
	max-width: 33%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 8px;
	cursor: pointer;
	margin-right:12px;
  }

  .travel-item-container {
    display: flex;
    align-items: baseline;
  }

  .travel-item-container .travel-item:nth-child(n+2) {
    margin-left: 32px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1079px) {
  .travel-item-container {
    display: flex;
    flex-wrap: wrap;
  }

  .travel-item-container .travel-item:nth-child(2n) {
    margin-left: 32px;
  }
}

.traveltab .traveltab-item:hover{
  border: solid 1px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.04);
}
.traveltab .traveltab-item-active {
  border: 1px solid rgba(54, 0, 1, 1) !important;
  border-radius: 24px;
}

@media screen and (max-width: 768px) {
  .page-title {
    font-size: 24px;
    color: rgba(28, 28, 28, 1);
    padding-top: 75px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .page-title {
    font-size: 24px;
    color: rgba(28, 28, 28, 1);
    padding-top: 182px;
    margin-bottom: 0;
  }
}

.page-title.fz-24 {
  font-size: 24px;
}

.baggage-notice-area {
  padding: 40px 0 100px 0;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .baggage-notice-area {
    padding: 30px 0 58px 0;
  }
}

.baggage-notice-area .page-title {
  margin-bottom: 20px;
}

.baggage-notice-area .is-agree {
  margin-top: 30px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .baggage-notice-area .is-agree {
    padding: 0;
    margin-top: 20px;
  }
}

.baggage-notice-area .next-btn-wrap {
  margin-top: 40px;
}

@media screen and (max-width: 989px) {
  .baggage-notice-area .next-btn-wrap {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .baggage-notice-area .next-btn-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .baggage-notice-area .next-btn-wrap {
    text-align: right;
  }
}

.page-gradual-wrap {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.page-gradual-wrap .title {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #972159);
  background: linear-gradient(45deg, #D9272E, #D9272E, #972159);
  padding: 10px 30px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-gradual-wrap .title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}

.page-gradual-wrap .content {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .page-gradual-wrap .content {
    padding: 15px;
  }
}

.page-gradual-wrap.gray .title {
  background: #555555;
}

.page-gradual-wrap+.page-gradual-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page-gradual-wrap+.page-gradual-wrap {
    margin-top: 15px;
  }
}

.not-baggage-wrap .content {
  padding-bottom: 10px;
}

@media screen and (max-width: 989px) {
  .not-baggage-wrap .content {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .not-baggage-wrap .content {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .baggage-size-rule {
    font-size: 14px;
  }
}

.baggage-size-rule .desc {
  overflow: hidden;
  color: #555555;
}

@media screen and (max-width: 989px) {
  .baggage-size-rule .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .baggage-size-rule .desc {
    display: block;
  }
}

.baggage-size-rule .pic {
  float: left;
  width: 294px;
  height: 240px;
  margin-right: 23px;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .baggage-size-rule .pic {
    margin: 0;
    width: 260px;
    height: 212px;
  }
}

@media screen and (max-width: 767px) {
  .baggage-size-rule .pic {
    float: none;
    margin: 0 auto 10px auto;
    max-height: 100%;
  }
}

.baggage-size-rule .pic img {
  width: 100%;
}

.baggage-size-rule .text {
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .baggage-size-rule .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.baggage-size-rule .notice {
  border-top: 1px dashed #999999;
  padding-top: 30px;
  margin-top: 30px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .baggage-size-rule .notice {
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.baggage-battery-rule {
  color: #555555;
}

@media screen and (max-width: 767px) {
  .baggage-battery-rule {
    font-size: 14px;
  }
}

.baggage-battery-rule .text {
  margin-bottom: 30px;
}

@media screen and (max-width: 989px) {
  .baggage-battery-rule .text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .baggage-battery-rule .text {
    margin-top: 5px;
  }
}

.baggage-battery-rule .pic-group {
  margin-bottom: 16px;
}

@media screen and (max-width: 989px) {
  .baggage-battery-rule .pic-group {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .baggage-battery-rule .pic-group {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .pic-group {
    margin-left: -6px;
    margin-right: -6px;
  }
}

@media screen and (max-width: 767px) {
  .pic-group li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.pic-group .pic {
  margin-bottom: 14px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .pic-group .pic {
    height: 72px;
  }
}

@media screen and (max-width: 767px) {
  .pic-group .pic {
    margin-bottom: 12px;
  }
}

.pic-group .pic img {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .pic-group .pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.rule-table {
  width: 100%;
  background: #f2f2f2;
  table-layout: fixed;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .rule-table {
    font-size: 14px;
  }
}

.rule-table tr+tr {
  border-top: 1px solid #cccccc;
}

.rule-table td+td {
  border-left: 1px solid #cccccc;
}

.rule-table td,
.rule-table th {
  padding: 6px 10px;
  height: 60px;
  text-align: center;
}

.rule-table th {
  width: 25%;
  background: #757575;
  font-weight: normal;
  color: #fff;
}

.rule-table th+th {
  border-left: 1px solid #fff;
}

.is-agree {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .is-agree {
    font-size: 12px;
    line-height: 1.75;
  }
}

.is-agree .is-select {
  float: left;
  margin: 3px 12px 0 0;
}

@media screen and (max-width: 767px) {
  .is-agree .is-select {
    margin: 2px 10px 0 0;
  }
}

.is-agree .desc {
  overflow: hidden;
}

.is-agree .key {
  color: #EB0000;
}

.baggage-status-area {
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.top-notice {
  color: #555555;
}

@media screen and (max-width: 767px) {
  .top-notice {
    font-size: 14px;
  }
}

.check-conditions {
  background: #F8F1F4;
  color: #555555;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .check-conditions {
    padding: 20px 15px;
  }
}

.check-conditions p+p {
  margin-top: 10px;
}

.check-conditions .more {
  margin-left: 10px;
  white-space: nowrap;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #EB0000;
  text-decoration: underline;
}

.check-conditions .more:focus,
.check-conditions .more:hover {
  color: #b10000;
}

.check-conditions .text {
  margin-bottom: 30px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #333333;
}

.page-logo {
  width: 190px;
  max-width: 100%;
}

.page-logo img {
  max-width: 100%;
}

.travel-info-area .top-notice {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .travel-info-area .top-notice {
    padding: 10px 0 20px 0;
  }
}

.travel-info-area .page-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 989px) {
  .travel-info-area .page-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .travel-info-area .page-title {
    font-size: 18px;
  }
}

.travel-info-area .check-conditions {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .travel-info-area .check-conditions {
    margin-top: 30px;
  }
}

.travel-info-area .page-logo {
  margin-top: 40px;
}

@media screen and (max-width: 989px) {
  .travel-info-area .page-logo {
    margin-top: 50px;
  }
}

.travel-info-area .check-in-notice {
  margin-bottom: 30px;
}

@media screen and (max-width: 989px) {
  .travel-info-area .check-in-notice {
    margin-bottom: 0;
  }
}

.check-in-notice {
  background: #fff;
  padding: 80px 0 20px 0;
}

@media screen and (max-width: 989px) {
  .check-in-notice {
    background: none;
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .check-in-notice {
    padding: 30px 0 40px 0;
  }
}

.check-in-notice .text {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .check-in-notice .text {
    font-size: 14px;
  }
}

.check-in-notice .impor {
  color: #a70048;
}

.use-code-area {
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 26px 30px 30px 30px;
}

.use-code-area::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 989px) {
  .use-code-area {
    padding: 28px 20px;
  }
}

@media screen and (max-width: 767px) {
  .use-code-area {
    padding: 30px 26px;
  }
}

.use-code-area .confirm-code {
  padding-top: 34px;
}

@media screen and (max-width: 767px) {
  .use-code-area .confirm-code {
    padding-top: 0;
  }
}

.use-code-area .confirm-code .btn {
  width: 100%;
  padding: 11px 0;
}

@media screen and (max-width: 767px) {
  .use-code-area .input-code label {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .use-code-area .input-code .input-group {
    margin-bottom: 20px;
  }
}

.page-notice {
  background: #F8F1F4;
  padding: 20px;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .page-notice {
    padding: 10px;
  }
}

.page-notice.fz-14 {
  font-size: 14px;
}

.page-notice.fz-14 .icon {
  margin-top: 4px;
}

.page-notice.fz-14 p+p {
  margin-top: 8px;
}

.page-notice.color-55 {
  color: #555555;
}

.page-notice.color-75 {
  color: #757575;
}

.page-notice .icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}

.page-notice .impor {
  color: #EB0000;
}

.page-notice.dot p {
  padding-left: 20px;
  position: relative;
}

.page-notice.dot p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555555;
}

.page-notice .link {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  text-decoration: underline;
  color: #EB0000;
}

.payment-choose {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 30px 20px;
  border-top: 2px solid #8c2346;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .payment-choose {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .payment-choose ul {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .payment-choose li {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.payment-choose .item {
  display: block;
  height: 60px;
  padding: 0 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
}

.payment-choose .item img {
  max-width: 100%;
}

@media screen and (max-width: 989px) {
  .payment-choose .item {
    height: 68px;
    line-height: 66px;
  }
}

@media screen and (max-width: 767px) {
  .payment-choose .item {
    height: 46px;
    line-height: 44px;
  }
}

.payment-choose .item:focus {
  border-color: #EB0000;
}

.payment-mode-area .page-notice {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .payment-mode-area .page-notice {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.declaration-info {
  background: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

@media screen and (max-width: 989px) {
  .declaration-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .declaration-info {
    font-size: 14px;
  }
}

.declaration-info .checkbox-group {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .declaration-info .checkbox-group {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .declaration-info .page-notice.dot p:before {
    top: 8px;
  }
}

.payment-content {
  padding: 40px 0 100px 0;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .payment-content {
    padding: 30px 0 80px;
  }
}

.payment-content .page-title {
  font-size: 24px;
}

.payment-content .checkin-payment-area .page-title {
  font-size: 26px;
}

.payment-content .booking-area,
.payment-content .page-title {
  margin-bottom: 20px;
}

.payment-content .declaration-area,
.payment-content .price-terms-area,
.payment-content .payment-mode-area,
.payment-content .use-code-area,
.payment-content .checkin-payment-area,
.payment-content .passenger-area {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .passenger-area .page-notice {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.upgrade-top {
  padding: 39px 0;
  background: #fff;
}

@media screen and (max-width: 989px) {
  .upgrade-top {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .upgrade-top {
    padding: 20px 0;
  }
}

.ux-upgrade-area {
  padding-top: 40px;
  padding-bottom: 120px;
}

@media screen and (max-width: 989px) {
  .ux-upgrade-area {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ux-upgrade-area {
    padding-top: 30px;
  }
}

.ux-upgrade-area h2.page-title {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .ux-upgrade-area h2.page-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.ux-upgrade-area .invite-upgrade {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .ux-upgrade-area .invite-upgrade {
    margin-bottom: 40px;
  }
}

.ux-upgrade-area .upgrade-order {
  margin-bottom: 30px;
}

.ux-upgrade-area .trip-summary {
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .ux-upgrade-area .trip-summary {
    margin-bottom: 15px;
  }
}

.ux-upgrade-area .page-logo {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .ux-upgrade-area .page-logo {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .ux-upgrade-area .page-title.fz-24 {
    font-size: 22px;
  }
}

.invite-upgrade .pic {
  height: 294px;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .invite-upgrade .pic {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .invite-upgrade .pic {
    height: 198px;
  }
}

.invite-upgrade .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.invite-upgrade .title {
  margin-bottom: 20px;
  text-align: center;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 22px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .invite-upgrade .title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.invite-upgrade .text {
  color: #555555;
}

.invite-upgrade .btn-wrap {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .invite-upgrade .btn-wrap {
    margin-top: 30px;
  }
}

.invite-upgrade .desc {
  padding-top: 30px;
}

.invite-upgrade .desc .rm-underline:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .invite-upgrade .desc {
    padding-top: 20px;
  }
}

.page-shadow {
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  background: #fff;
}

.upgrade-order {
  padding: 31px 20px 33px;
  border-top: 2px solid #8c2346;
}

.upgrade-order::after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 767px) {
  .upgrade-order {
    padding: 18px 15px 20px 10px;
  }
}

.upgrade-order .btn-wrap {
  float: right;
}

.upgrade-order .btn-wrap .rm-underline:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .upgrade-order .btn-wrap {
    margin-top: 20px;
  }
}

.upgrade-order .order-num {
  float: left;
  padding-top: 10px;
  max-width: 70%;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .upgrade-order .order-num {
    max-width: none;
    width: 100%;
    padding-top: 0;
  }
}

.upgrade-order .order-num .num {
  margin-left: 10px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .upgrade-order .order-num .num {
    display: block;
    margin: 10px 0 0 22px;
  }
}

.upgrade-order .order-num .icon {
  margin: 4px 6px 0 0;
}

.upgrade-order .icon {
  display: inline-block;
  vertical-align: top;
}

.trip-summary .page-title {
  margin-bottom: 20px;
}

.upgrade-explain {
  padding-top: 2px;
  border-top: 1px dashed #979797;
  color: #555555;
}

.upgrade-explain .impor {
  color: #333333;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

.upgrade-explain .text {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .upgrade-explain .text {
    margin-top: 30px;
  }
}

.upgrade-explain .page-notice {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .upgrade-explain .page-notice {
    padding: 20px;
  }
}

.saleItem-area {
  padding-bottom: 100px;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .saleItem-area {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 989px) {
  .saleItem-area {
    padding-bottom: 90px;
  }
}

.saleItem-area .sale-list {
  padding-bottom: 16px;
}

.saleItem-area .sale-banner {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .saleItem-area .sale-banner {
    margin-bottom: 30px;
  }
}

.sale-banner .page-pad,
.sale-banner .page-phone {
  display: none;
}

@media screen and (max-width: 989px) {

  .sale-banner .page-pc,
  .sale-banner .page-phone {
    display: none;
  }

  .sale-banner .page-pad {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  .sale-banner .page-pc,
  .sale-banner .page-pad {
    display: none;
  }

  .sale-banner .page-phone {
    display: block;
  }
}

.sale-banner img {
  width: 100%;
}

@media screen and (max-width: 989px) {
  .sale-banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 989px) {
  .page-pc {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .page-pad {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-pad {
    display: none;
  }
}

.page-phone {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-phone {
    display: block;
  }
}

.question-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #EB0000;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

.error-tips {
  margin-top: 5px;
  color: #EB0000;
}

.validate-box .error-tips {
  position: absolute;
  margin-top: 50px;
}

.flight-adult {
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
}

.flight-adult .title-a {
  padding: 18px 30px;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #972159);
  background: linear-gradient(45deg, #D9272E, #D9272E, #972159);
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.flight-adult .title-a .adult-txt {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
}

.flight-adult .title-a .adult-txt,
.flight-adult .title-a .icon-people {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .flight-adult .title-a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.adult-box {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .adult-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .adult-box .sing-text:last-child {
    margin-bottom: 0;
  }
}

.adult-box .item-wrap {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .adult-box .item-wrap {
    padding-bottom: 10px;
  }
}

.adult-box .item-wrap .row {
  /*margin-left: -30px;
      margin-right: -30px;*/
}

.adult-box .item-wrap .item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .adult-box .item-wrap .item .row div+div {
    margin-top: 20px;
  }
}

.adult-box .item-wrap .checkbox-item {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .adult-box .item-wrap .checkbox-item {
    margin-bottom: 5px;
  }
}

.adult-box .title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 16px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .adult-box .title {
    font-size: 14px;
  }
}

.adult-box .checkbox-group {
  margin-top: 10px;
  margin-bottom: 0;
  color: #757575;
}

@media screen and (max-width: 767px) {
  .adult-box .checkbox-group {
    margin-top: 0;
  }
}

.adult-box .input-group .text,
.adult-box .select-group select {
  color: #757575;
}

.adult-box .fillIn-wrap .item:nth-child(2n-1) {
  clear: both;
}

.adult-box .fillIn-wrap .item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .adult-box .fillIn-wrap .item {
    margin-bottom: 20px;
  }
}

.calendar-flag {

  background: url("/static_new/img/calendar_flag.png") no-repeat 97% center;
}

.notice-title-wrap {
  min-height: 140px;
  padding: 30px 0 20px;
  border-radius: 0;
  color: #555555;
  font-size: 14px;
  overflow: hidden;
}

.notice-title-wrap:before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 840px;
  top: 0;
  bottom: 0;
  right: -74px;
  background: url(/static_new/img/img_Logo_Light.png) no-repeat right center;
}

.notice-title-wrap .title {
  max-height: 96px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 32px;
  color: #333333;
  overflow: hidden;
}

.notice-title-wrap .title1 {
  color: #B10000;
}

@media screen and (max-width: 989px) {
  .notice-title-wrap:before {
    right: -466px;
  }

  .notice-title-wrap .title {
    margin-bottom: 6px;
    max-height: 84px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .notice-title-wrap {
    padding: 20px 0 15px;
  }

  .notice-title-wrap:before {
    right: -668px;
  }

  .notice-title-wrap .title {
    font-size: 24px;
    max-height: 72px;
  }
}

.notice-main {
  padding: 30px 0 100px;
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .notice-main {
    padding: 20px 0 80px;
  }
}

.single-notice-main {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .single-notice-main {
    padding-bottom: 55px;
  }
}

.single-notice-more {
  margin-top: 20px;
}

.single-notice-more a {
  display: block;
  height: 60px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  background: white;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #EB0000;
}

.single-notice-more a:hover {
  color: #B10000;
}

.single-notice-more .icon {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
}

@media screen and (max-width: 767px) {
  .single-notice-more a {
    height: 50px;
    line-height: 50px;
  }
}

.notice-detail-title {
  background: white;
  padding: 30px 0 20px;
}

.notice-detail-title .title {
  margin-bottom: 6px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 28px;
  color: #333333;
}

.notice-detail-title .date {
  text-align: right;
  font-size: 14px;
  color: #555555;
}

@media screen and (max-width: 767px) {
  .notice-detail-title {
    padding: 20px 0 15px;
  }

  .notice-detail-title .title {
    margin-bottom: 0;
    font-size: 24px;
  }

  .notice-detail-title .date .name {
    display: block;
  }
}

.notice-detail-info {
  color: #333333;
}

.notice-detail-info .key {
  font-weight: bold;
  color: #151515;
}

.notice-detail-info a {
  font-weight: bold;
  text-decoration: underline;
  color: #EB0000;
}

.notice-detail-info a:hover {
  color: #B10000;
}

.notice-detail-info .pic {
  height: 294px;
  margin-bottom: 30px;
}

.notice-detail-info .pic {
  overflow: hidden;
}

.notice-detail-info .pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.notice-detail-info .img-list {
  margin-top: 45px;
}

.notice-detail-info .img-list .pic {
  height: 173px;
}

.notice-detail-info .img-list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 989px) {
  .notice-detail-info .pic {
    height: 225px;
  }

  .notice-detail-info .pic img {
    height: auto;
  }

  .notice-detail-info .link {
    display: block;
  }

  .notice-detail-info .img-list {
    margin-top: 20px;
  }

  .notice-detail-info .img-list .pic {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .notice-detail-info {
    font-size: 14px;
  }

  .notice-detail-info a {
    font-size: 16px;
  }

  .notice-detail-info .pic {
    height: 200px;
    margin-bottom: 20px;
  }

  .notice-detail-info .pic img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .notice-detail-info .img-list {
    margin-top: 10px;
  }

  .notice-detail-info .img-list li {
    margin-bottom: 10px;
  }
}

.detail-table-wrap {
  overflow: hidden;
  overflow-x: auto;
}

.detail-table {
  width: 100%;
  text-align: center;
  color: #333333;
}

.detail-table th {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .detail-table th {
    font-size: 16px;
    line-height: 24px;
  }
}

.detail-table td {
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .detail-table td {
    font-size: 14px;
    line-height: 21px;
  }
}

.detail-table td,
.detail-table th {
  padding: 20px;
  border: 1px solid #E1E1E1;
}

.detail-table th {
  font-weight: normal;
}

@media screen and (max-width: 989px) {

  .detail-table td,
  .detail-table th {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 620px) {
  .detail-table {
    width: 600px;
    font-size: 14px;
  }

  .detail-table td,
  .detail-table th {
    padding: 10px;
  }
}

.table-style table,
.board-list table {
  width: 100%;
  margin-bottom: 20px;
  color: #333333;
}

.table-style table td,
.board-list table td {
  line-height: 24px;
  padding: 20px;
  border: 1px solid #E1E1E1;
}

.table-style table td a,
.board-list table td a {
  font-weight: bold;
  color: #EB0000;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  .table-style table td,
  .board-list table td {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 989px) {

  .table-style table td,
  .board-list table td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 620px) {

  .table-style table,
  .board-list table {
    width: 600px;
    font-size: 14px;
  }

  .table-style table td,
  .board-list table td {
    padding: 10px;
  }
}

.table-style table tr:first-child td,
.board-list table tr:first-child td {
  line-height: 28px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {

  .table-style table tr:first-child td,
  .board-list table tr:first-child td {
    font-size: 16px;
  }
}

.detail-btn-wrap {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .detail-btn-wrap {
    text-align: center;
  }
}

.notice-detail-main .detail-table-wrap {
  margin-bottom: 20px;
}

.notice-detail-main .detail-btn-wrap {
  padding-top: 20px;
}

.notice-detail-main .page-title {
  margin: 20px 0;
  font-family: PingFangSC-Semibold;
}

@media screen and (max-width: 989px) {
  .notice-detail-main {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .notice-detail-main {
    padding-bottom: 80px;
  }

  .notice-detail-main .detail-btn-wrap {
    padding-top: 30px;
  }

  .notice-detail-main .detail-table-wrap {
    margin-bottom: 10px;
  }

  .notice-detail-main .page-title {
    margin-top: 7px;
  }
}

.new-index-wrap .arrow-list-wrap {
  background: #fafafa;
}

.new-index-wrap .arrow-list-wrap .hight-light-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333333;
  font-weight: bold;
}

.new-index-wrap .arrow-list-wrap .btn-hidden {
  display: none;
}

.new-index-wrap .arrow-list-wrap .more-button {
  text-align: center;
}

@media screen and (min-width: 989px) {
  .new-index-wrap .arrow-list-wrap .more-button {
    display: none;
  }
}

.new-index-wrap .arrow-list-wrap .more-button>a>i {
  font-size: .6rem;
  padding-left: .6rem;
}

.new-index-wrap .arrow-list-wrap .fold-button {
  text-align: center;
}

@media screen and (min-width: 989px) {
  .new-index-wrap .arrow-list-wrap .fold-button {
    display: none;
  }
}

.new-index-wrap .arrow-list-wrap .fold-button>a>i {
  font-size: .6rem;
  padding-left: .6rem;
}

@media screen and (max-width: 767px) {
  .buy-ticket-form .prompt-bubble-sigh {
    z-index: auto;
  }

  .buy-ticket-form .prompt-bubble-sigh .bubble-info {
    z-index: 9999;
  }
}

/**--              多航段查询结果               --**/
.travel-inspir .inspir-tip {
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  line-height: 24px;
}

.muti-result {
  background-color: #F7F7F7;
  padding: 40px 0 80px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .muti-result {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.muti-result .select-single.select-group select {
  font-size: 18px;
}

.muti-result .muti-trip-tip {
  margin-top: 20px;
  font-size: 16px;
  color: #555555;
  line-height: 24px;
}

.muti-result .page-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #333;
  line-height: 42px;
}

.muti-result .flight-wrapper {
  margin-top: 25px;
}

@media screen and (max-width: 989px) {
  .muti-result .flight-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper {
    margin-top: 12px;
  }
}

.muti-result .flight-wrapper .flight-item {
  padding: 15px 0;
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item {
    padding: 15px 0;
  }
}

.muti-result .flight-wrapper .flight-item .top-icon {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .top-icon {
    padding: 0 15px;
  }
}

.muti-result .flight-wrapper .flight-item .top-icon .flight-btn {
  padding: 5px 10px;
  background: #8C2346;
  border-radius: 5px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  line-height: 18px;
}

.muti-result .flight-wrapper .flight-item .top-icon .flight-btn>.icon-Flight {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: -2px;
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .top-icon .flight-btn>.icon-Flight {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .top-icon .flight-btn {
    font-size: 12px;
    padding: 2px 8px;
  }
}

.muti-result .flight-wrapper .flight-item .top-icon .delete-fligth-btn {
  float: right;
  padding: 0;
  outline: none;
  border: none;
  width: auto;
  height: auto;
  font-size: 0;
}

.muti-result .flight-wrapper .flight-item .top-icon .delete-fligth-btn .icon-delete {
  font-size: 20px;
  color: #333;
}

.muti-result .flight-wrapper .flight-item .top-icon .delete-fligth-btn:hover .icon-delete,
.muti-result .flight-wrapper .flight-item .top-icon .delete-fligth-btn.focus-visible:focus .icon-delete {
  color: #EB0000;
}

.muti-result .flight-wrapper .flight-item .bottom-inputs {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.muti-result .flight-wrapper .flight-item .bottom-inputs .from,
.muti-result .flight-wrapper .flight-item .bottom-inputs .to,
.muti-result .flight-wrapper .flight-item .bottom-inputs .date {
  float: left;
  margin: 15px 10px 0;
  width: 280px;
}

.muti-result .flight-wrapper .flight-item .bottom-inputs .from input,
.muti-result .flight-wrapper .flight-item .bottom-inputs .to input,
.muti-result .flight-wrapper .flight-item .bottom-inputs .date input {
  font-size: 18px;
}

@media screen and (max-width: 767px) {

  .muti-result .flight-wrapper .flight-item .bottom-inputs .from,
  .muti-result .flight-wrapper .flight-item .bottom-inputs .to,
  .muti-result .flight-wrapper .flight-item .bottom-inputs .date {
    margin-top: 15px;
    width: 100%;
  }
}

.muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap {
  float: left;
}

@media screen and (max-width: 989px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: 100%;
  }

  .muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap .from,
  .muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap .to {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap .from,
  .muti-result .flight-wrapper .flight-item .bottom-inputs .address-wrap .to {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin: 15px 0 0;
    padding: 0 10px;
  }
}

@media screen and (max-width: 989px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs .date {
    margin-top: 20px;
    width: 50%;
    padding-right: 46px;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs .date {
    margin-top: 15px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 0;
  }
}

.muti-result .flight-wrapper .flight-item .bottom-inputs .icon-box {
  float: left;
  width: 30px;
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 989px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs .icon-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 52px;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .flight-wrapper .flight-item .bottom-inputs .icon-box {
    display: none;
  }
}

.muti-result .flight-wrapper .flight-item+.flight-item {
  margin-top: 15px;
}

.muti-result .add-wrapper {
  margin-top: 20px;
  padding-left: 20px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .muti-result .add-wrapper {
    margin-top: 20px;
    padding-left: 10px;
  }
}

.muti-result .add-wrapper .add-flight-btn {
  padding: 5px 10px;
  background: #333;
  border-radius: 5px;
  font-size: 13px;
  border: none;
  cursor: pointer;
  color: #fff;
  line-height: 18px;
}

.muti-result .add-wrapper .add-flight-btn .icon-Add {
  margin-right: 10px;
}

.muti-result .add-wrapper .disable-add {
  background-color: #D3D3D3;
}

.muti-result .error-tip {
  display: none;
  padding-left: 20px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .muti-result .error-tip {
    padding-left: 10px;
  }
}

.muti-result .error-tip .icon-FlightAlert {
  float: left;
  font-size: 17px;
  margin-right: 7px;
  vertical-align: -3px;
  color: #812c46;
}

.muti-result .error-tip .tip-content {
  overflow: hidden;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .muti-result .passager-msg-wrapper {
    padding: 0 10px;
  }
}

.muti-result .passager-msg-wrapper .class-col,
.muti-result .passager-msg-wrapper .passager-col,
.muti-result .passager-msg-wrapper .promo-code-col {
  margin-top: 30px;
}

.muti-result .passager-msg-wrapper .class-col input,
.muti-result .passager-msg-wrapper .passager-col input,
.muti-result .passager-msg-wrapper .promo-code-col input {
  font-size: 18px;
}

@media screen and (max-width: 767px) {

  .muti-result .passager-msg-wrapper .class-col,
  .muti-result .passager-msg-wrapper .passager-col,
  .muti-result .passager-msg-wrapper .promo-code-col {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .passager-msg-wrapper .class-col {
    margin-top: 20px;
  }
}

.muti-result .passager-msg-wrapper .search-col {
  float: right;
  margin-top: 46px;
  text-align: right;
}

@media screen and (max-width: 989px) {
  .muti-result .passager-msg-wrapper .search-col {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .muti-result .passager-msg-wrapper .search-col {
    margin-top: 30px;
    text-align: center;
  }
}

.muti-result .passager-msg-wrapper .search-col .btn-search {
  padding: 15px 70px;
  background: #EB0000;
  border: 1px solid #EB0000;
  border-radius: 25px;
  color: #FFF;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  border: none;
}

.muti-result .passager-msg-wrapper .search-col .btn-search:hover {
  background: #b10000;
  border-color: #b10000;
}

@media screen and (max-width: 767px) {
  .muti-result .passager-msg-wrapper .search-col .btn-search {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
  }
}

.trip-extract {
  padding-top: 40px;
  margin-bottom: 40px;
}

.trip-extract .row {
  margin-left: 0;
  margin-right: 0;
}

.trip-extract .banner-wrap {
  height: 300px;
  width: auto;
}

.trip-extract .banner-bg {
  height: 252px;
}

.trip-extract .banner .wrap-con {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 73px;
}

.trip-extract .banner .trip-banner-ipad {
  display: none;
}

.trip-extract .banner .trip-banner-mobile {
  display: none;
}

.trip-extract .banner-wrap-modify .wrap-text {
  width: 534px;
  height: 200px;
  right: 26px;
  position: absolute;
}

.trip-extract .user-info {
  padding: 20px 23px 20px 23px;
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.trip-extract .user-info .user-name {
  margin-top: 10px;
  margin-bottom: 10px;
}

.trip-extract .user-info .user-name span {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  height: 24px;
  margin-bottom: 10px;
}

.trip-extract .user-info .user-name button {
  display: block;
  height: 50px;
}

.trip-extract .flight-info {
  border: 1px solid #d4d4d4;
  border-right: none;
}

.trip-extract .flight-info li {
  text-align: center;
  border-right: 1px solid #d4d4d4;
  cursor: pointer;
  height: 80px;
  padding-top: 25px;
}

.trip-extract .flight-info li:hover {
  color: #EB0000;
}

.trip-extract .flight-info li i {
  margin-right: 10px;
  font-size: 28px;
  vertical-align: middle;
}

.trip-extract .flight-info li a {
  display: block;
  width: 100%;
  height: 100%;
}

.attention {
  background: #fafafa;
  padding: 40px 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .attention {
    padding: 30px 0;
  }
}

.attention .page-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .attention .page-title {
    margin-bottom: 18px;
  }
}

.attention .info-board {
  background: #fafafa;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.attention p:last-child {
  margin-top: 10px;
}

.attention .view-more-box {
  display: none;
}

.trip-info {
  padding-bottom: 30px;
}

.trip-info .page-title {
  margin-bottom: 10px;
}

@media screen and (max-width: 989px) {
  .trip-info .page-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .trip-info .page-title {
    margin-bottom: 18px;
  }
}

.trip-info .select-pc {
  display: none;
}

.trip-info .select-ipad {
  display: block;
}

.trip-info .icon-expand-modify::after {
  content: "\e905";
  font-size: 14px;
  position: absolute;
  right: 13px;
}

.trip-info .icon-collapse-modify::after {
  content: "\e903";
  font-size: 14px;
  position: absolute;
  right: 13px;
}

.trip-info .select-ipad .select-tab .select-item {
  height: 60px;
  line-height: 60px;
  padding: 0;
}

.trip-info .select-ipad .select-tab .select-item::after {
  top: 0;
}

.trip-info .select-ipad .select-tab .select-item button {
  text-align: left;
  padding-left: 18px;
  font-size: 16px;
  color: #555555;
  letter-spacing: 0;
  line-height: 24px;
}

.trip-info .select-ipad .select-tab .active button {
  color: #FFF;
}

.trip-info .select-panel {
  padding-top: 0;
}

.trip-info .select-panel ul {
  padding: 10px 7px 30px 7px;
}

@media screen and (max-width: 989px) {
  .trip-info .select-panel ul {
    padding: 10px 10px 30px 10px;
  }
}

.affordable-trip {
  background: #fafafa;
  padding-bottom: 40px;
}

.affordable-trip .arrow-info-list {
  margin: 0;
}

.trip-more {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}

.trip-more .trip-img-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 299px;
}

.trip-more .trip-img-wrap img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: 600ms;
  transition: 600ms;
  height: 100%;
}

.trip-more .trip-img-wrap:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 600ms;
  transition: 600ms;
}

.trip-more .trip-img-info {
  position: absolute;
  height: 80px;
  bottom: 0;
  width: 100%;
  background: rgba(217, 39, 46, 0.91);
  color: #FFF;
  padding: 9px 20px;
}

.trip-more .trip-img-info button {
  position: absolute;
  color: #FFF;
  top: 18px;
  right: 20px;
  border-color: #FFF;
}

.trip-footer {
  border-top: solid 1px #d4d4d4;
}

.book-content {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
  border-bottom: solid 1px #d3d3d3;
}

.book-content .info-message {
  background: #F8F1F4;
  padding: 1rem;
  color: #555555;
}

.book-content>div {
  margin: 0 auto;
  max-width: 970px;
  overflow: hidden;
}

.book-content a.btn {
  float: right;
  margin-top: 30px;
}

.book-content h2 {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 26px;
  color: #333;
  letter-spacing: 0;
  line-height: 39px;
}

.book-content div.flight-panel {
  padding-top: 20px;
  padding: 14px 15px 17px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  border-top: solid 2px #8C2346;
  margin-top: 20px;
}

.book-content div.flight-panel p.flight-name i {
  margin-right: 10px;
  color: #8C2346;
}

.book-content div.flight-panel p.flight-name span {
  font-size: 18px;
}

.book-content div.flight-panel p.flight-address {
  float: left;
  max-width: 42%;
}

.book-content div.flight-panel .icon-rightPoint {
  float: left;
  margin: 8px 20px 0;
}

.book-content div.flight-panel p.flight-address i {
  margin: 7px 20px 0;
  display: inline-block;
  vertical-align: top;
}

.book-content div.flight-panel p.flight-address span {
  display: inline-block;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 20px;
  color: #333;
  letter-spacing: 0;
  line-height: 30px;
  vertical-align: top;
  word-break: break-all;
}

.book-content div.flight-panel p.flight-passager {
  margin: 10px 0;
}

.book-content div.flight-panel p.flight-passager i {
  margin-right: 10px;
}

.book-content div.flight-panel p.flight-passager span {
  margin-right: 10px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  line-height: 24px;
}

@media screen and (max-width: 989px) {
  .trip-extract {
    margin-bottom: 17px;
  }

  .trip-extract .banner-wrap {
    height: auto;
  }

  .trip-extract .banner .trip-banner-ipad {
    display: block;
  }

  .trip-extract .banner .trip-banner-pc {
    display: none;
  }

  .trip-extract .flight-info {
    border: 1px solid #d4d4d4;
    border-right: none;
  }

  .trip-extract .flight-info li {
    text-align: center;
    line-height: inherit;
    height: 112px;
    padding-top: 0;
  }

  .trip-extract .flight-info li a {
    padding-top: 26px;
  }

  .trip-extract .flight-info li i {
    display: block;
    font-size: 25px;
    margin-bottom: 7px;
  }

  .trip-extract .banner-wrap-modify .wrap-text {
    position: relative;
    right: 0;
  }

  .trip-extract .user-info .user-name button {
    width: 100%;
  }

  .trip-extract .user-info {
    margin-bottom: 19px;
  }

  .attention {
    margin-bottom: 40px;
  }

  .attention .info-board .section {
    margin-bottom: 10px;
  }

  .attention .info-board .section h3 {
    margin-bottom: 20px;
  }

  .trip-info .online-title {
    margin-bottom: 20px;
  }

  .affordable-trip {
    padding-bottom: 20px;
  }

  .book-content div.flight-panel:nth-child(1) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .trip-extract {
    padding-top: 20px;
  }

  .trip-extract .user-info .user-name .user-space {
    display: none;
  }

  .trip-extract .banner .trip-banner-ipad {
    display: none;
  }

  .trip-extract .banner .trip-banner-mobile {
    display: block;
  }

  .trip-extract .flight-info {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-right: none;
  }

  .trip-extract .flight-info li {
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
  }

  .attention {
    padding-bottom: 30px;
  }

  .attention .view-more-box {
    display: block;
  }

  .attention .mobile-part-hide {
    font-size: 14px;
    max-height: 108px;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
  }

  .attention .extra-txt {
    font-size: 14px;
    line-height: 21px;
  }

  .trip-info {
    padding-bottom: 20px;
  }

  .trip-info .online-title {
    margin-bottom: 18px;
  }

  .trip-info .select-panel ul {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .affordable-trip {
    padding-bottom: 10px;
  }

  .trip-more {
    padding-top: 30px;
  }

  .trip-more .trip-img-wrap {
    height: 299px;
  }

  .trip-more .trip-img-wrap img {
    height: 100%;
  }
}

@media screen and (max-width: 612px) {
  .trip-more .trip-img-wrap {
    height: auto;
  }

  .trip-more .trip-img-info {
    position: relative;
    left: 0;
    height: inherit;
    padding: 20px;
    overflow: hidden;
  }

  .trip-more .trip-img-info h3 {
    font-size: 18px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  }

  .trip-more .trip-img-info p {
    font-size: 14px;
  }

  .trip-more .trip-img-info button {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 12px;
    top: auto;
    right: auto;
    float: right;
  }

  .trip-more .trip-img-wrap img {
    height: 191px;
  }

  .trip-more {
    padding-bottom: 82px;
  }

  .trip-info .select-ipad .select-tab .select-item button {
    padding-right: 30px;
    font-family: OpenSans;
  }
}

.trip-banner .pic {
  height: 247px;
  overflow: hidden;
}

@media screen and (max-width: 989px) {
  .trip-banner .pic {
    height: 234px;
  }
}

@media screen and (max-width: 767px) {
  .trip-banner .pic {
    height: 165px;
  }
}

.trip-banner .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trip-banner .pic .pad {
  display: none;
}

@media screen and (max-width: 989px) {
  .trip-banner .pic .pad {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .trip-banner .pic .pad {
    display: none;
  }
}

.trip-banner .pic .mo {
  display: none;
}

@media screen and (max-width: 767px) {
  .trip-banner .pic .mo {
    display: block;
  }
}

@media screen and (max-width: 989px) {
  .trip-banner .pic .pc {
    display: none;
  }
}

.trip-header .login,
.trip-header .search,
.trip-header .sub-menu {
  display: none;
}

.trip-header .menu-accord .accord-item {
  display: none;
}

.trip-header .home-link {
  clear: both;
}

.trip-header .menu-search {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .trip-header .register {
    margin-left: 0.7rem;
  }

  .trip-header .register i {
    display: none;
  }
}

.muti-banner-wrappar .muti-banner-image {
  height: 423px;
}

@media screen and (max-width: 989px) {
  .muti-banner-wrappar .muti-banner-image {
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .muti-banner-wrappar .muti-banner-image {
    height: 190px;
  }
}

.muti-banner-wrappar .muti-banner-image img {
  width: 100%;
  height: 100%;
}


/* 隐藏默认显示 */
.airline-tip-dialog {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 700px;
  background-color: white;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 20px;
}

@media (min-width: 375px) and (max-width: 767px) {
  .airline-tip-dialog {
    top: 50%;
  }
}

.airline-tip-dialog .tip-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.airline-tip-dialog .tip-footer {
  margin-top: 20px;
  text-align: center;
}

.airline-tip-dialog .tip-footer .tip-confirm-btn {
  border-radius: 4px;
  height: auto;
  line-height: 34px;
}

/* 隐藏默认显示 */
.airline-tip-overlay {
  display: none;
}

.airline-tip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.hidden-captcha .tab-iptcaptcha{
  display: none;
}
.hidden-captcha .btn-manage-booking{
  position: relative !important;
}

.no-scroll {
  overflow: hidden !important;
}

.checkcodeImg{
	display:none;
}

.nav-chat{
  display: none !important;
}

@media screen and (min-width: 990px) {
  .flight-search-inputs .dancheng-group .item-from{
    width: 100%;
  }
   .tabcontent2 .tab-iptbox{
    width: calc(33% - 24px);
    margin-right: 24px;
  }
}

@media screen and (max-width: 1079px) {
  .new-header .frist-header .header-right .nav-icon {
    margin-top: 12px;
  }
  .nav-chat{
    margin-top: 1px;
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
    
  .passenger-count-list .name {
    font-size: 14px;
  }

  .passenger-count-list .name .limit {
    font-size: 12px;
  }

  .count-tools .number {
    font-size: 20px;
  }
}

.footer-link-pad a.ft-link:hover {
    text-decoration: underline;
}


/* .btn-close-search .icon-Not-Available1{ */
	/* display:none; */
/* } */

/*# sourceMappingURL=../maps/style.css.map */