@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: #333;
  font-stretch: normal;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "PingFang SC", "HarmonyOS_Sans", "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: 100vw;
  padding: 0 3rem;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 5;
}
.lg-inner::before, .lg-inner::after {
  content: "";
  display: table;
  clear: both;
}

.global-inner {
  width: 70vw;
  max-width: 1280px;
  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 (min-width: 992px) and (max-width: 1270px) {
  .lg-inner {
    width: 100%;
    max-width: none;
    padding: 0 2rem;
  }
  .global-inner, .sm-inner, .xs-inner {
    width: -webkit-calc(100% - 8rem) !important;
    width: calc(100% - 8rem) !important;
    max-width: none;
  }
}
@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;
  -o-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden {
  display: none !important;
}

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

.nodata, .nodata1 {
  text-align: center;
  display: block;
  margin: auto;
  padding: 4.9em 0 7.3em;
}

.nodata img, .nodata1 img {
  width: 200px;
  display: block;
  margin: 0 auto;
}

.nodataText {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-top: 0.8em;
  color: #333;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
  .nodata img, .nodata1 img {
    width: 2.4rem;
  }
  .nodataText {
    font-size: 0.32rem;
    margin-top: 0.24rem;
  }
}
/* 404 */
.p-404 .head-place {
  display: none;
}
.p-404 .foot-ctbuy-box {
  display: none;
}

.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: 0.6rem 3px;
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 2rem;
  z-index: 1070;
}
.modal-close .bi, .modal-close img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  color: #2E3C31;
}
.modal-close .bi {
  -webkit-mask: url("/img/common/close-black.svg") no-repeat center/contain;
  mask: url("/img/common/close-black.svg") no-repeat center/contain;
  background: currentColor;
}

