@charset "UTF-8";
@font-face {
  font-family: 'OpenSans-Bold';
  src: url("/webfile/static/css/fonts/OpenSans-Bold.eot");
  src: url("/webfile/static/css/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url(/webfile/static/css/fonts/OpenSans-Bold.ttf); }

@font-face {
  font-family: "OpenSans-Regular";
  src: url("/webfile/static/css/fonts/OpenSans-Regular.eot");
  src: url("/webfile/static/css/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url(/webfile/static/css/fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: "OpenSans-Semibold";
  src: url("/webfile/static/css/fonts/OpenSans-Semibold.eot");
  src: url("/webfile/static/css/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url(/webfile/static/css/fonts/OpenSans-Semibold.ttf); }

.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("/webfile/static/css/fonts/icomoon.eot?pipclo");
  src: url("/webfile/static/css/fonts/icomoon.eot?pipclo#iefix") format("embedded-opentype"), url("/webfile/static/css/fonts/icomoon.ttf?pipclo") format("truetype"), url("/webfile/static/css/fonts/icomoon.woff?pipclo") format("woff"), url("/webfile/static/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; }

.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 {
  content: "\e958"; }

.icon-Award-Tickets:before {
  content: "\e959"; }

.icon-Continue:before {
  content: "\e95a"; }

.icon-Flight:before {
  content: "\e95b"; }

.icon-Live-Chat:before {
  content: "\e95c"; }

.icon-Login:before {
  content: "\e95d"; }

.icon-Menu:before {
  content: "\e95e"; }

.icon-Packages:before {
  content: "\e95f"; }

.icon-Special-notice:before {
  content: "\e960"; }

.icon-Subscribe:before {
  content: "\e961"; }

.icon-Switch-Up:before {
  content: "\e962"; }

.icon-Switch:before {
  content: "\e963"; }

.icon-Language:before {
  content: "\e957"; }

.icon-calendar:before {
  content: "\e956"; }

.icon-suspended:before {
  content: "\e955"; }

.icon-left-triangle:before {
  content: "\e953"; }

.icon-right-triangle:before {
  content: "\e954"; }

.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-Not-Available1:before {
  content: "\e94d"; }

.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 {
  content: "\e921"; }

.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 {
  content: "\e908"; }

.icon-link:before {
  content: "\e909"; }

.icon-menu:before {
  content: "\e90a"; }

.icon-more:before {
  content: "\e90b"; }

.icon-paragraphPoint:before {
  content: "\e90c"; }

.icon-position:before {
  content: "\e90d"; }

.icon-search:before {
  content: "\e90e"; }

.icon-topping:before {
  content: "\e90f"; }

.icon-trianglePoint:before {
  content: "\e910"; }

.icon-weChat:before {
  content: "\e911"; }

.icon-weibo:before {
  content: "\e912"; }

.icon-youtube:before {
  content: "\e913"; }

.icon-login:before {
  content: "\e95d"; }

.icon-mesaage:before {
  content: "\e960"; }

.icon-language:before {
  content: "\e957"; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px; }
  .container::after {
    display: block;
    clear: both;
    content: ""; }
  @media screen and (max-width: 989px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 990px) {
  .container {
    width: 964px; } }

.row {
  margin-left: -7px;
  margin-right: -7px; }
  .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;
  padding-left: 7px;
  padding-right: 7px; }

.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%; } }

.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("../images/tc-noresult.png"); }

.layer-error .layer-content .ico {
  background-image: url("../images/tc-error.png"); }

.layer-success .layer-content .ico {
  background-image: url("../images/tc-success.png"); }

.layer-tips .layer-content .ico {
  background-image: url("../images/tc-tips.png"); }

.layer-explain .layer-content {
  padding-top: 30px; }
  .layer-explain .layer-content .text {
    text-align: left; }

.footer {
  background-color: #fff; }
  .footer a:hover {
    text-decoration: none; }
  .footer .ft-t h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #D3D3D3; }
    .footer .ft-t h5 .ft-link {
      display: inline-block;
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #333; }
  .footer .ft-t li {
    padding-left: .7rem; }
    .footer .ft-t li .ft-link {
      margin-bottom: 10px;
      font-size: 14px;
      color: #555555;
      text-decoration: none; }
      .footer .ft-t li .ft-link:hover, .footer .ft-t li .ft-link:focus {
        text-decoration: underline; }
    .footer .ft-t li .triangle {
      margin: 0 6px 0 -.65rem;
      vertical-align: middle;
      border: 3px solid transparent;
      border-left-color: #757575;
      font-size: 0;
      cursor: pointer; }
  .footer .ft-t .outside-chain {
    padding: 45px 0 55px;
    text-align: center;
    color: #333;
    font-size: 20px; }
    .footer .ft-t .outside-chain i {
      cursor: pointer; }
  .footer .ft-t .party-link {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: .1rem solid transparent;
    line-height: 2rem;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 .5rem;
    border-radius: 9px; }
    .footer .ft-t .party-link:hover, .footer .ft-t .party-link:focus {
      border-color: #333333; }
  .footer .ft-b {
    position: relative;
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #333; }
    .footer .ft-b .container {
      text-align: center; }
    .footer .ft-b .service-link {
      margin-left: 11px;
      cursor: pointer; }
      .footer .ft-b .service-link:hover, .footer .ft-b .service-link:focus {
        text-decoration: underline; }
    .footer .ft-b .record-link {
      cursor: pointer; }
      .footer .ft-b .record-link:hover, .footer .ft-b .record-link:focus {
        text-decoration: underline; }
    .footer .ft-b .other-link {
      cursor: pointer; }
    .footer .ft-b .live-chat {
      display: inline-block;
      margin-left: 30px;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
      .footer .ft-b .live-chat .icon-chat {
        margin-right: 5px;
        margin-left: 3px; }
      .footer .ft-b .live-chat .icon-linePoint {
        margin-left: 5px; }
      .footer .ft-b .live-chat .chat-link {
        cursor: pointer; }
        .footer .ft-b .live-chat .chat-link:hover, .footer .ft-b .live-chat .chat-link:focus {
          text-decoration: underline; }
    .footer .ft-b .copyright-wrap {
      display: inline-block; }
    .footer .ft-b .choose-wrap {
      display: inline-block; }
    .footer .ft-b:before {
      content: "";
      position: absolute;
      top: -180px;
      width: 100%;
      height: 1px;
      background: #D3D3D3; }
  .footer .police-wrap {
    display: inline-block; }
  .footer .ft-center {
    text-align: center; }
  .footer .ft-police {
    margin: 0 8px; }
    .footer .ft-police img {
      width: 14px;
      vertical-align: -1px; }
  .footer .pad-hide {
    display: inline-block;
    margin: 0 8px 0 11px; }
  .footer .link-wrap {
    width: 25%;
    padding: 0 15px 0 20px;
    float: left; }
    .footer .link-wrap.hk-wrap {
      float: right; }
    .footer .link-wrap.flight-wrap {
      margin-top: 40px; }
    .footer .link-wrap dd {
      padding-left: 13px; }
  .footer .app-wrap {
    width: 100%;
    margin: 2rem 0 1rem; }
    .footer .app-wrap h5 {
      margin-bottom: 0;
      border-bottom: none; }
      .footer .app-wrap h5 .ft-link {
        padding: .25rem 0 0 6.5rem;
        display: block; }
    .footer .app-wrap .app-dd {
      float: left; }
      .footer .app-wrap .app-dd .copy-tlt {
        display: none; }
      .footer .app-wrap .app-dd.QR-dd {
        margin-left: 5.75rem; }
      .footer .app-wrap .app-dd.apple-google {
        margin: 0 4.5rem; }
      .footer .app-wrap .app-dd .app-link {
        display: block;
        margin-bottom: .2rem;
        width: 6.4rem;
        height: 2.15rem;
        padding: .1rem;
        border: .1rem solid transparent; }
        .footer .app-wrap .app-dd .app-link:hover {
          border-color: #333333; }
        .footer .app-wrap .app-dd .app-link img {
          width: 100%;
          height: 100%; }
      .footer .app-wrap .app-dd .QR-code {
        margin: 10px 0; }
      .footer .app-wrap .app-dd .caring-company {
        width: 140px;
        height: 70px; }
  .footer .icon-expand {
    display: none; }
  @media screen and (max-width: 989px) {
    .footer .app-wrap .app-dd .copy-tlt {
      display: block; }
    .footer .app-wrap .app-dd.QR-dd {
      width: 33.33%;
      padding-left: 1rem;
      margin-left: 0;
      text-align: left; }
    .footer .app-wrap .app-dd.apple-google {
      width: 33.33%;
      margin: 0;
      padding-top: 1.2rem; }
    .footer .app-wrap .app-dd.company {
      float: right;
      text-align: right;
      padding-right: 1rem;
      padding-top: 1.5rem;
      width: 33.33%; }
    .footer .app-wrap .app-dd .app-link {
      display: block;
      margin: 0.15rem auto;
      padding: 0; }
      .footer .app-wrap .app-dd .app-link:hover {
        border-color: transparent; }
    .footer .app-wrap h5 {
      display: none; }
    .footer .ft-b .container {
      padding: .5rem 0; }
    .footer .ft-b .live-chat {
      display: block;
      line-height: 1.5rem; }
    .footer .ft-b .copyright-wrap {
      line-height: 1.5rem; }
    .footer .ft-b .choose-wrap {
      display: block;
      line-height: 1.5rem; }
    .footer .ft-center .police-wrap {
      line-height: 1.5rem; }
    .footer .pad-hide {
      display: none; } }
  @media screen and (max-width: 767px) {
    .footer .icon-expand {
      display: inline-block;
      float: right;
      line-height: 60px;
      margin-right: 15px; }
    .footer .ft-t .link-wrap {
      padding: 0;
      margin: 0; }
      .footer .ft-t .link-wrap ul {
        display: none; }
      .footer .ft-t .link-wrap.dl-on .icon-expand {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 0; }
    .footer .ft-t h5 {
      margin-bottom: 0;
      border-bottom: none;
      border-top: 1px solid #B4B4B4;
      line-height: 60px;
      cursor: pointer; }
      .footer .ft-t h5 .ft-link {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        text-indent: 14px;
        border-bottom: none; }
    .footer .ft-t li {
      padding-left: 0;
      margin-bottom: 0;
      text-indent: .75rem;
      background-color: #F2F2F2;
      line-height: 40px; }
      .footer .ft-t li .triangle {
        display: none; }
    .footer .ft-t .outside-chain {
      padding: 30px 0; }
    .footer .ft-b {
      line-height: normal; }
      .footer .ft-b:before {
        display: none; }
      .footer .ft-b .other-link {
        display: none; }
      .footer .ft-b .live-chat {
        line-height: .8rem;
        font-weight: bold;
        padding: 0.3rem 0 .4rem 0; }
      .footer .ft-b .other-link {
        display: none; }
      .footer .ft-b .copyright-wrap {
        display: block;
        line-height: .8rem;
        font-size: .6rem;
        padding: .25rem 0 .4rem; }
      .footer .ft-b .choose-wrap {
        line-height: .8rem;
        font-size: .6rem;
        padding-bottom: .3rem; }
    .footer .link-wrap {
      width: 100%; }
      .footer .link-wrap.flight-wrap {
        margin-top: 0; }
    .footer .ft-center .police-wrap {
      display: block;
      line-height: 0.8rem;
      font-size: 0.6rem;
      padding-bottom: .5rem; }
    .footer .app-wrap h5 {
      display: block; }
      .footer .app-wrap h5 .ft-link {
        padding: 0; }
    .footer .app-wrap .wrap-dd {
      background-color: #F2F2F2; }
    .footer .app-wrap .app-dd {
      float: none;
      text-align: center; }
      .footer .app-wrap .app-dd .copy-tlt {
        display: none; }
      .footer .app-wrap .app-dd.QR-dd {
        float: none;
        width: auto;
        margin: 0 0 10px 0;
        padding-left: 0;
        text-align: center; }
      .footer .app-wrap .app-dd.apple-google {
        margin-bottom: 0;
        padding-top: .75rem;
        width: auto; }
      .footer .app-wrap .app-dd.company {
        padding-bottom: 30px;
        width: auto;
        float: none;
        padding-right: 0;
        text-align: center; }
      .footer .app-wrap .app-dd .QR-code {
        margin: 0 auto;
        padding: 30px 0 10px; }
      .footer .app-wrap .app-dd .code-text {
        line-height: initial;
        text-align: center; }
      .footer .app-wrap .app-dd .app-store {
        display: inline-block;
        margin: 0; }
      .footer .app-wrap .app-dd .google-play {
        display: inline-block; }
      .footer .app-wrap .app-dd .caring-company {
        margin: 0 auto; }
      .footer .app-wrap .app-dd .app-link {
        display: inline-block; } }
  .footer.simple-footer .ft-t .outside-chain {
    padding: 30px 0 35px; }
  .footer.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; }

.simple-footer {
  border-top: 1px solid #d2d2d2; }

.footer-link {
  background-color: #fff;
  border-top: 1px solid #d2d2d2; }
  .footer-link a:hover {
    text-decoration: none; }
  .footer-link .ft-t h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4; }
    .footer-link .ft-t h5 .ft-link {
      display: inline-block;
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #333; }
  .footer-link .ft-t li {
    padding-left: .7rem; }
    .footer-link .ft-t li .ft-link {
      margin-bottom: 10px;
      font-size: 14px;
      color: #555555;
      text-decoration: none; }
      .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 {
      margin: 0 6px 0 -.65rem;
      vertical-align: middle;
      border: 3px solid transparent;
      border-left-color: #757575;
      font-size: 0;
      cursor: pointer; }
    .footer-link .ft-t li .icon-link {
      font-size: 9.8px;
      padding-left: 10px; }
  .footer-link .ft-t .outside-chain {
    padding: 45px 0 55px;
    text-align: center;
    color: #333;
    font-size: 20px; }
    .footer-link .ft-t .outside-chain i {
      cursor: pointer; }
  .footer-link .ft-t .party-link {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: .1rem solid transparent;
    line-height: 2rem;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 .5rem;
    border-radius: 9px; }
    .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;
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    background-color: #333333; }
    .footer-link .ft-b .container {
      text-align: center; }
    .footer-link .ft-b .service-link {
      margin-left: 6px;
      cursor: pointer; }
      .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-center {
    text-align: center; }
  .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; }
    .footer-link .link-wrap::after {
      display: block;
      clear: both;
      content: ""; }
    .footer-link .link-wrap.lang-chose-wrap {
      width: 100%;
      margin: 30px 0 10px 0; }
      .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box {
        cursor: pointer;
        display: block;
        width: 280px;
        margin: 0 auto;
        padding: 4px 15px;
        background: #F5F5F5;
        border: 1px solid #E1E1E1;
        border-radius: 18px; }
        .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-block;
          vertical-align: bottom;
          margin-bottom: 3px;
          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; }
      @media screen and (max-width: 767px) {
        .footer-link .link-wrap.lang-chose-wrap {
          display: none; } }
    .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; }
      @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 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .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 (max-width: 989px) {
    .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 {
      line-height: 1.5rem; }
    .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 .icon-expand {
      display: inline-block;
      float: right;
      line-height: 60px;
      margin-right: 15px; }
    .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);
        margin-right: 0; }
    .footer-link .ft-t h5 {
      margin-bottom: 0;
      border-bottom: none;
      border-top: 1px solid #B4B4B4;
      line-height: 60px;
      cursor: pointer; }
      .footer-link .ft-t h5 .ft-link {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        text-indent: 14px;
        border-bottom: none; }
    .footer-link .ft-t li {
      padding-left: 0;
      margin-bottom: 0;
      text-indent: .75rem;
      background-color: #F2F2F2;
      line-height: 40px; }
      .footer-link .ft-t li .triangle {
        display: none; }
    .footer-link .ft-t .outside-chain {
      padding: 30px 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: block;
        line-height: .8rem;
        font-size: .6rem;
        padding: .25rem 0 .4rem; }
      .footer-link .ft-b .choose-wrap {
        line-height: .8rem;
        font-size: .6rem;
        padding-bottom: .3rem; }
    .footer-link .ft-center .police-wrap {
      display: block;
      line-height: 0.8rem;
      font-size: 0.6rem;
      padding-bottom: .5rem; }
    .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; }

.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: bottom;
    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%; }

.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(../images/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: #333333; }
  @media screen and (max-width: 767px) {
    .page-title {
      font-size: 24px; } }
  .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("../images/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(../images/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; } }
        @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; } }

/*# sourceMappingURL=../maps/style.css.map */
