@charset "UTF-8";
/*******/
/*******/
/****** 
 * html & body 设置
 *****/
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Regular.woff2");
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/content/fonts/PlayfairDisplay-VF.woff2");
  font-display: swap;
}
.font-mont {
  font-family: "Montserrat", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.font-play {
  font-family: "PlayfairDisplay", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: clamp(16px, 1vw, 18px);
}

@media (min-width: 1800px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 575.1px) and (max-width: 991.98px) {
  html {
    font-size: 76px;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 13.3333333vw;
  }
}
body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  font-family: "PingFang SC", "Microsoft Yahei", "HarmonyOS_Sans", "SourceHanSansSC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
body.sys-mac {
  font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
/* 浏览器滚动条 */
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 15px;
    height: 6px;
  }
  ::-webkit-scrollbar-track-piece {
    background-color: #EEE;
  }
  ::-webkit-scrollbar-thumb:vertical {
    width: 8px;
    background-color: #DDD;
    -webkit-border-radius: 8px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    height: 6px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    height: 3px;
  }
  ::-webkit-scrollbar-thumb:horizontal {
    height: 3px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
/****** 
 * 公共宽度设置
 *****/
.lg-inner {
  width: 90vw;
  max-width: 1720px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

.global-inner {
  width: 75vw;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner {
  width: 70vw;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.xs-inner {
  width: 65vw;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1270px) {
  .lg-inner {
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
    max-width: none;
  }
  .global-inner, .sm-inner, .xs-inner {
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem);
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .lg-inner, .global-inner, .sm-inner, .xs-inner, .m-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !important;
    margin: 0 auto;
  }
}
/****** 
 * 标签&样式初始化
 *****/
/* lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* 公共设置 */
sub, sup {
  margin: 0 3px;
  font-size: 30%;
}

sup {
  top: -1em;
}

b, strong {
  font-weight: bold;
}

code,
mark,
figure,
div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  font-weight: inherit;
  resize: none;
}

code:focus, code:active,
mark:focus,
mark:active,
figure:focus,
figure:active,
div:focus,
div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ol:focus,
ol:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=radio],
input[type=checkbox],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=radio]:focus, input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active,
textarea:focus,
textarea:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=text]:focus, input[type=text]:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}

button:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

a:link, a:visited, a:hover, a:active {
  font-family: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-word;
}

.table th, .table td {
  border: solid 1px #e3e3e3;
}

@media (max-width: 991.98px) {
  .table th, .table td {
    padding: 0.2rem;
  }
}
.mark, mark {
  padding: 0;
  background-color: transparent;
}

.wrapper {
  width: 100%;
  position: relative;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}

.row:before, .row:after {
  display: none;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-flex: 1;
}

.hidden {
  display: none !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/****** 
 * 无内容提示 & 404页 & 错误页提示
 *****/
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

.nodata, .nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding: 4.9em 0 7.3em;
}

.nodata img, .nodata1 img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 0.8em;
  color: #333;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 0.48rem;
    min-height: 3rem;
  }
  .nodata img, .nodata1 img {
    width: 2.4rem;
  }
  .nodataText {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  padding: 5em 0;
}

.page-404 .t1 {
  margin: 2.2em 0 2em;
}

.page-404 .t1 span {
  font-size: 1em;
  line-height: 1.25em;
}

.page-404 .t2 {
  color: #8e9396;
  margin: 1.7em 0;
}

.page-404 .t2 span {
  font-size: 2.4em;
  line-height: 1.25em;
}

.page-404 .doc {
  font-size: 0.9em;
  line-height: 2em;
  color: #6c6f71;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 991.98px) {
  .page-404 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.28rem;
    padding: 1.2rem 5vw;
  }
  .page-404 .t2 span {
    font-size: 2em;
  }
}
/* 错误页 */
.m-error_container {
  width: 100%;
  text-align: center;
  padding: 5em 2em;
}

.m-error_container .imgs {
  max-width: 100%;
  display: block;
  margin: 0 auto 1.5em;
}

.m-error_title {
  font-size: 20px;
  line-height: 1.5em;
  color: #242424;
  margin-bottom: 0.5em;
  display: block;
}

.m-error_subtitle {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
}

.m-error_description {
  font-size: 16px;
  line-height: 1.5em;
  color: #242424;
  margin-top: 1em;
}

/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
  right: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 2px;
  background: #697C92;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }
  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.5);
}
.modal.fade .modal-dialog {
  transform: none;
  -webkit-transform: none;
}
.modal.show .modal-dialog {
  transform: none;
  -webkit-transform: none;
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header {
  position: relative;
  z-index: 1060;
}

.modal-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0.9rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1070;
  color: #333;
}
.modal-close .bi, .modal-close img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 2.6rem;
  height: 2.6rem;
  display: block;
}
.modal-close .bi {
  -webkit-mask: url("/img/common/x-black.svg") no-repeat center/contain;
  mask: url("/img/common/x-black.svg") no-repeat center/contain;
  background: currentColor;
}

