:root {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}
/* 品牌色 */
/* 辅色 */
/* 中性色 */
/* 状态色 */
/**
  0 -767 移动端
  768 -1024 pad
  1025 - 1440 小屏 PC
  > 1440 PC端
*/
/* 清除浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.row {
  --gutter-x: 1rem;
  --gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--gutter-y);
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}
.container {
  padding-left: 30px;
  padding-right: 30px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    margin: 0 auto;
    width: 72rem;
  }
}
/* 间距 */
.col-mobile-1,
.col-pad-1,
.col-sPC-1,
.col-PC-1,
.col-mobile-2,
.col-pad-2,
.col-sPC-2,
.col-PC-2,
.col-mobile-3,
.col-pad-3,
.col-sPC-3,
.col-PC-3,
.col-mobile-4,
.col-pad-4,
.col-sPC-4,
.col-PC-4,
.col-mobile-5,
.col-pad-5,
.col-sPC-5,
.col-PC-5,
.col-mobile-6,
.col-pad-6,
.col-sPC-6,
.col-PC-6,
.col-mobile-7,
.col-pad-7,
.col-sPC-7,
.col-PC-7,
.col-mobile-8,
.col-pad-8,
.col-sPC-8,
.col-PC-8,
.col-mobile-9,
.col-pad-9,
.col-sPC-9,
.col-PC-9,
.col-mobile-10,
.col-pad-10,
.col-sPC-10,
.col-PC-10,
.col-mobile-11,
.col-pad-11,
.col-sPC-11,
.col-PC-11,
.col-mobile-12,
.col-pad-12,
.col-sPC-12,
.col-PC-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.col-1 {
  position: relative;
  width: 8.333333333333332%;
  float: left;
}
.col-2 {
  position: relative;
  width: 16.666666666666664%;
  float: left;
}
.col-3 {
  position: relative;
  width: 25%;
  float: left;
}
.col-4 {
  position: relative;
  width: 33.33333333333333%;
  float: left;
}
.col-5 {
  position: relative;
  width: 41.666666666666664%;
  float: left;
}
.col-6 {
  position: relative;
  width: 50%;
  float: left;
}
.col-7 {
  position: relative;
  width: 58.33333333333333%;
  float: left;
}
.col-8 {
  position: relative;
  width: 66.66666666666666%;
  float: left;
}
.col-9 {
  position: relative;
  width: 75%;
  float: left;
}
.col-10 {
  position: relative;
  width: 83.33333333333333%;
  float: left;
}
.col-11 {
  position: relative;
  width: 91.66666666666666%;
  float: left;
}
.col-12 {
  position: relative;
  width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* mobile */
  .gap-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-mobile-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-mobile-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-mobile-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-mobile-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-mobile-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-mobile-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .gap-mobile-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .col-mobile-1 {
    position: relative;
    width: 8.333333333333332% !important;
    float: left;
  }
  .col-mobile-2 {
    position: relative;
    width: 16.666666666666664% !important;
    float: left;
  }
  .col-mobile-3 {
    position: relative;
    width: 25% !important;
    float: left;
  }
  .col-mobile-4 {
    position: relative;
    width: 33.33333333333333% !important;
    float: left;
  }
  .col-mobile-5 {
    position: relative;
    width: 41.666666666666664% !important;
    float: left;
  }
  .col-mobile-6 {
    position: relative;
    width: 50% !important;
    float: left;
  }
  .col-mobile-7 {
    position: relative;
    width: 58.33333333333333% !important;
    float: left;
  }
  .col-mobile-8 {
    position: relative;
    width: 66.66666666666666% !important;
    float: left;
  }
  .col-mobile-9 {
    position: relative;
    width: 75% !important;
    float: left;
  }
  .col-mobile-10 {
    position: relative;
    width: 83.33333333333333% !important;
    float: left;
  }
  .col-mobile-11 {
    position: relative;
    width: 91.66666666666666% !important;
    float: left;
  }
  .col-mobile-12 {
    position: relative;
    width: 100% !important;
    float: left;
  }
  .col-mobile-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-mobile-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-mobile-offset-3 {
    margin-left: 25%;
  }
  .col-mobile-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-mobile-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-mobile-offset-6 {
    margin-left: 50%;
  }
  .col-mobile-offset-7 {
    margin-left: 58.33333333333333%;
  }
  .col-mobile-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-mobile-offset-9 {
    margin-left: 75%;
  }
  .col-mobile-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-mobile-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-mobile-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* pad */
  .gap-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-pad-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-pad-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-pad-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-pad-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-pad-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-pad-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .gap-pad-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .col-pad-1 {
    position: relative;
    width: 8.333333333333332% !important;
    float: left;
  }
  .col-pad-2 {
    position: relative;
    width: 16.666666666666664% !important;
    float: left;
  }
  .col-pad-3 {
    position: relative;
    width: 25% !important;
    float: left;
  }
  .col-pad-4 {
    position: relative;
    width: 33.33333333333333% !important;
    float: left;
  }
  .col-pad-5 {
    position: relative;
    width: 41.666666666666664% !important;
    float: left;
  }
  .col-pad-6 {
    position: relative;
    width: 50% !important;
    float: left;
  }
  .col-pad-7 {
    position: relative;
    width: 58.33333333333333% !important;
    float: left;
  }
  .col-pad-8 {
    position: relative;
    width: 66.66666666666666% !important;
    float: left;
  }
  .col-pad-9 {
    position: relative;
    width: 75% !important;
    float: left;
  }
  .col-pad-10 {
    position: relative;
    width: 83.33333333333333% !important;
    float: left;
  }
  .col-pad-11 {
    position: relative;
    width: 91.66666666666666% !important;
    float: left;
  }
  .col-pad-12 {
    position: relative;
    width: 100% !important;
    float: left;
  }
  .col-pad-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-pad-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-pad-offset-3 {
    margin-left: 25%;
  }
  .col-pad-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-pad-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-pad-offset-6 {
    margin-left: 50%;
  }
  .col-pad-offset-7 {
    margin-left: 58.33333333333333%;
  }
  .col-pad-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-pad-offset-9 {
    margin-left: 75%;
  }
  .col-pad-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-pad-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-pad-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  /* sPC */
  .gap-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-sPC-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-sPC-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-sPC-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-sPC-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-sPC-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-sPC-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .gap-sPC-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .col-sPC-1 {
    position: relative;
    width: 8.333333333333332% !important;
    float: left;
  }
  .col-sPC-2 {
    position: relative;
    width: 16.666666666666664% !important;
    float: left;
  }
  .col-sPC-3 {
    position: relative;
    width: 25% !important;
    float: left;
  }
  .col-sPC-4 {
    position: relative;
    width: 33.33333333333333% !important;
    float: left;
  }
  .col-sPC-5 {
    position: relative;
    width: 41.666666666666664% !important;
    float: left;
  }
  .col-sPC-6 {
    position: relative;
    width: 50% !important;
    float: left;
  }
  .col-sPC-7 {
    position: relative;
    width: 58.33333333333333% !important;
    float: left;
  }
  .col-sPC-8 {
    position: relative;
    width: 66.66666666666666% !important;
    float: left;
  }
  .col-sPC-9 {
    position: relative;
    width: 75% !important;
    float: left;
  }
  .col-sPC-10 {
    position: relative;
    width: 83.33333333333333% !important;
    float: left;
  }
  .col-sPC-11 {
    position: relative;
    width: 91.66666666666666% !important;
    float: left;
  }
  .col-sPC-12 {
    position: relative;
    width: 100% !important;
    float: left;
  }
  .col-sPC-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sPC-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sPC-offset-3 {
    margin-left: 25%;
  }
  .col-sPC-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sPC-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-sPC-offset-6 {
    margin-left: 50%;
  }
  .col-sPC-offset-7 {
    margin-left: 58.33333333333333%;
  }
  .col-sPC-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sPC-offset-9 {
    margin-left: 75%;
  }
  .col-sPC-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-sPC-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sPC-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  /* PC */
  .gap-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-PC-0 {
    --gutter-x: 0rem;
    --gutter-y: 0rem;
  }
  .gap-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-PC-1 {
    --gutter-x: 0.25rem;
    --gutter-y: 0.25rem;
  }
  .gap-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-PC-2 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .gap-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-PC-3 {
    --gutter-x: 0.75rem;
    --gutter-y: 0.75rem;
  }
  .gap-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-PC-4 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .gap-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-PC-5 {
    --gutter-x: 1.25rem;
    --gutter-y: 1.25rem;
  }
  .gap-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .gap-PC-6 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .col-PC-1 {
    position: relative;
    width: 8.333333333333332% !important;
    float: left;
  }
  .col-PC-2 {
    position: relative;
    width: 16.666666666666664% !important;
    float: left;
  }
  .col-PC-3 {
    position: relative;
    width: 25% !important;
    float: left;
  }
  .col-PC-4 {
    position: relative;
    width: 33.33333333333333% !important;
    float: left;
  }
  .col-PC-5 {
    position: relative;
    width: 41.666666666666664% !important;
    float: left;
  }
  .col-PC-6 {
    position: relative;
    width: 50% !important;
    float: left;
  }
  .col-PC-7 {
    position: relative;
    width: 58.33333333333333% !important;
    float: left;
  }
  .col-PC-8 {
    position: relative;
    width: 66.66666666666666% !important;
    float: left;
  }
  .col-PC-9 {
    position: relative;
    width: 75% !important;
    float: left;
  }
  .col-PC-10 {
    position: relative;
    width: 83.33333333333333% !important;
    float: left;
  }
  .col-PC-11 {
    position: relative;
    width: 91.66666666666666% !important;
    float: left;
  }
  .col-PC-12 {
    position: relative;
    width: 100% !important;
    float: left;
  }
  .col-PC-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-PC-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-PC-offset-3 {
    margin-left: 25%;
  }
  .col-PC-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-PC-offset-5 {
    margin-left: 41.666666666666664%;
  }
  .col-PC-offset-6 {
    margin-left: 50%;
  }
  .col-PC-offset-7 {
    margin-left: 58.33333333333333%;
  }
  .col-PC-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-PC-offset-9 {
    margin-left: 75%;
  }
  .col-PC-offset-10 {
    margin-left: 83.33333333333333%;
  }
  .col-PC-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-PC-offset-12 {
    margin-left: 100%;
  }
}
.single-line {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
/* reset.css样式重置文件 */
/* margin/padding重置 */
body,
h1,
h2,
h3,
ul,
ol,
li,
p,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* a元素重置 */
a {
  text-decoration: none;
  color: #333;
}
/* img的vertical-align重置 */
img {
  vertical-align: top;
}
/* ul, ol, li重置 */
ul,
ol,
li {
  list-style: none;
}
/* 对斜体元素重置 */
i,
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  border-style: none;
}
html {
  font-family: Source Han Sans, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  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);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
          box-shadow: 0 0 0 1000px #ffffff inset !important;
}
button {
  cursor: pointer;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
}
@font-face {
  font-family: "icon-zh";
  /* Project id 4735362 */
  src: url('fonts/iconfont.eot?t=1734486934533');
  /* IE9 */
  src: url('fonts/iconfont.eot?t=1734486934533#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/iconfont.woff?t=1734486934533') format('woff'), url('fonts/iconfont.ttf?t=1734486934533') format('truetype');
}
.icon-zh {
  font-family: "icon-zh" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-zh-success:before {
  content: "\e630";
}
.icon-zh-refresh:before {
  content: "\e631";
}
.icon-zh-error:before {
  content: "\e62f";
}
.icon-zh-delete1:before {
  content: "\e62e";
}
.icon-zh-change-flight:before {
  content: "\e629";
}
.icon-zh-play:before {
  content: "\e803";
}
.icon-zh-ask:before {
  content: "\e62d";
}
.icon-zh-left:before {
  content: "\e62a";
}
.icon-zh-pause:before {
  content: "\e62b";
}
.icon-zh-right:before {
  content: "\e62c";
}
.icon-zh-turn-success:before {
  content: "\e61e";
}
.icon-zh-tip-info:before {
  content: "\e61f";
}
.icon-zh-turn-left:before {
  content: "\e628";
}
.icon-zh-children:before {
  content: "\e622";
}
.icon-zh-student:before {
  content: "\e623";
}
.icon-zh-migrate:before {
  content: "\e624";
}
.icon-zh-seaman:before {
  content: "\e625";
}
.icon-zh-infant:before {
  content: "\e626";
}
.icon-zh-laborers:before {
  content: "\e627";
}
.icon-zh-right-type1:before {
  content: "\e61c";
}
.icon-zh-flight-other:before {
  content: "\e61d";
}
.icon-zh-close:before {
  content: "\e620";
}
.icon-zh-people:before {
  content: "\e616";
}
.icon-zh-sub-sum:before {
  content: "\e617";
}
.icon-zh-add-sum:before {
  content: "\e618";
}
.icon-zh-delete:before {
  content: "\e61a";
}
.icon-zh-add:before {
  content: "\e61b";
}
.icon-zh-right-filling:before {
  content: "\e611";
}
.icon-zh-voice:before {
  content: "\e612";
}
.icon-zh-success-yuan:before {
  content: "\e613";
}
.icon-zh-question:before {
  content: "\e614";
}
.icon-zh-exchange:before {
  content: "\e609";
}
.icon-zh-menu:before {
  content: "\e60a";
}
.icon-zh-equalizer:before {
  content: "\e60b";
}
.icon-zh-profile:before {
  content: "\e60c";
}
.icon-zh-calendar:before {
  content: "\e60d";
}
.icon-zh-earth:before {
  content: "\e60e";
}
.icon-zh-chat:before {
  content: "\e60f";
}
.icon-zh-flight:before {
  content: "\e610";
}
/* 主按钮 */
.__main-button {
  background: #cc0100;
  color: #fff;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0.4rem;
}
.__main-button:hover,
.__main-button:active,
.__main-button:focus {
  background: #942531;
}
.__main-button-disable {
  background-color: #dbd7d4;
  color: #b4aba4;
}
.__main-button-disable:hover,
.__main-button-disable:active,
.__main-button-disable:focus {
  background-color: #dbd7d4;
  color: #b4aba4;
  cursor: not-allowed;
}
/* 次按钮 */
.__secondary-button {
  border: 0.05rem solid #cc0100;
  color: #cc0100;
  height: 2.6rem;
  line-height: 2.6rem;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0.4rem;
}
.__secondary-button:hover,
.__secondary-button:active,
.__secondary-button:focus {
  border-color: #942531;
  color: #942531;
}
.__secondary-button-disable {
  border-color: #dbd7d4;
  color: #b4aba4;
}
.__secondary-button-disable:hover,
.__secondary-button-disable:active,
.__secondary-button-disable:focus {
  border-color: #dbd7d4;
  color: #b4aba4;
  cursor: not-allowed;
}
/* 次按钮 2 */
.__secondary-button-2 {
  background: #cc0100;
  color: #fff;
  height: 2rem;
  line-height: 2rem;
  font-size: 0.8rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0.4rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.__secondary-button-2:hover,
.__secondary-button-2:active,
.__secondary-button-2:focus {
  background: #942531;
}
.__secondary-button-2-disable {
  background-color: #dbd7d4;
  color: #b4aba4;
}
.__secondary-button-2-disable:hover,
.__secondary-button-2-disable:active,
.__secondary-button-2-disable:focus {
  background-color: #dbd7d4;
  cursor: not-allowed;
}
/* 文字按钮 */
.__text-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.__text-button-label {
  color: #7a6a5e;
  font-size: 0.8rem;
  margin-right: 0.2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.__text-button-icon {
  width: 0.8rem;
  height: 0.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.__text-button:hover .__text-button-label,
.__text-button:active .__text-button-label,
.__text-button:focus .__text-button-label {
  color: #942531;
}
.link {
  cursor: pointer;
  color: #cc0100;
  text-decoration: underline;
}
.link:hover {
  color: #942531;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.dn {
  display: none !important;
}
.db {
  display: block !important;
}
.pad-show {
  display: none;
}
.padding-l-1 {
  padding-left: 1rem;
}
/* 一般用于去除tab索引用途的 button / a 元素样式 */
.no-style {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
/* 一般用于索引一些无法索引到的元素 */
.tab-a {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  z-index: 1;
}
.ml-2 {
  margin-left: 2rem;
}
@media (max-width: 1024px) {
  .pad-hide {
    display: none;
  }
  .pad-show {
    display: block;
  }
}
.singe-line {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}
.double-line {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.three-line {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.four-line {
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
:root {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}
/* 品牌色 */
/* 辅色 */
/* 中性色 */
/* 状态色 */
.input-group {
  position: relative;
  width: 100%;
  font-size: 0.8rem;
  color: #757575;
  border-radius: 0.2rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.input-group .error-tips {
  display: none;
  font-size: 0.7rem;
  color: #ff4d4f;
}
.input-group .text {
  width: 100%;
  padding: 0.55rem 0.75rem;
  padding-right: 1.2rem;
  border: 0.1rem solid #d4d4d4;
  outline: none;
  border-radius: 0.25rem;
}
.input-group .prefix {
  position: absolute;
  left: 6px;
  top: calc(50% + 0.2rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .input-group .prefix {
    font-size: 0.8rem;
  }
}
.input-group .has-prefix-left {
  padding-left: 60px !important;
}
.input-group .l-info {
  display: inline-block;
  margin: 0.55rem 0;
  width: 3.8rem;
  padding-left: 0.75rem;
  border-right: 2px solid #d4d4d4;
}
.input-group .r-text {
  width: calc(100% - 4.1rem);
  border: none;
  outline: none;
  padding: 0.55rem 0.75rem;
  padding-right: 1.2rem;
}
.input-group .text-entry {
  border: 0.1rem solid #d4d4d4;
  border-radius: 0.25rem;
}
.input-group .clean-txt {
  display: none;
  position: absolute;
  padding: 0;
  right: 0.7rem;
  top: 0.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: #cc0100;
}
.input-group.disabled {
  cursor: not-allowed;
}
.input-group.disabled .text,
.input-group.disabled .r-text,
.input-group.disabled .text-entry,
.input-group.disabled label {
  color: #dbd7d4;
}
.input-group.disabled .icon-zh {
  color: #dbd7d4;
}
.input-group.disabled .text {
  cursor: not-allowed;
}
.input-group.disabled .text:-ms-input-placeholder {
  color: #dbd7d4 !important;
}
.input-group.disabled .text::-moz-placeholder {
  color: #dbd7d4 !important;
}
.input-group.disabled .text:-moz-placeholder {
  color: #dbd7d4 !important;
}
.input-group.disabled .text::-webkit-input-placeholder {
  color: #dbd7d4 !important;
}
.input-group.disabled .text::-ms-input-placeholder {
  color: #dbd7d4 !important;
}
.input-group.disabled .text::placeholder {
  color: #dbd7d4 !important;
}
.input-group:not(:disabled):not(.disabled):hover .text,
.input-group:not(:disabled):not(.disabled):hover .text-entry {
  border: 0.1rem solid #4f3d1e;
}
.input-group:not(.disabled):not(.error).active .text,
.input-group:not(.disabled):not(.error).active .text-entry {
  border: 0.1rem solid #4f3d1e;
}
.input-group.error .text,
.input-group.error .text-entry {
  border: 0.1rem solid #ff4d4f;
  color: #ff4d4f;
}
.input-group.error:not(:disabled):not(.disabled):hover .text,
.input-group.error:not(:disabled):not(.disabled):hover .text-entry {
  border: 0.1rem solid #ff4d4f !important;
}
.input-group.error .error-tips {
  display: block;
  position: absolute;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .input-group.error .error-tips {
    position: initial;
  }
}
.input-single {
  padding-left: 0;
  position: relative;
}
.input-single .label-wrap {
  position: absolute;
  top: 1px;
  left: 10px;
  right: 10px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-single label {
  vertical-align: top;
  margin-bottom: 0;
  font-size: 14px;
  color: #4f3d1e;
}
@media screen and (max-width: 767px) {
  .input-single label {
    font-size: 14px;
  }
}
.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: 1rem;
  color: #101010;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .input-single.input-group .text {
    font-size: 0.8rem;
    height: 63px;
  }
}
.input-single.input-group .text:-ms-input-placeholder {
  color: #4f3d1e !important;
}
.input-single.input-group .text::-moz-placeholder {
  color: #4f3d1e !important;
}
.input-single.input-group .text:-moz-placeholder {
  color: #4f3d1e !important;
}
.input-single.input-group .text::-webkit-input-placeholder {
  color: #4f3d1e !important;
}
.input-single.input-group .text::-ms-input-placeholder {
  color: #4f3d1e !important;
}
.input-single.input-group .text::placeholder {
  color: #4f3d1e !important;
}
.input-single.input-group .text.no-support {
  color: #4f3d1e;
}
.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: 4px;
  background: white;
  border: 1px solid #4f3d1e;
  -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: 4px;
  border: 1px solid #ff4d4f;
  -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: #ff4d4f;
}
.input-single.input-group.error .label-wrap {
  left: 10px;
}
.input-single.input-group.error:not(:disabled):not(.disabled):hover .text {
  border: 1px solid #ff4d4f !important;
  color: #ff4d4f;
}
.input-single.input-group.filled .clean-txt:focus {
  color: #8c2346;
}
.input-single.input-group.disabled {
  cursor: not-allowed;
}
.input-single.input-group.disabled .text,
.input-single.input-group.disabled .r-text,
.input-single.input-group.disabled .text-entry,
.input-single.input-group.disabled label {
  color: #dbd7d4;
}
.input-single.input-group.disabled .icon-zh {
  color: #dbd7d4;
}
.input-single.input-group.disabled .text {
  cursor: not-allowed;
}
.input-single.input-group.disabled .text:-ms-input-placeholder {
  color: #dbd7d4 !important;
}
.input-single.input-group.disabled .text::-moz-placeholder {
  color: #dbd7d4 !important;
}
.input-single.input-group.disabled .text:-moz-placeholder {
  color: #dbd7d4 !important;
}
.input-single.input-group.disabled .text::-webkit-input-placeholder {
  color: #dbd7d4 !important;
}
.input-single.input-group.disabled .text::-ms-input-placeholder {
  color: #dbd7d4 !important;
}
.input-single.input-group.disabled .text::placeholder {
  color: #dbd7d4 !important;
}
.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: 0.8rem;
  color: #554e49;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .input-single .calendar {
    right: 10px;
  }
}
.input-single .icon-zh-right-type1 {
  position: absolute;
  top: 33px;
  right: 10px;
  font-size: 0.8rem;
  color: #554e49;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1024px) {
  .input-single .icon-zh-right-type1 {
    right: 10px;
  }
}
.input-single .prompt-bubble-sigh .prompt-btn {
  margin-left: 8px;
}
.calendar-group .error-tips {
  display: none;
  font-size: 0.7rem;
  color: #ff4d4f;
}
.calendar-group.form-item.error .error-tips {
  display: block;
  position: absolute;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .calendar-group.form-item.error .error-tips {
    position: initial;
  }
}
.calendar-group.form-item.error .text {
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 4px;
  border: 1px solid #ff4d4f;
  -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: #ff4d4f;
}
.calendar-group.form-item.error .label-wrap {
  left: 10px;
}
.calendar-group.form-item.error:not(:disabled):not(.disabled):hover .text {
  border: 1px solid #ff4d4f !important;
  color: #ff4d4f;
}
.__dropdown-wrap {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 0;
  z-index: 1000;
  border: 0.05rem solid #cccccc;
  border-radius: 0.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 0.6rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0.6rem 0 rgba(0, 0, 0, 0.2);
  max-height: 20rem;
  overflow-y: auto;
}
.__dropdown-wrap .__dropdown-group-title {
  font-size: 0.875rem;
  padding: 0.375rem 0.5rem;
  color: #666666;
  font-weight: 500;
}
.__dropdown-wrap .__dropdown-item {
  font-size: 1rem;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #101010;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__dropdown-wrap .__dropdown-item:hover,
.__dropdown-wrap .__dropdown-item:focus-within {
  background-color: #f9e5e5;
}
.__dropdown-wrap .__dropdown-item-active {
  background-color: #f9e5e5;
}
.__dropdown-wrap .__dropdown-item-grouped {
  padding-left: 1rem;
}
.__dropdown-wrap .__dropdown-item-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.__dropdown-wrap .__dropdown-item-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.5rem;
  color: #666666;
  font-size: 0.875rem;
}
.checkbox-group {
  cursor: pointer;
}
.checkbox-group .checkbox {
  position: relative;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.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-zh {
  float: left;
  width: 1rem;
  height: 1rem;
  line-height: 0.85rem;
  font-size: 0.8rem;
  border: 2px solid #cccccc;
  border-radius: 0.2rem;
  text-align: center;
}
.checkbox-group .checkbox .icon-zh.focus-style {
  outline: 2px solid #333333;
}
.checkbox-group .checkbox .icon-zh-success-yuan:before {
  content: "";
}
.checkbox-group.checked .checkbox .icon-zh-success-yuan {
  color: #cc0100;
}
.checkbox-group.checked .checkbox .icon-zh-success-yuan:before {
  content: "\e613";
}
.checkbox-group.disabled .checkbox .icon-zh {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.prompt-bubble {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.prompt-bubble .bubble-info {
  left: 50%;
  width: 18rem;
  margin-left: -9rem;
}
.prompt-bubble:after {
  content: "";
  position: absolute;
  z-index: 99;
  left: 50%;
  margin-left: -0.6rem;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid;
  color: #f8f1e5;
  display: none;
}
.prompt-bubble.show:after {
  display: block;
}
.prompt-bubble-l .bubble-info {
  margin-left: -5.5rem;
}
.bubble-info {
  position: absolute;
  z-index: 99;
  top: 100%;
  padding-top: 0.5rem;
  text-align: left !important;
}
.bubble-info .desc {
  padding: 1rem 0.5rem;
  border-radius: 0.2rem;
  opacity: 1;
  background: #f8f1e5;
  text-align: justify;
  font-size: 0.7rem;
}
.bubble-info .text1 {
  margin-bottom: 10px;
  cursor: text;
  color: #4F3D1E;
}
.bubble-info .text1:last-child {
  margin-bottom: 0;
}
.prompt-bubble-wrap {
  position: relative;
}
.prompt-bubble-wrap > .bubble-info {
  left: 0;
  right: 0;
  padding-top: 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: #f8f1e5;
}
body.modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}
.sz-modal {
  width: 100vw;
  height: 100vh;
  background: rgba(16, 16, 16, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sz-modal.show {
  opacity: 1;
  visibility: visible;
}
.sz-modal .sz-modal-content {
  width: 710px;
}
@media only screen and (max-width: 767px) {
  .sz-modal .sz-modal-content {
    width: 355px;
  }
}
.sz-modal .sz-modal-content .sz-modal-content-header {
  width: 100%;
  min-height: 48px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dbd7d4;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sz-modal .sz-modal-content .sz-modal-content-header .sz-modal-content-header-title {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .sz-modal .sz-modal-content .sz-modal-content-header .sz-modal-content-header-title {
    font-size: 20px;
  }
}
.sz-modal .sz-modal-content .sz-modal-content-header .__text-button .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sz-modal .sz-modal-content .sz-modal-content-body {
  padding: 30px 30px 0;
  background: #ffffff;
  max-height: 80vh;
  overflow-y: auto;
}
@media only screen and (max-width: 767px) {
  .sz-modal .sz-modal-content .sz-modal-content-body {
    padding: 20px 20px 0;
  }
}
.sz-modal .sz-modal-content .sz-modal-content-footer {
  padding: 30px 30px 20px;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .sz-modal .sz-modal-content .sz-modal-content-footer {
    padding: 20px;
  }
}
.sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media only screen and (max-width: 767px) {
  .sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn .__secondary-button,
  .sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn .__main-button {
    width: 100% !important;
    margin: 0 !important;
    font-size: 16px !important;
  }
}
.sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn .__secondary-button {
  width: 230px;
  height: 52px;
  margin-right: 20px;
}
.sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn .__secondary-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn .__main-button {
  width: 230px;
  height: 52px;
}
.sz-modal .sz-modal-content .sz-modal-content-footer .sz-modal-content-footer-btn .__main-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.modal-open {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}
.sz-modal-method {
  width: 100vw;
  height: 100vh;
  background: rgba(16, 16, 16, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sz-modal-method.show {
  opacity: 1;
  visibility: visible;
}
.sz-modal-method-content {
  width: 500px;
}
@media only screen and (max-width: 767px) {
  .sz-modal-method-content {
    width: 355px;
  }
}
.sz-modal-method-content-header {
  width: 100%;
  min-height: 48px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #dbd7d4;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sz-modal-method-content-header-title {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .sz-modal-method-content-header-title {
    font-size: 20px;
  }
}
.sz-modal-method-content-header .__text-button .close-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sz-modal-method-content-body {
  padding: 30px 30px 0;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  color: #4f3d1e;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sz-modal-method-content-body {
    padding: 20px 20px 0;
  }
}
.sz-modal-method-content-body .sz-modal-content-text {
  margin-left: 10px;
}
.sz-modal-method-content:not(:has(.sz-modal-method-content-footer)) .sz-modal-method-content-body {
  padding-bottom: 30px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .sz-modal-method-content:not(:has(.sz-modal-method-content-footer)) .sz-modal-method-content-body {
    padding-bottom: 20px;
  }
}
.sz-modal-method-content-footer {
  padding: 58px 30px 20px;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .sz-modal-method-content-footer {
    padding: 30px 20px 20px;
  }
}
.sz-modal-method-content-footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sz-modal-method-content-footer-btn:has(.cancel-btn) .__secondary-button,
.sz-modal-method-content-footer-btn:has(.cancel-btn) .__main-button {
  width: 120px;
  height: 40px;
  line-height: normal;
  font-size: 16px;
}
.sz-modal-method-content-footer-btn .__secondary-button {
  width: 230px;
  height: 52px;
  margin-right: 20px;
}
.sz-modal-method-content-footer-btn .__main-button {
  width: 230px;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .sz-modal-method-content-footer-btn .__main-button {
    width: 100%;
    height: 49px;
  }
}
/**
 * 价格日历组件样式
 * 基于设计稿的颜色系统和布局
 */
.price-calendar-container {
  width: 703px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .price-calendar-container {
    width: 375px;
  }
}
.price-calendar-container .price-calendar-header {
  height: 60px;
  background: #dbd7d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.price-calendar-container .price-calendar-header .lowest-price-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.price-calendar-container .price-calendar-header .lowest-price-indicator .price-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cc0100;
}
.price-calendar-container .price-calendar-header .lowest-price-indicator .price-text {
  font-size: 28px;
  color: #101010;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-header .lowest-price-indicator .price-text {
    font-size: 20px;
  }
}
.price-calendar-container .price-calendar-header .__text-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.price-calendar-container .price-calendar-header .__text-button .close-icon {
  width: 16px;
  height: 16px;
}
.price-calendar-container .price-calendar-body {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-body {
    padding: 20px 10px;
  }
}
.price-calendar-container .price-calendar-body .month-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button:hover {
  opacity: 0.8;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button .nav-text {
  font-size: 16px;
  color: #4f3d1e;
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-body .month-navigation .nav-button .nav-text {
    font-size: 14px;
    margin: 0;
  }
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button .nav-arrow {
  width: 30px;
  height: 30px;
  background: #dbd7d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button .nav-arrow:hover {
  background: #cfcac6;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button .nav-arrow svg {
  width: 15px;
  height: 16px;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button .nav-arrow.next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button.prev-month .nav-arrow {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 8px;
}
.price-calendar-container .price-calendar-body .month-navigation .nav-button.next-month .nav-arrow {
  margin-left: 8px;
}
.price-calendar-container .price-calendar-body .month-navigation .current-month .month-name {
  font-size: 16px;
  font-weight: 500;
  color: #101010;
}
.price-calendar-container .price-calendar-body .weekdays-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.price-calendar-container .price-calendar-body .weekdays-header .weekday-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32px;
  background: #f8f1e5;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-calendar-container .price-calendar-body .weekdays-header .weekday-cell .weekday-text {
  font-size: 14px;
  font-weight: 500;
  color: #2c2420;
}
.price-calendar-container .price-calendar-body .weekdays-header .weekday-cell.weekend .weekday-text {
  font-weight: 500;
  color: #2c2420;
}
.price-calendar-container .price-calendar-body .calendar-content {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.price-calendar-container .price-calendar-body .calendar-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.price-calendar-container .price-calendar-body .calendar-grid {
  position: relative;
  z-index: 2;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 70px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell {
    height: 56px;
  }
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  width: 76px;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content {
    width: 46px;
  }
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content .day-number {
  font-size: 16px;
  color: #554e49;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content .day-number {
    font-size: 14px;
  }
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 767px) {
  .price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content .price-info {
    gap: 2px;
  }
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content .price-info .price-text {
  font-size: 14px;
  color: #2c2420;
  line-height: 20px;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell .date-content .price-info .price-dot.lowest {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cc0100;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.today .day-number {
  color: #cc0100;
  font-weight: 500;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.selected {
  background: #cc0100;
  border-radius: 8px;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.selected .day-number {
  color: #ffffff;
  font-weight: 500;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.selected .price-info .price-text {
  color: #ffffff;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.selected .price-info .price-dot.lowest {
  background: #ffffff;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.weekend .day-number {
  color: #cc0100;
  font-weight: 500;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.weekend.selected .day-number {
  color: #ffffff;
  font-weight: 500;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.other-month .day-number,
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.other-month .price-info .price-text {
  color: #dbd7d4;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.other-month.weekend .day-number {
  color: #dbd7d4;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.lowest-price .price-info .price-dot {
  border-color: #ffffff;
  background-color: red;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell.disabled .day-number {
  color: #dbd7d4;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell:not(.disabled):hover {
  background: #f8f1e5;
  border-radius: 8px;
}
.price-calendar-container .price-calendar-body .calendar-grid .calendar-week .calendar-cell:focus {
  outline: 2px solid #cc0100;
  outline-offset: 2px;
}
.price-calendar-container .price-calendar-footer {
  padding: 0 20px 20px;
}
.price-calendar-container .price-calendar-footer .currency-info {
  font-size: 20px;
  color: #101010;
}
.price-calendar-container .calendar-cell:focus-visible {
  outline: 2px solid #cc0100;
  outline-offset: 2px;
  z-index: 1;
}
.price-calendar-container .calendar-cell {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.price-calendar-container .calendar-cell:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.price-calendar-container .nav-arrow {
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease;
  transition: background-color 0.2s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
}
.price-calendar-container .nav-arrow:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.sz-table .sz-table-wrapper,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbd7d4;
  border-radius: 8px;
  overflow: hidden;
}
.sz-table .sz-table-wrapper .sz-table-container,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  color: #101010;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-wrapper .sz-table-container .sz-table,
  .tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table {
    font-size: 12px;
  }
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead {
  background: #f4f6f9;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th {
  padding: 10px 6px;
  text-align: center;
  font-weight: 400;
  color: #101010;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #dbd7d4;
  border-bottom: 1px solid #dbd7d4;
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th,
  .tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th {
    padding: 8px 6px;
  }
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th:last-child,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th:last-child {
  border-right: none;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th::after,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #942531;
  border-radius: 0 0 8px 8px;
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th::after,
  .tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th::after {
    width: 30px;
  }
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable:hover,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable:hover {
  background: rgba(244, 246, 249, 0.8);
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable .sz-table-sort-icon,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable .sz-table-sort-icon {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  opacity: 0.6;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable .sz-table-sort-icon.active,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-sortable .sz-table-sort-icon.active {
  opacity: 1;
  color: #942531;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-left,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-left {
  text-align: left;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-right,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-thead tr th.sz-table-cell-right {
  text-align: right;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr:hover,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr:hover {
  background: rgba(244, 246, 249, 0.3);
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr.sz-table-row-selected,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr.sz-table-row-selected {
  background: rgba(148, 37, 49, 0.05);
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td {
  padding: 10px 6px;
  vertical-align: middle;
  word-break: break-word;
  text-align: center;
  border-right: 1px solid #dbd7d4;
  border-bottom: 1px solid #dbd7d4;
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td,
  .tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td {
    padding: 8px 6px;
  }
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td:last-child,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td:last-child {
  border-right: none;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-left,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-left {
  text-align: left;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-right,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-right {
  text-align: right;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-merged,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-merged {
  background: #ffffff;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-bottom-edge,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr td.sz-table-cell-bottom-edge {
  border-bottom: none !important;
}
.sz-table .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr:last-child td,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-container .sz-table .sz-table-tbody tr:last-child td {
  border-bottom: none;
}
.sz-table .sz-table-wrapper .sz-table-empty,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-empty {
  padding: 60px 20px;
  text-align: center;
}
.sz-table .sz-table-wrapper .sz-table-empty-content,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-empty-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sz-table .sz-table-wrapper .sz-table-empty-image,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-empty-image {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  opacity: 0.4;
}
.sz-table .sz-table-wrapper .sz-table-empty-text,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-empty-text {
  color: #999999;
  font-size: 14px;
}
.sz-table .sz-table-wrapper .sz-table-loading,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
.sz-table .sz-table-wrapper .sz-table-loading-content,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-loading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sz-table .sz-table-wrapper .sz-table-loading-spinner,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-loading-spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #cccccc;
  border-top: 2px solid #cc0100;
  border-radius: 50%;
  -webkit-animation: sz-table-spin 1s linear infinite;
          animation: sz-table-spin 1s linear infinite;
  margin-bottom: 12px;
}
.sz-table .sz-table-wrapper .sz-table-loading-text,
.tippy-box[data-theme~='table-tippy'] .sz-table-wrapper .sz-table-loading-text {
  color: #554e49;
  font-size: 14px;
}
.sz-table .sz-table-notes-title .sz-table-notes-title-text,
.tippy-box[data-theme~='table-tippy'] .sz-table-notes-title .sz-table-notes-title-text {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #cc0100;
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-notes-title .sz-table-notes-title-text,
  .tippy-box[data-theme~='table-tippy'] .sz-table-notes-title .sz-table-notes-title-text {
    margin: 10px 0;
  }
}
.sz-table .sz-table-notes .sz-table-note-item,
.tippy-box[data-theme~='table-tippy'] .sz-table-notes .sz-table-note-item {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #101010;
  line-height: 1.5;
}
.sz-table .sz-table-notes .sz-table-note-item:nth-child(1),
.tippy-box[data-theme~='table-tippy'] .sz-table-notes .sz-table-note-item:nth-child(1) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-notes .sz-table-note-item:nth-child(1),
  .tippy-box[data-theme~='table-tippy'] .sz-table-notes .sz-table-note-item:nth-child(1) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sz-table .sz-table-notes .sz-table-note-item,
  .tippy-box[data-theme~='table-tippy'] .sz-table-notes .sz-table-note-item {
    font-size: 12px;
    line-height: 1.2;
  }
}
.sz-table .sz-table-notes .sz-table-note-item:last-child,
.tippy-box[data-theme~='table-tippy'] .sz-table-notes .sz-table-note-item:last-child {
  margin-bottom: 0;
}
.sz-table.sz-table-no-border .sz-table-wrapper,
.tippy-box[data-theme~='table-tippy'].sz-table-no-border .sz-table-wrapper {
  border: none !important;
  border-radius: 0 !important;
}
.sz-table.sz-table-no-border .sz-table-wrapper .sz-table .sz-table-thead tr th,
.tippy-box[data-theme~='table-tippy'].sz-table-no-border .sz-table-wrapper .sz-table .sz-table-thead tr th {
  border-right: none !important;
  border-bottom: none !important;
}
.sz-table.sz-table-no-border .sz-table-wrapper .sz-table .sz-table-tbody tr td,
.tippy-box[data-theme~='table-tippy'].sz-table-no-border .sz-table-wrapper .sz-table .sz-table-tbody tr td {
  border-right: none !important;
  border-bottom: none !important;
}
.sz-table.sz-table-no-border .sz-table-wrapper .sz-table .sz-table-tbody tr:last-child td,
.tippy-box[data-theme~='table-tippy'].sz-table-no-border .sz-table-wrapper .sz-table .sz-table-tbody tr:last-child td {
  border-bottom: none !important;
}
.sz-table.sz-table-notes-only .sz-table-wrapper,
.tippy-box[data-theme~='table-tippy'].sz-table-notes-only .sz-table-wrapper {
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}
.sz-table.sz-table-notes-only .sz-table-notes-title .sz-table-notes-title-text,
.tippy-box[data-theme~='table-tippy'].sz-table-notes-only .sz-table-notes-title .sz-table-notes-title-text {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #cc0100;
}
.sz-table.sz-table-notes-only .sz-table-notes .sz-table-note-item:nth-child(1),
.tippy-box[data-theme~='table-tippy'].sz-table-notes-only .sz-table-notes .sz-table-note-item:nth-child(1) {
  margin-top: 0;
}
.tippy-box[data-theme~='table-tippy'] {
  width: 690px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .tippy-box[data-theme~='table-tippy'] {
    width: 305px;
    max-width: 100%;
  }
}
@-webkit-keyframes sz-table-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sz-table-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sz-table-sort-icon::before {
  content: '↕';
}
.sz-table-sort-icon.asc::before {
  content: '↑';
}
.sz-table-sort-icon.desc::before {
  content: '↓';
}
.sz-verification-code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sz-verification-code .verification-image-container {
  border: 1px solid #d9d9d9;
  background: #f5f5f5;
}
.sz-verification-code .verification-image-container .verification-image {
  width: 156px;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 767px) {
  .sz-verification-code .verification-image-container .verification-image {
    width: 100px;
    height: 32px;
  }
}
.sz-verification-code .refresh-btn {
  margin-left: 20px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .sz-verification-code .refresh-btn {
    margin-left: 10px;
  }
}
.city-origin {
  position: relative;
}
.city-origin.input-single .icon-zh-right-type1 {
  position: initial;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.city-panel {
  position: absolute;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  top: 0;
  background-color: transparent;
  z-index: 3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .city-panel {
  position: fixed;
  z-index: 1059;
  -webkit-transition: none;
  transition: none;
}
.city-panel .city-render {
  position: relative;
  min-height: 22.8rem;
  overflow: hidden;
}
.modal .city-panel .city-render {
  min-height: 13rem;
}
.city-panel .continent-title {
  font-size: 0.7rem;
  padding: 0.5rem;
  height: 2rem;
  border-bottom: 1px solid #cccccc;
  color: #4F3D1E;
}
.city-panel .city-text {
  color: #101010;
}
.city-panel .city-list-wrap {
  max-height: 20.7rem;
  overflow: hidden;
  overflow-y: auto;
}
.modal .city-panel .city-list-wrap {
  max-height: 10.9rem;
}
.city-panel .city-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 0.8rem;
  padding: 1rem 0.5rem;
}
.city-panel .city-list.active {
  background-color: #cc0100;
  color: #fff;
}
.city-panel .city-list.active .city-text {
  color: #fff;
}
.city-panel .city-list:last-child {
  border-bottom: none;
}
.city-panel .city-list:hover {
  background-color: #cc0100;
  color: #fff;
}
.city-panel .city-list:hover .city-text {
  color: #fff;
}
.city-panel .city-list:focus {
  outline: none;
  border: none;
}
.city-panel .city-continent,
.city-panel .city-airport,
.city-panel .city-search {
  z-index: 9;
  position: absolute;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #fff;
}
.city-panel .city-airport {
  left: 100%;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .city-panel .city-airport {
  -webkit-transition: none;
  transition: none;
}
.city-panel .city-airport.show-airport {
  left: 0;
  visibility: visible;
  background: #fff;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .city-panel .city-airport.show-airport {
  -webkit-transition: none;
  transition: none;
}
.city-panel .city-airport.show-airport .city-list:last-child {
  border-bottom: 1px solid #ccc;
}
.city-panel .city-search {
  display: none;
}
.city-panel .city-search.show-search {
  display: block;
  background-color: #fff;
}
.city-panel .city-search.show-search .city-list-wrap {
  max-height: 22.7rem;
}
.modal .city-panel .city-search.show-search .city-list-wrap {
  max-height: 12.9rem;
}
.city-panel .no-result {
  height: 14rem;
  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;
  padding: 0.5rem;
  text-align: center;
}
.city-panel .back-continent {
  font-size: 0.7rem;
  padding: 0.5rem;
  height: 2rem;
  color: #cc0100;
  border-bottom: 1px solid #cccccc;
}
.city-panel .back-to {
  cursor: pointer;
  vertical-align: middle;
}
.city-panel .back-to .icon-zh {
  margin-right: 0.5rem;
}
.show-panel .city-panel {
  width: 100%;
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.modal .show-panel .city-panel {
  -webkit-transition: none;
  transition: none;
}
.date-range-picker {
  display: none;
  position: absolute;
  padding: 0.75rem 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 0.6rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 0.6rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.date-range-picker .picker-wrap {
  position: relative;
}
.date-range-picker .picker-header {
  border-radius: 5px 5px 0 0;
  margin: -0.75rem -1rem -1rem;
  padding: 0 0.9rem;
  line-height: 2.5rem;
  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;
  position: relative;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fafafa));
  background: linear-gradient(180deg, #fdfdfd 0%, #fafafa 100%);
}
.date-range-picker .year-selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.date-range-picker .year-selector-wrapper .year-selector-input {
  width: 3rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem 0 0.5rem;
  background: transparent;
  border: none;
  font-size: 0.8rem;
  color: #333;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.date-range-picker .year-selector-wrapper .year-selector-icon {
  font-size: 0.6rem;
  color: #757575;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.date-range-picker .year-selector-wrapper .year-dropdown-wrap {
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.6rem 0;
  z-index: 1001;
  border: 0.05rem solid #cccccc;
  border-radius: 0.25rem;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 0.6rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0.6rem 0 rgba(0, 0, 0, 0.2);
  min-width: 8rem;
}
.date-range-picker .year-selector-wrapper .year-dropdown-wrap .year-dropdown-list {
  max-height: 10rem;
  overflow-y: auto;
}
.date-range-picker .year-selector-wrapper .year-dropdown-wrap .year-dropdown-list .__dropdown-item {
  padding: 0 0.5rem;
  font-size: 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #101010;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.date-range-picker .year-selector-wrapper .year-dropdown-wrap .year-dropdown-list .__dropdown-item:hover,
.date-range-picker .year-selector-wrapper .year-dropdown-wrap .year-dropdown-list .__dropdown-item:focus-within {
  background-color: #f9e5e5;
}
.date-range-picker .year-selector-wrapper .year-dropdown-wrap .year-dropdown-list .__dropdown-item.__dropdown-item-active {
  background-color: #f9e5e5;
}
.date-range-picker .close-picker-wrap {
  position: absolute;
  right: 0.9rem;
}
.date-range-picker .close-picker-wrap .close-picker {
  cursor: pointer;
  color: #757575;
  font-size: 0.6rem;
}
.date-range-picker .preMonth {
  float: left;
  cursor: pointer;
}
.date-range-picker .preMonth .icon-zh {
  font-size: 18px;
  color: #4f3d1e;
}
.date-range-picker .nextMonth {
  float: right;
  cursor: pointer;
}
.date-range-picker .nextMonth .icon-zh {
  font-size: 18px;
  color: #4f3d1e;
}
.date-range-picker .picker-body {
  margin-top: 1.75rem;
}
.date-range-picker .picker-hd {
  text-align: center;
  margin-bottom: 1rem;
}
.date-range-picker .picker-hd h3 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #101010;
  cursor: default;
}
.date-range-picker .date-row {
  color: #333333;
}
.date-range-picker .date-row th {
  display: inline-block;
  width: 2.2rem;
  height: 1.1rem;
  line-height: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
  cursor: default;
  color: #757575;
  font-size: 0.7rem;
}
.date-range-picker .date-row .date-td {
  display: inline-block;
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  font-weight: normal;
  cursor: pointer;
  font-size: 0.8rem;
}
.date-range-picker .date-row .date-td:hover {
  border: 1px solid #cc0100;
  border-radius: 4px;
  background-clip: padding-box;
  color: #cc0100;
}
.date-range-picker .date-row .date-td.empty-date:hover {
  border: none;
  cursor: default;
}
.date-range-picker .date-row .date-td.gray-date {
  color: #dbd7d4;
}
.date-range-picker .date-row .date-td.gray-date:hover {
  border: none;
  cursor: default;
  color: #dbd7d4;
}
.date-range-picker .date-row .date-td.weekend {
  color: #cc0100;
}
.date-range-picker .date-row .date-td.today {
  color: #cc0100;
}
.date-range-picker .date-row .date-td.hover {
  border: 1px solid #cc0100;
  border-radius: 4px;
  color: #cc0100;
}
.date-range-picker .date-row .date-td.active {
  border-radius: 4px;
  background-color: #cc0100;
  color: #fff;
}
.date-range-picker .date-row .date-td.range {
  background-color: #f8f1f4;
}
.date-range-picker .date-row .date-td.range.active {
  background-color: #cc0100;
  color: #fff;
}
.date-range-picker .date-row .date-td.range.today {
  color: #333333;
}
.date-range-picker .date-row .date-td .day {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.date-range-picker .date-row .date-td .day-now:before {
  position: absolute;
  content: '';
  bottom: -0.25rem;
  left: 0.25rem;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #cc0100;
}
.date-range-picker .date-row .empty-date {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
}
.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 {
  border: 1px solid #cc0100;
}
.date-range-picker .date-row .start-date.end-date .day {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 4px;
  text-align: center;
  background-color: #cc0100;
}
.date-range-picker .date-row .start-date.end-date.active {
  background-color: #fff;
}
.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 .date-row .red-color {
  color: #cc0100;
}
.date-range-picker .picker-con {
  float: left;
}
.date-range-picker .picker-con.mobile-month {
  display: none;
}
.date-range-picker .left-con {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .date-range-picker {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    left: 0 !important;
  }
  .date-range-picker .picker-con {
    width: 100%;
  }
  .date-range-picker .picker-con .date-table {
    margin: 0 auto;
  }
  .date-range-picker .picker-con.mobile-month {
    display: block;
  }
  .date-range-picker .preMonth,
  .date-range-picker .nextMonth {
    display: none;
  }
  .date-range-picker .picker-header {
    margin: -0.75rem 0rem -1rem;
  }
  .date-range-picker .close-picker-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 0.9rem;
    line-height: 2rem;
  }
  .date-range-picker .picker-body {
    margin-top: -0.25rem;
    min-width: 16rem;
    max-height: 27.3rem;
    overflow-y: auto;
  }
  .date-range-picker .picker-hd {
    width: 15.4rem;
    margin: 1.5rem auto 1rem auto;
  }
  .date-range-picker .left-con {
    margin: 0;
  }
}
.global-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-loading .global-loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
}
.global-loading .global-loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 164px;
  height: 164px;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-loading .global-loading-content img {
  display: block;
  width: 80px;
  height: 80px;
}
.global-loading .global-loading-content span {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}
.dropdown:hover .dropdown-content,
.dropdown:focus-within .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content-header,
.dropdown:focus-within .dropdown-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.dropdown .dropdown-content .triangle {
  background-color: transparent;
  height: 0.75rem;
  width: 0.9rem;
  position: relative;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.dropdown .dropdown-content .triangle::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: calc(50% - 0.25rem);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 0.9rem;
  height: 0.9rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dropdown .dropdown-content .triangle {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
@media only screen and (max-width: 767px) {
  .dropdown .dropdown-content .triangle {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
.dropdown .dropdown-content-user {
  width: 6.85rem;
}
.dropdown .dropdown-content-user-login {
  width: 11rem;
}
.dropdown .dropdown-content-user-login .dropdown-content-login {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown .dropdown-content-user-login .dropdown-content-login .dropdown-content-login-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dropdown .dropdown-content-user-login .dropdown-content-login .dropdown-content-login-item:not(:first-child) {
  margin-top: 0.8rem;
}
.dropdown .dropdown-content-user-login .dropdown-content-login .log-out {
  margin-top: 0.6rem;
  padding-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #dbd7d4;
}
.dropdown .dropdown-content-user-login .dropdown-content-login .log-out .log-out-btn {
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
  color: #cc0100;
}
.dropdown .dropdown-content-user-login .dropdown-content-login .menu-item {
  width: 100%;
  padding-left: 0.4rem !important;
}
.dropdown .dropdown-content-user-login .dropdown-content-inner {
  -webkit-transform: translateX(-2.75rem);
          transform: translateX(-2.75rem);
  display: block;
}
.dropdown .dropdown-content-user-login .dropdown-content-inner .menu-item {
  font-size: 0.7rem;
  line-height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #554e49;
  margin-bottom: 0.5rem;
}
.dropdown .dropdown-content-user-login .dropdown-content-inner .menu-item:last-child {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.dropdown .dropdown-content-user-login .dropdown-content-inner .menu-item img {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown .dropdown-content-user .dropdown-content-inner {
  -webkit-transform: translateX(-2.75rem);
          transform: translateX(-2.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.7rem;
  color: #554e49;
}
.dropdown .dropdown-content-user .dropdown-content-inner .text-btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dropdown .dropdown-content-user .dropdown-content-inner .text-btn:hover {
  color: #cc0100;
}
.dropdown .dropdown-content-language {
  width: 20.5rem;
  -webkit-transform: translateX(-12.5rem);
          transform: translateX(-12.5rem);
}
.dropdown .dropdown-content-language .triangle {
  -webkit-transform: translateX(17.5rem);
          transform: translateX(17.5rem);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dropdown .dropdown-content-language .triangle {
    -webkit-transform: translateX(17rem);
            transform: translateX(17rem);
  }
}
.dropdown .dropdown-content-language .dropdown-content-inner {
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-title {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #101010;
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap {
  height: 7.55rem;
  padding: 0;
  overflow-y: auto;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.35rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0.25rem;
  border-radius: 0.2rem;
  width: 100%;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item:last-child {
  margin-bottom: 0;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item:hover,
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item:focus-within {
  background-color: #f9e5e5;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item-active {
  background-color: #f9e5e5;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item img {
  width: 0.9rem;
  height: 1rem;
  margin-right: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .select-item p {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #554e49;
}
.dropdown .dropdown-content-language .dropdown-content-inner .select-area .select-wrap .child-item {
  padding-left: 2rem;
}
.dropdown .dropdown-content-header {
  width: 100vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url('../images/header-airline-logo.png');
  background-repeat: no-repeat;
  background-position: calc(1%) 3.05rem;
  background-color: #ffffff;
  background-size: 15rem 16rem;
}
.dropdown .dropdown-content-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0 1rem 9.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dropdown .dropdown-content-header-inner .info-wrap {
  width: 11rem;
}
.dropdown .dropdown-content-header-inner .info-wrap .info-title {
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.95rem;
  color: #101010;
  padding-left: 0.4rem;
  border-left: 0.2rem solid #cc0100;
}
.dropdown .dropdown-content-header-inner .info-wrap .info-item {
  padding-left: 0.6rem;
  font-size: 0.7rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.dropdown .dropdown-content-header-inner .info-wrap .info-item:first-child {
  padding-left: 0;
}
.dropdown .dropdown-content-header-inner .info-wrap .info-item .more {
  color: #cc0100;
}
.dropdown .dropdown-content-inner {
  z-index: 5;
  position: relative;
  background-color: #ffffff;
  padding: 0.8rem;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.2);
}
.pc-header-wrap .cookie-close {
  vertical-align: top;
}
.login-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
  border: none;
}
.login-wrapper .login-inner {
  width: 710px;
  height: auto;
  margin: 8rem auto 0;
  background: #ffffff;
  border-radius: 0.4rem;
}
.login-wrapper .login-inner .header {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: '. title close';
  background: #dbd7d4;
  height: 3rem;
  font-size: 28px;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-wrapper .login-inner .header .title {
  grid-area: title;
  text-align: center;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login-wrapper .login-inner .header .icon-close {
  grid-area: close;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  justify-self: end;
}
.login-wrapper .login-inner .content {
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-wrapper .login-inner .content .form-content {
  max-height: 570px;
  scrollbar-width: none;
}
.login-wrapper .login-inner .content .form-content .form-item .require {
  color: #cc0100;
}
.login-wrapper .login-inner .content .form-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.login-wrapper .login-inner .content .input-wrap {
  margin-bottom: 0.5rem;
}
.login-wrapper .login-inner .content .input-wrap .text {
  height: 62px;
}
.login-wrapper .login-inner .content .input-wrap .error-tips {
  position: relative;
}
.login-wrapper .login-inner .content .identity-type {
  display: none;
}
.login-wrapper .login-inner .content .login-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.login-wrapper .login-inner .content .login-captcha .sz-verification-code .verification-image-container {
  border: none;
}
.login-wrapper .login-inner .content .check-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 1.7rem 0;
}
.login-wrapper .login-inner .content .check-read p {
  font-size: 16px;
}
.login-wrapper .login-inner .content .login-submit {
  display: block;
  width: 100%;
}
.login-wrapper .login-inner .content .footer-operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.login-wrapper .login-inner .content .footer-operate a {
  font-size: 16px;
  color: #cc0100;
  text-decoration: underline;
}
.login-wrapper .login-inner .content .footer-operate a.register-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.verification-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
  border: none;
}
.verification-wrapper .verification-inner {
  width: 710px;
  height: auto;
  margin: 8rem auto 0;
  background: #ffffff;
  border-radius: 0.4rem;
}
.verification-wrapper .verification-inner .header {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: '. title close';
  background: #dbd7d4;
  height: 3rem;
  font-size: 28px;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.verification-wrapper .verification-inner .header .title {
  grid-area: title;
  text-align: center;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.verification-wrapper .verification-inner .header .icon-close {
  grid-area: close;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  justify-self: end;
}
.verification-wrapper .verification-inner .content {
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.verification-wrapper .verification-inner .content .form-content {
  max-height: 570px;
  scrollbar-width: none;
}
.verification-wrapper .verification-inner .content .form-content .form-item .require {
  color: #cc0100;
}
.verification-wrapper .verification-inner .content .form-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.verification-wrapper .verification-inner .content .input-wrap {
  margin-bottom: 0.5rem;
}
.verification-wrapper .verification-inner .content .input-wrap .text {
  height: 62px;
}
.verification-wrapper .verification-inner .content .input-wrap .error-tips {
  position: relative;
}
.verification-wrapper .verification-inner .content .identity-type {
  display: none;
}
.verification-wrapper .verification-inner .content .verification-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.verification-wrapper .verification-inner .content .verification-captcha .sz-verification-code .verification-image-container {
  border: none;
}
.verification-wrapper .verification-inner .content .check-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 1.7rem 0;
}
.verification-wrapper .verification-inner .content .check-read p {
  font-size: 16px;
}
.verification-wrapper .verification-inner .content .dispatch-notice {
  background: #fdf7e8;
  border: 1px solid rgba(238, 183, 28, 0.6);
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .verification-wrapper .verification-inner .content .dispatch-notice {
    padding: 10px;
  }
}
.verification-wrapper .verification-inner .content .dispatch-notice .notice-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #101010;
  margin-bottom: 10px;
}
.verification-wrapper .verification-inner .content .dispatch-notice .notice-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #101010;
  margin-bottom: 5px;
}
.verification-wrapper .verification-inner .content .verification-submit {
  display: block;
  width: 100%;
}
.binding-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  outline: none;
  border: none;
}
.binding-wrapper .binding-inner {
  width: 710px;
  height: auto;
  margin: 6rem auto 0;
  background: #ffffff;
  border-radius: 0.4rem;
}
.binding-wrapper .binding-inner .header {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: '. title close';
  background: #dbd7d4;
  height: 3rem;
  font-size: 28px;
  padding: 0 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.binding-wrapper .binding-inner .header .title {
  grid-area: title;
  text-align: center;
  color: #101010;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.binding-wrapper .binding-inner .header .icon-close {
  grid-area: close;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  justify-self: end;
}
.binding-wrapper .binding-inner .content {
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.binding-wrapper .binding-inner .content .header-error-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 12px;
  border-radius: 4px;
  border: 1px solid #ff9e9f;
  background-color: #fff0f0;
  font-size: 14px;
  margin-bottom: 20px;
}
.binding-wrapper .binding-inner .content .header-error-tips .icon-zh {
  color: #ff4d4f;
  margin-right: 8px;
}
.binding-wrapper .binding-inner .content .form-content {
  max-height: 570px;
  scrollbar-width: none;
}
.binding-wrapper .binding-inner .content .form-content .form-item .require {
  color: #cc0100;
}
.binding-wrapper .binding-inner .content .form-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.binding-wrapper .binding-inner .content .input-wrap {
  margin-bottom: 0.5rem;
}
.binding-wrapper .binding-inner .content .input-wrap .text {
  height: 62px;
}
.binding-wrapper .binding-inner .content .input-wrap .error-tips {
  position: relative;
}
.binding-wrapper .binding-inner .content .identity-type {
  display: none;
}
.binding-wrapper .binding-inner .content .binding-captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.binding-wrapper .binding-inner .content .binding-captcha .sz-verification-code .verification-image-container {
  border: none;
}
.binding-wrapper .binding-inner .content .check-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 0 0.7rem 0;
}
.binding-wrapper .binding-inner .content .check-read p {
  font-size: 16px;
}
.binding-wrapper .binding-inner .content .dispatch-notice {
  background: #fdf7e8;
  border: 1px solid rgba(238, 183, 28, 0.6);
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .binding-wrapper .binding-inner .content .dispatch-notice {
    padding: 10px;
  }
}
.binding-wrapper .binding-inner .content .dispatch-notice .notice-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #101010;
  margin-bottom: 10px;
}
.binding-wrapper .binding-inner .content .dispatch-notice .notice-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #101010;
  margin-bottom: 5px;
}
.binding-wrapper .binding-inner .content .binding-submit {
  display: block;
  width: 100%;
}
@media screen and (max-height: 850px) and (min-width: 767px) {
  .login-wrapper .login-inner {
    margin: 1rem auto 0;
  }
  .login-wrapper .login-inner .content .form-content {
    max-height: 400px;
    overflow-y: scroll;
  }
  .verification-wrapper .verification-inner {
    margin: 1rem auto 0;
  }
  .verification-wrapper .verification-inner .content .form-content {
    max-height: 340px;
    overflow-y: scroll;
  }
  .verification-wrapper .verification-inner .content .verification-submit {
    height: 2rem;
    line-height: 2rem;
  }
  .binding-wrapper .binding-inner {
    margin: 1rem auto 0;
  }
  .binding-wrapper .binding-inner .content .form-content {
    max-height: 325px;
    overflow-y: scroll;
  }
  .binding-wrapper .binding-inner .content .binding-submit {
    height: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  /* PC 端 */
  .ipad-header-wrap,
  .mobile-app-header-content {
    display: none;
  }
  .pc-header-wrap {
    display: block;
    position: relative;
    top: 0;
    z-index: 25;
    width: 100%;
  }
  .pc-header-wrap .pc-header-nav {
    width: 100%;
    background: rgba(235, 213, 156, 0.8);
  }
  .pc-header-wrap .pc-header-nav .pc-header-nav-inner {
    margin: 0 auto;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pc-header-wrap .pc-header-nav .pc-header-nav-inner .content {
    color: #101010;
    font-size: 0.7rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .pc-header-wrap .pc-header-nav .pc-header-nav-inner .nav-icon-close {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.85rem;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .pc-header-wrap .pc-app-header {
    height: 5rem;
    background-color: #2c2420;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc-header-wrap .pc-app-header-inner {
    background-color: #2c2420;
    height: 4rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .header-dropdown-btn {
    margin-right: 1.5rem;
    height: 4rem;
    -webkit-transform: translateY(1.45rem);
            transform: translateY(1.45rem);
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .header-dropdown-btn .btn {
    margin-right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .logo {
    width: 7.5rem;
    height: 8.5rem;
    margin-right: 0.75rem;
    z-index: 100;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .logo img {
    width: 7.5rem;
    height: 8.5rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .btn {
    padding: 0 0.75rem;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    height: 3.5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 0.8rem;
    -webkit-transform: translateY(1.45rem);
            transform: translateY(1.45rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1rem;
    margin-right: 1.5rem;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .btn:hover {
    background-color: #cc0100;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .btn-active {
    background-color: #cc0100;
  }
  .pc-header-wrap .pc-app-header-inner .btn-group .btn.actived {
    background-color: #cc0100;
  }
  .pc-header-wrap .pc-app-header-inner .right-area {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item {
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.7rem;
    margin-left: 1.5rem;
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item-border {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    -webkit-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item-border img {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.5rem;
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item .split {
    margin: 0 0.5rem;
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item .img-flag {
    margin-right: 0.5rem;
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item-btn {
    color: #ffffff;
    font-size: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc-header-wrap .pc-app-header-inner .right-area .tool-item-btn .icon-zh-profile {
    margin-right: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.6rem;
    border-radius: 50%;
    border: 0.06rem solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 767px) {
  .mobile-app-language-selector-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  /* IPAD */
  .pc-header-wrap {
    display: none;
  }
  .ipad-header-wrap {
    display: block;
    position: sticky;
    top: 0;
    z-index: 25;
    width: 100%;
  }
  .ipad-header-wrap .ipad-header-nav {
    width: 100%;
    background: rgba(235, 213, 156, 0.8);
  }
  .ipad-header-wrap .ipad-header-nav .pc-header-nav-inner {
    margin: 0 auto;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ipad-header-wrap .ipad-header-nav .pc-header-nav-inner .content {
    color: #101010;
    font-size: 0.7rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ipad-header-wrap .ipad-header-nav .pc-header-nav-inner .nav-icon-close {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.85rem;
    cursor: pointer;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ipad-header-wrap .mobile-app-header {
    height: 3.5rem;
    background-color: #2c2420;
    z-index: 99;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ipad-header-wrap .mobile-app-header .btn-group .logo {
    width: 4.85rem;
    height: 5.5rem;
    -webkit-transform: translateY(0.95rem);
            transform: translateY(0.95rem);
  }
  .ipad-header-wrap .mobile-app-header .mobile-language-dropdown {
    display: none;
  }
  .ipad-header-wrap .mobile-app-header .right-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ipad-header-wrap .mobile-app-header .right-area .pad-language-dropdown {
    display: block;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item {
    color: #ffffff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.7rem;
    margin-left: 0.5rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item-border {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item-border img {
    width: 0.9rem;
    height: 0.9rem;
    margin: 0 0.5rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item .split {
    margin: 0 0.5rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item .img-flag {
    margin-right: 0.5rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item-btn {
    color: #ffffff;
    font-size: 0.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item-btn .icon-zh-profile {
    margin-right: 0.5rem;
    width: 0.9rem;
    height: 0.9rem;
    font-size: 0.6rem;
    border-radius: 50%;
    border: 0.06rem solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-app-header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: rgba(16, 16, 16, 0.8);
    display: block;
  }
  .mobile-app-header-content-hidden {
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .mobile-app-header-content-inner {
    max-height: 80vh;
    overflow: scroll;
    margin-top: 6.55rem;
    width: 100vw;
    background-color: #ffffff;
    z-index: 99;
  }
  .mobile-app-header-content-inner .directory-1 {
    border-bottom: 0.05rem solid #cccccc;
  }
  .mobile-app-header-content-inner .directory-1:last-child {
    border-bottom: none;
  }
  .mobile-app-header-content-inner .directory-1 .title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem 1.2rem;
    font-size: 0.8rem;
    color: #101010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobile-app-header-content-inner .directory-1 .title .menu-select {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobile-app-header-content-inner .directory-1 .title-active {
    background-color: #cc0100;
    color: #ffffff;
    position: relative;
  }
  .mobile-app-header-content-inner .directory-1 .title-active::before {
    content: '';
    position: absolute;
    left: 0.35rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.1rem;
    height: 3.25rem;
    background-color: #ffffff;
  }
  .mobile-app-header-content-inner .directory-1 .title-active .menu-select {
    color: #ffffff;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-filter: none;
            filter: none;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 {
    background-color: #f8f1e5;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2-hidden {
    display: none;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .title {
    line-height: 1rem;
    padding: 0.75rem 1.2rem 0.75rem 2.2rem;
    background: #f8f1e5;
    font-size: 0.7rem;
    font-weight: normal;
    border-bottom: 0.05rem solid #ffffff;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .title .menu-select {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .title-active {
    color: #101010;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .title-active .sub-menu-select {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-filter: none;
            filter: none;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .directory-3-hidden {
    display: none;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .directory-3 .info-item {
    line-height: 1rem;
    font-size: 0.6rem;
    border-bottom: 0.05rem solid #ffffff;
    color: #554e49;
  }
  .mobile-app-header-content-inner .directory-1 .directory-2 .directory-3 .info-item .info-link {
    display: block;
    margin: 0.75rem 1rem 0.75rem 3.2rem;
  }
  .mobile-app-header-content-inner .language-selector {
    display: none;
  }
  .login-wrapper {
    padding: 0;
  }
  .login-wrapper .login-inner {
    width: calc(100vw - 3rem);
    max-width: 710px;
  }
  .verification-wrapper {
    padding: 0;
  }
  .verification-wrapper .verification-inner {
    width: calc(100vw - 3rem);
    max-width: 710px;
  }
  .binding-wrapper {
    padding: 0;
  }
  .binding-wrapper .binding-inner {
    width: calc(100vw - 3rem);
    max-width: 710px;
  }
}
@media screen and (max-width: 767px) {
  /* mobile */
  .ipad-header-wrap .ipad-header-nav .pc-header-nav-inner {
    height: 1.5rem;
    width: calc(100% - 1.5rem);
  }
  .ipad-header-wrap .ipad-header-nav .pc-header-nav-inner .content {
    font-size: 0.6rem;
  }
  .ipad-header-wrap .mobile-app-header {
    height: 2.65rem;
    background-color: #2c2420;
    z-index: 99;
    padding: 0 0.75rem;
  }
  .ipad-header-wrap .mobile-app-header .btn-group .logo {
    width: 3.65rem;
    height: 4.05rem;
    -webkit-transform: translateY(0.72rem);
            transform: translateY(0.72rem);
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item {
    color: #ffffff;
    margin-right: 0.5rem;
    cursor: pointer;
    font-size: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item .split {
    margin: 0 0.25rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item .icon-country {
    margin-right: 0.5rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item .icon-zh-profile {
    font-size: 0.55rem;
    margin-right: 0.25rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    border: 0.05rem solid #ffffff;
    text-align: center;
    line-height: 0.9rem;
  }
  .ipad-header-wrap .mobile-app-header .right-area .tool-item:last-child {
    margin-right: 0;
  }
  .ipad-header-wrap .mobile-app-header .right-area .mobile-language-dropdown {
    display: block;
  }
  .ipad-header-wrap .mobile-app-header .right-area .pad-language-dropdown {
    display: none;
  }
  .mobile-app-header-content .language-selector {
    margin: 0.5rem 0.5rem 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8rem;
  }
  .mobile-app-header-content .language-selector img {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobile-app-header-content .language-selector p {
    margin-bottom: 0;
  }
  .mobile-app-header-content .language-selector .dividing-line {
    margin: 0 0.5rem;
  }
  .mobile-app-language-selector-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    outline: none;
    border: none;
  }
  .mobile-app-language-selector-wrapper .mobile-app-language-selector-inner {
    width: calc(100vw - 3rem);
    margin: 7rem auto 0;
    background: #ffffff;
    border-radius: 0.4rem;
    overflow: hidden;
  }
  .mobile-app-language-selector-wrapper .mobile-app-language-selector-inner .header {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-areas: '. title close';
    background: #dbd7d4;
    height: 2.5rem;
    font-size: 0.8rem;
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mobile-app-language-selector-wrapper .mobile-app-language-selector-inner .header .title {
    grid-area: title;
    text-align: center;
  }
  .mobile-app-language-selector-wrapper .mobile-app-language-selector-inner .header .icon-close {
    grid-area: close;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    justify-self: end;
  }
  .mobile-app-language-selector-wrapper .mobile-app-language-selector-inner .content {
    padding: 1.5rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mobile-app-language-selector-wrapper .mobile-app-language-selector-inner .content .input-wrap {
    margin-bottom: 1rem;
  }
  .login-wrapper {
    padding: 0;
  }
  .login-wrapper .login-inner {
    width: calc(100vw - 1rem);
    height: auto;
    margin: 2rem auto 0;
  }
  .login-wrapper .login-inner .header .title {
    font-size: 24px;
  }
  .login-wrapper .login-inner .content .form-content {
    max-height: 50vh;
    overflow-y: scroll;
  }
  .login-wrapper .login-inner .content .input-wrap .text {
    height: 50px;
  }
  .login-wrapper .login-inner .content .input-wrap .icon-zh-right-type1 {
    top: 25px;
  }
  .login-wrapper .login-inner .content .sz-verification-code .verification-image {
    width: 115px;
    height: 50px;
  }
  .login-wrapper .login-inner .content .check-read {
    gap: 3px;
    margin: 40px 0 1rem 0;
  }
  .verification-wrapper {
    padding: 0;
  }
  .verification-wrapper .verification-inner {
    width: calc(100vw - 1rem);
    height: auto;
    margin: 2rem auto 0;
  }
  .verification-wrapper .verification-inner .header .title {
    font-size: 24px;
  }
  .verification-wrapper .verification-inner .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .verification-wrapper .verification-inner .content .form-content {
    max-height: 38vh;
    overflow-y: scroll;
  }
  .verification-wrapper .verification-inner .content .input-wrap .text {
    height: 50px;
  }
  .verification-wrapper .verification-inner .content .input-wrap .icon-zh-right-type1 {
    top: 25px;
  }
  .verification-wrapper .verification-inner .content .check-read {
    gap: 3px;
    margin: 40px 0 1rem 0;
  }
  .verification-wrapper .verification-inner .content .sz-verification-code .verification-image {
    width: 115px;
    height: 50px;
  }
  .verification-wrapper .verification-inner .content .verification-submit {
    height: 2rem;
    line-height: 2rem;
  }
  .binding-wrapper {
    padding: 0;
  }
  .binding-wrapper .binding-inner {
    width: calc(100vw - 1rem);
    height: auto;
    margin: 2rem auto 0;
  }
  .binding-wrapper .binding-inner .header .title {
    font-size: 24px;
  }
  .binding-wrapper .binding-inner .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .binding-wrapper .binding-inner .content .header-error-tips {
    margin-bottom: 10px;
  }
  .binding-wrapper .binding-inner .content .form-content {
    max-height: 38vh;
    overflow-y: scroll;
  }
  .binding-wrapper .binding-inner .content .input-wrap .text {
    height: 50px;
  }
  .binding-wrapper .binding-inner .content .input-wrap .icon-zh-right-type1 {
    top: 25px;
  }
  .binding-wrapper .binding-inner .content .sz-verification-code .verification-image {
    width: 115px;
    height: 50px;
  }
  .binding-wrapper .binding-inner .content .check-read {
    gap: 3px;
    margin: 40px 0 1rem 0;
  }
  .binding-wrapper .binding-inner .content .binding-submit {
    height: 2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  /* PC 端 */
  .ipad-footer,
  .mobile-footer {
    display: none;
  }
  .pc-footer-top {
    background-color: #F1EFEE;
    width: 100%;
    background-image: url("../images/footerIcon/footer-background-img.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 33rem) 0;
    background-size: 19rem 19.86rem;
  }
  .pc-footer-top-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6rem 0 3.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .pc-footer-top-inner .footer-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pc-footer-top-inner .footer-top-item img {
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: 1.1rem;
  }
  .pc-footer-top-inner .footer-top-item .label {
    font-size: 1rem;
    color: #101010;
  }
  .pc-footer-bottom {
    background-color: #2C2420;
    color: #FFFFFF;
  }
  .pc-footer-bottom-inner {
    margin: 0 auto;
  }
  .pc-footer-bottom-inner .footer-bottom-line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.7rem;
    padding: 1.3rem 0 1rem;
  }
  .pc-footer-bottom-inner .footer-bottom-line1 a {
    color: #ffffff;
  }
  .pc-footer-bottom-inner .footer-bottom-line1 .split {
    width: 0.05rem;
    color: #D6D3CE;
    margin: 0 1rem;
  }
  .pc-footer-bottom-inner .line {
    height: 0.05rem;
    background-color: #4D4D4D;
    width: 100%;
  }
  .pc-footer-bottom-inner .footer-bottom-line2 {
    padding: 1.15rem 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pc-footer-bottom-inner .footer-bottom-line2 .content {
    font-size: 0.7rem;
    margin-right: 1.55rem;
  }
  .pc-footer-bottom-inner .footer-bottom-line2 img {
    width: 13.25rem;
    height: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  /* Ipad */
  .pc-footer,
  .mobile-footer {
    display: none;
  }
  .ipad-footer {
    display: block;
  }
  .ipad-footer-top {
    background-color: #F1EFEE;
    background-image: url("../images/footerIcon/footer-background-img.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.5rem) 0;
    background-size: 19.9rem 20.75rem;
  }
  .ipad-footer-top-inner {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.6rem 0 3.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ipad-footer-top-inner .footer-top-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ipad-footer-top-inner .footer-top-item img {
    width: 3.8rem;
    height: 3.8rem;
    margin-bottom: 1.1rem;
  }
  .ipad-footer-top-inner .footer-top-item .label {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #101010;
    text-align: center;
  }
  .ipad-footer-bottom {
    background-color: #2C2420;
    color: #FFFFFF;
  }
  .ipad-footer-bottom-inner {
    width: 100%;
    margin: 0 auto;
  }
  .ipad-footer-bottom-inner .footer-bottom-line1 {
    margin: 0 auto 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.7rem;
  }
  .ipad-footer-bottom-inner .footer-bottom-line1 .top-item {
    color: #ffffff;
  }
  .ipad-footer-bottom-inner .footer-bottom-line1:first-child {
    padding-top: 1.3rem;
  }
  .ipad-footer-bottom-inner .footer-bottom-line1:nth-of-type(2) {
    padding-bottom: 0.4rem;
  }
  .ipad-footer-bottom-inner .footer-bottom-line1:nth-of-type(2) .top-item {
    margin-bottom: 0;
  }
  .ipad-footer-bottom-inner .footer-bottom-line1 .split {
    width: 0.05rem;
    color: #D6D3CE;
    margin: 0 1rem 0;
  }
  .ipad-footer-bottom-inner .line {
    height: 0.05rem;
    background-color: #4D4D4D;
    width: 100%;
  }
  .ipad-footer-bottom-inner .footer-bottom-line2 {
    padding: 1.15rem 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px;
  }
  .ipad-footer-bottom-inner .footer-bottom-line2 .content {
    margin-right: 1.55rem;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  /* 移动端 */
  .pc-footer,
  .ipad-footer {
    display: none;
  }
  .mobile-footer {
    display: block;
  }
  .mobile-footer-top {
    background-color: #F1EFEE;
    width: 100%;
    background-image: url("../images/footerIcon/footer-background-img.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.6rem) 4.8rem;
  }
  .mobile-footer-top-inner {
    margin: 0 auto;
    padding: 1.85rem 0 1.7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    grid-row-gap: 2rem;
  }
  .mobile-footer-top-inner .footer-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-footer-top-inner .footer-top-item img {
    width: 2.95rem;
    height: 2.95rem;
    margin-bottom: 0.65rem;
  }
  .mobile-footer-top-inner .footer-top-item .label {
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #101010;
    text-align: center;
  }
  .mobile-footer-bottom {
    background-color: #2C2420;
    color: #FFFFFF;
  }
  .mobile-footer-bottom-inner {
    width: 100%;
    margin: 0 auto;
  }
  .mobile-footer-bottom-inner .footer-bottom-line1 {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.6rem;
  }
  .mobile-footer-bottom-inner .footer-bottom-line1 .top-item {
    color: #ffffff;
  }
  .mobile-footer-bottom-inner .footer-bottom-line1:first-child {
    padding-top: 1.3rem;
  }
  .mobile-footer-bottom-inner .footer-bottom-line1:nth-of-type(3) {
    padding-bottom: 1rem;
  }
  .mobile-footer-bottom-inner .footer-bottom-line1 .split {
    width: 0.05rem;
    color: #D6D3CE;
    margin: 0 0.5rem 0.6rem;
  }
  .mobile-footer-bottom-inner .footer-bottom-line1 .top-item {
    margin-bottom: 0.6rem;
  }
  .mobile-footer-bottom-inner .line {
    height: 0.05rem;
    background-color: #4D4D4D;
    width: 100%;
  }
  .mobile-footer-bottom-inner .footer-bottom-line2 {
    padding: 0.5rem 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-footer-bottom-inner .footer-bottom-line2 .content {
    text-align: center;
    font-size: 0.55rem;
  }
  .mobile-footer-bottom-inner .footer-bottom-line2 img {
    margin-top: 0.8rem;
  }
}
.bg-con {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg-con .load-logo {
  margin-bottom: 40px;
}
.bg-con .load-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 430px;
  font-size: 0.8rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .bg-con .load-con {
    width: 375px;
  }
}

.load-con {
  text-align: center;
  line-height: 2;
  display: block;
}
.load-con .load-img {
  margin: 0 auto;
  color: #ee2934;
  width: 140px;
  height: 140px;
  line-height: 14px;
}
.load-con .load-img p {
  margin-top: -77px;
}
.load-con .load-txt {
  margin-top: 25px;
}
.step-flight_info-container {
  width: 100%;
}
.step-flight_info-container .step-flight_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .step-flight_info-container .step-flight_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.step-flight_info-container .step-flight_info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-flight_info-container .step-flight_info-tag {
  margin-top: 10px;
  border-radius: 8px;
  background: #f8f1e5;
  margin-right: 10px;
  padding: 0 10px;
  color: #4f3d1e;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .step-flight_info-container .step-flight_info-tag {
    font-size: 12px;
    padding: 0 ;
  }
}
.step-flight_info-container .step-flight_info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #101010;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .step-flight_info-container .step-flight_info-text {
    font-size: 16px;
  }
}
.step-flight_info-container .step-flight_info-way_icon {
  margin: 0 10px;
}
.step-flight_info-container .step-flight_info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.step-flight_info-container .step-flight_info-person {
  color: #4f3d1e;
  font-size: 14px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .step-flight_info-container .step-flight_info-person {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .step-flight_info-container .step-flight_info .wrap-button {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.step-flight_info-container .sz-modal .modal-content-flight {
  display: block;
  overflow: hidden;
}
.step-flight_info-container .modal-content-flight {
  display: none;
}
.shopping-cart {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  /* token: 中性色/gray-2 */
  border-top: none;
  display: none;
  /* 当cart-body展开时，添加下方圆角 */
  /* 购物车头部 */
  /* 购物车主体 */
}
.shopping-cart.always {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .shopping-cart {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-cart {
    display: block;
  }
}
.shopping-cart.expanded {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
.shopping-cart.expanded .cart-header {
  border-bottom: 1px solid #cccccc;
  /* token: 中性色/gray-2 */
}
.shopping-cart .cart-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(rgba(255, 255, 255, 0))), #ffffff;
  background: linear-gradient(180deg, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%), #ffffff;
  /* token: paint_57:2791 */
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /* 装饰性图案 */
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-header {
    padding: 20px 10px;
  }
}
.shopping-cart .cart-header .cart-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-header .cart-header-content {
    margin-right: 10px;
  }
}
.shopping-cart .cart-header .cart-header-content .total-price-label {
  font-size: 24px;
  /* token: 24px/24px-默认 */
  font-weight: 400;
  color: #554e49;
  /* token: 中性色/gray-3 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-header .cart-header-content .total-price-label {
    font-size: 16px;
  }
}
.shopping-cart .cart-header .cart-header-content .total-price-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.shopping-cart .cart-header .cart-header-content .total-price-amount .currency {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-header .cart-header-content .total-price-amount .currency {
    font-size: 12px;
  }
}
.shopping-cart .cart-header .cart-header-content .total-price-amount .amount {
  font-size: 28px;
  /* token: 28px/28px-粗 */
  font-weight: 500;
  color: #cc0100;
  /* token: 品牌色/brand-1 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-header .cart-header-content .total-price-amount .amount {
    font-size: 16px;
  }
}
.shopping-cart .cart-header .view-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.shopping-cart .cart-header .view-details .view-details-text {
  font-size: 20px;
  /* token: 20px/20px-默认 */
  font-weight: 400;
  color: #c47330;
  /* token: 状态色/orange-3 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-header .view-details .view-details-text {
    font-size: 14px;
  }
}
.shopping-cart .cart-header .view-details .icon-arrow-down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.shopping-cart .cart-header .decorative-pattern {
  position: absolute;
  top: 20px;
  right: 2px;
  width: 61px;
  height: 64px;
  pointer-events: none;
}
.shopping-cart .cart-body {
  width: 100%;
  background: #ffffff;
  /* token: 中性色/gray-0 */
  padding: 20px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.shopping-cart .cart-body.collapsed {
  max-height: 0;
  padding: 0 20px;
  opacity: 0;
}
.shopping-cart .cart-body.expanded {
  opacity: 1;
}
.shopping-cart .cart-body .passengers-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  /* 乘客标题 */
  /* 票价行 */
  /* 税费行 */
  /* 优惠券行 */
  /* 乘客小计 */
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section {
    width: 100%;
    height: auto;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .passenger-header {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shopping-cart .cart-body .passengers-container .passenger-section .passenger-header .passenger-name {
  font-size: 20px;
  /* token: 20px/20px-粗 */
  font-weight: 500;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .passenger-header .passenger-name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .passenger-header {
    padding: 0 10px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .fare-row {
  height: 23px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .fare-row {
    padding: 0 10px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .fare-row .fare-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.shopping-cart .cart-body .passengers-container .passenger-section .fare-row .fare-label span {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #554e49;
  /* token: 中性色/gray-3 */
  line-height: auto;
}
.shopping-cart .cart-body .passengers-container .passenger-section .fare-row .fare-amount {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .fare-row .fare-amount {
    font-size: 12px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row {
  height: 23px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .taxes-row {
    padding: 0 10px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-label > span {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-label .question-icon {
  width: 16px;
  height: 16px;
  font-size: 0;
  cursor: pointer;
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-label .question-icon svg {
  width: 100%;
  height: 100%;
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-label .question-icon:hover {
  opacity: 0.8;
}
.shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-amount {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .taxes-row .taxes-amount {
    font-size: 12px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .coupon-row {
  height: 23px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .coupon-row {
    padding: 0 10px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .coupon-row .coupon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.shopping-cart .cart-body .passengers-container .passenger-section .coupon-row .coupon-label span {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #554e49;
  /* token: 中性色/gray-3 */
  line-height: auto;
}
.shopping-cart .cart-body .passengers-container .passenger-section .coupon-row .coupon-amount {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .coupon-row .coupon-amount {
    font-size: 12px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row {
  height: 23px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row {
    padding: 0 10px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label .label-title {
  width: 200px;
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label .label-title {
    width: auto;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label .label-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label .label-extra .label-info {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #7a6a5e;
  /* token: 辅色/sub-4 */
  line-height: auto;
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label .label-extra .label-tag-orange {
  background: #c47330;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 14px;
  color: #ffffff;
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .label .label-extra .label-coupon {
  border-radius: 4px;
  padding: 1px 6px;
  border: 1px solid #cc0100;
  font-size: 14px;
  color: #cc0100;
}
.shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .amount {
  font-size: 16px;
  /* token: 16px/16px-默认 */
  font-weight: 400;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .additional-services-row .amount {
    font-size: 12px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .passenger-total {
  height: 29px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .passenger-total {
    padding: 0 10px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .passenger-total .total-label {
  font-size: 20px;
  /* token: 20px/20px-粗 */
  font-weight: 500;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .passenger-total .total-label {
    font-size: 16px;
  }
}
.shopping-cart .cart-body .passengers-container .passenger-section .passenger-total .total-amount {
  font-size: 20px;
  /* token: 20px/20px-粗 */
  font-weight: 500;
  color: #4f3d1e;
  /* token: 辅色/sub-4 */
  line-height: auto;
}
@media only screen and (max-width: 767px) {
  .shopping-cart .cart-body .passengers-container .passenger-section .passenger-total .total-amount {
    font-size: 16px;
  }
}
.dropdown-icon {
  pointer-events: none;
}
.w-full {
  width: 100%;
}
.book-seat-check .form-items {
  display: none;
}
.book-seat-check .form-items.active {
  display: block;
}
.book-seat-check .form-tab {
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
}
.book-seat-check .form-seat-flex {
  display: grid;
  gap: 2rem 1.5rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.book-seat-check .check-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4f3d1e;
  font-size: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.book-seat-check .warm-tips {
  padding: 0.5rem 1rem;
  background-color: #fcf1d2;
  color: #4f3d1e;
  font-size: 0.7rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(238, 183, 28, 0.6);
}
.book-seat-check .warm-tips .title {
  margin-bottom: 0.5rem;
  color: #101010;
  font-size: 0.8rem;
}
.book-seat-check .btn-box .btn {
  background-color: #cc0100;
  border-radius: 0.4rem;
  min-width: 11.5rem;
  padding: 0.7rem 0.4rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.book-seat-check .btn-box .btn:hover,
.book-seat-check .btn-box .btn:focus {
  background-color: #942531;
}
.book-seat-check .btn-box .btn.disabled {
  color: #b4aba4;
  background-color: #dbd7d4;
}
.book-seat-check .tab {
  float: left;
  font-size: 0.8rem;
  color: #4f3d1e;
  cursor: pointer;
  margin-right: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid transparent;
}
.book-seat-check .tab:nth-child(3) {
  margin-right: 0;
}
.book-seat-check .tab.active {
  color: #101010;
  border-bottom: 3px solid #cc0100;
}
.book-flights.modal .mb-box {
  margin-bottom: 2rem;
}
.book-flights.modal .block {
  display: block;
}
.book-flights.modal .none {
  display: none;
}
.book-flights.modal .pr {
  padding-right: 1.9rem;
}
.book-flights.modal .w30 {
  width: auto;
  margin-right: 0;
}
.book-flights.modal .pad-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8rem;
}
.book-flights.modal .pad-flex > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.book-flights .seat-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-flights .seat-flex .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.book-flights .seat-flex .input-wrap.change-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 3.8rem;
}
.book-flights .seat-flex .input-wrap.change-wrap .change {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.book-flights .seat-flex .input-wrap.change-wrap .change.rotate {
  -webkit-animation: spin 1s linear;
          animation: spin 1s linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.book-flights .pc-limit {
  width: 92%;
}
.book-flights .form-tab {
  margin-bottom: 1.5rem;
  padding-left: 0.5rem;
}
.book-flights .form-tab .tips {
  display: inline-block;
  margin-left: 0.5rem;
  cursor: pointer;
}
.book-flights .form-tab .tips .icon-zh {
  vertical-align: top;
}
.book-flights .tab {
  margin-right: 2rem;
}
.book-flights .change-wrap {
  text-align: center;
  line-height: 3.25rem;
}
.book-flights .input-wrap .change {
  color: #cc0100;
  font-size: 28px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.book-flights .input-wrap .change.rotate {
  -webkit-animation: spin 1s linear;
          animation: spin 1s linear;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.book-flights .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.book-flights .form-wrap-col .row {
  margin-bottom: 2rem;
}
.book-flights .form-wrap-col .row:last-child {
  margin-bottom: 0;
}
.book-flights .pc-pr-rest {
  padding-right: 0.4rem;
}
.book-flights .pc-pl-rest {
  padding-left: 0.4rem;
}
.book-flights .w30 {
  width: 31%;
  margin-right: 3rem;
  padding: 0;
}
.book-flights .add-wrap .button {
  display: inline-block;
  cursor: pointer;
  min-width: 12rem;
  text-align: center;
  border: 1px solid #cc0100;
  color: #cc0100;
  font-size: 1rem;
  padding: 0.7rem 0.5rem;
  border-radius: 0.4rem;
}
.book-flights .add-wrap .button .icon-zh {
  font-size: 0.6rem;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.book-flights .add-wrap .button:hover,
.book-flights .add-wrap .button:focus {
  border-color: #942531;
  color: #942531;
}
.book-flights .add-wrap .button.disabled {
  color: #b4aba4;
  border-color: #cccccc;
}
.book-flights .flight-wrapper {
  margin-bottom: 2rem;
}
.book-flights .num-item {
  position: relative;
}
.book-flights .num-item .flight-id {
  position: absolute;
  color: #fff;
  background-color: #cc0100;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.6rem;
  border-radius: 50%;
  left: -1rem;
  padding: 0;
  text-align: center;
  top: 2px;
}
.book-flights .num-item .delete-flight-btn {
  position: absolute;
  width: 0.8rem;
  font-size: 0.6rem;
  color: #cc0100;
  cursor: pointer;
  top: 1.6rem;
  right: -1rem;
  padding: 0;
  display: none;
}
.book-flights .multi-group {
  padding-left: 1.5rem;
}
.book-flights .input-passenger .text {
  padding-right: 24px !important;
}
.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.passenger-count-wrap {
  display: none;
  position: absolute;
  left: 0;
  z-index: 59;
  top: 100%;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 0.2rem;
  width: 100%;
  min-width: 274px;
  border: 1px solid #cccccc;
}
.modal .passenger-count-wrap {
  position: fixed;
}
.passenger-count-wrap .passenger-count-list {
  margin: 0 0.5rem;
}
.passenger-count-wrap .passenger-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1.5rem;
}
.passenger-count-wrap .passenger-type .type {
  color: #4f3d1e;
  cursor: pointer;
  padding: 1rem 0 0 0;
}
.passenger-count-wrap .passenger-type .type.active {
  color: #101010;
  position: relative;
  font-weight: 500;
}
.passenger-count-wrap .passenger-type .type.active::before {
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: #cc0100;
}
.passenger-count-list {
  display: none;
}
.passenger-count-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  height: 3.5rem;
}
.passenger-count-list li:hover {
  border-color: #cc0100;
}
.passenger-count-list li:last-child:hover {
  border-color: transparent;
}
.passenger-count-list .number {
  font-size: 1rem;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}
.passenger-count-list .name {
  font-size: 1rem;
  color: #101010;
  position: relative;
  padding-left: 1.5rem;
  width: 70%;
}
.passenger-count-list .name .icon-zh {
  position: absolute;
  color: #dbd7d4;
  left: 0;
  font-size: 1.2rem;
  top: 0.5rem;
}
.passenger-count-list .name .limit {
  display: block;
  margin-top: 5px;
  font-size: 0.7rem;
  color: #4f3d1e;
}
.passenger-count-list .count-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.passenger-count-list .count-tools a[role='button'] .icon-zh {
  font-size: 0.9rem;
  color: #cc0100;
}
.passenger-count-list .count-tools a[role='button'].disabled .icon-zh {
  color: #dbd7d4;
}
.passenger-count-list.show-this {
  display: block;
}
.passenger-count-list .btn-wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.passenger-count-list .btn-wrap a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  min-width: 6rem;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.5rem 0;
}
.passenger-count-list .btn-wrap .btn-single {
  border: 1px solid #cc0100;
  color: #cc0100;
}
.passenger-count-list .btn-wrap .btn-single:hover,
.passenger-count-list .btn-wrap .btn-single:focus {
  border: 1px solid #942531;
  color: #942531;
}
.passenger-count-list .btn-wrap .btn-default {
  background-color: #cc0100;
  color: #fff;
  margin-left: 0.5rem;
}
.passenger-count-list .btn-wrap .btn-default:hover,
.passenger-count-list .btn-wrap .btn-default:focus {
  background-color: #942531;
}
.passenger-count-list .btn-wrap {
  padding: 0.5rem 0;
}
.passenger-count-list.others .name .icon-zh {
  top: -0.2rem;
}
@media screen and (min-width: 768px) {
  .mobile-from-tab-wrap {
    display: none;
  }
  .pc-form-tab-wrap {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #cccccc;
    background-color: #ffffff;
  }
  .pc-form-tab-wrap.modal,
  .pc-form-tab-wrap.page {
    border-width: 0;
  }
  .pc-form-tab-wrap .tabs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.15rem;
  }
  .pc-form-tab-wrap .tabs-wrap .tab {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
    color: #ffffff;
    background: #554e49;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: left;
    padding: 0 0.5rem;
  }
  .pc-form-tab-wrap .tabs-wrap .tab-active {
    background: #ffffff;
    color: #101010;
  }
  .pc-form-tab-wrap .plane {
    display: none;
    width: 100%;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 10rem;
  }
  .pc-form-tab-wrap .plane-active {
    display: block;
  }
  .pc-form-tab-wrap .plane .submit-btn {
    width: 100%;
    margin-top: 1.5rem;
  }
  .pc-form-tab-wrap .plane .book-plane-inner .form-items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .inner-tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.5rem;
    font-size: 0.8rem;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .inner-tab-wrap .inner-tab-item {
    margin-right: 2.35rem;
    cursor: pointer;
    color: #4f3d1e;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 0.8rem;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .inner-tab-wrap .inner-tab-item-active {
    position: relative;
    color: #101010;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .inner-tab-wrap .inner-tab-item-active::after {
    content: '';
    position: absolute;
    bottom: -0.8rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #cc0100;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .plane-4-inner-plane {
    display: none;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .plane-4-inner-plane .change {
    color: #cc0100;
    font-size: 28px;
    cursor: pointer;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .plane-4-inner-plane-active {
    display: block;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .form-items-wrap {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 1.5rem;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .form-items-wrap.row {
    margin-top: 0;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .form-items-wrap .icon-repeatedly {
    margin: 0 0.6rem;
    font-size: 1.4rem;
    color: #cc0100;
    cursor: pointer;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .form-items-wrap .input-group {
    width: 45%;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .form-items-wrap .input-group .label-wrap {
    left: 0.5rem;
  }
  .pc-form-tab-wrap .plane .status-plane-inner .form-items-wrap .input-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .pc-form-tab-wrap {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .pc-form-tab-wrap .plane {
    padding: 2rem;
  }
  .pc-form-tab-wrap .plane .submit-btn {
    margin-top: 2rem;
    width: 11.5rem !important;
  }
  .pc-form-tab-wrap .plane .book-plane-inner .form-items-wrap {
    gap: 2rem 1.5rem;
  }
  .book-plane-inner .form-items-wrap {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .form-items-wrap-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-column-gap: 4.4rem;
       -moz-column-gap: 4.4rem;
            column-gap: 4.4rem;
  }
  .form-items-wrap-start .input-group {
    width: 30% !important;
  }
  .form-items-wrap.row {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .form-items-wrap-icon .input-group {
    width: 30% !important;
  }
}
@media screen and (max-width: 1439px) {
  .book-flights .padding-l-1 {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pc-form-tab-wrap {
    display: none;
  }
  .mobile-from-tab-wrap {
    display: block;
  }
  .mobile-from-tab-wrap .input-group {
    margin-bottom: 0.5rem;
  }
  .mobile-from-tab-wrap .submit-btn {
    width: 100%;
  }
  .mobile-from-tab-wrap .tab {
    display: grid;
    font-size: 1rem;
    background-color: #ffffff;
    margin-bottom: 0.5rem;
  }
  .mobile-from-tab-wrap .tab:last-child {
    margin-bottom: 0;
  }
  .mobile-from-tab-wrap .tab .tab-header {
    display: grid;
    grid-template-areas: '. text icon';
    grid-template-rows: 2.5rem;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #554e49;
    color: #ffffff;
    font-size: 0.8rem;
    padding: 0 0.95rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobile-from-tab-wrap .tab .tab-header-active {
    background-color: #ffffff;
    color: #101010;
    border: 1px solid #cccccc;
  }
  .mobile-from-tab-wrap .tab .tab-header .tab-header-text {
    grid-area: text;
  }
  .mobile-from-tab-wrap .tab .tab-header .icon {
    grid-area: icon;
    justify-self: end;
  }
  .mobile-from-tab-wrap .tab .tab-body {
    display: none;
    min-height: 5rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #cccccc;
  }
  .mobile-from-tab-wrap .tab .tab-body-active {
    display: block;
  }
  .mobile-from-tab-wrap .tab .tab-body .inner-tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8rem;
  }
  .mobile-from-tab-wrap .tab .tab-body .inner-tab-wrap .inner-tab-item {
    margin-right: 2.35rem;
    cursor: pointer;
    color: #4f3d1e;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .mobile-from-tab-wrap .tab .tab-body .inner-tab-wrap .inner-tab-item-active {
    position: relative;
    color: #101010;
  }
  .mobile-from-tab-wrap .tab .tab-body .inner-tab-wrap .inner-tab-item-active::after {
    content: '';
    position: absolute;
    bottom: -0.8rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #cc0100;
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane {
    display: none;
    margin-top: 1.2rem;
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane .input-group-short {
    width: calc(100% - 2.2rem);
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane .change {
    color: #cc0100;
    font-size: 28px;
    cursor: pointer;
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane-active {
    display: block;
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane .cb-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane .cb-wrap .cb-left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 80%;
  }
  .mobile-from-tab-wrap .tab .tab-body .plane-4-inner-plane .cb-wrap .icon-repeatedly {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.4rem;
    height: 1.4rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: 0.8rem;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
@media (max-width: 1024px) {
  .book-seat-check .form-seat-flex {
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .book-seat-check .btn-box {
    text-align: initial;
  }
  .book-seat-check .btn-box .btn {
    width: 100%;
  }
  .book-flights .padding-l-1 {
    padding-left: 0.5rem;
  }
  .book-flights .mb-box {
    margin-bottom: 2rem;
  }
  .book-flights .pc-limit {
    width: auto;
  }
  .book-flights .w30 {
    width: auto;
    margin-right: 0;
  }
  .book-flights .pc-pr-rest {
    padding-right: 0;
  }
  .book-flights .pc-pl-rest {
    padding-left: 0;
  }
  .book-flights .pr {
    padding-right: 1.9rem;
  }
  .book-flights .pad-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.8rem;
  }
  .book-flights .pad-flex > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .book-flights .num-item .delete-flight-btn {
    right: -0.4rem;
  }
  .book-flights .pad-rest-ml {
    margin-left: -2rem;
  }
  .passenger-count-wrap .passenger-type {
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 1.2rem;
    margin-left: 1rem;
    margin-bottom: 1.2rem;
  }
  .passenger-count-list li {
    height: 3rem;
  }
  .passenger-count-list .name {
    font-size: 0.8rem;
    width: 60%;
  }
  .passenger-count-list .name .icon-zh {
    font-size: 0.9rem;
  }
  .passenger-count-list.others .name .icon-zh {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .book-seat-check .check-read {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
  .book-seat-check .form-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 1rem;
  }
  .book-seat-check .form-tab .tab {
    font-size: 0.8rem;
    margin: 0 1.5rem 0 0;
  }
  .book-seat-check .form-tab .tab:first-child {
    width: 38%;
  }
  .book-seat-check .form-tab .tab:last-child {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  .book-seat-check .form-seat-flex {
    display: block;
  }
  .book-seat-check .form-seat-flex .input-wrap {
    width: 100%;
  }
  .book-seat-check .btn-box {
    margin-top: 0.5rem;
  }
  .book-flights {
    padding: 0;
  }
  .book-flights .form-wrap-col .row {
    margin-bottom: 0;
  }
  .book-flights .form-wrap-col .col-mobile-1 {
    padding: 0;
  }
  .book-flights .multi-group .form-wrap-col .row {
    margin-bottom: 1rem;
  }
  .book-flights .multi-group .add-wrap {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
  }
  .book-flights .multi-group .btn-box {
    margin: 1rem 0 -0.5rem 0;
  }
  .book-flights .multi-group {
    padding: 0 0.5rem 0 1.5rem;
  }
  .book-flights .multi-group .change-wrap {
    left: 0.4rem;
  }
  .book-flights .flight-wrapper {
    margin-bottom: 0;
  }
  .book-flights .change-wrap {
    position: absolute;
    top: 1.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .book-flights .num-item .delete-flight-btn {
    top: 1.6rem;
    left: 0.8rem;
  }
  .book-flights .form-tab {
    margin-right: -1.5rem;
  }
  .book-flights .form-tab .tips .icon-zh {
    vertical-align: middle;
  }
  .book-flights .form-tab .tab {
    margin: 0 1.5rem 0 0;
  }
  .book-flights .form-tab .tab:first-child {
    width: auto;
  }
  .book-flights .form-tab .tab:nth-child(3) {
    margin-right: 0;
  }
  .book-flights .reset-btn-width {
    margin: 0 -0.5rem 0.5rem -1.5rem;
  }
  .book-flights .add-wrap .button {
    width: 100%;
  }
}
.module-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #cccccc;
  background: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .module-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.module-step-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .module-step-left {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
  }
}
.module-step-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-step-right {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .module-step-right {
    overflow: hidden;
  }
}
.module-step-right-step_img {
  width: 100%;
  min-width: 115px;
  min-height: 97px;
  height: 100%;
  margin-left: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/flightOptions/step.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.module-step-right-step_img:last-child {
  background-image: url(../images/flightOptions/step-end.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-step-right-step_img {
    min-height: 70px;
    height: 70px;
    background-image: url(../images/flightOptions/step-pad.png);
  }
  .module-step-right-step_img:first-child {
    background-image: url(../images/flightOptions/step-start-pad.png);
  }
  .module-step-right-step_img:last-child {
    background-image: url(../images/flightOptions/step-end-pad.png);
  }
}
@media only screen and (max-width: 767px) {
  .module-step-right-step_img {
    min-height: 42px;
    height: 42px;
    margin-left: -12px;
    background-image: url(../images/flightOptions/step-pad.png);
  }
  .module-step-right-step_img:first-child {
    background-image: url(../images/flightOptions/step-start-pad.png);
  }
  .module-step-right-step_img:last-child {
    background-image: url(../images/flightOptions/step-end-pad.png);
  }
}
.module-step-right-step_img.active {
  background-image: url(../images/flightOptions/step-select.png);
}
.module-step-right-step_img.active:last-child {
  background-image: url(../images/flightOptions/step-end-select.png);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .module-step-right-step_img.active {
    background-image: url(../images/flightOptions/step-select-pad.png);
  }
  .module-step-right-step_img.active:first-child {
    background-image: url(../images/flightOptions/step-start-select-pad.png);
  }
  .module-step-right-step_img.active:last-child {
    background-image: url(../images/flightOptions/step-end-select-pad.png);
  }
}
@media only screen and (max-width: 767px) {
  .module-step-right-step_img.active {
    background-image: url(../images/flightOptions/step-select-pad.png);
  }
  .module-step-right-step_img.active:first-child {
    background-image: url(../images/flightOptions/step-start-select-pad.png);
  }
  .module-step-right-step_img.active:last-child {
    background-image: url(../images/flightOptions/step-end-select-pad.png);
  }
}
.module-step-right-step_img.active .module-step-right-step_text {
  background: #ffffff;
  color: #cc0100;
}
.module-step-right-step_img.active .module-step-right-step_text1 {
  color: #ffffff;
}
.module-step-right-step_img.active ~ .module-step-right-step_img .module-step-right-step_text {
  background: #dbd7d4;
  color: #ffffff;
}
.module-step-right-step_img.active ~ .module-step-right-step_img .module-step-right-step_text1 {
  color: #b4aba4;
}
.module-step-right-step_text {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: #ffffff;
  color: #101010;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.module-step-right-step_text1 {
  margin-left: 10px;
  margin-top: 6px;
  font-size: 16px;
  color: #101010;
}
@media only screen and (max-width: 767px) {
  .module-step-right-step_text1 {
    display: none;
  }
}
.price-summary-card {
  width: 450px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .price-summary-card {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .price-summary-card {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .price-summary-card {
    display: none;
  }
}
.price-summary-card .price-header {
  background: #e64343;
  color: #ffffff;
  padding: 23px 20px;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.price-summary-card .price-header .decorative-pattern {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
}
.price-summary-card .price-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.price-summary-card .price-header .header-content .total-label {
  font-size: 24px;
  font-weight: 400;
  line-height: auto;
}
.price-summary-card .price-header .header-content .total-amount {
  font-size: 24px;
  font-weight: 400;
  line-height: auto;
}
.price-summary-card .price-body {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #cccccc;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.price-summary-card .price-body .passenger-section {
  margin-bottom: 20px;
}
.price-summary-card .price-body .passenger-section:last-child {
  margin-bottom: 0;
}
.price-summary-card .price-body .passenger-section .passenger-header {
  margin-bottom: 10px;
}
.price-summary-card .price-body .passenger-section .passenger-header .passenger-name {
  font-size: 20px;
  font-weight: 500;
  color: #4f3d1e;
}
.price-summary-card .price-body .passenger-section .fare-row,
.price-summary-card .price-body .passenger-section .taxes-row,
.price-summary-card .price-body .passenger-section .coupon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.price-summary-card .price-body .passenger-section .fare-row .fare-label,
.price-summary-card .price-body .passenger-section .taxes-row .fare-label,
.price-summary-card .price-body .passenger-section .coupon-row .fare-label,
.price-summary-card .price-body .passenger-section .fare-row .taxes-label,
.price-summary-card .price-body .passenger-section .taxes-row .taxes-label,
.price-summary-card .price-body .passenger-section .coupon-row .taxes-label,
.price-summary-card .price-body .passenger-section .fare-row .coupon-label,
.price-summary-card .price-body .passenger-section .taxes-row .coupon-label,
.price-summary-card .price-body .passenger-section .coupon-row .coupon-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.price-summary-card .price-body .passenger-section .fare-row .fare-label > span,
.price-summary-card .price-body .passenger-section .taxes-row .fare-label > span,
.price-summary-card .price-body .passenger-section .coupon-row .fare-label > span,
.price-summary-card .price-body .passenger-section .fare-row .taxes-label > span,
.price-summary-card .price-body .passenger-section .taxes-row .taxes-label > span,
.price-summary-card .price-body .passenger-section .coupon-row .taxes-label > span,
.price-summary-card .price-body .passenger-section .fare-row .coupon-label > span,
.price-summary-card .price-body .passenger-section .taxes-row .coupon-label > span,
.price-summary-card .price-body .passenger-section .coupon-row .coupon-label > span {
  font-size: 16px;
  font-weight: 400;
  color: #554e49;
}
.price-summary-card .price-body .passenger-section .fare-row .fare-amount,
.price-summary-card .price-body .passenger-section .taxes-row .fare-amount,
.price-summary-card .price-body .passenger-section .coupon-row .fare-amount,
.price-summary-card .price-body .passenger-section .fare-row .taxes-amount,
.price-summary-card .price-body .passenger-section .taxes-row .taxes-amount,
.price-summary-card .price-body .passenger-section .coupon-row .taxes-amount,
.price-summary-card .price-body .passenger-section .fare-row .coupon-amount,
.price-summary-card .price-body .passenger-section .taxes-row .coupon-amount,
.price-summary-card .price-body .passenger-section .coupon-row .coupon-amount {
  font-size: 16px;
  font-weight: 400;
  color: #4f3d1e;
}
.price-summary-card .price-body .passenger-section .passenger-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.price-summary-card .price-body .passenger-section .passenger-total .total-label {
  font-size: 20px;
  font-weight: 500;
  color: #4f3d1e;
}
.price-summary-card .price-body .passenger-section .passenger-total .total-amount {
  font-size: 20px;
  font-weight: 500;
  color: #4f3d1e;
}
.price-summary-card .price-body .divider {
  height: 1px;
  background: #dbd7d4;
  margin: 20px 0;
}
.payment-top-tip {
  max-width: 655px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .payment-top-tip {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .payment-top-tip {
    padding: 0;
  }
}
.payment-top-tip .payment-top-tip-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.payment-top-tip .payment-top-tip-top .clock-icon {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .payment-top-tip .payment-top-tip-top .clock-icon {
    width: 30px;
    height: 30px;
  }
}
.payment-top-tip .payment-top-tip-top .main-message,
.payment-top-tip .payment-top-tip-top .main-message-failed,
.payment-top-tip .payment-top-tip-top .main-message-order-details {
  margin-left: 20px;
  color: #c47330;
  font-size: 28px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .payment-top-tip .payment-top-tip-top .main-message,
  .payment-top-tip .payment-top-tip-top .main-message-failed,
  .payment-top-tip .payment-top-tip-top .main-message-order-details {
    font-size: 14px;
  }
}
.payment-top-tip .payment-top-tip-top .main-message-failed {
  color: #cc0100;
}
.payment-top-tip .payment-top-tip-top .main-message-order-details {
  margin-left: 0px;
  color: #2c2420;
}
.payment-top-tip .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment-top-tip .banner-content .message-area {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.payment-top-tip .banner-content .message-area p {
  margin: 0 0 10px 0;
  color: #2c2420;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .payment-top-tip .banner-content .message-area p {
    margin: 0 0 10px 0;
    font-size: 12px;
  }
}
.payment-top-tip .banner-content .message-area .highlight-brand {
  color: #cc0100;
  font-weight: 500;
}
.payment-top-tip .banner-content .message-area .order-number,
.payment-top-tip .banner-content .message-area .order-number-block {
  display: inline-block;
  background-color: #fcf0ce;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 16px;
  color: #4f3d1e;
}
@media only screen and (max-width: 767px) {
  .payment-top-tip .banner-content .message-area .order-number,
  .payment-top-tip .banner-content .message-area .order-number-block {
    font-size: 12px;
  }
}
.payment-top-tip .banner-content .message-area .order-number .highlight-order-number,
.payment-top-tip .banner-content .message-area .order-number-block .highlight-order-number {
  color: #cc0100;
  text-decoration: underline;
}
.payment-top-tip .banner-content .message-area .order-number-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-top: 10px;
}
.sz {
  min-height: 100vh;
}
.sz-banner {
  width: 100%;
  height: 380px;
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sz-banner {
    height: 265px;
  }
}
@media only screen and (max-width: 767px) {
  .sz-banner {
    height: 130px;
  }
}
.sz-banner_min {
  width: 100%;
  height: 260px;
  position: relative;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sz-banner_min {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .sz-banner_min {
    height: 225px;
  }
}
.sz-container {
  max-width: 1380px;
  margin: -80px auto 136px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sz-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sz-container {
    padding: 0 15px;
  }
}
.sz-container_min {
  max-width: 1380px;
  margin: -220px auto 136px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sz-container_min {
    padding: 0 20px;
    margin: -190px auto 136px;
  }
}
@media only screen and (max-width: 767px) {
  .sz-container_min {
    padding: 0 15px;
    margin: -190px auto 136px;
  }
}
.sz .form-item .require {
  color: #cc0100;
}
.sz .form-item .prompt-bubble .icon-zh-ask {
  color: #cc0100;
}
.tippy-box {
  background: #ffffff;
  color: #554e49;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 690px !important;
  padding: 25px 20px;
}
@media only screen and (max-width: 767px) {
  .tippy-box {
    max-width: 325px !important;
    padding: 12px 10px;
    font-size: 12px;
  }
}
.tippy-box .tippy-content {
  padding: 0;
}
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ffffff;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ffffff;
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #ffffff;
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #ffffff;
}
.icon-zh-ask {
  color: #942531;
}
