@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: #222;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "PingFang SC", "Microsoft Yahei", "SourceHanSansSC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
body.sys-mac {
  font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "PingFang SC", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
@media (min-width: 992px) {
  ::-webkit-scrollbar {
    width: 15px;
    height: 6px;
  }

  ::-webkit-scrollbar-track-piece {
    background-color: #EEE;
  }

  ::-webkit-scrollbar-thumb:vertical {
    width: 8px;
    background-color: #DDD;
    -webkit-border-radius: 8px;
  }

  ::-webkit-scrollbar-thumb:horizontal {
    height: 6px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
@media (max-width: 991.98px) {
  ::-webkit-scrollbar {
    height: 3px;
  }

  ::-webkit-scrollbar-thumb:horizontal {
    height: 3px;
    background-color: #EEE;
    -webkit-border-radius: 8px;
  }
}
/****** 
 * 公共宽度设置
 *****/
.lg-inner {
  width: 87vw;
  max-width: 1660px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.lg-inner::before, .lg-inner::after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 80vw;
  max-width: 1460px;
  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.5rem !important;
    margin: 0 auto;
  }
}
/****** 
 * 标签&样式初始化
 *****/
/* lenis */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* 公共设置 */
sub, sup {
  margin: 0 3px;
  font-size: 30%;
}

sup {
  top: -1em;
}

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;
  -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;
}

.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: 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.52rem;
    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.3rem 1.5rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1070;
}
.modal-close .bi, .modal-close img {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  color: #E6E6E6;
}
.modal-close .bi {
  background: url("/img-common-modal/close.svg.jpg") no-repeat center center;
  background-size: contain;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .modal-close:hover .bi {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    padding: .4rem 0.5rem;
  }
  .modal-close .bi, .modal-close img {
    width: .42rem;
    height: .42rem;
  }
}
/**** 公共-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.jpg") 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: .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.jpg") 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.jpg");
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  background-image: url("/img-static-video/play.svg.jpg");
}

.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.jpg") 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;
  }
}
/**** 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(50px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
  }
  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);
  }
}
.fadeInUp2 {
  opacity: 0;
  visibility: hidden;
  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;
}

/* 公共按钮样式 */
@keyframes btnAnt {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: none;
  }
}
@-webkit-keyframes btnAnt {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: none;
  }
}
.btnbox {
  width: 100%;
  display: flex;
}

.xipm-btn {
  width: 8rem;
  height: 2.4rem;
  display: block;
  position: relative;
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  cursor: pointer;
  border: solid 1px;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.xipm-btn .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  flex: none;
  position: relative;
  background-color: currentColor;
}
.xipm-btn .bi-learn {
  -webkit-mask: url("/img-common-more/black.svg.jpg") no-repeat center/contain;
  mask: url("/img-common-more/black.svg.jpg") no-repeat center/contain;
}
.xipm-btn > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  position: relative;
  transition: none;
  -webkit-transition: none;
}

.xipm-btn-fill-red {
  border-color: var(--mt-global-color-red);
  background-color: var(--mt-global-color-red);
  color: #fff;
}

.xipm-btn-fill-black {
  border-color: var(--mt-global-color-black);
  background-color: var(--mt-global-color-black);
  color: #fff;
}

.xipm-btn-black {
  border-color: var(--mt-global-color-black);
  background-color: transparent;
  color: var(--mt-global-color-black);
}

.xipm-more {
  display: flex;
  position: relative;
  font-size: .8rem;
  line-height: 1.5em;
  color: var(--mt-global-color-black);
  font-weight: bold;
}
.xipm-more > * {
  display: flex;
  align-items: center;
  position: relative;
}
.xipm-more .bi {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("/img-common-more/black.svg.jpg") no-repeat center/contain;
  mask: url("/img-common-more/black.svg.jpg") no-repeat center/contain;
}

.xipm-download {
  display: flex;
  position: relative;
  font-size: .8rem;
  line-height: 2em;
  color: var(--mt-global-color-red);
  font-weight: bold;
}
.xipm-download > * {
  display: flex;
  align-items: center;
  position: relative;
}
.xipm-download .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("/img-common-download/black.svg.jpg") no-repeat center/contain;
  mask: url("/img-common-download/black.svg.jpg") no-repeat center/contain;
  margin: 0 5px 0 0;
}

