@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%; } }

.btn {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0.1rem solid transparent;
  border-radius: 1.25rem;
  cursor: default; }
  .btn:focus {
    outline: none 0; }
  .btn .icon-plus, .btn .icon-leftPoint {
    vertical-align: -.1rem;
    padding-right: 0.5rem; }
  .btn .icon-rightPoint {
    vertical-align: -.1rem;
    padding-left: 0.5rem; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn-primary {
    border-color: #EB0000;
    color: #EB0000; }
    .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary.focus-visible:not(:disabled):not(.disabled):focus {
      background: #EB0000;
      color: #fff; }
    .btn-primary:not(:disabled):not(.disabled):active {
      background: #b10000;
      border-color: #b10000; }
    .btn-primary.disabled {
      border-color: #D3D3D3;
      color: #757575; }
  .btn-assist {
    padding: 0.4rem 1.5rem;
    border-color: #EB0000;
    color: #fff;
    background-color: #EB0000; }
    .btn-assist:not(:disabled):not(.disabled):hover, .btn-assist.focus-visible:not(:disabled):not(.disabled):focus {
      border-color: #b10000;
      background-color: #b10000;
      text-decoration: none; }
    .btn-assist.disabled {
      border-color: #F2F2F2;
      background-color: #F2F2F2;
      color: #757575; }
  .btn-normal {
    padding: 0.4rem 0;
    width: 7.3rem;
    border-color: #EB0000;
    color: #EB0000; }
    .btn-normal:not(:disabled):not(.disabled):hover, .btn-normal.focus-visible:not(:disabled):not(.disabled):focus {
      background: #EB0000;
      color: #fff; }
    .btn-normal:not(:disabled):not(.disabled):active {
      background: #b10000;
      border-color: #b10000; }
    .btn-normal.disabled {
      border-color: #D3D3D3;
      color: #757575; }
  .btn-regular {
    padding: 0 1.5rem;
    border-color: #EB0000;
    color: #fff;
    height: 2.5rem;
    line-height: 2.4rem;
    background-color: #EB0000; }
    .btn-regular:not(:disabled):not(.disabled):hover, .btn-regular.focus-visible:not(:disabled):not(.disabled):focus {
      border-color: #b10000;
      background-color: #b10000;
      text-decoration: none; }
    .btn-regular.disabled {
      border-color: #F2F2F2;
      background-color: #F2F2F2;
      color: #757575; }
    @media (max-width: 768px) {
      .btn-regular {
        padding: 0;
        width: 100%; } }
  .btn-info {
    padding: 0.4rem 0;
    width: 12.5rem;
    border-color: #EB0000;
    color: #EB0000; }
    .btn-info:not(:disabled):not(.disabled):hover, .btn-info.focus-visible:not(:disabled):not(.disabled):focus {
      background: #EB0000;
      color: #fff; }
    .btn-info:not(:disabled):not(.disabled):active {
      background: #b10000;
      border-color: #b10000; }
    .btn-info.disabled {
      border-color: #D3D3D3;
      color: #757575; }

.input-group {
  position: relative;
  width: 100%;
  font-size: .8rem;
  color: #757575;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .input-group .text {
    width: 100%;
    padding: .55rem .75rem;
    padding-right: 1.2rem;
    border: 0.1rem solid #d4d4d4;
    outline: none;
    border-radius: .25rem; }
  .input-group .l-info {
    display: inline-block;
    margin: .55rem 0;
    width: 3.8rem;
    padding-left: .75rem;
    border-right: 2px solid #d4d4d4; }
  .input-group .r-text {
    width: -webkit-calc(100% - 4.1rem);
    width: calc(100% - 4.1rem);
    border: none;
    outline: none;
    padding: .55rem .75rem;
    padding-right: 1.2rem; }
  .input-group .text-entry {
    border: 0.1rem solid #d4d4d4;
    border-radius: .25rem; }
  .input-group .clean-txt {
    display: none;
    position: absolute;
    padding: 0;
    right: .7rem;
    top: .75rem;
    width: 1.1rem;
    height: 1.3rem;
    color: #333333;
    border: none;
    cursor: pointer; }
    .input-group .clean-txt .icon-close {
      font-size: 1rem; }
  .input-group .badge-info {
    position: absolute;
    left: 0;
    top: 2.85rem;
    z-index: 99;
    display: none; }
  .input-group.filled .clean-txt {
    display: block;
    display: none\0; }
    .input-group.filled .clean-txt:focus {
      display: block !important;
      display: none\0;
      outline: none;
      color: #EB0000; }
  .input-group.disabled {
    background: #f2f2f2; }
    .input-group.disabled .text, .input-group.disabled .r-text, .input-group.disabled .text-entry {
      border-color: #f2f2f2;
      color: #555555;
      background: #f2f2f2; }
    .input-group.disabled .text-entry {
      border-radius: .25rem; }
  .input-group:not(:disabled):not(.disabled):hover .text, .input-group:not(:disabled):not(.disabled):hover .text-entry {
    border: 0.1rem solid #333333; }
  .input-group:not(.disabled):not(.error).active .text, .input-group:not(.disabled):not(.error).active .text-entry {
    border: 0.1rem solid #333333; }
  .input-group.error .text, .input-group.error .text-entry {
    border: 0.1rem solid #EB0000; }
  .input-group.error:not(:disabled):not(.disabled):hover .text, .input-group.error:not(:disabled):not(.disabled):hover .text-entry {
    border: 0.1rem solid #EB0000 !important; }

.input-mult-group .text-mult-entry {
  height: 2.5rem; }

.input-mult-group .sing-text {
  float: left;
  width: 100%;
  height: 2.5rem;
  padding-left: .75rem;
  font-size: .8rem;
  color: #757575;
  border: 0.1rem solid #d4d4d4;
  outline: none;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .input-mult-group .sing-text.disabled {
    border: 0.1rem solid #f2f2f2;
    background: #f2f2f2;
    color: #555555; }
  .input-mult-group .sing-text:not(:disabled):not(.disabled):hover, .input-mult-group .sing-text:not(.disabled):focus {
    border: 0.1rem solid #333333; }
  .input-mult-group .sing-text:not(.disabled):not(.error).active {
    border: 0.1rem solid #333333; }
  .input-mult-group .sing-text.error {
    border: 0.1rem solid #EB0000 !important; }
    .input-mult-group .sing-text.error:not(:disabled):not(.disabled):hover {
      border: 0.1rem solid #EB0000; }
  .input-mult-group .sing-text.mini-text {
    width: 25%;
    margin-right: 2%; }
    @media screen and (max-width: 767px) {
      .input-mult-group .sing-text.mini-text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.25rem; } }
  .input-mult-group .sing-text.sm-text {
    width: 46%; }
    @media screen and (max-width: 767px) {
      .input-mult-group .sing-text.sm-text {
        width: 100%;
        margin-bottom: 1.25rem; } }

.input-single {
  position: relative;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
  .input-single .label-wrap {
    position: absolute;
    top: 1px;
    left: 10px;
    right: 10px;
    line-height: 24px; }
  .input-single label {
    vertical-align: top;
    margin-bottom: 0;
    font-size: 14px;
    color: #757575; }
    @media screen and (max-width: 767px) {
      .input-single label {
        font-size: 12px; } }
  .input-single.input-group {
    position: relative; }
    .input-single.input-group .text {
      padding: 25px 9px 6px;
      height: 66px;
      border: 1px solid transparent;
      border-radius: 0;
      background: none;
      border-bottom-color: #cccccc;
      font-size: 22px;
      color: #8c2346; }
      @media screen and (max-width: 767px) {
        .input-single.input-group .text {
          font-size: 20px;
          height: 63px; } }
      .input-single.input-group .text:-ms-input-placeholder {
        color: #757575 !important; }
      .input-single.input-group .text::-moz-placeholder {
        color: #757575 !important; }
      .input-single.input-group .text::-webkit-input-placeholder {
        color: #757575 !important; }
      .input-single.input-group .text::-ms-input-placeholder {
        color: #757575 !important; }
      .input-single.input-group .text::placeholder {
        color: #757575 !important; }
      .input-single.input-group .text.no-support {
        color: #757575; }
    .input-single.input-group .no-border-bottom {
      border-bottom-color: transparent; }
    .input-single.input-group:not(.disabled):not(.error).active .text, .input-single.input-group:not(:disabled):not(.disabled):hover .text {
      border-radius: 5px;
      background: white;
      border: 1px solid #cccccc;
      -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
    .input-single.input-group.error .text {
      padding-left: 9px;
      padding-right: 9px;
      border-radius: 5px;
      border: 1px solid #EB0000;
      -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); }
    .input-single.input-group.error .label-wrap {
      left: 10px; }
    .input-single.input-group.error:not(:disabled):not(.disabled):hover .text {
      border: 1px solid #EB0000 !important; }
    .input-single.input-group.filled .clean-txt:focus {
      color: #8c2346; }
  .input-single .clean-txt {
    right: 10px;
    top: 35px;
    width: auto;
    height: auto;
    line-height: 1;
    color: #333333; }
  .input-single .icon-Not-Available1 {
    display: block; }
  .input-single .badge {
    padding: 0 10px;
    background: none;
    font-size: 14px; }
  .input-single .calendar {
    position: absolute;
    top: 33px;
    right: 10px;
    font-size: 20px;
    color: #333333; }
  .input-single .prompt-bubble-sigh .prompt-btn {
    margin-left: 8px; }

.select-group {
  position: relative;
  width: 100%;
  height: 2.5rem;
  color: #757575;
  border: 0.1rem solid #d4d4d4;
  border-radius: .25rem;
  cursor: pointer;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .select-group select {
    width: 100%;
    height: 100%;
    padding-left: .75rem;
    background-color: #fff;
    border: none;
    border-radius: .1rem;
    outline: none;
    vertical-align: middle;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none; }
    .select-group select::-ms-expand {
      display: none; }
    .select-group select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #705a39; }

@-moz-document url-prefix() {
  .select-group select {
    padding-left: .55rem; } }
  .select-group .icon-expand {
    position: absolute;
    width: .7rem;
    height: .7rem;
    top: .8rem;
    right: 1rem;
    background-position: center;
    background-size: contain;
    pointer-events: none; }
  .select-group.disabled {
    border-color: #f2f2f2; }
    .select-group.disabled select {
      background: #f2f2f2;
      color: #555555; }
  .select-group.error {
    border: 0.1rem solid #EB0000; }
  .select-group:not(.disabled):hover {
    border: 0.1rem solid #333333; }
  .select-group.active {
    border: 0.1rem solid #333333; }

.select-single {
  position: relative;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
  .select-single .label-wrap {
    position: absolute;
    top: 1px;
    left: 10px;
    right: 10px;
    line-height: 24px; }
  .select-single label {
    vertical-align: top;
    margin-bottom: 0;
    font-size: 14px;
    color: #757575; }
  .select-single.select-group {
    height: auto;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom-color: #cccccc; }
    .select-single.select-group select {
      padding: 25px 9px 6px;
      height: 64px;
      background: none;
      font-size: 22px;
      color: #8c2346; }
      @media screen and (max-width: 767px) {
        .select-single.select-group select {
          font-size: 20px;
          height: 61px; } }
    .select-single.select-group .icon-expand {
      width: auto;
      height: auto;
      right: 10px;
      top: 33px;
      font-size: 20px;
      color: #333333;
      display: none\0; }
    .select-single.select-group:not(.disabled):hover, .select-single.select-group.active {
      background: white;
      border: 1px solid #cccccc;
      border-radius: 5px;
      -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); }
  .select-single .prompt-bubble-sigh .prompt-btn {
    margin-left: 8px; }

.prompt-bubble {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 3px 0;
  margin-left: 6px; }
  .prompt-bubble .question {
    display: block;
    width: 18px;
    border-radius: 50%;
    background: #8c2346;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff !important;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    cursor: pointer; }
  .prompt-bubble .bubble-info {
    left: 50%;
    width: 344px;
    margin-left: -172px; }
  .prompt-bubble:after {
    content: "";
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -16px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 24px solid;
    color: #F8F1F4;
    display: none; }
  .prompt-bubble.show:after {
    display: block; }

.prompt-bubble0 .bubble-info {
  width: 524px;
  margin-left: -262px; }
  .prompt-bubble0 .bubble-info .desc {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    color: #555555; }
  .prompt-bubble0 .bubble-info .title1, .prompt-bubble0 .bubble-info .title {
    color: #333333; }

.bubble-info {
  position: absolute;
  z-index: 99;
  top: 100%;
  padding-top: 24px;
  text-align: left !important; }
  .bubble-info .desc {
    padding: 20px;
    background: #F8F1F4; }
  .bubble-info .title1, .bubble-info .title {
    margin-bottom: 10px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.passenger-bubble .bubble-info {
  width: 180px;
  margin-left: -90px; }
  .passenger-bubble .bubble-info .title1, .passenger-bubble .bubble-info .title {
    color: #333333; }
  .passenger-bubble .bubble-info .desc {
    padding-left: 15px;
    padding-right: 15px; }

.prompt-bubble-wrap {
  position: relative; }
  .prompt-bubble-wrap > .bubble-info {
    left: 0;
    right: 0; }
    .prompt-bubble-wrap > .bubble-info .desc {
      -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
      color: #555555; }
    .prompt-bubble-wrap > .bubble-info .title {
      color: #333333; }

.prompt-bubble-sigh {
  position: relative; }
  .prompt-bubble-sigh .icon-FlightAlert {
    padding: 2px 0;
    font-size: 20px;
    color: #8c2346; }
  .prompt-bubble-sigh .prompt-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer; }
    .prompt-bubble-sigh .prompt-btn:after {
      content: "";
      position: absolute;
      z-index: 100;
      top: 100%;
      left: 50%;
      margin-left: -16px;
      width: 0;
      height: 0;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-bottom: 22px solid;
      color: #F8F1F4;
      display: none; }
  .prompt-bubble-sigh .question {
    padding: 3px 0; }
    .prompt-bubble-sigh .question:before {
      content: "?";
      display: block;
      width: 18px;
      border-radius: 50%;
      background: #8c2346;
      text-align: center;
      line-height: 18px;
      font-size: 12px;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
      color: #fff !important; }
  .prompt-bubble-sigh .bubble-info {
    display: none;
    width: 524px;
    padding-top: 12px; }
    .prompt-bubble-sigh .bubble-info .desc {
      -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
      color: #555555; }
    .prompt-bubble-sigh .bubble-info .title {
      color: #333333; }
    @media screen and (max-width: 767px) {
      .prompt-bubble-sigh .bubble-info {
        width: 100vw; } }
  .prompt-bubble-sigh.align-l .bubble-info {
    left: 0; }
    @media screen and (max-width: 767px) {
      .prompt-bubble-sigh.align-l .bubble-info {
        left: -30px; } }
  .prompt-bubble-sigh.align-r .bubble-info {
    left: auto;
    right: 0; }
    @media screen and (max-width: 767px) {
      .prompt-bubble-sigh.align-r .bubble-info {
        right: -30px; } }
  .prompt-bubble-sigh.show .bubble-info, .prompt-bubble-sigh.show .prompt-btn:after {
    display: block; }

.date-range-picker {
  display: none;
  position: absolute;
  padding: 15px 20px 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .date-range-picker .close-picker {
    position: absolute;
    right: 12px;
    top: 15px;
    cursor: pointer; }
  .date-range-picker .preMonth {
    float: left;
    position: absolute;
    left: 15px;
    top: 5px;
    cursor: pointer;
    color: #000; }
  .date-range-picker .nextMonth {
    float: right;
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
    color: #000; }
  .date-range-picker .picker-body {
    margin-top: 28px; }
  .date-range-picker .picker-hd {
    text-align: center;
    margin-bottom: 20px;
    position: relative; }
    .date-range-picker .picker-hd h3 {
      display: inline-block;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 24px;
      color: #333;
      cursor: default; }
  .date-range-picker .date-row {
    color: #333; }
    .date-range-picker .date-row th {
      display: inline-block;
      width: 44px;
      height: 22px;
      line-height: 22px;
      margin-bottom: 20px;
      text-align: center;
      cursor: default;
      color: #757575;
      font-size: 14px; }
    .date-range-picker .date-row .date-td {
      display: inline-block;
      position: relative;
      width: 44px;
      height: 44px;
      font-weight: normal;
      cursor: pointer;
      font-size: 16px; }
      .date-range-picker .date-row .date-td:hover {
        border: 1px solid #EB0000;
        border-radius: 5px;
        background-clip: padding-box;
        color: #EB0000; }
      .date-range-picker .date-row .date-td.empty-date:hover {
        border: none;
        background-color: #fff;
        cursor: default; }
      .date-range-picker .date-row .date-td.gray-date {
        color: #ccc; }
        .date-range-picker .date-row .date-td.gray-date:hover {
          border: none;
          background-color: #fff;
          cursor: default;
          color: #ccc; }
      .date-range-picker .date-row .date-td.today {
        color: #EB0000; }
      .date-range-picker .date-row .date-td.hover {
        border: 1px solid #EB0000;
        border-radius: 5px;
        color: #EB0000; }
      .date-range-picker .date-row .date-td.active {
        border-radius: 5px;
        background-color: #EB0000;
        color: #fff; }
      .date-range-picker .date-row .date-td.range {
        background-color: #F8F1F4; }
        .date-range-picker .date-row .date-td.range.active {
          background-color: #EB0000;
          color: #fff; }
        .date-range-picker .date-row .date-td.range.today {
          color: #333; }
      .date-range-picker .date-row .date-td .day {
        position: absolute;
        left: 50%;
        top: 22px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .date-range-picker .date-row .empty-date {
      display: inline-block;
      width: 44px;
      height: 44px; }
    .date-range-picker .date-row .start-date.range:not(.end-date):after {
      content: "";
      background-color: #FFF1F0;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1; }
    .date-range-picker .date-row .start-date.end-date .day {
      display: block;
      width: 32px;
      height: 32px;
      line-height: 30px;
      border-radius: 100%;
      border: 1px solid #fff;
      text-align: center; }
    .date-range-picker .date-row .end-date.range:not(.start-date):before {
      content: "";
      background-color: #FFF1F0;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 50%;
      z-index: -1; }
  .date-range-picker .picker-con {
    float: left; }
  .date-range-picker .left-con {
    margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .date-range-picker {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      min-width: 320px;
      max-height: 546px;
      overflow-y: auto;
      left: 0 !important; }
      .date-range-picker .picker-con {
        width: 100%; }
        .date-range-picker .picker-con .date-table {
          margin: 0 auto; }
      .date-range-picker .preMonth, .date-range-picker .nextMonth {
        display: none; } }
  .date-range-picker .date-table {
    border-collapse: separate; }

.layer-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8999;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  background: rgba(51, 51, 51, 0.6);
  display: none; }

.layer-main {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  padding: 30px;
  background: white;
  color: #333333; }
  @media screen and (max-width: 767px) {
    .layer-main {
      width: auto;
      margin-left: 0;
      left: 20px;
      right: 20px;
      padding: 30px 20px 20px; } }
  @media screen and (max-width: 340px) {
    .layer-main {
      left: 10px;
      right: 10px; } }

.layer-top {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 14px; }
  .layer-top::after {
    display: block;
    clear: both;
    content: ""; }
  .layer-top .title {
    float: left;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-size: 20px;
    color: #4B4B4B;
    line-height: 1.35; }
  .layer-top .layer-close {
    float: right;
    margin-top: 2px; }
    .layer-top .layer-close:focus {
      color: #EB0000; }
  @media screen and (max-width: 767px) {
    .layer-top .title {
      font-size: 18px;
      line-height: 24px; }
    .layer-top .layer-close {
      margin-top: 0; } }

.layer-close {
  border: none;
  padding: 0;
  line-height: 24px;
  color: #757575; }
  .layer-close .icon {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-left: 6px; }
  .layer-close:hover {
    color: #EB0000; }
  @media screen and (max-width: 340px) {
    .layer-close {
      font-size: 14px; } }

.layer-content {
  padding-top: 20px; }
  .layer-content .ico {
    display: block;
    height: 100px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-position: center; }
  .layer-content .btn-wrap, .layer-content .text {
    text-align: center; }
  .layer-content .btn-wrap {
    margin-top: 26px;
    letter-spacing: -6px; }
    .layer-content .btn-wrap .btn {
      letter-spacing: 0;
      margin: 0 15px; }
  .layer-content .weixin-wrap {
    text-align: center;
    padding: 20px 0 10px; }
    .layer-content .weixin-wrap img {
      width: 200px;
      max-width: 100%; }
  @media screen and (max-width: 767px) {
    .layer-content {
      padding-top: 10px; }
      .layer-content .ico {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8);
        margin-bottom: 1px; }
      .layer-content .btn-wrap {
        margin-top: 20px; }
        .layer-content .btn-wrap .btn {
          margin: 0 10px; }
      .layer-content .weixin-wrap {
        padding: 30px 0 20px; } }
  @media screen and (max-width: 340px) {
    .layer-content .btn-wrap .btn {
      margin: 0 5px; } }

.layer-noresult .layer-content .ico {
  background-image: url("/webfile/static/img/tc-noresult.png"); }

.layer-error .layer-content .ico {
  background-image: url("/webfile/static/img/tc-error.png"); }

.layer-success .layer-content .ico {
  background-image: url("/webfile/static/img/tc-success.png"); }

.layer-tips .layer-content .ico {
  background-image: url("/webfile/static/img/tc-tips.png"); }

.layer-explain .layer-content {
  padding-top: 30px; }
  .layer-explain .layer-content .text {
    text-align: left; }

.new-header .float-left {
  float: left; }

.new-header .float-right {
  float: right; }

.new-header .cl {
  clear: both; }

.new-header .skip {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #cfcfcf;
          box-shadow: 0 0 10px #cfcfcf; }
  .new-header .skip:focus {
    opacity: 1; }

@media (min-width: 768px) and (max-width: 1299px) {
  .new-header .col-lg-2-5 {
    float: right !important; } }

@media (min-width: 1299px) {
  .new-header .col-lg-1 {
    width: 8.33333%; }
  .new-header .col-lg-2 {
    width: 16.66667%; }
  .new-header .col-lg-2-5 {
    width: 19%;
    margin-right: 0 !important; }
  .new-header .col-lg-3 {
    width: 25%; }
  .new-header .col-lg-4 {
    width: 33.33333%; }
  .new-header .col-lg-4-5 {
    width: 38.33333%; }
  .new-header .col-lg-5 {
    width: 41.66667%; }
  .new-header .col-lg-6 {
    width: 50%; }
  .new-header .col-lg-7 {
    width: 58.33333%; }
  .new-header .col-lg-8 {
    width: 66.66667%; }
  .new-header .col-lg-9 {
    width: 75%; }
  .new-header .col-lg-10 {
    width: 83.33333%; }
  .new-header .col-lg-11 {
    width: 91.66667%; }
  .new-header .col-lg-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1299px) {
  .new-header .col-md-1 {
    width: 8.33333%; }
  .new-header .col-md-2 {
    width: 16.66667%; }
  .new-header .col-md-3 {
    width: 25%; }
  .new-header .col-md-4 {
    width: 33.33333%; }
  .new-header .col-md-5 {
    width: 41.66667%; }
  .new-header .col-md-6 {
    width: 50%; }
  .new-header .col-md-7 {
    width: 58.33333%; }
  .new-header .col-md-8 {
    width: 66.66667%; }
  .new-header .col-md-9 {
    width: 75%; }
  .new-header .col-md-10 {
    width: 83.33333%; }
  .new-header .col-md-11 {
    width: 91.66667%; }
  .new-header .col-md-12 {
    width: 100%; } }

@media (min-width: 375px) and (max-width: 768px) {
  .new-header .col-xs-1 {
    width: 8.33333%; }
  .new-header .col-xs-2 {
    width: 16.66667%; }
  .new-header .col-xs-3 {
    width: 25%; }
  .new-header .col-xs-4 {
    width: 33.33333%; }
  .new-header .col-xs-5 {
    width: 41.66667%; }
  .new-header .col-xs-6 {
    width: 50%; }
  .new-header .col-xs-7 {
    width: 58.33333%; }
  .new-header .col-xs-8 {
    width: 66.66667%; }
  .new-header .col-xs-9 {
    width: 75%; }
  .new-header .col-xs-10 {
    width: 83.33333%; }
  .new-header .col-xs-11 {
    width: 91.66667%; }
  .new-header .col-xs-12 {
    width: 100%; } }

.new-header .frist-header {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0; }
  @media screen and (max-width: 1299px) {
    .new-header .frist-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
      background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E); } }
  @media screen and (max-width: 768px) {
    .new-header .frist-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
      background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E); } }
  @media screen and (min-width: 1300px) {
    .new-header .frist-header .panel {
      width: 1260px;
      margin: 0 auto;
      padding: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .new-header .frist-header .panel {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .new-header .frist-header .panel {
      padding: 0; } }
  .new-header .frist-header .panel .logo {
    display: inline-block;
    margin-top: 16px; }
  .new-header .frist-header .nav-left .nav-left-item {
    margin-left: 20px;
    height: 60px;
    line-height: 60px; }
    .new-header .frist-header .nav-left .nav-left-item .nav-lefta {
      position: relative;
      font-size: 16px;
      color: #FFF; }
      .new-header .frist-header .nav-left .nav-left-item .nav-lefta:after {
        display: none;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 12px solid #FFF;
        bottom: -19px;
        left: 50%;
        margin-left: -.4rem; }
      .new-header .frist-header .nav-left .nav-left-item .nav-lefta:hover {
        text-decoration: underline; }
    .new-header .frist-header .nav-left .nav-left-item .nav-left-menu {
      position: absolute;
      left: 0;
      width: 100%;
      display: none;
      background: #FFF;
      z-index: 11;
      -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
              box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
  .new-header .frist-header .nav-left .on .nav-lefta:after {
    display: block; }
  @media screen and (max-width: 1299px) {
    .new-header .frist-header .header-right .nav-right {
      width: 100%; } }
  .new-header .frist-header .header-right .nav-right .bg-li1 {
    width: 20px;
    height: 60px;
    background: url(/webfile/static/img/bg-left2.png) no-repeat;
    background-size: 20px 60px; }
  .new-header .frist-header .header-right .nav-right .bg-li2 {
    width: 20px;
    height: 60px;
    background: url(/webfile/static/img/bg-right2.png) no-repeat;
    background-size: 20px 60px; }
  .new-header .frist-header .header-right .nav-right .nav-right-li {
    background: #FFF; }
    .new-header .frist-header .header-right .nav-right .nav-right-li:nth-child(3) {
      padding: 0 20px; }
      @media screen and (max-width: 1299px) {
        .new-header .frist-header .header-right .nav-right .nav-right-li:nth-child(3) {
          padding: 0; } }
    .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
      position: relative;
      height: 60px;
      line-height: 60px;
      color: #333333; }
      .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:hover, .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:focus {
        color: #EB0000; }
      .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:after {
        display: none;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 12px solid #efefef;
        bottom: -19px;
        left: 50%;
        margin-left: -.4rem; }
    .new-header .frist-header .header-right .nav-right .nav-right-li .on {
      color: #EB0000; }
      .new-header .frist-header .header-right .nav-right .nav-right-li .on:after {
        display: block; }
  .new-header .frist-header .header-right .nav-right .nav-icon-li-icon {
    display: none; }
  .new-header .frist-header .header-right .nav-right .mr0 {
    margin-right: 0; }
  .new-header .frist-header .header-right .nav-icon {
    margin-top: 20px; }
    .new-header .frist-header .header-right .nav-icon .nav-icon-li {
      margin-right: 10px; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li:first-child {
        margin-left: 18px; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li:after {
        position: relative;
        left: 2px;
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        background-color: #FFF; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li:last-child:after {
        display: none; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li .mysign {
        position: relative;
        top: 2px;
        color: #FFF;
        cursor: pointer; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a {
        font-size: 14px;
        color: #FFF; }
        .new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a:hover {
          text-decoration: underline; }
        .new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a:focus {
          text-decoration: underline; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li .obline {
        font-size: 14px;
        color: #FFF; }
    .new-header .frist-header .header-right .nav-icon .icon-login, .new-header .frist-header .header-right .nav-icon .icon-language {
      margin-right: 6px; }

@media screen and (max-width: 1299px) {
  .new-header .frist-header .logo {
    display: none !important; }
  .new-header .frist-header .nav-left {
    display: none !important; }
  .new-header .frist-header .rad-img {
    display: none !important; }
  .new-header .frist-header .bg-li1 {
    display: none !important; }
  .new-header .frist-header .bg-li2 {
    display: none !important; }
  .new-header .frist-header .nav-icon {
    display: none !important; }
  .new-header .frist-header .panel {
    height: auto; } }

.logo-img {
  width: 219px;
  height: 32px; }

.frist-header .pad-top {
  display: none; }
  @media screen and (max-width: 1299px) {
    .frist-header .pad-top {
      display: block; }
      .frist-header .pad-top .logo {
        display: block !important; }
        .frist-header .pad-top .logo .logo-img {
          width: 160px;
          height: 32px; } }
      @media screen and (max-width: 1299px) and (max-width: 768px) {
        .frist-header .pad-top .logo .logo-img {
          width: 140px;
          height: 28px; } }
  @media screen and (max-width: 1299px) {
      .frist-header .pad-top .icon-menu {
        position: relative;
        top: 20px;
        color: #FFF;
        cursor: pointer; } }
  @media screen and (max-width: 768px) {
    .frist-header .pad-top {
      padding: 0 20px; } }

@media screen and (max-width: 1299px) {
  .new-header .frist-header .header-right {
    width: 100%;
    float: none; }
    .new-header .frist-header .header-right .nav-right {
      position: relative;
      background: none;
      float: none; }
      .new-header .frist-header .header-right .nav-right .nav-right-li {
        margin-right: 0;
        width: 31%;
        padding-right: 0;
        background: none; }
        .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
          height: 46px;
          line-height: 46px;
          color: #FFF; }
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:hover {
            color: #FFF;
            text-decoration: underline; }
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:after {
            bottom: -14px; } }
        @media screen and (max-width: 1299px) and (max-width: 1299px) {
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
            color: #ffffff !important; } }
        @media screen and (max-width: 1299px) and (max-width: 768px) {
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
            font-size: 13px;
            height: 40px;
            line-height: 40px; } }

@media screen and (max-width: 1299px) {
      .new-header .frist-header .header-right .nav-right .tl {
        text-align: left; }
      .new-header .frist-header .header-right .nav-right .tc {
        text-align: center; }
      .new-header .frist-header .header-right .nav-right .tr {
        text-align: right; } }
      @media screen and (max-width: 1299px) and (max-width: 768px) {
        .new-header .frist-header .header-right .nav-right .tr {
          text-align: center; } }

@media screen and (max-width: 1299px) {
      .new-header .frist-header .header-right .nav-right .nav-icon-li-icon {
        display: block;
        width: 7%; }
        .new-header .frist-header .header-right .nav-right .nav-icon-li-icon > i {
          position: absolute;
          right: 0;
          top: 13px;
          display: block;
          color: #FFF; } }
        @media screen and (max-width: 1299px) and (max-width: 768px) {
          .new-header .frist-header .header-right .nav-right .nav-icon-li-icon > i {
            right: 20px; } }

@media screen and (max-width: 1299px) {
    .new-header .frist-header .header-right .nav-icon {
      float: left; } }

@media screen and (max-width: 768px) {
  .new-header .frist-header .header-right .nav-right {
    padding-left: 20px; } }

.nav-left-menu {
  padding-top: 20px;
  padding-bottom: 10px; }
  .nav-left-menu .left-menu {
    width: 950px;
    margin: 0 auto;
    line-height: 100%; }
    .nav-left-menu .left-menu .menubox {
      display: inline-block;
      padding-bottom: 10px; }
      .nav-left-menu .left-menu .menubox .second-menu {
        padding-right: 34px;
        font-size: 16px;
        color: #333333; }
        .nav-left-menu .left-menu .menubox .second-menu .second-menu-bor {
          height: 40px;
          line-height: 40px;
          border-bottom: 1px solid #cccccc;
          font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
          font-weight: bold; }
      .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li {
        padding-right: 20px;
        width: 234px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a {
          font-size: 14px;
          color: #555555; }
          .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a:hover {
            color: #D9272E; }
      .nav-left-menu .left-menu .menubox .other-menu {
        display: block;
        width: 232px;
        margin-right: 24px; }
        .nav-left-menu .left-menu .menubox .other-menu .other-menu-img {
          width: 100%;
          height: 130px; }
        .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont {
          padding: 10px 15px;
          -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
                  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
          .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t1 {
            font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
            font-weight: bold;
            margin-bottom: 9px;
            font-size: 18px;
            color: #333333;
            line-height: 27px; }
          .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 {
            position: relative; }
            .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .other-menu-t2-text {
              display: inline-block;
              width: 175px;
              height: 45px;
              font-size: 14px;
              color: #555555;
              letter-spacing: 0;
              line-height: 21px;
              overflow: hidden; }
            .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .href {
              position: absolute;
              right: -4px;
              bottom: 2px;
              display: block;
              width: 24px;
              height: 24px;
              text-align: center;
              border-radius: 22px;
              background: #EB0000;
              color: #FFF;
              font-size: 14px;
              line-height: 24px; }
    .nav-left-menu .left-menu .menubox-auto {
      float: left;
      height: auto; }
  .nav-left-menu .left-menu-other {
    width: 970px; }

.frist-header .nav-rightmenu {
  display: none;
  position: absolute;
  left: -485px;
  width: 970px;
  margin-left: 50%;
  text-align: left;
  z-index: 11; }
  @media screen and (max-width: 1299px) {
    .frist-header .nav-rightmenu {
      width: 100%;
      left: -50%; } }
  .frist-header .nav-rightmenu .nav-rightmenu-ct {
    max-width: 970px;
    padding: 20px 30px;
    padding-top: 3px;
    margin: 0 auto;
    background: #fafafa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 768px) {
      .frist-header .nav-rightmenu .nav-rightmenu-ct {
        padding-top: 15px; } }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .close {
      position: relative;
      height: 16px;
      top: 10px; }
      @media screen and (max-width: 768px) {
        .frist-header .nav-rightmenu .nav-rightmenu-ct .close {
          position: absolute;
          right: 30px;
          top: 20px; } }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
        position: absolute;
        right: 0;
        color: #757575;
        font-size: 14px;
        cursor: pointer; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx:hover, .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx.focus-visible:focus {
          color: #EB0000; }
        @media screen and (max-width: 1299px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
            font-size: 12px; } }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop {
      margin-bottom: 20px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn, .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
        display: inline-block;
        width: 120px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: none;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 13px;
        background: #d4d4d4;
        color: #333333; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn, .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
            width: 100px;
            font-size: 12px; } }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .btn-on {
        background: #8c2346;
        color: #FFF; }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont {
      display: none; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
        position: relative;
        margin-right: 14px;
        padding: 0; }
        @media screen and (min-width: 768px) and (max-width: 1299px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
            margin-right: 0;
            width: 49%;
            margin-bottom: 12px; }
            .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(even) {
              float: right !important; }
            .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(odd) {
              clear: both; } }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
            margin-bottom: 12px; } }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .btn-red {
          width: 100%;
          padding-left: 12px;
          padding-right: 12px; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .tab-ipt {
          width: 100%;
          height: 50px;
          padding-left: 12px;
          padding-top: 18px;
          border: 1px solid #d4d4d4;
          outline: none;
          border-radius: 5px;
          font-size: 14px;
          line-height: 29px;
          font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
          color: #333; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips {
          position: absolute;
          top: 15px;
          left: 13px;
          color: #999999;
          font-size: 14px;
          margin-bottom: 0; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips-small {
          position: absolute;
          top: 7px;
          left: 12px;
          color: #999999;
          font-size: 12px; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-text {
          display: none; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error .tab-ipt {
          border: 2px solid #EB0000; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-tips {
          font-size: 14px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error {
        height: 74px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .fix-title {
        position: absolute;
        left: 13px;
        top: 0;
        padding-top: 19px;
        height: 50px;
        font-size: 14px;
        line-height: 29px;
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
        color: #333333; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .tab-ipt {
        padding-left: 32px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .cell-error .error-text {
        display: block;
        padding-top: 4px;
        color: #EB0000;
        font-size: 14px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
        display: none;
        margin-top: 6px;
        width: 78%;
        padding-left: 12px;
        height: 30px;
        line-height: 30px;
        background: #F8F1F4;
        font-size: 14px; }
        @media screen and (max-width: 1299px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
            height: auto; } }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
      padding-left: 0;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
          font-size: 12px; } }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a {
        margin-left: 20px;
        color: #EB0000;
        text-decoration: underline;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a:hover {
          color: #ae0000; }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check {
      width: 95%;
      margin-top: 0; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check span {
        margin-right: 20px; }

.new-icon-mesaage {
  position: relative;
  top: 1px !important; }
  .new-icon-mesaage:after {
    display: none !important;
    border: none !important; }

.frist-header .nav-msg-li > .icon-mesaage {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 4px; }
  @media screen and (max-width: 1299px) {
    .frist-header .nav-msg-li > .icon-mesaage {
      margin-right: 0; } }
  .frist-header .nav-msg-li > .icon-mesaage:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #efefef;
    bottom: -19px;
    left: -7%; }
    @media screen and (max-width: 768px) {
      .frist-header .nav-msg-li > .icon-mesaage:after {
        bottom: -14px; } }
  .frist-header .nav-msg-li > .icon-mesaage .msg-num-top {
    display: none;
    position: absolute;
    right: -7px;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #7A0000;
    font-size: 12px;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 1299px) {
      .frist-header .nav-msg-li > .icon-mesaage .msg-num-top {
        right: -8px; } }

.frist-header .nav-msg-li .icon-mesaage-no:after {
  display: none; }

.frist-header .nav-msg-li .msg-cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10; }
  @media screen and (max-width: 1299px) {
    .frist-header .nav-msg-li .msg-cont {
      top: 46px; } }
  @media screen and (max-width: 768px) {
    .frist-header .nav-msg-li .msg-cont {
      top: 40px; } }
  .frist-header .nav-msg-li .msg-cont .msg {
    position: relative;
    width: 970px;
    padding: 8px 20px;
    margin: 0 auto;
    background: #fafafa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 1299px) {
      .frist-header .nav-msg-li .msg-cont .msg {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .frist-header .nav-msg-li .msg-cont .msg {
        padding: 3px 20px; } }
    .frist-header .nav-msg-li .msg-cont .msg .msg-left {
      position: relative;
      padding-right: 20px; }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left:after {
        position: absolute;
        right: 0;
        top: 6px;
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        background-color: #cccccc; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-left:after {
            display: none; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left .mysign {
        color: #D9272E; }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
            display: none; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
            font-size: 14px; } }
    .frist-header .nav-msg-li .msg-cont .msg .msg-right {
      position: relative;
      padding-left: 20px; }
      @media screen and (max-width: 1299px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-right {
          min-width: 70%; } }
      @media screen and (max-width: 768px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-right {
          display: none; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
        position: absolute;
        left: 20px;
        z-index: 0;
        width: 700px;
        display: inline-block;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
        @media screen and (max-width: 1299px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
            width: 100%; } }
        .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-text {
          color: #333333;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 90%; }
        .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-jian {
          position: relative;
          top: -6px; }
      .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-on {
        z-index: 10;
        opacity: 1 !important;
        -webkit-transition: opacity 0.3s ease-in-out 0.3s;
        transition: opacity 0.3s ease-in-out 0.3s; }
    .frist-header .nav-msg-li .msg-cont .msg .msg-xx {
      position: absolute;
      right: 20px; }
      @media screen and (max-width: 1299px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-xx {
          top: 10px; } }
      @media screen and (max-width: 768px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-xx {
          top: 4px; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx {
        color: #757575;
        font-size: 14px;
        cursor: pointer; }
        .frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx:hover, .frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx.focus-visible:focus {
          color: #EB0000; }

.scroll-left-new {
  -ms-transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  transform: translate(-12.5rem, 0);
  -webkit-transition: .3s;
  transition: .3s; }

.rightside-menu li {
  line-height: 60px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px; }
  @media screen and (max-width: 768px) {
    .rightside-menu li {
      line-height: 50px; } }

.rightside-menu.menuon {
  left: 0 !important;
  display: block !important; }

.rightside-menu {
  display: none;
  position: absolute;
  min-height: 100%;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 22;
  background-color: #FFF;
  border-left: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #F5F5F5; }
  .rightside-menu .rightside-menu-xx {
    position: relative;
    height: 60px;
    line-height: 60px; }
    .rightside-menu .rightside-menu-xx .right-xx {
      position: absolute;
      top: 24px;
      right: 20px;
      color: #757575;
      font-size: 14px;
      cursor: pointer; }
  .rightside-menu .rightside-ul .rightside-one {
    position: relative;
    text-indent: 20px;
    border-bottom: none;
    font-size: 16px;
    background: #FFF; }
    @media screen and (max-width: 768px) {
      .rightside-menu .rightside-ul .rightside-one {
        font-size: 14px; } }
    .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
      position: absolute;
      right: 20px;
      top: 22px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
          top: 20px; } }
    .rightside-menu .rightside-ul .rightside-one .new-icon-expand-on {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .rightside-menu .rightside-ul .rightside-one .rightside-ul-two {
      display: none; }
      .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
        position: relative;
        background: #F5F5F5;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
            font-size: 14px; } }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .side-title {
          font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
          font-weight: bold; }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
          position: absolute;
          top: 21px;
          right: 20px; }
          @media screen and (max-width: 768px) {
            .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
              top: 19px; } }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three {
          display: none; }
          .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
            height: 50px;
            line-height: 50px;
            border-bottom: none; }
            @media screen and (max-width: 768px) {
              .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
                height: 40px;
                line-height: 40px; } }
            .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
              font-size: 14px; }
              .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a:hover {
                text-decoration: underline; }
              @media screen and (max-width: 768px) {
                .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
                  font-size: 12px; } }
      .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .two-on {
        color: #555555; }
  .rightside-menu .rightside-ul .one-on {
    background: #EB0000;
    color: #FFF; }
  .rightside-menu .rightside-other {
    margin-top: 20px; }
    .rightside-menu .rightside-other .side-other {
      position: relative;
      height: 60px;
      text-indent: 20px;
      border-bottom: none;
      background: #FFF; }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-other .side-other {
          height: 50px;
          line-height: 50px; } }
      .rightside-menu .rightside-other .side-other .otheri1 {
        margin-right: 15px;
        font-size: 18px;
        color: #555555; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .otheri1 {
            font-size: 14px; } }
      .rightside-menu .rightside-other .side-other .side-other-a {
        font-size: 16px; }
        .rightside-menu .rightside-other .side-other .side-other-a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .side-other-a {
            font-size: 14px; } }
      .rightside-menu .rightside-other .side-other span {
        color: #333333;
        font-size: 14px; }
      .rightside-menu .rightside-other .side-other .otheri2 {
        position: absolute;
        right: 20px;
        top: 21px; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .otheri2 {
            font-size: 14px;
            top: 19px; } }
  .rightside-menu .rightside-lang {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .rightside-menu .rightside-lang {
        padding: 0 20px; } }
    .rightside-menu .rightside-lang .rightside-langbox {
      position: relative;
      color: #FFF;
      margin: 0 auto;
      width: 43%;
      height: 50px;
      background: #8c2346;
      border-radius: 50px;
      text-align: center;
      line-height: 50px; }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-lang .rightside-langbox {
          width: 100%; } }
      .rightside-menu .rightside-lang .rightside-langbox .icon-Language {
        position: relative;
        top: 1px;
        right: 12px; }
      .rightside-menu .rightside-lang .rightside-langbox .icon-linePoint {
        position: absolute;
        right: 24px;
        top: 19px; }

.lion {
  background: #eb0000 !important;
  color: #FFF; }

.lion .rightside-two {
  color: #555555; }

.lion .new-icon-expand:before {
  content: "\e903"; }

.newheader-alert {
  display: none; }
  .newheader-alert .sorry-wrap {
    top: 10%; }
  .newheader-alert .page-fix-bg {
    z-index: 20;
    background: #333333;
    opacity: 0.2; }
  .newheader-alert .new-sorry-lang-btn {
    float: right;
    margin-top: 18px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
    line-height: 24px; }
    .newheader-alert .new-sorry-lang-btn .icon-Not-Available1 {
      margin-left: 10px;
      font-size: 14px; }
    .newheader-alert .new-sorry-lang-btn .icon {
      display: inline-block;
      vertical-align: bottom;
      line-height: 24px; }
  .newheader-alert .sorry-wrap {
    z-index: 99; }

.other-header .msg-cont {
  display: none; }

.other-header .nav-msg-li .icon-mesaage .msg-num-top {
  display: block; }

.other-menubox {
  width: 714px !important;
  float: left; }

.header-height {
  height: 60px; }
  @media screen and (max-width: 1299px) {
    .header-height {
      height: 94px; } }
  @media screen and (max-width: 768px) {
    .header-height {
      height: 84px; } }

.tab-citybox .input-group {
  -webkit-transition: none !important;
  transition: none !important;
  height: 50px; }

.tab-citybox .input-single {
  border: 1px solid #d4d4d4;
  background: #ffffff; }
  .tab-citybox .input-single .header-label-wrap {
    max-width: none;
    width: auto;
    position: absolute;
    top: 12px;
    left: 13px; }
    .tab-citybox .input-single .header-label-wrap label {
      width: 100%;
      vertical-align: baseline;
      color: #999999;
      font-size: 14px;
      display: inline-block;
      vertical-align: none; }
  .tab-citybox .input-single .text {
    padding: 0;
    color: #333;
    font-size: 14px;
    border: none !important;
    height: 48px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }

.tab-citybox .select-group {
  border: 1px solid #d4d4d4;
  font-size: 14px; }
  .tab-citybox .select-group:hover {
    border: 1px solid #d4d4d4; }
  .tab-citybox .select-group select {
    padding-top: .8rem;
    border-radius: inherit; }
  .tab-citybox .select-group .icon-expand {
    top: .9rem;
    right: .7rem; }
  .tab-citybox .select-group .header-label-wrap label {
    position: absolute;
    top: -.4rem;
    left: 0;
    white-space: nowrap;
    font-size: 12px; }

.tab-citybox input-single.input-group:not(.disabled):not(.error).active .text, .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tab-citybox .input-single.input-group:not(.disabled):not(.error).active .text, .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  background: none !important; }

.tab-citybox .cell-error .input-single {
  border: 2px solid #EB0000; }

.header-country {
  padding-top: 18px !important;
  padding-left: 14px !important; }

.error .input-single {
  border: 2px solid #EB0000 !important; }

.date-cont .input-group {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  height: 50px; }
  .date-cont .input-group .header-label-wrap {
    position: absolute;
    top: 7px !important;
    left: 12px !important;
    line-height: 100%;
    color: #999999;
    font-size: 12px;
    z-index: 2; }
    .date-cont .input-group .header-label-wrap label {
      width: 100%;
      font-size: 12px;
      color: #999999; }

.date-cont .input-single.input-group .text {
  position: absolute;
  bottom: 0px;
  padding: 0 !important;
  height: 30px;
  border: none;
  font-size: 14px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  text-indent: 12px;
  color: #333; }

.date-cont .input-single.input-group:not(.disabled):not(.error).active .text, .date-cont .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.layer-header {
  z-index: 20; }

.new-header .frist-header {
  z-index: 21; }

.nav-rightmenu {
  z-index: 21; }

.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; }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .banner-bg {
    height: 15rem;
    width: 100%; }
  .banner .banner-wrap {
    position: relative;
    width: 100%;
    height: 15rem;
    margin-top: -15rem; }
    .banner .banner-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 2; }
  .banner .wrap-con {
    position: relative;
    z-index: 3;
    width: 15rem;
    padding-top: 4.5rem;
    padding-left: 2rem;
    color: #fff; }
    .banner .wrap-con .tlt {
      font-size: 1.3rem;
      font-weight: bold; }
      .banner .wrap-con .tlt .icon-position {
        vertical-align: -.1rem;
        margin-right: .25rem; }
    .banner .wrap-con .txt {
      height: 5rem;
      overflow: hidden; }
  .banner .banner-image {
    height: 300px;
    overflow: hidden; }
    @media screen and (max-width: 989px) {
      .banner .banner-image {
        height: 270px; } }
    @media screen and (max-width: 767px) {
      .banner .banner-image {
        height: 190px; } }
    .banner .banner-image > img {
      display: block;
      width: 100%; }
      @media screen and (max-width: 989px) {
        .banner .banner-image > img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
  .banner .banner-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px; }
    @media screen and (max-width: 989px) {
      .banner .banner-info {
        position: static;
        background: #D9272E;
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .banner .banner-info {
        padding-bottom: 26px; } }
    .banner .banner-info .caption {
      width: 430px;
      height: 175px;
      padding: 20px 20px 0 20px;
      background: #D9272E;
      background: rgba(217, 39, 46, 0.9);
      color: #fff; }
      @media screen and (max-width: 989px) {
        .banner .banner-info .caption {
          width: 100%;
          height: auto;
          padding: 0;
          background: none; } }
    .banner .banner-info .title {
      margin-bottom: 10px;
      max-height: 39px;
      font-size: 26px;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
      @media screen and (max-width: 767px) {
        .banner .banner-info .title {
          margin-bottom: 8px;
          font-size: 24px; } }
      .banner .banner-info .title .icon-position {
        margin-right: 5px;
        vertical-align: -.1rem; }
    .banner .banner-info .text {
      max-height: 72px; }
    .banner .banner-info .text, .banner .banner-info .title {
      overflow: hidden; }
      @media screen and (max-width: 989px) {
        .banner .banner-info .text, .banner .banner-info .title {
          max-height: none; } }

.banner-wrap-modify {
  background: none !important; }
  .banner-wrap-modify .wrap-text {
    width: 431px;
    height: 175px;
    opacity: 0.91;
    background: #d9272e !important;
    border-radius: 2px;
    padding: 20px !important;
    margin-left: 198px;
    color: #fff; }
  .banner-wrap-modify .wrap-con {
    font-weight: 400;
    margin-left: 0;
    padding-left: 0;
    padding-top: 90px; }
    .banner-wrap-modify .wrap-con .tlt {
      margin-bottom: 8px; }
    .banner-wrap-modify .wrap-con .txt {
      height: auto; }
    .banner-wrap-modify .wrap-con p {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px; }

.banner-group .pad-bg, .banner-group .phone-bg {
  display: none; }

.banner-multiple .pad-bg, .banner-multiple .phone-bg {
  display: none; }

@media screen and (max-width: 989px) {
  .banner .banner-bg {
    height: 13.5rem; }
  .banner .banner-wrap {
    width: 100%;
    height: auto;
    margin-top: 0;
    background: #d9272e; }
  .banner .wrap-con {
    width: 100%;
    padding: 1rem; }
    .banner .wrap-con .txt {
      height: auto;
      overflow: auto;
      padding-bottom: 1rem; }
  .banner-wrap-modify {
    background: green !important; }
    .banner-wrap-modify .wrap-con {
      padding: 0 !important;
      background: #d9272e; }
      .banner-wrap-modify .wrap-con .txt {
        overflow: none !important; }
    .banner-wrap-modify .wrap-text {
      width: auto !important;
      height: auto !important;
      opacity: 0.91;
      background: #d9272e !important;
      border-radius: 2px;
      margin-left: 0 !important;
      padding-bottom: 0 !important;
      color: #fff; }
  .banner-multiple .banner-bg {
    display: none; }
  .banner-multiple .pad-bg {
    display: block; } }

@media screen and (max-width: 767px) {
  .banner-group .banner-bg, .banner-group .pad-bg {
    display: none; }
  .banner-group .phone-bg {
    display: block; }
  .banner-multiple .banner-bg, .banner-multiple .pad-bg {
    display: none; }
  .banner-multiple .phone-bg {
    display: block; } }

.slide-banner {
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden; }
  .slide-banner .slide-nav {
    position: relative;
    float: right;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    bottom: 75px; }
    .slide-banner .slide-nav > li {
      display: inline-block;
      width: .6rem;
      height: .6rem;
      border-radius: 50%;
      background-color: #FFF;
      margin-left: .3rem;
      cursor: pointer; }
      .slide-banner .slide-nav > li:hover {
        background-color: #333; }
      .slide-banner .slide-nav > li.active {
        background-color: #EB0000; }
  .slide-banner .slide-content {
    position: relative;
    z-index: 1;
    top: 0;
    width: 9999px;
    height: 100%; }
    .slide-banner .slide-content::after {
      display: block;
      clear: both;
      content: ""; }
  .slide-banner .slide-item {
    position: relative;
    float: left;
    height: 100%; }
    .slide-banner .slide-item img {
      width: 100%;
      height: 100%; }
  .slide-banner .link-slide {
    display: block;
    width: 100%;
    height: 100%; }
  .slide-banner .link-title {
    position: relative; }
  .slide-banner .play-btn {
    float: right;
    border: none;
    position: relative;
    text-align: left;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    bottom: 77px;
    color: #fff;
    cursor: pointer;
    width: 25px;
    text-align: center; }
    .slide-banner .play-btn .icon-suspended {
      display: inline-block;
      font-size: 12px; }
    .slide-banner .play-btn .icon-right-triangle {
      display: none;
      font-size: 12px;
      margin-left: 4px; }
    .slide-banner .play-btn.on .icon-right-triangle {
      display: inline-block; }
    .slide-banner .play-btn.on .icon-suspended {
      display: none; }
    .slide-banner .play-btn:hover {
      color: #333; }
  @media (max-width: 989px) {
    .slide-banner {
      height: 270px; }
      .slide-banner .slide-nav.nav-bar {
        margin-left: 0px;
        bottom: 75px; }
      .slide-banner .play-btn {
        bottom: 77px; } }
  @media (max-width: 767px) {
    .slide-banner {
      height: 190px; }
      .slide-banner .slide-nav {
        bottom: 30px; }
      .slide-banner .play-btn {
        bottom: 32px; } }

.link-tab {
  opacity: 0;
  width: 0;
  height: 0; }

.banner .wrap-promotion {
  width: 21.7rem;
  padding-top: 2.5rem;
  position: relative;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  padding-left: 2rem;
  z-index: 3;
  color: #fff; }
  .banner .wrap-promotion .tlt {
    width: 19.5rem;
    height: 4.8rem;
    font-size: 1.6rem;
    overflow: hidden; }

.banner .sale-start p {
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: bold; }
  .banner .sale-start p + p {
    margin-left: 6px;
    font-size: 0.8rem;
    font-family: OpenSans-Regular, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, "Lato", "Microsoft JhengHei", "Noto-Sans-CJK-JP", "Noto-Sans-Thai", "メイリオ", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
    font-weight: normal; }

.banner .sale-data {
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
  height: 3rem;
  overflow: hidden; }

.banner .wrap-set {
  padding-top: 2rem; }
  .banner .wrap-set .sale-start {
    margin-bottom: 0.5rem; }
  .banner .wrap-set .tlt {
    font-size: 1.3rem;
    width: 19.5rem;
    max-height: 78px;
    height: auto;
    overflow: hidden; }
  .banner .wrap-set .tlt-pad {
    display: none; }
  .banner .wrap-set .start-cut {
    margin-bottom: 5px;
    font-weight: bold;
    width: auto;
    overflow: hidden;
    height: 24px; }
  .banner .wrap-set .cut-down {
    display: block;
    height: 4.3rem;
    overflow: hidden; }
    .banner .wrap-set .cut-down .title, .banner .wrap-set .cut-down .spe {
      color: #fff; }
    .banner .wrap-set .cut-down .data {
      background-color: #fff;
      height: 3rem;
      line-height: 3rem; }
    .banner .wrap-set .cut-down .spe {
      line-height: 5.4rem; }

.banner .wrap-end .sale-pad {
  display: none; }

@media screen and (max-width: 989px) {
  .banner .wrap-promotion {
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem 1.3rem; }
    .banner .wrap-promotion .tlt {
      width: auto;
      height: auto; }
  .banner .sale-data {
    height: auto; }
  .banner .wrap-set {
    padding-bottom: 0.6rem; }
    .banner .wrap-set .l-place {
      float: left; }
    .banner .wrap-set .w-center {
      float: right; }
    .banner .wrap-set .tlt {
      display: none; }
    .banner .wrap-set .tlt-pad {
      display: block; }
  .banner .wrap-end .sale-start {
    margin-bottom: 0.5rem; }
  .banner .wrap-end .sale-data {
    display: none; }
  .banner .wrap-end .sale-pad {
    display: block; } }

@media screen and (max-width: 767px) {
  .banner .wrap-promotion {
    padding: 1rem; }
    .banner .wrap-promotion .tlt {
      font-size: 1.3rem; }
  .banner .sale-start p {
    display: block;
    font-size: 0.8rem; }
    .banner .sale-start p + p {
      margin-left: 0;
      font-size: 0.7rem; }
  .banner .sale-data {
    font-size: 0.9rem;
    margin-top: 10px; }
  .banner .wrap-set .l-place {
    float: none; }
  .banner .wrap-set .sale-start {
    margin-bottom: 0.25rem; }
    .banner .wrap-set .sale-start p {
      font-size: 0.9rem; }
      .banner .wrap-set .sale-start p + p {
        font-size: 0.8rem; }
  .banner .wrap-set .w-center {
    float: none; }
  .banner .wrap-set .tlt-pad {
    width: auto;
    margin-bottom: 0.25rem; } }

.info-item {
  margin-bottom: 10px; }
  @media screen and (max-width: 989px) {
    .info-item {
      margin-bottom: 16px; } }
  @media screen and (max-width: 767px) {
    .info-item {
      margin-bottom: 10px; } }
  .info-item a {
    display: block;
    position: relative;
    color: #fff; }
    .info-item a:focus .image-wrap img, .info-item a:hover .image-wrap img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .info-item a:focus .caption, .info-item a:hover .caption {
      background: #0C001B; }
  .info-item .image-wrap {
    height: 240px;
    overflow: hidden; }
    .info-item .image-wrap img {
      position: relative;
      left: 50%;
      margin-left: -321px;
      -webkit-transition: 600ms;
      transition: 600ms; }
  .info-item .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 10px 9px 10px;
    background: #0C001B;
    background: rgba(12, 0, 27, 0.7); }
    @media screen and (max-width: 767px) {
      .info-item .caption {
        padding-top: 4px;
        padding-bottom: 7px; } }
  .info-item .title {
    margin-bottom: 0;
    font-size: 16px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .info-item .title {
        font-size: 14px; } }
  .info-item .price {
    margin-top: -4px;
    font-size: 18px;
    text-align: right;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .info-item .price {
        margin-top: 2px; } }
    .info-item .price .number, .info-item .price .type {
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
    .info-item .price .number {
      font-size: 26px; }

.info-list {
  padding: 0 5px; }
  @media screen and (max-width: 989px) {
    .info-list {
      padding-left: 2px;
      padding-right: 2px; } }
  .info-list > div {
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (max-width: 989px) {
      .info-list > div {
        padding-left: 8px;
        padding-right: 8px; } }
  @media screen and (max-width: 989px) {
    .info-list.view-list > div:nth-child(n+7) {
      display: none; } }
  @media screen and (max-width: 767px) {
    .info-list.view-list > div:nth-child(n+5) {
      display: none; } }

@media screen and (max-width: 767px) {
  .info-item .image-wrap {
    height: 200px; }
    .info-item .image-wrap img {
      left: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.link-tool {
  position: fixed;
  z-index: 8000;
  right: 30px;
  top: 50%;
  margin-top: -160px;
  width: 100px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
  opacity: 0;
  visibility: hidden; }
  .link-tool.show {
    opacity: 1;
    visibility: visible; }
  .link-tool a {
    display: block;
    height: 80px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 80px; }
    .link-tool a.active {
      background: #EB0000;
      color: #fff; }
    @media screen and (min-width: 990px) {
      .link-tool a:hover {
        background: #EB0000;
        color: #fff; } }
  .link-tool p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5; }
  .link-tool .icon-topping {
    display: block;
    margin-bottom: 5px; }
  .link-tool .back-top a {
    border-color: #fff; }
  @media screen and (max-width: 989px) {
    .link-tool {
      width: 80px;
      right: 20px; }
      .link-tool .anchor {
        display: none; }
      .link-tool a {
        height: 63px;
        line-height: 63px;
        font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .link-tool {
      width: 40px;
      right: 10px; }
      .link-tool a {
        line-height: 30px;
        height: 30px; }
      .link-tool .name {
        display: none; }
      .link-tool .icon-topping {
        margin-bottom: 0;
        margin-top: -1px; } }

.link-tool0 {
  top: auto;
  margin: 0;
  bottom: 100px; }
  @media screen and (max-width: 989px) {
    .link-tool0 {
      bottom: 60px; } }
  @media screen and (max-width: 767px) {
    .link-tool0 {
      bottom: 40px; } }

.board-tab-list {
  letter-spacing: -6px;
  text-align: center;
  line-height: 1; }
  @media screen and (max-width: 375px) {
    .board-tab-list {
      margin-left: -15px; } }
  .board-tab-list > li {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0; }
    @media screen and (max-width: 375px) {
      .board-tab-list > li {
        width: 50%;
        padding-left: 15px; } }
    .board-tab-list > li + li {
      margin-left: 14px; }
      @media screen and (max-width: 767px) {
        .board-tab-list > li + li {
          margin-left: 15px; } }
      @media screen and (max-width: 375px) {
        .board-tab-list > li + li {
          margin: 0; } }
    .board-tab-list > li > a {
      display: block;
      padding: 0 30px;
      background: #f2f2f2;
      line-height: 40px; }
      @media screen and (max-width: 767px) {
        .board-tab-list > li > a {
          padding: 0 20px;
          border-radius: 20px; } }
      @media screen and (max-width: 375px) {
        .board-tab-list > li > a {
          padding: 0 10px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .board-tab-list > li > a.active {
        border-radius: 2px;
        background: #8b2345;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .board-tab-list > li > a.active {
            border-radius: 20px; } }

.extra-card {
  background: #FFF;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17); }
  .extra-card .fee-txt {
    display: table-cell;
    vertical-align: middle;
    width: 74.22%;
    font-size: 16px;
    color: #555555;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 39px 0 20px;
    margin-bottom: 20px;
    min-height: 57px; }
    .extra-card .fee-txt label {
      margin-bottom: 0; }
  .extra-card .fee-price {
    border-left: 1px dashed #D3D3D3;
    display: table-cell;
    vertical-align: middle; }
  .extra-card .fee-item-content {
    display: table;
    overflow: hidden;
    width: 100%; }
    .extra-card .fee-item-content:first-child {
      padding-bottom: 10px; }
    .extra-card .fee-item-content:not(:first-child) {
      padding-top: 10px;
      border-top: solid 1px #f2f2f2; }
  .extra-card .fee-item-title {
    font-weight: bold;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 27px;
    border-left: solid 6px #EB0000;
    padding-left: 15px;
    margin-bottom: 11px; }
  .extra-card:first-child .fee-item-content:first-child {
    padding-bottom: 0; }
  .extra-card .price-sum {
    color: #555555;
    text-align: center; }
    .extra-card .price-sum label {
      text-align: left;
      margin-bottom: 0;
      margin-top: 0;
      font-weight: bold;
      font-size: 16px;
      color: #EB0000;
      letter-spacing: 0;
      line-height: 24px; }
      .extra-card .price-sum label .sum {
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        color: #EB0000;
        letter-spacing: 0;
        line-height: 33px; }
      .extra-card .price-sum label .start {
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        color: #EB0000;
        letter-spacing: 0;
        line-height: 33px; }
      .extra-card .price-sum label .br {
        display: none; }
      .extra-card .price-sum label .hiding {
        display: inline-block; }
      .extra-card .price-sum label .bar {
        display: none; }
    .extra-card .price-sum .from {
      text-align: left;
      color: #555555;
      font-weight: normal; }
    .extra-card .price-sum i {
      font-style: normal; }

@media screen and (max-width: 989px) {
  .extra-card .fee-item-content {
    display: block; }
  .extra-card .fee-price {
    position: relative;
    display: block;
    padding: 25px 0 8px 20px;
    border-left: none; }
    .extra-card .fee-price::after {
      content: '';
      display: block;
      height: 1px;
      border-top: 1px dashed #979797;
      position: absolute;
      width: 315px;
      top: 0; }
  .extra-card {
    padding-top: 20px; }
  .fee-item-title {
    padding: 0 15px 0 20px;
    margin-bottom: 10px; }
  .extra-card .fee-txt {
    display: block;
    width: 100%;
    padding: 0 30px 20px 20px;
    border-right: 0;
    margin-bottom: 0;
    min-height: auto; }
  .fee-price {
    padding: 25px 0 8px 18px; }
  .extra-card .price-sum {
    margin-top: -12px;
    text-align: left; }
    .extra-card .price-sum label {
      font-size: 16px; }
      .extra-card .price-sum label br {
        display: none; }
      .extra-card .price-sum label .hiding {
        display: none; }
      .extra-card .price-sum label .bar {
        display: inline-block; }
    .extra-card .price-sum .divide {
      display: inline-block; }
  .extra-card {
    margin-bottom: 20px; }
  .extra-txt {
    font-size: 16px;
    color: #555555;
    letter-spacing: 0;
    line-height: 24px; }
  .extra-card {
    padding-bottom: 0; }
  .extra-card .fee-item-content:first-child {
    padding-bottom: 0; }
  .extra-card .fee-item-content:not(:first-child) {
    border-top: solid 1px #f2f2f2;
    padding-top: 20px; }
  .extra-card .fee-price::after {
    width: auto;
    left: 20px !important;
    right: 20px !important; } }

@media screen and (max-width: 767px) {
  .extra-card {
    padding-top: 20px; }
  .extra-card .fee-item-title {
    padding: 0 20px;
    margin-bottom: 11px; }
  .extra-card .fee-item-title {
    margin-bottom: 12px; }
  .extra-card .fee-txt {
    padding: 0 20px 20px; }
  .extra-card .fee-item-content:not(:first-child) {
    padding-top: 20px; } }

.select .select-tab {
  padding-bottom: 10px;
  border-bottom: solid 2px #8C2346; }
  .select .select-tab .select-item {
    display: inline-block;
    margin-right: 10px;
    background: #f2f2f2;
    height: 40px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 10px;
    border: none;
    cursor: pointer; }
    .select .select-tab .select-item:focus {
      outline: 0; }
    .select .select-tab .select-item button {
      border: none;
      display: block;
      width: 100%;
      height: 100%; }
  .select .select-tab .active {
    background: #8C2346;
    border-radius: 2px;
    color: #FFF; }
    .select .select-tab .active button {
      color: #FFF; }

.select-panel {
  padding-top: 20px; }
  .select-panel .tab-panel {
    padding-left: 7px; }
  .select-panel ul {
    padding: 2px 0; }
    .select-panel ul li {
      position: relative;
      font-size: 16px;
      color: #555555;
      letter-spacing: 0;
      line-height: 24px;
      padding-left: 8px; }
      .select-panel ul li a {
        text-decoration: underline;
        font-weight: bold;
        color: #EB0000; }
        .select-panel ul li a:hover {
          color: #B10000; }
      .select-panel ul li::before {
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        background: #555555;
        border-radius: 50%;
        display: inline-block;
        margin-bottom: 4px;
        margin-right: 6px;
        top: 10px;
        left: -6px; }
      .select-panel ul li strong {
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-size: 16px;
        color: #EB0000;
        letter-spacing: 0;
        line-height: 24px; }

.select-ipad {
  display: none; }

.icon-collapse-modify::after {
  content: "\e903";
  font-size: 14px;
  position: absolute;
  right: 23px; }

.icon-expand-modify::after {
  content: "";
  font-size: 14px;
  position: absolute;
  right: 13px; }

@media screen and (max-width: 989px) {
  .select-pc {
    display: none; }
  .icon-expand-modify::after {
    content: "\e905";
    font-size: 14px;
    position: absolute;
    right: 13px; }
  .select-ipad {
    display: block;
    clear: both;
    overflow: hidden; }
    .select-ipad .select-panel {
      padding-top: 0; }
      .select-ipad .select-panel ul {
        padding: 0 15px 10px; }
    .select-ipad .select-panel ul li {
      font-size: 14px; }
  .select-ipad .select-tab .select-item {
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0; }
    .select-ipad .select-tab .select-item::after {
      top: 0;
      right: 13px; } }

.select .rm-border {
  border: none;
  padding-bottom: 0; }

.info-board {
  background: #FFF;
  padding: 1rem;
  color: #333333; }
  .info-board:focus {
    outline: 2px solid; }
  .info-board .section {
    margin-bottom: 1.5rem; }
    .info-board .section:last-child {
      margin-bottom: 0; }
  .info-board .hd {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
  .info-board .bd {
    margin-top: .5rem; }
    .info-board .bd p {
      margin-bottom: .1rem; }
      .info-board .bd p a {
        text-decoration: underline;
        font-weight: bold;
        color: #D20000; }
        .info-board .bd p a:hover {
          color: #A10000; }
  .info-board .btn {
    display: none; }

.board-list li {
  margin-left: 1rem;
  list-style: inherit; }

.page-banner .image-wrap {
  overflow: hidden;
  height: 293px; }
  @media screen and (max-width: 989px) {
    .page-banner .image-wrap {
      height: 270px; } }
  @media screen and (max-width: 767px) {
    .page-banner .image-wrap {
      height: 198px; } }
  .page-banner .image-wrap img {
    width: 100%; }
    @media screen and (max-width: 989px) {
      .page-banner .image-wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.page-banner .title {
  margin-bottom: 10px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 26px; }
  @media screen and (max-width: 767px) {
    .page-banner .title {
      font-size: 24px; } }

.page-banner .text {
  font-size: 20px;
  color: #555555; }
  @media screen and (max-width: 767px) {
    .page-banner .text {
      font-size: 18px; } }

.page-banner .caption {
  padding-top: 40px; }
  @media screen and (max-width: 767px) {
    .page-banner .caption {
      padding-top: 30px; } }

.lang-header {
  border: none; }
  .lang-header .lang-choose {
    margin: 15px 0 0 40px;
    float: left;
    width: 300px; }
    .lang-header .lang-choose .lang-select {
      color: #757575;
      border-radius: .25rem;
      border: 0.1rem solid #d4d4d4; }
      .lang-header .lang-choose .lang-select .language-txt {
        position: relative;
        display: block;
        width: 100%;
        height: 2.4rem; }
      .lang-header .lang-choose .lang-select .icon-expand {
        position: absolute;
        width: .7rem;
        height: .7rem;
        top: .8rem;
        right: 1rem; }
      .lang-header .lang-choose .lang-select .oper-lang {
        display: block;
        padding: 13px 10px 0 15px; }
      .lang-header .lang-choose .lang-select .language-box {
        top: 2.5rem;
        left: 0;
        right: auto; }
      .lang-header .lang-choose .lang-select:hover {
        border: 0.1rem solid #333333; }
      .lang-header .lang-choose .lang-select.active {
        border: 0.1rem solid #333333; }
  @media screen and (max-width: 767px) {
    .lang-header {
      padding: 14px 0; }
      .lang-header .logo-wrap {
        float: none;
        padding: 0;
        margin: 0; }
        .lang-header .logo-wrap .logo {
          float: none;
          height: auto;
          margin: 0 auto; }
          .lang-header .logo-wrap .logo img {
            display: block; }
      .lang-header .bar-panel {
        height: auto;
        border: none; }
      .lang-header .lang-choose {
        float: none;
        padding: 0 10px;
        width: 80%;
        margin: 15px auto 0; }
        .lang-header .lang-choose .select-group {
          width: 300px;
          margin: 0 auto;
          max-width: 100%; } }

.lang-box > .language-select {
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  padding: 0; }
  @media screen and (min-width: 989px) {
    .lang-box > .language-select {
      width: 910px;
      margin-left: -455px; } }
  .lang-box > .language-select > .layer-top {
    padding: 11.5px 30px;
    background: #D9272E;
    background: -webkit-gradient(linear, right top, left top, color-stop(-300%, #501B86), to(#D9272E));
    background: -webkit-linear-gradient(right, #501B86 -300%, #D9272E);
    background: linear-gradient(right, #501B86 -300%, #D9272E); }
    .lang-box > .language-select > .layer-top > .title {
      color: #FFF;
      line-height: 36px;
      font-size: 26px; }
      @media screen and (max-width: 767px) {
        .lang-box > .language-select > .layer-top > .title {
          display: none; } }
    .lang-box > .language-select > .layer-top > .layer-close {
      padding-top: 4px;
      color: #FFF; }
      .lang-box > .language-select > .layer-top > .layer-close > .close-title {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .lang-box > .language-select > .layer-top > .layer-close > .close-title {
            font-size: 14.4px; } }
      .lang-box > .language-select > .layer-top > .layer-close > i {
        font-size: 13px;
        line-height: 25px; }
      @media screen and (max-width: 767px) {
        .lang-box > .language-select > .layer-top > .layer-close {
          padding-top: 0; } }
    @media screen and (max-width: 767px) {
      .lang-box > .language-select > .layer-top {
        padding: 7px 19.5px 7px 30px; } }
  .lang-box > .language-select > .layer-content::after {
    display: block;
    clear: both;
    content: ""; }
  .lang-box > .language-select > .layer-content > div {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (min-width: 989px) {
      .lang-box > .language-select > .layer-content > div:nth-child(3n+1) {
        padding-right: 5px; }
      .lang-box > .language-select > .layer-content > div:nth-child(3n+3) {
        padding-left: 5px; }
      .lang-box > .language-select > .layer-content > div:nth-child(3n+2) {
        padding: 10px 5px; } }
    @media screen and (max-width: 989px) and (min-width: 768px) {
      .lang-box > .language-select > .layer-content > div:nth-child(2n+1) {
        padding-right: 5px; }
      .lang-box > .language-select > .layer-content > div:nth-child(2n) {
        padding-left: 5px; } }
    @media screen and (max-width: 767px) {
      .lang-box > .language-select > .layer-content > div {
        padding: 5px 0; } }
    .lang-box > .language-select > .layer-content > div .lang-wrap {
      border: 2px solid #FFF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      padding: 13px 20px;
      background: #fafafa;
      border-radius: 5px; }
      .lang-box > .language-select > .layer-content > div .lang-wrap > i {
        color: #8c2346;
        font-size: 14px; }
      .lang-box > .language-select > .layer-content > div .lang-wrap > .lang-text {
        color: #555555;
        font-family: PingFangSC-Regular;
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          .lang-box > .language-select > .layer-content > div .lang-wrap > .lang-text {
            font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .lang-box > .language-select > .layer-content > div .lang-wrap {
          padding: 9px 15px; } }
    .lang-box > .language-select > .layer-content > div .chosen {
      border: 2px solid #8c2346; }
      .lang-box > .language-select > .layer-content > div .chosen > .lang-text {
        color: #8c2346; }

.lang-box .layer-content {
  padding: 30px 30px 10px; }
  @media screen and (max-width: 989px) {
    .lang-box .layer-content {
      padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .lang-box .layer-content {
      padding: 20px 15px; } }

.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%; }

.notice-list li {
  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); }
  .notice-list li + li {
    margin-top: 30px; }

.notice-list .title-wrap {
  padding: 20px 30px;
  border-bottom: 1px solid #d4d4d4; }
  .notice-list .title-wrap .title {
    font-size: 26px;
    color: #B10000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.notice-list .notice-item {
  margin: 0 30px; }
  .notice-list .notice-item a {
    display: block;
    padding: 20px 0; }
    .notice-list .notice-item a:hover .ti {
      color: #EB0000; }
    .notice-list .notice-item a.focus-visible:focus .ti {
      color: #EB0000; }
  .notice-list .notice-item + .notice-item {
    border-top: 1px solid #d4d4d4; }
  .notice-list .notice-item .date {
    margin-top: 10px;
    font-size: 14px;
    color: #757575;
    text-align: right; }
  .notice-list .notice-item .ti {
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
    color: #333333;
    max-height: 48px;
    overflow: hidden; }
    .notice-list .notice-item .ti .icon {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 10px;
      font-size: 18px;
      line-height: 24px;
      color: #EB0000; }
  .notice-list .notice-item:hover .ti {
    color: #EB0000; }

@media screen and (max-width: 989px) {
  .notice-list .title-wrap .title {
    font-size: 24px;
    white-space: normal;
    line-height: 1.75; }
  .notice-list .notice-item .ti {
    max-height: none; } }

@media screen and (max-width: 767px) {
  .notice-list .title-wrap {
    padding: 12px 10px; }
    .notice-list .title-wrap .title {
      font-size: 20px;
      line-height: 1.35; }
  .notice-list .notice-item {
    margin: 0 10px; }
    .notice-list .notice-item a {
      padding: 10px 0; }
    .notice-list .notice-item .ti {
      font-size: 14px; }
      .notice-list .notice-item .ti .icon {
        margin-right: 5px;
        line-height: 21px;
        font-size: 16px; }
    .notice-list .notice-item .date {
      font-size: 12px;
      line-height: 1.75; }
      .notice-list .notice-item .date .name {
        display: block; } }

.new-header .float-left {
  float: left; }

.new-header .float-right {
  float: right; }

.new-header .cl {
  clear: both; }

.new-header .skip {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  opacity: 0;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #cfcfcf;
          box-shadow: 0 0 10px #cfcfcf; }
  .new-header .skip:focus {
    opacity: 1; }

@media (min-width: 768px) and (max-width: 1299px) {
  .new-header .col-lg-2-5 {
    float: right !important; } }

@media (min-width: 1299px) {
  .new-header .col-lg-1 {
    width: 8.33333%; }
  .new-header .col-lg-2 {
    width: 16.66667%; }
  .new-header .col-lg-2-5 {
    width: 19%;
    margin-right: 0 !important; }
  .new-header .col-lg-3 {
    width: 25%; }
  .new-header .col-lg-4 {
    width: 33.33333%; }
  .new-header .col-lg-4-5 {
    width: 38.33333%; }
  .new-header .col-lg-5 {
    width: 41.66667%; }
  .new-header .col-lg-6 {
    width: 50%; }
  .new-header .col-lg-7 {
    width: 58.33333%; }
  .new-header .col-lg-8 {
    width: 66.66667%; }
  .new-header .col-lg-9 {
    width: 75%; }
  .new-header .col-lg-10 {
    width: 83.33333%; }
  .new-header .col-lg-11 {
    width: 91.66667%; }
  .new-header .col-lg-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1299px) {
  .new-header .col-md-1 {
    width: 8.33333%; }
  .new-header .col-md-2 {
    width: 16.66667%; }
  .new-header .col-md-3 {
    width: 25%; }
  .new-header .col-md-4 {
    width: 33.33333%; }
  .new-header .col-md-5 {
    width: 41.66667%; }
  .new-header .col-md-6 {
    width: 50%; }
  .new-header .col-md-7 {
    width: 58.33333%; }
  .new-header .col-md-8 {
    width: 66.66667%; }
  .new-header .col-md-9 {
    width: 75%; }
  .new-header .col-md-10 {
    width: 83.33333%; }
  .new-header .col-md-11 {
    width: 91.66667%; }
  .new-header .col-md-12 {
    width: 100%; } }

@media (min-width: 375px) and (max-width: 768px) {
  .new-header .col-xs-1 {
    width: 8.33333%; }
  .new-header .col-xs-2 {
    width: 16.66667%; }
  .new-header .col-xs-3 {
    width: 25%; }
  .new-header .col-xs-4 {
    width: 33.33333%; }
  .new-header .col-xs-5 {
    width: 41.66667%; }
  .new-header .col-xs-6 {
    width: 50%; }
  .new-header .col-xs-7 {
    width: 58.33333%; }
  .new-header .col-xs-8 {
    width: 66.66667%; }
  .new-header .col-xs-9 {
    width: 75%; }
  .new-header .col-xs-10 {
    width: 83.33333%; }
  .new-header .col-xs-11 {
    width: 91.66667%; }
  .new-header .col-xs-12 {
    width: 100%; } }

.new-header .frist-header {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0; }
  @media screen and (max-width: 1299px) {
    .new-header .frist-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
      background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E); } }
  @media screen and (max-width: 768px) {
    .new-header .frist-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
      background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E); } }
  @media screen and (min-width: 1300px) {
    .new-header .frist-header .panel {
      width: 1260px;
      margin: 0 auto;
      padding: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1299px) {
    .new-header .frist-header .panel {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .new-header .frist-header .panel {
      padding: 0; } }
  .new-header .frist-header .panel .logo {
    display: inline-block;
    margin-top: 16px; }
  .new-header .frist-header .nav-left .nav-left-item {
    margin-left: 20px;
    height: 60px;
    line-height: 60px; }
    .new-header .frist-header .nav-left .nav-left-item .nav-lefta {
      position: relative;
      font-size: 16px;
      color: #FFF; }
      .new-header .frist-header .nav-left .nav-left-item .nav-lefta:after {
        display: none;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 12px solid #FFF;
        bottom: -19px;
        left: 50%;
        margin-left: -.4rem; }
      .new-header .frist-header .nav-left .nav-left-item .nav-lefta:hover {
        text-decoration: underline; }
    .new-header .frist-header .nav-left .nav-left-item .nav-left-menu {
      position: absolute;
      left: 0;
      width: 100%;
      display: none;
      background: #FFF;
      z-index: 11;
      -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
              box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
  .new-header .frist-header .nav-left .on .nav-lefta:after {
    display: block; }
  @media screen and (max-width: 1299px) {
    .new-header .frist-header .header-right .nav-right {
      width: 100%; } }
  .new-header .frist-header .header-right .nav-right .bg-li1 {
    width: 20px;
    height: 60px;
    background: url(/webfile/static/img/bg-left2.png) no-repeat;
    background-size: 20px 60px; }
  .new-header .frist-header .header-right .nav-right .bg-li2 {
    width: 20px;
    height: 60px;
    background: url(/webfile/static/img/bg-right2.png) no-repeat;
    background-size: 20px 60px; }
  .new-header .frist-header .header-right .nav-right .nav-right-li {
    background: #FFF; }
    .new-header .frist-header .header-right .nav-right .nav-right-li:nth-child(3) {
      padding: 0 20px; }
      @media screen and (max-width: 1299px) {
        .new-header .frist-header .header-right .nav-right .nav-right-li:nth-child(3) {
          padding: 0; } }
    .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
      position: relative;
      height: 60px;
      line-height: 60px;
      color: #333333; }
      .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:hover, .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:focus {
        color: #EB0000; }
      .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:after {
        display: none;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 12px solid #efefef;
        bottom: -19px;
        left: 50%;
        margin-left: -.4rem; }
    .new-header .frist-header .header-right .nav-right .nav-right-li .on {
      color: #EB0000; }
      .new-header .frist-header .header-right .nav-right .nav-right-li .on:after {
        display: block; }
  .new-header .frist-header .header-right .nav-right .nav-icon-li-icon {
    display: none; }
  .new-header .frist-header .header-right .nav-right .mr0 {
    margin-right: 0; }
  .new-header .frist-header .header-right .nav-icon {
    margin-top: 20px; }
    .new-header .frist-header .header-right .nav-icon .nav-icon-li {
      margin-right: 10px; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li:first-child {
        margin-left: 18px; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li:after {
        position: relative;
        left: 2px;
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        background-color: #FFF; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li:last-child:after {
        display: none; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li .mysign {
        position: relative;
        top: 2px;
        color: #FFF;
        cursor: pointer; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a {
        font-size: 14px;
        color: #FFF; }
        .new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a:hover {
          text-decoration: underline; }
        .new-header .frist-header .header-right .nav-icon .nav-icon-li .nav-a:focus {
          text-decoration: underline; }
      .new-header .frist-header .header-right .nav-icon .nav-icon-li .obline {
        font-size: 14px;
        color: #FFF; }
    .new-header .frist-header .header-right .nav-icon .icon-login, .new-header .frist-header .header-right .nav-icon .icon-language {
      margin-right: 6px; }

@media screen and (max-width: 1299px) {
  .new-header .frist-header .logo {
    display: none !important; }
  .new-header .frist-header .nav-left {
    display: none !important; }
  .new-header .frist-header .rad-img {
    display: none !important; }
  .new-header .frist-header .bg-li1 {
    display: none !important; }
  .new-header .frist-header .bg-li2 {
    display: none !important; }
  .new-header .frist-header .nav-icon {
    display: none !important; }
  .new-header .frist-header .panel {
    height: auto; } }

.logo-img {
  width: 219px;
  height: 32px; }

.frist-header .pad-top {
  display: none; }
  @media screen and (max-width: 1299px) {
    .frist-header .pad-top {
      display: block; }
      .frist-header .pad-top .logo {
        display: block !important; }
        .frist-header .pad-top .logo .logo-img {
          width: 160px;
          height: 32px; } }
      @media screen and (max-width: 1299px) and (max-width: 768px) {
        .frist-header .pad-top .logo .logo-img {
          width: 140px;
          height: 28px; } }
          
@media screen and (max-width: 1299px) {
  .frist-header .pad-top .icon-menu {
    position: relative;
    top: 20px;
    color: #FFF;
    cursor: pointer; }
  .frist-header .pad-top .contact-us-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    margin-right: 20px;
    font-size: 14px;
    color: #FFF;
    background-color: #A0304B;
    cursor: pointer;
    margin-top: 16px;
    border-radius: 16px; }
  .frist-header .pad-top .contact-us-box .logo-contact-us-img {
    width: 32px;
    height: 32px; }
  .frist-header .pad-top .contact-us-box .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 10px; } }
        
  @media screen and (max-width: 768px) {
    .frist-header .pad-top {
      padding: 0 20px; } }

@media screen and (max-width: 1299px) {
  .new-header .frist-header .header-right {
    width: 100%;
    float: none; }
    .new-header .frist-header .header-right .nav-right {
      position: relative;
      background: none;
      float: none; }
      .new-header .frist-header .header-right .nav-right .nav-right-li {
        margin-right: 0;
        width: 31%;
        padding-right: 0;
        background: none; }
        .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
          height: 46px;
          line-height: 46px;
          color: #FFF; }
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:hover {
            color: #FFF;
            text-decoration: underline; }
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta:after {
            bottom: -14px; } }
        @media screen and (max-width: 1299px) and (max-width: 1299px) {
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
            color: #ffffff !important; } }
        @media screen and (max-width: 1299px) and (max-width: 768px) {
          .new-header .frist-header .header-right .nav-right .nav-right-li .nav-righta {
            font-size: 13px;
            height: 40px;
            line-height: 40px; } }

@media screen and (max-width: 1299px) {
      .new-header .frist-header .header-right .nav-right .tl {
        text-align: left; }
      .new-header .frist-header .header-right .nav-right .tc {
        text-align: center; }
      .new-header .frist-header .header-right .nav-right .tr {
        text-align: right; } }
      @media screen and (max-width: 1299px) and (max-width: 768px) {
        .new-header .frist-header .header-right .nav-right .tr {
          text-align: center; } }

@media screen and (max-width: 1299px) {
      .new-header .frist-header .header-right .nav-right .nav-icon-li-icon {
        display: block;
        width: 7%; }
        .new-header .frist-header .header-right .nav-right .nav-icon-li-icon > i {
          position: absolute;
          right: 0;
          top: 13px;
          display: block;
          color: #FFF; } }
        @media screen and (max-width: 1299px) and (max-width: 768px) {
          .new-header .frist-header .header-right .nav-right .nav-icon-li-icon > i {
            right: 20px; } }

@media screen and (max-width: 1299px) {
    .new-header .frist-header .header-right .nav-icon {
      float: left; } }

@media screen and (max-width: 768px) {
  .new-header .frist-header .header-right .nav-right {
    padding-left: 20px; } }

.nav-left-menu {
  padding-top: 20px;
  padding-bottom: 10px; }
  .nav-left-menu .left-menu {
    width: 950px;
    margin: 0 auto;
    line-height: 100%; }
    .nav-left-menu .left-menu .menubox {
      display: inline-block;
      padding-bottom: 10px; }
      .nav-left-menu .left-menu .menubox .second-menu {
        padding-right: 34px;
        font-size: 16px;
        color: #333333; }
        .nav-left-menu .left-menu .menubox .second-menu .second-menu-bor {
          height: 40px;
          line-height: 40px;
          border-bottom: 1px solid #cccccc;
          font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
          font-weight: bold; }
      .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li {
        padding-right: 20px;
        width: 234px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a {
          font-size: 14px;
          color: #555555; }
          .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a:hover {
            color: #D9272E; }
      .nav-left-menu .left-menu .menubox .other-menu {
        display: block;
        width: 232px;
        margin-right: 24px; }
        .nav-left-menu .left-menu .menubox .other-menu .other-menu-img {
          width: 100%;
          height: 130px; }
        .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont {
          padding: 10px 15px;
          -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
                  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
          .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t1 {
            font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
            font-weight: bold;
            margin-bottom: 9px;
            font-size: 18px;
            color: #333333;
            line-height: 27px; }
          .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 {
            position: relative; }
            .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .other-menu-t2-text {
              display: inline-block;
              width: 175px;
              height: 45px;
              font-size: 14px;
              color: #555555;
              letter-spacing: 0;
              line-height: 21px;
              overflow: hidden; }
            .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .href {
              position: absolute;
              right: -4px;
              bottom: 2px;
              display: block;
              width: 24px;
              height: 24px;
              text-align: center;
              border-radius: 22px;
              background: #EB0000;
              color: #FFF;
              font-size: 14px;
              line-height: 24px; }
    .nav-left-menu .left-menu .menubox-auto {
      float: left;
      height: auto; }
  .nav-left-menu .left-menu-other {
    width: 970px; }

.frist-header .nav-rightmenu {
  display: none;
  position: absolute;
  left: -485px;
  width: 970px;
  margin-left: 50%;
  text-align: left;
  z-index: 11; }
  @media screen and (max-width: 1299px) {
    .frist-header .nav-rightmenu {
      width: 100%;
      left: -50%; } }
  .frist-header .nav-rightmenu .nav-rightmenu-ct {
    max-width: 970px;
    padding: 20px 30px;
    padding-top: 3px;
    margin: 0 auto;
    background: #fafafa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 768px) {
      .frist-header .nav-rightmenu .nav-rightmenu-ct {
        padding-top: 15px; } }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .close {
      position: relative;
      height: 16px;
      top: 10px; }
      @media screen and (max-width: 768px) {
        .frist-header .nav-rightmenu .nav-rightmenu-ct .close {
          position: absolute;
          right: 30px;
          top: 20px; } }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
        position: absolute;
        right: 0;
        color: #757575;
        font-size: 14px;
        cursor: pointer; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx:hover, .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx.focus-visible:focus {
          color: #EB0000; }
        @media screen and (max-width: 1299px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
            font-size: 12px; } }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop {
      margin-bottom: 20px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn, .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
        display: inline-block;
        width: 120px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: none;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 13px;
        background: #d4d4d4;
        color: #333333; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn, .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
            width: 100px;
            font-size: 12px; } }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtop .btn-on {
        background: #8c2346;
        color: #FFF; }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont {
      display: none; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
        position: relative;
        margin-right: 14px;
        padding: 0; }
        @media screen and (min-width: 768px) and (max-width: 1299px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
            margin-right: 0;
            width: 49%;
            margin-bottom: 12px; }
            .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(even) {
              float: right !important; }
            .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(odd) {
              clear: both; } }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
            margin-bottom: 12px; } }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .btn-red {
          width: 100%;
          padding-left: 12px;
          padding-right: 12px; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .tab-ipt {
          width: 100%;
          height: 50px;
          padding-left: 12px;
          padding-top: 18px;
          border: 1px solid #d4d4d4;
          outline: none;
          border-radius: 5px;
          font-size: 14px;
          line-height: 29px;
          font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
          color: #333; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips {
          position: absolute;
          top: 15px;
          left: 13px;
          color: #999999;
          font-size: 14px;
          margin-bottom: 0; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips-small {
          position: absolute;
          top: 7px;
          left: 12px;
          color: #999999;
          font-size: 12px; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-text {
          display: none; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error .tab-ipt {
          border: 2px solid #EB0000; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-tips {
          font-size: 14px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error {
        height: 74px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .fix-title {
        position: absolute;
        left: 13px;
        top: 0;
        padding-top: 19px;
        height: 50px;
        font-size: 14px;
        line-height: 29px;
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
        color: #333333; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .tab-ipt {
        padding-left: 32px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .cell-error .error-text {
        display: block;
        padding-top: 4px;
        color: #EB0000;
        font-size: 14px; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
        display: none;
        margin-top: 6px;
        width: 78%;
        padding-left: 12px;
        height: 30px;
        line-height: 30px;
        background: #F8F1F4;
        font-size: 14px; }
        @media screen and (max-width: 1299px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .frist-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
            height: auto; } }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
      padding-left: 0;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
          font-size: 12px; } }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a {
        margin-left: 20px;
        color: #EB0000;
        text-decoration: underline;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold; }
        .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a:hover {
          color: #ae0000; }
    .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check {
      width: 95%;
      margin-top: 0; }
      .frist-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check span {
        margin-right: 20px; }

.new-icon-mesaage {
  position: relative;
  top: 1px !important; }
  .new-icon-mesaage:after {
    display: none !important;
    border: none !important; }

.frist-header .nav-msg-li > .icon-mesaage {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 4px; }
  @media screen and (max-width: 1299px) {
    .frist-header .nav-msg-li > .icon-mesaage {
      margin-right: 0; } }
  .frist-header .nav-msg-li > .icon-mesaage:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #efefef;
    bottom: -19px;
    left: -7%; }
    @media screen and (max-width: 768px) {
      .frist-header .nav-msg-li > .icon-mesaage:after {
        bottom: -14px; } }
  .frist-header .nav-msg-li > .icon-mesaage .msg-num-top {
    display: none;
    position: absolute;
    right: -7px;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #7A0000;
    font-size: 12px;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 1299px) {
      .frist-header .nav-msg-li > .icon-mesaage .msg-num-top {
        right: -8px; } }

.frist-header .nav-msg-li .icon-mesaage-no:after {
  display: none; }

.frist-header .nav-msg-li .msg-cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10; }
  @media screen and (max-width: 1299px) {
    .frist-header .nav-msg-li .msg-cont {
      top: 46px; } }
  @media screen and (max-width: 768px) {
    .frist-header .nav-msg-li .msg-cont {
      top: 40px; } }
  .frist-header .nav-msg-li .msg-cont .msg {
    position: relative;
    width: 970px;
    padding: 8px 20px;
    margin: 0 auto;
    background: #fafafa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 1299px) {
      .frist-header .nav-msg-li .msg-cont .msg {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .frist-header .nav-msg-li .msg-cont .msg {
        padding: 3px 20px; } }
    .frist-header .nav-msg-li .msg-cont .msg .msg-left {
      position: relative;
      padding-right: 20px; }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left:after {
        position: absolute;
        right: 0;
        top: 6px;
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        background-color: #cccccc; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-left:after {
            display: none; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left .mysign {
        color: #D9272E; }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
            display: none; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
        @media screen and (max-width: 768px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
            font-size: 14px; } }
    .frist-header .nav-msg-li .msg-cont .msg .msg-right {
      position: relative;
      padding-left: 20px; }
      @media screen and (max-width: 1299px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-right {
          min-width: 70%; } }
      @media screen and (max-width: 768px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-right {
          display: none; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
        position: absolute;
        left: 20px;
        z-index: 0;
        width: 700px;
        display: inline-block;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
        @media screen and (max-width: 1299px) {
          .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
            width: 100%; } }
        .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-text {
          color: #333333;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 90%; }
        .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-jian {
          position: relative;
          top: -6px; }
      .frist-header .nav-msg-li .msg-cont .msg .msg-right .msg-on {
        z-index: 10;
        opacity: 1 !important;
        -webkit-transition: opacity 0.3s ease-in-out 0.3s;
        transition: opacity 0.3s ease-in-out 0.3s; }
    .frist-header .nav-msg-li .msg-cont .msg .msg-xx {
      position: absolute;
      right: 20px; }
      @media screen and (max-width: 1299px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-xx {
          top: 10px; } }
      @media screen and (max-width: 768px) {
        .frist-header .nav-msg-li .msg-cont .msg .msg-xx {
          top: 4px; } }
      .frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx {
        color: #757575;
        font-size: 14px;
        cursor: pointer; }
        .frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx:hover, .frist-header .nav-msg-li .msg-cont .msg .msg-xx .xxx.focus-visible:focus {
          color: #EB0000; }

.scroll-left-new {
  -ms-transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  transform: translate(-12.5rem, 0);
  -webkit-transition: .3s;
  transition: .3s; }

.rightside-menu li {
  line-height: 60px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px; }
  @media screen and (max-width: 768px) {
    .rightside-menu li {
      line-height: 50px; } }

.rightside-menu.menuon {
  left: 0 !important;
  display: block !important; }

.rightside-menu {
  display: none;
  position: absolute;
  min-height: 100%;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 22;
  background-color: #FFF;
  border-left: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #F5F5F5; }
  .rightside-menu .rightside-menu-xx {
    position: relative;
    height: 60px;
    line-height: 60px; }
    .rightside-menu .rightside-menu-xx .right-xx {
      position: absolute;
      top: 24px;
      right: 20px;
      color: #757575;
      font-size: 14px;
      cursor: pointer; }
  .rightside-menu .rightside-ul .rightside-one {
    position: relative;
    text-indent: 20px;
    border-bottom: none;
    font-size: 16px;
    background: #FFF; }
    @media screen and (max-width: 768px) {
      .rightside-menu .rightside-ul .rightside-one {
        font-size: 14px; } }
    .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
      position: absolute;
      right: 20px;
      top: 22px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
          top: 20px; } }
    .rightside-menu .rightside-ul .rightside-one .new-icon-expand-on {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .rightside-menu .rightside-ul .rightside-one .rightside-ul-two {
      display: none; }
      .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
        position: relative;
        background: #F5F5F5;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
            font-size: 14px; } }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .side-title {
          font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
          font-weight: bold; }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
          position: absolute;
          top: 21px;
          right: 20px; }
          @media screen and (max-width: 768px) {
            .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
              top: 19px; } }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three {
          display: none; }
          .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
            height: 50px;
            line-height: 50px;
            border-bottom: none; }
            @media screen and (max-width: 768px) {
              .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
                height: 40px;
                line-height: 40px; } }
            .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
              font-size: 14px; }
              .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a:hover {
                text-decoration: underline; }
              @media screen and (max-width: 768px) {
                .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
                  font-size: 12px; } }
      .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .two-on {
        color: #555555; }
  .rightside-menu .rightside-ul .one-on {
    background: #EB0000;
    color: #FFF; }
  .rightside-menu .rightside-other {
    margin-top: 20px; }
    .rightside-menu .rightside-other .side-other {
      position: relative;
      height: 60px;
      text-indent: 20px;
      border-bottom: none;
      background: #FFF; }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-other .side-other {
          height: 50px;
          line-height: 50px; } }
      .rightside-menu .rightside-other .side-other .otheri1 {
        margin-right: 15px;
        font-size: 18px;
        color: #555555; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .otheri1 {
            font-size: 14px; } }
      .rightside-menu .rightside-other .side-other .side-other-a {
        font-size: 16px; }
        .rightside-menu .rightside-other .side-other .side-other-a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .side-other-a {
            font-size: 14px; } }
      .rightside-menu .rightside-other .side-other span {
        color: #333333;
        font-size: 14px; }
      .rightside-menu .rightside-other .side-other .otheri2 {
        position: absolute;
        right: 20px;
        top: 21px; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .otheri2 {
            font-size: 14px;
            top: 19px; } }
  .rightside-menu .rightside-lang {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .rightside-menu .rightside-lang {
        padding: 0 20px; } }
    .rightside-menu .rightside-lang .rightside-langbox {
      position: relative;
      color: #FFF;
      margin: 0 auto;
      width: 43%;
      height: 50px;
      background: #8c2346;
      border-radius: 50px;
      text-align: center;
      line-height: 50px; }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-lang .rightside-langbox {
          width: 100%; } }
      .rightside-menu .rightside-lang .rightside-langbox .icon-Language {
        position: relative;
        top: 1px;
        right: 12px; }
      .rightside-menu .rightside-lang .rightside-langbox .icon-linePoint {
        position: absolute;
        right: 24px;
        top: 19px; }

.lion {
  background: #eb0000 !important;
  color: #FFF; }

.lion .rightside-two {
  color: #555555; }

.lion .new-icon-expand:before {
  content: "\e903"; }

.newheader-alert {
  display: none; }
  .newheader-alert .sorry-wrap {
    top: 10%; }
  .newheader-alert .page-fix-bg {
    z-index: 20;
    background: #333333;
    opacity: 0.2; }
  .newheader-alert .new-sorry-lang-btn {
    float: right;
    margin-top: 18px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
    line-height: 24px; }
    .newheader-alert .new-sorry-lang-btn .icon-Not-Available1 {
      margin-left: 10px;
      font-size: 14px; }
    .newheader-alert .new-sorry-lang-btn .icon {
      display: inline-block;
      vertical-align: bottom;
      line-height: 24px; }
  .newheader-alert .sorry-wrap {
    z-index: 99; }

.other-header .msg-cont {
  display: none; }

.other-header .nav-msg-li .icon-mesaage .msg-num-top {
  display: block; }

.other-menubox {
  width: 714px !important;
  float: left; }

.header-height {
  height: 60px; }
  @media screen and (max-width: 1299px) {
    .header-height {
      height: 94px; } }
  @media screen and (max-width: 768px) {
    .header-height {
      height: 84px; } }

.tab-citybox .input-group {
  -webkit-transition: none !important;
  transition: none !important;
  height: 50px; }

.tab-citybox .input-single {
  border: 1px solid #d4d4d4;
  background: #ffffff; }
  .tab-citybox .input-single .header-label-wrap {
    max-width: none;
    width: auto;
    position: absolute;
    top: 12px;
    left: 13px; }
    .tab-citybox .input-single .header-label-wrap label {
      width: 100%;
      vertical-align: baseline;
      color: #999999;
      font-size: 14px;
      display: inline-block;
      vertical-align: none; }
  .tab-citybox .input-single .text {
    padding: 0;
    color: #333;
    font-size: 14px;
    border: none !important;
    height: 48px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }

.tab-citybox .select-group {
  border: 1px solid #d4d4d4;
  font-size: 14px; }
  .tab-citybox .select-group:hover {
    border: 1px solid #d4d4d4; }
  .tab-citybox .select-group select {
    padding-top: .8rem;
    border-radius: inherit; }
  .tab-citybox .select-group .icon-expand {
    top: .9rem;
    right: .7rem; }
  .tab-citybox .select-group .header-label-wrap label {
    position: absolute;
    top: -.4rem;
    left: 0;
    white-space: nowrap;
    font-size: 12px; }

.tab-citybox input-single.input-group:not(.disabled):not(.error).active .text, .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.tab-citybox .input-single.input-group:not(.disabled):not(.error).active .text, .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  background: none !important; }

.tab-citybox .cell-error .input-single {
  border: 2px solid #EB0000; }

.header-country {
  padding-top: 18px !important;
  padding-left: 14px !important; }

.error .input-single {
  border: 2px solid #EB0000 !important; }

.date-cont .input-group {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  height: 50px; }
  .date-cont .input-group .header-label-wrap {
    position: absolute;
    top: 7px !important;
    left: 12px !important;
    line-height: 100%;
    color: #999999;
    font-size: 12px;
    z-index: 2; }
    .date-cont .input-group .header-label-wrap label {
      width: 100%;
      font-size: 12px;
      color: #999999; }

.date-cont .input-single.input-group .text {
  position: absolute;
  bottom: 0px;
  padding: 0 !important;
  height: 30px;
  border: none;
  font-size: 14px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  text-indent: 12px;
  color: #333; }

.date-cont .input-single.input-group:not(.disabled):not(.error).active .text, .date-cont .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.layer-header {
  z-index: 20; }

.new-header .frist-header {
  z-index: 21; }

.nav-rightmenu {
  z-index: 21; }

.city-select-box {
  position: absolute;
  width: 720px;
  border: 1px solid #ccc;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px; }
  .city-select-box .box-hd {
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#FAFAFA));
    background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #FAFAFA 100%);
    background-image: linear-gradient(-180deg, #FDFDFD 0%, #FAFAFA 100%); }
    .city-select-box .box-hd .close-box {
      float: right;
      margin: 12px 15px 0 0;
      color: #757575;
      font-size: 12px; }
      .city-select-box .box-hd .close-box:hover {
        color: #EB0000; }
  .city-select-box .box-list {
    padding: 10px 25px;
    height: 260px;
    overflow: auto; }
    .city-select-box .box-list dl {
      margin-bottom: 10px; }
    .city-select-box .box-list dt {
      font-size: 16px;
      color: #8c2346;
      line-height: 35px;
      font-weight: bold;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
    .city-select-box .box-list dd {
      line-height: 30px;
      cursor: pointer;
      margin-bottom: 0; }
      .city-select-box .box-list dd:hover, .city-select-box .box-list dd:focus {
        color: #EB0000; }
  .city-select-box .no-city {
    text-align: center; }
    .city-select-box .no-city img {
      display: block;
      margin: 35px auto; }
  .city-select-box .col-item {
    float: left;
    width: 33%; }
  @media screen and (max-width: 989px) {
    .city-select-box {
      width: 480px; }
      .city-select-box .col-item {
        width: 50%; } }
  @media screen and (max-width: 767px) {
    .city-select-box {
      width: 90%; }
      .city-select-box .col-item {
        width: 100%; } }

.foot-cookie-wrappar {
  position: fixed;
  z-index: 599;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-color: rgba(51, 51, 51, 0.8);
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 20px;
  text-align: left; }
  .foot-cookie-wrappar .container .cookie-content {
    display: table-cell;
    vertical-align: middle; }
  .foot-cookie-wrappar .container .cookie-inline {
    display: table;
    width: 100%; }
  .foot-cookie-wrappar .txt-mid {
    text-align: center; }
  @media screen and (max-width: 767px) {
    .foot-cookie-wrappar {
      padding: 10px 5px; } }
  .foot-cookie-wrappar .button-wrap {
    display: table-cell;
    vertical-align: middle;
    width: 82px;
    text-align: right; }
  .foot-cookie-wrappar .cookie-btn {
    margin-left: 16px;
    padding: 0 8px;
    font-size: 14px;
    background: #FFF;
    border-radius: 5px;
    color: #EB0000;
    text-align: center;
    line-height: 20px;
    white-space: nowrap; }
    .foot-cookie-wrappar .cookie-btn:hover, .foot-cookie-wrappar .cookie-btn:focus {
      color: #FFF;
      background-color: #EB0000; }

.super-header-height {
  height: 60px; }
  @media screen and (max-width: 767px) {
    .super-header-height {
      height: 46px; } }

.super-simple-header {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0; }
  @media screen and (max-width: 989px) {
    .super-simple-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #9c304d, #D9272E, #D9272E);
      background: linear-gradient(45deg, #9c304d, #D9272E, #D9272E); } }
  @media screen and (max-width: 767px) {
    .super-simple-header {
      background: #D9272E;
      background: -webkit-linear-gradient(135deg, #9c304d, #D9272E, #D9272E);
      height: 46px; } }
  @media screen and (min-width: 989px) {
    .super-simple-header .panel {
      width: 950px;
      margin: 0 auto;
      padding: 0 !important; } }
  @media screen and (min-width: 767px) {
    .super-simple-header .panel {
      padding-left: 20px;
      padding-right: 20px;
      height: 60px; } }
  @media screen and (max-width: 767px) {
    .super-simple-header .panel {
      padding-left: 20px;
      padding-right: 20px; } }
  .super-simple-header .panel .logo {
    display: inline-block;
    margin-top: 16px; }
    @media screen and (max-width: 767px) {
      .super-simple-header .panel .logo {
        margin-top: 9px; } }
  .super-simple-header .header-right {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .super-simple-header .header-right {
        margin-top: 13px; } }
    .super-simple-header .header-right .mysign {
      position: relative;
      top: 2px;
      color: #FFF;
      cursor: pointer; }
    .super-simple-header .header-right .nav-a {
      font-size: 14px;
      color: #FFF; }
      .super-simple-header .header-right .nav-a:hover {
        text-decoration: underline; }
      .super-simple-header .header-right .nav-a:focus {
        text-decoration: underline; }
  .super-simple-header .icon-language {
    margin-right: 6px; }
  .super-simple-header .skip {
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 12px;
    opacity: 0;
    color: #333;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #cfcfcf;
            box-shadow: 0 0 10px #cfcfcf; }
    .super-simple-header .skip:focus {
      opacity: 1; }

.logo-img {
  width: 219px;
  height: 32px; }
  @media screen and (max-width: 767px) {
    .logo-img {
      width: 187px;
      height: 27px; } }

.new-banner {
  position: relative;
  overflow: hidden; }
  .new-banner .banner-bg {
    width: 100%; }
  .new-banner .banner-wrap {
    position: absolute;
    top: 50%;
    margin-top: -109px;
    width: 100%; }
  .new-banner .wrap-con {
    position: relative;
    z-index: 3;
    width: 440px;
    height: 218px;
    padding: 20px 20px 10px;
    background: #D9272E;
    color: #fff;
    overflow: hidden; }
    .new-banner .wrap-con .tlt {
      font-size: 1.3rem;
      font-weight: bold; }
      .new-banner .wrap-con .tlt .icon-position {
        vertical-align: -.1rem;
        margin-right: .25rem; }
      @media screen and (max-width: 767px) {
        .new-banner .wrap-con .tlt {
          font-size: 20px; } }

.banner-group .pad-bg, .banner-group .phone-bg {
  display: none; }

.banner-multiple .pad-bg, .banner-multiple .phone-bg {
  display: none; }

@media screen and (max-width: 989px) {
  .new-banner .banner-wrap {
    position: relative;
    width: 100%;
    margin-top: 0;
    background: #d9272e; }
  .new-banner .wrap-con {
    width: 100%;
    height: auto;
    padding: 1rem 0; }
    .new-banner .wrap-con .txt {
      height: auto;
      overflow: auto;
      font-size: 14px; } }

@media screen and (max-width: 989px) {
  .banner-multiple .banner-bg {
    display: none; }
  .banner-multiple .pad-bg {
    display: block; } }

@media screen and (max-width: 767px) {
  .banner-group .banner-bg, .banner-group .pad-bg {
    display: none; }
  .banner-group .phone-bg {
    display: block; }
  .banner-multiple .banner-bg, .banner-multiple .pad-bg {
    display: none; }
  .banner-multiple .phone-bg {
    display: block; } }

.new-header .second-header .float-left {
  float: left; }

.new-header .second-header .float-right {
  float: right; }

.new-header .second-header .cl {
  clear: both; }

.new-header .second-header .skip {
  margin-left: 20px; }

@media (min-width: 768px) and (max-width: 1265px) {
  .new-header .second-header .col-lg-2-5 {
    float: right !important; } }

@media (min-width: 1265px) {
  .new-header .second-header .col-lg-1 {
    width: 8.33333%; }
  .new-header .second-header .col-lg-2 {
    width: 16.66667%; }
  .new-header .second-header .col-lg-2-5 {
    width: 19%;
    margin-right: 0 !important; }
  .new-header .second-header .col-lg-3 {
    width: 25%; }
  .new-header .second-header .col-lg-4 {
    width: 33.33333%; }
  .new-header .second-header .col-lg-4-5 {
    width: 38.33333%; }
  .new-header .second-header .col-lg-5 {
    width: 41.66667%; }
  .new-header .second-header .col-lg-6 {
    width: 50%; }
  .new-header .second-header .col-lg-7 {
    width: 58.33333%; }
  .new-header .second-header .col-lg-8 {
    width: 66.66667%; }
  .new-header .second-header .col-lg-9 {
    width: 75%; }
  .new-header .second-header .col-lg-10 {
    width: 83.33333%; }
  .new-header .second-header .col-lg-11 {
    width: 91.66667%; }
  .new-header .second-header .col-lg-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1265px) {
  .new-header .second-header .col-md-1 {
    width: 8.33333%; }
  .new-header .second-header .col-md-2 {
    width: 16.66667%; }
  .new-header .second-header .col-md-3 {
    width: 25%; }
  .new-header .second-header .col-md-4 {
    width: 33.33333%; }
  .new-header .second-header .col-md-5 {
    width: 41.66667%; }
  .new-header .second-header .col-md-6 {
    width: 50%; }
  .new-header .second-header .col-md-7 {
    width: 58.33333%; }
  .new-header .second-header .col-md-8 {
    width: 66.66667%; }
  .new-header .second-header .col-md-9 {
    width: 75%; }
  .new-header .second-header .col-md-10 {
    width: 83.33333%; }
  .new-header .second-header .col-md-11 {
    width: 91.66667%; }
  .new-header .second-header .col-md-12 {
    width: 100%; } }

@media (min-width: 375px) and (max-width: 768px) {
  .new-header .second-header .col-xs-1 {
    width: 8.33333%; }
  .new-header .second-header .col-xs-2 {
    width: 16.66667%; }
  .new-header .second-header .col-xs-3 {
    width: 25%; }
  .new-header .second-header .col-xs-4 {
    width: 33.33333%; }
  .new-header .second-header .col-xs-5 {
    width: 41.66667%; }
  .new-header .second-header .col-xs-6 {
    width: 50%; }
  .new-header .second-header .col-xs-7 {
    width: 58.33333%; }
  .new-header .second-header .col-xs-8 {
    width: 66.66667%; }
  .new-header .second-header .col-xs-9 {
    width: 75%; }
  .new-header .second-header .col-xs-10 {
    width: 83.33333%; }
  .new-header .second-header .col-xs-11 {
    width: 91.66667%; }
  .new-header .second-header .col-xs-12 {
    width: 100%; } }

.new-header .second-header {
  background: #D9272E;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
  background: linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
  position: fixed;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 0; }
  @media screen and (max-width: 1265px) {
    .new-header .second-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
      background: linear-gradient(45deg, #D9272E, #D9272E, #9c304d); } }
  @media screen and (max-width: 768px) {
    .new-header .second-header {
      background: #D9272E;
      background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #9c304d);
      background: linear-gradient(45deg, #D9272E, #D9272E, #9c304d); } }
  @media screen and (min-width: 1400px) {
    .new-header .second-header .panel {
      width: 1360px;
      margin: 0 auto;
      padding: 0 !important; } }
  @media screen and (min-width: 768px) and (max-width: 1265px) {
    .new-header .second-header .panel {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .new-header .second-header .panel {
      padding: 0; } }
  .new-header .second-header .panel .logo {
    display: inline-block;
    margin-top: 0px; }
    @media screen and (max-width: 1265px) {
      .new-header .second-header .panel .logo {
        margin-top: 16px; } }
  .new-header .second-header .nav-left {
    background: #ffffff; }
    .new-header .second-header .nav-left .nav-left-item {
      margin-left: 20px;
      height: 60px;
      line-height: 60px; }
      .new-header .second-header .nav-left .nav-left-item .nav-lefta {
        position: relative;
        font-size: 16px;
        color: #333; }
        .new-header .second-header .nav-left .nav-left-item .nav-lefta:after {
          display: none;
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          border-left: 9px solid transparent;
          border-right: 9px solid transparent;
          border-bottom: 12px solid #efefef;
          bottom: -19px;
          left: 50%;
          margin-left: -.4rem; }
        .new-header .second-header .nav-left .nav-left-item .nav-lefta:hover {
          text-decoration: underline; }
      .new-header .second-header .nav-left .nav-left-item .nav-left-menu {
        position: absolute;
        left: 0;
        width: 100%;
        display: none;
        background: #FFF;
        z-index: 11;
        -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
                box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
    .new-header .second-header .nav-left .on .nav-lefta {
      color: #EB0000; }
      .new-header .second-header .nav-left .on .nav-lefta:after {
        display: block; }
  @media screen and (max-width: 1265px) {
    .new-header .second-header .header-right .nav-right {
      width: 100%; } }
  .new-header .second-header .header-right .nav-right .bg-li1 {
    width: 20px;
    height: 60px;
    background: url(/webfile/static/img/bg-left2.png) no-repeat;
    background-size: 20px 60px; }
  .new-header .second-header .header-right .nav-right .bg-li2 {
    width: 20px;
    height: 60px;
    background: url(/webfile/static/img/bg-right2.png) no-repeat;
    background-size: 20px 60px; }
  .new-header .second-header .header-right .nav-right .nav-right-li {
    background: none; }
    .new-header .second-header .header-right .nav-right .nav-right-li:nth-child(2) {
      padding: 0 20px; }
      @media screen and (max-width: 1265px) {
        .new-header .second-header .header-right .nav-right .nav-right-li:nth-child(2) {
          padding: 0; } }
    .new-header .second-header .header-right .nav-right .nav-right-li:nth-child(3) {
      padding: 0; }
      @media screen and (max-width: 1265px) {
        .new-header .second-header .header-right .nav-right .nav-right-li:nth-child(3) {
          padding: 0; } }
    .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
      position: relative;
      height: 60px;
      line-height: 60px;
      color: #ffffff; }
      .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:hover, .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:focus {
        text-decoration: underline; }
      .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:after {
        display: none;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 12px solid #efefef;
        bottom: -19px;
        left: 50%;
        margin-left: -.4rem; }
    .new-header .second-header .header-right .nav-right .nav-right-li .on {
      text-decoration: underline; }
      .new-header .second-header .header-right .nav-right .nav-right-li .on:after {
        display: block; }
  .new-header .second-header .header-right .nav-right .nav-icon-li-icon {
    display: none; }
  .new-header .second-header .header-right .nav-right .mr0 {
    margin-right: 0; }
  .new-header .second-header .header-right .nav-icon {
    margin-top: 18px; }
    .new-header .second-header .header-right .nav-icon .nav-icon-li {
      margin-right: 10px; }
      .new-header .second-header .header-right .nav-icon .nav-icon-li:first-child {
        margin-left: 18px; }
      .new-header .second-header .header-right .nav-icon .nav-icon-li:after {
        position: relative;
        left: 2px;
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        background-color: #FFF; }
      .new-header .second-header .header-right .nav-icon .nav-icon-li:last-child:after {
        display: none; }
      .new-header .second-header .header-right .nav-icon .nav-icon-li .mysign {
        position: relative;
        top: 2px;
        color: #FFF;
        cursor: pointer; }
      .new-header .second-header .header-right .nav-icon .nav-icon-li .nav-a {
        font-size: 14px;
        color: #FFF; }
        .new-header .second-header .header-right .nav-icon .nav-icon-li .nav-a:hover {
          text-decoration: underline; }
        .new-header .second-header .header-right .nav-icon .nav-icon-li .nav-a:focus {
          text-decoration: underline; }
      .new-header .second-header .header-right .nav-icon .nav-icon-li .obline {
        font-size: 14px;
        color: #FFF; }
    .new-header .second-header .header-right .nav-icon .icon-login, .new-header .second-header .header-right .nav-icon .icon-language {
      margin-right: 6px; }

@media screen and (max-width: 1265px) {
  .new-header .second-header .logo {
    display: none !important; }
  .new-header .second-header .nav-left {
    display: none !important; }
  .new-header .second-header .rad-img {
    display: none !important; }
  .new-header .second-header .bg-li1 {
    display: none !important; }
  .new-header .second-header .bg-li2 {
    display: none !important; }
  .new-header .second-header .nav-icon {
    display: none !important; }
  .new-header .second-header .panel {
    height: auto; } }

.second-header .logo-img, .second-header .logo-img2 {
  height: 60px; }

.second-header .pad-top {
  display: none; }
  @media screen and (max-width: 1265px) {
    .second-header .pad-top {
      display: block; }
      .second-header .pad-top .logo {
        display: block !important; }
        .second-header .pad-top .logo .logo-img {
          width: 160px;
          height: 32px; } }
      @media screen and (max-width: 1265px) and (max-width: 768px) {
        .second-header .pad-top .logo .logo-img {
          width: 140px;
          height: 28px; } }
          
@media screen and (max-width: 1266px) {
  .second-header .pad-top .icon-menu {
    position: relative;
    top: 20px;
    color: #FFF;
    cursor: pointer; }
  .second-header .pad-top .contact-us-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    margin-right: 20px;
    font-size: 14px;
    color: #FFF;
    background-color: #A0304B;
    cursor: pointer;
    margin-top: 16px;
    border-radius: 16px; }
  .second-header .pad-top .contact-us-box .logo-contact-us-img {
    width: 32px;
    height: 32px; }
  .second-header .pad-top .contact-us-box .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 10px; } }
        
  @media screen and (max-width: 768px) {
    .second-header .pad-top {
      padding: 0 20px; } }

@media screen and (max-width: 1265px) {
  .new-header .second-header .header-right {
    width: 100%;
    float: none; }
    .new-header .second-header .header-right .nav-right {
      position: relative;
      background: none;
      float: none; }
      .new-header .second-header .header-right .nav-right .nav-right-li {
        margin-right: 0;
        width: 31%;
        padding-right: 0;
        background: none; }
        .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
          height: 46px;
          line-height: 46px;
          color: #FFF; }
          .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:hover {
            color: #FFF;
            text-decoration: underline; }
          .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta:after {
            bottom: -14px; } }
        @media screen and (max-width: 1265px) and (max-width: 1265px) {
          .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
            color: #ffffff !important; } }
        @media screen and (max-width: 1265px) and (max-width: 768px) {
          .new-header .second-header .header-right .nav-right .nav-right-li .nav-righta {
            font-size: 13px;
            height: 40px;
            line-height: 40px; } }

@media screen and (max-width: 1265px) {
      .new-header .second-header .header-right .nav-right .tl {
        text-align: left; }
      .new-header .second-header .header-right .nav-right .tc {
        text-align: center; }
      .new-header .second-header .header-right .nav-right .tr {
        text-align: right; } }
      @media screen and (max-width: 1265px) and (max-width: 768px) {
        .new-header .second-header .header-right .nav-right .tr {
          text-align: center; } }

@media screen and (max-width: 1265px) {
      .new-header .second-header .header-right .nav-right .nav-icon-li-icon {
        display: block;
        width: 7%; }
        .new-header .second-header .header-right .nav-right .nav-icon-li-icon > i {
          position: absolute;
          right: 0;
          top: 13px;
          display: block;
          color: #FFF; } }
        @media screen and (max-width: 1265px) and (max-width: 768px) {
          .new-header .second-header .header-right .nav-right .nav-icon-li-icon > i {
            right: 20px; } }

@media screen and (max-width: 1265px) {
    .new-header .second-header .header-right .nav-icon {
      float: left; } }

@media screen and (max-width: 768px) {
  .new-header .second-header .header-right .nav-right {
    padding-left: 20px; } }

.second-header .nav-left-menu {
  padding-top: 30px; }
  .second-header .nav-left-menu .left-menu {
    width: 950px;
    margin: 0 auto;
    line-height: 100%; }
    .second-header .nav-left-menu .left-menu .menubox {
      display: inline-block;
      padding-bottom: 24px; }
      .second-header .nav-left-menu .left-menu .menubox .second-menu {
        padding-right: 34px;
        font-size: 16px;
        color: #333333; }
        .second-header .nav-left-menu .left-menu .menubox .second-menu .second-menu-bor {
          height: 40px;
          border-bottom: 1px solid #cccccc;
          font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
          font-weight: bold; }
      .second-header .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li {
        padding-right: 20px;
        width: 234px;
        padding-top: 12px;
        padding-bottom: 12px; }
        .second-header .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a {
          font-size: 14px;
          color: #555555; }
          .second-header .nav-left-menu .left-menu .menubox .three-menu .three-menu-ul .three-menu-li .three-menu-a:hover {
            color: #D9272E; }
      .second-header .nav-left-menu .left-menu .menubox .other-menu {
        display: block;
        width: 232px;
        margin-right: 24px; }
        .second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-img {
          width: 100%;
          height: 130px; }
        .second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont {
          padding: 10px 15px;
          -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
                  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
          .second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t1 {
            font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
            font-weight: bold;
            margin-bottom: 9px;
            font-size: 18px;
            color: #333333;
            line-height: 27px; }
          .second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 {
            position: relative; }
            .second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .other-menu-t2-text {
              display: inline-block;
              width: 175px;
              height: 45px;
              font-size: 14px;
              color: #555555;
              letter-spacing: 0;
              line-height: 21px;
              overflow: hidden; }
            .second-header .nav-left-menu .left-menu .menubox .other-menu .other-menu-cont .other-menu-t2 .href {
              position: absolute;
              right: -4px;
              bottom: 2px;
              display: block;
              width: 24px;
              height: 24px;
              text-align: center;
              border-radius: 22px;
              background: #EB0000;
              color: #FFF;
              font-size: 14px;
              line-height: 24px; }
    .second-header .nav-left-menu .left-menu .menubox-auto {
      float: left;
      height: auto; }
  .second-header .nav-left-menu .left-menu-other {
    width: 970px; }

.second-header .nav-rightmenu {
  display: none;
  position: absolute;
  left: -485px;
  width: 970px;
  margin-left: 50%;
  text-align: left;
  z-index: 11; }
  @media screen and (max-width: 1265px) {
    .second-header .nav-rightmenu {
      width: 100%;
      left: -50%; } }
  .second-header .nav-rightmenu .nav-rightmenu-ct {
    max-width: 970px;
    padding: 20px 30px;
    padding-top: 3px;
    margin: 0 auto;
    background: #fafafa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 4px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 768px) {
      .second-header .nav-rightmenu .nav-rightmenu-ct {
        padding-top: 15px; } }
    .second-header .nav-rightmenu .nav-rightmenu-ct .close {
      position: relative;
      height: 16px;
      top: 10px; }
      @media screen and (max-width: 768px) {
        .second-header .nav-rightmenu .nav-rightmenu-ct .close {
          position: absolute;
          right: 30px;
          top: 20px; } }
      .second-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
        position: absolute;
        right: 0;
        color: #757575;
        font-size: 14px;
        cursor: pointer; }
        @media screen and (max-width: 1265px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
            font-size: 14px; } }
        @media screen and (max-width: 768px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .close .myxx {
            font-size: 12px; } }
    .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop {
      margin-bottom: 20px; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn, .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
        display: inline-block;
        width: 120px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border: none;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 13px;
        background: #d4d4d4;
        color: #333333; }
        @media screen and (max-width: 768px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btn, .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .tab-btna {
            width: 100px;
            font-size: 12px; } }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tabtop .btn-on {
        background: #8c2346;
        color: #FFF; }
    .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont {
      display: none; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
        position: relative;
        margin-right: 14px;
        padding: 0; }
        @media screen and (min-width: 768px) and (max-width: 1265px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
            margin-right: 0;
            width: 49%;
            margin-bottom: 12px; }
            .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(even) {
              float: right !important; }
            .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox:nth-child(odd) {
              clear: both; } }
        @media screen and (max-width: 768px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox {
            margin-bottom: 12px; } }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .btn-red {
          width: 100%;
          padding-left: 12px;
          padding-right: 12px; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .tab-ipt {
          width: 100%;
          height: 50px;
          padding-left: 12px;
          padding-top: 18px;
          border: 1px solid #d4d4d4;
          outline: none;
          border-radius: 5px;
          font-size: 14px;
          line-height: 29px;
          font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
          color: #333; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips {
          position: absolute;
          top: 15px;
          left: 13px;
          color: #999999;
          font-size: 14px;
          margin-bottom: 0; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .ipt-tips-small {
          position: absolute;
          top: 7px;
          left: 12px;
          color: #999999;
          font-size: 12px; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-text {
          display: none; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error .tab-ipt {
          border: 2px solid #EB0000; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox .error-tips {
          font-size: 14px; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .tab-iptbox.error {
        height: 74px; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .fix-title {
        position: absolute;
        left: 13px;
        top: 0;
        padding-top: 19px;
        height: 50px;
        font-size: 14px;
        line-height: 29px;
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
        color: #333333; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .input-fix .tab-ipt {
        padding-left: 32px; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .cell-error .error-text {
        display: block;
        padding-top: 4px;
        color: #EB0000;
        font-size: 14px; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
        display: none;
        margin-top: 6px;
        width: 78%;
        padding-left: 12px;
        height: 30px;
        line-height: 30px;
        background: #F8F1F4;
        font-size: 14px; }
        @media screen and (max-width: 1265px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .second-header .nav-rightmenu .nav-rightmenu-ct .tab-contbox .tabcont .validate-tips {
            height: auto; } }
    .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
      padding-left: 0;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips {
          font-size: 12px; } }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a {
        margin-left: 20px;
        color: #EB0000;
        text-decoration: underline;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold; }
        .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips .tabtips-a:hover {
          color: #ae0000; }
    .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check {
      width: 95%;
      margin-top: 0; }
      .second-header .nav-rightmenu .nav-rightmenu-ct .tabtips-check span {
        margin-right: 20px; }

.second-header .new-icon-mesaage {
  position: relative;
  top: 1px !important; }
  .second-header .new-icon-mesaage:after {
    display: none !important;
    border: none !important; }

.second-header .nav-msg-li > .icon-mesaage {
  position: relative;
  display: inline-block;
  width: 16px;
  margin-right: 4px; }
  @media screen and (max-width: 1265px) {
    .second-header .nav-msg-li > .icon-mesaage {
      margin-right: 0; } }
  .second-header .nav-msg-li > .icon-mesaage:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #fafafa;
    bottom: -21px;
    left: -7%; }
    @media screen and (max-width: 1265px) {
      .second-header .nav-msg-li > .icon-mesaage:after {
        bottom: -19px; } }
    @media screen and (max-width: 768px) {
      .second-header .nav-msg-li > .icon-mesaage:after {
        bottom: -14px; } }
  .second-header .nav-msg-li > .icon-mesaage .msg-num-top {
    display: none;
    position: absolute;
    right: -7px;
    top: -8px;
    width: 16px;
    height: 16px;
    background: #7A0000;
    font-size: 12px;
    border-radius: 16px;
    text-align: center;
    line-height: 16px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 1265px) {
      .second-header .nav-msg-li > .icon-mesaage .msg-num-top {
        right: -8px; } }

.second-header .nav-msg-li .icon-mesaage-no:after {
  display: none; }

.second-header .nav-msg-li .msg-cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 10; }
  @media screen and (max-width: 1265px) {
    .second-header .nav-msg-li .msg-cont {
      top: 46px; } }
  @media screen and (max-width: 768px) {
    .second-header .nav-msg-li .msg-cont {
      top: 40px; } }
  .second-header .nav-msg-li .msg-cont .msg {
    position: relative;
    width: 970px;
    padding: 8px 20px;
    margin: 0 auto;
    background: #fafafa;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: inset 0 3px 8px 0 rgba(0, 0, 0, 0.08), 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 1265px) {
      .second-header .nav-msg-li .msg-cont .msg {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .second-header .nav-msg-li .msg-cont .msg {
        padding: 3px 20px; } }
    .second-header .nav-msg-li .msg-cont .msg .msg-left {
      position: relative;
      padding-right: 20px; }
      .second-header .nav-msg-li .msg-cont .msg .msg-left:after {
        position: absolute;
        right: 0;
        top: 6px;
        display: inline-block;
        content: '';
        width: 1px;
        height: 12px;
        background-color: #cccccc; }
        @media screen and (max-width: 768px) {
          .second-header .nav-msg-li .msg-cont .msg .msg-left:after {
            display: none; } }
      .second-header .nav-msg-li .msg-cont .msg .msg-left .mysign {
        color: #D9272E; }
      .second-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
        @media screen and (max-width: 768px) {
          .second-header .nav-msg-li .msg-cont .msg .msg-left .msg-num {
            display: none; } }
      .second-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
        font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }
        @media screen and (max-width: 768px) {
          .second-header .nav-msg-li .msg-cont .msg .msg-left .msg-t1 {
            font-size: 14px; } }
    .second-header .nav-msg-li .msg-cont .msg .msg-right {
      position: relative;
      padding-left: 20px; }
      @media screen and (max-width: 1265px) {
        .second-header .nav-msg-li .msg-cont .msg .msg-right {
          min-width: 70%; } }
      @media screen and (max-width: 768px) {
        .second-header .nav-msg-li .msg-cont .msg .msg-right {
          display: none; } }
      .second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
        position: absolute;
        left: 20px;
        z-index: 0;
        width: 700px;
        display: inline-block;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
        @media screen and (max-width: 1265px) {
          .second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a {
            width: 100%; } }
        .second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-text {
          color: #333333;
          display: inline-block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 90%; }
        .second-header .nav-msg-li .msg-cont .msg .msg-right .msg-a .msg-jian {
          position: relative;
          top: -6px; }
      .second-header .nav-msg-li .msg-cont .msg .msg-right .msg-on {
        z-index: 10;
        opacity: 1 !important;
        -webkit-transition: opacity 0.3s ease-in-out 0.3s;
        transition: opacity 0.3s ease-in-out 0.3s; }
    .second-header .nav-msg-li .msg-cont .msg .msg-xx {
      position: absolute;
      right: 20px; }
      @media screen and (max-width: 1265px) {
        .second-header .nav-msg-li .msg-cont .msg .msg-xx {
          top: 10px; } }
      @media screen and (max-width: 768px) {
        .second-header .nav-msg-li .msg-cont .msg .msg-xx {
          top: 4px; } }
      .second-header .nav-msg-li .msg-cont .msg .msg-xx .xxx {
        color: #757575;
        font-size: 14px;
        cursor: pointer; }

.second-header .scroll-left-new {
  -ms-transform: translate(-12.5rem, 0);
  -webkit-transform: translate(-12.5rem, 0);
  transform: translate(-12.5rem, 0);
  -webkit-transition: .3s;
  transition: .3s; }

.rightside-menu li {
  line-height: 60px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-top: -1px; }
  @media screen and (max-width: 768px) {
    .rightside-menu li {
      line-height: 50px; } }

.rightside-menu.menuon {
  left: 0 !important;
  display: block !important; }

.rightside-menu {
  display: none;
  position: absolute;
  min-height: 100%;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 22;
  background-color: #FFF;
  border-left: 1px solid #d2d2d2;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #F5F5F5; }
  .rightside-menu .rightside-menu-xx {
    position: relative;
    height: 60px;
    line-height: 60px; }
    .rightside-menu .rightside-menu-xx .right-xx {
      position: absolute;
      top: 24px;
      right: 20px;
      color: #757575;
      font-size: 14px;
      cursor: pointer; }
  .rightside-menu .rightside-ul .rightside-one {
    position: relative;
    text-indent: 20px;
    border-bottom: none;
    font-size: 16px;
    background: #FFF; }
    @media screen and (max-width: 768px) {
      .rightside-menu .rightside-ul .rightside-one {
        font-size: 14px; } }
    .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
      position: absolute;
      right: 20px;
      top: 22px;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg); }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-ul .rightside-one .new-icon-expand {
          top: 20px; } }
    .rightside-menu .rightside-ul .rightside-one .new-icon-expand-on {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .rightside-menu .rightside-ul .rightside-one .rightside-ul-two {
      display: none; }
      .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
        position: relative;
        background: #F5F5F5;
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two {
            font-size: 14px; } }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .side-title {
          font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
          font-weight: bold; }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
          position: absolute;
          top: 21px;
          right: 20px; }
          @media screen and (max-width: 768px) {
            .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .new-icon-Add {
              top: 19px; } }
        .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three {
          display: none; }
          .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
            height: 50px;
            line-height: 50px;
            border-bottom: none; }
            @media screen and (max-width: 768px) {
              .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three {
                height: 40px;
                line-height: 40px; } }
            .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
              font-size: 14px; }
              .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a:hover {
                text-decoration: underline; }
              @media screen and (max-width: 768px) {
                .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .rightside-two .rightside-ul-three .rightside-three .rightside-three-a {
                  font-size: 12px; } }
      .rightside-menu .rightside-ul .rightside-one .rightside-ul-two .two-on {
        color: #555555; }
  .rightside-menu .rightside-ul .one-on {
    background: #EB0000;
    color: #FFF; }
  .rightside-menu .rightside-other {
    margin-top: 20px; }
    .rightside-menu .rightside-other .side-other {
      position: relative;
      height: 60px;
      text-indent: 20px;
      border-bottom: none;
      background: #FFF; }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-other .side-other {
          height: 50px;
          line-height: 50px; } }
      .rightside-menu .rightside-other .side-other .otheri1 {
        margin-right: 15px;
        font-size: 18px;
        color: #555555; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .otheri1 {
            font-size: 14px; } }
      .rightside-menu .rightside-other .side-other .side-other-a {
        font-size: 16px; }
        .rightside-menu .rightside-other .side-other .side-other-a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .side-other-a {
            font-size: 14px; } }
      .rightside-menu .rightside-other .side-other span {
        color: #333333;
        font-size: 14px; }
      .rightside-menu .rightside-other .side-other .otheri2 {
        position: absolute;
        right: 20px;
        top: 21px; }
        @media screen and (max-width: 768px) {
          .rightside-menu .rightside-other .side-other .otheri2 {
            font-size: 14px;
            top: 19px; } }
  .rightside-menu .rightside-lang {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .rightside-menu .rightside-lang {
        padding: 0 20px; } }
    .rightside-menu .rightside-lang .rightside-langbox {
      position: relative;
      color: #FFF;
      margin: 0 auto;
      width: 43%;
      height: 50px;
      background: #8c2346;
      border-radius: 50px;
      text-align: center;
      line-height: 50px; }
      @media screen and (max-width: 768px) {
        .rightside-menu .rightside-lang .rightside-langbox {
          width: 100%; } }
      .rightside-menu .rightside-lang .rightside-langbox .icon-Language {
        position: relative;
        top: 1px;
        right: 12px; }
      .rightside-menu .rightside-lang .rightside-langbox .icon-linePoint {
        position: absolute;
        right: 24px;
        top: 19px; }

.lion {
  background: #eb0000 !important;
  color: #FFF; }

.lion .rightside-two {
  color: #555555; }

.lion .new-icon-expand:before {
  content: "\e903"; }

.newheader-alert {
  display: none; }
  .newheader-alert .sorry-wrap {
    top: 10%; }
  .newheader-alert .page-fix-bg {
    z-index: 20;
    background: #333333;
    opacity: 0.2; }
  .newheader-alert .new-sorry-lang-btn {
    float: right;
    margin-top: 18px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
    line-height: 24px; }
    .newheader-alert .new-sorry-lang-btn .icon-Not-Available1 {
      margin-left: 10px;
      font-size: 14px; }
    .newheader-alert .new-sorry-lang-btn .icon {
      display: inline-block;
      vertical-align: bottom;
      line-height: 24px; }
  .newheader-alert .sorry-wrap {
    z-index: 99; }

.other-header .msg-cont {
  display: none; }

.other-header .nav-msg-li .icon-mesaage .msg-num-top {
  display: block; }

.other-menubox {
  width: 714px !important;
  float: left; }

.header-height-second {
  height: 60px; }
  @media screen and (max-width: 1265px) {
    .header-height-second {
      height: 94px; } }
  @media screen and (max-width: 768px) {
    .header-height-second {
      height: 84px; } }

.second-header .tab-citybox .input-group {
  -webkit-transition: none !important;
  transition: none !important;
  height: 50px; }

.second-header .tab-citybox .input-single {
  border: 1px solid #d4d4d4;
  background: #ffffff; }
  .second-header .tab-citybox .input-single .header-label-wrap {
    max-width: none;
    width: auto;
    position: absolute;
    top: 12px;
    left: 13px; }
    .second-header .tab-citybox .input-single .header-label-wrap label {
      width: 100%;
      vertical-align: baseline;
      color: #999999;
      font-size: 14px;
      display: inline-block; }
    .second-header .tab-citybox .input-single .header-label-wrap .title {
      font-size: 12px; }
  .second-header .tab-citybox .input-single .text {
    padding: 0;
    color: #333;
    font-size: 14px;
    border: none !important;
    height: 48px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif; }

.second-header .tab-citybox input-single.input-group:not(.disabled):not(.error).active .text, .second-header .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.second-header .tab-citybox .input-single.input-group:not(.disabled):not(.error).active .text, .second-header .tab-citybox .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  background: none !important; }

.second-header .tab-citybox .cell-error .input-single {
  border: 2px solid #EB0000; }

.second-header .header-country {
  padding-top: 18px !important;
  padding-left: 14px !important; }

.second-header .error .input-single {
  border: 2px solid #EB0000 !important; }

.second-header .date-cont .input-group {
  border: 1px solid #d4d4d4;
  background: #ffffff;
  height: 50px; }
  .second-header .date-cont .input-group .header-label-wrap {
    position: absolute;
    top: 7px !important;
    left: 12px !important;
    line-height: 100%;
    color: #999999;
    font-size: 12px;
    z-index: 2; }
    .second-header .date-cont .input-group .header-label-wrap label {
      width: 100%;
      font-size: 12px;
      color: #999999; }

.second-header .date-cont .input-single.input-group .text {
  position: absolute;
  bottom: 0px;
  padding: 0 !important;
  height: 30px;
  border: none;
  font-size: 14px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  text-indent: 12px;
  color: #333; }

.second-header .date-cont .input-single.input-group:not(.disabled):not(.error).active .text, .second-header .date-cont .input-single.input-group:not(:disabled):not(.disabled):hover .text {
  padding-left: 0;
  padding-right: 0;
  border-radius: 5px;
  background: white;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.layer-header {
  z-index: 20; }

.new-header .second-header {
  z-index: 21; }

.nav-rightmenu {
  z-index: 21; }

.second-header-left {
  float: left;
  height: 60px;
  background: #ffffff; }
  @media screen and (max-width: 1265px) {
    .second-header-left {
      display: none; } }

.panel-left {
  float: left;
  width: 45%;
  background: #ffffff; }
  @media screen and (max-width: 1265px) {
    .panel-left {
      display: none; } }
  .panel-left .white-red img {
    height: 60px; }

@media screen and (max-width: 1400px) {
  .logo-img-second {
    display: none !important; } }

.logo-img2 {
  display: none;
  height: 60px; }
  @media screen and (min-width: 1265px) and (max-width: 1400px) {
    .logo-img2 {
      display: block !important; } }

@media screen and (max-width: 1265px) {
  .header-juncture {
    display: none; } }

.a-red {
  color: #EB0000 !important; }

.black-header.second-header {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(#111));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, #111 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, #111 100%); }

.top-black .header-height {
  display: none; }

.management .row {
  margin-bottom: 10px; }
  .management .row label {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.management .btn {
  display: block;
  width: auto;
  background-color: #EB0000;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  color: #FFF; }
  .management .btn:hover {
    background-color: #b10000 !important;
    border-color: #b10000; }

.management .input-fix {
  position: relative; }
  .management .input-fix .fix-title {
    position: absolute;
    left: 10px;
    top: 13px;
    color: #000; }

.no-banner {
  padding: 30px 30px 10px;
  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); }
  .no-banner .btn {
    float: right;
    width: 335px;
    background-color: #EB0000;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    color: #FFF; }
    .no-banner .btn:hover {
      background-color: #b10000 !important;
      border-color: #b10000; }
  @media screen and (max-width: 989px) {
    .no-banner {
      padding-bottom: 0; } }

.message-left {
  float: left;
  width: 50%;
  min-height: 458px;
  padding: 20px 24px 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); }

.banner-right {
  position: relative;
  float: left;
  width: 50%; }
  .banner-right img {
    width: 100%; }

.banner-content {
  position: absolute;
  left: 24px;
  bottom: 20px;
  padding-right: 24px; }
  .banner-content .btn {
    padding: 6px 12px;
    width: 100px;
    max-width: 430px;
    overflow: hidden; }

.banner-content #content-text {
  display: inline;
  margin-bottom: 0;
  background-color: #333333;
  -webkit-box-shadow: 0.5rem 0 0 #333333, -0.5rem 0 0 #333333;
          box-shadow: 0.5rem 0 0 #333333, -0.5rem 0 0 #333333;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-size: 1.2rem;
  line-height: 32px;
  color: #FFF; }

.content-box {
  margin-bottom: 20px;
  padding-left: 10px;
  overflow-wrap: break-word; }

.input-prompt {
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
  color: #757575;
  letter-spacing: 0;
  line-height: 21px; }

.banner-group .pc, .banner-group .pc-01 {
  display: block; }

.banner-group .pad, .banner-group .pad-01, .banner-group .phone-01 {
  display: none; }

@media screen and (max-width: 989px) {
  .message-left, .banner-right {
    float: none;
    width: auto; }
  .message-left {
    padding: 30px 30px 0;
    min-height: auto; }
  .banner-right {
    margin-top: -10px; }
  .pad-show {
    left: 50%;
    margin-left: -167px;
    width: 335px;
    margin-bottom: 30px; }
  .banner-group .pc, .banner-group .pc-01 {
    display: none; }
  .banner-group .pad, .banner-group .pad-01 {
    display: block; }
  .input-prompt {
    max-height: initial; } }

@media screen and (max-width: 767px) {
  .message-left {
    padding: 30px 20px 0;
    min-height: auto; }
  .pad-show {
    left: auto;
    margin-left: auto;
    width: 100%; }
  .no-banner .btn {
    float: none;
    width: 100%; }
  .txt-bottom {
    font-size: 1rem;
    line-height: 26px; }
  .banner-group .pc, .banner-group .phone-01 {
    display: block; }
  .banner-group .pad, .banner-group .pad-01, .banner-group .pc-01 {
    display: none; } }

.flight-search-wrap {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .flight-search-wrap {
      margin-bottom: 20px; } }

.flight-search-area {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: white; }
  @media screen and (max-width: 767px) {
    .flight-search-area {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .flight-search-area .m-flight-search-tab {
        display: block; } }

.flight-search-tab {
  width: 100%;
  display: table;
  table-layout: fixed;
  background: #f2f2f2;
  border-radius: 8px 8px 0 0;
  overflow: hidden; }
  .flight-search-tab .item {
    display: table-cell;
    width: 25%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #333333; }
    .flight-search-tab .item + .item {
      border-left: 3px solid white; }
    .flight-search-tab .item:not(.item-flight):hover {
      background: #8c2346;
      color: white; }
      .flight-search-tab .item:not(.item-flight):hover .icon {
        color: white; }
  .flight-search-tab .name {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left; }
  .flight-search-tab .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    font-size: 20px;
    color: #757575; }
  .flight-search-tab .item-flight {
    position: relative; }
    .flight-search-tab .item-flight:after {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -10px;
      bottom: 0;
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 9px solid;
      color: white;
      display: none; }
  .flight-search-tab .active {
    background: #EB0000;
    color: white;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-weight: bold; }
    .flight-search-tab .active .icon {
      color: white; }
    .flight-search-tab .active.item-flight:after {
      display: block; }
  @media screen and (max-width: 767px) {
    .flight-search-tab {
      border-radius: 0; }
      .flight-search-tab .item {
        display: none;
        height: 40px;
        width: 100%;
        padding: 0 15px;
        text-align: left;
        font-size: 16px;
        line-height: 40px;
        white-space: nowrap; }
      .flight-search-tab .item-flight {
        display: block; }
        .flight-search-tab .item-flight:after {
          display: none !important; }
        .flight-search-tab .item-flight:before {
          content: "\e908";
          position: absolute;
          top: 0;
          right: 12px;
          font-family: 'icomoon' !important;
          font-size: 14px;
          line-height: 40px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .flight-search-tab .name {
        display: block;
        margin-right: 20px;
        padding-left: 0;
        white-space: nowrap;
        overflow: hidden; }
      .flight-search-tab .icon {
        position: static;
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: bottom;
        line-height: 40px;
        font-size: 18px; } }

.flight-search-content {
  position: relative;
  padding: 20px; }
  .flight-search-content .flight-search-address {
    margin-bottom: 12px; }
  .flight-search-content .btn-open-search {
    right: 20px;
    top: 37px; }
  .flight-search-content .btn-close-search, .flight-search-content .btn-open-search {
    position: absolute;
    z-index: 9; }
  .flight-search-content .btn-close-search {
    top: 15px;
    right: 15px;
    display: none; }
    .flight-search-content .btn-close-search:hover, .flight-search-content .btn-close-search.focus-visible:focus {
      color: #EB0000; }
  .flight-search-content .flight-search-links-wrap {
    padding-top: 18px; }
  .flight-search-content .flight-search-links-wrap.space {
    padding-top: 6px; }
  @media screen and (max-width: 767px) {
    .flight-search-content {
      padding: 15px 15px 7px; }
      .flight-search-content .btn-close-search {
        display: none !important; }
      .flight-search-content .btn-open-search {
        position: static;
        margin-top: 10px;
        width: 100%; }
        .flight-search-content .btn-open-search .icon {
          display: none; }
        .flight-search-content .btn-open-search .name {
          display: block;
          font-size: 14px; }
      .flight-search-content .flight-search-links-wrap.space {
        padding-top: 5px; }
      .flight-search-content .flight-search-links-wrap {
        padding-top: 15px; } }

.btn-open-search {
  padding-left: 0;
  padding-right: 0;
  width: 44px; }
  .btn-open-search .name {
    display: none; }

.btn-count-close, .btn-close-search {
  padding: 0;
  line-height: 0;
  border: none;
  font-size: 14px;
  color: #757575; }

.flight-search-inputs, .flight-search-address {
  margin-right: 80px; }
  .flight-search-inputs .item, .flight-search-address .item {
    padding-left: 64px;
    padding-right: 64px; }
  .flight-search-inputs .row-wrap, .flight-search-address .row-wrap {
    margin-left: -64px;
    margin-right: -64px; }
  @media screen and (max-width: 989px) {
    .flight-search-inputs, .flight-search-address {
      margin-right: 70px; }
      .flight-search-inputs .item, .flight-search-address .item {
        padding-left: 28px;
        padding-right: 28px; }
      .flight-search-inputs .row-wrap, .flight-search-address .row-wrap {
        margin-left: -28px;
        margin-right: -28px; } }
  @media screen and (max-width: 767px) {
    .flight-search-inputs, .flight-search-address {
      margin-right: 32px; } }

.flight-search-address {
  position: relative; }
  .flight-search-address .row-wrap .error-border {
    border: 2px solid #eb0000; }
  .flight-search-address .row-wrap .error-tips {
    position: absolute;
    left: 64px;
    top: 70px;
    font-size: 14px; }
  @media screen and (max-width: 989px) {
    .flight-search-address .row-wrap .error-tips {
      left: 28px; } }
  @media screen and (max-width: 767px) {
    .flight-search-address .row-wrap .item:last-child {
      padding-top: 8px; }
      .flight-search-address .row-wrap .item:last-child .error-tips {
        margin-top: 10px; } }
  .flight-search-address .btn-switch-address {
    position: absolute;
    top: 40%;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    z-index: 59; }
  @media screen and (max-width: 767px) {
    .flight-search-address .btn-switch-address {
      left: auto;
      bottom: auto;
      top: 47px;
      right: -32px;
      margin: 0;
      width: 32px;
      height: 32px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .flight-search-address .btn-switch-address .icon {
        line-height: 30px; } }

.btn-switch-address {
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center; }
  .btn-switch-address .icon {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 38px;
    color: #333333; }
  .btn-switch-address:focus, .btn-switch-address:hover {
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }

.item-one-way {
  line-height: 0; }

.btn-one-way {
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
  border: none;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  font-size: 12px;
  color: #555555;
  line-height: 15px; }
  .btn-one-way .ico {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    width: 25px;
    height: 15px;
    background: #cccccc;
    border-radius: 10px; }
    .btn-one-way .ico:before {
      content: "";
      position: absolute;
      top: 2px;
      left: 2px;
      width: 11px;
      height: 11px;
      border-radius: 8px;
      background: white; }
  .btn-one-way.active .ico {
    background: #EB0000; }
    .btn-one-way.active .ico:before {
      left: 12px; }

.flight-search-inputs {
  display: none; }
  .flight-search-inputs .item-btns {
    float: right;
    padding-top: 16px; }
    .flight-search-inputs .item-btns .row {
      margin-left: 0;
      margin-right: 0; }
    .flight-search-inputs .item-btns .small-item {
      padding-left: 0;
      padding-right: 0; }
    .flight-search-inputs .item-btns .btn-regular {
      width: 100%; }
  .flight-search-inputs .item:not(.item-one-way) {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .flight-search-inputs .item:not(.item-one-way) {
        margin-bottom: 10px; } }
  .flight-search-inputs .item-one-way {
    margin-bottom: 11px; }
  @media screen and (max-width: 767px) {
    .flight-search-inputs {
      margin-right: 0; }
      .flight-search-inputs .small-item-link {
        margin-bottom: 15px;
        text-align: center; }
      .flight-search-inputs .btn-flight-link {
        padding-top: 0; }
      .flight-search-inputs .item-btns {
        padding-top: 0; } }
  @media screen and (max-width: 989px) {
    .flight-search-inputs .bubble-info {
      width: 100%; } }

.btn-flight-link {
  display: inline-block;
  padding-top: 13px;
  line-height: 24px;
  font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
  color: #757575; }
  .btn-flight-link .name {
    margin-right: 10px;
    text-decoration: underline; }
  .btn-flight-link .icon {
    font-size: 12px; }
  .btn-flight-link:hover {
    color: #EB0000; }

.flight-search-links-wrap {
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (max-width: 767px) {
    .flight-search-links-wrap {
      margin-left: -4px;
      margin-right: -4px; } }

.flight-search-links {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border-collapse: separate \9; }
  .flight-search-links a {
    display: table-cell;
    width: 16.66%;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
    font-size: 12px;
    color: #555555;
    text-transform: capitalize;
    background: #F5F5F5;
    border-radius: 20px;
    border-radius: 10px\9;
    overflow: hidden;
    border: 10px solid #fff;
    padding: 15px 10px 12px;
    text-align: center; }

@-moz-document url-prefix() {
  .flight-search-links a {
    border-radius: 10px; } }
    .flight-search-links a:hover, .flight-search-links a.focus-visible:focus {
      color: white;
      background: #8c2346; }
      .flight-search-links a:hover .pic .img1, .flight-search-links a.focus-visible:focus .pic .img1 {
        display: none; }
      .flight-search-links a:hover .pic .img2, .flight-search-links a.focus-visible:focus .pic .img2 {
        display: inline; }
  .flight-search-links .pic {
    height: 32px;
    margin-bottom: 8px;
    overflow: hidden; }
    .flight-search-links .pic > img {
      width: 32px;
      max-width: 100%; }
    .flight-search-links .pic .img2 {
      display: none; }
  .flight-search-links .name {
    max-height: 36px;
    overflow-y: hidden; }
  @media screen and (max-width: 767px) {
    .flight-search-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .flight-search-links a {
        width: 33%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 8px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .flight-search-links a:before {
          left: 4px;
          right: 4px; } }

.passenger-count-wrap {
  display: none;
  position: absolute;
  left: 0;
  z-index: 59;
  top: 100%;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 5px 5px 0px 0px;
  width: 100%; }
  .passenger-count-wrap .close-wrap {
    height: 40px;
    padding: 0 20px 0;
    border-radius: 5px 5px 0px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#FAFAFA));
    background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #FAFAFA 100%);
    background-image: linear-gradient(-180deg, #FDFDFD 0%, #FAFAFA 100%); }
  .passenger-count-wrap .btn-count-close {
    float: right;
    margin-top: 14px;
    font-size: 12px; }
    .passenger-count-wrap .btn-count-close:hover, .passenger-count-wrap .btn-count-close.focus-visible:focus {
      color: #EB0000; }
  .passenger-count-wrap .passenger-count-list {
    margin: 0 20px; }

.passenger-count-list li {
  padding: 15px 0; }
  .passenger-count-list li::after {
    display: block;
    clear: both;
    content: ""; }
  .passenger-count-list li + li {
    border-top: 1px solid #E8E8E8; }

.passenger-count-list .name {
  float: left;
  font-size: 20px;
  color: #333333; }
  .passenger-count-list .name .limit {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #555555; }

.passenger-count-list .count-tools {
  float: right;
  padding-top: 12px; }

.count-tools {
  letter-spacing: -6px; }
  .count-tools .btn-base, .count-tools .number {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0; }
  .count-tools .btn-base {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 2px solid #EB0000; }
    .count-tools .btn-base:after, .count-tools .btn-base:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      background: #EB0000;
      border-radius: 2px; }
    .count-tools .btn-base:before {
      height: 2px;
      width: 16px;
      margin: -1px 0 0 -8px; }
    .count-tools .btn-base.disabled {
      border-color: #d4d4d4;
      cursor: default; }
      .count-tools .btn-base.disabled:after, .count-tools .btn-base.disabled:before {
        background: #d4d4d4; }
    .count-tools .btn-base:not(.disabled):hover, .count-tools .btn-base:not(.disabled):focus {
      border-color: #B10000; }
      .count-tools .btn-base:not(.disabled):hover:after, .count-tools .btn-base:not(.disabled):hover:before, .count-tools .btn-base:not(.disabled):focus:after, .count-tools .btn-base:not(.disabled):focus:before {
        background: #B10000; }
  .count-tools .btn-add:after {
    width: 2px;
    height: 16px;
    margin: -8px 0 0 -1px; }
  .count-tools .number {
    width: 56px;
    font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 32px; }
    .count-tools .number.zero {
      color: #999999; }

.m-flight-search-tab {
  padding-bottom: 15px;
  display: none; }
  .m-flight-search-tab a {
    display: block;
    position: relative;
    height: 40px;
    padding: 0 35px 0 15px;
    background: #f2f2f2;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden; }
    .m-flight-search-tab a:hover, .m-flight-search-tab a:focus {
      background: #8c2346;
      color: white; }
      .m-flight-search-tab a:hover .icon, .m-flight-search-tab a:hover .icon2, .m-flight-search-tab a:focus .icon, .m-flight-search-tab a:focus .icon2 {
        color: white; }
  .m-flight-search-tab li + li {
    margin-top: 3px; }
  .m-flight-search-tab .icon, .m-flight-search-tab .icon2 {
    line-height: 40px;
    color: #757575; }
  .m-flight-search-tab .icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
    font-size: 20px; }
  .m-flight-search-tab .icon2 {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 14px; }

.new-index-content .flight-search-area {
  position: relative;
  z-index: 9;
  margin-top: -49px; }

@media screen and (max-width: 767px) {
  .new-index-content .flight-search-area {
    margin-top: 0; } }

.new-index-wrap .travel-inspir {
  margin-top: 40px; }

.new-index-wrap .banner-bottom {
  margin-top: 60px;
  overflow: hidden; }
  .new-index-wrap .banner-bottom img {
    width: 100%; }

.new-index-wrap .arrow-list-wrap {
  padding-top: 40px; }

.new-index-wrap .btns-panle {
  padding: 30px 0 0; }

@media screen and (max-width: 989px) {
  .new-index-wrap .banner-bottom {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .new-index-wrap .banner-bottom {
    margin-top: 30px; }
  .new-index-wrap .arrow-list-wrap {
    padding-top: 20px; }
  .new-index-wrap .travel-inspir {
    margin-top: 20px; }
  .new-index-wrap .btns-panle {
    padding-top: 20px; }
  .new-index-wrap .flight-search-wrap {
    padding-left: 0;
    padding-right: 0; } }

.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; } }

.trip-extract {
  padding-top: 40px;
  margin-bottom: 40px; }
  .trip-extract .row {
    margin-left: 0;
    margin-right: 0; }
  .trip-extract .banner-wrap {
    height: 300px;
    width: auto; }
  .trip-extract .banner-bg {
    height: 252px; }
  .trip-extract .banner .wrap-con {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 73px; }
  .trip-extract .banner .trip-banner-ipad {
    display: none; }
  .trip-extract .banner .trip-banner-mobile {
    display: none; }
  .trip-extract .banner-wrap-modify .wrap-text {
    width: 534px;
    height: 200px;
    right: 26px;
    position: absolute; }
  .trip-extract .user-info {
    padding: 20px 23px 20px 23px;
    background: #FFF;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 30px; }
    .trip-extract .user-info .user-name {
      margin-top: 10px;
      margin-bottom: 10px; }
      .trip-extract .user-info .user-name span {
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        line-height: 24px;
        height: 24px;
        margin-bottom: 10px; }
      .trip-extract .user-info .user-name button {
        display: block;
        height: 50px; }
  .trip-extract .flight-info {
    border: 1px solid #d4d4d4;
    border-right: none; }
    .trip-extract .flight-info li {
      text-align: center;
      border-right: 1px solid #d4d4d4;
      cursor: pointer;
      height: 80px;
      padding-top: 25px; }
      .trip-extract .flight-info li:hover {
        color: #EB0000; }
      .trip-extract .flight-info li i {
        margin-right: 10px;
        font-size: 28px;
        vertical-align: middle; }
      .trip-extract .flight-info li a {
        display: block;
        width: 100%;
        height: 100%; }

.attention {
  background: #fafafa;
  padding: 40px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .attention {
      padding: 30px 0; } }
  .attention .page-title {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .attention .page-title {
        margin-bottom: 18px; } }
  .attention .info-board {
    background: #fafafa;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .attention p:last-child {
    margin-top: 10px; }
  .attention .view-more-box {
    display: none; }

.trip-info {
  padding-bottom: 30px; }
  .trip-info .page-title {
    margin-bottom: 10px; }
    @media screen and (max-width: 989px) {
      .trip-info .page-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .trip-info .page-title {
        margin-bottom: 18px; } }
  .trip-info .select-pc {
    display: none; }
  .trip-info .select-ipad {
    display: block; }
  .trip-info .icon-expand-modify::after {
    content: "\e905";
    font-size: 14px;
    position: absolute;
    right: 13px; }
  .trip-info .icon-collapse-modify::after {
    content: "\e903";
    font-size: 14px;
    position: absolute;
    right: 13px; }
  .trip-info .select-ipad .select-tab .select-item {
    height: 60px;
    line-height: 60px;
    padding: 0; }
    .trip-info .select-ipad .select-tab .select-item::after {
      top: 0; }
    .trip-info .select-ipad .select-tab .select-item button {
      text-align: left;
      padding-left: 18px;
      font-size: 16px;
      color: #555555;
      letter-spacing: 0;
      line-height: 24px; }
  .trip-info .select-ipad .select-tab .active button {
    color: #FFF; }
  .trip-info .select-panel {
    padding-top: 0; }
    .trip-info .select-panel ul {
      padding: 10px 7px 30px 7px; }
      @media screen and (max-width: 989px) {
        .trip-info .select-panel ul {
          padding: 10px 10px 30px 10px; } }

.affordable-trip {
  background: #fafafa;
  padding-bottom: 40px; }
  .affordable-trip .arrow-info-list {
    margin: 0; }

.trip-more {
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
  border-bottom: 1px solid #d4d4d4; }
  .trip-more .trip-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 299px; }
    .trip-more .trip-img-wrap img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      width: 100%;
      -webkit-transition: 600ms;
      transition: 600ms;
      height: 100%; }
    .trip-more .trip-img-wrap:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-transition: 600ms;
      transition: 600ms; }
  .trip-more .trip-img-info {
    position: absolute;
    height: 80px;
    bottom: 0;
    width: 100%;
    background: rgba(217, 39, 46, 0.91);
    color: #FFF;
    padding: 9px 20px; }
    .trip-more .trip-img-info button {
      position: absolute;
      color: #FFF;
      top: 18px;
      right: 20px;
      border-color: #FFF; }

.trip-footer {
  border-top: solid 1px #d4d4d4; }

.book-content {
  padding-top: 40px;
  padding-bottom: 100px;
  overflow: hidden;
  border-bottom: solid 1px #d3d3d3; }
  .book-content .info-message {
    background: #F8F1F4;
    padding: 1rem;
    color: #555555; }
  .book-content > div {
    margin: 0 auto;
    max-width: 970px;
    overflow: hidden; }
  .book-content a.btn {
    float: right;
    margin-top: 30px; }
  .book-content h2 {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-size: 26px;
    color: #333;
    letter-spacing: 0;
    line-height: 39px; }
  .book-content div.flight-panel {
    padding-top: 20px;
    padding: 14px 15px 17px 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border-top: solid 2px #8C2346;
    margin-top: 20px; }
    .book-content div.flight-panel p.flight-name i {
      margin-right: 10px;
      color: #8C2346; }
    .book-content div.flight-panel p.flight-name span {
      font-size: 18px; }
    .book-content div.flight-panel p.flight-address {
      float: left;
      max-width: 42%; }
    .book-content div.flight-panel .icon-rightPoint {
      float: left;
      margin: 8px 20px 0; }
    .book-content div.flight-panel p.flight-address i {
      margin: 7px 20px 0;
      display: inline-block;
      vertical-align: top; }
    .book-content div.flight-panel p.flight-address span {
      display: inline-block;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
      font-size: 20px;
      color: #333;
      letter-spacing: 0;
      line-height: 30px;
      vertical-align: top;
      word-break: break-all; }
    .book-content div.flight-panel p.flight-passager {
      margin: 10px 0; }
    .book-content div.flight-panel p.flight-passager i {
      margin-right: 10px; }
    .book-content div.flight-panel p.flight-passager span {
      margin-right: 10px;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
      font-size: 16px;
      color: #333;
      letter-spacing: 0;
      line-height: 24px; }

@media screen and (max-width: 989px) {
  .trip-extract {
    margin-bottom: 17px; }
    .trip-extract .banner-wrap {
      height: auto; }
    .trip-extract .banner .trip-banner-ipad {
      display: block; }
    .trip-extract .banner .trip-banner-pc {
      display: none; }
    .trip-extract .flight-info {
      border: 1px solid #d4d4d4;
      border-right: none; }
      .trip-extract .flight-info li {
        text-align: center;
        line-height: inherit;
        height: 112px;
        padding-top: 0; }
        .trip-extract .flight-info li a {
          padding-top: 26px; }
        .trip-extract .flight-info li i {
          display: block;
          font-size: 25px;
          margin-bottom: 7px; }
    .trip-extract .banner-wrap-modify .wrap-text {
      position: relative;
      right: 0; }
    .trip-extract .user-info .user-name button {
      width: 100%; }
    .trip-extract .user-info {
      margin-bottom: 19px; }
  .attention {
    margin-bottom: 40px; }
    .attention .info-board .section {
      margin-bottom: 10px; }
      .attention .info-board .section h3 {
        margin-bottom: 20px; }
  .trip-info .online-title {
    margin-bottom: 20px; }
  .affordable-trip {
    padding-bottom: 20px; }
  .book-content div.flight-panel:nth-child(1) {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .trip-extract {
    padding-top: 20px; }
    .trip-extract .user-info .user-name .user-space {
      display: none; }
    .trip-extract .banner .trip-banner-ipad {
      display: none; }
    .trip-extract .banner .trip-banner-mobile {
      display: block; }
    .trip-extract .flight-info {
      border: 1px solid #d4d4d4;
      border-bottom: none;
      border-right: none; }
      .trip-extract .flight-info li {
        text-align: center;
        border-bottom: 1px solid #d4d4d4; }
  .attention {
    padding-bottom: 30px; }
    .attention .view-more-box {
      display: block; }
    .attention .mobile-part-hide {
      font-size: 14px;
      max-height: 108px;
      margin-bottom: 20px;
      -webkit-line-clamp: 3; }
    .attention .extra-txt {
      font-size: 14px;
      line-height: 21px; }
  .trip-info {
    padding-bottom: 20px; }
    .trip-info .online-title {
      margin-bottom: 18px; }
    .trip-info .select-panel ul {
      padding-top: 0;
      padding-bottom: 20px; }
  .affordable-trip {
    padding-bottom: 10px; }
  .trip-more {
    padding-top: 30px; }
    .trip-more .trip-img-wrap {
      height: 299px; }
  .trip-more .trip-img-wrap img {
    height: 100%; } }

@media screen and (max-width: 612px) {
  .trip-more .trip-img-wrap {
    height: auto; }
  .trip-more .trip-img-info {
    position: relative;
    left: 0;
    height: inherit;
    padding: 20px;
    overflow: hidden; }
    .trip-more .trip-img-info h3 {
      font-size: 18px;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
    .trip-more .trip-img-info p {
      font-size: 14px; }
    .trip-more .trip-img-info button {
      display: block;
      position: relative;
      margin: 0 auto;
      margin-top: 12px;
      top: auto;
      right: auto;
      float: right; }
  .trip-more .trip-img-wrap img {
    height: 191px; }
  .trip-more {
    padding-bottom: 82px; }
  .trip-info .select-ipad .select-tab .select-item button {
    padding-right: 30px;
    font-family: OpenSans; } }

.trip-banner .pic {
  height: 247px;
  overflow: hidden; }
  @media screen and (max-width: 989px) {
    .trip-banner .pic {
      height: 234px; } }
  @media screen and (max-width: 767px) {
    .trip-banner .pic {
      height: 165px; } }
  .trip-banner .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .trip-banner .pic .pad {
    display: none; }
    @media screen and (max-width: 989px) {
      .trip-banner .pic .pad {
        display: block; } }
    @media screen and (max-width: 767px) {
      .trip-banner .pic .pad {
        display: none; } }
  .trip-banner .pic .mo {
    display: none; }
    @media screen and (max-width: 767px) {
      .trip-banner .pic .mo {
        display: block; } }
  @media screen and (max-width: 989px) {
    .trip-banner .pic .pc {
      display: none; } }

.trip-header .login, .trip-header .search, .trip-header .sub-menu {
  display: none; }

.trip-header .menu-accord .accord-item {
  display: none; }

.trip-header .home-link {
  clear: both; }

.trip-header .menu-search {
  margin-top: 2rem; }

@media screen and (max-width: 767px) {
  .trip-header .register {
    margin-left: 0.7rem; }
    .trip-header .register i {
      display: none; } }

.muti-banner-wrappar .muti-banner-image {
  height: 423px; }
  @media screen and (max-width: 989px) {
    .muti-banner-wrappar .muti-banner-image {
      height: 270px; } }
  @media screen and (max-width: 767px) {
    .muti-banner-wrappar .muti-banner-image {
      height: 190px; } }
  .muti-banner-wrappar .muti-banner-image img {
    width: 100%;
    height: 100%; }

.other-banner .wrap-con .tlt {
  max-height: 39px;
  overflow: hidden; }

.value-added-title {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 26px;
  color: #333;
  letter-spacing: 0;
  line-height: 39px;
  padding-bottom: 10px; }

.board-box {
  padding-top: 30px;
  background: #FAFAFA;
  margin-bottom: 40px; }
  @media screen and (max-width: 989px) {
    .board-box {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .board-box {
      padding-bottom: 0; } }
  .board-box.board-controll .board-item {
    display: block; }
    @media screen and (max-width: 989px) {
      .board-box.board-controll .board-item {
        height: 250px; } }
    @media screen and (max-width: 767px) {
      .board-box.board-controll .board-item {
        height: auto; } }
  .board-box .board-item {
    height: 250px;
    margin-bottom: 20px; }
    @media screen and (max-width: 989px) {
      .board-box .board-item {
        display: none; }
        .board-box .board-item:nth-child(-n+4) {
          display: block;
          height: 250px; } }
    @media screen and (max-width: 767px) {
      .board-box .board-item {
        display: none; }
        .board-box .board-item:nth-child(-n+4) {
          display: block;
          height: auto; } }
    .board-box .board-item .image-box {
      float: left;
      width: 50%;
      height: 100%;
      overflow: hidden; }
      @media screen and (max-width: 989px) {
        .board-box .board-item .image-box {
          width: 40%;
          height: 100%; } }
      @media screen and (max-width: 767px) {
        .board-box .board-item .image-box {
          width: 100%;
          float: none; } }
      .board-box .board-item .image-box img {
        position: relative;
        height: 100%;
        width: 100%; }
        @media screen and (max-width: 989px) {
          .board-box .board-item .image-box img {
            width: auto;
            height: 100%;
            left: 50%;
            margin-left: -238px; } }
        @media screen and (max-width: 767px) {
          .board-box .board-item .image-box img {
            width: 100%;
            height: 100%;
            left: 1%;
            margin-left: -5px; } }
    .board-box .board-item .image-caption {
      position: relative;
      float: left;
      width: 50%;
      height: 100%;
      padding: 20px 20px 0 20px;
      background: #FFFFFF; }
      @media screen and (max-width: 989px) {
        .board-box .board-item .image-caption {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .board-box .board-item .image-caption {
          width: 100%;
          height: auto; } }
      .board-box .board-item .image-caption:before {
        content: "";
        z-index: 9;
        position: absolute;
        right: 100%;
        top: 50%;
        margin-top: -16px;
        width: 0;
        height: 0;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        border-right: 24px solid;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .board-box .board-item .image-caption:before {
            display: none; } }
      .board-box .board-item .image-caption .title {
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: 20px;
        color: #333;
        letter-spacing: 0;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden; }
        @media screen and (max-width: 989px) {
          .board-box .board-item .image-caption .title {
            font-size: 18px;
            line-height: 27px;
            max-height: 54px;
            overflow: hidden; } }
      .board-box .board-item .image-caption .text {
        font-size: 16px;
        color: #555555;
        letter-spacing: 0;
        line-height: 24px;
        max-height: 96px;
        overflow: hidden; }
        @media screen and (max-width: 989px) {
          .board-box .board-item .image-caption .text {
            font-size: 14px;
            line-height: 21px;
            max-height: 84px;
            overflow: hidden; } }
      .board-box .board-item .image-caption .btn-more-box {
        text-align: center; }
        .board-box .board-item .image-caption .btn-more-box .btn {
          position: absolute;
          bottom: 20px;
          right: 20px; }
          @media screen and (max-width: 767px) {
            .board-box .board-item .image-caption .btn-more-box .btn {
              bottom: 0;
              position: relative;
              width: 240px;
              margin-bottom: 20px;
              margin-top: 16px;
              right: 0; } }
  .board-box .last-item {
    margin-bottom: 30px; }
  .board-box .btn-box {
    display: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px; }
    .board-box .btn-box .btn {
      width: 146px; }
    .board-box .btn-box .btn-flod {
      display: none; }
    .board-box .btn-box i {
      font-size: 10px;
      margin-left: 10px; }

.travel-recommand.reset-more-info {
  padding-bottom: 80px;
  margin-bottom: 0; }
  @media screen and (max-width: 989px) {
    .travel-recommand.reset-more-info {
      padding-bottom: 60px; }
      .travel-recommand.reset-more-info .btn {
        margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .travel-recommand.reset-more-info {
      padding-bottom: 40px; }
      .travel-recommand.reset-more-info .btn {
        margin-top: 20px; } }

.split-line {
  border-bottom: 1px solid #d2d2d2; }

.pad-btm {
  padding-bottom: 0; }

.content-bg {
  background-color: #fafafa; }

.img-show {
  padding-top: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .img-show {
      padding-top: 20px;
      margin-bottom: 20px; } }
  .img-show .banner-container {
    width: 964px;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 auto; }
    @media screen and (max-width: 989px) {
      .img-show .banner-container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .img-show .banner-container {
        padding-left: 10px;
        padding-right: 10px; } }
  .img-show .img-wcm {
    width: 100%; }

.full-screen {
  padding-top: 0; }
  .full-screen .banner-container {
    width: 100%;
    padding: 0; }

.seat-describe {
  margin-bottom: 30px; }
  .seat-describe .extra-title {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 39px;
    font-size: 26px;
    color: #333;
    word-break: break-word; }
    @media screen and (max-width: 989px) {
      .seat-describe .extra-title {
        line-height: 36px;
        font-size: 24px; } }
  .seat-describe .btn-txt {
    display: none;
    width: 108px;
    margin: 20px auto 30px; }
    .seat-describe .btn-txt .icon {
      margin-left: 10px;
      font-size: 10px; }
  @media screen and (max-width: 767px) {
    .seat-describe {
      margin-bottom: 20px; }
      .seat-describe .restrict {
        max-height: 144px;
        overflow: hidden; } }

.extra-wrap .extra-fee {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #333; }
  @media screen and (max-width: 767px) {
    .extra-wrap .extra-fee {
      font-size: 22px;
      margin-bottom: 18px; } }

.extra-wrap .btn-book-wid {
  display: block;
  width: 335px;
  margin: 40px auto 34px; }
  @media screen and (max-width: 989px) {
    .extra-wrap .btn-book-wid {
      margin: 30px auto 40px; } }
  @media screen and (max-width: 767px) {
    .extra-wrap .btn-book-wid {
      margin: 30px auto; } }

.table-title {
  line-height: 39px;
  font-size: 26px;
  color: #333;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .table-title {
      line-height: 36px;
      font-size: 24px; } }

.remove-line {
  border: none; }

.legroom-seat .tb-bottom {
  margin-bottom: 20px; }

.legroom-seat .txt-bottom {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .legroom-seat .txt-bottom {
      margin-bottom: 10px; } }

.legroom-seat .text {
  line-height: 24px;
  font-size: 16px;
  color: #555555; }
  @media screen and (max-width: 767px) {
    .legroom-seat .text {
      font-size: 14px; } }
  .legroom-seat .text a {
    font-weight: bold;
    color: #EB0000;
    text-decoration: underline; }
    .legroom-seat .text a:hover {
      color: #B10000; }
  @media screen and (max-width: 767px) {
    .legroom-seat .text .extra-txt {
      font-size: 14px; } }

@media screen and (max-width: 989px) {
  .info-wrap {
    display: none; }
    .info-wrap:nth-child(-n+4) {
      display: block; } }

.travel-recommand {
  margin-bottom: 10px;
  text-align: center; }
  .travel-recommand .info-title {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    margin-bottom: 20px;
    line-height: 39px;
    font-weight: bold;
    font-size: 26px;
    text-align: left;
    color: #333; }
    @media screen and (max-width: 767px) {
      .travel-recommand .info-title {
        font-size: 22px;
        margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .travel-recommand .info-wrap {
      display: none; }
      .travel-recommand .info-wrap:nth-child(-n+3) {
        display: block; } }
  .travel-recommand .img-controll .info-wrap {
    display: block; }
  .travel-recommand .img-cls {
    position: relative;
    display: block;
    overflow: hidden; }
    .travel-recommand .img-cls img {
      -webkit-transition: all .5s ease-in;
      transition: all .5s ease-in; }
      @media screen and (max-width: 989px) {
        .travel-recommand .img-cls img {
          width: 100%;
          height: auto; } }
      @media screen and (min-width: 990px) {
        .travel-recommand .img-cls img {
          position: absolute;
          left: 50%;
          margin-left: -177px; } }
    .travel-recommand .img-cls:hover img, .travel-recommand .img-cls.focus-visible:focus img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .travel-recommand .img-cls:hover .caption, .travel-recommand .img-cls.focus-visible:focus .caption {
      background-color: rgba(12, 0, 27, 0.9); }
  @media screen and (min-width: 990px) {
    .travel-recommand .imgsrc {
      position: relative;
      height: 200px; } }
  .travel-recommand .info-wrap {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .travel-recommand .info-wrap {
        margin-bottom: 10px; } }
  .travel-recommand .caption {
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 6px 10px;
    background: rgba(12, 0, 27, 0.7); }
    .travel-recommand .caption .title {
      display: table-cell;
      vertical-align: middle; }
    .travel-recommand .caption .info-name {
      max-height: 48px;
      overflow: hidden;
      text-align: left;
      font-weight: bold;
      color: #fff; }
      @media screen and (max-width: 989px) {
        .travel-recommand .caption .info-name {
          font-size: 14px;
          line-height: 24px; } }
  .travel-recommand .recommend-btn {
    display: none; }
    @media screen and (max-width: 989px) {
      .travel-recommand .recommend-btn {
        width: 146px;
        margin: 20px auto 30px; } }
    .travel-recommand .recommend-btn .icon {
      font-size: 10px;
      margin-left: 10px; }
  .travel-recommand .recommend-fold {
    display: none; }
  .travel-recommand .btn-show {
    display: block; }
  .travel-recommand .btn-hide {
    display: none; }

@media screen and (max-width: 767px) {
  .notice-wrap {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center; } }

.notice-wrap .info-board {
  text-align: left; }
  .notice-wrap .info-board .section .bd {
    overflow: hidden;
    overflow-x: auto; }
    .notice-wrap .info-board .section .bd a {
      text-decoration: underline;
      font-weight: bold;
      color: #D20000; }
      .notice-wrap .info-board .section .bd a:hover {
        color: #A10000; }
    .notice-wrap .info-board .section .bd ul {
      padding: 10px 7px 10px 7px; }
      .notice-wrap .info-board .section .bd ul li {
        position: relative;
        font-size: 16px;
        color: #555555;
        letter-spacing: 0;
        line-height: 24px;
        padding-left: 8px; }
        .notice-wrap .info-board .section .bd ul li:before {
          position: absolute;
          content: "";
          width: 4px;
          height: 4px;
          background: #555555;
          border-radius: 50%;
          display: inline-block;
          margin-bottom: 4px;
          margin-right: 6px;
          top: 10px;
          left: -6px; }
    .notice-wrap .info-board .section .bd p {
      font-size: 16px;
      color: #555555;
      letter-spacing: 0;
      line-height: 24px; }
    .notice-wrap .info-board .section .bd ol {
      padding: 10px 0 10px 32px; }
      .notice-wrap .info-board .section .bd ol li {
        list-style: inherit;
        font-size: 16px;
        color: #555555;
        letter-spacing: 0;
        line-height: 24px;
        padding-left: 5px; }
    .notice-wrap .info-board .section .bd table {
      width: 100%;
      color: #333; }
      .notice-wrap .info-board .section .bd table tr:first-child td {
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
      .notice-wrap .info-board .section .bd table td {
        padding: 20px;
        border: 1px solid #E1E1E1; }

.notice-wrap .btn-pos {
  float: right;
  margin: 30px auto 30px; }
  @media screen and (max-width: 767px) {
    .notice-wrap .btn-pos {
      float: none;
      margin: 20px auto 20px; } }

@media screen and (max-width: 767px) {
  .detail-table-wrap .detail-table {
    margin-bottom: 30px; } }

.trip-info {
  padding-bottom: 30px; }
  .trip-info .select-tab .select-panel {
    padding: 10px 7px 30px 10px;
    overflow: hidden;
    overflow-x: auto; }
    .trip-info .select-tab .select-panel a {
      text-decoration: underline;
      font-weight: bold;
      color: #EB0000; }
      .trip-info .select-tab .select-panel a:hover {
        color: #B10000; }
    .trip-info .select-tab .select-panel ol {
      padding: 10px 0 10px 32px; }
      .trip-info .select-tab .select-panel ol li {
        list-style: inherit;
        font-size: 16px;
        color: #555555;
        letter-spacing: 0;
        line-height: 24px;
        padding-left: 5px; }
    .trip-info .select-tab .select-panel ul {
      padding-bottom: 10px; }
    .trip-info .select-tab .select-panel p {
      font-size: 16px;
      color: #555555;
      letter-spacing: 0;
      line-height: 24px; }
    .trip-info .select-tab .select-panel table {
      width: 100%;
      color: #333;
      margin: 10px 0; }
      .trip-info .select-tab .select-panel table tr:first-child td {
        background-color: #f5f5f5;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
      .trip-info .select-tab .select-panel table td {
        padding: 20px;
        border: 1px solid #E1E1E1; }
  @media screen and (max-width: 767px) {
    .trip-info {
      padding-bottom: 20px; } }

.detail-table th {
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-weight: bold; }

.table-style {
  padding-left: 5px;
  overflow-x: scroll; }
  .table-style table {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #333333; }
    .table-style table td {
      line-height: 24px;
      padding: 20px;
      border: 1px solid #E1E1E1; }
      .table-style table td a {
        font-weight: bold;
        color: #EB0000;
        text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .table-style table td {
          font-size: 14px;
          line-height: 21px; } }
    @media screen and (max-width: 989px) {
      .table-style table td {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 620px) {
      .table-style table {
        width: 600px;
        font-size: 14px; }
        .table-style table td {
          padding: 10px; } }
    .table-style 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 {
          font-size: 16px; } }

.table-display .detail-table-wrap > p {
  line-height: 24px;
  font-size: 16px;
  color: #555555; }
  @media screen and (max-width: 767px) {
    .table-display .detail-table-wrap > p {
      font-size: 14px;
      line-height: 21px; } }
  .table-display .detail-table-wrap > p a {
    font-weight: bold;
    color: #EB0000;
    text-decoration: underline; }

.table-display .detail-table-wrap ul {
  padding: 10px 7px 10px 7px; }
  .table-display .detail-table-wrap ul li {
    position: relative;
    font-size: 16px;
    color: #555555;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 8px; }
    .table-display .detail-table-wrap ul li:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      background: #555555;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 4px;
      margin-right: 6px;
      top: 10px;
      left: -6px; }

.table-display .detail-table-wrap ol {
  padding: 10px 0 10px 32px; }
  .table-display .detail-table-wrap ol li {
    list-style: inherit;
    font-size: 16px;
    color: #555555;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px; }
    .table-display .detail-table-wrap ol li a {
      text-decoration: underline;
      font-weight: bold;
      color: #EB0000; }
      .table-display .detail-table-wrap ol li a:hover {
        color: #B10000; }

@media screen and (max-width: 620px) {
  .table-display .detail-table-wrap p:nth-last-child(1) {
    margin-bottom: 20px; } }

.table-display .detail-table-wrap a:hover {
  color: #B10000; }

.extra-card .fee-txt > p {
  line-height: 24px;
  font-size: 16px;
  color: #555555; }
  @media screen and (max-width: 767px) {
    .extra-card .fee-txt > p {
      font-size: 14px;
      line-height: 21px; } }
  .extra-card .fee-txt > p a {
    font-weight: bold;
    color: #EB0000;
    text-decoration: underline; }

.extra-card .fee-txt ul {
  padding: 10px 7px 10px 7px; }
  .extra-card .fee-txt ul li {
    position: relative;
    font-size: 16px;
    color: #555555;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 8px; }
    .extra-card .fee-txt ul li:before {
      position: absolute;
      content: "";
      width: 4px;
      height: 4px;
      background: #555555;
      border-radius: 50%;
      display: inline-block;
      margin-bottom: 4px;
      margin-right: 6px;
      top: 10px;
      left: -6px; }

.extra-card .fee-txt ol {
  padding: 10px 0 10px 32px; }
  .extra-card .fee-txt ol li {
    list-style: inherit;
    font-size: 16px;
    color: #555555;
    letter-spacing: 0;
    line-height: 24px;
    padding-left: 5px; }
    .extra-card .fee-txt ol li a {
      text-decoration: underline;
      font-weight: bold;
      color: #EB0000; }
      .extra-card .fee-txt ol li a:hover {
        color: #B10000; }

@media screen and (max-width: 620px) {
  .extra-card .fee-txt p:nth-last-child(1) {
    margin-bottom: 20px; } }

.extra-card .fee-txt a:hover {
  color: #B10000; }

.no-href {
  cursor: auto; }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0; }

.service-mmb {
  padding-top: 40px; }
  .service-mmb .tips {
    margin-bottom: 20px;
    font-size: 16px;
    color: #757575;
    line-height: 24px; }
  .service-mmb .mB40 {
    margin-bottom: 40px; }
  .service-mmb .mB30 {
    margin-bottom: 30px; }
  @media screen and (max-width: 989px) {
    .service-mmb .tips {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .service-mmb {
      padding-top: 20px; }
      .service-mmb .tips {
        margin-bottom: 20px; }
      .service-mmb .trip-title {
        margin-bottom: 10px; } }

.page-bg {
  background-color: #FAFAFA; }

.booking-box {
  margin-bottom: 80px; }
  .booking-box .book-title {
    font-size: 24px;
    line-height: 36px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    color: #333333; }
  @media screen and (max-width: 989px) {
    .booking-box {
      margin-bottom: 60px; }
      .booking-box .tips {
        margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .booking-box .tips {
      margin-bottom: 10px; } }

.management-msg {
  font-size: 16px;
  color: #757575;
  line-height: 24px; }

.management-trip {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .management-trip {
      margin-bottom: 20px; } }
  .management-trip .trip-title {
    margin-bottom: 20px;
    line-height: 36px;
    color: #333333;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.add-sever {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .add-sever {
      margin-bottom: 30px; } }

.flight-page-wrap {
  position: relative;
  overflow: hidden; }
  .flight-page-wrap .flight-search-wrap {
    padding-top: 20px;
    padding-bottom: 20px; }

.page-mmb-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-mmb-bg img {
    width: 100%; }

.flight-search-inputs {
  display: block;
  margin-right: auto; }
  .flight-search-inputs .item:not(.item-one-way) {
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .flight-search-inputs .item:not(.item-one-way) {
        margin-bottom: 10px; } }

.flight-search-content {
  padding: 20px 40px 1px 40px; }

.search-tip {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #757575;
  line-height: 24px; }

.flight-search-address {
  margin-right: auto; }
  .flight-search-address .btn-switch-address {
    z-index: 1; }

.flight-search-tab .item {
  display: block;
  text-align: left;
  margin-left: 10px;
  padding-left: 30px; }
  @media screen and (max-width: 767px) {
    .flight-search-tab .item {
      padding-left: 15px; } }

.banner-wrap-page {
  margin-bottom: 40px;
  padding: 0 40px 40px 40px; }

.wrap-phone {
  margin-top: -30px; }

.has-banner .flight-search-area {
  border-radius: 8px 8px 0 0; }

.has-banner .flight-search-wrap {
  padding-bottom: 0; }

.has-banner .flight-wrap-bottom {
  border-radius: 0 0 8px 8px;
  background-color: #FFF; }

.flight-search-tab .item:not(.item-flight):hover {
  background: transparent;
  color: initial; }
  .flight-search-tab .item:not(.item-flight):hover .icon {
    color: #757575; }

.prompt-bubble-sigh .content-wrap {
  max-height: 330px;
  overflow-y: auto; }

.management-trip .error-tips {
  font-size: 14px; }

.management .tip-wrap {
  margin-bottom: 15px; }

.management .input-prompt {
  margin-bottom: 5px; }
.error-tips-area {
  position: relative;
  display: block;
  margin: 5px;
  border: 2px solid #e2383f;
  color: #e2383f;
  padding: 15px 15px 15px 60px; }

.error-tips-area > .error-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -15px;
  border: 16px solid transparent;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: #e2383f;
  border-bottom-width: 28px;
  border-top-width: 1px; }

.error-tips-area > .error-icon .inner {
  position: absolute;
  top: 7px;
  left: 0;
  width: 30px;
  text-align: center;
  margin-left: -15px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em; }
  
.contact-us-bottom-popup, .overlay {
  display: none; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8001; }

.contact-us-bottom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-color: white;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 8002;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
.contact-us-bottom-popup .list {
  list-style: none;
  padding: 0;
  margin: 0; }
.contact-us-bottom-popup .list .contact-us-item {
  position: relative;
  line-height: 60px;
  text-indent: 20px;
  border-bottom: none;
  border-top: 1px solid #d4d4d4;
  background: #F5F5F5; }
@media screen and (max-width: 768px) {
  .contact-us-bottom-popup .list .contact-us-item {
    height: 50px;
    line-height: 50px; } }
.contact-us-bottom-popup .list .contact-us-item .contact-us-icon {
  margin-right: 15px;
  font-size: 18px;
  color: #555555; }
@media screen and (max-width: 768px) {
  .contact-us-bottom-popup .list .contact-us-item .contact-us-icon {
    font-size: 14px; } }
.contact-us-bottom-popup .list .contact-us-item .side-other-a {
  font-size: 16px; }
.contact-us-bottom-popup .list .contact-us-item .side-other-a:hover {
  text-decoration: underline; }
@media screen and (max-width: 768px) {
  .contact-us-bottom-popup .list .contact-us-item .side-other-a {
    font-size: 14px; } }
.contact-us-bottom-popup .list .contact-us-item span {
  color: #333333;
  font-size: 14px; }
.contact-us-bottom-popup .list .contact-us-item .otheri2 {
  position: absolute;
  right: 20px;
  top: 21px; }
@media screen and (max-width: 768px) {
  .contact-us-bottom-popup .list .contact-us-item .otheri2 {
    font-size: 14px;
    top: 19px; } }

.contact-us-bottom-popup.show {
  display: block;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }  

/*# sourceMappingURL=../maps/style.css.map */