@media (min-width: 992px) {
  .modal-close:hover {
    color: var(--mt-global-color-theme);
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    padding: 0.24rem 0.3rem;
  }
  .modal-close .bi, .modal-close img {
    width: 0.9rem;
    height: 0.9rem;
  }
}
/* 图片弹框 */
.modal-viewimg {
  -webkit-backdrop-filter: blur(29.7000007629px);
          backdrop-filter: blur(29.7000007629px);
  background: rgba(0, 0, 0, 0.77);
}
.modal-viewimg .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-viewimg .modal-content {
  width: auto;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  text-align: center;
  color: #fff;
  font-size: clamp(1.3rem, 1.6203703704vw, 1.4rem);
  line-height: 1.14em;
  --line-height: 1.14em;
  font-weight: bold;
}
.modal-viewimg .modal-body {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
.modal-viewimg .modal-close {
  padding: 0;
  position: absolute;
  left: -webkit-calc(100% + 0.75rem);
  left: calc(100% + 0.75rem);
  right: unset;
  top: -6px;
}
.modal-viewimg .modal-close .bi {
  width: 3.7rem;
  height: 3.7rem;
  display: block;
  background: url("/img/common/modal-close.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.modal-viewimg .imgs {
  position: relative;
}
.modal-viewimg .imgs img {
  max-width: 43.5rem;
  height: min(75vh, 32.5rem);
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.modal-viewimg .title {
  margin: 1.5rem 0 0;
}

@media (max-width: 991.98px) {
  .modal-viewimg .modal-content {
    width: 100%;
    height: 100%;
    padding: 0 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 0.36rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
  }
  .modal-viewimg .modal-close {
    padding: 0.24rem 0.3rem;
    left: unset;
    right: 0;
    top: 0;
  }
  .modal-viewimg .modal-close .bi {
    width: 0.9rem;
    height: 0.9rem;
  }
  .modal-viewimg .imgs img {
    max-width: 100%;
    height: 4.7rem;
  }
  .modal-viewimg .title {
    margin: 0.4rem 0 0;
  }
}
/**** 公共-video ***/
.video-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  z-index: 20;
  font-size: 1em;
}

.video-js:hover .vjs-big-play-button {
  background: transparent !important;
  opacity: 1;
}

.video-js .vjs-tech, .video-js video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

.video-js .vjs-big-play-button {
  width: 5em;
  height: 5em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: none;
  border: none;
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
  font-size: 1em;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
  background: url("/img/static/video-play-big.svg") no-repeat center center;
  background-size: contain;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-poster img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-js .vjs-poster::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  display: none;
}

.video-js .vjs-subs-caps-button {
  display: none !important;
}

.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-icon-play:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .video-js .vjs-icon-fullscreen-enter:before {
  display: none !important;
}

.video-js .vjs-control-bar {
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.1rem;
}

.video-js .vjs-control {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 1rem 0 0;
}

.video-js .vjs-progress-control {
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  margin: 0;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 8px;
  background: rgba(78, 71, 62, 0.5);
}

.video-js .vjs-load-progress {
  background: #4E473E;
}

.video-js .vjs-play-control {
  width: auto;
  padding: 0;
  margin-right: 1rem;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-play.svg") no-repeat center center;
  background-size: contain;
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  background-image: url("/img/static/video-pause.svg");
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  background-image: url("/img/static/video-play.svg");
}

.video-js .vjs-time-control {
  padding: 0;
  font-size: 1rem;
  line-height: 1.3em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

.video-js .vjs-time-divider {
  min-width: 0;
  display: block;
}

.video-js .vjs-playback-rate {
  display: block !important;
  position: absolute;
  right: -webkit-calc(2.6rem + 0.85em);
  right: calc(2.6rem + 0.85em);
  top: 0;
  z-index: 10;
  margin: 0;
  z-index: 10;
  font-size: 1rem;
  line-height: 1.3em;
}

.video-js .vjs-playback-rate .vjs-playback-rate-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.video-js .vjs-playback-rate * {
  font-size: 1em;
  line-height: inherit;
}

.video-js .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 2em;
}

.video-js .vjs-fullscreen-control {
  width: 2.4rem;
  height: 100%;
  position: absolute;
  right: 0.85em;
  top: 0;
  margin: 0;
  z-index: 10;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-full.svg") no-repeat center center;
  background-size: contain;
}

.video-js.vjs-paused .vjs-control-bar {
  display: none;
}

.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

.video-js .vjs-volume-panel {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0 0 0 10px;
  width: 2em;
}
.video-js .vjs-volume-panel .vjs-mute-control {
  margin: 0;
  width: 2em;
}

@media screen and (max-width: 1600px) {
  .video-js .vjs-control-bar {
    height: 3.5rem;
  }
  .video-js .vjs-progress-control {
    height: 4px;
  }
  .video-js .vjs-progress-control .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 2rem;
    height: 2rem;
  }
  .video-js .vjs-time-control,
  .video-js .vjs-playback-rate {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
  }
  .video-js .vjs-control-bar {
    height: 0.88rem;
    padding: 0 0.3rem;
  }
  .video-js .vjs-progress-control,
  .video-js .vjs-progress-holder {
    height: 4px;
  }
  .video-js .vjs-play-control .vjs-icon-placeholder,
  .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    width: 0.48rem;
    height: 0.48rem;
  }
  .video-js .vjs-play-control {
    margin-right: 0.2rem;
  }
  .video-js .vjs-time-control {
    font-size: 0.24rem;
  }
  .video-js .vjs-fullscreen-control {
    width: 0.48rem;
    right: 0.3rem;
  }
  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: 0.24rem;
  }
  .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    pointer-events: auto;
  }
  .video-js .vjs-volume-panel {
    font-size: 0.24rem;
  }
  .video-js .vjs-volume-panel .vjs-mute-control {
    width: 0.48rem;
    height: 0.48rem;
  }
}
/*** modal-video ***/
.modal-video {
  background: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}
.modal-video .modal-dialog {
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 1440px;
  max-width: 85vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .modal-close {
  color: #fff;
  opacity: 1;
}
.modal-video .modal-close .bi {
  background: none;
}
.modal-video .video-box {
  width: 100%;
  padding-top: 56.3%;
  overflow: hidden;
  position: relative;
}
.modal-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
}
.modal-video .video-js .vjs-tech, .modal-video .video-js video {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 992px) {
  .modal-video .modal-close {
    right: unset;
    left: -webkit-calc(100% + 10px);
    left: calc(100% + 10px);
    top: 10px;
  }
  .modal-video .video-box {
    border-radius: 8px;
  }
  .modal-video .video-js {
    border-radius: inherit;
  }
}
@media screen and (max-width: 991.98px) {
  .modal-video .modal-dialog {
    padding: 0;
  }
  .modal-video .modal-content, .modal-video .modal-body {
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .modal-video .video-box {
    height: 100%;
    padding: 0;
  }
}
/**** animate ***/
@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  5% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  5% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes pabIntroMoreIconAnt {
  0% {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  49.99% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes pabIntroMoreIconAnt {
  0% {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
  49.99% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: none;
    -webkit-transform: none;
    opacity: 1;
  }
}
@keyframes arrowRightAnt {
  0% {
    transform: none;
    -webkit-transform: none;
  }
  50% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
  100% {
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes arrowRightAnt {
  0% {
    transform: none;
    -webkit-transform: none;
  }
  50% {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
  }
  100% {
    transform: none;
    -webkit-transform: none;
  }
}
.animated {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@-webkit-keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@-webkit-keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
@keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes scale02 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale02 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.scale02 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: scale02 1s linear both;
          animation: scale02 1s linear both;
}

@keyframes fadeDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeDown2 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeDown2 1s linear both;
          animation: fadeDown2 1s linear both;
}

@keyframes opcacity1 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes opcacity1 {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.opcacity1 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: opcacity1 0.5s linear both;
          animation: opcacity1 0.5s linear both;
}

@keyframes fadeUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
@-webkit-keyframes fadeUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    visibility: visible;
  }
}
.fadeUp3 {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeUp3 1s linear both;
          animation: fadeUp3 1s linear both;
}

@keyframes fadeDownScale2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) scaleY(0);
            transform: translateY(-100px) scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeDownScale2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px) scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.history-lines {
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeDownScale2 1s linear both;
          animation: fadeDownScale2 1s linear both;
}

@keyframes fadeUp4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
@-webkit-keyframes fadeUp4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    visibility: visible;
  }
}
.fadeInLeft2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInLeft2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInLeft3 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInLeft2 0.8s linear both;
  -webkit-animation: fadeInLeft2 0.8s linear both;
}

.fadeInRight2 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInRight2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInright3 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInRight2 0.8s linear both;
  -webkit-animation: fadeInRight2 0.8s linear both;
}

.fadeInright4 {
  opacity: 0;
  visibility: hidden;
  animation: fadeInRight2 0.6s linear both;
  -webkit-animation: fadeInRight2 0.6s linear both;
}

.scale-animation {
  animation: scale-animation 0.3s ease;
  -webkit-animation: scale-animation 0.3s ease;
}

@keyframes scaleRight {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0) scale(0);
            transform: translateZ(0) scale(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    visibility: visible;
  }
}
@-webkit-keyframes scaleRight {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0) scale(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    visibility: visible;
  }
}
.scaleRight {
  animation: scaleRight 1s ease;
  -webkit-animation: scaleRight 1s ease;
}

