@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/images/tc-noresult.png"); }

.layer-error .layer-content .ico {
  background-image: url("/webfile/static/images/tc-error.png"); }

.layer-success .layer-content .ico {
  background-image: url("/webfile/static/images/tc-success.png"); }

.layer-tips .layer-content .ico {
  background-image: url("/webfile/static/images/tc-tips.png"); }

.layer-explain .layer-content {
  padding-top: 30px; }
  .layer-explain .layer-content .text {
    text-align: left; }

.checkbox-group {
  cursor: pointer; }
  .checkbox-group .checkbox {
    position: relative;
    width: .9rem;
    height: .9rem;
    margin-right: .5rem; }
    .checkbox-group .checkbox input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: Alpha(opacity=0); }
    .checkbox-group .checkbox .icon {
      float: left;
      margin-top: .15rem;
      width: .9rem;
      height: .9rem;
      line-height: .85rem;
      font-size: .6rem;
      border: 1px solid #cccccc;
      border-radius: .1rem;
      text-align: center; }
      .checkbox-group .checkbox .icon.focus-style {
        outline: 2px solid #333333; }
    .checkbox-group .checkbox .icon-click:before {
      content: ""; }
  .checkbox-group.checked .checkbox .icon {
    background: #8c2346;
    border-color: #8c2346;
    color: #fff; }
  .checkbox-group.checked .checkbox .icon-click:before {
    content: "\e916"; }
  .checkbox-group.disabled .checkbox .icon {
    background: #f2f2f2;
    border-color: #f2f2f2; }

/* ========================================================================
 * HX: adge  v1.0.0  通用输入框
 * Author: dyy
 * ========================================================================
 * Copyright 2019-~ Travelsky ICED
 * response adge compoment
 * ======================================================================== */
.badge {
  width: 100%;
  padding: .75rem;
  border-radius: .25rem; }
  .badge h5, .badge h6 {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-size: .8rem; }
  .badge-info {
    background: #F8F1F4; }
  .badge-warn {
    background: #FCF7E7; }
  .badge-error {
    background: #F8F1F4;
    color: #EB0000; }
  .badge-suc {
    background: #EBF8F3;
    color: #008222; }

.radio-group {
  cursor: pointer; }
  .radio-group .radio {
    position: relative;
    width: .6rem;
    height: .6rem;
    margin-right: .5rem; }
    .radio-group .radio input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: Alpha(opacity=0); }
    .radio-group .radio .radio-icon {
      float: left;
      margin-top: .35rem;
      width: .6rem;
      height: .6rem;
      line-height: .55rem;
      font-size: .6rem;
      border: 1px solid #cccccc;
      border-radius: 50%;
      text-align: center; }
  .radio-group.checked .radio .radio-icon {
    border-color: #EB0000; }
    .radio-group.checked .radio .radio-icon:before {
      content: "";
      width: .4rem;
      height: .4rem;
      background: #EB0000;
      display: block;
      border-radius: 50%;
      margin: 1px auto; }

.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/images/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/images/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; }

.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; } }

.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; } }

.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%; } }

.booking-trip.show-phone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 8080;
  padding: 24px 16px; }
  .booking-trip.show-phone .book-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.booking-trip .book-title {
  display: none; }

.booking-trip .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.2rem; }

.booking-trip .close-box {
  border: none; }

.address-wrap .booking-trip {
  float: left; }

@media screen and (max-width: 989px) {
  .address-wrap .booking-trip {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 767px) {
  .address-wrap .booking-trip {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: block; } }

.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/images/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/images/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: 1265px) {
      .second-header .pad-top .icon-menu {
        position: relative;
        top: 20px;
        color: #FFF;
        cursor: pointer; } }
  @media screen and (max-width: 768px) {
    .second-header .pad-top {
      padding: 0 20px; } }

@media screen and (max-width: 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; }

.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; } }

@media screen and (max-width: 767px) {
  .travel-info-list {
    font-size: 14px; } }