@media (min-width: 992px) {
  .modal-close:hover .bi {
    background-image: url("/img/common/modal-close-h.svg");
  }
}
@media (max-width: 991.98px) {
  .modal-close {
    padding: 0.3rem;
    right: 0;
    top: 0;
  }
  .modal-close .bi, .modal-close img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
/**** 公共-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;
  border-radius: 50%;
  background: url("/img/common/video-play.svg") no-repeat center center #00A2E9;
  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: 1rem;
    height: 1rem;
    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: #fff;
  color: #fff;
}
.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%;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 3000;
  display: block !important;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-forms-loading.show {
  opacity: 1;
  pointer-events: auto;
}

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

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

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

/* 提示弹框 */
.public-modal-ts .public-modal-content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  text-align: center;
}
.public-modal-ts .modal-dialog {
  height: 100%;
}
.public-modal-ts .boxs {
  position: relative;
  width: 30em;
  background: #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 {
  height: 3.9rem;
  background-color: var(--mt-global-color-blue-light);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
}
.header > * {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.header > *::before, .header > *::after {
  display: none;
}

.head-place {
  height: 3.9rem;
}

.head-left {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.head-right {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  white-space: nowrap;
  margin-left: auto;
}

.head-logo {
  height: 100%;
  position: relative;
  margin: 0 min(3.5vw, 3.4rem) 0 0;
}
.head-logo a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.head-logo img {
  width: 9.6rem;
  -webkit-flex: none;
          flex: none;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.head-linknav {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  font-size: max(14px, 0.9rem);
  line-height: 2em;
  grid-gap: 0 1.5rem;
}
.head-linknav > * {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.head-linknav > *::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("/img/common/nav-up.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  opacity: 0;
}
.head-linknav > *:hover::after {
  opacity: 1;
}
.head-linknav > *:hover .dropdown-box {
  display: block;
}
.head-linknav .dropdown-box {
  width: 8.5rem;
  background: #fff;
  border-radius: 0.8rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 20;
  padding: 1.5rem 0;
  font-size: 1em;
  line-height: 1.5em;
  color: var(--mt-global-color-black);
  display: none;
}
.head-linknav .linklist a {
  padding: 0 1.75rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.head-linknav .linklist .bi-arrow {
  opacity: 0;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  position: relative;
  margin: 0 0 0 0.5rem;
  overflow: hidden;
  pointer-events: none;
}
.head-linknav .linklist .bi-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
  mask: url("/img/common/right.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.head-linknav .linklist .bi-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
  mask: url("/img/common/right.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.head-linknav .linklist li {
  margin-bottom: 0.75rem;
}
.head-linknav .linklist li:last-child {
  margin-bottom: 0;
}
.head-linknav .linklist li:hover {
  color: var(--mt-global-color-blue-light);
}
.head-linknav .linklist li:hover .bi-arrow {
  opacity: 1 !important;
}
.head-linknav .linklist li:hover .bi-arrow::before {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.head-linknav .linklist li:hover .bi-arrow::after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.head-schbox {
  height: 100%;
  position: relative;
}
.head-schbox .icon {
  -webkit-flex: none;
          flex: none;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.head-schbox .icon .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url("/img/common/sch-black.svg") no-repeat center/contain;
  mask: url("/img/common/sch-black.svg") no-repeat center/contain;
  position: relative;
  background: currentColor;
}
.head-schbox.disabled .icon {
  cursor: default;
}

.head-lang-box {
  height: 100%;
  position: relative;
}
.head-lang-box .icon {
  -webkit-flex: none;
          flex: none;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.head-lang-box .icon .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url("/img/common/globe-black.svg") no-repeat center/contain;
  mask: url("/img/common/globe-black.svg") no-repeat center/contain;
  position: relative;
  background: currentColor;
}
.head-lang-box.disabled .icon {
  cursor: default;
}

.head-member {
  position: relative;
  padding: 0 0.2rem;
}

.head-login-before {
  display: block;
  position: relative;
}
.head-login-before .btn-gologin-web {
  width: 3.6rem;
  height: 1.9rem;
  font-size: 0.8rem;
}
.head-login-before .btn-gologin-app {
  width: 0.42rem;
  height: 100%;
  background: url("/img/common/user.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  -webkit-flex: none;
          flex: none;
}
.head-login-before .btn-gologin-app > * {
  display: block;
}

.head-menu {
  width: 0.8rem;
  margin: 0 -0.2rem 0 0;
  position: relative;
  height: 100%;
}

.head-menu-open {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: url("/img/common/menu-open.svg") no-repeat center;
  background-size: 0.4rem auto;
}

.head-menu-close {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  background: url("/img/common/menu-close.svg") no-repeat center;
  background-size: 0.4rem auto;
}

.head-right-handle {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  position: relative;
}

@media (min-width: 992px) {
  .head-right {
    grid-gap: 0 2rem;
  }
  .head-right-handle {
    grid-gap: 0 1.25rem;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .head-logo {
    margin: 0 min(2.5vw, 3.4rem) 0 0;
  }
  .head-webnav-list {
    grid-gap: 0 1rem;
  }
  .head-right {
    grid-gap: 0 1.5vw;
  }
  .head-linknav {
    grid-gap: 0 1rem;
  }
  .head-right-handle {
    grid-gap: 0 1.3vw;
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 1.2rem;
  }
  .head-place {
    height: 1.2rem;
  }
  .head-logo {
    margin: 0;
  }
  .head-logo img {
    width: 2.26rem;
  }
  .head-schbox {
    margin: 0;
  }
  .head-schbox .icon {
    padding: 0 0.2rem;
  }
  .head-schbox .icon .bi {
    width: 0.4rem;
    height: 0.4rem;
  }
  .head-member {
    height: 100%;
  }
  .head-login-before {
    height: 100%;
  }
}
/****** 
 * 导航
 *****/
.head-webnav-box {
  height: 100%;
}

.head-webnav-list {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 2rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: inherit;
}
.head-webnav-list .navlv1 {
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.head-webnav-list .navlv1::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("/img/common/nav-up.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  z-index: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  opacity: 0;
}
.head-webnav-list .navlv1 > * {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: bold;
}
.head-webnav-list > .navitem {
  height: 100%;
}
.head-webnav-list > .navitem:hover > .navlv1::after {
  opacity: 1;
}
.head-webnav-list > .navitem:hover .head-subnav-wrap {
  opacity: 1;
  visibility: visible;
}
.head-webnav-list > .navitem:hover .head-subnav-box {
  max-height: 100vh;
}

.head-subnav-wrap {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 150;
  color: var(--mt-global-color-black);
  transition: all 0.2s 0.1s;
  -webkit-transition: all 0.2s 0.1s;
}

.head-subnav-box {
  width: 70.3125%;
  min-width: 920px;
  background-color: #fff;
  border-radius: 0.8rem;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  margin: 0 auto;
  z-index: 20;
  transition: all 0.2s 0.1s;
  -webkit-transition: all 0.2s 0.1s;
  max-height: 0;
  overflow: hidden;
  pointer-events: auto;
}
.head-subnav-box .bi-arrow {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  position: relative;
  margin: 0 0 0 0.5rem;
  overflow: hidden;
  pointer-events: none;
}
.head-subnav-box .bi-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
  mask: url("/img/common/right.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.head-subnav-box .bi-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
  mask: url("/img/common/right.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.head-subnav-box .navlvt {
  position: relative;
}
.head-subnav-box .navlvt > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.head-subnav-box .navlvt a[href]:hover {
  color: var(--mt-global-color-blue-light);
}
.head-subnav-box .navlvt a[href]:hover .bi-arrow {
  opacity: 1 !important;
}
.head-subnav-box .navlvt a[href]:hover .bi-arrow::before {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.head-subnav-box .navlvt a[href]:hover .bi-arrow::after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.head-subnav-hd {
  width: 100%;
  position: relative;
  padding: 2rem 1.75rem 0.8rem;
  border-bottom: solid 1px #D3D9E5;
}

.head-subnav-lvtit {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.head-subnav-lvtit > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.head-subnav-lvtit a[href]:hover {
  color: var(--mt-global-color-blue-light);
}
.head-subnav-lvtit a[href]:hover .bi-arrow {
  opacity: 1;
}
.head-subnav-lvtit a[href]:hover .bi-arrow::before {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
.head-subnav-lvtit a[href]:hover .bi-arrow::after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.head-subnav-bd {
  position: relative;
  padding: 2rem 1.75rem 2.75rem;
}

.head-navlv2-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0 2rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.head-navlv2-list .navlv2 {
  font-weight: bold;
}
.head-navlv2-list .navlv2 > * {
  white-space: nowrap;
}

.head-navlv3-list {
  margin: 1rem 0 0;
  width: 100%;
  display: grid;
  grid-gap: 0.75rem 2rem;
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
}
.head-navlv3-list .bi-arrow {
  opacity: 0;
}

.head-navlv4-list {
  width: 100%;
  display: grid;
  grid-gap: 0.75rem 2rem;
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  margin: 1rem 0 0;
}
.head-navlv4-list .bi-arrow {
  opacity: 0;
}

.head-subnav-pt .navlv2 .bi-arrow {
  opacity: 0;
}
.head-subnav-pt .head-navlv2-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.head-subnav-pt .head-navlv2-list > .navitem {
  min-width: 15%;
}

.head-subnav-design .head-navlv2-list {
  grid-template-columns: repeat(2, 1fr);
}
.head-subnav-design .head-navlv3-list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.75rem 2rem;
}

.navlv4 a {
  position: relative;
}
.navlv4 a::before {
  content: "-";
  margin-right: 5px;
}

.head-subnav-make .navlv2 .bi-arrow {
  opacity: 0;
}

.head-subnav-about .head-navlv2-list > .navitem:nth-child(1), .head-subnav-about .head-navlv2-list > .navitem:nth-child(3) {
  grid-column: span 2;
}
.head-subnav-about .head-navlv2-list > .navitem:nth-child(1) .head-navlv3-list, .head-subnav-about .head-navlv2-list > .navitem:nth-child(3) .head-navlv3-list {
  grid-template-columns: repeat(2, 1fr);
}

.modal-navbox {
  background-color: #fff;
  overflow: hidden !important;
  z-index: 290;
}
.modal-navbox .modal-dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.2rem 0 0;
}
.modal-navbox .modal-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 1.16rem;
}
.modal-navbox .modal-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 5;
  padding: 0.65rem 0.5rem;
}
.modal-navbox .modal-body::-webkit-scrollbar {
  width: 4px;
}
.modal-navbox .modal-body::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.modal-navbox .modal-body::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #BBBDBE;
  -webkit-border-radius: 4px;
}
.modal-navbox .modal-footer {
  width: 100%;
  height: 1.16rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
  padding: 0.3rem 0 0.6rem;
  margin: 0;
}
.modal-navbox .modal-footer::before {
  content: "";
  display: block;
  height: 1px;
  background: #F3F4F6;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0;
  pointer-events: none;
}
.modal-navbox .modal-footer > * {
  margin: 0;
}
.modal-navbox .langlist {
  font-size: 0.26rem;
  line-height: 1em;
  color: var(--mt-global-color-gray);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.modal-navbox .langlist a {
  padding: 0 0.25rem;
}
.modal-navbox .langlist .current {
  color: var(--mt-global-color-blue);
  font-weight: bold;
}

.modal-appnav-list {
  display: grid;
  grid-gap: 0.1rem 0;
  font-size: 0.32rem;
  line-height: 1em;
  color: var(--mt-global-color-gray);
}
.modal-appnav-list .navlvt {
  padding: 0.25rem 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.modal-appnav-list .navlvt.nolink .arrow {
  width: 100%;
}
.modal-appnav-list .arrow {
  min-width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.modal-appnav-list .arrow .bi {
  width: 0.15rem;
  height: 100%;
  display: block;
  background: url("/img/common/nav-right.svg") no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-appnav-list .navlv1 {
  color: var(--mt-global-color-blue);
  font-weight: bold;
}
.modal-appnav-list .navlv1 .arrow {
  width: 100%;
}
.modal-appnav-list .navlv3 {
  padding: 0.15rem 0;
}
.modal-appnav-list .navitem.active > .navlvt .arrow .bi {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.modal-subnav-box {
  display: none;
}

.modal-appnav-lv2list {
  padding: 0 0 0.2rem 0.5rem;
}

.modal-appnav-lv3list {
  display: grid;
  grid-gap: 0.1rem 0;
  padding: 0 0 0.1rem 0.7rem;
  font-size: 0.28rem;
}

.modal-appnav-other {
  font-size: 0.28rem;
  line-height: 1em;
  color: var(--mt-global-color-gray);
  margin: 0.35rem 0 0;
  display: grid;
  grid-gap: 0.4rem 0;
}
.modal-appnav-other img {
  -webkit-flex: none;
          flex: none;
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.15rem 0 0;
}
.modal-appnav-other li > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

body.open-appnav .head-menu-open {
  display: none;
}
body.open-appnav .head-menu-close {
  display: block;
}

@media (min-width: 992px) and (max-width: 1270px) {
  .head-navlv2-list {
    grid-gap: 0 min(3%, 1rem);
  }
}
/* main-box */
.main-box {
  min-height: 23.4375vw;
  position: relative;
}

@media (max-width: 991.98px) {
  .main-box {
    min-height: 53.33vw;
  }
}
/* footer */
.footer {
  width: 100%;
  background-color: var(--mt-global-color-blue-light);
  position: relative;
  padding: 5.2rem 0 3.4rem;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.foot-topbox {
  width: 100%;
  display: grid;
  grid-gap: 0 14.5%;
  grid-template-columns: 18.2rem 1fr;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.foot-topbox-left {
  display: grid;
  grid-gap: 2.9rem 0;
}

.foot-botbox {
  margin: 3.25rem 0 0;
}

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

.foot-email-group {
  position: relative;
  width: 100%;
  border-radius: 1.25rem;
}
.foot-email-group .form-control {
  width: 100%;
  height: 2.5rem;
  border: solid 1px transparent;
  background-color: rgba(31, 49, 101, 0.2);
  position: relative;
  padding: 0 6rem 0 0.8rem;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  border-radius: inherit;
  color: var(--mt-global-color-white-dark);
}
.foot-email-group .form-control:active, .foot-email-group .form-control:focus {
  border-color: transparent;
  background-color: rgba(31, 49, 101, 0.2);
}
.foot-email-group .form-control::-webkit-input-placeholder {
  color: inherit;
}
.foot-email-group .form-control::placeholder {
  color: inherit;
}
.foot-email-group .form-control::-webkit-placeholder {
  color: inherit;
}
.foot-email-group .form-control::-moz-placeholder {
  color: inherit;
}
.foot-email-group .btn-submit {
  -webkit-flex: none;
          flex: none;
  width: 5.2rem;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.foot-email-group .btn-disabled {
  -webkit-flex: none;
          flex: none;
  width: 5.2rem;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: none;
  pointer-events: none;
}
.foot-email-group.has-error .form-control {
  border-color: var(--mt-global-color-red);
}
.foot-email-group.has-error .form-control::-webkit-input-placeholder {
  color: var(--mt-global-color-red);
}
.foot-email-group.has-error .form-control::-moz-placeholder {
  color: var(--mt-global-color-red);
}
.foot-email-group.has-error .form-control:-moz-placeholder {
  color: var(--mt-global-color-red);
}
.foot-email-group.has-error .form-control:-ms-input-placeholder {
  color: var(--mt-global-color-red);
}
.foot-email-group.has-error .foot-email-tips {
  display: block;
}
.foot-email-group.has-error.is-empty {
  color: #fff;
}
.foot-email-group.has-error.is-empty .form-control {
  border-color: transparent;
}
.foot-email-group.has-error.is-empty .form-control::-webkit-input-placeholder {
  color: inherit;
}
.foot-email-group.has-error.is-empty .form-control::-moz-placeholder {
  color: inherit;
}
.foot-email-group.has-error.is-empty .form-control:-moz-placeholder {
  color: inherit;
}
.foot-email-group.has-error.is-empty .form-control:-ms-input-placeholder {
  color: inherit;
}

.foot-email-tips {
  font-size: 1em;
  line-height: inherit;
  color: var(--mt-global-color-red);
  display: none;
  white-space: nowrap;
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  pointer-events: none;
}

.foot-email-text {
  margin: 0.75rem 0 0;
  color: var(--tm-global-color-white-dark);
}

.foot-webnav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  white-space: nowrap;
  font-size: 0.85rem;
}
.foot-webnav-list .navlv1 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.9rem;
  display: -webkit-flex;
  display: flex;
}
.foot-webnav-list .navlist {
  display: grid;
  grid-gap: 0.6rem 0;
  color: var(--mt-global-color-white-dark);
}
.foot-webnav-list .navlist .navitem {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.foot-webnav-list a[href] {
  -webkit-flex: none;
          flex: none;
  display: block;
  position: relative;
}
.foot-webnav-list a[href]::after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.foot-webnav-list a[href]:hover::after {
  width: 100%;
}

.foot-share-list {
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.7rem;
  position: relative;
}
.foot-share-list .shareitem {
  position: relative;
}
.foot-share-list .shareitem.is-show .dropdown {
  display: block;
}
.foot-share-list .icon {
  -webkit-flex: none;
          flex: none;
  cursor: pointer;
}
.foot-share-list .icon img {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
}
.foot-share-list .icon .hover {
  display: none;
}
.foot-share-list .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 20;
  padding: 14px 0 0;
}
.foot-share-list .dropdown::before {
  content: "";
  display: block;
  border-width: 6px 4px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.foot-share-list .dropdown .imgs {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.foot-share-list .dropdown .imgs img {
  width: 140px;
  display: block;
  border-radius: inherit;
}

.foot-logo {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.foot-logo > * {
  display: block;
  -webkit-flex: none;
          flex: none;
}
.foot-logo img {
  height: 2.5rem;
  display: block;
  object-fit: contain;
  object-position: left center;
  position: relative;
}

.foot-botbox-row {
  margin: 2.15rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  grid-gap: 0 1rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
}

.foot-botbox-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.foot-botbox-right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.foot-lang-box {
  -webkit-flex: none;
          flex: none;
  position: relative;
  margin: 0 1.35rem 0 0;
  color: #fff;
}
.foot-lang-box.is-show .foot-lang-dropdown {
  display: block;
}

.foot-lang-hd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.foot-lang-hd .bi-globe {
  -webkit-flex: none;
          flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
  background-color: currentColor;
  -webkit-mask: url("/img/common/globe-black.svg") no-repeat center/contain;
  mask: url("/img/common/globe-black.svg") no-repeat center/contain;
  margin: 0 6px 0 0;
}
.foot-lang-hd .bi-arrow {
  width: 6px;
  height: 10px;
  display: block;
  background: url("/img/common/arrow-down-sm.svg") no-repeat center center;
  -webkit-flex: none;
          flex: none;
  margin: 0 0 0 0.5rem;
}

.foot-lang-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: -1.35rem;
  bottom: 100%;
  padding: 0 0 0.5rem;
  z-index: 20;
}
.foot-lang-dropdown .langlist {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 5px 0;
  font-size: 0.8rem;
  line-height: 2rem;
  color: var(--mt-global-color-black);
}
.foot-lang-dropdown .langlist a {
  display: block;
  position: relative;
  padding: 0 0.75rem;
}

.foot-copy {
  margin: 0 0.6rem 0 0;
}

.foot-link {
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 1.7rem;
}

.foot-appnav-list {
  margin-top: -0.29rem;
}
.foot-appnav-list a {
  display: block;
}
.foot-appnav-list > .navitem {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}
.foot-appnav-list > .navitem.is-active .navlv1 .bi-arrow::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.foot-appnav-list .navlv1 {
  padding: 0.29rem 0;
  font-size: 0.3rem;
  line-height: 1em;
  font-weight: bold;
  position: relative;
}
.foot-appnav-list .navlv1 .bi-arrow {
  display: block;
  position: absolute;
  right: 0.18rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.foot-appnav-list .navlv1 .bi-arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/img/common/arrow-down-sm.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.foot-appnav-list .subnav-box {
  display: none;
  padding: 0.03rem 0 0.34rem;
}
.foot-appnav-list .navlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.18rem 0.36rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
}

.foot-ctbuy-box {
  width: 100%;
  position: relative;
  margin: 5rem 0;
  text-align: center;
}

.foot-ctbuy-btnbox {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 0.9rem;
  margin: 1.75rem 0 0;
}

.foot-ctbuy-line {
  width: 100%;
  height: 5px;
  display: block;
  background: -webkit-linear-gradient(left, #3B609B 0%, #7FD1F4 33%, #44B053 66%, #FFED09 100%);
  background: linear-gradient(90deg, #3B609B 0%, #7FD1F4 33%, #44B053 66%, #FFED09 100%);
  position: relative;
  margin: 1.5rem 0 0;
}

@media (min-width: 992px) {
  .foot-share-list .shareitem:hover .icon .deft {
    display: none;
  }
  .foot-share-list .shareitem:hover .icon .hover {
    display: block;
  }
  .foot-share-list .shareitem:hover .dropdown {
    display: block;
  }
  .foot-botbox-row a[href]:hover {
    color: #fff;
  }
  .foot-lang-box:hover .foot-lang-dropdown {
    display: block;
  }
  .foot-lang-dropdown li:hover {
    background-color: #E0F4FD;
  }
  .foot-lang-dropdown li:hover a {
    color: inherit !important;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 1rem 0 0.5rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .foot-topbox {
    display: block;
  }
  .foot-topbox-left {
    grid-gap: 0.6rem 0;
  }
  .foot-email-group {
    border-radius: 0.4rem;
    font-size: 0.28rem;
  }
  .foot-email-group .form-control {
    height: 0.8rem;
    padding: 0 1.9rem 0 0.3rem;
  }
  .foot-email-group .btn-submit, .foot-email-group .btn-disabled {
    width: 1.6rem;
    font-size: 0.3rem;
  }
  .foot-email-group .foot-email-tips {
    right: 1.9rem;
  }
  .foot-email-text {
    font-size: 0.2rem;
    line-height: 0.4rem;
    margin: 0.3rem 0 0;
  }
  .foot-share-list {
    grid-gap: 0 0.24rem;
  }
  .foot-share-list .icon img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .foot-share-list .dropdown {
    padding: 16px 0 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .foot-share-list .dropdown::before {
    top: 8px;
    left: 0.3rem;
    border-width: 8px;
  }
  .foot-share-list .dropdown .imgs img {
    width: 2.3rem;
  }
  .foot-botbox {
    margin: 0.6rem 0 0;
  }
  .foot-botbox-row {
    display: block;
    margin: 0.25rem 0 0;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .foot-botbox-right {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .foot-logo img {
    height: 0.54rem;
  }
  .foot-lang-box {
    width: 100%;
    margin: 0 0 0.5rem;
  }
  .foot-lang-hd {
    font-size: 0.28rem;
    line-height: 1em;
  }
  .foot-lang-hd .bi-globe {
    width: 0.37rem;
    height: 0.37rem;
    margin: 0 0.1rem 0 0;
  }
  .foot-lang-hd .bi-arrow {
    margin: 0 0 0 0.1rem;
  }
  .foot-lang-dropdown {
    right: unset;
    width: 2.72rem;
    padding: 0 0 0.15rem;
  }
  .foot-lang-dropdown .langlist {
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding: 0.1rem 0;
  }
  .foot-lang-dropdown .langlist li:active, .foot-lang-dropdown .langlist li:focus, .foot-lang-dropdown .langlist li.active {
    background-color: #E0F4FD;
  }
  .foot-lang-dropdown .langlist a {
    padding: 0 0.3rem;
  }
  .foot-copy {
    margin: 0 0.15rem 0 0;
  }
  .foot-link {
    grid-gap: 0 0.4rem;
  }
  .foot-ctbuy-box {
    margin: 1.2rem 0 1rem;
  }
  .foot-ctbuy-btnbox {
    -webkit-flex-direction: column;
            flex-direction: column;
    grid-gap: 0.3rem 0;
    margin: 0.6rem 0 0;
  }
  .foot-ctbuy-line {
    height: 3px;
    margin: 0.4rem 0 0;
  }
}
/* cookie 样式 */
/* modal-cookie */
.btn.btn-white {
  background: #fff;
  color: #00A2E9;
  border: none;
}

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

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

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

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

.modal-cookie .modal-content {
  width: 100%;
  background: #fff;
  color: var(--mt-global-color-black);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem 0;
  pointer-events: auto;
}

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

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

.modal-cookie .modal-aside a {
  width: 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 #00A2E9;
}
.modal-cookie .modal-aside .btn::after {
  opacity: 0 !important;
}
.modal-cookie .modal-aside .btn-agree, .modal-cookie .modal-aside .btn-refuse {
  width: 8rem;
  height: 2.5rem;
  border-radius: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 600;
}
.modal-cookie .modal-aside .btn-agree a, .modal-cookie .modal-aside .btn-refuse a {
  color: #036EB8;
  height: auto;
}
.modal-cookie .modal-aside .btn-refuse {
  background-color: #fff;
}
.modal-cookie .modal-aside .btn-agree {
  background-color: #00A2E9;
}
.modal-cookie .modal-aside .btn-agree a {
  color: #fff;
}

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

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

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

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

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

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

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

.modal-cookie-setting .modal-content {
  width: 26rem;
  height: 28.35rem;
  max-width: 100%;
  max-height: 38rem;
  background: #fff;
  border-radius: 16px;
  padding: 4.55rem 2rem 2.5rem;
  overflow: hidden;
}

.modal-cookie-setting .modal-header {
  width: 100%;
  height: 4.3rem;
  display: block;
  background: #fff;
  padding: 1.75rem 2rem 0 2rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.modal-cookie-setting .modal-title {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
}

.modal-cookie-setting .modal-close {
  padding: 1.6rem 2rem;
  display: block;
  cursor: pointer;
  position: absolute;
  right: -0.4rem;
  top: -1rem;
  z-index: 1070;
}

.modal-cookie-setting .modal-close .bi {
  width: 0.8rem;
  height: 0.85rem;
  display: block;
  color: #E6E6E6;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/common/cookie-close.svg");
  background-size: contain;
}

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

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

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

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

.modal-cookie-setting .modal-footer {
  width: 100%;
  height: 4rem;
  background: #fff;
  border-top: solid 1px #D3D9E5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 20;
}
.modal-cookie-setting .modal-footer .btn-save {
  border-radius: 1.5rem;
  border-radius: 1.5rem;
  background: #00A2E9;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1em;
}

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

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

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

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

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

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

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

.ckset-check {
  display: none;
}

.ckset-check-circle {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.ckset-checkbox-checked {
  background: #00A2E9;
}

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

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

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

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

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

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

@media (min-width: 992px) {
  .btn-agree a, .btn-refuse a {
    font-size: 0.9rem;
  }
  .modal-cookie-setting .modal-footer .btn:hover {
    background: #0095DA;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 8rem;
    height: 2.5rem;
  }
  .modal-cookie .btn:not(.btn-disabled):hover.btn-white {
    border: 1px solid #fff;
  }
  .modal-cookie .global-inner, .modal-cookie .m-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: 70vw;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  .modal-cookie .global-inner::before, .modal-cookie .global-inner::after, .modal-cookie .m-inner::before, .modal-cookie .m-inner::after {
    display: none;
  }
  .modal-cookie-setting .modal-dialog {
    width: auto;
    right: 5px;
  }
  .modal-cookie-setting .modal-close:hover .bi {
    background-image: url("/img/static/close-black2.svg");
  }
  .ckset-check-circle {
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .modal-cookie-setting .modal-footer .btn {
    font-size: 0.32rem;
    line-height: 1em;
    height: 0.82rem;
    width: 2.4rem;
  }
  .modal-cookie .modal-aside a {
    font-size: 0.32rem;
    line-height: 0.32rem;
    height: auto;
  }
  .modal-cookie .modal-aside .btn {
    width: 2.4rem;
    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.6rem 0rem 0.6rem 0rem;
    border-radius: 0rem 0rem 0 0;
  }
  .modal-cookie .modal-content .m-inner {
    width: 100%;
    max-width: 100%;
  }
  .modal-cookie .modal-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding: 0;
    margin-bottom: 0.2rem;
  }
  .modal-cookie .modal-doc {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .modal-cookie .modal-aside {
    margin: 0.4rem 0 0;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    gap: 0 0.1rem;
  }
  .modal-cookie .btn {
    min-width: 0;
    width: 41vw;
    margin: 0;
  }
  .modal-cookie-setting .modal-content {
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 0.32rem;
    border-top-right-radius: 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.94rem 0.2rem 1.54rem;
    height: -webkit-calc(100vh - 4.61rem);
    height: calc(100vh - 4.61rem);
    min-height: initial;
  }
  .modal-cookie-setting .modal-header {
    padding: 0.8rem 0.5rem 0 0.5rem;
    height: auto;
  }
  .modal-cookie-setting .modal-close {
    padding: 0.34rem 0.37rem;
    right: 0;
    top: 0;
  }
  .modal-cookie-setting .modal-close .bi {
    width: 0.28rem;
    height: 0.28rem;
    background-image: url(/img/images/svg106.svg);
    background-size: contain;
  }
  .modal-cookie-setting .modal-title {
    font-size: 0.42rem;
    line-height: 0.54rem;
    margin-bottom: 0.6rem;
  }
  .modal-cookie-setting .modal-body {
    font-size: 0.32rem;
    padding: 0 0.28rem;
  }
  .modal-cookie-setting .modal-footer {
    height: 2.36rem;
  }
  .modal-cookie-setting .modal-footer .btn {
    min-width: 32.8vw;
  }
  .modal-cookie-setting .modal-footer {
    height: 1.6rem;
  }
  .ckset-introd {
    font-size: 0.28rem;
    line-height: 1.6em;
    padding: 0 0 0.48rem;
  }
  .ckset-checkbox-section {
    margin: 0 0;
  }
  .ckset-checkbox-section.is-full {
    padding: 0.6rem 0 0.6rem 0;
  }
  .ckset-checkbox-label {
    width: 1rem;
    height: 0.46rem;
  }
  .ckset-checkbox-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .ckset-check-circle {
    width: 0.4rem;
    height: 0.4rem;
    left: 0.04rem;
  }
  .ckset-checkbox-checked .ckset-check-circle {
    left: -webkit-calc(100% - 0.04rem - 0.4rem);
    left: calc(100% - 0.04rem - 0.4rem);
  }
  .ckset-checkbox-doc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.2rem;
    padding: 0;
  }
  .ckset-checkbox_sublist {
    padding-left: 0.24rem;
  }
  .ckset-checkbox_subitem {
    margin-top: 0;
    padding-bottom: 0.6rem;
  }
}
.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;
}

/* 辅助栏目-搜索结果页 */
.result-topbox {
  width: 100%;
  background-color: #e9ecef;
  position: relative;
  padding: 7.5em 0 3.85em;
}
.result-topbox .search-button {
  width: 7em;
  height: 2.4em;
  margin-left: 0.8em;
}
.result-topbox .search-button a {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: var(--mt-global-color-blue);
  border-radius: 5px;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.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 {
  width: 3.25rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 20;
  cursor: pointer;
}
.result-search-ico img {
  width: 1.1rem;
  height: 1.1rem;
}

.result-serach-input {
  width: 100%;
  height: 2.4rem;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  padding: 0 3.25rem 0 1rem;
  font-size: 0.8rem;
  line-height: 3.1rem;
  color: #111;
}

.result-search-wrapper-left {
  position: relative;
  -webkit-flex: 1;
          flex: 1;
  border-radius: 25px;
  background-color: #fff;
}

.result-search-wrapper-box {
  width: 78%;
  max-width: 996px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .result-topbox .search-button a:hover {
    cursor: pointer;
    background: #0B84D4;
  }
  .result-topbox .search-button a:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .result-search-ico {
    width: 0.94rem;
  }
  .result-search-ico img {
    width: 0.44rem;
    height: 0.44rem;
  }
  .result-serach-input {
    height: 0.8rem;
    padding: 0 0.94rem 0 0.3rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    margin-bottom: 0.4rem;
  }
  .result-search-wrapper-box {
    width: 100%;
    max-width: none;
    display: block;
  }
  .result-search-wrapper-box .result-search-wrapper-left {
    width: 100%;
  }
  .result-topbox {
    padding: 1.38rem 0 0.76rem;
  }
  .result-topbox .search-button {
    width: 100%;
    margin-left: 0;
  }
  .result-topbox .title {
    font-size: 0.56rem;
    text-align: left;
    margin-bottom: 0.4rem;
  }
}
.temp-mainbox {
  padding: 2.5em 0 5em;
  background: #F6F8FA;
}

.search-tabs .inner-slide {
  padding: 0.35em 1.45em;
  border-radius: 1em;
  border: 1px solid #D5D3D1;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.search-tabs .inner-slide span {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666E78;
  font-weight: 400;
}
.search-tabs .swiper-slide {
  width: auto;
}
.search-tabs .swiper-slide.active .inner-slide {
  border: 1px solid var(--mt-global-color-blue);
  background: var(--mt-global-color-blue);
}
.search-tabs .swiper-slide.active span {
  color: #fff;
}

@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: -webkit-flex;
    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: -webkit-linear-gradient(left, rgba(246, 248, 250, 0) 0%, #ffffff 38.46%);
    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-wrap {
  padding: 2.1em 0 0 0;
  min-height: 50vh;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.1em;
  grid-row-gap: 3em;
}
.result-list .list-item {
  background: #fff;
  border-radius: 0.6em;
}
.result-list .list-item.style-news {
  background: none;
  grid-column: span 3;
  border-radius: 0;
  border-bottom: 1px solid #D5D3D1;
}
.result-list .list-item.style-news .item-body {
  padding: 1.6em 0 1.9em 0;
}
.result-list .list-item.style-news .item-title {
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 99;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list .list-item.style-news .item-other {
  padding-top: 0.3125em;
}
.result-list .list-item.style-news .date {
  color: var(--mt-global-color-blue);
}
.result-list .item-title {
  font-family: "NotoSansMedium";
  font-size: 1em;
  line-height: 1.5em;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.result-list .hcis-btn-viewdet {
  color: var(--mt-global-color-gray-dark);
}
.result-list .date {
  font-size: 0.8em;
  line-height: 1em;
}
.result-list .item-other {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 3.4em;
}
.result-list .item-desc {
  font-size: 0.9em;
  line-height: 1.5555555556em;
  color: var(--mt-global-color-gray-dark);
  margin-top: 0.6666666667em;
  height: 3.1111111111em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-list .item-body {
  padding: 1.3em 1.3em 0.6em 1.3em;
}
.result-list .item-img {
  position: relative;
  margin: 2px 2px 0 2px;
  padding-top: 54.8245614035%;
  height: 0;
  border-radius: 0.6em 0.6em 0 0;
  overflow: hidden;
  display: block;
  width: -webkit-calc(100% - 4px);
  width: calc(100% - 4px);
}
.result-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 992px) {
  .result-list .hcis-btn-viewdet:hover {
    color: var(--mt-global-color-blue);
    cursor: pointer;
  }
  .result-list .item-title:hover {
    color: var(--mt-global-color-blue);
    cursor: pointer;
  }
  .result-list .item-img:hover {
    cursor: pointer;
  }
  .result-list .item-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 991.98px) {
  .result-list-wrap {
    padding: 0.6rem 0 0 0;
  }
  .result-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }
  .result-list .date {
    font-size: 0.28rem;
    line-height: 1em;
  }
  .result-list .item-other {
    padding-top: 1rem;
  }
  .result-list .item-desc {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .result-list .item-title {
    font-size: 0.36rem;
    line-height: 0.5rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .result-list .item-body {
    padding: 0.4rem;
  }
  .result-list .list-item {
    margin-bottom: 0.6rem;
  }
  .result-list .list-item:last-child {
    margin-bottom: 0;
  }
  .result-list .list-item.style-news {
    grid-column: span 1;
    margin-bottom: 0;
  }
}
/* 辅助栏目-隐私政策 */
body.hide-purchase .btn-go-shop {
  display: none;
}

.privacy-main {
  min-height: 30vh;
}

.privacy-top {
  background: #E3F5FD;
  padding: 3.5rem 0 3rem;
}
.privacy-top .rocket-title-xxl {
  margin-bottom: 0.75rem;
}
.privacy-top .date {
  font-size: 0.8rem;
  line-height: 1.2rem;
}

@media (min-width: 992px) {
  .p-privacy .foot-ctbuy-box {
    margin-top: 6rem;
  }
}
.privacy-list .rocket-collapse-handle {
  -webkit-mask: url(/img/images/yszc.svg) no-repeat center/contain;
          mask: url(/img/images/yszc.svg) no-repeat center/contain;
  background: #00A2E9;
  background-size: contain;
  width: 0.95rem;
  height: 0.6rem;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.privacy-list .rocket-collapse-handle .bi {
  display: none;
}
.privacy-list .rocket-collapse-active .rocket-collapse-handle {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.privacy-list .rocket-block-text ul li, .privacy-list .rocket-classical-text ul li {
  padding-left: 0.75rem;
}
.privacy-list .rocket-block-text ul li::before, .privacy-list .rocket-classical-text ul li::before {
  color: #00A2E9;
  left: -0.5rem;
}

.p-privacy .foot-ctbuy-box {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .privacy-list .rocket-collapse-handle {
    width: 0.28rem;
    height: 0.16rem;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 0.14rem !important;
  }
  .privacy-list .rocket-collapse-handle .bi {
    display: none;
  }
  .privacy-list .rocket-block-text ul li, .privacy-list .rocket-classical-text ul li {
    padding-left: 0.3rem;
  }
  .privacy-list .rocket-block-text ul li::before, .privacy-list .rocket-classical-text ul li::before {
    color: #00A2E9;
    left: -0.1rem;
  }
  .privacy-top {
    padding: 0.7rem 0 0.7rem;
  }
  .privacy-top .rocket-title-xxl {
    margin-bottom: 0.2rem;
    line-height: 0.48rem;
  }
  .privacy-top .date {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
/* 页面主题 */
/*主题-背景蓝色*/
.page-theme-blue {
  background: var(--mt-global-color-blue-light);
}
.page-theme-blue .foot-ctbuy-box {
  color: #fff;
  margin-bottom: 0;
}
.page-theme-blue .foot-ctbuy-btnbox .innosc-btn-fill-blue {
  background-color: #1F3165;
  border-color: #1F3165;
  color: #fff;
  box-shadow: 4px 4px 4px 0px rgb(1, 217, 255), -4px -4px 10px 0px rgb(1, 217, 255);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.page-theme-blue .foot-ctbuy-btnbox .innosc-btn-stroke-blue {
  border-color: #fff;
  color: #fff;
}
.page-theme-blue .foot-ctbuy-line {
  background: -webkit-linear-gradient(left, #3B609B 0%, #7FD1F4 33%, #44B053 66%, #FFED09 100%);
  background: linear-gradient(90deg, #3B609B 0%, #7FD1F4 33%, #44B053 66%, #FFED09 100%);
}

@media (min-width: 992px) {
  .page-theme-blue .foot-ctbuy-btnbox .innosc-btn-fill-blue:hover {
    background-color: #1F3165;
    border-color: #1F3165;
    box-shadow: 4px 4px 20px 0px rgb(1, 217, 255), -4px -4px 20px 0px rgb(1, 217, 255);
  }
}