@media (min-width: 992px) {
  .xipm-btn:hover {
    border-color: var(--mt-global-color-red-hover);
    background-color: var(--mt-global-color-red-hover);
    color: #fff;
  }

  .xipm-more:hover {
    color: var(--mt-global-color-red);
  }
}
@media (max-width: 991.98px) {
  .xipm-btn {
    width: 2.7rem;
    height: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .xipm-btn .bi {
    width: 0.32rem;
    height: 0.32rem;
  }
  .xipm-btn .bi-learn {
    margin: 0 0 0 3px;
  }

  .xipm-more {
    font-size: 0.28rem;
    line-height: 0.3rem;
  }
  .xipm-more .bi {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0 0 3px;
  }

  .xipm-download {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .xipm-download .bi {
    width: 0.25rem;
    height: 0.25rem;
    margin: 0 0.12rem 0 0;
  }
}
/* 自定义下拉框 */
.byted-select-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}

.byted-select-wrapper.is-open {
  z-index: 50;
}

.byted-select-wrapper.is-open .byted-select-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.byted-select {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.byted-select-input {
  cursor: pointer;
  display: flex;
  font-size: .8rem;
  line-height: 1em;
  color: #0052b7;
  width: 100%;
  height: calc(2.4rem + 2px);
  align-items: center;
  border-radius: 2.5rem;
  padding: 0 3rem 0 1.5rem;
  font-weight: bold;
  border: solid 1px #0052b7;
}

.byted-select-arrow {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #5189ce;
}

.byted-select-arrow .bi {
  width: 12px;
  height: 12px;
  display: block;
}

.byted-popover-wrapper {
  min-width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  background: #fff;
  border: solid 1px #0052b7;
  border-radius: 10px;
  z-index: 20;
  padding: 0.5rem;
}

.byted-option-list {
  font-size: .8rem;
  line-height: 1.5em;
  color: #363636;
  white-space: nowrap;
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(12em + 3rem);
}

.byted-option-list::-webkit-scrollbar {
  width: 2px;
}

.byted-option-list::-webkit-scrollbar-track {
  background: none;
}

.byted-option-list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}

.byted-option-list li {
  padding: 0.3rem 0;
  cursor: pointer;
}

.byted-option-list li.current, .byted-option-list li.active {
  font-weight: bold;
  color: #0052b7;
}

.byted-option-list a {
  display: block;
  padding: 0 1rem;
}

@media screen and (min-width: 992px) {
  .byted-select:hover .form-control {
    border-color: #fe2c55;
  }

  .byted-option-list li:hover, .byted-checkbox-list li:hover {
    color: #0052b7;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-select-arrow {
    right: .28rem;
  }

  .byted-select-arrow .bi {
    width: .3rem;
    height: .3rem;
  }

  .byted-select-clear {
    right: .28rem;
  }

  .byted-select-clear .bi {
    width: .3rem;
    height: .3rem;
  }

  .byted-popover-wrapper {
    border-radius: .32rem;
    top: calc(100% + 0.24rem);
    padding: 0.1rem;
  }

  .byted-option-list {
    font-size: .28rem;
    line-height: 0.48rem;
  }

  .byted-option-list li {
    padding: 0.1rem 0;
  }

  .byted-option-list a {
    padding: 0 0.3rem;
  }

  .byted-checkbox-list {
    font-size: .24rem;
    line-height: 0.3rem;
  }

  .byted-checkbox-label {
    padding: 0.28rem 0.28rem 0.28rem 0.3rem;
  }

  .byted-check-ico {
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 0 0 0.16rem;
  }

  .byted-checkbox-select-wrapper .byted-popover-wrapper {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
/*** loading ***/
.modal-forms-loading {
  width: 100%;
  height: 100%;
  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-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;
  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-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);
    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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #101010;
}
.header .inner {
  display: flex;
  justify-content: space-between;
}
.header .header-l {
  display: flex;
  gap: 0 4.7em;
  padding: 1.3em 0 0 0;
}

.header-web-menu {
  display: flex;
  padding: 0.5em 0 0 0;
  gap: 0 1.4em;
}
.header-web-menu .list-item.active .header-lv1-wrap span {
  color: #E00E1E;
}
.header-web-menu .list-item.active .header-lv1-wrap i {
  background-color: #E00E1E;
}

.header-lv1-wrap span {
  font-size: 1em;
  line-height: 1.2em;
  color: #fff;
  font-weight: 400;
  display: flex;
}
.header-lv1-wrap i {
  mask: url(/img-common-menu/more01.svg.jpg) no-repeat center/contain;
  -webkit-mask: url(/img-common-menu/more01.svg.jpg) no-repeat center/contain;
  background-color: #fff;
  width: 0.65em;
  height: 0.4em;
}
.header-lv1-wrap a {
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0 0.4em;
}

.header-r {
  display: flex;
  gap: 0 1.35em;
  align-items: center;
}

.header-lv1-more {
  display: none;
  position: fixed;
  top: 5em;
  left: 0;
  width: 100%;
  background: #222;
  max-height: calc(100vh - 8em);
  overflow: hidden;
  overflow-y: auto;
}
.header-lv1-more::-webkit-scrollbar {
  width: 0px;
}
.header-lv1-more::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: #358D06;
  border-radius: 0px;
}
.header-lv1-more::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 0px;
}
.header-lv1-more::-webkit-scrollbar-track-piece {
  background-color: #eee;
}

