@charset "UTF-8";
/*******/
/*******/
/****** 
 * html & body 设置
 *****/
@font-face {
  font-family: "Montserrat";
  src: url("/content/fonts/Montserrat-Regular.woff2");
  font-display: swap;
}
html,
body {
  -ms-overflow-style: scrollbar;
}

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

@media (min-width: 1700px) {
  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: var(--mt-global-color-black);
  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 (min-width: 992px) {
  body {
    --header-ht: 3.5rem;
  }
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
    --header-ht: 1.2rem;
  }
}
/* 浏览器滚动条 */
@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: 94.2vw;
  max-width: 1628px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

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

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

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

.xs-inner {
  width: 60vw;
  max-width: 760px;
  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, .xss-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;
  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 {
  box-shadow: none;
}

input[type=radio],
input[type=checkbox],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 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;
  box-shadow: none;
}

input[type=text]:focus, input[type=text]:active {
  outline: 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 {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  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;
  -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: 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";
  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-flex;
  display: flex;
}

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

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

.hidden {
  display: none !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
  .col-xxl-2 {
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-4 {
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-6 {
    -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: 1.5em;
  color: #999;
  text-align: center;
  padding: 120px 0;
}

.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;
    padding: 1.2rem 0;
  }
  .nodata img, .nodata1 img {
    width: 2.4rem;
  }
  .nodataText {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  padding: 5em 0 27em;
}

.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: 2.2rem 0.5rem 1.2rem;
    min-height: initial;
  }
  .p-404 .head-place {
    display: none;
  }
  .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;
  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: block;
  padding: 1.2rem 1.4rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1070;
}
.modal-close .bi, .modal-close img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  color: #E6E6E6;
}
.modal-close .bi {
  background: url("/img/static/close-gray.svg") no-repeat center center;
  background-size: contain;
}

@media (min-width: 992px) {
  .modal-close:hover .bi {
    background-image: url("/img/static/close-black.svg");
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    padding: 0.34rem;
  }
  .modal-close .bi, .modal-close img {
    width: 0.38rem;
    height: 0.38rem;
  }
}
/**** 公共-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 {
  object-fit: cover;
  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 {
  object-fit: cover;
  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: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.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-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 1.1rem;
  display: initial !important;
}

.video-js .vjs-control {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: 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-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: 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-big-play-button {
  display: block;
}

.video-js .vjs-volume-panel {
  -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: flex;
  display: -webkit-flex;
  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 {
  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 ***/
.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);
  }
}
@-webkit-keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(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;
}

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

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

.scale-animation {
  animation: scale-animation 0.3s ease;
  -webkit-animation: scale-animation 0.3s 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;
}

/*** loading ***/
.modal-forms-loading {
  width: 100%;
  height: 100%;
  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-flex;
  display: flex;
  -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: rgb(13, 57, 102);
  color: #fff;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 4.25em 0 4.25em;
}
.public-modal-ts .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border: 2px solid;
  -webkit-align-items: 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-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: 0.8rem;
  line-height: 1.1rem;
  color: #fff;
  font-weight: 400;
  padding: 0 1.5rem;
  margin: 0.85rem 0 0;
}
.public-modal-ts .closeop {
  width: 8.8rem;
  height: 2.1rem;
  background: #7DFEFC;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2rem;
  color: #090722;
  cursor: pointer;
  border-radius: 1.1rem;
  font-weight: bold;
  font-size: 0.8rem;
}
.public-modal-ts.succeedpop .icon {
  border-color: var(--mt-global-color-theme-light);
  color: #7DFEFC;
}
.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: #0064A2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
  }
}
@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;
  }
}
/** header **/
.header {
  height: 3.5rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.75em;
  --line-height: 1.75em;
  line-height: 1.4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.header .lg-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 100%;
}
.header .lg-inner > * {
  height: 100%;
}

