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

html {
  font-size: 20px;
}

@media screen and (max-width: 1700px) 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-black);
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "PingFang SC", "Microsoft Yahei", "HarmonyOS_Sans_SC", "SourceHanSansSC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
body.sys-mac {
  font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

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

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

.global-inner:before, .global-inner:after {
  content: "";
  display: table;
  clear: both;
}

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

.sm-inner:before, .sm-inner:after {
  content: "";
  display: table;
  clear: both;
}

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

@media screen and (min-width: 1200.98px) and (max-width: 1300px) {
  .global-inner {
    width: 90vw;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1200px) {
  .lg-inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
  .global-inner, .sm-inner, .xs-inner {
    width: 100%;
    max-width: none;
    padding: 0 4rem;
  }
}
@media (max-width: 991.98px) {
  .lg-inner, .global-inner, .sm-inner, .xs-inner, .m-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.4rem !important;
    margin: 0 auto;
  }
}
/****** 
 * 标签&样式初始化
 *****/
/* lenis */
html.lenis {
  height: auto;
}

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

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

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

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

sup {
  top: -1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.en {
  font-family: "Arial";
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

.nodata, .nodata1 {
  text-align: center;
  display: block;
  margin: 3rem auto 4rem;
}
.nodata img, .nodata1 img {
  width: 4rem;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  margin: 0.5rem 0 0;
}

@media (max-width: 991.98px) {
  .gnull-tips {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin: 1rem auto;
  }
  .gnull-tips img {
    width: 1.2rem;
  }
  .nodata img, .nodata1 img {
    width: 1.2rem;
  }
  .nodataText {
    margin: 0.26rem 0 0;
    opacity: 0.27;
  }
}
/* 404 */
.page-404 {
  width: 700px;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0 auto;
  padding: 5em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mCSB_outside + .mCSB_scrollTools {
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

.modal-close {
  display: block;
  padding: 1.2rem 1.4rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1070;
}
.modal-close .bi, .modal-close img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.modal-close .bi {
  color: var(--mt-global-clolor-black-dark);
  background-color: currentColor;
  -webkit-mask: url("../images/close.svg") no-repeat center/contain;
  mask: url("../images/close.svg") no-repeat center/contain;
}

@media (min-width: 992px) {
  .modal-close:hover .bi {
    color: var(--mt-global-clolor-blue);
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    padding: 0.34rem;
  }
  .modal-close .bi, .modal-close img {
    width: 0.38rem;
    height: 0.38rem;
  }
}
/**** 公共-video ***/
.video-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 公共按钮样式 */
/* 自定义下拉框 */
/*** loading ***/
.modal-forms-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 3000;
  display: block !important;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-forms-loading.show {
  opacity: 1;
  pointer-events: auto;
}

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

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

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

/* 表单-form */
/* 提示弹框 */
.public-modal-ts .public-modal-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.public-modal-ts .modal-dialog {
  height: 100%;
}
.public-modal-ts .boxs {
  position: relative;
  width: 30em;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 4.25em 0 4.25em;
}
.public-modal-ts .icon {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border: 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;
  -webkit-flex: none;
          flex: none;
}
.public-modal-ts .tit {
  font-size: 1.6rem;
  line-height: 1em;
  color: var(--mt-global-color-blue-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-blue);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin-top: 2rem;
  color: #fff;
  cursor: pointer;
}
.public-modal-ts.succeedpop .icon {
  border-color: var(--mt-global-color-blue-light);
  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-blue-hover);
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
@media screen and (max-width: 991.98px) {
  .public-modal-ts .boxs {
    width: 90vw;
  }
  .public-modal-ts .icon {
    margin-bottom: 0.6rem;
  }
  .public-modal-ts .tit {
    font-size: 0.52rem;
    line-height: 0.65rem;
  }
  .public-modal-ts .doc {
    margin: 0.3rem 0 0;
    padding: 0 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 {
  background-color: #fff;
  height: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  border-bottom: solid 1px #DBDCDE;
}
.header .lg-inner {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

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

.head-place {
  height: 4rem;
}

.head-right {
  position: relative;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: var(--mt-global-color-black_30);
}

.head-tool {
  height: 100%;
  position: relative;
  -webkit-flex: none;
          flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.head-tool .link-a {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: none;
          flex: none;
}
.head-tool .bi {
  -webkit-flex: none;
          flex: none;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  background-color: currentColor;
}
.head-tool .bi-globe {
  -webkit-mask: url("../images/globe.svg") no-repeat center/contain;
  mask: url("../images/globe.svg") no-repeat center/contain;
  margin: 0 5px 0 0;
}
.head-tool .bi-search {
  -webkit-mask: url("../images/search.svg") no-repeat center/contain;
  mask: url("../images/search.svg") no-repeat center/contain;
}
.head-tool .bi-menu {
  -webkit-mask: url("../images/head-menu.svg") no-repeat center/contain;
  mask: url("../images/head-menu.svg") no-repeat center/contain;
}
.head-tool .bi-close {
  -webkit-mask: url("../images/close-padded.svg") no-repeat center/contain;
  mask: url("../images/close-padded.svg") no-repeat center/contain;
}

.head-menu .handle {
  height: 100%;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
}

.head-menu-open {
  display: -webkit-flex;
  display: flex;
}

.head-menu-close {
  display: none;
}

.head-lang-app {
  height: 100%;
  display: none;
  position: absolute;
  left: 0.4rem;
  top: 0;
  z-index: 20;
}
.head-lang-app .lang-hd {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.32rem;
  line-height: 1em;
  color: var(--mt-global-color-black_30);
  cursor: pointer;
}
.head-lang-app .lang-hd .text {
  color: var(--mt-global-color-black-dark);
  margin: 0 0.1rem;
}
.head-lang-app .bi-globe {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  -webkit-mask: url("../images/globe.svg") no-repeat center/contain;
  mask: url("../images/globe.svg") no-repeat center/contain;
  background-color: currentColor;
  opacity: 0.6;
}
.head-lang-app .bi-arrow {
  width: 10px;
  height: 5px;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/lang-down.svg") no-repeat center/contain;
  mask: url("../images/lang-down.svg") no-repeat center/contain;
}
.head-lang-app .lang-dropdown {
  display: none;
  width: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.98rem;
}
.head-lang-app .lang-list {
  padding: 0 0.2rem;
  font-size: 0.32rem;
  line-height: 0.82rem;
  border-radius: 0.16rem;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  white-space: nowrap;
}
.head-lang-app .lang-list li {
  border-bottom: solid 1px #F2F3F5;
}
.head-lang-app .lang-list li:last-child {
  border-bottom: none;
}
.head-lang-app .lang-list li.current {
  color: var(--mt-global-color-blue);
}
.head-lang-app .lang-list a {
  display: block;
}
.head-lang-app:hover .lang-dropdown {
  display: block;
}

@media (min-width: 992px) {
  .head-tool:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1rem;
    background: #CCCCCC;
    margin: 0 0.75rem;
  }
  .head-tool a[href]:hover {
    color: var(--mt-global-color-blue);
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1.1rem;
  }
  .head-place {
    height: 1.1rem;
  }
  .head-logo img {
    width: 2.88rem;
    height: 0.4rem;
  }
  .head-right {
    grid-column-gap: 0.45rem;
    position: absolute;
    right: 0.4rem;
    top: 0;
  }
  .head-tool .bi {
    width: 0.5rem;
    height: 0.5rem;
  }
}
/****** 
 * 导航
 *****/
/* PC端导航 */
.head-webnav-box {
  width: 100%;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 1px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 120;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: center;
          justify-content: center;
}

.head-webnav-list {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  pointer-events: auto;
}
.head-webnav-list a[href] {
  color: inherit;
}
.head-webnav-list > .navitem {
  padding: 0 1.75rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.head-webnav-list > .navitem.active .navlv1 {
  color: var(--mt-global-color-blue-light);
}
.head-webnav-list > .navitem.active .navlv1 .bi-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.head-webnav-list > .navitem.active .head-webnav-dropbox {
  display: block;
}
.head-webnav-list .navlv1 {
  white-space: nowrap;
  font-size: 0.9rem;
  line-height: 2em;
  color: var(--mt-global-color-black-dark);
}
.head-webnav-list .navlv1 > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.head-webnav-list .navlv1 .bi-arrow {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  background-color: currentColor;
  -webkit-mask: url("../images/nav-down.svg") no-repeat center/contain;
  mask: url("../images/nav-down.svg") no-repeat center/contain;
  margin: 0 0 0 0.4rem;
}

.head-webnav-dropbox {
  width: 100vw;
  display: none;
  position: absolute;
  left: 50%;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  border-top: solid 1px #DBDCDE;
  z-index: 99;
}
.head-webnav-dropbox::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.head-webnav-dropbox_inner {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.head-webnav-lv2list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  padding: 2.5rem 0 4.75rem;
  grid-column-gap: 3rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #808080;
  font-weight: bold;
}
.head-webnav-lv2list .navlv2 {
  line-height: 1em;
  font-weight: bold;
  color: var(--mt-global-color-black-dark);
}
.head-webnav-lv2list .navlv2:hover {
  color: var(--mt-global-color-blue-light);
}

.head-webnav-lv3list {
  margin: 1.25rem 0 0;
}
.head-webnav-lv3list > .navitem {
  margin-bottom: 0.9rem;
  font-size: 0.8rem;
  font-weight: normal;
}
.head-webnav-lv3list > .navitem:last-child {
  margin-bottom: 0;
}
.head-webnav-lv3list > .navitem:hover {
  color: var(--mt-global-color-blue-light);
}

.pt-webnav-box {
  width: 100%;
  height: min(90vh, 38rem);
  position: relative;
}

.pt-webnav-list > .navitem {
  margin-bottom: 1rem;
}
.pt-webnav-list > .navitem:last-child {
  margin-bottom: 0;
}
.pt-webnav-list .navlvt {
  position: relative;
}
.pt-webnav-list .navlvt > * {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.pt-webnav-list .bi-arrow {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  background: url("../images/nav-right.svg") no-repeat center center;
  background-size: contain;
  -webkit-flex: none;
          flex: none;
  opacity: 0;
  visibility: hidden;
}
.pt-webnav-list .nav-link {
  font-size: 1rem;
  line-height: 1.6rem;
  color: var(--mt-global-color-blue);
  font-weight: bold;
  padding: 0 0.75rem;
  background-color: #F7F9FA;
  position: relative;
  margin-bottom: 1.25rem;
}
.pt-webnav-list .nav-more {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: var(--mt-global-color-blue);
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin: 1.2rem 0 0;
}
.pt-webnav-list .nav-more > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: none;
          flex: none;
  white-space: nowrap;
}
.pt-webnav-list .nav-more .bi-arrow {
  -webkit-flex: none;
          flex: none;
  width: 12px;
  height: 17px;
  display: block;
  background: url("../images/more-right.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0.5em;
  opacity: 1;
  visibility: visible;
}
.pt-webnav-list .navitem:hover > .navlvt, .pt-webnav-list .navitem.active > .navlvt {
  color: var(--mt-global-color-black-dark);
  font-weight: bold;
}
.pt-webnav-list .navitem:hover > .navlvt .bi-arrow, .pt-webnav-list .navitem.active > .navlvt .bi-arrow {
  opacity: 1;
  visibility: visible;
}

.pt-webnav-lv2 {
  width: 11.75rem;
  height: 100%;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #808080;
  padding: 2rem 1.75rem 2rem 0;
  border-right: solid 1px #F2F3F5;
}
.pt-webnav-lv2 > .navitem {
  margin-bottom: 1.4rem;
}
.pt-webnav-lv2 > .navitem.active .navlv2 {
  color: var(--mt-global-color-blue);
  font-weight: bold;
}
.pt-webnav-lv2 > .navitem.active .navlv2::before {
  content: "";
  display: block;
  position: absolute;
  left: -0.75rem;
  right: -5px;
  top: -4px;
  bottom: -4px;
  background-color: #F7F9FA;
  z-index: 1;
}
.pt-webnav-lv2 > .navitem.active .navlv2 a {
  position: relative;
  z-index: 5;
}
.pt-webnav-lv2 > .navitem.active .navlv2 .bi-arrow {
  display: none;
}
.pt-webnav-lv2 > .navitem.active .pt-webnav-lv3box {
  opacity: 1;
  margin: 0;
  visibility: visible;
  pointer-events: auto;
}
.pt-webnav-lv2 > .navitem.active .pt-webnav-lv3 > .navitem.active .pt-webnav-lv4box {
  opacity: 1;
  margin: 0;
  visibility: visible;
  pointer-events: auto;
}
.pt-webnav-lv2 > .navitem.active .pt-webnav-lv3 > .navitem.active .pt-webnav-lv4 > .navitem.active .pt-navlv4-banner {
  display: block;
}

.pt-webnav-lv3box {
  width: 20%;
  height: 100%;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 1.8rem 1.5rem;
  border-right: solid 1px #F2F3F5;
  position: absolute;
  left: 11.75rem;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
  pointer-events: none;
  transition: margin 0.5s, opacity 0.5s;
  -webkit-transition: margin 0.5s, opacity 0.5s;
}

.pt-webnav-lv3 .navlvt {
  padding: 0 5px 0 0;
}
.pt-webnav-lv3 > .navitem {
  margin-bottom: 1.4rem;
}

.pt-webnav-lv4box {
  width: 150.88%;
  max-width: 21.5rem;
  height: 100%;
  padding: 4.8rem 5rem 2rem 1.5rem;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: -20px;
  pointer-events: none;
  transition: margin 0.5s, opacity 0.5s;
  -webkit-transition: margin 0.5s, opacity 0.5s;
}

.pt-webnav-lv4 {
  max-height: -webkit-calc(100% - 2.85rem);
  max-height: calc(100% - 2.85rem);
  margin: 0 -2.7rem 0 0;
  padding: 0 2.7rem 0 0;
  overflow: hidden;
  overflow-y: auto;
  font-size: 0.8rem;
}
.pt-webnav-lv4::-webkit-scrollbar {
  width: 4px;
}
.pt-webnav-lv4::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.pt-webnav-lv4::-webkit-scrollbar-thumb:vertical {
  width: 100%;
  background-color: #E1E2E5;
  -webkit-border-radius: 2px;
}

.pt-navlv4-banner {
  width: 114%;
  max-width: 24.5rem;
  height: min(100%, 630px);
  background-color: #EBEDF0;
  padding: 4.4rem 2.25rem 1rem;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 20;
  text-align: center;
  display: none;
}
.pt-navlv4-banner .iconlist {
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-bottom: 0.5rem;
  -webkit-justify-content: center;
          justify-content: center;
}
.pt-navlv4-banner .iconlist img {
  width: 2rem;
  height: 1rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.pt-navlv4-banner .title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: var(--mt-global-color-blue);
  font-weight: bold;
}
.pt-navlv4-banner .desc {
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #4D4D4D;
  margin: 2px 0 0.5rem;
}
.pt-navlv4-banner .imgs {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  position: relative;
}
.pt-navlv4-banner .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.ptfun-webnav-box {
  width: -webkit-calc(100% - 11.75rem - 20%);
  width: calc(100% - 11.75rem - 20%);
  height: 100%;
  position: absolute;
  left: -webkit-calc(11.75rem + 20%);
  left: calc(11.75rem + 20%);
  top: 0;
  z-index: 30;
  padding: 1.6rem 0 3.25rem 1.5rem;
  pointer-events: none;
}

.ptfun-webnav-tablist {
  width: 9rem;
  height: 1.8rem;
  -webkit-align-items: stretch;
          align-items: stretch;
  display: -webkit-flex;
  display: flex;
  background-color: #F2F3F4;
  border-radius: 0.9rem;
  pointer-events: auto;
}
.ptfun-webnav-tablist .tabitem {
  -webkit-flex: 1;
          flex: 1;
  border-radius: inherit;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1em;
  font-weight: bold;
  color: #999999;
  position: relative;
}
.ptfun-webnav-tablist .tabitem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent;
  transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -webkit-transition: all 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  pointer-events: none;
}
.ptfun-webnav-tablist .tabitem > * {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.ptfun-webnav-tablist .tabitem:first-child::before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.ptfun-webnav-tablist .tabitem:last-child::before {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.ptfun-webnav-tablist .tabitem.active {
  color: #fff;
}
.ptfun-webnav-tablist .tabitem.active::before {
  background-color: #2E3033;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.ptfun-webnav-spec {
  height: -webkit-calc(100% - 1.8rem - 1rem - 1.2rem);
  height: calc(100% - 1.8rem - 1rem - 1.2rem);
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  display: none;
  margin: 1.5rem -2.7rem 0 0;
  padding: 0 2.7rem 0 0;
  pointer-events: auto;
}
.ptfun-webnav-spec::-webkit-scrollbar {
  width: 4px;
}
.ptfun-webnav-spec::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.ptfun-webnav-spec::-webkit-scrollbar-thumb:vertical {
  width: 100%;
  background-color: #E1E2E5;
  -webkit-border-radius: 2px;
}

.ptfun-spec-result {
  border-top: solid 1px #F2F3F5;
  padding: 1.5rem 0 0;
  margin: 1.5rem 0 0;
}
.ptfun-spec-result .result-head {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 0.8rem;
  line-height: 1.25em;
  color: var(--mt-global-color-black-dark);
  margin-bottom: 1rem;
}
.ptfun-spec-result .result-head .lvtit {
  font-weight: 500;
}
.ptfun-spec-result .result-head .btn-goall {
  color: #666;
  display: none;
}
.ptfun-spec-result .result-head .btn-goall a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.ptfun-spec-result .result-head .btn-goall .bi-arrow {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  -webkit-mask: url("../images/nav-right.svg") no-repeat center/contain;
  mask: url("../images/nav-right.svg") no-repeat center/contain;
  margin: 0 0 0 5px;
}
.ptfun-spec-result .result-head .btn-goall:hover {
  color: var(--mt-global-color-blue);
}

.ptfun-result-nodata {
  display: none;
}

.ptfun-spec-filt .form-group {
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  line-height: 1.5em;
}
.ptfun-spec-filt .control-label {
  width: 5em;
  line-height: inherit;
  white-space: normal;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  word-break: break-word;
  margin: 0 0.75rem 0 0;
}
.ptfun-spec-filt .form-group-cell {
  -webkit-flex: 1;
          flex: 1;
}
.ptfun-spec-filt .form-checkbox-list {
  grid-gap: 1.5rem;
}
.ptfun-spec-filt .ptspec-check-grid {
  display: grid;
  grid-row-gap: 2.1rem;
  margin-bottom: 2.1rem;
}
.ptfun-spec-filt .ptspec-range-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem 2.4rem;
}
.ptfun-spec-filt .ptspec-range-grid .control-label {
  line-height: 1.5rem;
}

.ptfun-result-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0.5rem;
}
.ptfun-result-list .item {
  width: 100%;
  position: relative;
}
.ptfun-result-list .item:hover .item-title {
  color: var(--mt-global-color-blue);
}
.ptfun-result-list .item:hover .imgs img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
}
.ptfun-result-list .item-box {
  width: 100%;
  position: relative;
  display: block;
}
.ptfun-result-list .item-imgs {
  width: 100%;
  padding: 117.65% 0 0;
  overflow: hidden;
  position: relative;
  border: solid 1px #F0F3F5;
}
.ptfun-result-list .imgs {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.ptfun-result-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.55, 0.45, 1);
}
.ptfun-result-list .item-body {
  padding: 0.75rem 0 0;
}
.ptfun-result-list .item-title {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: var(--mt-global-color-black-dark);
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.ptfun-result-list .item-icon {
  margin: 0.5rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ptfun-result-list .item-icon img {
  width: 1.1rem;
  height: 0.6rem;
  display: block;
  object-fit: contain;
  object-position: center center;
}

@media (min-width: 992px) {
  .head-webnav-lv3list > .navitem:hover {
    font-weight: bold;
  }
}
.modal-navbox {
  background-color: #fff;
}
.modal-navbox .modal-dialog {
  width: 100vw;
  max-width: none;
}
.modal-navbox .modal-content {
  min-height: 100dvh;
  position: relative;
  background-color: #fff;
  padding: 1.45rem 0 0.8rem;
}

.modal-appnav-list {
  font-weight: 500;
}
.modal-appnav-list > .navitem {
  border-bottom: solid 1px #DBDCDE;
}
.modal-appnav-list > .navitem.active .nav-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.modal-appnav-list .navlv1 {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  font-size: 0.32rem;
  line-height: 1em;
  color: var(--mt-global-color-black-dark);
  padding: 0 0.4rem;
}
.modal-appnav-list .navlv1 a {
  display: block;
  padding: 0.4rem 0;
}
.modal-appnav-list .nav-arrow {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0 0.4rem;
}
.modal-appnav-list .nav-arrow .bi {
  width: 14px;
  height: 14px;
  display: block;
  -webkit-mask: url("../images/nav-down.svg") no-repeat center/contain;
  mask: url("../images/nav-down.svg") no-repeat center/contain;
  -webkit-flex: none;
          flex: none;
  background-color: #999;
}
.modal-appnav-list .navitem-pt .modal-appnav-lv2box {
  padding: 0.2rem 0.4rem 0.4rem;
  background-color: transparent;
  border-top: none;
}

.modal-appnav-lv2box {
  background-color: #F7F9FA;
  padding: 0.4rem;
  border-top: solid 1px #DBDCDE;
  display: none;
}

.modal-appnav-lv2list {
  padding: 0 0.3rem;
  font-size: 0.32rem;
  line-height: 0.54rem;
  color: var(--mt-global-color-black-dark);
  display: grid;
  grid-row-gap: 0.3rem;
}

.pt-appnav-lv2list {
  display: grid;
  grid-row-gap: 0.6rem;
}
.pt-appnav-lv2list .navlv2 {
  font-size: 0.36rem;
  line-height: 1em;
  color: var(--mt-global-color-blue);
  font-weight: bold;
  background-color: #F7F9FA;
  height: 0.8rem;
  padding: 0 0.3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.pt-appnav-lv3list {
  font-size: 0.32rem;
  line-height: 0.54rem;
  color: var(--mt-global-color-black-dark);
  display: grid;
  grid-row-gap: 0.3rem;
  margin-top: 0.4rem;
  padding: 0 0.3rem;
}
.pt-appnav-lv3list > .navitem.active .pt-appnav-lv4box {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  visibility: visible;
  pointer-events: auto;
}

.pt-appnav-lv4box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  padding: 1.85rem 0.4rem 0.8rem;
  pointer-events: none;
  transform: translateX(105%);
  -webkit-transform: translateX(105%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.pt-appnav-lv4hd {
  width: 100vw;
  margin: 0 -0.4rem;
  padding: 0 0.4rem 0.3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  border-bottom: solid 1px #DBDCDE;
  margin-bottom: 0.6rem;
}
.pt-appnav-lv4hd .btn-goback {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: var(--mt-global-color-black-dark);
  -webkit-align-items: center;
          align-items: center;
}
.pt-appnav-lv4hd .btn-goback .bi-arrow {
  width: 0.26rem;
  height: 0.26rem;
  display: block;
  background: url("../images/nav-back.svg") no-repeat center center;
  background-size: contain;
  -webkit-flex: none;
          flex: none;
  margin: 0 0.14rem 0 0;
}
.pt-appnav-lv4hd .tablist {
  width: 2.4rem;
  height: 0.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  border-radius: 0.3rem;
  background-color: #F2F3F4;
  position: relative;
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
  color: #999;
  font-weight: bold;
}
.pt-appnav-lv4hd .tabitem {
  -webkit-flex: 1;
          flex: 1;
  height: 100%;
  border-radius: inherit;
}
.pt-appnav-lv4hd .tabitem a {
  display: block;
  height: 100%;
  position: relative;
}
.pt-appnav-lv4hd .tabitem.active {
  background-color: #2E3133;
  color: #fff;
}

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

.ptlv4-panel-title {
  font-size: 0.36rem;
  line-height: 1em;
  color: var(--mt-global-color-blue);
  font-weight: bold;
  background-color: #F7F9FA;
  height: 0.8rem;
  padding: 0 0.3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.ptlv4-panel-list {
  font-size: 0.32rem;
  line-height: 0.54rem;
  color: var(--mt-global-color-black-dark);
  display: grid;
  grid-row-gap: 0.3rem;
  margin-top: 0.4rem;
  padding: 0 0.3rem;
}

body.open-appnav .header {
  z-index: 2000;
}
body.open-appnav .head-logo {
  display: none;
}
body.open-appnav .head-menu-open {
  display: none;
}
body.open-appnav .head-menu-close {
  display: -webkit-flex;
  display: flex;
}
body.open-appnav .head-lang-app {
  display: block;
}

.add-ptfun-desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #111;
  margin-top: 0.75rem;
}

.add-ptfun-desc-wrap {
  display: none;
}

.showDesc .add-ptfun-desc-wrap {
  display: block;
}

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

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

.foot-logo {
  display: -webkit-flex;
  display: flex;
}
.foot-logo a {
  display: block;
}
.foot-logo img {
  max-width: 100%;
  height: 1.4rem;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.foot-navlist {
  display: -webkit-flex;
  display: flex;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: var(--mt-global-color-black-dark);
  grid-column-gap: 1.25rem;
  margin: 0.5rem 0 0;
}

.foot-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem 0 0;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: var(--mt-global-color-black_30);
  grid-column-gap: 0.8rem;
}
.cityLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem 0 0;
  font-size: 0.7rem;
  color: var(--mt-global-color-black_30);
  grid-column-gap: 0.8rem;
}
 .cityLink ul {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
   .cityLink li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    white-space: nowrap;
  }

.foot-copy {
  width: 100%;
  position: relative;
}

.foot-share {
  display: -webkit-flex;
  display: flex;
  grid-column-gap: 7px;
}
.foot-share .item {
  -webkit-flex: none;
          flex: none;
  position: relative;
}
.foot-share .item:hover .item-icon {
  background-color: #D9D9D9;
}
.foot-share .item:hover .item-dropdown {
  display: block;
}
.foot-share .item-icon {
  width: 2rem;
  height: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
}
.foot-share .item-icon img {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  -webkit-flex: none;
          flex: none;
}
.foot-share .item-dropdown {
  width: 7.2rem;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 10;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 0 0 10px;
}
.foot-share .item-dropdown::before {
  content: "";
  display: block;
  border-width: 8px 7px;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 2px;
  z-index: 6;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.foot-share .item-dropdown .box {
  padding: 8px;
  background-color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}
.foot-share .item-dropdown img {
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

.foot-lang {
  position: relative;
  margin: 1rem 0 0;
  z-index: 10;
}
.foot-lang .lang-hd {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.7rem;
  line-height: 1em;
  color: var(--mt-global-color-black_30);
  cursor: pointer;
}
.foot-lang .lang-hd .text {
  color: var(--mt-global-color-black-dark);
  margin: 0 0.5rem;
}
.foot-lang .bi-globe {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  -webkit-mask: url("../images/globe.svg") no-repeat center/contain;
  mask: url("../images/globe.svg") no-repeat center/contain;
  background-color: currentColor;
  opacity: 0.6;
}
.foot-lang .bi-arrow {
  width: 10px;
  height: 5px;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/lang-down.svg") no-repeat center/contain;
  mask: url("../images/lang-down.svg") no-repeat center/contain;
}
.foot-lang .lang-dropdown {
  display: none;
  position: absolute;
  left: -0.4rem;
  right: -1.25rem;
  top: 100%;
  padding: 8px 0 0;
}
.foot-lang .lang-list {
  width: 100%;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2.3rem;
  color: var(--mt-global-color-black-dark);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.foot-lang .lang-list li {
  border-bottom: solid 1px #F2F3F5;
}
.foot-lang .lang-list li:last-child {
  border-bottom: none;
}
.foot-lang .lang-list li.current {
  color: var(--mt-global-color-blue);
}
.foot-lang .lang-list a {
  display: block;
}
.foot-lang:hover .lang-dropdown {
  display: block;
}

.head-lang-web {
  position: relative;
  z-index: 10;
}
.head-lang-web .lang-hd {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  font-size: 0.7rem;
  line-height: 1em;
  color: var(--mt-global-color-black_30);
  cursor: pointer;
}
.head-lang-web .lang-hd .text {
  color: var(--mt-global-color-black-dark);
  margin: 0 0.5rem;
}
.head-lang-web .bi-globe {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  -webkit-mask: url("../images/globe.svg") no-repeat center/contain;
  mask: url("../images/globe.svg") no-repeat center/contain;
  background-color: currentColor;
  opacity: 0.6;
}
.head-lang-web .bi-arrow {
  width: 10px;
  height: 5px;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("../images/lang-down.svg") no-repeat center/contain;
  mask: url("../images/lang-down.svg") no-repeat center/contain;
}
.head-lang-web .lang-dropdown {
  display: none;
  position: absolute;
  left: -0.4rem;
  right: -1.25rem;
  top: -webkit-calc(100% - 0.5rem);
  top: calc(100% - 0.5rem);
  padding: 8px 0 0;
}
.head-lang-web .lang-list {
  width: 139%;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2.3rem;
  color: var(--mt-global-color-black-dark);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.15);
}
.head-lang-web .lang-list li {
  border-bottom: solid 1px #F2F3F5;
}
.head-lang-web .lang-list li:last-child {
  border-bottom: none;
}
.head-lang-web .lang-list li.current {
  color: var(--mt-global-color-blue);
}
.head-lang-web .lang-list a {
  display: block;
}
.head-lang-web:hover .lang-dropdown {
  display: block;
}

@media (min-width: 992px) {
  .footer > * {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .footer a[href]:hover {
    color: var(--mt-global-color-blue);
  }
  .foot-left, .foot-right {
    max-width: 45%;
  }
  .foot-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .foot-left-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    grid-column-gap: 3.4rem;
    grid-row-gap: 1rem;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 0.8rem 0 1rem;
  }
  .foot-logo img {
    height: 0.48rem;
  }
  .foot-navlist {
    font-size: 0.28rem;
    line-height: 0.34rem;
    margin: 0.45rem 0 0;
    grid-column-gap: 0.4rem;
    white-space: nowrap;
  }
  .foot-info {
    margin: 0.5rem 0 0;
    font-size: 0.26rem;
    line-height: 0.48rem;
    grid-column-gap: 0.3rem;
  }
  .cityLink{display:none;}
  .foot-share {
    grid-column-gap: 0.15rem;
    margin: 0.8rem 0 0;
  }
  .foot-share .item-icon {
    width: 0.68rem;
    height: 0.68rem;
  }
  .foot-share .item-icon img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .foot-share .item-dropdown {
    width: 2rem;
  }
  .foot-share .item-dropdown .box {
    padding: 5px;
  }
  .foot-share .item:first-child .item-dropdown {
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .foot-share .item:first-child .item-dropdown::before {
    left: -webkit-calc((0.68rem - 7px) / 2);
    left: calc((0.68rem - 7px) / 2);
  }
  .foot-lang {
    width: 2rem;
    margin: 0.5rem 0 0;
  }
  .foot-lang .lang-hd {
    font-size: 0.32rem;
  }
  .foot-lang .lang-hd .text {
    margin: 0 0.1rem 0 0.12rem;
  }
  .foot-lang .bi-globe {
    width: 0.48rem;
    height: 0.48rem;
  }
  .foot-lang .lang-dropdown {
    width: 2rem;
    left: 0;
    right: unset;
    padding: 0.16rem 0 0;
  }
  .foot-lang .lang-list {
    padding: 0 0.18rem;
    font-size: 0.32rem;
    line-height: 0.82rem;
    border-radius: 4px;
  }
}
/* 侧边功能按钮 */
.fixed-aside-box {
  position: fixed;
  right: 0.75rem;
  bottom: 2rem;
  z-index: 100;
}
.fixed-aside-box.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fixed-aside-list {
  display: grid;
  grid-row-gap: 0.75rem;
}
.fixed-aside-list .item {
  position: relative;
}
.fixed-aside-list .item-icon {
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border-radius: 50%;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}
.fixed-aside-list .item-icon .bi {
  width: 1.2rem;
  height: 1.2rem;
  -webkit-flex: none;
          flex: none;
  display: block;
  background-color: currentColor;
}
.fixed-aside-list .item-icon .bi-tel {
  -webkit-mask: url("../images/side-tel.svg") no-repeat center/contain;
  mask: url("../images/side-tel.svg") no-repeat center/contain;
}
.fixed-aside-list .item-icon .bi-edit {
  -webkit-mask: url("../images/side-edit.svg") no-repeat center/contain;
  mask: url("../images/side-edit.svg") no-repeat center/contain;
}
.fixed-aside-list .item-icon .bi-top {
  -webkit-mask: url("../images/side-top.svg") no-repeat center/contain;
  mask: url("../images/side-top.svg") no-repeat center/contain;
}
.fixed-aside-list .item-icon .bi-shops {
  -webkit-mask: url("../images/weixin-1.svg") no-repeat center/contain;
  mask: url("../images/weixin-1.svg") no-repeat center/contain;
}
.fixed-aside-list .item-dropdown {
  position: absolute;
  right: 100%;
  bottom: 50%;
  padding: 0 0.6rem 0 0;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.fixed-aside-list .item-dropdown .box {
  width: 13rem;
  background-color: #fff;
  padding: 0.6rem 0.6rem 1rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
}
.fixed-aside-list .item-dropdown .box::before {
  content: "";
  display: block;
  border-width: 7px 8px;
  border-color: transparent;
  border-style: solid;
  border-left-color: #fff;
  position: absolute;
  left: 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.fixed-aside-list .item-dropdown .ways-item {
  display: -webkit-flex;
  display: flex;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.25em;
  color: var(--mt-global-color-black-dark);
  padding: 0.65rem 0.6rem;
}
.fixed-aside-list .item-dropdown .ways-item .icon {
  -webkit-flex: none;
          flex: none;
  margin: 0 0.6rem 0 0;
}
.fixed-aside-list .item-dropdown .ways-item .icon img {
  width: 1rem;
  height: 1rem;
  display: block;
}
.fixed-aside-list .item-dropdown .ways-item .bd {
  -webkit-flex: 1;
          flex: 1;
}
.fixed-aside-list .item-dropdown .ways-item .doc {
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: #666;
}
.fixed-aside-list .item-dropdown .ways-item .doc > * {
  margin-top: 0.25rem;
}
.fixed-aside-list .item-dropdown .ways-item:hover {
  background-color: #F3F4F5;
}
.fixed-aside-list .btn-gotop {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.fixed-aside-list .btn-gotop .item-icon {
  background-color: var(--mt-global-color-black-dark);
  color: #fff;
}
.fixed-aside-list .btn-gotop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.shop-enter-list .inner-item {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.6rem;
  width: 100%;
  padding: 0.6rem;
}
.shop-enter-list .item-img {
  width: 1rem;
  height: 1rem;
}
.shop-enter-list .item-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.shop-enter-list .item-title {
  font-size: 0.8rem;
  line-height: 1.1rem;
}

@media (min-width: 992px) {
  .shop-enter-list .inner-item:hover {
    background: #F3F4F5;
  }
}
.modal-aside-contact {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-aside-contact .modal-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-aside-contact .modal-content {
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.modal-aside-contact .modal-header {
  width: 100%;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #DBDCDE;
  padding: 0.5rem 0 0.35rem;
  color: var(--mt-global-color-black-dark);
}
.modal-aside-contact .modal-title {
  font-size: 0.4rem;
  line-height: 1em;
  font-weight: bold;
}
.modal-aside-contact .modal-close {
  padding: 0.4rem 0.58rem;
}
.modal-aside-contact .modal-close .bi {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  background-color: currentColor;
}
.modal-aside-contact .modal-body {
  padding: 0.1rem 0 0.18rem;
}
.modal-aside-contact .ways-item {
  display: -webkit-flex;
  display: flex;
  position: relative;
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: var(--mt-global-color-black-dark);
  padding: 0.4rem;
  margin-bottom: 0.1rem;
}
.modal-aside-contact .ways-item:last-child {
  margin-bottom: 0;
}
.modal-aside-contact .ways-item .icon {
  -webkit-flex: none;
          flex: none;
  margin: 0 0.3rem 0 0;
}
.modal-aside-contact .ways-item .icon img {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
}
.modal-aside-contact .ways-item .bd {
  -webkit-flex: 1;
          flex: 1;
}
.modal-aside-contact .ways-item .doc {
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #666;
}
.modal-aside-contact .ways-item .doc > * {
  margin-top: 0.08rem;
}
.modal-aside-contact.fade .modal-content {
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.modal-aside-contact.show .modal-content {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (min-width: 992px) {
  .fixed-aside-list .item:hover .item-icon {
    background-color: var(--mt-global-color-blue);
    color: #fff;
  }
  .fixed-aside-list .item:hover .item-dropdown {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
  }
}
@media (max-width: 991.98px) {
  .fixed-aside-box {
    right: 0.2rem;
    bottom: 1rem;
  }
  .fixed-aside-list {
    grid-row-gap: 0.3rem;
  }
  .fixed-aside-list .item-icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .fixed-aside-list .item-icon .bi {
    width: 0.4rem;
    height: 0.4rem;
  }
}
/* cookie 样式 */
/* modal-cookie */
.btn.btn-white {
  background: #fff;
  color: #F7BD1B;
  border: none;
}

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

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

.modal-cookie {
  background: transparent;
  overflow: hidden;
  pointer-events: none;
}

.modal-cookie .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
  pointer-events: none;
}

.modal-cookie .modal-content {
  width: 100%;
  background: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2.15rem 0;
  pointer-events: auto;
}

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

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

.modal-cookie .modal-aside a {
  width: 10rem;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  border-radius: 4px;
  color: #fff;
}
.modal-cookie .modal-aside .btn {
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  border: 1px solid #fff;
}
.modal-cookie .modal-aside .btn::after {
  opacity: 0 !important;
}
.modal-cookie .modal-aside .btn-agree a {
  color: #036EB8;
}

.modal-cookie .modal-title {
  font-size: 0.8rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 4px;
}

.modal-cookie .modal-doc {
  font-size: 0.6rem;
  line-height: 1.8em;
}

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

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

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

.modal-cookie-setting {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.modal-cookie-setting .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 3rem;
  border: solid 1px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.modal-cookie-setting .modal-dialog {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: none !important;
  -webkit-transform: none !important;
}

.modal-cookie-setting .modal-content {
  width: 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: 0.9rem;
  height: 0.9rem;
  display: block;
  color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/static/close-gray2.svg");
  background-size: contain;
}

.modal-cookie-setting .modal-body {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  z-index: 10;
  padding: 0 1.2rem;
  font-size: 0.8rem;
  line-height: 1.375em;
  color: #000;
}

.modal-cookie-setting .modal-body::-webkit-scrollbar {
  width: 6px;
}

.modal-cookie-setting .modal-body::-webkit-scrollbar-track {
  background: none;
}

.modal-cookie-setting .modal-body::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

.modal-cookie-setting .modal-footer {
  width: 100%;
  height: -webkit-calc(5.8rem + 1px);
  height: calc(5.8rem + 1px);
  background: #fff;
  border-top: solid 1px #DDDDDD;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}

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

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

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

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

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

.ckset-checkbox-title {
  font-size: 0.8rem;
  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: #F7BD1B;
}

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

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

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

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

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

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

@media (min-width: 992px) {
  .modal-cookie-setting .modal-footer .btn {
    min-width: 10rem;
    height: 2.4rem;
  }
  .modal-cookie .btn:not(.btn-disabled):hover {
    background: var(--mt-global-color-blue-hover) !important;
    color: #fff !important;
    border-color: var(--mt-global-color-blue-hover) !important;
  }
  .modal-cookie .btn:not(.btn-disabled):hover > * {
    color: inherit !important;
  }
  .modal-cookie .global-inner, .modal-cookie .m-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .modal-cookie .global-inner::before, .modal-cookie .global-inner::after, .modal-cookie .m-inner::before, .modal-cookie .m-inner::after {
    display: none;
  }
  .modal-cookie-setting .modal-dialog {
    width: auto;
    right: 5px;
  }
  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img/static/close-black2.svg");
  }
  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .modal-cookie-setting .modal-footer .btn {
    font-size: 0.32rem;
    height: 0.82rem;
  }
  .modal-cookie .modal-aside a {
    font-size: 0.36rem;
    height: auto;
  }
  .modal-cookie .modal-aside .btn {
    width: 3rem;
    height: 0.8rem;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    -webkit-align-items: center;
            align-items: center;
  }
  body.sosohover .header .soso-wrap .soso_more a svg circle, body.sosohover .header .soso-wrap .soso_more a svg path {
    stroke: #034B9F;
    color: #034B9F;
  }
  .newsdel-editor {
    padding: 0.8rem 0 0.5rem;
  }
  .header-person a > em {
    font-size: 0.24rem;
    line-height: 0.24rem;
    color: #18212C;
    font-weight: 400;
    font-style: normal;
    margin-left: 0.05rem;
    opacity: 0;
  }
  .header-person a > em.show {
    opacity: 1;
  }
  .app_memulv2 > span {
    width: 30% !important;
  }
  .modal-close.cur {
    background: rgba(0, 0, 0, 0.1);
  }
  .p-idea .header {
    position: absolute !important;
  }
  .public-fyq-wrap .swiper-pagination-horizontal.swiper-pagination-bullets span {
    width: 0.56rem;
    height: 0.08rem;
  }
  .foot-topbox-right .public-button a {
    margin-right: 0;
  }
  .modal-cookie .modal-content {
    padding: 0.48rem 0 0.78rem;
  }
  .modal-cookie .modal-title {
    font-size: 0.32rem;
  }
  .modal-cookie .modal-doc {
    font-size: 0.24rem;
  }
  .modal-cookie .modal-aside {
    margin: 0.48rem 0 0;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .modal-cookie .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
  }
  .modal-cookie-setting .modal-content {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 0.32rem;
    border-top-right-radius: 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.4rem 0.2rem 2.34rem;
  }
  .modal-cookie-setting .modal-header {
    padding: 0.48rem 0.48rem 0;
    height: 1.4rem;
  }
  .modal-cookie-setting .modal-close {
    padding: 0.64rem 0.48rem;
  }
  .modal-cookie-setting .modal-close .bi {
    width: 0.36rem;
    height: 0.36rem;
  }
  .modal-cookie-setting .modal-title {
    font-size: 0.48rem;
  }
  .modal-cookie-setting .modal-body {
    font-size: 0.32rem;
    padding: 0 0.28rem;
  }
  .modal-cookie-setting .modal-footer {
    height: 2.36rem;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 32.8vw;
  }
  .ckset-introd {
    font-size: 0.28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }
  .ckset-checkbox-section {
    margin: 0.48rem 0;
  }
  .ckset-checkbox-title {
    font-size: 0.32rem;
  }
  .ckset-checkbox-doc {
    font-size: 0.28rem;
    line-height: 1.5em;
    margin-top: 0.3rem;
    padding: 0;
  }
  .ckset-checkbox_sublist {
    padding-left: 0.24rem;
  }
  .ckset-checkbox_subitem {
    margin-top: 0.4rem;
  }
}
.app_memulv3 a:hover, .app_memulv4_item a:hover, .app_memulv3_item a:hover, .app_memulv2 a:hover {
  color: #034B9F;
}

.bm-introduc {
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  margin-top: 2.4em;
}

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

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

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

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

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

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

/* 辅助栏目-搜索结果页 */
.menu-tag-wrap {
  padding: 3em 0 0 0;
}

.menu-tag-swiper {
  border-bottom: 1px solid #D1D2D4;
}
.menu-tag-swiper .inner-slide {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
}
.menu-tag-swiper .swiper-slide {
  width: auto;
  margin-right: 2em;
  padding: 0 0 0.75em 0;
  position: relative;
}
.menu-tag-swiper .swiper-slide::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: #0075CC;
  opacity: 0;
}
.menu-tag-swiper .swiper-slide span {
  font-size: 1em;
  line-height: 1em;
  color: #444;
}
.menu-tag-swiper .swiper-slide.current::after {
  opacity: 1;
}
.menu-tag-swiper .swiper-slide.current span {
  color: #03234B;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .menu-tag-wrap {
    padding: 1rem 0 0 0;
  }
  .menu-tag-swiper {
    border-bottom: 0.015rem solid #D9D9D9;
  }
  .menu-tag-swiper .swiper-slide {
    padding-bottom: 0.36rem;
  }
  .menu-tag-swiper .swiper-slide::after {
    height: 0.03rem;
  }
  .menu-tag-swiper .swiper-slide span {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
}
.search-result-wrap {
  padding: 6em 0 6em 0;
}

.search-result-num {
  display: -webkit-flex;
  display: flex;
  padding: 0.75em 0 0 0;
}
.search-result-num span {
  font-size: 0.8em;
  line-height: 1.125em;
  color: #444;
  font-weight: 400;
}

.search-result-list {
  padding: 0.6em 0 0 0;
}
.search-result-list .inner-item {
  padding: 1.4em 0 1.35em;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  cursor: pointer;
}
.search-result-list .item-title {
  font-size: 1.1em;
  line-height: 1.5454545455em;
  color: #03234B;
  font-weight: 700;
}
.search-result-list .item-title .highlight {
  color: #0075CC;
}
.search-result-list .item-desc {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #444;
  font-weight: 500;
  margin-top: 0.3rem;
}

@media (max-width: 991.98px) {
  .search-result-list {
    padding: 0.2rem 0 0 0;
  }
  .search-result-list .item-title {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
  .search-result-list .item-desc {
    font-size: 0.28rem;
    line-height: 0.42rem;
    margin-top: 0.2rem;
    max-height: 0.84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search-result-list .inner-item {
    padding: 0.6rem 0 0.6rem;
  }
  .search-result-num {
    padding: 0.3rem 0 0 0;
  }
  .search-result-num span {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .search-result-wrap {
    padding: 1rem 0 1.4rem;
  }
}
/* 辅助栏目-隐私政策 */
.p-privacy {
  min-height: 100vh;
}
.p-privacy .temp-mainbox {
  padding: 4rem 0 5rem;
}

.privacy-editor .rocket-content__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.privacy-editor .rocket-block-text,
.privacy-editor .rocket-classical-text {
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #444;
}
.privacy-editor .rocket-block-text h1, .privacy-editor .rocket-block-text h2, .privacy-editor .rocket-block-text h3, .privacy-editor .rocket-block-text h4, .privacy-editor .rocket-block-text h5, .privacy-editor .rocket-block-text h6,
.privacy-editor .rocket-classical-text h1,
.privacy-editor .rocket-classical-text h2,
.privacy-editor .rocket-classical-text h3,
.privacy-editor .rocket-classical-text h4,
.privacy-editor .rocket-classical-text h5,
.privacy-editor .rocket-classical-text h6 {
  margin: 1.75rem 0 0.75rem;
  font-weight: bold;
}

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

@media screen and (max-width: 991.98px) {
  .p-privacy .temp-mainbox {
    padding: 1rem 0 1.4rem;
  }
  .privacy-title {
    font-size: 0.52rem;
    line-height: 0.65rem;
    margin-bottom: 0.7rem;
  }
  .privacy-editor .rocket-block-text,
  .privacy-editor .rocket-classical-text {
    font-size: 0.32rem;
    line-height: 0.54rem;
    color: #444;
  }
  .privacy-editor .rocket-block-text h1, .privacy-editor .rocket-block-text h2, .privacy-editor .rocket-block-text h3, .privacy-editor .rocket-block-text h4, .privacy-editor .rocket-block-text h5, .privacy-editor .rocket-block-text h6,
  .privacy-editor .rocket-classical-text h1,
  .privacy-editor .rocket-classical-text h2,
  .privacy-editor .rocket-classical-text h3,
  .privacy-editor .rocket-classical-text h4,
  .privacy-editor .rocket-classical-text h5,
  .privacy-editor .rocket-classical-text h6 {
    margin: 0.83rem 0 0.23rem;
    font-weight: bold;
  }
}