.header-search {
  position: relative;
  padding: 0 0.5em 0 0;
}
.header-search .open-search {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.header-search .open-search img {
  height: 1.1em;
  width: 1.1em;
}
.header-search .open-search .icon {
  mask: url(/img-common-search.svg.jpg) no-repeat center/contain;
  -webkit-mask: url(/img-common-search.svg.jpg) no-repeat center/contain;
  background-color: #fff;
  height: 1.1em;
  width: 1.1em;
  display: block;
}

.header-search-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.header-search-more.noover {
  overflow: initial;
}
.header-search-more input {
  height: 2.3rem;
  padding: 0 1.1rem;
  font-size: 1em;
  line-height: 1.2em;
  width: 100%;
}
.header-search-more input::placeholder {
  color: rgba(34, 34, 34, 0.5);
}

.inner-more-menu {
  display: flex;
}

.inner-more-menu-l {
  width: 28.1325301205%;
  padding: 2em 0;
}

.header-menulv2-item {
  margin-bottom: 1em;
}
.header-menulv2-item:last-child {
  margin-bottom: 0;
}
.header-menulv2-item .header-has-menulv3 {
  display: none;
}
.header-menulv2-item.show .header-menulv2-a span {
  font-weight: 700;
  color: #E00E1E;
}
.header-menulv2-item.show .header-menulv2-a i {
  background-color: #E00E1E;
}

.header-lv2-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-menulv2-a a {
  display: flex;
  align-items: center;
  gap: 0 6.4em;
  padding-right: 0.75em;
}
.header-menulv2-a span {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 400;
}
.header-menulv2-a i {
  mask: url(/img-common-header/arrow/right.svg.jpg) no-repeat center/contain;
  -webkit-mask: url(/img-common-header/arrow/right.svg.jpg) no-repeat center/contain;
  background-color: #fff;
  width: 0.35em;
  height: 0.65em;
}

.inner-more-menu-r {
  flex: 1;
  background: #2C2C2C;
  position: relative;
  min-height: 60.9782608696vh;
  padding: 2em 1.5em 2em 1.5em;
}
.inner-more-menu-r::after {
  position: absolute;
  content: '';
  left: 100%;
  width: 50vw;
  background: #2C2C2C;
  height: 100%;
  top: 0;
}
.inner-more-menu-r .header-menulv3-title {
  font-size: 0.9em;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 400;
}
.inner-more-menu-r .header-menulv3-desc {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-top: 0.5rem;
}

.header-menulv3-item {
  margin-bottom: 1.6em;
}
.header-menulv3-item:last-child {
  margin-bottom: 0;
}

.header-logo a {
  display: flex;
}
.header-logo img {
  height: 2.5em;
}

.head-place {
  height: 5em;
}

body.header-transparent .header {
  background: transparent;
}
body.header-transparent .head-place {
  height: 0;
}
body.header-transparent .rocket-widget__crumb {
  top: 9.4791666667vw;
}

body.open-search-cls .header-search-more {
  width: 41.3020833333vw;
}
body.open-search-cls .header {
  background: #101010;
}
body.open-search-cls .header-search .open-search {
  right: 0.5em;
}
body.open-search-cls .header-search .open-search .icon {
  background-color: #222;
}

body.overfrist .header {
  background: #101010;
}

.icon-map {
  -webkit-mask: url(/img-common-lang.svg.jpg) no-repeat center/contain;
  mask: url(/img-common-lang.svg.jpg) no-repeat center/contain;
  background-color: #fff;
  width: 1.15rem;
  height: 1.15rem;
  transition: all 0s;
  display: block;
}

.header-lang-change {
  display: flex;
  padding-right: 1.2rem;
  position: relative;
}
.header-lang-change::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5px;
  height: 1.2rem;
  background: #474747;
}

.header-lang {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.header-lang .text {
  font-size: erf(18);
  line-height: 1.2rem;
  color: #fff;
}

@media (min-width: 992px) {
  .header-lang-change .header-lang:hover .icon-map {
    background: #E00E1E;
  }
  .header-lang-change .header-lang:hover .text {
    color: #E00E1E;
  }

  body.header-transparent .header:hover {
    background: #101010;
  }

  .header-menulv3-item a:hover .header-menulv3-title {
    color: #E00E1E;
  }

  .header-menulv2-a a:hover span {
    color: #E00E1E;
  }
}
.fm-custom-select .fm-custom-dropdown {
  top: calc(100% + 7px);
  border: 0;
}

@media (max-width: 991.98px) {
  .icon-map {
    width: 0.46rem;
    height: 0.46rem;
  }

  .header-lang .text {
    font-size: 0.4rem;
    line-height: 0.48rem;
  }

  .header-lang-change {
    padding-right: 0.5rem;
    margin-right: 0.24rem;
  }
  .header-lang-change::after {
    height: 0.48rem;
  }

  body.header-transparent .rocket-widget__crumb {
    top: 2.72rem;
  }

  body.open-app-menu .header {
    background: #101010;
  }

  body.open-search-cls .header-search .open-search {
    right: 0.1rem;
  }
  body.open-search-cls .header-search .open-search .icon {
    width: 0.41rem;
    height: 0.41rem;
  }

  .header-search-input {
    position: relative;
  }

  .close-header-search {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .close-header-search i {
    mask: url(/img-common-close/menu/arrow.svg.jpg) no-repeat center/contain;
    -webkit-mask: url(/img-common-close/menu/arrow.svg.jpg) no-repeat center/contain;
    background-color: #222;
    width: 0.18rem;
    height: 0.3rem;
  }

  body.open-app-menu .header-app-menu .openmenu i {
    mask: url(/img-common-close/menu.svg.jpg) no-repeat center/contain;
    -webkit-mask: url(/img-common-close/menu.svg.jpg) no-repeat center/contain;
  }

  body.open-search-cls .header-search-more {
    width: 5.8rem;
  }

  .header-search-more input {
    height: 0.84rem;
    padding: 0 0.2rem 0 0.8rem;
  }

  .header {
    height: 1.42rem;
  }
  .header .inner {
    height: 100%;
    align-items: center;
  }
  .header .header-l {
    padding: 0;
  }
  .header .header-r {
    float: right;
    height: 100%;
    gap: 0 0;
    margin-right: -0.25rem;
  }

  .header-logo img {
    height: 0.66rem;
  }

  .head-place {
    height: 1.42rem;
  }

  .header-search {
    padding: 0;
    height: 100%;
  }
  .header-search .open-search {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
  }
  .header-search .open-search .icon {
    width: 0.41rem;
    height: 0.41rem;
  }

  .header-app-menu {
    height: 100%;
  }
  .header-app-menu .openmenu {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
  }
  .header-app-menu .openmenu i {
    width: 0.47rem;
    height: 0.47rem;
    mask: url(/img-common-app/menu.svg.jpg) no-repeat center/contain;
    -webkit-mask: url(/img-common-app/menu.svg.jpg) no-repeat center/contain;
    background-color: #fff;
  }

  .modal-navbox {
    top: 1.42rem !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    height: auto;
  }
  .modal-navbox .modal-dialog {
    height: 100%;
  }
  .modal-navbox .modal-content {
    height: 100%;
    overflow-y: scroll;
    background: #222;
    padding: 0rem 0.5rem 1.28rem 0.5rem;
  }
  .modal-navbox .modal-content::-webkit-scrollbar {
    width: 0px;
  }
  .modal-navbox .modal-content::-webkit-scrollbar-thumb {
    width: 0px;
    background-color: #358D06;
    border-radius: 0px;
  }
  .modal-navbox .modal-content::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 0px;
  }
  .modal-navbox .modal-content::-webkit-scrollbar-track-piece {
    background-color: #eee;
  }

  .app_memulv1_item {
    border-bottom: 0.015rem solid rgba(255, 255, 255, 0.2);
  }
  .app_memulv1_item .app_memulv1 {
    position: relative;
  }
  .app_memulv1_item .app_memulv1::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.015rem;
    width: 100%;
    height: 0.015rem;
    background: rgba(255, 255, 255, 0.2);
  }
  .app_memulv1_item.cur .app_memulv1 svg {
    transform: rotate(-180deg);
  }
  .app_memulv1_item.cur .app_memulv1 svg path {
    stroke: #E00E1E;
  }

  .app_memulv1 {
    padding: 0.34rem 0;
    color: #fff;
    position: relative;
  }
  .app_memulv1 a {
    font-size: 0.34rem;
    line-height: 0.56rem;
  }
  .app_memulv1 span {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
  }
  .app_memulv1 svg {
    width: 0.3rem;
    height: 0.18rem;
    transition: all 0.3s;
  }

  .app_memulv2 {
    color: #fff;
    display: flex;
  }
  .app_memulv2 a {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }

  .app_memulv3 {
    color: #fff;
    display: flex;
  }
  .app_memulv3 a {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }

  .app_memulv3_item {
    margin-bottom: 0.25rem;
  }
  .app_memulv3_item:last-child {
    margin-bottom: 0;
  }
  .app_memulv3_item.current .app_memulv3 {
    color: #E00E1E;
  }

  .app_memulv2_more {
    padding-left: 0.44rem;
    padding-top: 0.3rem;
  }

  .app_memulv2_item {
    margin-bottom: 0.45rem;
  }
  .app_memulv2_item:last-child {
    margin-bottom: 0;
  }
  .app_memulv2_item.current .app_memulv2 {
    color: #E00E1E;
  }

  .whitepaper-download {
    margin-top: 0.8rem;
  }
  .whitepaper-download .public-button > * {
    height: 0.84rem;
    min-width: 100%;
    padding: 0;
    background: #E00E1E;
    gap: 0 0.08rem;
  }
  .whitepaper-download .public-button span {
    font-size: 0.32rem;
    line-height: 0.84rem;
  }
  .whitepaper-download .public-button i {
    width: 0.36rem;
    height: 0.36rem;
    position: relative;
    top: 0.02rem;
  }

  .app_memulv1_more {
    padding: 0.45rem 0 0.45rem;
    display: none;
  }
}
/****** 
 * 导航
 *****/
