@charset "UTF-8";
/*******/
/*******/
/****** 
 * html & body 设置
 *****/
@font-face {
  font-family: "Poppins";
  src: url("/content/fonts/Poppins-Regular.woff2"), url("/content/fonts/Poppins-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-bold";
  src: url("/content/fonts/Poppins-SemiBold.woff2"), url("/content/fonts/Poppins-SemiBold.woff") format("woff");
  font-display: swap;
}
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}

@media (max-width: 1500px) and (min-width: 1241px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px) {
  html {
    font-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: var(--mt-global-color-theme);
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "Poppins", "Poppins-bold", "SourceHanSansSC", "PingFang SC", "Microsoft Yahei", "HarmonyOS_Sans", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
body.sys-mac {
  font-family: "Poppins", "Poppins-bold", "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 15px;
    height: 6px;
  }

  ::-webkit-scrollbar-track-piece {
    background-color: #EEE;
  }

  ::-webkit-scrollbar-thumb:vertical {
    width: 8px;
    background-color: #DDD;
    -webkit-border-radius: 8px;
  }

  ::-webkit-scrollbar-thumb:horizontal {
    height: 6px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    height: 3px;
  }

  ::-webkit-scrollbar-thumb:horizontal {
    height: 3px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
/****** 
 * 公共宽度设置
 *****/
.xl-inner {
  width: 92.6vw;
  max-width: 1600px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

.lg-inner {
  width: 81vw;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}

.global-inner {
  width: 78vw;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.sm-inner {
  width: 73vw;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.xs-inner {
  width: 70vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xxs-inner {
  width: 65.3vw;
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.xxxs-inner {
  width: 50vw;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1270px) {
  .xl-inner {
    width: calc(100% - 2rem * 2);
    max-width: none;
  }

  .lg-inner, .global-inner, .sm-inner, .xs-inner, .xxs-inner, .m-inner, .xxxs-inner {
    width: calc(100% - 5rem * 2);
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .xl-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem;
    margin: 0 auto;
  }

  .lg-inner, .global-inner, .sm-inner, .xs-inner, .xxs-inner, .m-inner, .xxxs-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !important;
    margin: 0 auto;
  }
}
/****** 
 * 标签&样式初始化
 *****/
.en {
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.en-bold {
  font-family: "Poppins-bold", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-style: normal;
  font-weight: 700;
}

/* 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;
}

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;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-word;
}

.table th, .table td {
  border: solid 1px #e3e3e3;
}

@media (max-width: 991.98px) {
  .table th, .table td {
    padding: .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;
}

.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: 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 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-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: .32rem;
    margin-top: .24rem;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  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: .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: .34rem;
  }
  .modal-close .bi, .modal-close img {
    width: .38rem;
    height: .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: .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-progress:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-icon-play:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .video-js .vjs-icon-fullscreen-enter:before {
  display: none !important;
}

.video-js .vjs-control-bar {
  width: 100%;
  height: 4rem;
  position: absolute;
  bottom: 0;
  background: transparent;
  display: flex;
  align-items: center;
  padding: 0 1.1rem;
}

.video-js .vjs-control {
  height: 100%;
  display: flex;
  align-items: 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: 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: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.video-js .vjs-playback-rate * {
  font-size: 1em;
  line-height: inherit;
}

.video-js .vjs-menu-button-popup .vjs-menu {
  margin-bottom: 2em;
}

.video-js .vjs-fullscreen-control {
  width: 2.4rem;
  height: 100%;
  position: absolute;
  right: 0.85em;
  top: 0;
  margin: 0;
  z-index: 10;
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  width: 2.4rem;
  height: 2.4rem;
  background: url("/img/static/video-full.svg") no-repeat center center;
  background-size: contain;
}

.video-js.vjs-paused .vjs-control-bar {
  display: none;
}

.video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

.video-js .vjs-volume-panel {
  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: .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: .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: .48rem;
    height: .48rem;
  }

  .video-js .vjs-play-control {
    margin-right: .2rem;
  }

  .video-js .vjs-time-control {
    font-size: .24rem;
  }

  .video-js .vjs-fullscreen-control {
    width: .48rem;
    right: .3rem;
  }

  .video-js .vjs-playback-rate {
    right: 0.88rem;
    font-size: .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: .24rem;
  }
  .video-js .vjs-volume-panel .vjs-mute-control {
    width: .48rem;
    height: .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: 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;
  }
  .modal-video .video-js .vjs-poster img {
    object-fit: contain;
  }
}
/**** animate ***/
.animated {
  animation-delay: .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;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeOutLeft2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeOutRight2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    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;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}
@-webkit-keyframes fadeOutUp2 {
  0% {
    opacity: 1;
    -webkit-transform: none;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
}
@keyframes scale-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale-animation {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes teachin {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@-webkit-keyframes teachin {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  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 {
  animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.swipWow.animated .swiper-slide:nth-child(2) {
  animation-delay: .1s;
}
.swipWow.animated .swiper-slide:nth-child(3) {
  animation-delay: .15s;
}
.swipWow.animated .swiper-slide:nth-child(4) {
  animation-delay: .2s;
}
.swipWow.animated .swiper-slide:nth-child(5) {
  animation-delay: .25s;
}

.layoutWow > * {
  opacity: 0;
  visibility: hidden;
}
.layoutWow.animated > * {
  animation: fadeInUp2 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.layoutWow.animated > *:nth-child(2) {
  animation-delay: .1s;
}
.layoutWow.animated > *:nth-child(3) {
  animation-delay: .15s;
}
.layoutWow.animated > *:nth-child(4) {
  animation-delay: .2s;
}
.layoutWow.animated > *:nth-child(5) {
  animation-delay: .25s;
}
.layoutWow.animated > *:nth-child(6) {
  animation-delay: .3s;
}
.layoutWow.animated > *:nth-child(7) {
  animation-delay: .35s;
}
.layoutWow.animated > *:nth-child(8) {
  animation-delay: .4s;
}

/*** loading ***/
.modal-forms-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  transition: opacity .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();
}

@keyframes rmt--rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.rmt-icon-loader {
  width: 48px;
  height: 48px;
  transition: color 0.33s ease, 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), #777777);
  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: .7;
  animation: rmt--rotating 1.5s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}

/* 提示弹框 */
.public-modal-ts .public-modal-content {
  display: flex;
  align-items: center;
  height: 100%;
  text-align: center;
}
.public-modal-ts .modal-dialog {
  height: 100%;
}
.public-modal-ts .boxs {
  position: relative;
  width: 30em;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.25em 0 4.25em;
}
.public-modal-ts .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px 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;
  flex: none;
}
.public-modal-ts .tit {
  font-size: 1.6rem;
  line-height: 1em;
  color: var(--mt-global-color-theme-dark);
  font-weight: bold;
}
.public-modal-ts .doc {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #4D4D4D;
  font-weight: 400;
  padding: 0 1.5rem;
  margin: 0.85rem 0 0;
}
.public-modal-ts .closeop {
  width: 8.8rem;
  height: 2.5rem;
  background: var(--mt-global-color-theme);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  color: #fff;
  cursor: pointer;
}
.public-modal-ts.succeedpop .icon {
  border-color: var(--mt-global-color-blue);
  color: var(--mt-global-color-blue);
}
.public-modal-ts.failpop .icon {
  border-color: var(--mt-global-color-red);
  color: var(--mt-global-color-red);
}

@media screen and (min-width: 992px) {
  .public-modal-ts .closeop:hover {
    cursor: pointer;
    background: var(--mt-global-color-theme-h);
    transition: all 0s;
  }
}
@media screen and (max-width: 991.98px) {
  .public-modal-ts .boxs {
    width: 90vw;
  }
  .public-modal-ts .icon {
    margin-bottom: .6rem;
  }
  .public-modal-ts .tit {
    font-size: 0.52rem;
    line-height: 0.65rem;
  }
  .public-modal-ts .doc {
    margin: 0.3rem 0 0;
    padding: 0 0.4rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .public-modal-ts .closeop {
    width: 4.2rem;
    height: 0.84rem;
    font-size: 0.32rem;
    margin: 1rem 0 0;
  }
}
/** header **/
.header {
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  color: #fff;
}
.header > * {
  display: flex;
  height: 100%;
  position: relative;
  justify-content: space-between;
}

.head-place {
  height: 4rem;
  display: none;
}

.head-logo {
  height: 100%;
  position: relative;
}
.head-logo a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.head-logo img {
  flex: none;
  height: 2rem;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.head-logo .black {
  display: none;
}

.head-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-link {
  margin: 0 1rem 0 0;
}
@media (min-width: 992px) and (max-width: 1100px) {
  .head-link > * {
    padding: 0 1em;
  }
}

.head-handle {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.head-handle-ico {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  cursor: pointer;
}
.head-handle-ico .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: currentColor;
}

.head-search-open .bi {
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
}

.head-lang-ico .bi {
  -webkit-mask: url("/img/common/globe.svg") no-repeat center/contain;
  mask: url("/img/common/globe.svg") no-repeat center/contain;
}

.head-lang-box {
  white-space: nowrap;
  background-color: #1F2227;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -16px);
  -webkit-transform: translate(-50%, -16px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
}
.head-lang-box .langlist {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.head-lang-box .langlist a {
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
.head-lang-box .langlist li:hover {
  color: var(--mt-global-color-vi);
}

.head-menu {
  width: 0.44rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.4rem;
  top: 0;
  z-index: 20;
}

.head-menu-open {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/img/common/head-menu.svg") no-repeat center center;
  background-size: contain;
}

.head-menu-close {
  width: 100%;
  height: 100%;
  display: none;
  background: url("/img/common/x-close.svg") no-repeat center center;
  background-size: contain;
}

.modal-search-box {
  width: 65.625%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -999;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: right center !important;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  color: #fff;
}

.modal-search-grid {
  width: 100%;
  height: 100%;
  display: flex;
  grid-gap: 0 10px;
  align-items: center;
}

.modal-search-inpt {
  flex: 1;
  position: relative;
}
.modal-search-inpt .search-input {
  width: 100%;
  height: 2.5rem;
  display: block;
  position: relative;
  background: transparent;
  border: none;
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  color: #fff;
  padding: 0 0 0 2rem;
}
.modal-search-inpt .btn-search {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.modal-search-inpt .btn-search .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
  background-color: currentColor;
  position: relative;
  flex: none;
}

.modal-search-close {
  flex: none;
  margin: 0 -4px 0 0;
  position: relative;
  cursor: pointer;
}
.modal-search-close .bi {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  -webkit-mask: url("/img/common/x-black.svg") no-repeat center/contain;
  mask: url("/img/common/x-black.svg") no-repeat center/contain;
  background-color: #D9D9D9;
}

body.head-black .header {
  background-color: var(--mt-global-color-theme);
}
body.open-search .head-navlist, body.open-search .head-right {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
body.open-search .modal-search-box {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
  visibility: visible;
  z-index: 120;
  pointer-events: auto;
}
body.open-appnav .header {
  background-color: #fff;
  color: var(--mt-global-color-theme);
}
body.open-appnav .head-logo .white {
  display: none;
}
body.open-appnav .head-logo .black {
  display: block;
}
body.open-appnav .head-menu-open {
  display: none;
}
body.open-appnav .head-menu-close {
  display: block;
}

@media (min-width: 992px) {
  .header:hover {
    background-color: var(--mt-global-color-theme);
  }

  .head-handle-ico:hover {
    opacity: 0.8;
  }

  .head-lang:hover .head-lang-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }

  .modal-search-close:hover .bi {
    background-color: #fff;
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1rem;
  }
  .header > * {
    padding: 0 0.4rem !important;
  }

  .head-place {
    height: 1rem;
  }

  .head-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 5;
  }
  .head-logo a[href] {
    pointer-events: auto;
  }
  .head-logo img {
    height: 0.54rem;
  }

  .head-right {
    position: absolute;
    right: 0.4rem;
    top: 0;
    z-index: 20;
  }

  .head-handle-ico {
    width: 0.5rem;
    height: 0.5rem;
  }
  .head-handle-ico .bi {
    width: 100%;
    height: 100%;
  }

  .modal-search-box {
    width: 100%;
    background-color: var(--mt-global-color-theme);
    padding: 0 0.4rem;
  }

  .modal-search-grid {
    grid-gap: 0 0.15rem;
  }

  .modal-search-inpt .search-input {
    height: 0.7rem;
    border-radius: 0.35rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0 1rem 0 0.3rem;
    border: solid 1px #fff;
  }
  .modal-search-inpt .btn-search {
    padding: 0 0.24rem;
    left: unset;
    right: 0;
  }
  .modal-search-inpt .btn-search .bi {
    width: 0.45rem;
    height: 0.45rem;
  }

  .modal-search-close {
    margin: 0;
  }
  .modal-search-close .bi {
    width: 0.52rem;
    height: 0.52rem;
  }
}
/****** 
 * 导航
 *****/
.head-navbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
}

.head-navlist {
  height: 100%;
  display: flex;
  pointer-events: auto;
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 1.5em;
  grid-gap: 0 min(3.5vw, 3rem);
  --gap: min(3.5vw, 3rem);
}
.head-navlist > .navitem {
  height: 100%;
  position: relative;
}
.head-navlist > .navitem:hover .navlv1 {
  color: var(--mt-global-color-vi);
}
.head-navlist > .navitem:hover .navlv1::after {
  width: 100%;
}
.head-navlist > .navitem:hover .subnav-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.head-navlist > .navitem.current .navlv1 {
  color: var(--mt-global-color-vi);
}
.head-navlist > .navitem.current .navlv1::after {
  width: 100%;
}
.head-navlist .navlv1 {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.head-navlist .navlv1 > * {
  position: relative;
  z-index: 5;
}
.head-navlist .navlv1::before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: calc(var(--gap) / 2 * (-1));
  right: calc(var(--gap) / 2 * (-1));
  top: 0;
  z-index: 1;
}
.head-navlist .navlv1::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--mt-global-color-vi);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.head-navlist .subnav-box {
  white-space: nowrap;
  background-color: #1F2227;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -16px);
  -webkit-transform: translate(-50%, -16px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
}
.head-navlist .lv2list {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.head-navlist .lv2list a {
  padding: 10px 25px;
  display: flex;
  align-items: center;
}
.head-navlist .lv2list > .navitem:hover {
  color: var(--mt-global-color-vi);
}
.head-navlist .navitem-pt {
  position: static;
}
.head-navlist .navitem-pt .navlv1::before {
  left: calc(var(--gap) * (-2));
}
.head-navlist .navitem-pt .subnav-box {
  width: 100vw;
  background-color: var(--mt-global-color-theme);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 2.5rem 0 3.8rem;
}

.ptnav-web-layout {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: min(30%, 18.5rem) 1fr;
  grid-gap: 0 3rem;
}

.ptnav-web-lv2box {
  position: relative;
}
.ptnav-web-lv2box::after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
}

.ptnav-web-lv2list > .navitem {
  margin-bottom: 3rem;
}
.ptnav-web-lv2list > .navitem:last-child {
  margin-bottom: 0;
}
.ptnav-web-lv2list > .navitem.active .navlv2-body .title {
  color: var(--mt-global-color-vi);
}
.ptnav-web-lv2list > .navitem.active .navlv2-arrow {
  opacity: 1;
}
.ptnav-web-lv2list .navlv2 .trigger {
  width: 100%;
  display: flex;
  grid-gap: 0 10px;
  position: relative;
  padding: 0 6.2rem 0 0;
}
.ptnav-web-lv2list .navlv2-imgs {
  flex: none;
  width: 3rem;
}
.ptnav-web-lv2list .navlv2-imgs img {
  width: 3rem;
  height: 3rem;
  display: block;
  object-fit: contain;
  object-position: center;
}
.ptnav-web-lv2list .navlv2-body {
  flex: 1;
}
.ptnav-web-lv2list .navlv2-body .title {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.ptnav-web-lv2list .navlv2-body .text {
  font-size: 14px;
  line-height: 1.5em;
  word-break: break-word;
  white-space: normal;
  margin: 0.2em 0 0;
}
.ptnav-web-lv2list .navlv2-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ptnav-web-lv2list .navlv2-arrow .bi {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-mask: url("/img/common/right-black.svg") no-repeat center/contain;
  mask: url("/img/common/right-black.svg") no-repeat center/contain;
  background: currentColor;
}
.ptnav-web-lv2list .subnav-lv3box {
  display: none;
}

.ptnav-web-lv3list {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 1.5rem * 3) / 4));
  grid-gap: 1.5rem;
}
.ptnav-web-lv3list .item:hover .item-imgs::after {
  border: none;
  padding: 2px;
  background: linear-gradient(90deg, #2EEBCB 0%, #0967FC 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ptnav-web-lv3list .box {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.ptnav-web-lv3list .item-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.ptnav-web-lv3list .item-imgs::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  z-index: 5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ptnav-web-lv3list .imgs {
  width: 100%;
  padding: 136.36% 0 0;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.ptnav-web-lv3list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
}
.ptnav-web-lv3list .item-title {
  font-size: 1rem;
  line-height: 1.5em;
}
.ptnav-web-lv3list .item-text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.modal-navbox {
  background: var(--mt-global-color-theme);
  color: #fff;
  z-index: 199;
}
.modal-navbox .modal-dialog {
  width: 100%;
  min-height: 100dvh;
  position: relative;
  padding: 1rem 0;
}

.modal-appnav-list {
  padding: 0 0.4rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.modal-appnav-list .nav-arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-appnav-list .nav-arrow::after {
  content: '';
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url("/img/common/nav-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.modal-appnav-list > .navitem.active .navlv1 .nav-arrow::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.modal-appnav-list .navlv1 {
  width: 100%;
  height: 1.1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.modal-appnav-list .navlv1 a {
  display: flex;
  min-width: 50%;
}
.modal-appnav-list .navlv1 a[href] {
  position: relative;
  z-index: 25;
}
.modal-appnav-list .subnav-box {
  display: none;
}
.modal-appnav-list .navlv2-list {
  padding-left: 0.32rem;
}
.modal-appnav-list .navlv2-list > .navitem.active .navlv2 .nav-arrow::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.modal-appnav-list .navlv2 {
  width: 100%;
  position: relative;
  height: 0.9rem;
  display: flex;
  align-items: center;
}
.modal-appnav-list .navlv2 a {
  display: flex;
  min-width: 50%;
}
.modal-appnav-list .navlv2 a[href] {
  position: relative;
  z-index: 25;
}
.modal-appnav-list .subnav-lv3box {
  display: none;
  padding: 0.2rem 0 0.32rem;
}
.modal-appnav-list .navlv3-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}
.modal-appnav-list .navlv3-list .box {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.modal-appnav-list .navlv3-list .item-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
  margin-bottom: 0.3rem;
}
.modal-appnav-list .navlv3-list .item-imgs::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  z-index: 5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.modal-appnav-list .navlv3-list .imgs {
  width: 100%;
  padding: 136.36% 0 0;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.modal-appnav-list .navlv3-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-appnav-list .navlv3-list .item-title {
  font-size: 0.3rem;
  line-height: 0.48rem;
}
.modal-appnav-list .navlv3-list .item-text {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.12rem 0 0;
}

.modal-appnav-bot {
  font-size: 0.32rem;
  line-height: 0.48rem;
  margin: 0.2rem 0 0;
  padding: 0.2rem 0.4rem 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.modal-lang-box .lang-hd {
  height: 1.1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.modal-lang-box .lang-hd .text {
  display: flex;
  align-items: center;
  grid-gap: 0 0.2rem;
}
.modal-lang-box .lang-hd .bi-globe {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  flex: none;
  -webkit-mask: url("/img/common/globe.svg") no-repeat center/contain;
  mask: url("/img/common/globe.svg") no-repeat center/contain;
  background-color: currentColor;
  position: relative;
}
.modal-lang-box .lang-hd .arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-lang-box .lang-hd .arrow .bi {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url("/img/common/nav-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.modal-lang-box .lang-bd {
  display: none;
  padding: 0 0 0 0.62rem;
}
.modal-lang-box .langlist .item {
  height: 0.9rem;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}
.modal-lang-box.active .lang-hd .arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (max-width: 1200px) {
  .head-navlist {
    grid-gap: 0 2.5vw;
    --gap: 2.5vw;
  }

  .ptnav-web-layout {
    grid-template-columns: 22rem 1fr;
  }

  .ptnav-web-lv2list .navlv2 .trigger {
    padding: 0 5rem 0 0;
  }
  .ptnav-web-lv2list .navlv2-arrow {
    right: 3rem;
  }
}
/* main-box */
.main-box {
  min-height: calc(100vh - 6.6em);
  position: relative;
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: calc(50vh - 1.5rem);
  }
}
/* 内页下级导航 */
.inside-navswip-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inside-navswip {
  width: 100%;
  position: relative;
  white-space: nowrap;
  font-size: max(14px, 0.8rem);
  line-height: 1.5rem;
}
.inside-navswip .swiper-slide {
  width: auto;
}
.inside-navswip .trigger {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 0;
}
.inside-navswip .trigger::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.inside-navswip .active {
  color: var(--mt-global-color-blue);
}
.inside-navswip .active .trigger::after {
  width: 100%;
}

@media (min-width: 992px) {
  .inside-navswip .swiper-wrapper {
    grid-gap: 0 2rem;
  }
  .inside-navswip .swiper-slide:hover {
    color: var(--mt-global-color-blue);
  }
}
@media (max-width: 991.98px) {
  .inside-navswip {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .inside-navswip::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #CDCED9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
  .inside-navswip .trigger {
    padding: 0 0 0.3rem;
  }
  .inside-navswip.not-swip .swiper-wrapper {
    grid-gap: 0 0.5rem;
  }
}
/* 移动端同级导航 */
.inside-samelv-wp {
  width: 100%;
  height: 1rem;
  position: relative;
  z-index: 50;
}
.inside-samelv-wp.is-open::after {
  display: block;
}
.inside-samelv-wp.is-open .samelv-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.inside-samelv-wp.is-open .samelv-bd {
  display: block;
}

.inside-samelv-box {
  width: 100%;
  position: relative;
  z-index: 20;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.inside-samelv-box .samelv-hd {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: relative;
  padding: 0 0.4rem;
  border-bottom: solid 1px #CDCED9;
}
.inside-samelv-box .samelv-arrow {
  flex: none;
}
.inside-samelv-box .samelv-arrow .bi {
  flex: none;
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  background: currentColor;
  position: relative;
  -webkit-mask: url("/img/common/down-black.svg") no-repeat center/contain;
  mask: url("/img/common/down-black.svg") no-repeat center/contain;
}
.inside-samelv-box .samelv-bd {
  width: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  box-shadow: 0px 12px 48px 0px rgba(0, 33, 71, 0.05);
}
.inside-samelv-box .navlist .item {
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
}
.inside-samelv-box .navlist .item.active {
  color: var(--mt-global-color-theme-h);
}
.inside-samelv-box .navlist a {
  display: block;
}

/* 内页banner */
.inside-banbox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.inside-banbox .b-video {
  width: 100%;
  height: min(29vw, 500px);
  overflow: hidden;
  position: relative;
}
.inside-banbox .b-video .video-js, .inside-banbox .b-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.inside-banbox .b-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inside-banbox .b-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.inside-banbox .b-imgs.web {
  height: min(29vw, 500px);
}
.inside-banbox .b-imgs.app {
  height: 7.5rem;
}
.inside-banbox .b-text-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.inside-banbox .b-heading-h1 {
  font-size: 2rem;
  line-height: 3rem;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.inside-banbox .b-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 1.5rem 0 0;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.inside-banbox .b-handle {
  width: 100%;
  display: flex;
  justify-content: center;
  grid-gap: 0 1rem;
  margin: 2rem 0 0;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.inside-banbox.is-loaded .b-heading-h1 {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  -webkit-transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
.inside-banbox.is-loaded .b-text {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.inside-banbox.is-loaded .b-handle {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

@media (max-width: 991.98px) {
  .inside-banbox .b-heading-h1 {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .inside-banbox .b-text {
    font-size: 0.3rem;
    line-height: 1.5em;
    margin: 0.3rem auto 0;
  }
  .inside-banbox .b-handle {
    margin: 0.6rem 0 0;
    grid-gap: 0 0.4rem;
  }
}
/* 内页左侧导航 */
.g-aside-navlist {
  width: 100%;
  display: grid;
  grid-gap: 1rem 0;
  position: sticky;
  top: 6rem;
}
.g-aside-navlist .navlvt {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  border-radius: 1.25rem;
  border: solid 1px currentColor;
  padding: 0 1.25rem 0 3.1rem;
  font-size: max(14px, 0.8rem);
  line-height: 2rem;
}
.g-aside-navlist .navlvt::before {
  content: '';
  display: block;
  width: 5px;
  height: 0.7rem;
  background: currentColor;
  position: absolute;
  left: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.g-aside-navlist .navlvt .bi-arrow {
  flex: none;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: currentColor;
  -webkit-mask: url("/img/common/right-black.svg") no-repeat center/contain;
  mask: url("/img/common/right-black.svg") no-repeat center/contain;
  position: relative;
}
.g-aside-navlist .subnav-box {
  display: none;
  padding: 1rem 0 0.5rem;
  font-size: 15px;
  line-height: 40px;
  color: #000;
}
.g-aside-navlist .lv2list a {
  width: 100%;
  display: flex;
  border-radius: 20px;
  padding: 0 1rem;
}
.g-aside-navlist .lv2list li:not(.active, .current):hover {
  color: var(--mt-global-color-theme-h);
}
.g-aside-navlist .lv2list li.active a, .g-aside-navlist .lv2list li.current a {
  background: #E2E2E2;
}
.g-aside-navlist > .navitem.has-subnav .navlvt .bi-arrow {
  -webkit-mask: url(/img/common/down-black.svg) no-repeat center/contain;
  mask: url(/img/common/down-black.svg) no-repeat center/contain;
}
.g-aside-navlist > .navitem.active .navlvt {
  background: var(--mt-global-color-theme);
  color: #fff;
  border-color: var(--mt-global-color-theme);
}
.g-aside-navlist > .navitem.active.has-subnav .navlvt .bi-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (min-width: 992px) {
  .g-aside-navlist > .navitem:hover:not(.active) .navlvt {
    background: rgba(0, 0, 0, 0.1);
  }
}
/* footer */
.footer {
  width: 100%;
  position: relative;
  background: url("/img/common/foot-bg.webp") no-repeat center top #201E1E;
  background-size: cover;
  color: rgba(255, 255, 255, 0.6);
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  z-index: 20;
}

.foot-topbox {
  padding: 5rem 0 7rem;
  display: grid;
  grid-template-columns: 1fr min(75%, 50rem);
  grid-gap: 0 1.5rem;
}

.foot-logo {
  flex: none;
}
.foot-logo img {
  display: block;
  height: 2rem;
}

.foot-webnav-list {
  display: flex;
  white-space: normal;
}
.foot-webnav-list > .navitem {
  flex: 1;
}
.foot-webnav-list .navlv1 {
  font-size: 1rem;
  line-height: 1.8rem;
  color: var(--mt-global-color-vi);
  margin-bottom: 1.5rem;
}
.foot-webnav-list .lv2list {
  display: grid;
  grid-gap: 0.7rem 0;
}

.foot-appnav-list {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
}
.foot-appnav-list .nav-arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.foot-appnav-list .nav-arrow::after {
  content: '';
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url("/img/common/nav-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.foot-appnav-list > .navitem {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.foot-appnav-list > .navitem.active .navlv1 .nav-arrow::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.foot-appnav-list .navlv1 {
  padding: 0.35rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
.foot-appnav-list .subnav-box {
  display: none;
  padding: 0 0 0.2rem;
}
.foot-appnav-list .navlv2-list {
  padding-left: 0.24rem;
}
.foot-appnav-list .navlv2-list > .navitem {
  margin-bottom: 0.2rem;
}
.foot-appnav-list .navlv2-list > .navitem:last-child {
  margin-bottom: 0;
}
.foot-appnav-list .navlv2-list > .navitem.active .navlv2 .nav-arrow::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.foot-appnav-list .navlv2 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.foot-appnav-list .navlv2 a {
  display: flex;
  min-width: 50%;
}
.foot-appnav-list .navlv2 a[href] {
  position: relative;
  z-index: 25;
}
.foot-appnav-list .subnav-lv3box {
  display: none;
  padding: 0.2rem 0 0.15rem;
}
.foot-appnav-list .navlv3-list {
  padding-left: 0.25rem;
}
.foot-appnav-list .navlv3-list > .navitem {
  margin-bottom: 0.2rem;
}
.foot-appnav-list .navlv3-list > .navitem:last-child {
  margin-bottom: 0;
}

.foot-gotop {
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.6;
}
.foot-gotop > * {
  padding: 0.35rem 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
  grid-gap: 0 0.1rem;
}
.foot-gotop .bi-arrow {
  width: 0.22rem;
  height: 0.22rem;
  background: url("/img/common/nav-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.foot-lang-box {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.foot-lang-box .lang-hd {
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  position: relative;
}
.foot-lang-box .lang-hd .text {
  display: flex;
  align-items: center;
  grid-gap: 0 0.1rem;
}
.foot-lang-box .lang-hd .bi-globe {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  flex: none;
  -webkit-mask: url("/img/common/globe.svg") no-repeat center/contain;
  mask: url("/img/common/globe.svg") no-repeat center/contain;
  background-color: currentColor;
  position: relative;
}
.foot-lang-box .lang-hd .arrow {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.foot-lang-box .lang-hd .arrow .bi {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url("/img/common/nav-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.foot-lang-box .lang-bd {
  display: none;
  padding: 0 0 0.2rem 0.42rem;
}
.foot-lang-box .langlist .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.foot-lang-box .langlist .item:last-child {
  margin-bottom: 0;
}
.foot-lang-box.active .lang-hd .arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.foot-midbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-share {
  display: flex;
  grid-gap: 0 1.5rem;
}
.foot-share .item {
  position: relative;
}
.foot-share .item.active .item-ico {
  opacity: 1;
}
.foot-share .item.active .dropdown-box {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  pointer-events: auto;
}
.foot-share .item-ico {
  flex: none;
  cursor: pointer;
  display: block;
  opacity: 0.5;
  position: relative;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.foot-share .item-ico img {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 5;
}
.foot-share .dropdown-box {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 100%;
  left: -5px;
  width: 144px;
  height: 160px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
}
.foot-share .dropdown-box::after {
  content: '';
  position: absolute;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 8;
  width: 11px;
  height: 11px;
  bottom: 16px;
  left: 0.65rem;
  transform: translateY(50%) rotate(45deg);
  -webkit-transform: translateY(50%) rotate(45deg);
}
.foot-share .dropdown-box .box {
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.foot-share .dropdown-box img {
  width: 136px;
  height: 136px;
  display: block;
  object-fit: contain;
  object-position: center;
  position: relative;
}

.foot-tel {
  line-height: 1.75em;
  white-space: nowrap;
  display: flex;
  grid-gap: 0 1rem;
  align-items: center;
}
.foot-tel .bi {
  width: 1.75em;
  height: 1.75em;
  display: block;
  background: url("/img/common/ico-tel.svg") no-repeat center center;
  background-size: contain;
  flex: none;
}

.foot-botbox {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 1.3rem 0 2.9rem;
  margin: 1rem 0 0;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 20px;
}

.foot-infos {
  display: flex;
}
.foot-infos > * {
  display: flex;
  position: relative;
  align-items: center;
  white-space: nowrap;
}
.foot-infos > * img {
  flex: none;
  width: 1em;
  margin: -2px 5px 0 0;
}
.foot-infos > *::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  flex: none;
}
.foot-infos > *:last-child::after {
  display: none;
}

.foot-links {
  display: flex;
  position: relative;
}
.foot-links > * {
  display: flex;
  position: relative;
  align-items: center;
  white-space: nowrap;
}
.foot-links > *::after {
  content: '';
  display: block;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 10px;
  flex: none;
}
.foot-links > *:last-child::after {
  display: none;
}

@media (min-width: 992px) {
  .footer a[href]:hover {
    color: #fff;
  }

  .foot-share .item:hover .item-ico {
    opacity: 1;
  }
  .foot-share .item:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    pointer-events: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .foot-topbox {
    display: flex;
    grid-gap: 0 5vw;
  }

  .foot-navbox {
    flex: 1;
  }
}
@media (max-width: 991.98px) {
  .footer {
    font-size: 0.24rem;
    line-height: 0.4rem;
    background-image: url("/img/common/foot-bg.webp");
    padding: 0 0 0.6rem;
  }
  .footer > * {
    padding: 0 0.4rem !important;
  }

  .foot-topbox {
    padding: 0;
    display: block;
  }

  .foot-midbox {
    margin: 0.6rem 0 0;
  }

  .foot-share {
    grid-gap: 0 0.5rem;
  }
  .foot-share .item-ico img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .foot-share .dropdown-box::after {
    left: 0.2rem;
  }

  .foot-botbox {
    border-top: none;
    margin: 0.6rem 0 0;
    padding: 0;
    flex-direction: column;
    grid-gap: 0.3rem 0;
    font-size: 1em;
    line-height: inherit;
  }

  .foot-infos {
    display: block;
  }
  .foot-infos > *::after {
    display: none;
  }
}
/* 底部联系我们 */
.foot-st-contact {
  width: 100%;
  display: none;
  position: relative;
  z-index: 20;
  margin: 5rem 0 0;
}

.foot-ct-box {
  width: 100%;
  position: relative;
}
.foot-ct-box .st-bgimgs {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.foot-ct-box .st-bgimgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.foot-ct-box .st-bgimgs .imgs {
  width: 100%;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.foot-ct-box .st-bgimgs .imgs.web {
  height: 17.5rem;
}
.foot-ct-box .st-bgimgs .imgs.app {
  height: 5.94rem;
}
.foot-ct-box .st-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 9%;
  color: #fff;
  z-index: 10;
}
.foot-ct-box .s-heading-h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.foot-ct-box .st-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 1rem 0 0;
}
.foot-ct-box .st-handle {
  display: flex;
  margin: 2rem 0 0;
}

body.had-footct .foot-st-contact {
  display: block;
}

@media (min-width: 992px) {
  .foot-st-contact {
    margin-bottom: -8.75rem;
  }

  body.had-footct .footer {
    z-index: 15;
    padding-top: 8.7rem;
    background-image: url("/img/common/foot-bg2.webp");
  }
}
@media (max-width: 991.98px) {
  .foot-st-contact {
    margin: 1rem 0 0;
  }
  .foot-st-contact > * {
    padding: 0 !important;
  }

  .foot-ct-box .st-bgimgs {
    border-radius: 0px;
  }
  .foot-ct-box .st-body {
    padding: 0 0.4rem;
    align-items: center;
    text-align: center;
  }
  .foot-ct-box .s-heading-h2 {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .foot-ct-box .st-text {
    font-size: 0.3rem;
    line-height: 1.5em;
    margin: 0.3rem auto 0;
  }
  .foot-ct-box .st-handle {
    justify-content: center;
    margin: 0.6rem 0 0;
  }
}
/* 底部社交媒体 */
.foot-st-social {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 20;
}

.foot-social-box {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
.foot-social-box .st-bgimgs {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
  z-index: 1;
}
.foot-social-box .st-bgimgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.foot-social-box .st-bgimgs .imgs {
  width: 100%;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.foot-social-box .st-bgimgs .imgs.web {
  height: 18rem;
}
.foot-social-box .st-bgimgs .imgs.app {
  height: 8rem;
}
.foot-social-box .st-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 0 3rem 58.88%;
  color: #fff;
  z-index: 10;
}
.foot-social-box .st-text-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2.5rem 1rem;
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.foot-social-box .s-heading-h2 {
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: inherit;
}
.foot-social-box .s-text {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin: 1rem 0 0;
}

.g-social-share {
  display: flex;
  grid-gap: 0 1.5rem;
}
.g-social-share .item {
  position: relative;
}
.g-social-share .item.active .item-ico {
  opacity: 1;
}
.g-social-share .item.active .dropdown-box {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  pointer-events: auto;
}
.g-social-share .item-ico {
  flex: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  grid-gap: 0 10px;
}
.g-social-share .item-ico img {
  flex: none;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 5;
}
.g-social-share .dropdown-box {
  position: absolute;
  top: 100%;
  left: -5px;
  width: 144px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  padding-top: 10px;
}
.g-social-share .dropdown-box::after {
  content: '';
  position: absolute;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 8;
  width: 11px;
  height: 11px;
  top: 0;
  left: 0.65rem;
  transform: translateY(50%) rotate(45deg);
  -webkit-transform: translateY(50%) rotate(45deg);
}
.g-social-share .dropdown-box .box {
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.g-social-share .dropdown-box img {
  width: 136px;
  height: 136px;
  display: block;
  object-fit: contain;
  object-position: center;
  position: relative;
}

@media (min-width: 992px) {
  .foot-st-social {
    margin-bottom: -8.7rem;
  }

  .g-social-share .item:hover .item-ico {
    opacity: 1;
  }
  .g-social-share .item:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
    z-index: 20;
    pointer-events: auto;
  }
  .g-social-share .item:hover .wechat-qrcode-box {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .foot-st-social > * {
    padding: 0 !important;
  }

  .foot-social-box {
    border-radius: 0px;
  }
  .foot-social-box .st-body {
    padding: 1rem 0.5rem 0;
  }
  .foot-social-box .st-text-box {
    display: block;
    padding: 0;
    border-left: none;
    text-align: center;
  }
  .foot-social-box .s-heading-h2 {
    font-size: 0.48rem;
  }
  .foot-social-box .s-text {
    font-size: 0.3rem;
    margin: 0.3rem auto 0;
  }
  .foot-social-box .st-bot {
    margin: 0.8rem 0 0;
  }

  .g-social-share {
    justify-content: center;
    grid-gap: 0 0.5rem;
  }
  .g-social-share .item-ico {
    opacity: 0.5;
  }
  .g-social-share .item-ico img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .g-social-share .dropdown-box::after {
    left: 0.2rem;
  }
}
/* 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: #0861FF;
  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 {
  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 {
  flex: none;
  margin: 0 0 0 2.4rem;
  display: flex;
  grid-gap: 0 0.9rem;
}
.modal-cookie .btn {
  min-width: 6.4rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  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: #0861FF;
}
.modal-cookie .btn > * {
  width: 10rem;
  height: 100%;
  display: flex;
  align-items: 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: flex;
  align-items: 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;
  z-index: 1070;
}
.modal-cookie-setting .modal-close .bi {
  width: .9rem;
  height: .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: .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: calc(5.8rem + 1px);
  background: #fff;
  border-top: solid 1px #DDDDDD;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.modal-cookie-setting .btn {
  display: flex;
  justify-content: 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: #0861FF;
  border-color: #0861FF;
  color: #fff;
}

.ckset-introd {
  font-size: .8rem;
  line-height: 1.8em;
  color: #999;
  padding-bottom: 1.6em;
  border-bottom: solid 1px #ddd;
}

.ckset-introd a[href] {
  color: #0861FF;
  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: flex;
  justify-content: space-between;
  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: #0861FF;
}
.ckset-checkbox-checked .ckset-check-circle {
  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: .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: flex;
    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: #0861FF;
  }
  .modal-cookie .btn:not(.btn-disabled):hover.btn-white {
    background-color: #0861FF;
    border-color: #0861FF;
    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: #1F2227;
    border-color: #1F2227;
  }

  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .modal-cookie .modal-content {
    padding: .48rem 0 .78rem;
  }
  .modal-cookie .modal-title {
    font-size: .32rem;
  }
  .modal-cookie .modal-doc {
    font-size: .24rem;
  }
  .modal-cookie .modal-aside {
    margin: .48rem 0 0;
    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: 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: .32rem;
    border-top-right-radius: .32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.4rem 0.2rem 2.34rem;
  }
  .modal-cookie-setting .modal-header {
    padding: .48rem .48rem 0;
    height: 1.4rem;
  }
  .modal-cookie-setting .modal-close {
    padding: .64rem .48rem;
  }
  .modal-cookie-setting .modal-close .bi {
    width: .36rem;
    height: .36rem;
  }
  .modal-cookie-setting .modal-title {
    font-size: .48rem;
  }
  .modal-cookie-setting .modal-body {
    font-size: .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: .28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }

  .ckset-checkbox-section {
    margin: .48rem 0;
  }

  .ckset-checkbox-title {
    font-size: .32rem;
  }

  .ckset-checkbox-doc {
    font-size: .28rem;
    line-height: 1.5em;
    margin-top: .3rem;
    padding: 0;
  }

  .ckset-checkbox_sublist {
    padding-left: .24rem;
  }

  .ckset-checkbox_subitem {
    margin-top: .4rem;
  }
}
/* 辅助栏目-搜索结果页 */
.p-result .head-place {
  display: block;
}

/* 按钮 */
.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: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.honey-btn .bi {
  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: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  color: inherit;
  padding: 0 1.5rem;
  grid-gap: 0 0.5rem;
}
.ghac-btn .bi {
  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: flex;
  align-items: center;
  justify-content: center;
  background: var(--mt-global-color-theme);
  border-radius: 2.85rem;
  transition: all 0s;
  width: 100%;
}
.result-topbox .search-button span {
  color: #fff;
}
.result-topbox .title {
  font-size: 2.3rem;
  line-height: 1em;
  color: #1C1917;
  font-weight: 400;
  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: flex;
  align-items: 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::placeholder {
  color: #222;
}

.result-search-wrapper-left {
  position: relative;
  flex: 1;
}

.result-search-wrapper-box {
  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: flex;
  align-items: 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::placeholder {
    color: #525252;
  }

  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }

  .result-topbox {
    padding: 1.8rem 0 1rem;
  }
  .result-topbox .rocket-title-xxl {
    margin-bottom: 0.4rem;
  }
  .result-topbox .search-button {
    width: 100%;
    margin-left: 0;
  }
  .result-topbox .title {
    font-size: 0.56rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
}
.temp-mainbox {
  padding: 2.5em 0 5em;
  background: #F6F8FA;
}

.result-body-wp {
  padding: 2.8rem 0 6rem;
}

@media (max-width: 991.98px) {
  .temp-mainbox {
    padding: 1.6rem 0 2.4rem 0;
  }

  .result-body-wp {
    padding: 0.8rem 0 1.6rem;
  }
}
.result-tab-wp {
  position: relative;
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 2.5rem;
}

.result-tab-swiper {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #333;
  white-space: nowrap;
}
.result-tab-swiper .swiper-wrapper {
  grid-gap: 0 3rem;
}
.result-tab-swiper .swiper-slide {
  width: auto;
}
.result-tab-swiper .trigger {
  display: block;
  white-space: nowrap;
  padding: 1.2rem 0;
  position: relative;
}
.result-tab-swiper .trigger::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.result-tab-swiper .active .trigger {
  font-weight: bold;
}
.result-tab-swiper .active .trigger::after {
  width: 100%;
  opacity: 1;
}

.result-panel {
  display: none;
}
.result-panel.active {
  display: block;
}

@media (min-width: 992px) {
  .result-tab-swiper .swiper-slide:hover .trigger {
    font-weight: bold;
  }
}
@media (max-width: 991.98px) {
  .result-tab-wp {
    margin-bottom: 0.6rem;
  }

  .result-tab-swiper {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .result-tab-swiper .swiper-wrapper {
    grid-gap: 0 0.64rem;
  }
  .result-tab-swiper .trigger {
    padding: 0.2rem 0;
  }
  .result-tab-swiper .trigger::after {
    height: 3px;
  }
}
.total-result {
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 1rem;
}
.total-result span {
  color: var(--mt-global-color-theme);
}

.result-common-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  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: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 3rem 2.5rem;
  grid-gap: 0 2rem;
  min-height: 9.8rem;
}
.result-common-list .item-handle {
  flex: none;
}
.result-common-list .item-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.result-common-list .item-desc {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  margin: 0.6rem 0 0;
}

.result-news-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem 0;
  min-height: 9.8rem;
  align-items: flex-start;
}
.result-news-list .item {
  position: relative;
}
.result-news-list .item-box {
  display: flex;
  gap: 0 2.5rem;
  padding: 1rem;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #ededed;
}
.result-news-list .item-imgs {
  flex: none;
  width: 11.5rem;
}
.result-news-list .imgs {
  position: relative;
  overflow: hidden;
  padding: 67.83% 0 0 0;
}
.result-news-list .imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}
.result-news-list .item-body {
  flex: 1;
  padding: 0.85rem 0 0 0;
}
.result-news-list .item-infos {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  align-items: center;
}
.result-news-list .item-infos > *:not(:last-child)::after {
  content: '';
  display: block;
  width: 1px;
  height: 0.875em;
  background: #333;
  margin: 0 6px;
}
.result-news-list .item-infos .item-tag {
  font-weight: bold;
  color: var(--mt-global-color-theme);
}
.result-news-list .item-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-news-list .item-desc {
  font-size: 0.8rem;
  line-height: 1.4rem;
  height: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0.5rem 0 0;
}

.result-pt-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: flex-start;
  min-height: 10rem;
  grid-gap: 3rem;
}
.result-pt-list .item-box {
  width: 100%;
  display: block;
  position: relative;
}
.result-pt-list .item-handle {
  flex: none;
  display: none;
}
.result-pt-list .item-left {
  width: 100%;
  position: relative;
}
.result-pt-list .item-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #F8F7F7;
  border-radius: 20px;
}
.result-pt-list .item-imgs .imgs {
  width: 100%;
  position: relative;
  padding: 136.36% 0 0;
  overflow: hidden;
  border-radius: inherit;
  z-index: 1;
}
.result-pt-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.result-pt-list .item-imgs::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  border: none;
  padding: 2px;
  background: linear-gradient(90deg, #2EEBCB 0%, #0967FC 100%);
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) content-box, -webkit-linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
}
.result-pt-list .item-body {
  padding: 1rem 0 0;
  text-align: center;
}
.result-pt-list .item-title {
  font-size: 1rem;
  line-height: 1.5rem;
}
.result-pt-list .item-desc {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .result-news-list .item:hover .imgs img {
    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::after {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .total-result {
    font-size: 0.28rem;
    line-height: 0.52rem;
    margin-bottom: 0.4rem;
  }

  .result-common-list {
    min-height: 3rem;
    grid-gap: 0.6rem 0;
  }
  .result-common-list .item-box {
    border-radius: 0.24rem;
    min-height: 3rem;
    flex-direction: column;
    padding: 0.8rem 0.4rem 0.86rem;
    grid-gap: 0.3rem 0;
  }
  .result-common-list .item-title {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }

  .result-news-list {
    grid-template-columns: repeat(1, 1fr);
    min-height: 3.2rem;
    grid-gap: 0.6rem 0;
  }
  .result-news-list .item-box {
    min-height: 0;
    padding: 0.46rem 0.5rem 1rem 0.5rem;
  }
  .result-news-list .item-imgs {
    width: 100%;
  }
  .result-news-list .item-body {
    padding: 0;
  }
  .result-news-list .item-infos {
    margin-bottom: 0.12rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .result-news-list .item-infos > *:not(:last-child)::after {
    height: 1em;
  }
  .result-news-list .item-title {
    height: auto;
    max-height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
  .result-news-list .item-desc {
    display: none;
  }

  .result-pt-list {
    min-height: 4.2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.6rem 0.3rem;
  }
  .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 {
    border-radius: 0.2rem;
  }
  .result-pt-list .item-body {
    width: 100%;
    padding: 0.3rem 0 0;
  }
  .result-pt-list .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .result-pt-list .item-desc {
    margin: 0.12rem 0 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
/* 辅助栏目-隐私政策 */
.p-privacy {
  min-height: 100vh;
}
.p-privacy .temp-mainbox {
  padding: 4rem 0 5rem;
}
.p-privacy .head-place {
  display: block;
}
.p-privacy .newsdet-layout {
  display: block;
}

.privacy-editor .rocket-content__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.privacy-editor .rocket-text-detail,
.privacy-editor .rocket-block-text,
.privacy-editor .rocket-classical-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.875em;
}
.privacy-editor .rocket-text-detail > *,
.privacy-editor .rocket-block-text > *,
.privacy-editor .rocket-classical-text > * {
  margin-bottom: 0;
}
.privacy-editor .rocket-text-detail p,
.privacy-editor .rocket-block-text p,
.privacy-editor .rocket-classical-text p {
  margin-bottom: 0;
}
.privacy-editor .rocket-text-detail b, .privacy-editor .rocket-text-detail strong,
.privacy-editor .rocket-block-text b,
.privacy-editor .rocket-block-text strong,
.privacy-editor .rocket-classical-text b,
.privacy-editor .rocket-classical-text strong {
  color: var(--mt-global-color-blue);
}
.privacy-editor .rocket-text-detail h1, .privacy-editor .rocket-text-detail h2, .privacy-editor .rocket-text-detail h3, .privacy-editor .rocket-text-detail h4, .privacy-editor .rocket-text-detail h5, .privacy-editor .rocket-text-detail h6,
.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 {
  font-size: 1em;
  line-height: inherit;
  margin: 1.875em 0 0;
  color: var(--mt-global-color-blue);
  font-weight: bold;
}
.privacy-editor .rocket-text-detail li,
.privacy-editor .rocket-block-text li,
.privacy-editor .rocket-classical-text li {
  margin: 0;
}

.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-text-detail,
  .privacy-editor .rocket-block-text,
  .privacy-editor .rocket-classical-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .privacy-editor .rocket-text-detail p,
  .privacy-editor .rocket-block-text p,
  .privacy-editor .rocket-classical-text p {
    margin-bottom: 0.4rem;
  }
  .privacy-editor .rocket-text-detail h1, .privacy-editor .rocket-text-detail h2, .privacy-editor .rocket-text-detail h3, .privacy-editor .rocket-text-detail h4, .privacy-editor .rocket-text-detail h5, .privacy-editor .rocket-text-detail h6,
  .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.4rem 0 0;
  }
}
/* 辅助栏目-正在建设中 */
.pen-mainbox {
  width: 100%;
  height: 100vh;
  background: url("/img/common/en.webp") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.pen-box {
  text-align: center;
}

.pen-logo {
  margin-bottom: 2.5rem;
}
.pen-logo img {
  width: 28.1rem;
  display: block;
  margin: 0 auto;
}

.pen-text {
  opacity: 0.7;
}
.pen-text.web {
  font-size: 2rem;
  line-height: 1.25em;
}
.pen-text.app {
  font-size: 0.36rem;
  line-height: 0.5rem;
}

.pen-handle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 0;
}

@media (min-width: 992px) {
  .pen-box {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
}
@media (max-width: 991.98px) {
  .pen-mainbox {
    height: 100dvh;
    background-image: url("/img/common/en_m.webp");
  }

  .pen-logo {
    margin-bottom: 0.6rem;
  }
  .pen-logo img {
    width: 4.5rem;
  }

  .pen-handle {
    margin: 0.6rem 0 0;
  }
}