.swipWow .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.swipWow.animated .swiper-slide {
  -webkit-animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.swipWow.animated .swiper-slide:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.swipWow.animated .swiper-slide:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.swipWow.animated .swiper-slide:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.swipWow.animated .swiper-slide:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.layoutWow > * {
  opacity: 0;
  visibility: hidden;
}
.layoutWow.animated > * {
  -webkit-animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
          animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.layoutWow.animated > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.layoutWow.animated > *:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.layoutWow.animated > *:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.layoutWow.animated > *:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.layoutWow.animated > *:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.layoutWow.animated > *:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.layoutWow.animated > *:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.layoutWow2 > * {
  opacity: 0;
  visibility: hidden;
}
.layoutWow2.animated > * {
  -webkit-animation: fadeUp4 0.6s linear both;
          animation: fadeUp4 0.6s linear both;
}
.layoutWow2.animated > *:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.layoutWow2.animated > *:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.layoutWow2.animated > *:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.layoutWow2.animated > *:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

/*** loading ***/
.modal-forms-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 3000;
  display: block !important;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-forms-loading.show {
  opacity: 1;
  pointer-events: auto;
}

.rmt-loading-box {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate();
  -webkit-transform: translate();
}

@-webkit-keyframes rmt--rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rmt--rotating {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rmt-icon-loader {
  width: 48px;
  height: 48px;
  -webkit-transition: color 0.33s ease, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  -webkit-transition: color 0.33s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 0.75);
  background: conic-gradient(from 30deg, rgba(119, 119, 119, 0), rgba(119, 119, 119, 0.48), rgba(119, 119, 119, 0.8), rgb(119, 119, 119));
  color: rgba(255, 255, 255, 0);
  -webkit-mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  mask: url("data:image/svg+xml,<svg width='48' height='48' xmlns='http://www.w3.org/2000/svg'><path d='M24 1a2.347 2.347 0 1 1 0 4.694 18.306 18.306 0 1 0 13.359 5.792 2.347 2.347 0 1 1 3.426-3.21A23 23 0 1 1 24 1Z' fill='black'/></svg>");
  -webkit-mask-size: cover;
  mask-size: cover;
  opacity: 0.7;
  -webkit-animation: rmt--rotating 1.5s infinite linear;
          animation: rmt--rotating 1.5s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}

/* 提示弹框 */
.public-modal-ts .public-modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.public-modal-ts .modal-dialog {
  height: 100%;
}
.public-modal-ts .boxs {
  position: relative;
  width: 30em;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 4.25em 0 4.25em;
}
.public-modal-ts .icon {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  border: 2px solid;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  width: 4em;
  height: 4em;
  border-radius: 100%;
  margin-bottom: 1.5rem;
}
.public-modal-ts .icon svg {
  width: 1.8em;
  height: 1.8em;
  fill: currentColor;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
.public-modal-ts .tit {
  font-size: 1.6rem;
  line-height: 1em;
  color: var(--mt-global-color-theme-dark);
  font-weight: bold;
}
.public-modal-ts .doc {
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.1rem;
  color: #4D4D4D;
  font-weight: 400;
  padding: 0 1.5rem;
  margin: 0.85rem 0 0;
}
.public-modal-ts .closeop {
  width: 8.8rem;
  height: 2.5rem;
  background: var(--mt-global-color-theme);
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2rem;
  color: #fff;
  cursor: pointer;
  border-radius: 1.3rem;
}
.public-modal-ts.succeedpop .icon {
  border-color: var(--mt-global-color-theme-light);
  color: var(--mt-global-color-theme);
}
.public-modal-ts.succeedpop .icon svg {
  width: 2em;
  height: 2em;
}
.public-modal-ts.failpop .icon {
  border-color: var(--mt-global-color-red);
  color: var(--mt-global-color-red);
}
.public-modal-ts.failpop .icon svg {
  width: 3em;
  height: 3em;
}

@media (min-width: 992px) {
  .public-modal-ts .closeop:hover {
    cursor: pointer;
    background: var(--mt-global-color-theme-h);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
@media (max-width: 991.98px) {
  .public-modal-ts .boxs {
    width: 90vw;
    padding: 1rem 0.4rem;
  }
  .public-modal-ts .icon {
    margin-bottom: 0.6rem;
  }
  .public-modal-ts .tit {
    font-size: 0.52rem;
    line-height: 0.65rem;
  }
  .public-modal-ts .doc {
    margin: 0.3rem 0 0;
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .public-modal-ts .closeop {
    width: 4.2rem;
    height: 0.84rem;
    font-size: 0.32rem;
    margin: 1rem 0 0;
    border-radius: 0.42rem;
  }
}
/** header **/
.header {
  height: 4.5rem;
  background: #fff;
  border-bottom: solid 1px #F2F3F3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.header > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.head-place {
  height: var(--header-ht);
}

.head-left {
  position: relative;
  z-index: 20;
}

.head-logo {
  height: 100%;
  position: relative;
}
.head-logo a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.head-logo img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  height: 3.1rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.head-right {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  grid-gap: 0 1.5rem;
  font-size: max(14px, 0.9rem);
  line-height: 1.2rem;
  color: inherit;
  z-index: 20;
}
.head-right > * {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}

.head-search-box {
  height: 100%;
  position: relative;
}

.head-search-open {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.head-search-open .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
  background: currentColor;
}

.head-lang-box {
  height: 100%;
  position: relative;
}
.head-lang-box .lang-hd {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  font-weight: bold;
}
.head-lang-box .lang-hd .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  background: currentColor;
}
.head-lang-box .lang-hd .bi-globe {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url("/img/common/globe.svg") no-repeat center/contain;
  mask: url("/img/common/globe.svg") no-repeat center/contain;
  margin: 0 7px 0 0;
}
.head-lang-box .lang-hd .bi-down {
  width: 9px;
  height: 6px;
  display: block;
  -webkit-mask: url("/img/common/down.svg") no-repeat center/contain;
  mask: url("/img/common/down.svg") no-repeat center/contain;
  margin: 0 0 0 6px;
}
.head-lang-box .dropdown-box {
  position: absolute;
  left: -2px;
  right: -1.9rem;
  top: 100%;
  z-index: 20;
  padding: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
.head-lang-box .lang-list {
  width: 100%;
  background: #F5F9FB;
  position: relative;
  padding: 1.1rem 1.5rem;
  border-top: solid 2px var(--mt-global-color-theme);
  border-bottom: solid 2px var(--mt-global-color-theme);
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.5rem 0;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: var(--mt-global-color-black);
}
.head-lang-box .lang-list > * {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.head-lang-box .lang-list > * > * {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--mt-global-color-theme)), to(var(--mt-global-color-theme))) no-repeat;
  background: -webkit-linear-gradient(var(--mt-global-color-theme), var(--mt-global-color-theme)) no-repeat;
  background: linear-gradient(var(--mt-global-color-theme), var(--mt-global-color-theme)) no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
}
.head-lang-box .lang-list > *.current, .head-lang-box .lang-list > *:hover {
  color: var(--mt-global-color-theme);
}
.head-lang-box .lang-list > *.current > *, .head-lang-box .lang-list > *:hover > * {
  background-size: 100% 1px;
}
.head-lang-box:hover .dropdown-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 20;
  transform: none;
  -webkit-transform: none;
}

.head-menu {
  height: 100%;
  position: relative;
}

.head-menu-handle {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.head-menu-handle .bi {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  position: relative;
}

.head-menu-open .bi {
  -webkit-mask: url("/img/common/menu.svg") no-repeat center/contain;
  mask: url("/img/common/menu.svg") no-repeat center/contain;
  background: currentColor;
}

.head-menu-close {
  display: none;
}
.head-menu-close .bi {
  -webkit-mask: url("/img/common/x-black-b.svg") no-repeat center/contain;
  mask: url("/img/common/x-black-b.svg") no-repeat center/contain;
  background: var(--mt-global-color-theme);
}

body {
  --header-ht: 4.5rem;
}
body.head-nobg:not(.head-black, .open-appnav, .open-search-web) .header {
  background: transparent;
  color: #fff;
  border-bottom-color: transparent;
}
body.head-nobg .head-place {
  display: none !important;
}
body.head-black .header {
  background: #fff;
  color: inherit;
  border-bottom: solid 1px #F2F3F3;
}
body.head-black .head-place {
  display: block;
}
body.open-appnav .header {
  background: transparent;
  color: #fff;
  border-bottom-color: rgba(205, 206, 217, 0.2);
}
body.open-appnav .head-menu-open {
  display: none;
}
body.open-appnav .head-menu-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 992px) {
  .header:hover {
    background: #fff !important;
    color: inherit !important;
    border-bottom: solid 1px #F2F3F3;
  }
  .head-search-open:hover {
    color: var(--mt-global-color-theme);
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1.2rem;
  }
  .head-logo img {
    height: 0.72rem;
  }
  .head-right {
    grid-gap: 0 0.45rem;
  }
  .head-search-open .bi {
    width: 0.46rem;
    height: 0.46rem;
  }
  body {
    --header-ht: 1.2rem;
  }
}
.modal-search-web {
  width: min(46.25vw, 888px);
  height: var(--header-ht);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transform-origin: right center !important;
          transform-origin: right center !important;
}
.modal-search-web .search-input {
  width: 100%;
  position: relative;
}
.modal-search-web .inpt {
  width: 100%;
  height: 2.8rem;
  display: block;
  background: #F5F7FB;
  border: solid 1px #E5E5E5;
  border-radius: 1.4rem;
  font-size: 1rem;
  line-height: 1.5em;
  color: inherit;
  padding: 0 4rem 0 1.5rem;
}
.modal-search-web .btn-search {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.modal-search-web .btn-search .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
  background: currentColor;
  position: relative;
}
.modal-search-web .btn-search:hover {
  color: var(--mt-global-color-theme);
}

.modal-search-app {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.modal-search-app .modal-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-search-app .modal-content {
  padding: 2.46rem 0.5rem 0;
}
.modal-search-app .modal-close {
  height: 100%;
  padding: 0 0.5rem;
  color: var(--mt-global-color-theme);
}
.modal-search-app .modal-close .bi {
  width: 0.48rem;
  height: 0.48rem;
  -webkit-mask: url("/img/common/x-black-b.svg") no-repeat center/contain;
  mask: url("/img/common/x-black-b.svg") no-repeat center/contain;
}
.modal-search-app .modal-header {
  width: 100%;
  height: 1.2rem;
  border-bottom: solid 1px rgba(205, 206, 217, 0.2);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.modal-search-app .modal-header .head-logo {
  height: 100%;
  position: relative;
}
.modal-search-app .modal-header .head-logo > * {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
.modal-search-app .modal-header .head-logo img {
  height: 0.72rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.modal-search-app .search-input {
  width: 100%;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
}
.modal-search-app .search-input .inpt {
  width: 100%;
  height: 1.08rem;
  background: transparent;
  position: relative;
  font-size: 0.3rem;
  line-height: 0.48rem;
  text-align: center;
  padding: 0 0.86rem;
  color: inherit;
}
.modal-search-app .search-input .inpt::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.modal-search-app .search-input .btn-search {
  padding: 0 0.24rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.modal-search-app .search-input .btn-search .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 0.38rem;
  height: 0.38rem;
  display: block;
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
  background: currentColor;
}

body.open-search-web .head-navlist {
  transform: scale(0);
  -webkit-transform: scale(0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.open-search-web .head-search-open {
  opacity: 0;
}
body.open-search-web .modal-search-web {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 30;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/****** 
 * 导航
 *****/
.head-navbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.head-navlist {
  height: 100%;
  position: relative;
  font-size: max(15px, 1rem);
  line-height: 1.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
          align-items: stretch;
  grid-gap: 0 2.5rem;
  pointer-events: auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.head-navlist > .navitem {
  position: relative;
}
.head-navlist > .navitem::before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  right: -1rem;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.head-navlist > .navitem.current .navlv1 {
  color: var(--mt-global-color-theme);
}
.head-navlist > .navitem.current .navlv1::after {
  opacity: 1;
}
.head-navlist > .navitem:hover .navlv1 {
  color: var(--mt-global-color-theme);
}
.head-navlist > .navitem:hover .navlv1::after {
  opacity: 1;
}
.head-navlist > .navitem:hover .navlv1 .nav-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.head-navlist > .navitem:hover .subnav-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  z-index: 20;
}
.head-navlist .navlv1 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  font-weight: bold;
}
.head-navlist .navlv1::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 1px;
  pointer-events: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.head-navlist .navlv1 > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 6px;
}
.head-navlist .navlv1 .nav-arrow {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 10px;
  height: 6px;
  display: block;
  -webkit-mask: url("/img/common/down.svg") no-repeat center/contain;
  mask: url("/img/common/down.svg") no-repeat center/contain;
  position: relative;
  background: currentColor;
}
.head-navlist .subnav-box {
  min-width: 12rem;
  position: absolute;
  left: -1.5rem;
  top: 100%;
  padding: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  color: var(--mt-global-color-black);
}
.head-navlist .navlv2-list {
  width: 100%;
  position: relative;
  background: #F5F9FB;
  border-top: solid 2px var(--mt-global-color-theme);
  border-bottom: solid 2px var(--mt-global-color-theme);
  border-radius: 1rem;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.6rem 0;
  padding: 1.8rem 1.5rem 2rem;
}
.head-navlist .navlv2-list .navitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.head-navlist .navlv2-list .navitem > * {
  padding: 0 0 4px;
  display: block;
  position: relative;
  transition: none;
  -webkit-transition: none;
}
.head-navlist .navlv2-list .navitem > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 1px var(--mt-global-color-theme);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
.head-navlist .navlv2-list .navitem.current, .head-navlist .navlv2-list .navitem:hover {
  color: var(--mt-global-color-theme);
}
.head-navlist .navlv2-list .navitem.current > *::after, .head-navlist .navlv2-list .navitem:hover > *::after {
  width: 100%;
}

.modal-navbox {
  z-index: 190;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  color: #fff;
}
.modal-navbox .modal-dialog {
  width: 100%;
  min-height: 100dvh;
  position: relative;
  padding: 1.2rem 0 0;
}
.modal-navbox .modal-content {
  padding: 0.4rem 0.5rem 0.6rem;
}

.modal-appnav-list {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.modal-appnav-list > .navitem.active .navlv1 .nav-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.modal-appnav-list .navlv1 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.modal-appnav-list .navlv1 a, .modal-appnav-list .navlv1 .text {
  min-width: 50%;
  position: relative;
  display: block;
  padding: 0.3rem 0;
  z-index: 15;
  pointer-events: none;
}
.modal-appnav-list .navlv1 a[href], .modal-appnav-list .navlv1 .text[href] {
  pointer-events: auto;
}
.modal-appnav-list .nav-arrow {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.modal-appnav-list .nav-arrow .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  background: currentColor;
  -webkit-mask: url("/img/common/down2.svg") no-repeat center/contain;
  mask: url("/img/common/down2.svg") no-repeat center/contain;
  position: relative;
}
.modal-appnav-list .subnav-box {
  display: none;
}
.modal-appnav-list .navlv2-list {
  padding: 0 0 0.2rem 0.25rem;
}
.modal-appnav-list .navlv2-list .navitem {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.modal-appnav-list .navlv2-list .navitem > * {
  padding: 0.21rem 0;
  display: block;
  min-width: 50%;
}

.modal-lang-app {
  margin: 0.18rem 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0.2rem 0 0;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #fff;
}
.modal-lang-app .lang-hd {
  width: 100%;
  position: relative;
  height: 1.1rem;
}
.modal-lang-app .lang-hd .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 0.2rem;
  position: relative;
}
.modal-lang-app .lang-hd .bi-globe {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background: url("/img/common/globe-white.svg") no-repeat center center;
  background-size: contain;
}
.modal-lang-app .lang-hd .bi-arrow {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.modal-lang-app .lang-hd .bi-arrow .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 0.2rem;
  height: 0.2rem;
  display: block;
  background: currentColor;
  -webkit-mask: url("/img/common/down2.svg") no-repeat center/contain;
  mask: url("/img/common/down2.svg") no-repeat center/contain;
  position: relative;
}
.modal-lang-app .lang-dropdown {
  display: none;
}
.modal-lang-app .lang-list {
  padding: 0 0 0.2rem 0.62rem;
}
.modal-lang-app .lang-list > * {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.modal-lang-app .lang-list > * > * {
  padding: 0.21rem 0;
  display: block;
  min-width: 50%;
}
.modal-lang-app.active .lang-hd .bi-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* main-box */
.main-box {
  min-height: -webkit-calc(100vh - 6.6em);
  min-height: calc(100vh - 6.6em);
  position: relative;
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: -webkit-calc(50vh - 1.5rem);
    min-height: calc(50vh - 1.5rem);
  }
}
/* footer */
.footer {
  width: 100%;
  background: #F2F3F3;
  position: relative;
}

.foot-topbox {
  padding: 4rem 0 7.5rem;
}

.foot-topbox-layout {
  width: 100%;
  position: relative;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  grid-template-columns: 1fr min(30%, 21.3rem);
}
.foot-topbox-layout > * {
  min-width: 0;
}

.foot-navlist {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  line-height: 1em;
}
.foot-navlist a[href] {
  position: relative;
}
.foot-navlist a[href]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 1px currentColor;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.foot-navlist > .navitem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.foot-navlist .navlv1 {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 2.3rem;
  margin-bottom: 1.2rem;
}
.foot-navlist .navlv1 > a[href]::after {
  bottom: 0;
}
.foot-navlist .navlv2-list {
  display: grid;
  grid-gap: 1.3rem 0;
}
.foot-navlist .navlv2-list > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.foot-search-box .lvtit {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 2.3rem;
  margin-bottom: 1.2rem;
}
.foot-search-box .search-input {
  width: 100%;
  position: relative;
}
.foot-search-box .inpt {
  width: 100%;
  height: 2.8rem;
  display: block;
  border: solid 1px currentColor;
  border-radius: 0.9rem;
  padding: 0 3.4rem 0 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  color: inherit;
  background: transparent;
}
.foot-search-box .inpt:focus {
  border-color: var(--mt-global-color-theme);
}
.foot-search-box .btn-search {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.foot-search-box .btn-search .bi {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  background: var(--mt-global-color-theme);
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
  position: relative;
}

.foot-share-box {
  margin: 4.2rem 0 0;
}
.foot-share-box .lvtit {
  margin-bottom: 0.5rem;
  font-size: max(14px, 0.9rem);
  line-height: 1rem;
}

.foot-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.8rem;
}
.foot-share .item {
  position: relative;
}
.foot-share .item.active .item-ico {
  opacity: 1;
}
.foot-share .item.active .dropdown-box {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  pointer-events: auto;
}
.foot-share .item-ico {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.foot-share .item-ico img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
}
.foot-share .item-ico .deft {
  opacity: 0.7;
}
.foot-share .item-ico .hover {
  display: none;
}
.foot-share .dropdown-box {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  padding: 16px 0 0;
}
.foot-share .dropdown-box::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 8;
  width: 11px;
  height: 11px;
  top: 16px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
}
.foot-share .dropdown-box .box {
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.foot-share .dropdown-box .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.foot-share .dropdown-box .imgs {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: inherit;
  overflow: hidden;
}
.foot-share .dropdown-box img {
  width: 136px;
  height: 136px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}

.foot-botbox {
  border-top: solid 1px #E2E2E2;
  padding: 1.4rem 0;
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.5em;
  color: rgba(51, 51, 51, 0.9);
  white-space: nowrap;
}
.foot-botbox > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.foot-botbox a[href] {
  position: relative;
}
.foot-botbox a[href]::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: solid 1px currentColor;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}

.foot-support {
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.foot-jszc_swip {
  height: 1.5em;
  overflow: hidden;
}

.foot-links-web {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.foot-links-web::before {
  content: "";
  display: block;
  width: 0;
  height: 1em;
  border-left: solid 1px rgba(51, 51, 51, 0.7);
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  margin: 0 1rem 0 1em;
}
.foot-links-web a[href]::after {
  bottom: 0;
}

@media (min-width: 992px) {
  .foot-topbox {
    padding: 4rem 0 5.5rem;
  }
  .foot-navlist a[href]:hover {
    color: var(--mt-global-color-theme);
  }
  .foot-navlist a[href]:hover::after {
    width: 100%;
    opacity: 1;
  }
  .foot-share .item:hover .item-ico .deft {
    display: none;
  }
  .foot-share .item:hover .item-ico .hover {
    display: block;
  }
  .foot-share .item:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    pointer-events: auto;
  }
  .foot-search-box .btn-search:hover {
    color: var(--mt-global-color-theme-h);
  }
  .foot-botbox a[href]:hover {
    color: var(--mt-global-color-theme);
  }
  .foot-botbox a[href]:hover::after {
    width: 100%;
    opacity: 1;
  }
  .foot-botbox-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .foot-icp {
    margin: 0 0.6rem 0 1.2rem;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .foot-botbox > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .foot-topbox {
    padding: 1.2rem 0 0.8rem;
    position: relative;
    z-index: 10;
  }
  .foot-topbox-layout {
    grid-template-columns: repeat(1, 1fr);
  }
  .foot-topbox-right {
    width: 100%;
    padding: 0 0.9rem 0 0;
  }
  .foot-search-box .lvtit {
    margin-bottom: 0.3rem;
    font-size: 0.48rem;
    line-height: 0.56rem;
  }
  .foot-search-box .inpt {
    height: 0.88rem;
    border-radius: 0.18rem;
    padding: 0 1rem 0 0.2rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .foot-search-box .btn-search {
    padding: 0 0.3rem;
  }
  .foot-search-box .btn-search .bi {
    width: 0.4rem;
    height: 0.4rem;
  }
  .foot-share-box {
    margin: 0.6rem 0 0;
  }
  .foot-share-box .lvtit {
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .foot-share {
    grid-gap: 0 0.2rem;
  }
  .foot-share .item-ico {
    width: 0.8rem;
    height: 0.8rem;
  }
  .foot-share .item-ico .deft {
    opacity: 1;
  }
  .foot-share .dropdown-box img {
    width: 120px;
    height: 120px;
  }
  .foot-botbox {
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: rgba(51, 51, 51, 0.8);
    padding: 0.5rem 0;
  }
  .foot-botbox > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    grid-gap: 0.3rem 0;
  }
  .foot-botbox-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .foot-botbox-right > *:not(:last-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .foot-botbox-right > *:not(:last-child)::after {
    content: "";
    display: block;
    width: 0;
    height: 0.28rem;
    border-right: solid 2px currentColor;
    margin: 0 0.16rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
            flex: none;
  }
  .foot-jszc_swip {
    height: 0.36rem;
  }
}
.btn-gotop {
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  z-index: 50;
  display: none;
}
.btn-gotop .trigger {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  border: solid 1px currentColor;
  color: var(--mt-global-color-theme);
  border-radius: 50%;
  position: relative;
}
.btn-gotop .bi {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask: url("/img/common/gotop.svg") no-repeat center/contain;
  mask: url("/img/common/gotop.svg") no-repeat center/contain;
  background: currentColor;
  position: relative;
}
.btn-gotop:hover .trigger {
  background: currentColor;
}
.btn-gotop:hover .bi {
  color: #fff;
}

.foot-contact {
  width: 100%;
  height: 24.5rem;
  position: relative;
  overflow: hidden;
}
.foot-contact .st-bgimgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.foot-contact .st-bgimgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.foot-contact .st-bgimgs img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.foot-contact .st-text-box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  z-index: 10;
  padding: 0 2rem;
}
.foot-contact .st-text {
  max-width: 32rem;
  margin: 0.5rem 0 0;
}
.foot-contact .st-handle {
  width: 100%;
  margin: 1.5rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.foot-contact .pub-btn {
  font-weight: inherit;
}

body.hide-footct .foot-contact {
  display: none !important;
}

@media (min-width: 992px) {
  .foot-contact:hover .st-bgimgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .foot-contact .st-text-box {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .foot-contact {
    height: 7.6rem;
  }
  .foot-contact .st-text-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 1.2rem 0 0;
  }
  .foot-contact .st-text {
    max-width: none;
    margin: 0.3rem 0 0;
  }
  .foot-contact .st-handle {
    width: 100%;
    margin: 0.6rem 0 0;
  }
}
.modal-contact {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(29.7000007629px);
          backdrop-filter: blur(29.7000007629px);
}
.modal-contact .modal-dialog {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  padding: 5rem 0;
}
.modal-contact .modal-content {
  width: 84vw;
  max-width: 1440px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 5rem 6rem 5.25rem;
  position: relative;
  border-radius: 1rem;
}
.modal-contact .modal-close-box {
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-contact .modal-close-box .modal-close {
  pointer-events: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1270px) {
  .modal-contact .modal-content {
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem);
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .modal-contact .modal-dialog {
    padding: 0.6rem 0;
  }
  .modal-contact .modal-content {
    width: 100%;
    max-width: none;
    padding: 1.2rem 0.5rem;
    border-radius: 0.32rem;
  }
}
/* cookie 样式 */
/* modal-cookie */
.m-inner {
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.btn.btn-white {
  background: #fff;
  color: var(--mt-global-color-theme);
  border: none;
}

.modal-cookie {
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}
.modal-cookie .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
  pointer-events: none;
}
.modal-cookie .modal-content {
  width: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2.15rem 0;
  pointer-events: auto;
}
.modal-cookie .modal-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.modal-cookie .modal-title {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 4px;
}
.modal-cookie .modal-doc {
  font-size: 12px;
  line-height: 1.8em;
}
.modal-cookie .modal-doc a[href] {
  font-weight: 700;
  text-decoration: underline;
}
.modal-cookie .modal-aside {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  margin: 0 0 0 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.9rem;
}
.modal-cookie .btn {
  min-width: 6.4rem;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  line-height: 1em;
  border: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 1.5rem;
  padding: 0;
  color: var(--mt-global-color-theme);
}
.modal-cookie .btn > * {
  width: 10rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: inherit;
  border-radius: 4px;
}
.modal-cookie .btn::after {
  opacity: 0 !important;
}
.modal-cookie .btn-white_line {
  color: #fff;
}

.modal-cookie-setting {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.modal-cookie-setting .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
}
.modal-cookie-setting .modal-content {
  width: 36rem;
  height: 80vh;
  max-width: 100%;
  max-height: 38rem;
  background: #fff;
  border-radius: 16px;
  padding: 4.3rem 0.5rem 5.8rem;
  overflow: hidden;
}
.modal-cookie-setting .modal-header {
  width: 100%;
  height: 4.3rem;
  display: block;
  background: #fff;
  padding: 1.6rem 1.5rem 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.modal-cookie-setting .modal-title {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
}
.modal-cookie-setting .modal-close {
  padding: 1.6rem 2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  left: unset;
  bottom: unset;
  transform: none;
  -webkit-transform: none;
  z-index: 1070;
}
.modal-cookie-setting .modal-close .bi {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/static/close-gray2.svg");
  background-size: contain;
}
.modal-cookie-setting .modal-body {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  padding: 0 1.2rem;
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.375em;
  color: #000;
}
.modal-cookie-setting .modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-cookie-setting .modal-body::-webkit-scrollbar-track {
  background: none;
}
.modal-cookie-setting .modal-body::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}
.modal-cookie-setting .modal-footer {
  width: 100%;
  height: -webkit-calc(5.8rem + 1px);
  height: calc(5.8rem + 1px);
  background: #fff;
  border-top: solid 1px #DDDDDD;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.modal-cookie-setting .btn {
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
          align-items: center;
  height: 3rem;
  border: solid 1px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  border-radius: 1.5rem;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.modal-cookie-setting .btn-normal {
  background-color: var(--mt-global-color-green-light);
  border-color: var(--mt-global-color-green-light);
  color: #fff;
}

.ckset-introd {
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.8em;
  color: #999;
  padding-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}

.ckset-introd a[href] {
  color: var(--mt-global-color-theme);
  text-decoration: underline;
}

.ckset-checkbox-section {
  margin: 1.6rem 0;
}
.ckset-checkbox-section.is-full .ckset-checkbox-doc {
  padding: 0;
}

.ckset-checkbox-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.ckset-checkbox-title {
  font-size: 16px;
  line-height: 1.4em;
  color: #000;
  font-weight: 500;
}

.ckset-checkbox-label {
  width: 52px;
  height: 32px;
  display: block;
  border-radius: 16px;
  position: relative;
  background: #CBCBCB;
  cursor: pointer;
}

.ckset-check {
  display: none;
}

.ckset-check-circle {
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.ckset-checkbox-checked {
  background: var(--mt-global-color-theme);
}
.ckset-checkbox-checked .ckset-check-circle {
  left: -webkit-calc(100% - 4px - 24px);
  left: calc(100% - 4px - 24px);
}

.ckset-checkbox-doc {
  width: 100%;
  font-size: 14px;
  line-height: 2em;
  color: #999;
  padding: 0 4.2rem 0 0;
  margin-top: 0.5em;
}

.ckset-checkbox_sublist {
  padding: 0 0 0 0.5rem;
}

.ckset-checkbox_subitem {
  margin-top: 1rem;
}

.ckset-checkbox_subitem .ckset-checkbox-title {
  font-weight: 400;
}

body.show-cookie .modal-cookie {
  padding: 0;
  display: block;
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .modal-cookie .global-inner, .modal-cookie .m-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .modal-cookie .global-inner::before, .modal-cookie .global-inner::after, .modal-cookie .m-inner::before, .modal-cookie .m-inner::after {
    display: none;
  }
  .modal-cookie .btn:not(.btn-disabled):hover.btn-white_line {
    background-color: #fff;
    color: var(--mt-global-color-theme);
  }
  .modal-cookie .btn:not(.btn-disabled):hover.btn-white {
    background-color: var(--mt-global-color-theme);
    border-color: var(--mt-global-color-theme);
    color: #fff;
  }
  .modal-cookie-setting .modal-dialog {
    width: auto;
    right: 5px;
  }
  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img/static/close-black2.svg");
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 10rem;
    height: 2.4rem;
    border-radius: 1.2rem;
  }
  .modal-cookie-setting .modal-footer .btn-normal:hover {
    background-color: var(--mt-global-color-theme-h);
    border-color: var(--mt-global-color-theme-h);
  }
  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .modal-cookie .modal-content {
    padding: 0.48rem 0 0.78rem;
  }
  .modal-cookie .modal-title {
    font-size: 0.32rem;
  }
  .modal-cookie .modal-doc {
    font-size: 0.24rem;
  }
  .modal-cookie .modal-aside {
    margin: 0.48rem 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    grid-gap: 0 10px;
  }
  .modal-cookie .modal-aside .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
    font-size: 0.36rem;
    height: -webkit-calc(0.86rem + 2px);
    height: calc(0.86rem + 2px);
    border-width: 1px;
    border-radius: 0.5rem;
  }
  .modal-cookie .modal-aside .btn > * {
    width: 100%;
  }
  .modal-cookie-setting .modal-content {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 0.32rem;
    border-top-right-radius: 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.4rem 0.2rem 2.34rem;
  }
  .modal-cookie-setting .modal-header {
    padding: 0.48rem 0.48rem 0;
    height: 1.4rem;
  }
  .modal-cookie-setting .modal-close {
    padding: 0.64rem 0.48rem;
  }
  .modal-cookie-setting .modal-close .bi {
    width: 0.36rem;
    height: 0.36rem;
  }
  .modal-cookie-setting .modal-title {
    font-size: 0.48rem;
  }
  .modal-cookie-setting .modal-body {
    font-size: 0.32rem;
    padding: 0 0.28rem;
  }
  .modal-cookie-setting .modal-footer {
    height: 2.36rem;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 32.8vw;
    font-size: 0.32rem;
    height: 0.82rem;
    border-radius: 0.41rem;
  }
  .ckset-introd {
    font-size: 0.28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }
  .ckset-checkbox-section {
    margin: 0.48rem 0;
  }
  .ckset-checkbox-title {
    font-size: 0.32rem;
  }
  .ckset-checkbox-doc {
    font-size: 0.28rem;
    line-height: 1.5em;
    margin-top: 0.3rem;
    padding: 0;
  }
  .ckset-checkbox_sublist {
    padding-left: 0.24rem;
  }
  .ckset-checkbox_subitem {
    margin-top: 0.4rem;
  }
}
/* 辅助栏目-搜索结果页 */
.result-topbox {
  width: 100%;
  background-color: #EEF1F5;
  position: relative;
  padding: 6rem 0;
}
.result-topbox .s-heading-h1 {
  margin-bottom: 1.5rem;
}

.result-search-wrapper {
  width: 100%;
  position: relative;
}

.result-search-ico {
  width: 4.6rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 20;
  cursor: pointer;
}
.result-search-ico img {
  width: 1.1rem;
  height: 1.1rem;
}

.result-serach-input {
  width: 100%;
  height: 3.5rem;
  display: block;
  background-color: #fff;
  padding: 0 9rem 0 2rem;
  font-size: 1.1rem;
  line-height: 1.7rem;
  color: #333;
  border-radius: 1.8rem;
  border: none;
}

.result-search-wrapper-left {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}

.result-search-wrapper-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0 1rem;
}

.icon-ico-search {
  -webkit-mask: url(/img/common/search-black.svg) no-repeat center/contain;
  mask: url(/img/common/search-black.svg) no-repeat center/contain;
  background-color: var(--mt-global-color-black);
  width: 1.4rem;
  height: 1.4rem;
}

.btn-result-search {
  width: 7.9rem;
  height: 2.8rem;
  color: #fff;
  display: block;
  border-radius: 4rem;
  background: -webkit-gradient(linear, left top, right top, from(#312F2F), to(#3A3A3A));
  background: -webkit-linear-gradient(left, #312F2F 0%, #3A3A3A 100%);
  background: linear-gradient(90deg, #312F2F 0%, #3A3A3A 100%);
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.btn-result-search > * {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .btn-result-search:hover {
    background: var(--mt-global-color-theme-h);
  }
}
@media (max-width: 991.98px) {
  .result-topbox {
    padding: 0.9rem 0 1rem;
  }
  .result-topbox .s-heading-h1 {
    margin-bottom: 0.36rem;
  }
  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }
  .result-search-ico {
    width: 0.85rem;
  }
  .result-search-ico img {
    width: 0.45rem;
    height: 0.45rem;
  }
  .icon-ico-search {
    width: 0.45rem;
    height: 0.45rem;
  }
  .result-serach-input {
    height: 0.86rem;
    padding: 0 0.85rem 0 0.28rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0;
    border-radius: 2px;
    border: solid 1px #E9E9E9;
  }
}
.result-body-wp {
  padding: 4rem 0 6rem;
}

@media (max-width: 991.98px) {
  .result-body-wp {
    padding: 1.1rem 0 1.2rem;
  }
}
.result-tab-wp {
  position: relative;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 2.5rem;
}

.result-tab-swiper {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #333;
  white-space: nowrap;
}
.result-tab-swiper .swiper-wrapper {
  grid-gap: 0 3rem;
}
.result-tab-swiper .swiper-slide {
  width: auto;
}
.result-tab-swiper .trigger {
  display: block;
  white-space: nowrap;
  padding: 1.2rem 0;
  position: relative;
}
.result-tab-swiper .trigger::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.result-tab-swiper .active .trigger {
  font-weight: bold;
}
.result-tab-swiper .active .trigger::after {
  width: 100%;
  opacity: 1;
}

.result-panel {
  display: none;
}
.result-panel.active {
  display: block;
}

@media (min-width: 992px) {
  .result-tab-swiper .swiper-slide:hover .trigger {
    font-weight: bold;
  }
}
@media (max-width: 991.98px) {
  .result-tab-wp {
    margin-bottom: 0.6rem;
  }
  .result-tab-swiper {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .result-tab-swiper .swiper-wrapper {
    grid-gap: 0 0.64rem;
  }
  .result-tab-swiper .trigger {
    padding: 0.2rem 0;
  }
  .result-tab-swiper .trigger::after {
    height: 3px;
  }
}
.total-result {
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 1rem;
}
.total-result span {
  color: var(--mt-global-color-theme);
}

.result-common-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  min-height: 9.8rem;
  grid-gap: 1rem 0;
}
.result-common-list .item {
  position: relative;
}
.result-common-list .item-box {
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  padding: 3rem 2.5rem;
  grid-gap: 0 2rem;
  min-height: 9.8rem;
}
.result-common-list .item-handle {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
.result-common-list .item-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.result-common-list .item-desc {
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.75em;
  margin: 0.6rem 0 0;
}

.result-news-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem 0;
  min-height: 9.8rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.result-news-list .item {
  position: relative;
}
.result-news-list .item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 0 2.5rem;
  padding: 1rem;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #ededed;
}
.result-news-list .item-imgs {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  width: 11.5rem;
}
.result-news-list .imgs {
  position: relative;
  overflow: hidden;
  padding: 67.83% 0 0 0;
}
.result-news-list .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.result-news-list .item-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  padding: 0.85rem 0 0 0;
}
.result-news-list .item-infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 1.2rem;
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.25em;
  white-space: nowrap;
}
.result-news-list .item-infos > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.result-news-list .item-infos > *:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.875em;
  background: #333;
  margin: 0 6px;
}
.result-news-list .item-infos .item-tag {
  font-weight: bold;
  color: var(--mt-global-color-theme);
}
.result-news-list .item-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-news-list .item-desc {
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.4rem;
  height: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0.5rem 0 0;
}

.result-pt-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  min-height: 10rem;
  grid-gap: 1rem 0;
}
.result-pt-list .item-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 3.9rem;
  background: #F7F7F7;
  padding: 1rem 2.5rem 1rem 1.2rem;
}
.result-pt-list .item-handle {
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
}
.result-pt-list .item-left {
  width: 100%;
  display: grid;
  grid-template-columns: 12.25rem 1fr;
  grid-gap: 0 1.3rem;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.result-pt-list .item-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.result-pt-list .item-imgs .imgs {
  width: 100%;
  position: relative;
  padding: 66.67% 0 0;
  overflow: hidden;
}
.result-pt-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.result-pt-list .item-body {
  padding: 0.8rem 0;
}
.result-pt-list .item-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.result-pt-list .item-desc {
  margin: 0.5rem 0 0;
  font-size: clamp(15px, 0.8rem, 16px);
  line-height: 1.4rem;
  max-height: 2.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 992px) {
  .result-news-list .item:hover .imgs img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .result-news-list .item:hover .item-title {
    color: var(--mt-global-color-theme);
  }
  .result-common-list .item:hover .item-title {
    color: var(--mt-global-color-theme);
  }
  .result-pt-list .item:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media (max-width: 991.98px) {
  .total-result {
    font-size: 0.28rem;
    line-height: 0.52rem;
    margin-bottom: 0.4rem;
  }
  .result-common-list {
    min-height: 3rem;
    grid-gap: 0.6rem 0;
  }
  .result-common-list .item-box {
    border-radius: 0.24rem;
    min-height: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0.8rem 0.4rem 0.86rem;
    grid-gap: 0.3rem 0;
  }
  .result-common-list .item-title {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .result-news-list {
    grid-template-columns: repeat(1, 1fr);
    min-height: 3.2rem;
    grid-gap: 0.6rem 0;
  }
  .result-news-list .item-box {
    min-height: 0;
    padding: 0.46rem 0.5rem 1rem 0.5rem;
  }
  .result-news-list .item-imgs {
    width: 100%;
  }
  .result-news-list .item-body {
    padding: 0;
  }
  .result-news-list .item-infos {
    margin-bottom: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .result-news-list .item-infos > *:not(:last-child)::after {
    height: 1em;
  }
  .result-news-list .item-title {
    height: auto;
    max-height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .result-news-list .item-desc {
    display: none;
  }
  .result-pt-list {
    min-height: 7.5rem;
    grid-gap: 0.6rem 0;
  }
  .result-pt-list .item-box {
    display: block;
    padding: 0;
  }
  .result-pt-list .item-handle {
    display: none;
  }
  .result-pt-list .item-left {
    display: block;
  }
  .result-pt-list .item-imgs {
    width: 100%;
  }
  .result-pt-list .item-body {
    width: 100%;
    padding: 0.4rem 0.4rem 0.5rem;
    background: #F7F7F7;
  }
  .result-pt-list .item-title {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
  .result-pt-list .item-desc {
    margin: 0.3rem 0 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    max-height: 1.44rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/* 辅助栏目-隐私政策 */
.p-privacy {
  min-height: -webkit-calc(100vh - var(--head-ht));
  min-height: calc(100vh - var(--head-ht));
  background: #F5F9FB;
}
.p-privacy .temp-mainbox {
  padding: 6rem 0;
  background: transparent;
}
.p-privacy .rocket-content__inner {
  z-index: 5;
}

.privacy-header {
  margin-bottom: 1rem;
}

.privacy-title {
  font-size: clamp(1.9rem, 2.8vw, 2.4rem);
  line-height: 1.17em;
  font-weight: bold;
}

.privacy-editor .rocket-content__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.privacy-editor .rocket-block-text,
.privacy-editor .rocket-classical-text {
  font-size: max(14px, 0.9rem);
  line-height: 1.6rem;
}

@media (min-width: 1271px) {
  .p-privacy .rocket-widget__crumb > .rocket-content__inner, .p-privacy .temp-mainbox > .rocket-content__inner {
    max-width: 1000px;
  }
}
@media (max-width: 991.98px) {
  .p-privacy .temp-mainbox {
    padding: 0.9rem 0 1.4rem;
  }
  .privacy-header {
    margin-bottom: 0.25rem;
  }
  .privacy-title {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .privacy-editor .rocket-block-text,
  .privacy-editor .rocket-classical-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
/* 辅助-搜索关联下拉 */
.diy-search-wrap {
  width: 100%;
  position: relative;
}
.diy-search-wrap.is-show {
  border-radius: 30px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.diy-search-wrap.is-show .diy-search-thead input[type=text] {
  border-radius: 0px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border: solid 1px #BDBDBD;
}
.diy-search-wrap.is-show .diy-search-dropdown {
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  pointer-events: auto;
  border: solid 1px #BDBDBD;
}

.diy-search-thead {
  width: 100%;
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  z-index: 25;
}
.diy-search-thead input[type=text] {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.diy-search-dropdown {
  width: 100%;
  white-space: nowrap;
  background: #fff;
  border-top: solid 1px #BDBDBD;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  white-space: normal;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 1.2rem;
  --line-height: 1.2rem;
  --space: 12px;
}

.diy-search-dropdown_inner {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  max-height: -webkit-calc((var(--line-height) + var(--space)) * 7);
  max-height: calc((var(--line-height) + var(--space)) * 7);
}

.diy-keyword-list > * {
  padding: -webkit-calc(var(--space) / 2) 1em;
  padding: calc(var(--space) / 2) 1em;
  position: relative;
  cursor: pointer;
}

@media (min-width: 992px) {
  .diy-keyword-list > *:hover {
    background: #E5EFFF;
    color: var(--mt-global-color-theme);
  }
}
@media (max-width: 991.98px) {
  .diy-search-wrap.is-show {
    border-radius: 0.4rem;
  }
  .diy-search-dropdown {
    font-size: 0.24rem;
    line-height: 0.36rem;
    --line-height: 0.36rem;
    --space: 0.24rem;
  }
  .diy-keyword-list > * {
    padding: -webkit-calc(var(--space) / 2) 0.16rem;
    padding: calc(var(--space) / 2) 0.16rem;
  }
}