body.scroll-down .header {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
body.scroll-down .news-del-wrap .news-l {
  top: 2.15rem;
}
body.scroll-up .header {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
body.scroll-up .news-del-wrap .news-l {
  top: 5.65rem;
}

.head-place {
  height: 3.5rem;
}

.head-left,
.head-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 2rem;
}
.head-left > *,
.head-right > * {
  height: 100%;
}

.head-right {
  padding-right: 0.4rem;
}

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

body.head-noplace .head-place {
  display: none;
}
body.head-nobg:not(.head-black) .header {
  background: transparent;
}

@media (min-width: 992px) {
  .head-navbox {
    position: relative;
  }
  .curPos {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 1px;
  }
  .curPos span {
    width: -webkit-calc(100% + 0.6rem);
    width: calc(100% + 0.6rem);
    height: 100%;
    color: #053C8F;
    border-radius: 50px;
    position: relative;
    background: -webkit-linear-gradient(left, rgba(125, 254, 252, 0) 0%, #7DFEFC 50%, rgba(125, 254, 252, 0) 100%);
    background: linear-gradient(90deg, rgba(125, 254, 252, 0) 0%, #7DFEFC 50%, rgba(125, 254, 252, 0) 100%);
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1rem;
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  body.overfrist .header {
    background: #000;
  }
  .head-left, .head-right {
    gap: 0 0.3rem;
  }
  .head-logo img {
    height: 0.4rem;
  }
  .head-right {
    padding-right: 0;
  }
  .header-app-menu {
    margin-right: -0.2rem;
  }
  .header-app-menu > * {
    padding: 0 0.2rem;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #fff;
  }
  .openmenu .icon {
    -webkit-mask: url("/img/common/app-open.svg") no-repeat center/contain;
    mask: url("/img/common/app-open.svg") no-repeat center/contain;
    background-color: currentColor;
    width: 0.48rem;
    height: 0.48rem;
    -webkit-transition: all 0s;
    transition: all 0s;
    display: block;
  }
  .closemenu {
    display: none;
  }
  .closemenu .icon {
    -webkit-mask: url("/img/common/app-close.svg") no-repeat center/contain;
    mask: url("/img/common/app-close.svg") no-repeat center/contain;
    background-color: currentColor;
    width: 0.48rem;
    height: 0.48rem;
    -webkit-transition: all 0s;
    transition: all 0s;
    display: block;
  }
  body.open-appmenu .header-app-menu .openmenu {
    display: none;
  }
  body.open-appmenu .header-app-menu .closemenu {
    display: -webkit-flex;
    display: flex;
  }
  .modal-navbox.modal {
    background: url(/img/common/app-menu-bg.webp);
    background-size: 100% 100%;
    z-index: 199;
    padding: 1rem 0 0 0;
    height: 100dvh;
    overflow: hidden;
  }
  .modal-navbox.modal .modal-dialog {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .modal-navbox.modal .modal-dialog::-webkit-scrollbar {
    width: 0px;
  }
  .modal-navbox.modal .modal-dialog::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: #358D06;
    border-radius: 0px;
  }
  .modal-navbox.modal .modal-dialog::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 0px;
  }
  .modal-navbox.modal .modal-dialog::-webkit-scrollbar-track-piece {
    background-color: #eee;
  }
  .app_memulv1_box {
    padding: 1.2rem 0.4rem 0 0.4rem;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .inner-a-lv1 {
    font-size: 0.36rem;
    line-height: 0.46rem;
    padding: 0.32rem 0;
    display: block;
  }
  .app_memulv1 {
    display: -webkit-flex;
    display: flex;
    gap: 0 0.2rem;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
  }
  .app_memulv1 .more-menus {
    height: 1.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .app_memulv1 .icon-mores {
    -webkit-mask: url("/img/common/app-arrow.svg") no-repeat center/contain;
    mask: url("/img/common/app-arrow.svg") no-repeat center/contain;
    background-color: currentColor;
    width: 0.22rem;
    height: 0.12rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .app_memulv1_item {
    width: 100%;
  }
  .app_memulv1_item.cur .icon-mores {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .app_memulv1_item.active .app_memulv1 {
    color: rgba(125, 254, 252, 0.8);
  }
  .app_memulv1_more {
    width: 100%;
  }
  .app_memulv2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .app_memulv1_more {
    padding: 0.1rem 0 0.4rem;
    display: none;
  }
  .app_memulv2_item {
    margin-bottom: 0.3rem;
  }
  .app_memulv2_item:last-child {
    margin-bottom: 0;
  }
  .app_memulv2_item.cur .app_memulv2 {
    color: #7DFEFC;
  }
  .app_memulv2_item.active .app_memulv2 {
    color: rgba(125, 254, 252, 0.8);
  }
}
/****** 
 * 导航
 *****/
.head-navlist {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.head-navlist .navitem {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.head-navlist .navitem.active .navlvt {
  color: #7DFEFC;
}
.head-navlist .navitem.active .navlvt > *::before {
  position: absolute;
  content: "";
  top: -webkit-calc(100% + 0.2rem);
  top: calc(100% + 0.2rem);
  left: -0.3rem;
  width: -webkit-calc(100% + 0.6rem);
  width: calc(100% + 0.6rem);
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(125, 254, 252, 0) 0%, #7DFEFC 50%, rgba(125, 254, 252, 0) 100%);
  background: linear-gradient(90deg, rgba(125, 254, 252, 0) 0%, #7DFEFC 50%, rgba(125, 254, 252, 0) 100%);
  opacity: 0;
}
.head-navlist .navitem:hover .head-sbbox {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.head-navlist .navlvt {
  white-space: nowrap;
}
.head-navlist .navlvt > * {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.head-navlist .navlvt > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.8rem;
  right: -0.8rem;
}
.head-navlist .head-sbbox {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -0.8rem;
  min-width: 11.5rem;
  border-radius: 0.4rem;
  background: rgba(13, 13, 13, 0.5);
  color: var(--mt-global-color-theme-h);
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.75em;
  --line-height: 1.75em;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease;
  backdrop-filter: blur(20px);
  box-shadow: 0px 6px 12px 0px rgba(0, 84, 179, 0.1);
}
.head-navlist .head-sbbox::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1px;
  border-radius: inherit;
  background: -webkit-linear-gradient(top, rgba(88, 88, 88, 0.1) 0%, rgba(219, 219, 219, 0.1) 100%);
  background: linear-gradient(180deg, rgba(88, 88, 88, 0.1) 0%, rgba(219, 219, 219, 0.1) 100%);
  pointer-events: none;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.head-navlist .head-sbbox .head-navlv2 {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.8rem 0;
  margin: 0;
  padding: 1.2rem 0.95rem 1.4rem;
  list-style: none;
}
.head-navlist .head-sbbox .head-navlv2 .navitem {
  display: block;
  height: auto;
}
.head-navlist .head-sbbox .head-navlv2 .navitem a {
  display: block;
  color: inherit;
  white-space: nowrap;
}
.head-navlist .head-sbbox .head-navlv2 .navitem a:hover {
  color: var(--mt-global-color-theme-light);
}

.head-lang-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.head-lang-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 1.7rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  padding: 0 0.7rem;
  border-radius: 0.85rem;
}
.head-lang-list > *:not(:last-child)::after {
  content: "/";
  margin: 0 0.1rem;
}

@media (min-width: 992px) {
  .head-lang-list:hover {
    background: #1E1F87;
    border: 1px solid #1E1F87;
    cursor: pointer;
  }
}
@media (max-width: 991.98px) {
  .head-lang-list {
    height: 0.56rem;
    font-size: 0.36rem;
    line-height: 0.48rem;
    border-radius: 0.22rem;
    padding: 0;
    border: 0;
  }
}
/* main-box */
.main-box {
  position: relative;
  z-index: 20;
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: -webkit-calc(50vh - 1.5rem);
    min-height: calc(50vh - 1.5rem);
  }
}
/* footer */
.footer {
  width: 100%;
  color: #fff;
  background: #000;
  margin-top: -22rem;
  pointer-events: none;
}
.footer::before, .footer::after {
  display: none;
}

.foot-mbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.foot-mbox::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12.5rem;
  left: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(3, 0, 20, 0) 0%, #030014 100%);
  background: linear-gradient(180deg, rgba(3, 0, 20, 0) 0%, #030014 100%);
}
.foot-mbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("/img/common/foot-bg.webp") no-repeat center bottom;
  background-size: min(100vw, 1728px) auto;
}

.foot-topbox {
  position: relative;
  z-index: 10;
  padding: 6.35rem 0 2.65rem;
  background: url("/img/common/foot-bg-0.webp") no-repeat center top;
  background-size: min(100vw, 1728px) auto;
  isolation: isolate;
}

@media (min-width: 1728px) {
  .p-home .foot-topbox {
    mix-blend-mode: lighten;
  }
}
@media (min-width: 992px) {
  .foot-topbox {
    background: none;
  }
  .foot-topbox::before {
    position: absolute;
    content: "";
    background: url(/img/common/foot-bg-0.webp) no-repeat center top;
    background-size: 100vw auto;
    height: 100%;
    width: 100%;
    -webkit-mask-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 72%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 1921px) {
  .p-gan-on-si .foot-topbox, .p-hybrid-bonding .foot-topbox {
    background: none;
  }
  .p-gan-on-si .foot-topbox::before, .p-hybrid-bonding .foot-topbox::before {
    position: absolute;
    content: "";
    background: url(/img/common/foot-bg-0.webp) no-repeat center top;
    background-size: 100% auto;
    height: 100%;
    width: 100%;
    -webkit-mask-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 1707px) {
  .foot-topbox {
    background-size: min(100vw, 1728px) 71vw;
  }
}
.foot-topbox-media {
  position: relative;
  padding: 7.5rem 0 2.2rem;
  position: relative;
  pointer-events: auto;
}
.foot-topbox-media .imgs,
.foot-topbox-media .video-box {
  width: 40.5rem;
  aspect-ratio: 810/694;
  margin: 0 auto;
}
.foot-topbox-media .imgs img,
.foot-topbox-media .imgs video,
.foot-topbox-media .video-box img,
.foot-topbox-media .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: screen;
}

.foot-topbox-text {
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 25;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  grid-gap: 1.75rem;
  text-align: center;
  color: var(--mt-global-color-theme-h);
}
.foot-topbox-text .btnbox {
  -webkit-justify-content: center;
          justify-content: center;
}

.foot-topbox-bg {
  width: 100vw;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% - 2.75rem);
  top: calc(100% - 2.75rem);
  padding: 0 0 3.65rem;
  background: url("/img/images/foot-3.webp") no-repeat center bottom;
  background-size: min(100vw, 1920px) auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 0;
}
.foot-topbox-bg .imgs {
  width: min(77.26vw, 1335px);
  display: block;
  margin: 0 auto;
}
.foot-topbox-bg img {
  width: 100%;
  display: block;
}

.foot-botbox {
  position: relative;
  padding: 10.2rem 0 4.35rem;
  z-index: 5;
  pointer-events: auto;
}
.foot-botbox .rocket-content__inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.foot-botbox-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-gap: 1.5rem 0;
}

.foot-logo img {
  height: 2.8rem;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.foot-infos {
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.9rem;
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.75em;
  --line-height: 1.75em;
  line-height: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
}
.foot-infos .ico {
  margin-top: 0.25rem;
}
.foot-infos .text {
  max-width: 29rem;
}
.foot-infos .info {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  grid-gap: 0 5px;
}
.foot-infos .info img {
  width: 0.85rem;
  height: 0.85rem;
  display: block;
  object-fit: contain;
  object-position: center;
}

.foot-botbox-right {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-gap: 0.15rem 0;
  font-size: clamp(14px, 0.9rem, 18px);
  line-height: 1.56em;
  --line-height: 1.56em;
  color: #fff;
  text-align: right;
  padding: 0.65rem 0 0;
}

.foot-copy-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  grid-gap: 0 0.7rem;
}

.foot-support {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  white-space: nowrap;
}

.foot-jszc_swip {
  height: 1.4rem;
  overflow: hidden;
}

body.foot-m174 .footer {
  margin-top: -8.7rem;
}

.foot-topbox-ggl {
  display: none;
}

.show-topbox-ggl .footer {
  padding: clamp(0px, 17.8240740741vw, 308px) 0 0;
  margin: -6.25vw 0 0 0;
  background: url(/img/images/tj37.webp) no-repeat #000;
  background-size: 100% auto;
  z-index: 20;
  position: relative;
}
.show-topbox-ggl .foot-topbox {
  background: none;
  padding: 0;
}
.show-topbox-ggl .foot-topbox-media {
  padding: 0;
}
.show-topbox-ggl .foot-mbox::before {
  opacity: 0;
}
.show-topbox-ggl .foot-mbox::after {
  background: url(/img/images/tj38.webp) no-repeat;
  background-size: 100% auto;
  height: clamp(0px, 23.3796296296vw, 404px);
}
.show-topbox-ggl .foot-topbox-bg, .show-topbox-ggl .foot-topbox-text, .show-topbox-ggl .video-box {
  display: none;
}
.show-topbox-ggl .foot-topbox-ggl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem 0;
}

@media (min-width: 992px) {
  .p-gan-on-si .public-gos-part.gos-part03, .p-gan-on-si .public-gos-part.gos-part06, .p-hybrid-bonding .public-gos-part.gos-part03, .p-hybrid-bonding .public-gos-part.gos-part06 {
    background: none;
  }
  .p-gan-on-si .public-gos-part.gos-part03::after, .p-gan-on-si .public-gos-part.gos-part06::after, .p-hybrid-bonding .public-gos-part.gos-part03::after, .p-hybrid-bonding .public-gos-part.gos-part06::after {
    background: url(/img/images/tj06.webp) no-repeat;
    background-size: 100% 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-mask-image: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 26%, rgba(0, 0, 0, 0) 100%);
            mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 26%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (min-width: 1921px) {
  .show-topbox-ggl .footer {
    margin: -2.25vw 0 0 0;
  }
  .foot-topbox-bg {
    background: url(/img/images/foot-3.webp) no-repeat center bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  body.p-home.foot-m174 .footer {
    margin-top: -10.75rem;
  }
  .foot-infos .info a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .foot-topbox-bg {
    display: none;
  }
  body.foot-m174 .footer {
    margin-top: -4rem;
    position: relative;
    z-index: 1;
    mix-blend-mode: difference;
  }
  body.whitbg.foot-m174 .footer {
    margin-top: 0;
    mix-blend-mode: initial;
  }
  .show-topbox-ggl .footer {
    padding: 0.35rem 0 0;
    margin: 0rem 0 0 0;
    background: url(/img/images/tj40.webp) no-repeat #000;
    background-size: 100% auto;
    position: relative;
  }
  .show-topbox-ggl .foot-botbox {
    padding: 2.42rem 0 0.8rem;
  }
  .show-topbox-ggl .foot-mbox::before {
    opacity: 0;
  }
  .show-topbox-ggl .foot-mbox::after {
    background: url(/img/images/tj41.webp) no-repeat;
    background-size: 100% auto;
    height: 6.92rem;
    display: block;
    mix-blend-mode: exclusion;
  }
  .show-topbox-ggl .foot-topbox-bg, .show-topbox-ggl .foot-topbox-text, .show-topbox-ggl .video-box {
    display: none;
  }
  .show-topbox-ggl .foot-topbox-ggl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem 0;
  }
  .footer {
    margin-top: 0;
    background: url(/img/common/foot-bg-app-en.webp) no-repeat #000;
    background-size: 100% 100%;
  }
  .foot-topbox {
    padding: 5.95rem 0rem 0;
    background: none;
  }
  .foot-topbox-text {
    gap: 0.4rem 0;
    position: relative;
    top: initial;
  }
  .foot-mbox::before {
    display: none;
  }
  .foot-mbox::after {
    display: none;
  }
  .foot-topbox-media {
    padding: 0;
  }
  .foot-botbox {
    padding: 3.45rem 0 0.82rem;
  }
  .foot-botbox .rocket-content__inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .foot-botbox-right {
    padding: 0.72rem 0 0 0;
    font-size: 0.24rem;
    line-height: 0.36rem;
    grid-gap: 0.12rem 0;
  }
  .foot-support {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .foot-jszc_swip {
    height: 0.36rem;
  }
  .foot-copy-box {
    -webkit-justify-content: center;
            justify-content: center;
    grid-gap: 0 0rem;
    white-space: nowrap;
  }
  .foot-logo img {
    height: 0.5rem;
  }
}
/* cookie 样式 */
/* modal-cookie */
.btn.btn-white {
  background: #fff;
  color: #090722;
  border: none;
}

.modal-cookie .btn {
  min-width: 6.4rem;
  margin-left: 0.5rem;
}

.m-inner {
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.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: #fff;
  color: var(--mt-global-color-black);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem 0;
  pointer-events: auto;
}

.modal-cookie .modal-body {
  -webkit-flex: 1;
          flex: 1;
}

.modal-cookie .modal-aside {
  -webkit-flex: none;
          flex: none;
  margin: 0 0 0 3rem;
  display: -webkit-flex;
  display: flex;
}

.modal-cookie .modal-aside a {
  width: 8.15rem;
  height: -webkit-calc(2.2rem + 2px);
  height: calc(2.2rem + 2px);
  border-radius: 2.8rem;
  color: #fff;
}
.modal-cookie .modal-aside .btn {
  height: -webkit-calc(2.2rem + 2px);
  height: calc(2.2rem + 2px);
  border: 1px solid rgba(9, 7, 34, 0.3);
}
.modal-cookie .modal-aside .btn::after {
  opacity: 0 !important;
}
.modal-cookie .modal-aside .btn-agree, .modal-cookie .modal-aside .btn-refuse {
  width: 8.15rem;
  height: 2.2rem;
  border-radius: 2.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600;
}
.modal-cookie .modal-aside .btn-agree a, .modal-cookie .modal-aside .btn-refuse a {
  color: #090722;
  height: auto;
}
.modal-cookie .modal-aside .btn-refuse {
  background-color: #fff;
}
.modal-cookie .modal-aside .btn-agree {
  background-color: #090722;
  border: 1px solid #090722;
}
.modal-cookie .modal-aside .btn-agree a {
  color: #fff;
}

.modal-cookie .modal-title {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.modal-cookie .modal-doc {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
}

.modal-cookie .modal-doc a[href] {
  font-weight: 700;
  text-decoration: underline;
}

.modal-cookie .btn {
  min-width: 6.4rem;
  margin-left: 0.5rem;
}

.modal-cookie .btn:first-child {
  margin-left: 0;
}

.modal-cookie-setting {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.modal-cookie-setting .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: 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: 3px;
  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 .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: 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: 26rem;
  height: 28.35rem;
  max-width: 100%;
  max-height: 38rem;
  background: #fff;
  border-radius: 16px;
  padding: 4.55rem 2rem 2.5rem;
  overflow: hidden;
}

.modal-cookie-setting .modal-header {
  width: 100%;
  height: 4.3rem;
  display: block;
  background: #fff;
  padding: 1.75rem 2rem 0 2rem;
  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.4rem;
  top: -1rem;
  z-index: 1070;
}

.modal-cookie-setting .modal-close .bi {
  width: 0.8rem;
  height: 0.85rem;
  display: block;
  color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/common/cookie-close.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 5px 0 0;
  font-size: 0.8rem;
  line-height: 1.375em;
  color: #000;
  border-top: 1px solid #D3D9E5;
}

.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: 4rem;
  background: #fff;
  border-top: solid 1px #D3D9E5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.modal-cookie-setting .modal-footer .btn-save {
  border-radius: 2.8rem;
  border-radius: 2.8rem;
  background: #090722;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
}

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

.ckset-introd a[href] {
  color: #090722;
  text-decoration: underline;
}

.ckset-checkbox-section {
  margin: 0.75rem 0 1.5rem;
}

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

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

.ckset-checkbox-title {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  color: #000;
  font-weight: 600;
}

.ckset-checkbox-label {
  width: 50px;
  height: 28px;
  display: block;
  border-radius: 30px;
  position: relative;
  background: #D3D9E5;
  cursor: pointer;
}
.ckset-checkbox-label.Disable {
  pointer-events: none;
  background: #BBBBE9;
}

.ckset-check {
  display: none;
}

.ckset-check-circle {
  width: 22px;
  height: 22px;
  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: #1E1F87;
}

.ckset-checkbox-checked .ckset-check-circle {
  left: -webkit-calc(100% - 4px - 24px);
  left: calc(100% - 4px - 24px);
}

.ckset-checkbox-doc {
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding: 0 0 0 0;
  margin-top: 0.6rem;
}

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

.ckset-checkbox_subitem {
  margin-top: 0rem;
  padding: 0 0 1.5rem;
}

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

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

@media (min-width: 992px) {
  .btn-agree a, .btn-refuse a {
    font-size: 0.9rem;
  }
  .modal-cookie-setting .modal-footer .btn:hover {
    background: #0A2E5B;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 8.15rem;
    height: 2.2rem;
  }
  .modal-cookie .btn:not(.btn-disabled):hover.btn-white {
    border: 1px solid #0A2E5B;
    background: #0A2E5B;
  }
  .modal-cookie .btn:not(.btn-disabled).btn-refuse:hover {
    border: 1px solid #0A2E5B;
    background: #0A2E5B;
    color: #fff;
  }
  .modal-cookie .btn:not(.btn-disabled).btn-refuse:hover a {
    color: #fff;
  }
  .modal-cookie .global-inner, .modal-cookie .m-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: 70vw;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .modal-cookie .global-inner::before, .modal-cookie .global-inner::after, .modal-cookie .m-inner::before, .modal-cookie .m-inner::after {
    display: none;
  }
  .modal-cookie-setting .modal-dialog {
    width: auto;
    right: 5px;
  }
  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img/static/close-black2.svg");
  }
  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .modal-cookie-setting .modal-footer .btn {
    font-size: 0.28rem;
    line-height: 1em;
    height: 0.72rem;
    width: 2.4rem;
  }
  .modal-cookie .modal-aside a {
    font-size: 0.28rem;
    line-height: 0.32rem;
    height: auto;
  }
  .modal-cookie .modal-aside .btn {
    width: 2.4rem;
    height: 0.72rem;
    display: -webkit-flex;
    display: flex;
    border-radius: 0.56rem;
    padding: 0;
    -webkit-align-items: center;
            align-items: center;
  }
  body.sosohover .header .soso-wrap .soso_more a svg circle, body.sosohover .header .soso-wrap .soso_more a svg path {
    stroke: #034B9F;
    color: #034B9F;
  }
  .newsdel-editor {
    padding: 0.8rem 0 0.5rem;
  }
  .header-person a > em {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #18212C;
    font-weight: 400;
    font-style: normal;
    margin-left: 0.05rem;
    opacity: 0;
  }
  .header-person a > em.show {
    opacity: 1;
  }
  .app_memulv2 > span {
    width: 30% !important;
  }
  .modal-close.cur {
    background: rgba(0, 0, 0, 0.1);
  }
  .p-idea .header {
    position: absolute !important;
  }
  .public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span {
    width: 0.56rem;
    height: 0.08rem;
  }
  .foot-topbox-right .public-button a {
    margin-right: 0;
  }
  .modal-cookie .modal-content {
    padding: 0.6rem 0rem 0.6rem 0rem;
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .modal-cookie .modal-content .m-inner {
    width: 100%;
    max-width: 100%;
  }
  .modal-cookie .modal-title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .modal-cookie .modal-doc {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .modal-cookie .modal-aside {
    margin: 0.48rem 0 0;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    gap: 0 0.1rem;
  }
  .modal-cookie .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
  }
  .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.94rem 0.2rem 1.54rem;
    height: -webkit-calc(100vh - 4.61rem);
    height: calc(100vh - 4.61rem);
    min-height: initial;
  }
  .modal-cookie-setting .modal-header {
    padding: 0.8rem 0.5rem 0 0.5rem;
    height: auto;
  }
  .modal-cookie-setting .modal-close {
    padding: 0.34rem 0.37rem;
    right: 0;
    top: 0;
  }
  .modal-cookie-setting .modal-close .bi {
    width: 0.28rem;
    height: 0.28rem;
    background-image: url(/img/images/svg106.svg);
    background-size: contain;
  }
  .modal-cookie-setting .modal-title {
    font-size: 0.42rem;
    line-height: 0.54rem;
    margin-bottom: 0.6rem;
  }
  .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;
  }
  .modal-cookie-setting .modal-footer {
    height: 1.6rem;
  }
  .ckset-introd {
    font-size: 0.28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }
  .ckset-checkbox-section {
    margin: 0 0 0.6rem;
  }
  .ckset-checkbox-section.is-full {
    padding: 0.6rem 0 0rem 0;
  }
  .ckset-checkbox-label {
    width: 1rem;
    height: 0.46rem;
  }
  .ckset-checkbox-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .ckset-check-circle {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.04rem;
    pointer-events: none;
  }
  .ckset-checkbox-checked .ckset-check-circle {
    left: -webkit-calc(100% - 0.04rem - 0.4rem);
    left: calc(100% - 0.04rem - 0.4rem);
  }
  .ckset-checkbox-doc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.2rem;
    padding: 0;
  }
  .ckset-checkbox_sublist {
    padding-left: 0.24rem;
  }
  .ckset-checkbox_subitem {
    margin-top: 0;
    padding-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .app_memulv3 a:hover, .app_memulv4_item a:hover, .app_memulv3_item a:hover, .app_memulv2 a:hover {
    color: #034B9F;
  }
}
@media (max-width: 991.98px) {
  .app_memulv3 a:hover, .app_memulv4_item a:hover, .app_memulv3_item a:hover, .app_memulv2 a:hover {
    color: rgba(125, 254, 252, 0.8);
  }
}
.bm-introduc {
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  margin-top: 2.4em;
}

.bm-introduc-l {
  margin-right: 1em;
}

.bm-introduc-l .imgwrap {
  width: 6em;
  height: 3.5em;
}

.bm-introduc-l .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bm-introduc-r {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.bm-introduc-r .desc-one {
  font-size: 0.7em;
  line-height: 1.5em;
  color: #18212C;
  font-weight: 700;
}

.bm-introduc-r .desc-two {
  font-size: 0.7em;
  line-height: 2em;
  color: #18212C;
  font-weight: 400;
  font-family: inherit;
  font-style: normal;
}

/* 辅助栏目-搜索结果页 */
/* 按钮 */
.honey-btn {
  width: 6.8rem;
  height: 2.7rem;
  font-size: max(14px, 0.8rem);
  line-height: 2em;
  border: solid 1px;
  border-radius: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  transition: background 0.3s, border 0.3s;
  -webkit-transition: background 0.3s, border 0.3s;
}
.honey-btn > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: inherit;
}
.honey-btn .bi {
  -webkit-flex: none;
          flex: none;
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: 0 5px 0 0;
  background-color: currentColor;
}

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

.honey-btn-stroke-black {
  background-color: transparent;
  border-color: var(--mt-global-color-black);
  color: var(--mt-global-color-black);
}

.ghac-btn {
  height: 2.2rem;
  font-size: max(14px, 0.8rem);
  line-height: 1.875em;
  border: solid 1px;
  border-radius: 1.1rem;
  display: block;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, border 0.3s;
  -webkit-transition: background 0.3s, border 0.3s;
  white-space: nowrap;
}
.ghac-btn > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  color: inherit;
  padding: 0 1.5rem;
  grid-gap: 0 0.5rem;
}
.ghac-btn .bi {
  -webkit-flex: none;
          flex: none;
  width: 0.875em;
  height: 0.875em;
  display: block;
  background-color: currentColor;
}
.ghac-btn .bi-right {
  -webkit-mask: url("/img/common/long-right-black.svg") no-repeat center/contain;
  mask: url("/img/common/long-right-black.svg") no-repeat center/contain;
}

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

@media (min-width: 992px) {
  .honey-btn:not(.disabled):hover, .ghac-btn:not(.disabled):hover {
    background-color: var(--mt-global-color-theme-h);
    border-color: var(--mt-global-color-theme-h);
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .honey-btn {
    width: 2.2rem;
    height: 0.64rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
    border-radius: 0.32rem;
  }
}
.result-topbox {
  width: 100%;
  background-color: #F5F6FA;
  position: relative;
  padding: 6.4rem 0 5.3em;
}
.result-topbox .rocket-title-xxl {
  color: #222;
  margin-bottom: 1.5rem;
}
.result-topbox .search-button {
  width: 10.55rem;
  height: 3.2rem;
  margin-left: 0em;
}
.result-topbox .search-button a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: var(--mt-global-color-theme);
  border-radius: 2.85rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  width: 100%;
}
.result-topbox .search-button span {
  color: #fff;
}
.result-topbox .title {
  font-size: 2.3rem;
  line-height: 1em;
  color: #1C1917;
  margin-bottom: 0.652173913em;
}

.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-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: 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.2rem;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0 5rem 0 1.4rem;
  font-size: 0.8rem;
  line-height: 1.6rem;
  color: #333;
  border-radius: 1.6rem;
  border: 1px solid #E9E9E9;
}
.result-serach-input::-webkit-input-placeholder {
  color: #222;
}
.result-serach-input::placeholder {
  color: #222;
}

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

.result-search-wrapper-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-theme);
  width: 1.4rem;
  height: 1.4rem;
}

.btn-result-search {
  width: 10.55rem;
  height: 3.2rem;
  color: #fff;
  display: block;
  border-radius: 2.85rem;
  background: var(--mt-global-color-theme);
  border-radius: 1.6rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-result-search > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

@media screen and (min-width: 992px) {
  .btn-result-search:hover {
    background: var(--mt-global-color-theme-h);
  }
}
@media screen and (max-width: 991.98px) {
  .result-search-ico {
    width: 1.46rem;
  }
  .result-search-ico img {
    width: 0.88rem;
    height: 0.88rem;
  }
  .icon-ico-search {
    width: 0.44rem;
    height: 0.44rem;
  }
  .result-serach-input {
    height: 1rem;
    padding: 0.24rem 0.28rem;
    font-size: 0.28rem;
    line-height: 0.52rem;
    margin-bottom: 0;
    border-radius: 0.24rem;
  }
  .result-serach-input::-webkit-input-placeholder {
    color: #525252;
  }
  .result-serach-input::placeholder {
    color: #525252;
  }
  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }
  .result-topbox {
    padding: 1.8rem 0 1rem;
  }
  .result-topbox .rocket-title-xxl {
    margin-bottom: 0.4rem;
  }
  .result-topbox .search-button {
    width: 100%;
    margin-left: 0;
  }
  .result-topbox .title {
    font-size: 0.56rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
}
.temp-mainbox {
  padding: 2.5em 0 5em;
  background: #F6F8FA;
}

.result-body-wp {
  padding: 2.8rem 0 6rem;
}

@media (max-width: 991.98px) {
  .temp-mainbox {
    padding: 1.6rem 0 2.4rem 0;
  }
  .result-body-wp {
    padding: 0.8rem 0 1.6rem;
  }
}
.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-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-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -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-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: max(14px, 0.8rem);
  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-align-items: flex-start;
          align-items: flex-start;
}
.result-news-list .item {
  position: relative;
}
.result-news-list .item-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-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%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.result-news-list .item-body {
  -webkit-flex: 1;
          flex: 1;
  padding: 0.85rem 0 0 0;
}
.result-news-list .item-infos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 1.2rem;
  font-size: max(14px, 0.8rem);
  line-height: 1.25em;
  white-space: nowrap;
}
.result-news-list .item-infos > * {
  display: -webkit-flex;
  display: flex;
  -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: 0.8rem;
  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-align-items: flex-start;
          align-items: flex-start;
  min-height: 10rem;
  grid-gap: 1rem 0;
}
.result-pt-list .item-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -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-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-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;
  object-fit: cover;
  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: max(14px, 0.8rem);
  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-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-privay .header {
  background: #000000;
}

.privacy-body {
  min-height: 100vh;
}

@media (max-width: 991.98px) {
  .p-privay .public-banner .imgup-text {
    min-height: 5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 2.42rem 0 0 0;
  }
  .p-privay .public-banner .global-inner {
    padding: 0 0.5rem !important;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .p-privay .head-place {
    height: 1rem;
  }
}
.p-privacy {
  min-height: 100vh;
}
.p-privacy .temp-mainbox {
  padding: 0;
  background: transparent;
}
.p-privacy .rocket-content__inner {
  z-index: 5;
}

.privacy-header {
  width: 100%;
  height: 13.89vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.privacy-header .s-imgs {
  -webkit-flex: none;
          flex: none;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.privacy-header .s-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.privacy-title {
  font-size: 1.8rem;
  line-height: 2.3rem;
  color: #fff;
  font-weight: bold;
}

.privacy-wrap {
  padding: 3rem 0 6rem;
}

.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.8rem);
  line-height: 1.4rem;
}

@media (min-width: 992px) {
  .p-privay .rocket-widget__crumb {
    top: 1rem;
  }
}
.privacy-list .rocket-collapse-handle {
  -webkit-mask: url(/img/images/pra-arrow.svg) no-repeat center/contain;
  mask: url(/img/images/pra-arrow.svg) no-repeat center/contain;
  background: #1E1F87;
  background-size: contain;
  width: 0.95rem;
  height: 0.6rem;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.privacy-list .rocket-collapse-handle .bi-collapse-plus::after {
  display: none;
}
.privacy-list .rocket-collapse-handle .bi-collapse-plus::before {
  display: none;
}
.privacy-list .rocket-collapse-active .rocket-collapse-handle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  .privacy-list .rocket-collapse-handle {
    width: 0.27rem;
    height: 0.16rem;
  }
  .privacy-header {
    height: 3.6rem;
  }
  .privacy-title {
    font-size: 0.56rem;
    line-height: 0.68rem;
  }
  .privacy-wrap {
    padding: 0.8rem 0 1.4rem;
  }
  .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;
  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;
  }
}