.fixed-aside-box {
  position: fixed;
  right: 5px;
  z-index: 300;
  bottom: 10%;
}
.fixed-aside-box .showQRCode {
  position: absolute;
  right: calc(100% + 1.4rem);
  bottom: -0.8rem;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(30px);
  pointer-events: none;
}
.fixed-aside-box .showQRCode img {
  width: min(8.3333333333vw, 160px);
  height: min(9.5833333333vw, 184px);
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.fixed-aside-box .fixed-aside-list .inner-item {
  display: block;
  will-change: transform;
  position: relative;
}
.fixed-aside-box .fixed-aside-list .imgwrap {
  display: flex;
  justify-content: center;
}
.fixed-aside-box .fixed-aside-list .imgwrap img {
  width: 1.6em;
  height: 1.6em;
  object-fit: contain;
}
.fixed-aside-box .fixed-aside-list .desc {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.fixed-aside-box .list-item {
  margin-bottom: 4.7368421053vh;
  position: relative;
}
.fixed-aside-box .list-item::after {
  position: absolute;
  content: '';
  background: url(/img-common-xieqie.svg.jpg) no-repeat;
  background-size: contain;
  width: 1.6em;
  height: 0.4em;
  top: calc(100% + 2.168vh);
}
.fixed-aside-box .list-item:last-child {
  margin-bottom: 0;
}
.fixed-aside-box .list-item:last-child::after {
  opacity: 0;
}
.fixed-aside-box .top {
  background: #222;
  border-radius: 3px;
  padding: 0.75em 0.8em 1.6em;
  position: relative;
}
.fixed-aside-box .top::after {
  position: absolute;
  content: '';
  background: url(/img-common-aslide/top.svg.jpg) no-repeat;
  background-size: cover;
  bottom: calc(100% - 0.1rem);
  left: 0;
  width: 100%;
  height: 0.75em;
  z-index: -1;
}
.fixed-aside-box .bottom {
  margin-top: -0.7em;
  position: relative;
}
.fixed-aside-box .bottom::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: -0.35em;
  transform: skewY(-11deg);
  height: 3.8em;
  z-index: -1;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.13);
}
.fixed-aside-box .bottom .inner-item {
  display: flex;
  width: 100%;
  background: url(/img-common-aslide/bottom.svg.jpg) no-repeat;
  background-size: 3.25rem auto;
  height: 3.8em;
  justify-content: center;
  align-items: center;
}
.fixed-aside-box .bottom .inner-item img {
  width: 1.25em;
  height: 0.7em;
}

