@charset "UTF-8";
/*******/
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
  --html-size: 20px;
}

@media (max-width: 1500px) and (min-width: 1241px) {
  html {
    font-size: 18px;
    --html-size: 18px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-size: 16px;
    --html-size: 16px;
  }
}
@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: #110E00;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: 400;
  font-family: "Microsoft Yahei", "PingFang SC", "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) {
  body::-webkit-scrollbar {
    width: 15px;
    height: 6px;
  }
  body::-webkit-scrollbar-track-piece {
    background-color: #EEE;
  }
  body::-webkit-scrollbar-thumb:vertical {
    width: 8px;
    background-color: #DDD;
    -webkit-border-radius: 8px;
  }
  body::-webkit-scrollbar-thumb:horizontal {
    height: 6px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  body::-webkit-scrollbar {
    height: 3px;
  }
  body::-webkit-scrollbar-thumb:horizontal {
    height: 3px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
/****** 
 * 公共宽度设置
 *****/
.lg-inner {
  width: 92vw;
  max-width: 1760px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

.global-inner {
  width: -webkit-calc(100% - 10rem);
  width: calc(100% - 10rem);
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner {
  width: -webkit-calc(100% - 10rem);
  width: calc(100% - 10rem);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

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

@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;
  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: 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-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -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;
  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;
}

.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%;
  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-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.public-modal-ts .public-modal-header {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  background: #F5F5F5;
  padding: 0.55rem 0.9rem;
  font-size: 14px;
  line-height: 22px;
  --line-height: if(unitless($lineHeight), 22px, $lineHeight);
  color: #110E00;
}
.public-modal-ts .modal-dialog {
  height: 100%;
}
.public-modal-ts .boxs {
  position: relative;
  width: 15.7rem;
  background: #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: 0 0 1.1rem;
}
.public-modal-ts .mdao-close-icon {
  -webkit-mask: url(/img/common/mdao-close-icon.svg) no-repeat center/contain;
  mask: url(/img/common/mdao-close-icon.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}
.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: clamp(14px, 0.8rem, 16px);
  line-height: 1.38em;
  --line-height: 1.38em;
  color: var(--mt-global-color-theme);
}
.public-modal-ts .content {
  padding: 2rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
}
.public-modal-ts .doc {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #4D4D4D;
  font-weight: 400;
  padding: 0 1.5rem;
  margin: 0.85rem 0 0;
}
.public-modal-ts .closeop {
  padding: 0.3rem 1.7rem;
  background: var(--mt-global-color-theme-h);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 1.75rem;
  color: var(--mt-global-color-theme);
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2.2rem;
}
.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) {
  .tipclose:hover .mdao-close-icon {
    background: var(--mt-global-color-theme-h);
  }
  .public-modal-ts .closeop:hover {
    cursor: pointer;
    background: var(--mt-global-color-theme-h-black);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
@media (max-width: 991.98px) {
  .public-modal-ts .content {
    padding: 0.46rem 0 0 0;
  }
  .public-modal-ts .mdao-close-icon {
    width: 0.25rem;
    height: 0.25rem;
  }
  .public-modal-ts .public-modal-header {
    padding: 0.16rem 0.4rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .public-modal-ts .boxs {
    width: 6rem;
    padding: 0 0 0.5rem 0;
  }
  .public-modal-ts .icon {
    margin-bottom: 0.6rem;
  }
  .public-modal-ts .tit {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .public-modal-ts .doc {
    margin: 0.3rem 0 0;
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .public-modal-ts .closeop {
    width: 2.4rem;
    height: 0.8rem;
    font-size: 0.28rem;
    border-radius: 0.5rem;
    margin: 0.46rem 0 0;
    padding: 0;
  }
}
/** header **/
.header {
  height: 3.2rem;
  background: rgba(17, 14, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  bottom: 1px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 5;
  height: 100%;
  pointer-events: none;
}
.header > * {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.header .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  position: relative;
}
.header .header-l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.header .header-r {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.2rem;
}
.header .current .public-more-content {
  pointer-events: auto;
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.head-place {
  height: 3.2rem;
}

.header-logo > * {
  display: -webkit-flex;
  display: flex;
}
.header-logo img {
  height: 1.4rem;
}
.header-logo .hover {
  display: none;
}

.icon-map {
  -webkit-mask: url(/img/common/header-search.svg) no-repeat center/contain;
  mask: url(/img/common/header-search.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}

.public-more-content {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  pointer-events: none;
  min-width: 5.5rem;
  padding: 0.7rem 0;
  border-radius: 0 0 6px 6px;
  background: #FFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.public-more-content .public-lv2-link {
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.4rem;
  margin-bottom: 0.8rem;
  display: block;
  text-align: center;
}
.public-more-content .public-lv2-link:last-child {
  margin-bottom: 0;
}
.public-more-content.type-tab {
  position: fixed;
  width: 100vw;
  background: #FFD300;
  padding: 2.5rem 0 1.6rem;
}
.public-more-content.type-swiper {
  position: fixed;
  width: 100vw;
  background: #fff;
  padding: 2.7rem 0 2.7rem;
}
.public-more-content.type-swiper .public-button-wrap {
  margin: 1.5rem 0 0 0;
}
.public-more-content.type-swiper02 {
  position: fixed;
  width: 100vw;
  background: #fff;
  padding: 3.1rem 0 3.1rem;
}
.public-more-content.type-swiper02 .public-button-wrap {
  margin: 1.5rem 0 0 0;
}
.public-more-content.type-link {
  padding: 0.7rem 0;
  border-radius: 0 0 6px 6px;
  background: #FFF;
  box-shadow: 0 -1px 7.2px 0 rgba(0, 0, 0, 0.1);
}
.public-more-content.type-search {
  position: fixed;
  width: 100vw;
  background: #fff;
  padding: 2rem 0 2rem;
  min-height: 15rem;
  top: 3.2rem;
}

.menulv2-swiper-inner {
  margin: 0 clamp(0px, 3.4375vw, 66px);
  overflow: hidden;
}
.menulv2-swiper-inner .slide-title {
  padding: 0 10px;
  text-align: center;
}
.menulv2-swiper-inner .slide-img {
  aspect-ratio: 1;
  border-radius: 0px;
  overflow: hidden;
}
.menulv2-swiper-inner .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menulv2-swiper-inner .inner-slide {
  padding: 0.7rem 0.8rem;
  border-radius: 6px;
  display: block;
}
.menulv2-swiper-inner .slide-body {
  padding: 0.8rem 0 0 0;
}

.type-swiper02 .menulv2-swiper-inner {
  margin: 0 clamp(0px, 4.0104166667vw, 77px);
}
.type-swiper02 .menulv2-swiper-inner .inner-slide {
  padding: 0;
}
.type-swiper02 .menulv2-swiper-inner .slide-img {
  aspect-ratio: 244/137;
  border-radius: 6px;
}

.icon-arrow-menulv2 {
  -webkit-mask: url(/img/common/head-swiper-arrow.svg) no-repeat center/contain;
  mask: url(/img/common/head-swiper-arrow.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}

.menulv2-swiper-wrap {
  position: relative;
}
.menulv2-swiper-wrap .menulv2-swiper-navigation {
  position: absolute;
  top: 29%;
  color: #666;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(102, 102, 102, 0.4);
  border-radius: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.menulv2-swiper-wrap .menulv2-navigation-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.menulv2-swiper-wrap .menulv2-navigation-next {
  right: 0;
}

@media (min-width: 992px) {
  .menulv2-swiper-inner .inner-slide:hover {
    background: #F5F5F5;
  }
  .menulv2-swiper-inner .inner-slide:hover .slide-img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .type-swiper02 .menulv2-swiper-inner .inner-slide:hover {
    background: none;
  }
  .public-more-content .public-lv2-link:hover {
    background: #FFD300;
  }
}
.header-lang-change {
  position: relative;
}
.header-lang-change .header-lang {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
}
.header-lang-change .more-lang {
  box-shadow: 0 -1px 7.2px 0 rgba(0, 0, 0, 0.1);
}
.header-lang-change .more-lang * > * {
  display: block;
}

.header-web-menu {
  display: -webkit-flex;
  display: flex;
  gap: 0 clamp(0px, 2.3958333333vw, 46px);
  height: 100%;
}

.header-menulv1 {
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.5rem;
  height: 100%;
}

.inner-a-lv1 {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  color: #fff;
}
.inner-a-lv1:active, .inner-a-lv1:focus {
  color: #fff;
}
.inner-a-lv1::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0.1rem;
  background: var(--mt-global-color-theme-h);
  width: 100%;
  opacity: 0;
}

.web-menulv1-item {
  position: relative;
}
.web-menulv1-item.current .inner-a-lv1::after {
  opacity: 1;
}
.web-menulv1-item.isone .menulv2-swiper-navigation {
  display: none;
}
.web-menulv1-item.isone .menulv2-swiper-inner .swiper-wrapper {
  -webkit-justify-content: center;
          justify-content: center;
}
.web-menulv1-item.isone .menulv2-swiper-inner .swiper-slide:last-child {
  margin-right: 0 !important;
}

.menulv2-tab-l {
  margin: 2.4rem 0 0 0;
}

.menulv2-tab-wrap {
  display: grid;
  grid-template-columns: 10.8rem 1fr;
}

.tab-menulv2-item .menulv2-tab-more {
  display: none;
}
.tab-menulv2-item.isactive .header-menulv2-tab {
  background: #fff;
}

.header-menulv2-tab {
  display: -webkit-flex;
  display: flex;
  width: 6.85rem;
  border-radius: 0.3rem;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 1rem;
}
.header-menulv2-tab .inner-a-lv2 {
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  text-align: center;
}
.header-menulv2-tab:last-child {
  margin-bottom: 0;
}

body.head-more-up .header::after {
  z-index: 5;
}

.menulv3-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem 2rem;
}
.menulv3-grid .list-item > * {
  padding: 0.8rem;
  border-radius: 0.3rem;
  display: block;
}
.menulv3-grid .item-img {
  aspect-ratio: 1;
}
.menulv3-grid .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.menulv3-grid .item-body {
  padding: 0.8rem 0 0 0;
}
.menulv3-grid .item-title {
  text-align: center;
  padding: 0 10px;
}

.menulv2-tab-r .public-button-wrap {
  margin: 2rem 0 0 -10.8rem;
}

@media (min-width: 992px) {
  .header-menulv1:hover .inner-a-lv1 {
    color: var(--mt-global-color-theme-h);
  }
  .menulv2-swiper-wrap .menulv2-swiper-navigation:hover {
    background: #FFD300;
    color: #666;
  }
  .menulv3-grid .list-item > *:hover {
    background: #fff;
  }
  .menulv3-grid .list-item > *:hover .item-title {
    font-weight: 700;
  }
  .tab-menulv2-item:not(.isactive):hover {
    text-decoration: underline;
    cursor: pointer;
  }
}
.header-soso-icon {
  -webkit-mask: url(/img/common/search.svg) no-repeat center/contain;
  mask: url(/img/common/search.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}

.icon-search {
  -webkit-mask: url(/img/common/search02.svg) no-repeat center/contain;
  mask: url(/img/common/search02.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 0.9rem;
  height: 0.9rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}

.close-header-search {
  position: absolute;
  top: 0.4rem;
  left: 0;
  color: #333;
}

.header-search-input {
  position: relative;
}

.fask-link-wrap {
  color: #000;
  margin: 1.65rem 0 0 0;
}
.fask-link-wrap .title {
  margin-bottom: 0.4rem;
}
.fask-link-wrap .item {
  margin-bottom: 0.6rem;
}
.fask-link-wrap .item:last-child {
  margin-bottom: 0;
}

.header-search .open-search {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
}
.header-search .inner-input {
  width: 37.7rem;
  margin: 0 auto;
}
.header-search .inner-input input {
  width: 100%;
  border-bottom: 1px solid #999;
  background: none;
  height: 1.7rem;
  padding: 0 0 0 1.9rem;
}
.header-search .inner-input input::-webkit-input-placeholder {
  color: #666;
}
.header-search .inner-input input::placeholder {
  color: #666;
}
.header-search.current .header-soso-icon {
  color: #FFD300;
}

@media (min-width: 992px) {
  .fask-link-wrap .item > *:hover {
    text-decoration: underline;
  }
  .close-header-search .icon-search:hover {
    color: #333;
  }
  .header-search:hover {
    color: #FFD300;
  }
  .header-lang-change:hover .icon-map {
    color: #FFD300;
  }
}
body.header-transparent .header {
  background: none;
}

body.openSoso .header, body.open-appmenu .header {
  background: #fff;
}
body.openSoso .header .inner-a-lv1, body.openSoso .header .open-search, body.openSoso .header .header-lang, body.openSoso .header .closemenu, body.open-appmenu .header .inner-a-lv1, body.open-appmenu .header .open-search, body.open-appmenu .header .header-lang, body.open-appmenu .header .closemenu {
  color: #110E00;
}
body.openSoso .header .header-app-menu, body.open-appmenu .header .header-app-menu {
  color: #110E00;
}
body.openSoso .header .header-logo .hover, body.open-appmenu .header .header-logo .hover {
  display: block;
}
body.openSoso .header .header-logo .defalut, body.open-appmenu .header .header-logo .defalut {
  display: none;
}

.header-search .open-search:hover {
  color: var(--mt-global-color-theme-h);
}

@media (max-width: 991.98px) {
  .fask-link-wrap {
    margin: 0.6rem 0 0 0;
  }
  .fask-link-wrap .title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .fask-link {
    font-size: 0.3rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
  }
  .fask-link .item {
    margin-bottom: 0.3rem;
  }
  .fask-link .item:last-child {
    margin-bottom: 0;
  }
  .public-more-content {
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
  }
  .public-more-content.type-search {
    top: 1.4rem;
    min-height: initial;
    height: -webkit-calc(100dvh - 1.4rem);
    height: calc(100dvh - 1.4rem);
    overflow-y: auto;
    padding: 0.8rem 0 1.6rem;
    width: -webkit-calc(100vw + 1px);
    width: calc(100vw + 1px);
    border-radius: 0;
  }
  .public-more-content.type-search::-webkit-scrollbar {
    width: 0px;
  }
  .public-more-content.type-search::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
  }
  .public-more-content.type-search::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
  }
  .public-more-content.type-search::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
  }
  .header-search .search-cancel {
    font-size: 0.3rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    color: #999;
  }
  .header-search .close-header-search {
    top: 0.2rem;
    left: 0.4rem;
  }
  .header-search .icon-search {
    -webkit-mask: url(/img/common/search-app-menu.svg) no-repeat center/contain;
    mask: url(/img/common/search-app-menu.svg) no-repeat center/contain;
    width: 0.4rem;
    height: 0.4rem;
  }
  .header-search .header-search-input {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
  }
  .header-search .inner-input {
    width: 100%;
  }
  .header-search .inner-input input {
    height: 0.8rem;
    width: 5.7rem;
    border-radius: 1rem;
    background: #fff;
    padding: 0 0.5rem 0 1.1rem;
    border-bottom: 0;
    font-size: 0.28rem;
    line-height: 0.42rem;
    --line-height: 0.42rem;
    border: 0.01rem solid #000;
  }
  .header-search .inner-input input::-webkit-input-placeholder {
    color: #999;
    font-weight: 400;
  }
  .header-search .inner-input input::placeholder {
    color: #999;
    font-weight: 400;
  }
  .head-place {
    height: 1.4rem;
  }
  .header {
    height: 1.4rem;
    background: #110E00;
  }
  .header::after {
    opacity: 1;
  }
  .header .header-l {
    gap: 0 0.4rem;
  }
  .header .header-lang-change {
    display: none;
  }
  .header-soso-icon {
    width: 0.6rem;
    height: 0.6rem;
    -webkit-mask: url(/img/common/header-search1.svg) no-repeat center/contain;
    mask: url(/img/common/header-search1.svg) no-repeat center/contain;
  }
  .header-logo img {
    height: 0.45rem;
  }
  .header-app-menu {
    height: 100%;
    color: #fff;
  }
  .header-app-menu > * {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .closemenu {
    display: none;
  }
  .closemenu .icon {
    -webkit-mask: url(/img/common/app-menu-close.svg) no-repeat center/contain;
    mask: url(/img/common/app-menu-close.svg) no-repeat center/contain;
    background-color: currentColor;
    width: 0.6rem;
    height: 0.6rem;
    -webkit-transition: all 0s;
    transition: all 0s;
    display: block;
  }
  .openmenu .icon {
    -webkit-mask: url(/img/common/app-menu.svg) no-repeat center/contain;
    mask: url(/img/common/app-menu.svg) no-repeat center/contain;
    background-color: currentColor;
    width: 0.6rem;
    height: 0.6rem;
    -webkit-transition: all 0s;
    transition: all 0s;
    display: block;
  }
  body.open-appmenu .openmenu {
    display: none;
  }
  body.open-appmenu .closemenu {
    display: -webkit-flex;
    display: flex;
  }
  .modal-navbox.modal {
    background: #fff;
    z-index: 199;
    padding: 1.4rem 0 0 0;
    height: 100dvh;
    overflow: hidden;
  }
  .modal-navbox .modal-dialog {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
  }
  .modal-navbox .modal-dialog::-webkit-scrollbar {
    width: 0px;
  }
  .modal-navbox .modal-dialog::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
  }
  .modal-navbox .modal-dialog::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
  }
  .modal-navbox .modal-dialog::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
  }
  .modal-navbox .public-button-wrap {
    margin: 0.5rem 0 0 0;
    display: none;
  }
  .app_memulv1_more {
    display: none;
    padding: 0.18rem 0 0.5rem 0;
  }
  .app_memulv1_item {
    border-bottom: 0.02rem solid rgba(17, 14, 0, 0.1);
  }
  .app_memulv1_item.cur .app_memulv1 .icon-mores {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .app_memulv1_item.cur .inner-a-lv1 {
    font-weight: 600;
  }
  .app_memulv1 {
    position: relative;
  }
  .app_memulv1 .inner-a-lv1 {
    font-size: 0.32rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    font-weight: 400;
    padding: 0.3rem 0;
    color: #110E00;
  }
  .app_memulv1 .more-menus {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
  }
  .icon-mores {
    -webkit-mask: url(/img/common/appmenu-arrow.svg) no-repeat center/contain;
    mask: url(/img/common/appmenu-arrow.svg) no-repeat center/contain;
    background-color: currentColor;
    width: 0.28rem;
    height: 0.28rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .app_memulv1_box {
    padding: 0.3rem 0.5rem 0;
  }
  .app_memulv2 {
    position: relative;
    padding: 0 0 0 0.2rem;
  }
  .app_memulv2 .inner-a-lv2 {
    font-size: 0.32rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    font-weight: 400;
    padding: 0rem 0;
  }
  .app_memulv2 .more-menus {
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
  }
  .app_memulv2_item {
    margin: 0 0 0.37rem 0;
    padding: 0 0 0 0rem;
  }
  .app_memulv2_item.cur .app_memulv2 .icon-mores {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .app_memulv2_item:last-child {
    margin-bottom: 0;
  }
  .app_memulv2_more {
    padding: 0.46rem 0 0rem 0;
  }
  .app_memulv2_more {
    display: none;
  }
  .app-lang-change {
    padding: 0.65rem 0.5rem 0 0.5rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    --line-height: 0.4rem;
  }
  .app-lang-change .header-lang {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 0 0.07rem;
  }
  .app-lang-change .icon-map {
    width: 0.38rem;
    height: 0.38rem;
  }
  .menulv3-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem 0.3rem;
  }
  .menulv3-grid .item-body {
    padding: 0.3rem 0 0 0;
  }
  .menulv3-grid .item-title {
    font-weight: 600;
  }
  .menulv3-grid .list-item > * {
    padding: 0.3rem 0.3rem 0.39rem 0.3rem;
    background: #fff;
    border-radius: 0.12rem;
  }
  .menulv2-swiper-inner-app {
    padding: 0rem 0 0 0;
  }
  .menulv2-swiper-inner-app .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
  }
  .menulv2-swiper-inner-app .inner-slide {
    display: block;
    position: relative;
  }
  .menulv2-swiper-inner-app .slide-title {
    color: #fff;
    font-weight: 600;
  }
  .menulv2-swiper-inner-app .slide-body {
    position: absolute;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    bottom: 0.3rem;
  }
  .menulv2-swiper-inner-app .slide-img {
    position: relative;
    overflow: hidden;
    border-radius: 0.16rem;
    aspect-ratio: 650/364;
  }
  .menulv2-swiper-inner-app .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .menulv3-swiper-inner-app .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem 0.3rem;
  }
  .menulv3-swiper-inner-app .swiper-wrapper > * {
    min-width: 0px;
  }
  .menulv3-swiper-inner-app .slide-body {
    padding: 0.3rem 0 0 0;
  }
  .menulv3-swiper-inner-app .slide-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
  }
  .menulv3-swiper-inner-app .slide-img {
    aspect-ratio: 1;
    overflow: hidden;
  }
  .menulv3-swiper-inner-app .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
  }
  .menulv3-swiper-inner-app .inner-slide {
    padding: 0 0.3rem 0.22rem 0.3rem;
    display: block;
  }
}
@media (min-width: 992px) {
  body.header-transpart .head-place {
    height: 0;
  }
}
/****** 
 * 导航
 *****/
/* main-box */
.main-box {
  position: relative;
}

/* footer */
.footer {
  width: 100%;
  position: relative;
  background: url(/img/common/foot-bg.jpg);
  background-size: cover;
  padding: 5.3rem 0 2.8rem;
}

.to-share {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.35rem;
  -webkit-align-items: center;
          align-items: center;
}
.to-share .prex-title {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.share-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.9rem;
}
.share-list .hover {
  display: none;
}
.share-list .list-item {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.share-list a {
  opacity: 1;
  cursor: pointer;
}
.share-list img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  display: block;
}
.share-list .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% + 0px);
  top: calc(100% + 0px);
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 16px 0 0;
  z-index: 21;
}
.share-list .dropdown::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-color: #fff;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
}
.share-list .dropdown .box {
  padding: 0rem;
  border-radius: 0.2rem;
  background: #fff;
  position: relative;
}
.share-list .dropdown img {
  width: 5rem;
  height: 5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
  border-radius: 6px;
}
.share-list .dropdown .text {
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
  padding-top: 0.3rem;
  color: #222;
}

.wechat-qrcode-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 10px 0 0;
}

.share-tu {
  background: url(/img/images/share-tu.webp) no-repeat;
  background-size: contain;
  width: 86px;
  height: 41px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.share-tu .text {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  bottom: 11px;
  white-space: nowrap;
  width: 100%;
  left: 0;
}

.wechat-qrcode {
  color: #666;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px #aaa;
  position: relative;
  padding: 0 0 5px;
}
.wechat-qrcode .share-close {
  background: transparent;
  border: 0;
  color: #000 !important;
  font-size: 25px;
  line-height: 26px;
  display: block;
  position: absolute;
  right: 2px;
  top: -2px;
  display: none;
}
.wechat-qrcode .toptext {
  background-color: #f3f3f3;
  color: #777;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.wechat-qrcode .qrcode {
  margin: 5px auto;
  width: 138px;
}
.wechat-qrcode .qrcode img {
  width: 100%;
  height: auto;
  display: block;
}
.wechat-qrcode .bottext {
  color: #666;
  font-size: 1em;
  line-height: 1.95em;
}

.share-list:not(.oneimg) .list-item:hover .deft {
  display: none;
}
.share-list:not(.oneimg) .list-item:hover .hover {
  display: -webkit-flex;
  display: flex;
}
.share-list:not(.oneimg) .list-item:hover .dropdown {
  display: block;
}
.share-list:not(.oneimg) .list-item:hover .wechat-qrcode-box {
  display: block;
}

.share-list.oneimg .list-item:hover .dropdown {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .share-list {
    gap: 0 0.5rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .share-list .wechat-qrcode {
    width: 3rem;
  }
  .share-list .dropdown {
    bottom: -webkit-calc(100% + 0.1rem);
    bottom: calc(100% + 0.1rem);
    top: initial;
  }
  .share-list img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .share-list .dropdown img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .share-list .dropdown .box {
    padding: 0rem;
  }
  .share-list .dropdown .text {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-top: 0.1rem;
  }
}
.footer-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 0 clamp(0px, 7.03125vw, 135px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.foot-logo {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3.5rem;
}
.foot-logo img {
  height: 2.8rem;
}

.foot-menu {
  display: -webkit-flex;
  display: flex;
  gap: 0 clamp(0px, 5.9375vw, 114px);
  color: #fff;
}

.foot-menu-lv1-wrap {
  font-weight: 700;
}

.foot-menu-item .more {
  margin-top: 0.8rem;
}
.foot-menu-item .item-lv2 {
  margin-bottom: 0.4rem;
}
.foot-menu-item .item-lv2:last-child {
  margin-bottom: 0;
}

.foot-copy {
  color: #fff;
  text-align: center;
  padding: 1.7rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  gap: 0 10px;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .foot-icp:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) and (max-width: 1137px) {
  .foot-menu {
    gap: 0 clamp(0px, 5.2083333333vw, 100px);
  }
}
@media (min-width: 992px) {
  .foot-menu-lv1-wrap .inner-a {
    font-size: 0.8rem;
  }
  .share-list a:hover {
    opacity: 1;
  }
  .foot-menu-item a[href]:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 991.98px) {
  .foot-copy {
    padding: 0.3rem 0 0 0;
    font-size: 0.24rem;
    line-height: 1;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem 0;
  }
  .foot-menu-item.cur .icon-menu-more {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .foot-menu-item .item-lv2 {
    margin-bottom: 0.4rem;
  }
  .foot-menu-item .more {
    margin-top: 0;
  }
  .foot-menu-lv2 {
    padding: 0.3rem 0 0.6rem;
  }
  .footer {
    padding: 1rem 0 0.52rem;
  }
  .foot-menu-item {
    border-bottom: 0.015rem solid rgba(153, 153, 153, 0.2);
  }
  .foot-menu-lv1-wrap {
    position: relative;
    font-weight: 400;
  }
  .foot-menu-lv1-wrap .inner-a {
    display: block;
    padding: 0.3rem 0;
  }
  .foot-menu-lv1-wrap .icon-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
  }
  .icon-menu-more {
    -webkit-mask: url(/img/common/app-menu-arrow-foot.svg) no-repeat center/contain;
    mask: url(/img/common/app-menu-arrow-foot.svg) no-repeat center/contain;
    background-color: currentColor;
    width: 0.6rem;
    height: 0.48rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  .foot-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 0.6rem;
  }
  .foot-logo img {
    height: 0.5rem;
  }
  .footer-top {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    gap: 1.2rem 0;
    position: relative;
    padding: 0 0 0.45rem 0;
  }
  .footer-top::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0.01rem;
    background: #fff;
  }
  .foot-menu {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .foot-menu .more {
    display: none;
  }
  .foot-menu.tit-14-22 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
/* 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-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-flex: none;
          flex: none;
  margin: 0 0 0 2.4rem;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.9rem;
}
.modal-cookie .btn {
  min-width: 6.4rem;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: 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-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: 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-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: 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: 0.8rem;
  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-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 .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: 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-theme);
  border-color: var(--mt-global-color-theme);
  color: #fff;
}

.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: 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-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: 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-flex;
    display: flex;
    -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-h);
    border-color: var(--mt-global-color-theme-h);
    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-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;
  }
}
/* 辅助栏目-搜索结果页 */
/* 按钮 */
.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: #fff;
}

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

@media (max-width: 991.98px) {
  .temp-mainbox {
    padding: 1.6rem 0 2.4rem 0;
  }
  .result-body-wp {
    padding: 0.4rem 0 1rem;
  }
}
.result-content {
  margin: 3rem 0 0 0;
}

.result-tab-wp {
  position: relative;
}

.result-tab-swiper {
  position: relative;
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #999;
  white-space: nowrap;
}
.result-tab-swiper .swiper-wrapper {
  grid-gap: 0 0.85rem;
}
.result-tab-swiper .swiper-slide {
  width: auto;
}
.result-tab-swiper .trigger {
  display: block;
  white-space: nowrap;
  padding: 0rem 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 {
  color: #110E00;
}
.result-tab-swiper .active .trigger::after {
  width: 100%;
  opacity: 0;
}

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

@media (min-width: 992px) {
  .result-tab-swiper .swiper-slide:not(.active):hover .trigger {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .result-content {
    margin: 0.5rem 0 0 0;
  }
  .result-tab-wp {
    margin-bottom: 0.6rem;
  }
  .result-tab-swiper {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .result-tab-swiper .swiper-wrapper {
    grid-gap: 0 0.23rem;
  }
  .result-tab-swiper .trigger {
    padding: 0rem 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;
}

.w975 {
  max-width: 48.75rem;
  margin-left: auto !important;
  margin-right: auto !important;
}

.result-news-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2.5rem 0;
  min-height: initial;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.result-news-list .item {
  position: relative;
}
.result-news-list .item-l {
  width: 25.641025641%;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.result-news-list .item-img {
  width: 100%;
  aspect-ratio: 250/140;
  border-radius: 0.3rem;
  overflow: hidden;
}
.result-news-list .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.result-news-list .item-date {
  font-size: 12px;
  line-height: 16px;
  color: #999;
  margin: 0 0 1.3rem 0;
}
.result-news-list .item-title {
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.5em;
  --line-height: 1.5em;
  font-weight: 600;
}
.result-news-list .item-box {
  display: -webkit-flex;
  display: flex;
  gap: 0 clamp(0px, 1.5104166667vw, 29px);
  padding: 0;
  position: relative;
}
.result-news-list .item-r {
  padding: 0.2rem 0 0 0;
}
.result-news-list .item-imgs {
  -webkit-flex: none;
          flex: none;
  width: 11.5rem;
}
.result-news-list .item-desc {
  font-size: 14px;
  line-height: 22px;
  --line-height: if(unitless($lineHeight), 22px, $lineHeight);
  color: #666;
  margin: 0.4rem 0 0 0;
  height: 1.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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-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 .item-title {
    text-decoration: underline;
  }
  .result-news-list .item:hover .item-img 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) {
  .w975 {
    max-width: 100%;
  }
  .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;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 0.4rem 0;
    border-bottom: 1px dashed #DDDDDD;
    padding: 0 0 0.4rem 0;
  }
  .result-news-list .item-date {
    margin: 0.4rem 0 0 0;
  }
  .result-news-list .item-l {
    width: 100%;
  }
  .result-news-list .item-r {
    padding: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .result-news-list .item-img {
    width: 100%;
    border-radius: 0.1rem;
  }
  .result-news-list .item-imgs {
    width: 100%;
    border-radius: 0.1rem;
  }
  .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-desc {
    margin: 0.2rem 0 0 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    height: 0.96rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .result-news-list .item-date {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .result-news-list .item-title {
    height: auto;
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  .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;
  }
}
.result-load {
  margin: -0.6rem 0 0 0;
}

.result-other .data-center {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.result-other .list-item {
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .result-load {
    margin: 0.1rem 0 0 0;
  }
}
.public-result-list .gnull-tips {
  font-size: clamp(1.1rem, 1.39vw, 1.2rem);
  line-height: 1.5em;
  --line-height: 1.5em;
  padding: 0 !important;
  min-height: initial;
  text-align: left;
  color: #000;
}

.result-panel .gnull-tips {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .result-panel .gnull-tips br {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .w975 {
    max-width: initial;
  }
  .select-fiter-list .gnull-tips {
    grid-column: span 2 !important;
  }
  .public-result-list .gnull-tips {
    font-size: 0.36rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
    text-align: center;
    margin: 0.5rem 0 0 0;
  }
  .result-load .public-result-list .gnull-tips {
    margin: 0.4rem 0 0 0;
  }
}
.w960 {
  max-width: 48rem;
}

.select-pro-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2.5rem 0;
}
.select-pro-list .item-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.select-pro-list .item-l {
  width: 25.1004016064%;
}
.select-pro-list .item-box {
  background: #F5F5F5;
  border-radius: 0.3rem;
  overflow: hidden;
}
.select-pro-list .item-title {
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.6em;
  --line-height: 1.6em;
  font-weight: 600;
}
.select-pro-list .item-desc {
  font-size: 14px;
  line-height: 22px;
  --line-height: if(unitless($lineHeight), 22px, $lineHeight);
  color: #666;
  margin-top: 0.2rem;
}
.select-pro-list .public-button-wrap {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin: 0.55rem 0 0 0;
}
.select-pro-list .public-button-wrap .public-button.transparent {
  padding: 0.3rem 0.5rem;
  font-size: 0.7rem;
  color: #110E00;
}
.select-pro-list .public-button-wrap .public-button.transparent::after {
  border: 1px solid #110E00;
}
.select-pro-list .item-img {
  width: 100%;
  aspect-ratio: 250/140;
  border-radius: 0.3rem;
  overflow: hidden;
}
.select-pro-list .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  object-fit: contain;
}
.select-pro-list .item-r {
  -webkit-flex: 1;
          flex: 1;
  padding: 0 clamp(0px, 1.5104166667vw, 29px) 0 clamp(0px, 1.5104166667vw, 29px);
}

@media (min-width: 992px) {
  .select-pro-list .item-box:hover .item-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .select-pro-list .item-box:hover .public-button-wrap .public-button {
    font-weight: 400;
    background: -webkit-linear-gradient(bottom, #FFD300 0%, #FFF 139.39%);
    background: linear-gradient(0deg, #FFD300 0%, #FFF 139.39%);
    color: #110E00;
  }
  .select-pro-list .item-box:hover .public-button-wrap .public-button::after {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .w960 {
    max-width: 100%;
  }
  .select-pro-list {
    grid-gap: 0.4rem 0;
  }
  .select-pro-list .item-l {
    width: 100%;
  }
  .select-pro-list .item-box {
    border-radius: 0.1rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .select-pro-list .item-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
  }
  .select-pro-list .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    margin-top: 0.1rem;
  }
  .select-pro-list .public-button-wrap {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin: 0.4rem 0 0 0;
  }
  .select-pro-list .public-button-wrap .public-button.transparent {
    padding: 0.26rem 0.54rem;
    font-size: 0.28rem;
  }
  .select-pro-list .public-button-wrap .public-button.transparent::after {
    border: 0.01rem solid #110E00;
  }
  .select-pro-list .list-item {
    padding: 0 0 0.4rem 0;
    border-bottom: 0.02rem dashed #ddd;
  }
  .select-pro-list .item-img {
    border-radius: 0rem;
  }
  .select-pro-list .item-r {
    -webkit-flex: 1;
            flex: 1;
    padding: 0.4rem;
  }
}
.result-other-inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1.5rem 0;
}

.result-other .list-item {
  border-radius: 0.3rem;
  background: #f5f5f5;
  padding: 1.5rem 1.15rem 1.25rem 1.15rem;
}
.result-other .item-title {
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.6em;
  --line-height: 1.6em;
  font-weight: 600;
}
.result-other .item-desc {
  font-size: 14px;
  line-height: 22px;
  --line-height: if(unitless($lineHeight), 22px, $lineHeight);
  margin: 0.4rem 0 0 0;
  color: #666;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-other .inner-item {
  display: block;
}

@media (min-width: 992px) {
  .result-other .list-item:hover .item-title {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .result-other-inner {
    grid-gap: 0.4rem 0;
  }
  .result-other .list-item {
    border-radius: 0.1rem;
    padding: 0.4rem;
  }
  .result-other .item-title {
    font-size: 0.3rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
  }
  .result-other .item-desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    --line-height: 0.42rem;
    margin: 0.2rem 0 0 0;
    color: #666;
    height: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/* 辅助栏目-隐私政策 */
.p-privacy {
  min-height: 100vh;
}
.p-privacy .temp-mainbox {
  padding: 4rem 0 5rem;
}

.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: 0.9rem;
  line-height: 1.4rem;
  color: #333;
}
.privacy-editor .rocket-block-text h1, .privacy-editor .rocket-block-text h2, .privacy-editor .rocket-block-text h3, .privacy-editor .rocket-block-text h4, .privacy-editor .rocket-block-text h5, .privacy-editor .rocket-block-text h6,
.privacy-editor .rocket-classical-text h1,
.privacy-editor .rocket-classical-text h2,
.privacy-editor .rocket-classical-text h3,
.privacy-editor .rocket-classical-text h4,
.privacy-editor .rocket-classical-text h5,
.privacy-editor .rocket-classical-text h6 {
  margin: 1.75rem 0 0.75rem;
  font-weight: bold;
}

.privacy-title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #111;
  font-weight: bold;
  margin-bottom: 2.3rem;
}

@media (min-width: 1271px) {
  .p-privacy .rocket-widget__crumb > .rocket-content__inner, .p-privacy .temp-mainbox > .rocket-content__inner {
    width: 68.49vw;
    max-width: 1200px;
  }
}
@media screen and (max-width: 991.98px) {
  .p-privacy .temp-mainbox {
    padding: 1.4rem 0 1.4rem;
  }
  .privacy-title {
    font-size: 0.52rem;
    line-height: 0.65rem;
    margin-bottom: 0.7rem;
  }
  .privacy-editor .rocket-block-text,
  .privacy-editor .rocket-classical-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #333;
  }
  .privacy-editor .rocket-block-text h1, .privacy-editor .rocket-block-text h2, .privacy-editor .rocket-block-text h3, .privacy-editor .rocket-block-text h4, .privacy-editor .rocket-block-text h5, .privacy-editor .rocket-block-text h6,
  .privacy-editor .rocket-classical-text h1,
  .privacy-editor .rocket-classical-text h2,
  .privacy-editor .rocket-classical-text h3,
  .privacy-editor .rocket-classical-text h4,
  .privacy-editor .rocket-classical-text h5,
  .privacy-editor .rocket-classical-text h6 {
    margin: 0.83rem 0 0.23rem;
    font-weight: bold;
  }
}
/* 提示框 */
.tooltip {
  font-size: 0.7em;
}

#modalCopyLink {
  display: block;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  font-size: 0.8em;
  padding: 0.5em 1.25em;
}

#modalCopyUrlBox {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(20px);
}
#modalCopyUrlBox .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;
  padding: 0 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
#modalCopyUrlBox .modal-content {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.65);
  padding: 0.56rem 0.3rem 0.5rem;
  text-align: center;
}
#modalCopyUrlBox .icon {
  width: 0.88rem;
  display: block;
  margin: 0 auto 0.2rem;
  color: var(--mt-global-color-theme);
}
#modalCopyUrlBox .title {
  font-size: 0.46rem;
  line-height: 0.64rem;
  font-weight: bold;
}
#modalCopyUrlBox .text {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #525252;
}
#modalCopyUrlBox .btnbox {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0.4rem 0 0;
}
#modalCopyUrlBox .btn-close {
  width: 2.2rem;
  height: 0.64rem;
  display: block;
  position: relative;
  -webkit-flex: none;
          flex: none;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #fff;
  background: var(--mt-global-color-theme);
  border-radius: 0.32rem;
}
#modalCopyUrlBox .btn-close > * {
  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;
}

/** 页面置灰 **/
.page-gray {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

/** 公共分页 **/
.global-paging {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 3.1rem;
  gap: 0 0.9rem;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #000;
  white-space: nowrap;
}
.global-paging .paging-ctrl-wrap {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.55rem;
}
.global-paging .arrow-index {
  -webkit-mask: url(/img/images1/news-fy.svg) no-repeat center/contain;
  mask: url(/img/images1/news-fy.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 0.9rem;
  height: 0.9rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}
.global-paging .arrow {
  -webkit-mask: url(/img/images1/news-fy02.svg) no-repeat center/contain;
  mask: url(/img/images1/news-fy02.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 0.9rem;
  height: 0.9rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}
.global-paging .suffix .paging-ctrl {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.global-paging .paging-ctrl {
  margin: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 1;
  display: -webkit-flex;
  display: flex;
}
.global-paging .paging-ctrl.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global-paging .paging-ctrl.last {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global-paging .paging-ctrl .bi {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.global-paging .paging-ctrl.disabled {
  pointer-events: none;
  background-color: transparent;
  opacity: 0.4;
  visibility: hidden;
}
.global-paging .paging-num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.global-paging .paging-num.web {
  gap: 0 0.8rem;
}
.global-paging .paging-num.web a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: none;
          flex: none;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 100%;
}
.global-paging .paging-num.web a.active {
  background: #FFD300;
}
.global-paging .paging-num.app > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.global-paging .paging-num.app > *:first-child {
  color: #FFD300;
}
.global-paging .paging-num.app > *:first-child::after {
  content: "/";
  display: block;
  -webkit-flex: none;
          flex: none;
  margin: 0 0.14rem 0 0.23rem;
  color: #110E00;
}

.pro-chanel .global-paging {
  color: #fff;
  margin: 5rem 0 0 0;
}
.pro-chanel .global-paging .paging-num.app > *:first-child::after {
  color: #fff;
}

@media (min-width: 992px) {
  .global-paging .paging-num a:not(.active):hover {
    color: #FFD300;
  }
  .global-paging .paging-ctrl.prev .bi {
    -webkit-mask: url(/img/common/page-left.svg) no-repeat center/contain;
    mask: url(/img/common/page-left.svg) no-repeat center/contain;
  }
  .global-paging .paging-ctrl.next .bi {
    -webkit-mask: url(/img/common/page-right.svg) no-repeat center/contain;
    mask: url(/img/common/page-right.svg) no-repeat center/contain;
  }
  .global-paging .paging-ctrl:not(.disabled):hover {
    color: #FFD300;
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .global-paging {
    margin-top: 0.4rem;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    grid-gap: 0;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .global-paging .paging-num {
    font-size: 0.32rem;
    line-height: 0.56rem;
    --line-height: 0.56rem;
  }
  .global-paging .arrow {
    width: 0.68rem;
    height: 0.68rem;
    display: block;
  }
  .global-paging .paging-ctrl {
    border: 0.02rem solid #FFD300;
    background: #FFD300;
    border-radius: 100%;
  }
  .global-paging .paging-ctrl.disabled {
    opacity: 1;
    visibility: visible;
    border: 0.02rem solid #E6E6E6;
  }
  .global-paging .paging-ctrl.disabled .arrow {
    background-color: #E6E6E6 !important;
  }
  .global-paging .paging-ctrl.first, .global-paging .paging-ctrl.end {
    display: none;
  }
  .global-paging .paging-ctrl.prev .arrow {
    -webkit-mask: url(/img/common/global-paging-left.svg) no-repeat center/contain;
    mask: url(/img/common/global-paging-left.svg) no-repeat center/contain;
    background-color: #fff;
  }
  .global-paging .paging-ctrl.next .arrow {
    -webkit-mask: url(/img/common/global-paging-left.svg) no-repeat center/contain;
    mask: url(/img/common/global-paging-left.svg) no-repeat center/contain;
    background-color: #fff;
  }
  .pro-chanel .global-paging {
    margin: 0.5rem 0 0 0;
  }
}
.public-button-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.public-button-wrap .public-button {
  display: block;
  padding: 0.4rem 1.15rem;
  border-radius: 2.2rem;
  color: #2B271B;
}
.public-button-wrap .public-button.bgwhite {
  background: #fff;
}
.public-button-wrap .public-button.transparent {
  position: relative;
  border-radius: 1.55rem;
  padding: 0.2rem 2.1rem;
  color: #fff;
}
.public-button-wrap .public-button.transparent::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 1.55rem;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .public-button-wrap .public-button.bgwhite:hover {
    font-weight: 700;
  }
  .public-button-wrap .public-button.transparent:hover {
    font-weight: 400;
    background: -webkit-linear-gradient(bottom, #FFD300 0%, #FFF 139.39%);
    background: linear-gradient(0deg, #FFD300 0%, #FFF 139.39%);
    color: #110E00;
  }
  .public-button-wrap .public-button.transparent:hover::after {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .public-button-wrap {
    font-weight: bold;
  }
  .public-button-wrap .public-button {
    padding: 0.23rem 0.74rem;
  }
  .public-button-wrap .public-button.hasborder {
    border-radius: 0.5rem;
    border: 0.015rem solid #999;
  }
  .public-button-wrap .public-button.transparent {
    padding: 0.15rem 0.7rem;
    border-radius: 0.5rem;
    font-weight: 400;
  }
  .public-button-wrap .public-button.transparent::after {
    border: 0.02rem solid #FFF;
    border-radius: 0.5rem;
  }
}
.addBold {
  font-weight: 600;
}

.tit-14-22 {
  font-size: 14px;
  line-height: 22px;
}

.tit-16-24 {
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.5em;
  --line-height: 1.5em;
}

.tit-16-30 {
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.5rem;
}

.tit-64-72 {
  font-size: clamp(2.2rem, 3.7vw, 3.2rem);
  line-height: 1.13em;
  --line-height: 1.13em;
}

.tit-48-60 {
  font-size: clamp(1.4rem, 2.78vw, 2.4rem);
  line-height: 1.25em;
  --line-height: 1.25em;
}

.tit-40-56 {
  font-size: 2rem;
  line-height: 2.8rem;
}

.tit-40-40 {
  font-size: 2rem;
  line-height: 2rem;
}

.tit-40-52 {
  font-size: 2rem;
  line-height: 2.6rem;
}

.tit-32-40 {
  font-size: clamp(1.1rem, 1.85vw, 1.6rem);
  line-height: 1.25em;
  --line-height: 1.25em;
}

.tit-24-42 {
  font-size: clamp(1.1rem, 1.39vw, 1.2rem);
  line-height: 1.75em;
  --line-height: 1.75em;
}

.tit-24-36 {
  font-size: clamp(14px, 1.2rem, 24px);
  line-height: 1.8rem;
}

.tit-20-32 {
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.6em;
  --line-height: 1.6em;
}

.tit-20-33 {
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.65em;
  --line-height: 1.65em;
}

.desc-20-32 {
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.6em;
  --line-height: 1.6em;
}

.desc-16-30 {
  font-size: clamp(14px, 0.8rem, 16px);
  line-height: 1.5rem;
}

.desc-24-36 {
  font-size: clamp(14px, 1.2rem, 24px);
  line-height: 1.8rem;
}

@media (max-width: 991.98px) {
  .tit-14-22 {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  .tit-16-30 {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .tit-24-36 {
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .tit-40-56 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .tit-40-40 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .tit-48-60 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .tit-40-52 {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
  .tit-32-40 {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
  .tit-24-42 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .tit-20-33 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .tit-20-32 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .desc-20-32 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .desc-16-30 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .desc-24-36 {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
/* 详情分享弹框 */
.wechat-qrcode-box {
  position: relative;
  padding: 10px 0 0;
}

.wechat-qrcode {
  color: #666;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px #aaa;
  position: relative;
  padding: 0 0 5px;
}
.wechat-qrcode .share-close {
  background: transparent;
  border: 0;
  color: #000 !important;
  font-size: 25px;
  line-height: 26px;
  display: block;
  position: absolute;
  right: 2px;
  top: -2px;
  display: none;
}
.wechat-qrcode .toptext {
  background-color: #f3f3f3;
  color: #777;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.wechat-qrcode .qrcode {
  margin: 5px auto;
  width: 138px;
}
.wechat-qrcode .qrcode img {
  width: 100%;
  height: auto;
  display: block;
}
.wechat-qrcode .bottext {
  color: #666;
  font-size: 1em;
  line-height: 1.95em;
}

.banner-swiper {
  background: #000;
}
.banner-swiper .slide-img {
  height: clamp(190px, 18.75vw, 360px);
}
.banner-swiper .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-swiper .global-inner {
  padding: 0 0 clamp(0px, 0.8333333333vw, 16px) 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
}
.banner-swiper .tit-32-40 {
  color: #fff;
  font-weight: 700;
}
.banner-swiper .tit-40-56 {
  color: #fff;
  font-weight: 700;
}
.banner-swiper .slide-body {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

body.h950 .banner-swiper .slide-img {
  height: -webkit-calc(100vh - 3.2rem);
  height: calc(100vh - 3.2rem);
}
body.h950 .desc-24-36 {
  margin: 1.5rem 0 0 0;
  color: #fff;
}

body.h437 .banner-swiper .slide-img {
  height: clamp(0px, 22.7604166667vw, 437px);
}
body.h437 .banner-swiper .global-inner {
  padding: clamp(0px, 4.0104166667vw, 77px) 0 0 0;
}

@media (max-width: 991.98px) {
  .banner-swiper .slide-img {
    min-height: 3rem;
    height: 3rem;
  }
  body.h437 .banner-swiper .slide-img {
    height: 3.6rem;
  }
  body.h437 .banner-swiper .global-inner {
    padding: clamp(0px, 0vw, 0px) 0 0 0;
  }
  body.h950 .banner-swiper .slide-img {
    height: -webkit-calc(100vh - 1.4rem);
    height: calc(100vh - 1.4rem);
    min-height: initial;
  }
  body.h950 .banner-swiper .global-inner {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  body.h950 .banner-swiper .slide-body {
    padding: 3.6rem 0 0 0;
  }
  body.h950 .banner-swiper .tit-40-56 {
    text-align: center;
  }
  body.h950 .banner-swiper .desc-24-36 {
    margin: 0.2rem 0 0 0;
  }
}
.bm-solution {
  overflow: hidden;
  color: #fff;
}
.bm-solution .inner-swiper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.bm-solution .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
}
.bm-solution .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.1rem;
  background: #E6E6E6;
  width: 100%;
}
.bm-solution .swiper-slide::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0.1rem;
  background: transparent;
  width: 100%;
  z-index: 1;
}
.bm-solution .swiper-slide.active::after {
  background: var(--mt-global-color-theme-h);
}
.bm-solution .inner-a {
  display: block;
  padding: 0.75rem 0rem;
}
.bm-solution .text {
  display: block;
}

@media (min-width: 992px) {
  .bm-solution .swiper-wrapper {
    gap: 0 clamp(0px, 1.7708333333vw, 34px);
    -webkit-justify-content: center;
            justify-content: center;
    width: auto;
  }
  .bm-solution .swiper-slide {
    width: auto;
  }
  .power-solu-wrap .bm-solution .swiper-wrapper {
    gap: 0 clamp(0px, 1.6145833333vw, 31px);
  }
  .power-solu-wrap .bm-solution .swiper-slide {
    width: auto;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .public-swiper-menu {
    opacity: 0;
  }
  .public-swiper-menu.show {
    opacity: 1;
  }
  .bm-solution .inner-a {
    padding: 0.34rem 0;
  }
  .bm-solution .swiper-wrapper::after {
    opacity: 0;
  }
  .bm-solution .swiper-slide {
    width: auto;
  }
  .bm-solution .swiper-slide::after {
    background: #E6E6E6;
    height: 0.02rem;
    width: -webkit-calc(100% + 27px);
    width: calc(100% + 27px);
  }
  .bm-solution .swiper-slide:first-child::after {
    width: 100vw;
    left: -0.5rem;
  }
  .bm-solution .swiper-slide:last-child::after {
    width: 100vw;
  }
  .bm-solution .swiper-slide .inner-a {
    position: relative;
    text-align: center;
  }
  .bm-solution .swiper-slide .inner-a::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 0.04rem;
    background: var(--mt-global-color-theme-h);
    width: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0;
  }
  .bm-solution .swiper-slide.active::after {
    background: #E6E6E6;
  }
  .bm-solution .swiper-slide.active .inner-a::after {
    opacity: 1;
  }
}
.usually-banner-swiper-re {
  position: relative;
  overflow: hidden;
  background: #000;
}
.usually-banner-swiper-re .public-swiper-pross {
  opacity: 0;
  pointer-events: none;
}
.usually-banner-swiper-re.isone .rocket-swiper-control {
  display: none;
}

.usually-banner-swiper .inner-slide {
  position: relative;
  display: block;
}
.usually-banner-swiper .slide-body {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.usually-banner-swiper .slide-body .global-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
.usually-banner-swiper .slide-media {
  height: -webkit-calc(100vh - 3.2rem);
  height: calc(100vh - 3.2rem);
}
.usually-banner-swiper .slide-media > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.usually-banner-swiper .slide-media .video-js {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.usually-banner-swiper .slide-media > img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
.usually-banner-swiper .box {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.usually-banner-swiper .slide-title {
  font-size: clamp(2.2rem, 3.7vw, 3.2rem);
  line-height: 1em;
  --line-height: 1em;
  font-weight: 600;
}
.usually-banner-swiper .slide-ftitle {
  font-size: clamp(1rem, 2.31vw, 2rem);
  line-height: 1.2em;
  --line-height: 1.2em;
  font-weight: 600;
  margin: 3.25rem 0 0 0;
}
.usually-banner-swiper .slide-desc {
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.5em;
  --line-height: 1.5em;
  max-width: 48.55rem;
  text-align: center;
  margin: 0.9rem 0 0 0;
}
.usually-banner-swiper .swiper-slide.swiper-slide-active .box {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
.usually-banner-swiper .swiper-slide.swiper-slide-active .slide-media > img {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 1.5s linear 0s;
  transition: all 1.5s linear 0s;
}

.pro-consult {
  padding: 3.35rem 0 2.5rem;
  background: url(/img/common/cta-bg.webp);
  background-size: cover;
}
.pro-consult .tit-32-40 {
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.pro-consult .public-button-wrap {
  margin: 2.1rem 0 0 0;
}
.pro-consult .desc-16-30 {
  color: #000;
  margin-top: 0.6rem;
  text-align: center;
}

.icon-consult {
  -webkit-mask: url(/img/images1/news-more.svg) no-repeat center/contain;
  mask: url(/img/images1/news-more.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 1.8rem;
  height: 1.85rem;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}

.consult-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 1rem 0 0 0;
}

@media (max-width: 991.98px) {
  .pro-consult .public-button-wrap {
    margin: 0.6rem 0 0 0;
  }
  .icon-consult {
    width: 0.6rem;
    height: 0.6rem;
    -webkit-mask: url(/img/common/news-more-app.svg) no-repeat center/contain;
    mask: url(/img/common/news-more-app.svg) no-repeat center/contain;
  }
  .consult-more {
    margin: 0.6rem 0 0 0;
  }
  .pro-consult {
    padding: 0.82rem 0 0.82rem;
  }
  .pro-consult .tit-32-40 {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
  .pro-consult .desc-16-30 {
    margin: 0.3rem 0 0 0;
  }
}
.public-swiper-control.rocket-swiper-control-box {
  margin: 0;
  grid-gap: 0 0;
  position: initial;
}
.public-swiper-control.rocket-swiper-control-box .rocket-swiper-control {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.public-swiper-control.rocket-swiper-control-box .rocket-swiper-control .bi {
  background-color: #666;
}
.public-swiper-control.rocket-swiper-control-box .rocket-swiper-control.rocket-swiper-prev {
  left: clamp(0px, 3.6458333333vw, 70px);
}
.public-swiper-control.rocket-swiper-control-box .rocket-swiper-control.rocket-swiper-next {
  right: clamp(0px, 3.6458333333vw, 70px);
}

.public-swiper-pross.rocket-swiper-paging {
  position: absolute;
  z-index: 3;
  gap: 0 1.7rem;
  margin: 0;
  bottom: 6.1052631579vh;
  left: 0;
}
.public-swiper-pross.rocket-swiper-paging > * {
  margin: 0 !important;
  width: 4.85rem;
  height: 0.2rem;
  border-radius: 0.6rem;
  background: #666666;
  position: relative;
  overflow: hidden;
}
.public-swiper-pross.rocket-swiper-paging > * > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFD300;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  opacity: 0;
}
.public-swiper-pross.rocket-swiper-paging > *.swiper-pagination-bullet-active > * {
  opacity: 1;
}

.p-open-center .neiye-banner-public .usually-banner-swiper .box {
  -webkit-align-items: center;
          align-items: center;
  max-width: 39.15rem;
}
.p-open-center .neiye-banner-public .usually-banner-swiper .slide-title {
  font-size: clamp(2.2rem, 3.7vw, 3.2rem);
  line-height: 1.25em;
  --line-height: 1.25em;
  position: relative;
}
.p-open-center .neiye-banner-public .usually-banner-swiper .slide-title::before {
  position: absolute;
  content: "";
  background: url(/img/images/ky-title-bg-l.svg) no-repeat;
  background-size: contain;
  width: 14.75rem;
  height: 8.15rem;
  left: -4.35rem;
  bottom: -3rem;
  opacity: 0;
}
.p-open-center .neiye-banner-public .usually-banner-swiper .slide-title::after {
  position: absolute;
  content: "";
  background: url(/img/images/ky-title-bg-r.svg) no-repeat;
  background-size: contain;
  width: 14.75rem;
  height: 8.15rem;
  right: -4.2rem;
  top: -2.5rem;
  opacity: 0;
}
.p-open-center .neiye-banner-public .usually-banner-swiper .slide-desc {
  font-size: clamp(1.1rem, 1.39vw, 1.2rem);
  line-height: 1.75em;
  --line-height: 1.75em;
  margin: 10.7368421053vh 0 0 0;
}
.p-open-center .neiye-banner-public .usually-banner-swiper .public-button-wrap {
  margin: 7.3684210526vh 0 0 0;
}

@media (min-width: 992px) {
  .neiye-banner-public .inner-slide h1 {
    text-align: left;
  }
  .neiye-banner-public .inner-slide.content-left .slide-body .box {
    max-width: 48.55rem;
  }
  .neiye-banner-public .inner-slide.content-middle h1, .neiye-banner-public .inner-slide.content-middle .slide-intro {
    text-align: center;
  }
  .neiye-banner-public .inner-slide.content-middle .slide-ftitle {
    margin: 1.2631578947vh 0 0 0rem;
    text-align: center;
  }
  .neiye-banner-public .inner-slide.content-middle .slide-body .global-inner {
    -webkit-align-items: center;
            align-items: center;
  }
  .neiye-banner-public .inner-slide.content-middle .slide-body .box {
    max-width: 48.55rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .neiye-banner-public .inner-slide.content-middle .slide-body .slide-desc {
    max-width: initial;
    text-align: center;
  }
  .neiye-banner-public .inner-slide.content-right h1, .neiye-banner-public .inner-slide.content-right .slide-intro {
    text-align: right;
  }
  .neiye-banner-public .inner-slide.content-right .slide-ftitle {
    margin: 1.2631578947vh 0 0 0rem;
    text-align: right;
  }
  .neiye-banner-public .inner-slide.content-right .slide-body .global-inner {
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .neiye-banner-public .inner-slide.content-right .slide-body .box {
    max-width: 48.55rem;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .neiye-banner-public .inner-slide.content-right .slide-body .slide-desc {
    max-width: initial;
    text-align: right;
  }
  .p-open-center .usually-banner-swiper-re .global-inner {
    width: 90vw;
    max-width: 1680px;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .slide-body .global-inner {
    padding: 0 0 2.8421052632vh 0;
  }
}
@media (max-width: 1280px) {
  .p-open-center .global-inner {
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem);
    max-width: none;
  }
}
@media (min-width: 992px) {
  .neiye-banner-public .public-swiper-pross.rocket-swiper-paging {
    bottom: 5.0526315789vh;
  }
  .neiye-banner-public .usually-banner-swiper .slide-ftitle {
    margin: 5.2631578947vh 0 0 0;
    font-size: clamp(1.1rem, 1.85vw, 1.6rem);
    line-height: 1.25em;
    --line-height: 1.25em;
    color: var(--mt-global-color-theme-h);
  }
  .neiye-banner-public .usually-banner-swiper .slide-ftitle br {
    display: none;
  }
  .neiye-banner-public .usually-banner-swiper .slide-desc {
    margin: 2.7368421053vh 0 0 0;
    font-size: clamp(1.1rem, 1.85vw, 1.6rem);
    line-height: 1.5em;
    --line-height: 1.5em;
    text-align: left;
  }
  .neiye-banner-public .usually-banner-swiper .slide-title {
    font-size: clamp(1.4rem, 2.78vw, 2.4rem);
    line-height: 1.25em;
    --line-height: 1.25em;
    text-align: center;
  }
  .neiye-banner-public .usually-banner-swiper .box {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .neiye-banner-public .usually-banner-swiper .slide-intro {
    font-size: clamp(1.1rem, 1.85vw, 1.6rem);
    line-height: 1.25em;
    --line-height: 1.25em;
    color: #fff;
    margin-top: 1.6842105263vh;
    font-weight: 400;
    text-align: left;
  }
  .neiye-banner-public .usually-banner-swiper .slide-body .global-inner {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 0 0 10.9473684211vh 0;
  }
}
@media (min-width: 992px) {
  .pro-sp .neiye-banner-public .usually-banner-swiper .slide-ftitle {
    margin-top: 2.7368421053vh;
  }
  .pro-sp .neiye-banner-public .usually-banner-swiper .slide-body .global-inner {
    padding-bottom: 15.3684210526vh;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-body {
    background: rgba(0, 0, 0, 0.5);
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-body .global-inner {
    padding: 0 0 10vh 0;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-title {
    font-size: clamp(1.1rem, 1.39vw, 1.2rem);
    line-height: 1.5em;
    --line-height: 1.5em;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-ftitle {
    margin: 1.2631578947vh 0 0 -0.15rem;
    font-size: clamp(1rem, 2.31vw, 2rem);
    line-height: 1.2em;
    --line-height: 1.2em;
    text-align: center;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-ftitle br {
    display: none;
  }
  .security-patrol .neiye-banner-public .inner-slide.content-left h1, .security-patrol .neiye-banner-public .inner-slide.content-left .slide-ftitle, .security-patrol .neiye-banner-public .inner-slide.content-left .slide-desc {
    text-align: left;
  }
  .security-patrol .neiye-banner-public .inner-slide.content-right h1, .security-patrol .neiye-banner-public .inner-slide.content-right .slide-ftitle, .security-patrol .neiye-banner-public .inner-slide.content-right .slide-desc {
    text-align: right;
  }
}
@media (max-width: 991.98px) {
  .usually-banner-swiper .rocket-video-image img {
    position: relative;
  }
  .usually-banner-swiper .slide-body {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 1.8rem 0 0 0;
  }
  .usually-banner-swiper .slide-body .global-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    height: 100%;
  }
  .usually-banner-swiper .slide-media {
    height: -webkit-calc(100dvh - 1.4rem);
    height: calc(100dvh - 1.4rem);
  }
  .usually-banner-swiper .slide-media > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
  }
  .usually-banner-swiper .box {
    -webkit-transform: translateY(1.6rem);
            transform: translateY(1.6rem);
  }
  .usually-banner-swiper .slide-title {
    font-size: 0.6rem;
    line-height: 0.8rem;
    --line-height: 0.8rem;
  }
  .usually-banner-swiper .slide-ftitle {
    font-size: 0.48rem;
    line-height: 0.6rem;
    --line-height: 0.6rem;
    margin: 0.8rem 0 0 0;
  }
  .usually-banner-swiper .slide-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    max-width: initial;
    margin: 0.2rem 0 0 0;
  }
  .neiye-banner-public .usually-banner-swiper .slide-body {
    padding: 1.6rem 0 0 0;
  }
  .neiye-banner-public .usually-banner-swiper .slide-ftitle {
    margin: 0.65rem 0 0 0;
    font-size: 0.42rem;
    line-height: 0.54rem;
    --line-height: 0.54rem;
    text-align: center;
    color: var(--mt-global-color-theme-h);
  }
  .neiye-banner-public .usually-banner-swiper .slide-desc {
    margin: 0.1rem 0 0 0;
    font-size: 0.3rem;
    line-height: 0.48rem;
    --line-height: 0.48rem;
    text-align: center;
  }
  .neiye-banner-public .usually-banner-swiper .slide-title {
    font-size: 0.6rem;
    line-height: 0.8rem;
    --line-height: 0.8rem;
    text-align: center;
  }
  .neiye-banner-public .usually-banner-swiper .slide-intro {
    font-size: 0.36rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
    color: #fff;
    margin-top: 0.1rem;
  }
  .pro-sp .neiye-banner-public .usually-banner-swiper .slide-ftitle {
    margin-top: 0.1rem;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-body .global-inner {
    padding: 0 0 10vh 0;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-title {
    font-size: 0.36rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-ftitle {
    margin: 0.1rem 0 0 0;
    font-size: 0.48rem;
    line-height: 0.6rem;
    --line-height: 0.6rem;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .box {
    max-width: 100%;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .slide-title {
    font-size: 0.6rem;
    line-height: 0.8rem;
    --line-height: 0.8rem;
    position: relative;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .slide-title::before {
    position: absolute;
    content: "";
    background: url(/img/images/ky-title-bg-l.svg) no-repeat;
    background-size: contain;
    width: 2.95rem;
    height: 1.63rem;
    left: -0.89rem;
    bottom: -0.67rem;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .slide-title::after {
    position: absolute;
    content: "";
    background: url(/img/images/ky-title-bg-r.svg) no-repeat;
    background-size: contain;
    width: 2.95rem;
    height: 1.63rem;
    right: -0.82rem;
    top: -0.63rem;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .slide-desc {
    font-size: 0.3rem;
    line-height: 0.46rem;
    --line-height: 0.46rem;
    margin: 1rem 0 0 0;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .public-button-wrap {
    margin: 1rem 0 0 0;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .public-button-wrap .public-button.transparent {
    background: -webkit-linear-gradient(bottom, #FFD300 0%, #FFF 139.39%);
    background: linear-gradient(0deg, #FFD300 0%, #FFF 139.39%);
    color: #110E00;
  }
  .p-open-center .neiye-banner-public .usually-banner-swiper .public-button-wrap .public-button.transparent::after {
    border: 0;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-body {
    padding: 0rem 0 3.6rem 0;
  }
  .security-patrol .neiye-banner-public .usually-banner-swiper .slide-body .global-inner {
    -webkit-justify-content: center;
            justify-content: center;
  }
  .public-swiper-control {
    display: none;
  }
  .public-swiper-control.rocket-swiper-control-box {
    margin: 0;
    grid-gap: 0 0;
    position: initial;
    display: none;
  }
  .public-swiper-control.rocket-swiper-control-box .rocket-swiper-control {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .public-swiper-control.rocket-swiper-control-box .rocket-swiper-control .bi {
    background-color: #666;
  }
  .public-swiper-control.rocket-swiper-control-box .rocket-swiper-control.rocket-swiper-prev {
    left: clamp(0px, 3.6458333333vw, 70px);
  }
  .public-swiper-control.rocket-swiper-control-box .rocket-swiper-control.rocket-swiper-next {
    right: clamp(0px, 3.6458333333vw, 70px);
  }
  .public-swiper-pross.rocket-swiper-paging {
    position: absolute;
    gap: 0 0.16rem;
    bottom: 0.77rem;
  }
  .public-swiper-pross.rocket-swiper-paging > * {
    width: 0.44rem;
    height: 0.04rem;
    border-radius: 0.12rem;
  }
}
.public-xx {
  display: -webkit-flex;
  display: flex;
  color: #fff;
}
.public-xx > * {
  position: relative;
}
.public-xx > *::before {
  position: absolute;
  content: "";
  background: url(/img/images/ky-title-bg-l.svg) no-repeat;
  background-size: contain;
  width: 14.75rem;
  height: 8.15rem;
  left: -4.35rem;
  bottom: -3rem;
  display: none;
}
.public-xx > *::after {
  position: absolute;
  content: "";
  background: url(/img/images/ky-title-bg-r.svg) no-repeat;
  background-size: contain;
  width: 14.75rem;
  height: 8.15rem;
  right: -4.2rem;
  top: -2.5rem;
  display: none;
}

@media (max-width: 991.98px) {
  .public-xx > * {
    position: relative;
  }
  .public-xx > *::before {
    position: absolute;
    content: "";
    background: url(/img/images/ky-title-bg-l.svg) no-repeat;
    background-size: contain;
    width: 2.95rem;
    height: 1.63rem;
    left: -0.89rem;
    bottom: -0.67rem;
  }
  .public-xx > *::after {
    position: absolute;
    content: "";
    background: url(/img/images/ky-title-bg-r.svg) no-repeat;
    background-size: contain;
    width: 2.95rem;
    height: 1.63rem;
    right: -0.82rem;
    top: -0.63rem;
  }
}
.banner-swiper .global-inner:not(.animated),
.search-keywords:not(.animated),
.news-hot .img-wrap:not(.animated),
.news-hot .desc:not(.animated),
.news-del-content .inner:not(.animated),
.consult-serve .inner:not(.animated) {
  opacity: 0;
}

.pro-chanel .banner-swiper .global-inner, .p-load .banner-swiper .global-inner {
  opacity: 1;
}

.layout-element .banner-swiper .global-inner:not(.animated),
.layout-element .search-keywords:not(.animated),
.layout-element .news-hot .img-wrap:not(.animated),
.layout-element .news-hot .desc:not(.animated),
.layout-element .news-del-content .inner:not(.animated),
.layout-element .consult-serve .inner:not(.animated),
.layout-element .solution-wrap:not(.animated) {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .news-hot:not(.animated),
  .news-del-content .content-l:not(.animated) {
    opacity: 0;
  }
  .news-hot .img-wrap:not(.animated),
  .news-hot .desc:not(.animated),
  .news-del-content .inner:not(.animated) {
    opacity: 1;
  }
}
/* 辅助栏目-引导页 */
.landing-box {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #111219;
}

.media-box {
  height: 100%;
}
.media-box > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.media-up {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.media-up .link-button {
  margin: 16.4717348928vh 0 0 0;
  pointer-events: none;
}
.media-up .link-button.show {
  pointer-events: auto;
}
.media-up .inner-box {
  padding: 26.8031189084vh 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.media-up .title {
  font-weight: 600;
  color: #FFD300;
  min-height: 3.6rem;
  opacity: 0;
}
.media-up .desc {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
  text-align: center;
  margin-top: 4.0935672515vh;
  min-height: 4.8rem;
  opacity: 0;
}
.media-up .link-button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 clamp(0px, 7.1354166667vw, 137px);
}
.media-up .link-button .item {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.media-up .link-button .iner-a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  min-width: 10.75rem;
  height: 4rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  overflow: visible;
}
.media-up .link-button .iner-a .btn-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.6) inset, 0 4px 39px 0 rgba(255, 255, 255, 0.49) inset;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: -1;
  will-change: transform, width, height, border-radius, opacity;
}
.media-up .link-button .iner-a .btn-text {
  position: relative;
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
}

.logo-list {
  height: 6.25rem;
  position: relative;
  aspect-ratio: 702/125;
  -webkit-transform: translate(14.35rem, 0px) scale(0.5);
          transform: translate(14.35rem, 0px) scale(0.5);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.logo-list.scale-start {
  -webkit-transform: translate(14.35rem, 0px) scale(0.5);
          transform: translate(14.35rem, 0px) scale(0.5);
}
.logo-list.move-to-center {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.logo-list .logo-item {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
}
.logo-list .logo-item:nth-child(1) {
  opacity: 1;
}
.logo-list .logo-item img {
  width: 100%;
  height: 100%;
}

.logo-list-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 1;
  opacity: 0;
}
.logo-list-box.show {
  opacity: 1;
}

.language-switched {
  position: absolute;
  right: clamp(0px, 7.2916666667vw, 140px);
  top: clamp(0px, 3.5416666667vw, 68px);
  z-index: 9;
}
.language-switched.open .header-icon .icon-language {
  color: #FFD300;
}
.language-switched.open .more-language {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  opacity: 1;
  pointer-events: auto;
}
.language-switched .re {
  position: relative;
}
.language-switched .inner-item {
  white-space: nowrap;
}
.language-switched .inner-item::after {
  content: "/";
  color: #fff;
}
.language-switched .inner-item:last-child::after {
  display: none;
}
.language-switched .more-language {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  border-radius: 33px;
  background: rgba(255, 255, 255, 0.49);
  backdrop-filter: blur(2px);
  font-size: clamp(14px, 1rem, 20px);
  line-height: 1.6rem;
  padding: 0.4rem 1.5rem;
  right: -webkit-calc(100% + 0.7rem);
  right: calc(100% + 0.7rem);
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.header-icon {
  color: #fff;
  display: -webkit-flex;
  display: flex;
  width: 0.95rem;
  height: 0.95rem;
  cursor: pointer;
}
.header-icon .icon-language {
  -webkit-mask: url(./../../img/common/yingdao-language.svg) no-repeat center/contain;
  mask: url(./../../img/common/yingdao-language.svg) no-repeat center/contain;
  background-color: currentColor;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block;
}

@media (min-width: 992px) {
  .landing-box-en .logo-list {
    height: 5.7rem;
    aspect-ratio: 829/114;
  }
  .landing-box-en .media-up .link-button .iner-a {
    min-width: 13.35rem;
  }
}
@media (max-width: 991.98px) {
  .landing-box {
    height: 100dvh;
  }
  .media-up .link-button {
    margin: 9.4368dvh 0 0 0;
  }
  .media-up .inner-box {
    padding: 39.421dvh 0 0 0;
  }
  .media-up .title {
    min-height: 0.64rem;
    font-size: 0.64rem;
  }
  .media-up .desc {
    font-size: 0.24rem;
    line-height: 0.42rem;
    margin-top: 0.19rem;
    min-height: 0.84rem;
  }
  .media-up .link-button {
    gap: 0 0.96rem;
  }
  .media-up .link-button .iner-a {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    min-width: 2.15rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .media-up .link-button .iner-a .btn-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    opacity: 0.6;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.6) inset, 0 4px 39px 0 rgba(255, 255, 255, 0.27) inset;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    z-index: -1;
    will-change: transform, width, height, border-radius, opacity;
  }
  .media-up .link-button .iner-a .btn-text {
    position: relative;
    z-index: 2;
    opacity: 0;
    white-space: nowrap;
  }
  .logo-list {
    height: 0.83rem;
    position: relative;
    aspect-ratio: 702/125;
    -webkit-transform: translate(0.5rem, 0px) scale(0.5);
            transform: translate(0.5rem, 0px) scale(0.5);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .logo-list.scale-start {
    -webkit-transform: translate(14.35rem, 0px) scale(0.5);
            transform: translate(14.35rem, 0px) scale(0.5);
  }
  .logo-list.move-to-center {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .logo-list .logo-item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    opacity: 0;
  }
  .logo-list .logo-item:nth-child(1) {
    opacity: 1;
  }
  .logo-list .logo-item img {
    width: 100%;
    height: 100%;
  }
  .logo-list-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    z-index: 1;
    opacity: 0;
  }
  .logo-list-box.show {
    opacity: 1;
  }
  .language-switched {
    right: 0.67rem;
    top: 0.5rem;
  }
  .language-switched.open .header-icon .icon-language {
    color: #FFD300;
  }
  .language-switched.open .more-language {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 1;
    pointer-events: auto;
  }
  .language-switched .re {
    position: relative;
  }
  .language-switched .inner-item {
    white-space: nowrap;
  }
  .language-switched .inner-item::after {
    content: "/";
    color: #fff;
    display: none;
  }
  .language-switched .more-language {
    position: absolute;
    display: -webkit-flex;
    display: flex;
    border-radius: 0.18rem;
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(2px);
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding: 0.24rem 0.06rem 0.32rem;
    right: initial;
    top: -webkit-calc(100% + 0.2rem);
    top: calc(100% + 0.2rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-align-items: center;
            align-items: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.1rem 0;
  }
  .header-icon {
    width: 0.42rem;
    height: 0.42rem;
  }
}
@media (max-width: 991.98px) {
  .landing-box-en .logo-list {
    height: 0.66rem;
    aspect-ratio: 829/114;
  }
  .landing-box-en .media-up .link-button {
    gap: 0 0.8rem;
  }
  .landing-box-en .media-up .link-button .iner-a {
    min-width: 2.67rem;
  }
}
.language-switched .inner-item:hover {
  color: #FFD300;
}

.media-up .iner-a:hover .btn-shape {
  border-radius: 2rem;
  opacity: 0.85;
  box-shadow: 0 4px 18px 2px rgba(255, 255, 255, 0.6), 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 0 0 rgba(255, 255, 255, 0.6) inset, 0 4px 39px 0 rgba(255, 255, 255, 0.49) inset;
}

@media (max-width: 991.98px) {
  .media-up .iner-a:hover .btn-shape {
    border-radius: 0.4rem;
    opacity: 0.85;
    box-shadow: 0 0.04rem 0.18rem 0.02rem rgba(255, 255, 255, 0.6), 0 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.25), 0 0.02rem 0 0 rgba(255, 255, 255, 0.6) inset, 0 0.04rem 0.39rem 0 rgba(255, 255, 255, 0.49) inset;
  }
}