.travel-info-list > li {
  border-radius: 2px 2px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
  .travel-info-list > li + li {
    margin-top: 20px; }

.travel-info-list .info-wrap {
  background: #D9272E;
  padding: 20px;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #972159);
  background: linear-gradient(45deg, #D9272E, #D9272E, #972159);
  color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .travel-info-list .info-wrap {
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .travel-info-list .info-wrap .name {
    float: left;
    width: 225px;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .travel-info-list .info-wrap .name {
        width: 120px;
        padding-right: 10px; } }
    .travel-info-list .info-wrap .name .icon {
      float: left;
      margin: 4px 10px 0 0;
      font-size: 20px; }
      @media screen and (max-width: 767px) {
        .travel-info-list .info-wrap .name .icon {
          margin-top: 1px; } }
    .travel-info-list .info-wrap .name p {
      overflow: hidden; }
      .travel-info-list .info-wrap .name p span {
        display: block;
        margin-bottom: 6px;
        font-size: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .travel-info-list .info-wrap .name p span {
            font-size: 14px; } }
  .travel-info-list .info-wrap .arrive {
    float: left; }
    @media screen and (max-width: 767px) {
      .travel-info-list .info-wrap .arrive {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .travel-info-list .info-wrap .arrive p {
      float: left;
      width: 190px;
      padding-right: 10px; }
      @media screen and (max-width: 767px) {
        .travel-info-list .info-wrap .arrive p {
          width: 100%;
          padding-right: 0; } }
      .travel-info-list .info-wrap .arrive p span {
        display: block;
        margin-bottom: 6px;
        font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
    .travel-info-list .info-wrap .arrive .icon {
      float: left;
      margin: 4px 40px 0 0; }
      @media screen and (max-width: 767px) {
        .travel-info-list .info-wrap .arrive .icon {
          margin: 9px 0; } }

.travel-info-list .user-info {
  padding: 20px; }
  @media screen and (max-width: 767px) {
    .travel-info-list .user-info {
      padding: 10px; } }

.travel-info-list .user-info-item {
  border: 1px solid #cccccc;
  color: #555555; }
  .travel-info-list .user-info-item + .user-info-item {
    margin-top: 20px; }

.travel-info-list .user-base, .travel-info-list .user-ticket {
  padding-left: 16px;
  padding-right: 16px; }
  .travel-info-list .user-base::after, .travel-info-list .user-ticket::after {
    display: block;
    clear: both;
    content: ""; }

.travel-info-list .icon {
  display: inline-block;
  vertical-align: bottom; }

.travel-info-list .fl-r {
  float: right; }

.travel-info-list .user-base {
  padding-top: 13px;
  padding-bottom: 13px; }
  @media screen and (max-width: 767px) {
    .travel-info-list .user-base {
      padding-top: 16px;
      padding-bottom: 11px; } }
  .travel-info-list .user-base ul {
    float: left; }
    .travel-info-list .user-base ul label {
      margin-bottom: 0; }
  .travel-info-list .user-base .name {
    float: left;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .travel-info-list .user-base .name {
        float: none;
        margin-bottom: 15px;
        font-size: 16px; } }
    .travel-info-list .user-base .name .icon {
      margin: 0 8px 5px 0;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .travel-info-list .user-base .name .icon {
          font-size: 14px;
          margin: 0 6px 5px 0; } }
    .travel-info-list .user-base .name .icon-people {
      margin-top: 0; }
  .travel-info-list .user-base .tel {
    float: left; }
    .travel-info-list .user-base .tel span {
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
  .travel-info-list .user-base .is-check-in {
    float: left;
    margin-left: 20px; }
    @media screen and (max-width: 767px) {
      .travel-info-list .user-base .is-check-in {
        width: 100%;
        margin-left: 0;
        text-align: right; } }
  @media screen and (max-width: 767px) {
    .travel-info-list .user-base .fl-r {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media screen and (max-width: 767px) {
    .travel-info-list .user-base .tel, .travel-info-list .user-base .is-check-in {
      margin-bottom: 5px; } }

.travel-info-list .ticket-base {
  float: left; }
  @media screen and (max-width: 767px) {
    .travel-info-list .ticket-base {
      float: none; } }
  .travel-info-list .ticket-base > div {
    float: left;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .travel-info-list .ticket-base > div {
        float: none;
        margin-bottom: 15px; } }
  .travel-info-list .ticket-base .icon {
    margin: 0 7px 5px 0;
    font-size: 14px;
    color: #757575; }
    @media screen and (max-width: 767px) {
      .travel-info-list .ticket-base .icon {
        margin: 0 6px 3.5px 0; } }
  .travel-info-list .ticket-base span:not(.question) {
    margin-left: 6px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    color: #333333; }
  .travel-info-list .ticket-base .class, .travel-info-list .ticket-base .seat {
    white-space: nowrap;
    overflow: hidden; }
  .travel-info-list .ticket-base .class {
    width: 170px;
    font-size: 14px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    color: #592E91; }
    @media screen and (max-width: 767px) {
      .travel-info-list .ticket-base .class {
        width: 100%; } }
    .travel-info-list .ticket-base .class .icon {
      margin-bottom: 3px;
      color: #333333; }
  @media screen and (max-width: 989px) {
    .travel-info-list .ticket-base .baggage {
      width: 100%; } }
  .travel-info-list .ticket-base .base:not(:last-child) {
    position: relative;
    padding-right: 21px;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .travel-info-list .ticket-base .base:not(:last-child) {
        margin-right: 0;
        padding-right: 0; } }
    .travel-info-list .ticket-base .base:not(:last-child):before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -7px;
      width: 1px;
      height: 14px;
      background: #cccccc; }
      @media screen and (max-width: 767px) {
        .travel-info-list .ticket-base .base:not(:last-child):before {
          display: none; } }
  @media screen and (max-width: 767px) {
    .travel-info-list .ticket-base .prompt-bubble {
      padding-top: 2px;
      padding-bottom: 1px; } }
  .travel-info-list .ticket-base .question-link {
    margin-left: 10px; }

.travel-info-list .user-ticket {
  padding-top: 23px;
  padding-bottom: 3px;
  border-top: 1px dashed #cccccc; }
  @media screen and (max-width: 767px) {
    .travel-info-list .user-ticket {
      padding-top: 16px;
      padding-bottom: 0; } }

.travel-info-list .user-activity {
  float: right;
  padding-bottom: 12px; }
  @media screen and (max-width: 989px) {
    .travel-info-list .user-activity {
      margin-top: -44px; } }
  @media screen and (max-width: 767px) {
    .travel-info-list .user-activity {
      width: 100%;
      padding-bottom: 15px;
      margin-top: 0; } }

.travel-info-list .activity-btn {
  float: left; }
  @media screen and (max-width: 767px) {
    .travel-info-list .activity-btn {
      float: none;
      display: block;
      font-size: 16px;
      text-align: right; } }
  .travel-info-list .activity-btn + .activity-btn {
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .travel-info-list .activity-btn + .activity-btn {
        margin: 10px 0 0 0; } }

.travel-info-list .is-select {
  float: left;
  margin: 5px 15px 0 0; }
  @media screen and (max-width: 767px) {
    .travel-info-list .is-select {
      margin: 3px 8px 0 0; } }
  .travel-info-list .is-select .checkbox {
    margin: 0; }
    .travel-info-list .is-select .checkbox .icon {
      margin: 0; }

@media screen and (max-width: 989px) {
  .travel-info-list .bubble-info {
    width: 344px;
    right: -20px;
    left: auto; } }

@media screen and (max-width: 767px) {
  .travel-info-list .bubble-info {
    width: auto;
    left: -17px;
    right: -17px; } }

.travel-info-list .prompt-bubble {
  margin-left: 10px; }

.activity-btn span {
  text-decoration: underline; }

.activity-btn .icon {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 5px 6px;
  font-size: 14px;
  color: #EB0000; }

.activity-btn:focus, .activity-btn:hover {
  color: #EB0000; }

.activity-btn:focus {
  outline: none; }

.is-check-in {
  position: relative; }
  .is-check-in .icon-wrap {
    display: inline-block;
    vertical-align: top;
    margin: 2px 13px 0 0;
    position: relative; }
    .is-check-in .icon-wrap .icon-1 {
      font-size: 20px; }
      .is-check-in .icon-wrap .icon-1 .path1:before, .is-check-in .icon-wrap .icon-1 .path4:before, .is-check-in .icon-wrap .icon-1 .path5:before, .is-check-in .icon-wrap .icon-1 .path6:before {
        color: #555555; }
    .is-check-in .icon-wrap .icon-2 {
      position: absolute;
      top: -2px;
      right: -7px;
      font-size: 14px;
      background: #fff;
      border-radius: 50%; }
  .is-check-in.pre-check-in, .is-check-in.check-in {
    color: #199000; }
    .is-check-in.pre-check-in .bubble-info, .is-check-in.check-in .bubble-info {
      color: #333333; }
  .is-check-in.not-check-in .icon-2 {
    color: #ffb018; }
  .is-check-in.error-check-in {
    color: #8c2346; }
    .is-check-in.error-check-in .bubble-info {
      color: #333333; }

.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%; }

.footer-link {
  background-color: #fff;
  border-top: 1px solid #d2d2d2; }
  .footer-link a:hover {
    text-decoration: none; }
  .footer-link .ft-t h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4; }
    .footer-link .ft-t h5 .ft-link {
      display: inline-block;
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      color: #333; }
  .footer-link .ft-t li {
    padding-left: .7rem; }
    .footer-link .ft-t li .ft-link {
      margin-bottom: 10px;
      font-size: 14px;
      color: #555555;
      text-decoration: none; }
      .footer-link .ft-t li .ft-link:hover, .footer-link .ft-t li .ft-link:focus {
        text-decoration: underline; }
    .footer-link .ft-t li .triangle {
      margin: 0 6px 0 -.65rem;
      vertical-align: middle;
      border: 3px solid transparent;
      border-left-color: #757575;
      font-size: 0;
      cursor: pointer; }
    .footer-link .ft-t li .icon-link {
      font-size: 9.8px;
      padding-left: 10px; }
  .footer-link .ft-t .outside-chain {
    padding: 45px 0 55px;
    text-align: center;
    color: #333;
    font-size: 20px; }
    .footer-link .ft-t .outside-chain i {
      cursor: pointer; }
  .footer-link .ft-t .party-link {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: .1rem solid transparent;
    line-height: 2rem;
    text-align: center;
    font-size: 1.3rem;
    margin: 0 .5rem;
    border-radius: 9px; }
    .footer-link .ft-t .party-link:hover, .footer-link .ft-t .party-link:focus {
      border-color: #333333; }
  .footer-link .ft-c {
    margin-top: 10px;
    border-top: 1px solid #d4d4d4; }
  .footer-link .ft-b {
    position: relative;
    padding: 8px 0;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    background-color: #333333; }
    .footer-link .ft-b .container {
      text-align: center; }
    .footer-link .ft-b .service-link {
      margin-left: 6px;
      cursor: pointer; }
      .footer-link .ft-b .service-link:hover, .footer-link .ft-b .service-link:focus {
        text-decoration: underline; }
    .footer-link .ft-b .record-link {
      cursor: pointer; }
      .footer-link .ft-b .record-link:hover, .footer-link .ft-b .record-link:focus {
        text-decoration: underline; }
    .footer-link .ft-b .other-link {
      cursor: pointer; }
    .footer-link .ft-b .live-chat {
      display: inline-block;
      margin-left: 16px;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
      font-weight: bold; }
      .footer-link .ft-b .live-chat .icon-chat {
        margin-right: 5px;
        margin-left: 3px; }
      .footer-link .ft-b .live-chat .icon-linePoint {
        margin-left: 5px; }
      .footer-link .ft-b .live-chat .chat-link {
        cursor: pointer; }
        .footer-link .ft-b .live-chat .chat-link:hover, .footer-link .ft-b .live-chat .chat-link:focus {
          text-decoration: underline; }
    .footer-link .ft-b .copyright-wrap {
      display: inline-block; }
    .footer-link .ft-b .choose-wrap {
      display: inline-block; }
  .footer-link .police-wrap {
    display: inline-block; }
  .footer-link .ft-center {
    text-align: center; }
  .footer-link .ft-police {
    margin: 0 8px; }
    .footer-link .ft-police img {
      width: 14px;
      vertical-align: -1px; }
  .footer-link .pad-hide {
    display: inline-block;
    margin: 0 8px 0 11px; }
  .footer-link .link-wraps::after {
    display: block;
    clear: both;
    content: ""; }
  .footer-link .link-wrap {
    width: 25%;
    padding: 0 15px 0 0;
    float: left; }
    .footer-link .link-wrap::after {
      display: block;
      clear: both;
      content: ""; }
    .footer-link .link-wrap.lang-chose-wrap {
      width: 100%;
      margin: 30px 0 10px 0; }
      .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box {
        cursor: pointer;
        display: block;
        width: 280px;
        margin: 0 auto;
        padding: 4px 15px;
        background: #F5F5F5;
        border: 1px solid #E1E1E1;
        border-radius: 18px; }
        .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box:focus, .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box:hover {
          border-color: #333333; }
        .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box > .icon-Language {
          font-size: 18px;
          display: inline-block;
          vertical-align: bottom;
          margin-bottom: 3px;
          margin-right: 10px; }
        .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box > .icon-linePoint {
          font-size: 19px;
          float: right;
          display: inline-block;
          vertical-align: bottom;
          margin-top: 2px; }
        .footer-link .link-wrap.lang-chose-wrap > .lang-chose-box > .lang-chose-text {
          font-family: OpenSans-Semibold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica，arial, sans-serif;
          font-size: 16px;
          color: #333;
          letter-spacing: 0;
          text-align: center;
          line-height: 24px; }
      @media screen and (max-width: 767px) {
        .footer-link .link-wrap.lang-chose-wrap {
          display: none; } }
    .footer-link .link-wrap.hk-wrap {
      float: right; }
    .footer-link .link-wrap.flight-wrap {
      margin-top: 40px; }
    .footer-link .link-wrap dd {
      padding-left: 13px; }
    .footer-link .link-wrap.sub-menu-wrap {
      position: relative; }
      @media screen and (max-width: 767px) {
        .footer-link .link-wrap.sub-menu-wrap {
          position: static; } }
  .footer-link .app-wrap {
    width: 100%;
    margin: 2rem 0 1rem; }
    .footer-link .app-wrap h5 {
      margin-bottom: 0;
      border-bottom: none;
      display: none; }
      .footer-link .app-wrap h5 .ft-link {
        padding: .25rem 0 0 .8rem;
        display: block; }
    .footer-link .app-wrap .wrap-dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
      .footer-link .app-wrap .wrap-dd .app-dd {
        display: inline-block;
        text-align: left;
        padding: 0; }
        .footer-link .app-wrap .wrap-dd .app-dd.QR-dd {
          vertical-align: -1.5rem;
          margin-left: 0; }
          .footer-link .app-wrap .wrap-dd .app-dd.QR-dd .copy-tlt {
            margin-top: 50px\0; }
        .footer-link .app-wrap .wrap-dd .app-dd .copy-tlt {
          font-size: 16px;
          line-height: 19px; }
        .footer-link .app-wrap .wrap-dd .app-dd .code-text {
          font-size: 14px;
          line-height: 19px; }
        .footer-link .app-wrap .wrap-dd .app-dd .app-link {
          display: block;
          margin-bottom: .2rem;
          width: 6.4rem;
          height: 2.15rem;
          padding: .1rem;
          border: .1rem solid transparent; }
          .footer-link .app-wrap .wrap-dd .app-dd .app-link:hover {
            border-color: #333333; }
          .footer-link .app-wrap .wrap-dd .app-dd .app-link img {
            width: 100%;
            height: 100%; }
        .footer-link .app-wrap .wrap-dd .app-dd .QR-code {
          margin: 10px 0; }
      .footer-link .app-wrap .wrap-dd .company {
        vertical-align: 1rem; }
        .footer-link .app-wrap .wrap-dd .company img {
          max-height: 75px;
          max-width: 132px; }
      .footer-link .app-wrap .wrap-dd > :nth-child(n+2) {
        margin-left: 70px; }
  .footer-link .icon-expand {
    display: none; }
  @media screen and (max-width: 989px) {
    .footer-link .app-wrap .wrap-dd .QR-dd {
      margin-left: 0;
      text-align: left; }
      .footer-link .app-wrap .wrap-dd .QR-dd img {
        max-width: 100px; }
    .footer-link .app-wrap .wrap-dd .apple-google {
      margin: 0; }
    .footer-link .app-wrap .wrap-dd .app-link {
      display: block;
      margin: 0.15rem auto;
      padding: 0; }
      .footer-link .app-wrap .wrap-dd .app-link:hover {
        border-color: transparent; }
    .footer-link .app-wrap .wrap-dd .company {
      text-align: center; }
      .footer-link .app-wrap .wrap-dd .company img {
        max-height: 60px;
        max-width: 94px; }
    .footer-link .app-wrap .wrap-dd > :nth-child(n+2) {
      margin-left: 37px; }
    .footer-link .ft-b .container {
      padding: .5rem 0; }
    .footer-link .ft-b .live-chat {
      display: block;
      line-height: 1.5rem; }
    .footer-link .ft-b .copyright-wrap {
      line-height: 1.5rem; }
    .footer-link .ft-b .choose-wrap {
      display: block;
      line-height: 1.5rem; }
    .footer-link .ft-center .police-wrap {
      line-height: 1.5rem; }
    .footer-link .pad-hide {
      display: none; } }
  @media screen and (max-width: 767px) {
    .footer-link .icon-expand {
      display: inline-block;
      float: right;
      line-height: 60px;
      margin-right: 15px; }
    .footer-link .ft-t .link-wrap {
      padding: 0;
      margin: 0; }
      .footer-link .ft-t .link-wrap ul {
        display: none; }
      .footer-link .ft-t .link-wrap.dl-on .icon-expand {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 0; }
    .footer-link .ft-t h5 {
      margin-bottom: 0;
      border-bottom: none;
      border-top: 1px solid #B4B4B4;
      line-height: 60px;
      cursor: pointer; }
      .footer-link .ft-t h5 .ft-link {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        text-indent: 14px;
        border-bottom: none; }
    .footer-link .ft-t li {
      padding-left: 0;
      margin-bottom: 0;
      text-indent: .75rem;
      background-color: #F2F2F2;
      line-height: 40px; }
      .footer-link .ft-t li .triangle {
        display: none; }
    .footer-link .ft-t .outside-chain {
      padding: 30px 0; }
    .footer-link .ft-c {
      margin-top: 0;
      border-top: none; }
      .footer-link .ft-c .app-wrap {
        margin: 0;
        padding: 0; }
        .footer-link .ft-c .app-wrap ul {
          display: none; }
      .footer-link .ft-c .link-wrap.dl-on .icon-expand {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        margin-right: 0; }
      .footer-link .ft-c h5 {
        margin-bottom: 0;
        border-bottom: none;
        border-top: 1px solid #B4B4B4;
        line-height: 60px;
        cursor: pointer; }
        .footer-link .ft-c h5 .ft-link {
          width: 100%;
          margin-bottom: 0;
          padding-bottom: 0;
          text-indent: 14px;
          border-bottom: none;
          font-size: 16px;
          color: #333333; }
    .footer-link .ft-b {
      line-height: normal; }
      .footer-link .ft-b:before {
        display: none; }
      .footer-link .ft-b .other-link {
        display: none; }
      .footer-link .ft-b .live-chat {
        line-height: .8rem;
        font-weight: bold;
        padding: 0.3rem 0 .4rem 0; }
      .footer-link .ft-b .other-link {
        display: none; }
      .footer-link .ft-b .copyright-wrap {
        display: block;
        line-height: .8rem;
        font-size: .6rem;
        padding: .25rem 0 .4rem; }
      .footer-link .ft-b .choose-wrap {
        line-height: .8rem;
        font-size: .6rem;
        padding-bottom: .3rem; }
    .footer-link .ft-center .police-wrap {
      display: block;
      line-height: 0.8rem;
      font-size: 0.6rem;
      padding-bottom: .5rem; }
    .footer-link .lang-chose-box {
      display: none; }
    .footer-link .link-wrap {
      width: 100%; }
      .footer-link .link-wrap.flight-wrap {
        margin-top: 0; }
    .footer-link .app-wrap h5 {
      display: block; }
      .footer-link .app-wrap h5 .ft-link {
        padding: 0; }
    .footer-link .app-wrap .wrap-dd {
      background-color: #F2F2F2; }
      .footer-link .app-wrap .wrap-dd > :nth-child(n+2) {
        margin-left: 0; }
      .footer-link .app-wrap .wrap-dd .app-dd {
        display: block;
        float: none;
        text-align: center;
        text-indent: 0; }
        .footer-link .app-wrap .wrap-dd .app-dd .copy-tlt {
          padding-top: 30px; }
        .footer-link .app-wrap .wrap-dd .app-dd.QR-dd {
          float: none;
          width: auto;
          margin: 0;
          padding-left: 0;
          text-align: center; }
        .footer-link .app-wrap .wrap-dd .app-dd.apple-google {
          float: none;
          margin-bottom: 0;
          padding-top: 7px;
          width: auto;
          padding-bottom: 20px; }
        .footer-link .app-wrap .wrap-dd .app-dd.company {
          padding-bottom: 30px;
          display: inline-block;
          width: auto;
          float: none;
          padding-right: 0;
          text-align: center; }
          .footer-link .app-wrap .wrap-dd .app-dd.company img {
            vertical-align: top; }
          .footer-link .app-wrap .wrap-dd .app-dd.company:nth-child(n+4) {
            margin-left: 30px; }
        .footer-link .app-wrap .wrap-dd .app-dd .QR-code {
          margin: 0 auto;
          padding: 10px 0 10px; }
        .footer-link .app-wrap .wrap-dd .app-dd .code-text {
          line-height: initial;
          text-align: center; }
        .footer-link .app-wrap .wrap-dd .app-dd .app-store {
          display: inline-block;
          margin: 0; }
        .footer-link .app-wrap .wrap-dd .app-dd .google-play {
          display: inline-block; }
        .footer-link .app-wrap .wrap-dd .app-dd .caring-company {
          margin: 0 auto; }
        .footer-link .app-wrap .wrap-dd .app-dd .app-link {
          display: inline-block; } }
  .footer-link.simple-footer .ft-t .outside-chain {
    padding: 30px 0 35px; }
  .footer-link.simple-footer .ft-b:before {
    display: none; }

.weixin-link {
  position: relative; }
  .weixin-link:before {
    content: "";
    position: absolute;
    z-index: 19;
    bottom: 100%;
    left: 50%;
    margin: 0 0 23px -11px;
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: none; }
  .weixin-link.show {
    border-color: #333333 !important; }
    .weixin-link.show:before, .weixin-link.show .weixin-bubble-wrap {
      display: block; }

.weixin-bubble-wrap {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -187px;
  padding-bottom: 34px;
  width: 374px;
  display: none; }
  @media screen and (max-width: 767px) {
    .weixin-bubble-wrap {
      width: 100vw;
      margin-left: 0;
      left: 0; } }
  .weixin-bubble-wrap .bg {
    position: absolute;
    z-index: 18;
    left: 0;
    right: 0;
    top: 0;
    bottom: 34px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08); }
  .weixin-bubble-wrap .weixin-bubble {
    position: relative;
    z-index: 19;
    padding: 24px;
    background: #fff;
    text-align: center; }
  .weixin-bubble-wrap .weixin-img {
    max-width: 100%; }
  .weixin-bubble-wrap .weixin-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 29;
    border: none;
    padding: 0;
    line-height: 0;
    color: #999999;
    cursor: pointer; }
    .weixin-bubble-wrap .weixin-close .icon {
      font-size: 14px; }
    .weixin-bubble-wrap .weixin-close:hover, .weixin-bubble-wrap .weixin-close:focus {
      color: #333333; }

.subscribe-wrap {
  text-align: center;
  width: 100%;
  background: #f7f7f7;
  height: 110px;
  padding-top: 30px; }
  .subscribe-wrap .chosen {
    background: #b10000; }
  .subscribe-wrap .subscribe-button {
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0 60px 0 50px;
    height: 50px;
    background: #EB0000;
    border: 1px solid #EB0000;
    border-radius: 30px;
    margin: 0 auto; }
    .subscribe-wrap .subscribe-button.focus-visible:focus, .subscribe-wrap .subscribe-button:hover {
      background: #b10000;
      border-color: #b10000; }
    .subscribe-wrap .subscribe-button .icon-Subscribe {
      font-size: 24px;
      vertical-align: -.2rem;
      padding-right: 15px; }

.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; }

.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; } }

.page-bg {
  background: #fafafa; }

.online-table .error-tips {
  color: #EB0000;
  font-size: 14px;
  position: absolute;
  margin-top: 50px; }

.online-table .page-title {
  margin: 40px 0 20px 0;
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.online-table .table-item {
  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); }

.online-table .item-top {
  padding: 10px 30px;
  background: -webkit-linear-gradient(45deg, #D9272E, #D9272E, #972159);
  background: linear-gradient(45deg, #D9272E, #D9272E, #972159);
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.online-table .item-content {
  padding-top: 30px; }

.online-table .item-wrap .item {
  padding: 0 30px;
  margin-bottom: 20px; }

.online-table .item-wrap .checkbox-item {
  padding: 0;
  margin-bottom: 10px; }

.online-table .item-wrap .checkbox-input-item {
  padding: 0;
  margin-top: -10px; }
  .online-table .item-wrap .checkbox-input-item label {
    width: 100%; }

.online-table .item-wrap .no-label {
  margin-top: 34px; }

.online-table .item-wrap .title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
  font-size: 20px;
  color: #333333; }

.online-table .next-btn-wrap {
  text-align: right;
  margin: 40px 0; }
  .online-table .next-btn-wrap .btn-info {
    background: #EB0000;
    color: #fff; }
    .online-table .next-btn-wrap .btn-info:focus, .online-table .next-btn-wrap .btn-info:hover {
      background: #b10000 !important;
      border-color: #b10000; }

.online-table .info-message {
  background: #F8F1F4;
  padding: 1rem;
  color: #333333;
  margin-bottom: 20px; }
  .online-table .info-message:last-child {
    margin-bottom: 40px; }
  .online-table .info-message .link {
    margin-left: 15px;
    color: #00a0Ee;
    text-decoration: underline; }

.online-table .info-letter {
  width: 20px;
  margin-right: 16px;
  vertical-align: -2px; }

.online-table .multiple-select {
  padding: 15px;
  height: 0;
  opacity: 0;
  width: 100%;
  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);
  max-height: 200px;
  z-index: 99;
  position: absolute; }
  .online-table .multiple-select.open-select {
    height: auto;
    opacity: 1; }
  .online-table .multiple-select div {
    cursor: pointer;
    margin-top: 15px;
    padding: 0 10px; }
    .online-table .multiple-select div:first-child {
      margin-top: 0; }
    .online-table .multiple-select div .icon-click {
      float: right;
      opacity: 0; }
    .online-table .multiple-select div.checked {
      background: #f8f1f4; }
      .online-table .multiple-select div.checked .icon-click {
        color: #EB0000;
        opacity: 1;
        margin-top: 4px; }

.online-table .input-group .input-wrap {
  width: 100%;
  padding: .55rem .75rem;
  padding-right: 1.2rem;
  border: 0.1rem solid #d4d4d4;
  outline: none;
  border-radius: .25rem;
  cursor: pointer; }
  .online-table .input-group .input-wrap ul > li {
    display: inline-block;
    background: #f0f0f0;
    padding: 0 5px;
    border-radius: 2px;
    margin-right: 4px;
    color: #333333; }
  .online-table .input-group .input-wrap .icon-Not-Available1 {
    font-size: 12px;
    padding: 0 5px; }

.online-table .input-group .icon-expand {
  position: absolute;
  width: .7rem;
  height: .7rem;
  top: .8rem;
  right: 1rem;
  background-position: center;
  background-size: contain;
  pointer-events: none; }

.online-table .top-box {
  margin: 40px 0 10px 0; }
  .online-table .top-box .top-title {
    font-size: 24px;
    line-height: 24px;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif;
    color: #333333; }
  .online-table .top-box .tips {
    font-size: 16px;
    color: #757575;
    line-height: 24px; }

.online-table .banner img {
  width: 100%; }

.online-table .banner-auto {
  height: 130px;
  overflow: hidden; }

.online-table .city-component {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 20px;
  cursor: pointer; }

@media (max-width: 989px) {
  .online-table .item-content {
    padding-top: 20px; }
  .online-table .item-wrap .item {
    margin-bottom: 10px; }
  .online-table .item-wrap .no-label {
    margin-top: -10px;
    margin-bottom: 0; }
  .online-table .top-box {
    margin: 30px 0 10px 0; }
  .online-table .banner-auto {
    height: 110px; } }

@media (max-width: 767px) {
  .online-table .item-content {
    padding-top: 10px; }
  .online-table .item-wrap .item {
    margin-bottom: 0;
    padding: 0 20px; }
  .online-table .item-wrap .checkbox-item {
    margin-bottom: 0; }
  .online-table .item-wrap .no-label {
    margin-top: 0; }
  .online-table .item-wrap .checkbox-input-item {
    margin-top: 0; }
  .online-table .item-wrap .checkbox-group {
    width: 100%; }
  .online-table .item-wrap .checkbox-txt {
    display: inline-block;
    width: 90%;
    word-break: break-all; }
  .online-table .item-wrap .title {
    font-size: 18px; }
  .online-table .item-top {
    padding: 10px 10px 10px 20px; }
  .online-table .next-btn-wrap {
    margin: 20px 0; }
  .online-table .info-message .link {
    margin-left: 0; }
  .online-table .banner-auto {
    height: 55px; } }

html {
  height: 100%; }

body {
  min-height: 100%;
  position: relative; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0; }

.subscribe {
  padding-top: 80px; }
  .subscribe .tips {
    margin-bottom: 20px;
    font-size: 16px;
    color: #757575;
    line-height: 24px; }
  .subscribe .mB40 {
    margin-bottom: 40px; }
  .subscribe .mB30 {
    margin-bottom: 30px; }
  @media screen and (max-width: 989px) {
    .subscribe .tips {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .subscribe {
      padding-top: 20px; }
      .subscribe .tips {
        margin-bottom: 20px; }
      .subscribe .trip-title {
        margin-bottom: 10px; } }

.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; } }

.service-register {
  padding: 30px;
  background-color: #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); }
  .service-register .title {
    font-size: 24px;
    color: #333333;
    font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
  .service-register .register-txt {
    color: #555555;
    margin-bottom: 20px; }
  .service-register .register-info > .row {
    margin-bottom: 10px; }
    .service-register .register-info > .row label {
      color: #333333;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
    .service-register .register-info > .row > div:nth-child(odd) {
      padding-right: 2%; }
    .service-register .register-info > .row > div:nth-child(even) {
      padding-left: 2%; }
  .service-register .register-warm {
    padding: 15px 20px;
    margin-bottom: 20px;
    background: #F8F1F4; }
    .service-register .register-warm .icon-FlightAlert {
      float: left;
      margin-top: 3px;
      margin-right: 10px;
      color: #fdab00; }
  .service-register .register-tip {
    margin-left: 26px;
    color: #757575; }
  .service-register .icon-email {
    margin-right: 10px;
    font-size: 20px; }
  .service-register .item {
    margin-bottom: 10px; }
  .service-register .sub-code {
    margin-bottom: 40px; }
    .service-register .sub-code .btn {
      width: 100%;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.register-code label {
  color: #333333;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.register-code .row .btn {
  width: 100%;
  padding: 0;
  height: 2.5rem;
  line-height: 2.4rem;
  font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.sub-success {
  padding: 20px 30px 30px; }

.img-success {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center; }
  .img-success img {
    width: 140px; }

.des-success {
  color: #555555; }

.red-color {
  color: #EB0000; }

@media screen and (max-width: 989px) {
  .flight-search-content {
    padding: 20px 30px 1px 30px; }
  .search-tip {
    padding: 0 30px; }
  .banner-wrap-page {
    margin-bottom: 20px;
    padding: 0 30px 40px 30px; }
  .service-mmb {
    padding-top: 30px; }
  .service-register {
    padding: 30px 30px 4px; }
    .service-register .register-info .row label {
      color: #333333;
      font-family: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }
    .service-register .register-info .row > div:nth-child(odd) {
      padding-right: 7px; }
    .service-register .register-info .row > div:nth-child(even) {
      padding-left: 7px; }
  .sub-success {
    padding: 20px 30px 30px; } }

@media screen and (max-width: 767px) {
  .flight-page-wrap .flight-search-wrap {
    padding-left: 0;
    padding-right: 0; }
  .banner-wrap-page {
    margin-bottom: 20px;
    padding: 0 20px 20px 20px; }
  .has-banner .flight-search-wrap {
    padding-bottom: 0; }
  .has-banner .flight-wrap-bottom {
    border-radius: 0; }
  .flight-search-content {
    padding: 20px 20px 1px 20px; }
  .flight-search-inputs .item, .flight-search-address .item {
    padding-right: 45px; }
  .flight-search-address .btn-switch-address {
    right: -17px; }
  .flight-search-inputs .item-btns {
    padding-right: 28px; }
  .search-tip {
    padding: 0 20px; }
  .wrap-phone {
    padding: 0; }
  .service-register {
    padding: 20px 20px 40px; }
    .service-register .sub-code {
      margin-bottom: 30px; }
    .service-register .register-txt, .service-register .register-tip {
      font-size: 14px; }
    .service-register .register-info > .row {
      margin-bottom: 0; }
      .service-register .register-info > .row label {
        font-size: 14px; }
    .service-register .register-info .btn {
      font-size: 14px;
      border-radius: 50px;
      white-space: normal; }
  .sub-success {
    padding: 20px 15px; }
  .img-success img {
    width: 100px; }
  .des-success {
    font-size: 14px; }
  .red-color {
    color: #EB0000; }
  .sub-success {
    margin-bottom: 30px; }
    .sub-success .title {
      font-size: 22px; } }

.filled .upper-case {
  text-transform: uppercase; }

.doc-type0 option {
  font-size: OpenSans-Bold, PingFangSC-Regular, "Microsoft YaHei", "Meiryo", Helvetica, arial, sans-serif; }

.service-register .validate-box .row .col-lg-6 label {
  font-family: OpenSans-Bold,PingFangSC-Regular, "Microsoft JhengHei",Arial,"Microsoft YaHei"; }

/*# sourceMappingURL=../maps/style.css.map */