.fixed-aside-box .top .inner-item.active .showQRCode {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .fixed-aside-list {
    width: 3.2rem;
  }

  .fixed-aside-box .bottom .inner-item:hover {
    background: url(/img-common-aslide/bottom_hover.svg.jpg) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 991.98px) {
  .modal-qrcode-box {
    background: rgba(0, 0, 0, 0.8);
  }
  .modal-qrcode-box .modal-dialog {
    height: 100%;
    pointer-events: none !important;
  }
  .modal-qrcode-box .modal-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
  }
  .modal-qrcode-box .modal-box {
    width: 3.2rem;
    height: 3.68rem;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
  }
  .modal-qrcode-box .modal-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .fixed-aside-box {
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
  }
  .fixed-aside-box .fixed-aside-list .desc {
    font-size: 0.26rem;
    line-height: 0.26rem;
    display: flex;
    justify-content: center;
  }
  .fixed-aside-box .fixed-aside-list .desc br {
    display: none;
  }
  .fixed-aside-box .fixed-aside-list .imgwrap {
    margin-bottom: 0.05rem;
  }
  .fixed-aside-box .fixed-aside-list .imgwrap img {
    width: 0.56rem;
    height: 0.56rem;
  }
  .fixed-aside-box .list-item {
    margin-bottom: 0;
  }
  .fixed-aside-box .list-item::after {
    opacity: 0;
  }
  .fixed-aside-box .top {
    padding: 0.13rem 0 0.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    margin: 0 0rem;
    grid-row-gap: 0rem;
  }
  .fixed-aside-box .top > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0rem 0rem;
  }
  .fixed-aside-box .top::after {
    opacity: 0;
  }
  .fixed-aside-box .bottom {
    display: none;
  }
}
/* main-box */
.main-box {
  min-height: calc(100vh - 5em);
  position: relative;
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: calc(50vh - 1.42rem);
  }
}
/* footer */
.footer {
  width: 100%;
  position: relative;
  background: url(/img-common-foot/bg.webp.jpg) no-repeat;
  background-size: cover;
  padding: 4.9em 0 0;
  z-index: 20;
}

.foot-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #626262;
  padding: 0 0 2.95em 0;
}

.foot-logo {
  display: flex;
}
.foot-logo img {
  height: 2.85em;
}

.foot-top-l {
  display: flex;
  gap: 0 6.25em;
  padding-top: 1.15em;
}

.slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.slogan .button-text {
  display: flex;
  padding: 0em 0.7em;
  background: #E00E1E;
}
.slogan .button-text span {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  font-weight: 700;
  color: #fff;
}
.slogan::after {
  position: absolute;
  content: '';
  width: 0.5em;
  height: 7.65em;
  background: #E00E1E;
  top: -2.25em;
  left: -2.75em;
  transform: skewX(-18deg);
}
.slogan .desc {
  font-size: 1.1em;
  line-height: 1.7272727273em;
  font-weight: 700;
  color: #fff;
}

.follow-us .title {
  font-size: 1em;
  line-height: 2.5em;
  color: #fff;
  font-weight: 700;
  padding-left: 0.95rem;
  position: relative;
  margin-bottom: 0.65rem;
}
.follow-us .title::after {
  position: absolute;
  content: '';
  width: 0.25rem;
  height: 0.9rem;
  background: #E00E1E;
  top: 50%;
  left: 0.35rem;
  transform: translateY(-50%) skewX(-20deg);
}

.foot-bottom {
  display: flex;
  justify-content: space-between;
  padding: 3.3em 0 3.05em;
}

.foot-copy {
  font-size: 0.8em;
  line-height: 1.25em;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.foot-copy .en {
  margin-right: 3px;
  position: relative;
}

.foot-icp {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #fff;
  font-weight: 400;
}

.foot-copy-icp {
  display: flex;
  gap: 0 0.65em;
  margin-bottom: 0.45em;
}

.friendship-links {
  display: flex;
  gap: 0 2.2em;
}
.friendship-links .inner-item {
  display: flex;
  align-items: center;
  gap: 0 0.45em;
}
.friendship-links .imgwrap {
  display: flex;
}
.friendship-links .imgwrap img {
  height: 1.1em;
}
.friendship-links .names {
  font-size: 0.9em;
  line-height: 1.2222222222em;
  color: #fff;
  font-weight: 700;
}

.foot-share {
  display: flex;
  gap: 0 1rem;
}
.foot-share .list-item {
  display: flex;
  position: relative;
}
.foot-share a {
  opacity: 1;
}
.foot-share img {
  width: 2.2em;
  height: 2.2em;
  object-fit: contain;
}
.foot-share .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  padding: 20px 0 0;
  z-index: 21;
}
.foot-share .dropdown::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-color: #fff;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
}
.foot-share .dropdown .box {
  padding: 0.4rem;
  border-radius: 0.2rem;
  background: #fff;
  position: relative;
}
.foot-share .dropdown img {
  width: 5rem;
  height: 5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.foot-share .dropdown .text {
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
  padding-top: 0.3rem;
  color: #222;
}

@media screen and (min-width: 992px) {
  .foot-share .list-item:hover a {
    opacity: 0.5;
  }
  .foot-share .list-item:hover .dropdown {
    display: block;
  }
}
@media screen and (max-width: 991.98px) {
  .foot-share .dropdown img {
    width: 2rem;
    height: 2rem;
  }
  .foot-share .dropdown .box {
    padding: 0.2rem;
  }
  .foot-share .dropdown .text {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-top: 0.1rem;
  }
}
.foot-support {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.25em;
  color: white;
  font-weight: 400;
}

.foot-jszc_swip {
  height: 1.25em;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991.98px) {
  .foot-support {
    display: flex;
    align-items: center;
    font-size: 0.26rem;
    line-height: 0.28rem;
    color: #fff;
    font-weight: 400;
    justify-content: center;
  }
  .foot-support .title {
    display: none;
  }
  .foot-support .swiper-slide {
    text-align: center;
  }

  .foot-jszc_swip {
    height: 0.28rem;
  }
}
@media (min-width: 992px) {
  .foot-share a:hover, .foot-icp a:hover, .friendship-links .inner-item:hover, .foot-support a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 991.98px) {
  .footer {
    background: url(/img-common-foot/bg/mob.webp.jpg) no-repeat;
    background-size: cover;
    padding: 1.35rem 0 1.2rem 0;
  }

  .foot-top {
    border-bottom: 0.015rem solid #626262;
    padding: 0 0 1.2rem 0;
    flex-direction: column;
    justify-content: center;
  }

  .slogan::after {
    height: 1.53rem;
    width: 0.1rem;
    top: -0.36rem;
    transform: skewX(-17deg);
    left: -0.48rem;
  }
  .slogan .button-text {
    padding: 0em 0.17rem;
  }
  .slogan .button-text span {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .slogan .desc {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }

  .foot-logo img {
    height: 0.81rem;
  }

  .foot-top-l {
    gap: 0 1.16rem;
    padding-top: 0;
    justify-content: center;
  }

  .foot-top-r {
    padding: 1.33rem 0 0 0;
  }

  .follow-us {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .follow-us .title {
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-bottom: 0.3rem;
    padding-left: 0.3rem;
  }
  .follow-us .title::after {
    width: 0.07rem;
    height: 0.29rem;
    transform: translateY(-50%) skewX(-20deg);
    left: 0.03rem;
  }

  .foot-share {
    gap: 0 0.44rem;
  }
  .foot-share img {
    width: 0.76rem;
    height: 0.76rem;
  }

  .foot-bottom {
    padding: 0.59rem 0 0.75rem;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 1.1rem 0;
  }

  .foot-copy-icp {
    flex-direction: column;
    align-items: center;
    gap: 0.2rem 0;
    margin-bottom: 0.2rem;
  }

  .foot-copy, .foot-icp {
    font-size: 0.24rem;
    line-height: 0.26rem;
    display: block;
  }

  .friendship-links {
    padding-right: 0rem;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    margin: 0 -0.44rem;
    grid-row-gap: 0.39rem;
  }
  .friendship-links > * {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0rem 0.44rem;
  }
  .friendship-links .names {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  .friendship-links .imgwrap img {
    height: 0.32rem;
  }
}
/* cookie 样式 */
/* modal-cookie */
.btn.btn-white {
  background: #fff;
  color: #E00E1E;
  border: none;
}

.modal-cookie .btn {
  min-width: 6.4rem;
  margin-left: .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 {
  flex: 1;
}

.modal-cookie .modal-aside {
  flex: none;
  margin: 0 0 0 2.4rem;
  display: flex;
}

.modal-cookie .modal-aside a {
  width: 10rem;
  height: calc(2.4rem + 2px);
  border-radius: 4px;
  color: #fff;
}
.modal-cookie .modal-aside .btn {
  height: calc(2.4rem + 2px);
  border: 1px solid #fff;
}
.modal-cookie .modal-aside .btn::after {
  opacity: 0 !important;
}
.modal-cookie .modal-aside .btn-agree {
  background-color: #fff;
  border-color: #fff;
  color: #222;
}
.modal-cookie .modal-aside .btn-agree > * {
  color: inherit;
}

.modal-cookie .modal-title {
  font-size: .8rem;
  line-height: 1.8em;
  font-weight: 700;
  margin-bottom: 4px;
}

.modal-cookie .modal-doc {
  font-size: .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: .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;
  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: 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.jpg");
  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;
}

.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: #E00E1E;
  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: .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: #E00E1E;
}

.ckset-checkbox-checked .ckset-check-circle {
  left: calc(100% - 4px - 24px);
}

.ckset-checkbox-doc {
  width: 100%;
  font-size: .7rem;
  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-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.btn-white {
    border: 1px solid #AA000D;
  }

  .modal-cookie .btn:not(.btn-disabled):hover.btn-agree {
    border: 1px solid #AA000D;
    background-color: #AA000D;
    color: #fff;
  }

  .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-setting .modal-dialog {
    width: auto;
    right: 5px;
  }

  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img-static-close/black2.svg.jpg");
  }

  .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: flex;
    padding: 0;
    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: .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;
  }

  .modal-cookie .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
  }

  .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;
  }

  .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;
  }
}
.app_memulv3 a:hover, .app_memulv4_item a:hover, .app_memulv3_item a:hover, .app_memulv2 a:hover {
  color: #E00E1E;
}

.bm-introduc {
  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: flex;
  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;
}

/* 辅助栏目-搜索结果页 */
.result-topbox {
  width: 100%;
  background: url(/img-images-resul/bg.webp.jpg) no-repeat left bottom #fafafa;
  background-size: 100% auto;
  position: relative;
  padding: 6.75em 0 7.5em;
}
.result-topbox::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 15vw);
  background: #f1f1f1;
  pointer-events: none;
}
.result-topbox .rocket-title-xxl {
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.result-topbox .search-button {
  width: 8.7em;
  height: 3.2em;
  margin-left: 0em;
}
.result-topbox .search-button a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222222;
  border-radius: 0px;
  transition: all 0.3s;
}
.result-topbox .search-button span {
  color: #fff;
}
.result-topbox .title {
  font-size: 2.3em;
  line-height: 1em;
  color: #1C1917;
  font-weight: 400;
  font-family: "NotoSansMedium";
  margin-bottom: 0.652173913em;
}

.result-search-wrapper {
  width: 100%;
  position: relative;
}

.result-search-ico {
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  cursor: pointer;
  padding-right: 1rem;
}
.result-search-ico img {
  width: 1.4rem;
  height: 1.4rem;
}

.result-serach-input {
  width: 100%;
  height: 3.2rem;
  display: block;
  border-radius: 2px;
  background-color: #fff;
  border: none;
  padding: 0 3.25rem 0 1.4rem;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #222;
  border: 1px solid #E9E9E9;
}
.result-serach-input::placeholder {
  color: #222;
}

.result-search-wrapper-left {
  position: relative;
  flex: 1;
  border-radius: 0px;
  background-color: #fff;
}
.result-search-wrapper-left.is-show .result-serach-input {
  border: 1px solid #222;
}

.result-search-wrapper-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

@media screen and (min-width: 992px) {
  .result-topbox .search-button a:hover {
    cursor: pointer;
    background: #E00E1E;
  }
  .result-topbox .search-button a:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .result-search-ico {
    padding-right: 0.2rem;
  }
  .result-search-ico img {
    width: 0.44rem;
    height: 0.44rem;
  }

  .result-serach-input {
    height: 0.86rem;
    padding: 0 1.24rem 0 0.28rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    margin-bottom: 0rem;
  }

  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }

  .result-topbox {
    padding: 2.16rem 0 1.94rem;
    background: url(/img-images-reslut/bg/mob.webp.jpg) no-repeat left bottom #fafafa;
    background-size: 100% auto;
  }
  .result-topbox .rocket-title-xxl {
    font-size: 0.54rem;
    line-height: 0.68rem;
    margin-bottom: 0.36rem;
  }
  .result-topbox::after {
    height: calc(100% - 1.5rem);
  }
  .result-topbox .search-button {
    width: 100%;
    margin-left: 0;
  }
  .result-topbox .title {
    font-size: 0.56rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 992px) {
  .search-tabs .swiper-slide:not(.active):hover .inner-slide {
    border: 1px solid var(--mt-global-color-blue);
  }
  .search-tabs .swiper-slide:not(.active):hover span {
    color: var(--mt-global-color-blue);
  }

  .search-tabs .swiper-wrapper {
    display: flex;
    gap: 0 0.5em;
  }
}
@media screen and (max-width: 991.98px) {
  .search-tabs-wrap {
    margin: 0 -0.5rem;
    padding: 0 0.5rem;
    overflow: hidden;
    position: relative;
  }
  .search-tabs-wrap::after {
    position: absolute;
    content: "";
    width: 1.78rem;
    height: 0.6rem;
    background: linear-gradient(90deg, rgba(246, 248, 250, 0) 0%, #ffffff 38.46%);
    right: -0.5rem;
    top: 0;
    z-index: 9;
    opacity: 0;
  }
  .search-tabs-wrap.isend::after {
    opacity: 0;
  }

  .temp-mainbox {
    padding: 0.8rem 0 1.2rem 0;
  }

  .search-tabs .inner-slide {
    padding: 0.14rem 0.58rem;
    border-radius: 0.4rem;
  }
  .search-tabs .inner-slide span {
    font-size: 0.26rem;
    line-height: 0.32rem;
  }

  .search-tabs-wrap {
    opacity: 0;
  }
  .search-tabs-wrap.show {
    opacity: 1;
  }
}
.result-list {
  min-height: 9.8em;
}
.result-list .list-item {
  margin-bottom: 1rem;
}
.result-list .list-item:last-child {
  margin-bottom: 0;
}
.result-list .inner-item-l {
  display: flex;
  gap: 0 1.85rem;
  align-items: center;
}
.result-list .item-text {
  flex: 1;
}
.result-list .item-img {
  width: 5.1em;
  height: 5.1em;
}
.result-list .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.result-list .item-title {
  font-size: 1.3em;
  line-height: 1.3846153846em;
  color: #333;
  font-weight: 700;
}
.result-list .item-desc {
  font-size: 0.8em;
  line-height: 1.75em;
  color: #333;
  font-weight: 400;
  margin-top: 0.5rem;
}
.result-list .inner-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2.35em 3em 2.35em 2.1em;
  border: 1px solid #EDEDED;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  gap: 0 1em;
}
.result-list .public-button-wrap {
  display: flex;
  padding-top: 1.65em;
}
.result-list .public-button-wrap .public-button > * {
  min-width: 8em;
  border: 1px solid #222222;
  background: none;
  gap: 0 0.75rem;
}
.result-list .public-button-wrap .public-button span {
  color: #222;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: 700;
}
.result-list .public-button-wrap .public-button .icon {
  background-color: #222;
}
.result-list .is-application .inner-item-l {
  gap: 0 2.8125vw;
}
.result-list .is-application .item-img {
  width: 11.25rem;
  height: 6.8rem;
}
.result-list .is-application .item-img img {
  object-fit: cover;
}
.result-list .is-design {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem 1rem;
}
.result-list .is-design .item-l {
  width: 100%;
}
.result-list .is-design .to-load-file02 > * {
  display: flex;
  align-items: center;
  gap: 0 0.25rem;
}
.result-list .is-design .to-load-file02 .text {
  line-height: 1.6rem;
}
.result-list .is-design .item-desc {
  margin-top: 0;
  line-height: 0.8rem;
  margin-bottom: 0.7rem;
}
.result-list .is-design .item-title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.7rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2rem;
  margin-top: 0;
}
.result-list .is-design .item-r {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.result-list .is-design .inner-item {
  flex-direction: column;
  padding: 1.6rem 1.65rem 1.2rem 1.5rem;
  align-items: flex-start;
  border-radius: 0.2rem;
}
.result-list .is-case .inner-item-l {
  gap: 0 2.5vw;
}
.result-list .is-case .item-img {
  width: 18.05rem;
  height: 6.8rem;
}
.result-list .is-case .item-img img {
  object-fit: cover;
}
.result-list .is-news .item-desc {
  height: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list .is-news .item-title {
  height: 1.8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list .is-news .inner-item {
  padding: 3rem 3rem 3rem 2rem;
}

.result-list-box {
  padding: 0.3em 0 5em;
  background: #fafafa;
}

.total-result {
  font-size: 0.9em;
  line-height: 1.7777777778em;
  color: rgba(34, 34, 34, 0.7);
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.total-result span {
  color: rgba(224, 14, 30, 0.7);
}

@media (min-width: 992px) {
  .result-list .inner-item:hover .item-title {
    color: #E00E1E;
  }
  .result-list .inner-item:hover .public-button-wrap .public-button > * {
    border: 1px solid #AA000D;
    background: #AA000D;
  }
  .result-list .inner-item:hover .public-button-wrap .public-button > * span {
    color: #fff;
  }
  .result-list .inner-item:hover .public-button-wrap .public-button > * .icon {
    background-color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .result-list .is-design {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem 0;
  }
  .result-list .is-design .to-load-file02 .text {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .result-list .is-design .item-l {
    width: 100%;
  }
  .result-list .is-design .item-desc {
    display: block;
    font-size: 0.28rem;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .result-list .is-design .item-r {
    justify-content: flex-start;
  }
  .result-list .is-design .item-title {
    font-size: 0.34rem;
    line-height: 0.48rem;
    margin-bottom: 0.33rem;
    color: #000;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .result-list .is-design .inner-item {
    padding: 0.5rem;
    border-radius: 0.04rem;
  }

  .result-list-wrap {
    padding: 0.6rem 0 0 0;
  }

  .total-result {
    font-size: 0.3rem;
    line-height: 0.46rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }

  .result-list-box {
    padding: 1rem 0 1.4rem;
    overflow: hidden;
  }

  .result-list {
    min-height: 50vh;
  }
  .result-list .item-more {
    display: flex;
    gap: 0 0.07rem;
    margin-top: 0.34rem;
  }
  .result-list .item-more .text {
    font-size: 0.28rem;
    line-height: 0.32rem;
    color: #E00E1E;
  }
  .result-list .item-more .icon {
    background: url(/img-common-addsvg02.svg.jpg) no-repeat;
    background-size: contain;
    width: 0.28rem;
    height: 0.28rem;
    margin-top: 0.03rem;
  }
  .result-list .inner-item-l {
    gap: 0 0.12rem;
  }
  .result-list .item-title {
    font-size: 0.4rem;
    line-height: 0.52rem;
  }
  .result-list .item-desc {
    display: none;
  }
  .result-list .item-img {
    width: 2.22rem;
    height: 2.22rem;
  }
  .result-list .inner-item {
    padding: 0.19rem 0.26rem 0.19rem 0.1rem;
    border: 0.015rem solid #EDEDED;
    background: #FAFAFA;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .result-list .list-item {
    margin-bottom: 0.5rem;
  }
  .result-list .item-r {
    display: none;
  }
  .result-list .is-application .inner-item-l {
    gap: 0 0.4rem;
  }
  .result-list .is-application .item-l {
    width: 100%;
  }
  .result-list .is-application .inner-item {
    padding: 0.2rem;
  }
  .result-list .is-application .item-img {
    width: 2.78rem;
    height: 1.68rem;
  }
  .result-list .is-case .inner-item-l {
    gap: 0 0.4rem;
  }
  .result-list .is-case .item-l {
    width: 100%;
  }
  .result-list .is-case .item-img {
    display: none;
  }
  .result-list .is-case .item-more {
    margin-top: 0.3rem;
  }
  .result-list .is-case .inner-item {
    padding: 0.52rem 0.5rem 0.7rem 0.5rem;
  }
  .result-list .is-news .item-desc {
    display: none;
  }
  .result-list .is-news .item-title {
    height: auto;
    max-height: 1.56rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .result-list .is-news .item-more {
    margin-top: 0.3rem;
  }
  .result-list .is-news .inner-item {
    padding: 0.52rem 0.5rem 0.5rem 0.5rem;
  }
}
/* 辅助栏目-隐私政策 */
.p-privacy {
  min-height: 100vh;
  background: #fff;
}
.p-privacy .temp-mainbox {
  padding: 4.25rem 0 5rem;
  background-color: transparent;
}

.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: .9rem;
  line-height: 1.5rem;
  color: #222;
}
.privacy-editor .rocket-block-text a[href],
.privacy-editor .rocket-classical-text a[href] {
  color: var(--mt-global-color-red);
}

.privacy-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 3.5rem;
}

@media (max-width: 991.98px) {
  .p-privacy .temp-mainbox {
    padding: 1.2rem 0;
  }

  .privacy-title {
    font-size: 0.54rem;
    line-height: 0.68rem;
    margin-bottom: 0.7rem;
  }

  .privacy-editor .rocket-block-text,
  .privacy-editor .rocket-classical-text {
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #222;
  }
}
