@charset "UTF-8";
/*******/
/* 自定义下拉框 */
.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%);
  }
}
/****
 * 其他
*****/
/* 提示框 */
.tooltip {
  font-size: .7em;
}

#modalCopyLink {
  display: block;
  white-space: nowrap;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 3px;
  font-size: .8em;
  padding: .5em 1.25em;
}

#modalCopyUrlBox {
  background: rgba(0, 0, 0, 0.82);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
#modalCopyUrlBox .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
#modalCopyUrlBox .modal-content {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.65);
  padding: 0.56rem 0.3rem 0.5rem;
  text-align: center;
}
#modalCopyUrlBox .icon {
  width: 0.88rem;
  display: block;
  margin: 0 auto 0.2rem;
  color: var(--mt-global-color-theme);
}
#modalCopyUrlBox .title {
  font-size: 0.46rem;
  line-height: 0.64rem;
  font-weight: bold;
}
#modalCopyUrlBox .text {
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #525252;
}
#modalCopyUrlBox .btnbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.4rem 0 0;
}
#modalCopyUrlBox .btn-close {
  width: 2.2rem;
  height: 0.64rem;
  display: block;
  position: relative;
  flex: none;
  font-size: 0.28rem;
  line-height: 0.48rem;
  color: #fff;
  background: var(--mt-global-color-theme);
  border-radius: 0.32rem;
}
#modalCopyUrlBox .btn-close > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/** 页面置灰 **/
.page-gray {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.page-gray * {
  filter: Gray;
  -webkit-filter: Gray;
  -o-filter: Gray;
  -ms-filter: Gray;
  -moz-filter: Gray;
}

/** 公共分页 **/
.global-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  gap: 0 2.5rem;
  font-size: max(14px, 0.8rem);
  line-height: 1.4rem;
  color: var(--mt-global-color-theme);
  white-space: nowrap;
}
.global-paging .paging-ctrl {
  width: 4.35rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px currentColor;
  border-radius: 1rem;
  opacity: 1;
  font-size: 14px;
  line-height: 1em;
  color: inherit;
  grid-gap: 0 6px;
}
.global-paging .paging-ctrl .bi {
  flex: none;
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  background-color: currentColor;
}
.global-paging .paging-ctrl.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.global-paging .paging-num {
  display: flex;
  align-items: center;
}
.global-paging .paging-num.web {
  gap: 0 0.5rem;
}
.global-paging .paging-num.web a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: none;
}
.global-paging .paging-num.web a.active {
  background: var(--mt-global-color-theme);
  color: #fff;
}
.global-paging .paging-num.app {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.global-paging .paging-num.app > * {
  display: flex;
  align-items: center;
}
.global-paging .paging-num.app > *:last-child::before {
  content: '/';
  display: block;
  flex: none;
  margin: 0 0.12rem 0 0.2rem;
}
.global-paging .paging-num.app input {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border: solid 1px #CDCED9;
  text-align: center;
  border-radius: 2px;
  background: transparent;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
}

@media (min-width: 992px) {
  .global-paging .paging-num a:hover {
    background: var(--mt-global-color-theme);
    color: #fff;
  }
  .global-paging .paging-ctrl.prev .bi {
    -webkit-mask: url(/img/common/page-left.svg) no-repeat center/contain;
    mask: url(/img/common/page-left.svg) no-repeat center/contain;
  }
  .global-paging .paging-ctrl.next .bi {
    -webkit-mask: url(/img/common/page-right.svg) no-repeat center/contain;
    mask: url(/img/common/page-right.svg) no-repeat center/contain;
  }
  .global-paging .paging-ctrl:not(.disabled):hover {
    background: var(--mt-global-color-theme);
    border-color: var(--mt-global-color-theme);
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .global-paging {
    margin-top: 1rem;
    grid-gap: 0 0.5rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .global-paging .paging-ctrl {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
  }
  .global-paging .paging-ctrl .bi {
    width: 100%;
    height: 100%;
  }
  .global-paging .paging-ctrl.prev .bi {
    -webkit-mask: url(/img/common/page-left_m.svg) no-repeat center/contain;
    mask: url(/img/common/page-left_m.svg) no-repeat center/contain;
  }
  .global-paging .paging-ctrl.next .bi {
    -webkit-mask: url(/img/common/page-right_m.svg) no-repeat center/contain;
    mask: url(/img/common/page-right_m.svg) no-repeat center/contain;
  }
}
/* 分享微信二维码 */
.wechat-qrcode-box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  padding: 10px 0 0;
}

.wechat-qrcode {
  color: #666;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 200px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px #aaa;
  position: relative;
  padding: 0 0 5px;
}
.wechat-qrcode .share-close {
  background: transparent;
  border: 0;
  color: #000 !important;
  font-size: 25px;
  line-height: 26px;
  display: block;
  position: absolute;
  right: 2px;
  top: -2px;
}
.wechat-qrcode .toptext {
  background-color: #f3f3f3;
  color: #777;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
}
.wechat-qrcode .qrcode {
  margin: 5px auto;
  width: 138px;
}
.wechat-qrcode .qrcode img {
  width: 100%;
  height: auto;
  display: block;
}
.wechat-qrcode .bottext {
  color: #666;
  font-size: 1em;
  line-height: 1.95em;
}

/* 动态组件-示例 */
/* 自定义样式-新闻列表 */
.pnews-topbox {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.pnews-headline-swiper {
  width: 100%;
  height: min(52.1vw, 900px);
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.pnews-headline-swiper .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pnews-headline-swiper .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pnews-headline-swiper .slide-text-box {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  padding: min(16.7vw, 288px) 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.pnews-headline-swiper .slide-infos {
  display: flex;
  position: relative;
  white-space: nowrap;
  font-size: max(14px, 0.8rem);
  line-height: 1.875em;
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.pnews-headline-swiper .slide-infos > * {
  display: flex;
  align-items: center;
  position: relative;
}
.pnews-headline-swiper .slide-infos > *:not(:last-child)::after {
  content: '·';
  margin: 0 5px;
}
.pnews-headline-swiper .slide-infos .time {
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.pnews-headline-swiper .slide-title {
  max-width: 33rem;
  font-size: 2rem;
  line-height: 3rem;
  max-height: calc(3rem * 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.pnews-headline-swiper .slide-handle {
  display: flex;
  margin: 2rem 0 0;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.pnews-headline-swiper .swiper-slide-active .slide-infos {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  -webkit-transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
.pnews-headline-swiper .swiper-slide-active .slide-title {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.pnews-headline-swiper .swiper-slide-active .slide-handle {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.pnews-headline-handle {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15.56%;
  z-index: 20;
}

.pnews-swiper-paging {
  margin: 0;
  color: #fff;
  --autotime: 5s;
}
.pnews-swiper-paging .bullet {
  width: 1.5rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.pnews-swiper-paging .bullet::before {
  height: 2px;
}
.pnews-swiper-paging .bullet::after {
  height: 2px;
  background: #fff;
}
.pnews-swiper-paging .active::after {
  transition: all var(--autotime) ease;
  -webkit-transition: all var(--autotime) ease;
}

.pnews-swip-prev {
  color: #fff;
  left: 2.5rem;
}

.pnews-swip-next {
  color: #fff;
  right: 2.5rem;
}

.pnews-mainbox {
  padding: 5rem 0;
}

.pnews-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.news-list {
  display: grid;
  grid-gap: 3rem 0;
  color: var(--mt-global-color-theme);
}
.news-list .item {
  width: 100%;
  padding: 0 0 3rem;
  border-bottom: solid 1px #CDCED9;
}
.news-list .item-box {
  width: 100%;
  display: flex;
  grid-gap: 0 3rem;
}
.news-list .item-date {
  flex: none;
  white-space: nowrap;
}
.news-list .item-date.web {
  font-family: "Poppins-bold", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.news-list .item-date.app {
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #B1B5C0;
  margin: 0.2rem 0 0;
}
.news-list .item-imgs {
  flex: none;
  width: 15.4rem;
  position: relative;
  overflow: hidden;
}
.news-list .item-imgs .imgs {
  width: 100%;
  padding: 56.82% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.news-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.news-list .item-body {
  width: 100%;
  flex: 1;
}
.news-list .item-title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
  max-height: calc(1.5rem * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list .item-desc {
  font-size: max(14px, 0.8rem);
  line-height: 1.4rem;
  color: var(--mt-global-color-black);
  max-height: calc(1.4rem * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 1.5rem 0 0;
}

@media (min-width: 992px) {
  .p-news .footer {
    z-index: 15;
    padding-top: 8.7rem;
    background-image: url("/img/common/foot-bg2.webp");
  }

  .pnews-swiper-paging {
    justify-content: flex-start;
  }

  .news-list .item:hover .item-title {
    color: var(--mt-global-color-blue);
  }
  .news-list .item:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media (max-width: 991.98px) {
  .pnews-headline-swiper {
    height: 9rem;
  }
  .pnews-headline-swiper .slide-text-box {
    padding: 2.2rem 0 0;
  }
  .pnews-headline-swiper .slide-infos {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .pnews-headline-swiper .slide-title {
    font-size: 0.48rem;
    line-height: 0.64rem;
    max-width: none;
  }
  .pnews-headline-swiper .slide-handle {
    margin: 0.6rem 0 0;
  }

  .pnews-headline-handle {
    bottom: 0.6rem;
  }

  .pnews-swiper-paging .bullet {
    width: 0.6rem;
  }

  .pnews-mainbox {
    padding: 1rem 0;
  }

  .pnews-header {
    flex-direction: column;
    grid-gap: 0.4rem 0;
    margin-bottom: 0.6rem;
  }

  .news-list {
    grid-gap: 0.6rem 0;
  }
  .news-list .item {
    padding: 0;
    border-bottom: none;
  }
  .news-list .item-box {
    flex-direction: column;
    grid-gap: 0.3rem 0;
  }
  .news-list .item-imgs {
    width: 100%;
  }
  .news-list .item-imgs .imgs {
    border-radius: 0.1rem;
  }
  .news-list .item-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: inherit;
    max-height: calc(0.48rem * 2);
  }
}
/* 自定义样式-新闻详情 */
.p-newsdet .head-place {
  display: block;
}

.newsdet-mainbox {
  padding: 3rem 0 6rem;
}

.newsdet-layout {
  width: 100%;
  display: grid;
  grid-template-columns: calc(100% - 15.4rem - 4.6rem) 15.4rem;
  grid-gap: 4.6rem;
}

.newsdet-topbox {
  width: 100%;
  padding: 0 0 1.5rem;
  border-bottom: solid 1px #CDCED9;
  margin-bottom: 2.5rem;
}

.newsdet-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #000;
}

.newsdet-infos {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
  grid-gap: 0 1em;
}
.newsdet-infos .date {
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.newsdet-doc {
  min-height: 50vh;
}
.newsdet-doc .rocket-content__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.newsdet-doc .rocket-block-text,
.newsdet-doc .rocket-classical-text {
  font-size: 16px;
  line-height: 1.75em;
  color: inherit;
}

.newsdet-footer {
  margin: 4rem 0 0;
}

.newsdet-paging {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  border-top: solid 1px #CDCED9;
}

.newsdet-pageitem {
  width: 100%;
  padding: 0.8rem 0;
  border-bottom: solid 1px #CDCED9;
}
.newsdet-pageitem .item-box {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  grid-gap: 0 1rem;
}
.newsdet-pageitem .item-left {
  flex: none;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6.5rem;
  padding: 0 1rem 0 0;
  position: relative;
}
.newsdet-pageitem .item-left::after {
  content: '';
  display: block;
  width: 1px;
  height: 1rem;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.newsdet-pageitem .item-left .bi {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  background: currentColor;
  position: relative;
}
.newsdet-pageitem .item-title {
  height: 1.75em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsdet-pageitem.prev .item-left .bi {
  -webkit-mask: url("/img/common/page-up.svg") no-repeat center/contain;
  mask: url("/img/common/page-up.svg") no-repeat center/contain;
}
.newsdet-pageitem.next .item-left .bi {
  -webkit-mask: url("/img/common/page-down.svg") no-repeat center/contain;
  mask: url("/img/common/page-down.svg") no-repeat center/contain;
}
.newsdet-pageitem.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.newsdet-handle {
  margin: 1.5rem 0 0;
  display: flex;
}

.newsdet-layout-aside {
  position: relative;
}

.newsdet-aisde-sticky {
  width: 100%;
}

.newsdet-asitem {
  padding: 0 0 1.5rem;
  border-bottom: solid 1px #CDCED9;
  margin-bottom: 1.5rem;
}
.newsdet-asitem:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.newsdet-asitem .asitem-lvtit {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.newsdet-recent-news .recent-list {
  display: grid;
  grid-gap: 1.5rem 0;
}
.newsdet-recent-news .recent-list .item-box {
  width: 100%;
  display: block;
  position: relative;
}
.newsdet-recent-news .recent-list .item-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.newsdet-recent-news .recent-list .item-imgs .imgs {
  width: 100%;
  padding: 56.82% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.newsdet-recent-news .recent-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.newsdet-recent-news .recent-list .item-title {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  overflow: hidden;
  max-height: calc(1.75em * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
}
.newsdet-recent-news .recent-list .item-date {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.7;
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}

.newsdet-social .g-social-share {
  flex-direction: column;
  grid-gap: 1rem 0;
}
.newsdet-social .g-social-share .item:hover .item-ico {
  color: var(--mt-global-color-theme-h);
}
.newsdet-social .g-social-share .item-ico img {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 992px) {
  .newsdet-pageitem:hover {
    color: var(--mt-global-color-blue);
  }

  .newsdet-recent-news .recent-list .item:hover .item-title {
    color: var(--mt-global-color-theme-h);
  }
  .newsdet-recent-news .recent-list .item:hover .item-imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media (max-width: 991.98px) {
  .newsdet-mainbox {
    padding: 0.4rem 0 1rem;
  }

  .newsdet-layout {
    display: block;
  }

  .newsdet-topbox {
    padding: 0 0 0.6rem;
    margin-bottom: 0.8rem;
  }
  .newsdet-topbox .noet-return {
    height: auto;
    border-radius: 0px;
    justify-content: flex-start;
    margin: 0 0 0.4rem;
  }
  .newsdet-topbox .noet-return > * {
    width: auto;
    padding: 0;
  }

  .newsdet-title {
    font-size: 0.48rem;
    line-height: 0.64rem;
    color: inherit;
  }

  .newsdet-infos {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0.3rem 0 0;
    grid-gap: 0 0.2rem;
  }

  .newsdet-doc .rocket-block-text,
  .newsdet-doc .rocket-classical-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }

  .newsdet-footer {
    margin: 0.8rem 0 0;
  }

  .newsdet-paging {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.6rem 0 0;
    display: flex;
    justify-content: space-between;
  }

  .newsdet-pageitem {
    width: 1.94rem;
    height: 0.8rem;
    border: solid 1px currentColor;
    border-radius: 0.4rem;
    padding: 0;
  }
  .newsdet-pageitem .item-box {
    height: 100%;
    grid-gap: 0;
  }
  .newsdet-pageitem .item-left {
    width: 100%;
    grid-gap: 0 0.14rem;
    padding: 0;
    justify-content: center;
  }
  .newsdet-pageitem .item-left::after {
    display: none;
  }
  .newsdet-pageitem .item-left .bi {
    width: 0.22rem;
    height: 0.22rem;
  }
  .newsdet-pageitem.prev .item-left {
    flex-direction: row-reverse;
  }
  .newsdet-pageitem.prev .item-left .bi {
    -webkit-mask: url("/img/common/left-black.svg") no-repeat center/contain;
    mask: url("/img/common/left-black.svg") no-repeat center/contain;
  }
  .newsdet-pageitem.next .item-left .bi {
    -webkit-mask: url("/img/common/right-black.svg") no-repeat center/contain;
    mask: url("/img/common/right-black.svg") no-repeat center/contain;
  }
}
/* 自定义样式-关于我们 */
.pab-st {
  width: 100%;
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}
.pab-st .st-bgimgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pab-st .st-bgimgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pab-st .st-bgimgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pab-st .st-header {
  text-align: center;
  margin-bottom: 3rem;
}
.pab-st .st-text {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin: 1rem auto 0;
  max-width: 45rem;
}

@media (max-width: 991.98px) {
  .pab-st {
    padding: 1rem 0;
  }
  .pab-st .st-header {
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .pab-st .st-text {
    font-size: 0.3rem;
    margin: 0.3rem auto 0;
    max-width: none;
  }
}
.pab-st-introd {
  width: 100%;
  position: relative;
  height: 150vh;
  z-index: 5;
}
.pab-st-introd::after {
  content: '';
  display: block;
  width: 100%;
  height: 50vh;
  background: linear-gradient(180deg, rgba(245, 246, 248, 0), rgba(245, 246, 248, 0.01) 6.67%, rgba(245, 246, 248, 0.04) 13.33%, rgba(245, 246, 248, 0.08) 20%, rgba(245, 246, 248, 0.15) 26.67%, rgba(245, 246, 248, 0.23) 33.33%, rgba(245, 246, 248, 0.33) 40%, rgba(245, 246, 248, 0.44) 46.67%, rgba(245, 246, 248, 0.56) 53.33%, rgba(245, 246, 248, 0.67) 60%, rgba(245, 246, 248, 0.77) 66.67%, rgba(245, 246, 248, 0.85) 73.33%, rgba(245, 246, 248, 0.92) 80%, rgba(245, 246, 248, 0.96) 86.67%, rgba(245, 246, 248, 0.99) 93.33%, #f5f6f8);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 20;
}
.pab-st-introd .inside-banbox {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
.pab-st-introd .b-imgs.web {
  height: 100vh;
}
.pab-st-introd .b-imgs.app {
  height: 100dvh;
}
.pab-st-introd .b-text-box {
  align-items: flex-start;
  padding: 12rem 0 0;
}
.pab-st-introd .b-body {
  max-width: 45rem;
  margin: 0 auto;
}
.pab-st-introd .b-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
}

@media (min-width: 992px) {
  .pab-st-introd .b-text-box {
    padding: 11.5rem 0 0;
  }
  .pab-st-introd .b-body {
    max-width: none;
  }
  .pab-st-introd .b-heading-h1 {
    font-size: clamp(2.5rem, 3.7vw, 3.2rem);
    line-height: 1.25em;
  }
}
@media (max-width: 991.98px) {
  .pab-st-introd::after {
    height: 50dvh;
  }
  .pab-st-introd .b-text-box {
    padding: 3.22rem 0 0;
  }
  .pab-st-introd .b-body {
    max-width: none;
    text-align: left;
  }
  .pab-st-introd .b-heading-h1 {
    font-size: 0.64rem;
    line-height: 0.9rem;
    font-weight: 600;
    text-align: center;
  }
  .pab-st-introd .b-text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.4rem 0 0;
  }
}
.pab-cult-box {
  width: 100%;
  position: relative;
}

.pab-cult-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pab-cult-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pab-cult-imgs.web {
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.pab-cult-imgs.web .imgs {
  width: 100%;
  border-radius: inherit;
  position: relative;
  padding: 65% 0 0;
}
.pab-cult-imgs.app {
  width: 100vw;
  height: 66.67vw;
  margin: 0 -0.5rem;
}

.pab-cult-text {
  flex: none;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #fff;
  position: relative;
  min-height: 25rem;
  padding: 5rem;
  z-index: 5;
}
.pab-cult-text .textitem {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 1.5rem;
  grid-gap: 0 0.8rem;
}
.pab-cult-text .textitem:last-child {
  margin-bottom: 0;
}
.pab-cult-text .item-title {
  flex: none;
  white-space: nowrap;
  font-weight: bold;
}
.pab-cult-text .item-text {
  flex: 1;
  max-width: 18rem;
}

.pab-cult-introd.web {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  text-align: center;
  margin: 1.1rem 0 0;
}
.pab-cult-introd.app {
  font-size: 0.3rem;
  line-height: 0.48rem;
  margin: 0.6rem 0 0;
}

.pab-cult-layout {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 59.7% 1fr;
  grid-gap: 0 1rem;
}

.pab-cult-folds {
  background: #F5F6F8;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}

.pab-cult-folditem {
  position: relative;
  padding: 1.75rem 0;
  border-bottom: solid 1px #627A99;
}
.pab-cult-folditem:last-child {
  border-bottom: none;
}
.pab-cult-folditem .item-head {
  width: 100%;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: space-between;
  cursor: pointer;
}
.pab-cult-folditem .item-title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.pab-cult-folditem .item-arrow {
  flex: none;
  display: flex;
  align-items: center;
}
.pab-cult-folditem .item-arrow .bi {
  flex: none;
  width: 0.9rem;
  height: 0.9rem;
  display: block;
  -webkit-mask: url("/img/common/down-black.svg") no-repeat center/contain;
  mask: url("/img/common/down-black.svg") no-repeat center/contain;
  background: currentColor;
  color: inherit;
}
.pab-cult-folditem .item-body {
  display: none;
  padding: 1rem 0 0;
}
.pab-cult-folditem .item-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
}
.pab-cult-folditem.active .item-title {
  color: var(--mt-global-color-blue);
}
.pab-cult-folditem.active .item-arrow .bi {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (min-width: 992px) {
  .pab-cult-box {
    display: flex;
    justify-content: flex-end;
  }

  .pab-cult-folditem:hover .item-title {
    color: var(--mt-global-color-blue);
  }
}
@media (max-width: 991.98px) {
  .pab-cult-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin: 0.6rem 0 0;
    width: 100%;
    min-height: 0;
    padding: 0;
    color: inherit;
  }
  .pab-cult-text .textitem {
    margin-bottom: 0.4rem;
    grid-gap: 0;
  }
  .pab-cult-text .item-title {
    width: 1.5rem;
    flex: none;
  }
  .pab-cult-text .item-text {
    max-width: none;
  }
}
.pab-st-hist {
  background: #F5F6F8;
}

.hist-text-swip {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.hist-text-swip .swiper-slide:first-child .btn-prev {
  background-color: transparent;
  color: var(--mt-global-color-theme);
  pointer-events: none;
}
.hist-text-swip .swiper-slide:last-child .btn-next {
  background-color: transparent;
  color: var(--mt-global-color-theme);
  pointer-events: none;
}
.hist-text-swip .swiper-slide-active .hist-text-card {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.hist-text-card {
  width: 100%;
  height: 26rem;
  display: grid;
  grid-template-columns: min(47.3%, 26rem) 1fr;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: solid 1px #E3E3E3;
  overflow: hidden;
}
.hist-text-card .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.hist-text-card .imgs img {
  width: 100%;
  height: 100%;
  display: blcok;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.hist-text-card .card-body {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 2.5rem 0;
}
.hist-text-card .card-date {
  font-size: max(14px, 0.8rem);
  line-height: 1.625em;
  color: var(--mt-global-color-blue-gray);
  margin-bottom: 0.5rem;
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.hist-text-card .card-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  color: var(--mt-global-color-black);
}
.hist-text-card .card-text > * {
  margin-bottom: 0.5rem;
}
.hist-text-card .card-text > *:last-child {
  margin-bottom: 0;
}
.hist-text-card .card-text > *:first-child {
  margin-top: 0;
}
.hist-text-card .card-text h1, .hist-text-card .card-text h2, .hist-text-card .card-text h3, .hist-text-card .card-text h4, .hist-text-card .card-text h5, .hist-text-card .card-text h6 {
  font-size: 1.5rem;
  line-height: 1.33em;
  font-weight: bold;
  color: var(--mt-global-color-theme);
  margin: 2rem 0 0.5rem;
  position: relative;
}
.hist-text-card .card-handle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hist-thumb-box {
  width: 100%;
  position: relative;
  padding: 0 1.75rem;
  margin: 3rem 0 0;
}
.hist-thumb-box::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: dashed 1px var(--mt-global-color-blue);
  position: absolute;
  left: 0;
  top: 1.5rem;
  z-index: 1;
  pointer-events: none;
}

.hist-thumb-swip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hist-thumb-swip .swiper-slide {
  width: 6.5rem;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  color: var(--mt-global-color-black);
}
.hist-thumb-swip .slide-box {
  max-width: 6.5rem;
  font-size: max(14px, 0.8rem);
  line-height: 1.1rem;
  cursor: pointer;
}
.hist-thumb-swip .slide-point {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 0 auto 0.5rem;
  position: relative;
  background: url("/img/common/hist-pot1.svg") no-repeat center center;
  background-size: 2rem auto;
}
.hist-thumb-swip .slide-date {
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5rem;
  margin-bottom: 4px;
}
.hist-thumb-swip .is-active,
.hist-thumb-swip .swiper-slide-thumb-active {
  color: var(--mt-global-color-blue);
}
.hist-thumb-swip .is-active .slide-point,
.hist-thumb-swip .swiper-slide-thumb-active .slide-point {
  background: url("/img/common/hist-pot2.svg") no-repeat center center;
  background-size: contain;
}
.hist-thumb-swip .is-active .slide-date,
.hist-thumb-swip .swiper-slide-thumb-active .slide-date {
  font-family: "Poppins-bold", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.hist-thumb-swip .is-active .slide-text,
.hist-thumb-swip .swiper-slide-thumb-active .slide-text {
  font-weight: bold;
}

@media (min-width: 992px) {
  .hist-text-card::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .hist-text-card .card-text {
    height: 15rem;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .hist-text-card .card-text .title {
    flex: none;
  }
  .hist-text-card .card-text .text {
    flex: 1;
    height: 100%;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .hist-text-card .card-text .text::-webkit-scrollbar {
    width: 4px;
  }
  .hist-text-card .card-text .text::-webkit-scrollbar-track {
    width: 2px;
    margin: 0 auto;
    background: rgba(84, 95, 108, 0.2);
    border-radius: 3px;
  }
  .hist-text-card .card-text .text::-webkit-scrollbar-thumb {
    width: 4px;
    background: var(--mt-global-color-theme);
    border-radius: 3px;
  }

  .hist-text-swip {
    max-width: 1100px;
  }
  .hist-text-swip .swiper-slide {
    opacity: 0;
  }
  .hist-text-swip .swiper-slide[data-next="1"], .hist-text-swip .swiper-slide[data-next="2"], .hist-text-swip .swiper-slide[data-next="3"], .hist-text-swip .swiper-slide[data-prev="1"], .hist-text-swip .swiper-slide[data-prev="2"], .hist-text-swip .swiper-slide[data-prev="3"] {
    opacity: 1;
  }
  .hist-text-swip .swiper-slide[data-next="1"] .hist-text-card::after, .hist-text-swip .swiper-slide[data-next="2"] .hist-text-card::after, .hist-text-swip .swiper-slide[data-next="3"] .hist-text-card::after, .hist-text-swip .swiper-slide[data-prev="1"] .hist-text-card::after, .hist-text-swip .swiper-slide[data-prev="2"] .hist-text-card::after, .hist-text-swip .swiper-slide[data-prev="3"] .hist-text-card::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .hist-text-swip .swiper-slide[data-next="1"] .hist-text-card::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 90%);
  }
  .hist-text-swip .swiper-slide[data-next="2"] .hist-text-card::after {
    background: linear-gradient(to right, rgba(235, 235, 235, 0), #ebebeb 90%);
  }
  .hist-text-swip .swiper-slide[data-prev="1"] .hist-text-card::after {
    background: transparent;
  }
  .hist-text-swip .swiper-slide[data-prev="2"] .hist-text-card::after {
    background: linear-gradient(to left, rgba(235, 235, 235, 0), #ebebeb 90%);
  }
  .hist-text-swip .swiper-slide:not(.not-scroll, .is-end) .card-top {
    position: relative;
  }
  .hist-text-swip .swiper-slide:not(.not-scroll, .is-end) .card-top::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, white 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
  }
  .hist-text-swip .swiper-slide-active {
    opacity: 1;
  }
  .hist-text-swip .swiper-slide-active .hist-text-card::after {
    display: none;
  }
}
.hist-time-box {
  width: 100%;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  z-index: 20;
  margin-bottom: 0.2rem;
}
.hist-time-box .hd {
  width: 100%;
  height: 1.2rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 0 0.75rem 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #E3E3E3;
}
.hist-time-box .bi-arrow {
  flex: none;
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  background: currentColor;
  -webkit-mask: url("/img/common/down-black.svg") no-repeat center/contain;
  mask: url("/img/common/down-black.svg") no-repeat center/contain;
}
.hist-time-box .dropdown-box {
  width: 100%;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  visibility: hidden;
  pointer-events: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  max-height: calc(1rem * 7 + 2px);
  overflow: hidden;
  overflow-y: auto;
  border: solid 1px #E3E3E3;
  border-top: none;
}
.hist-time-box .dropdown-box::-webkit-scrollbar {
  width: 4px;
}
.hist-time-box .dropdown-box::-webkit-scrollbar-track {
  width: 2px;
  margin: 0 auto;
  background: rgba(84, 95, 108, 0.2);
  border-radius: 3px;
}
.hist-time-box .dropdown-box::-webkit-scrollbar-thumb {
  width: 4px;
  background: var(--mt-global-color-theme);
  border-radius: 3px;
}
.hist-time-box .dropdown-box .timelist li {
  height: 1rem;
  display: flex;
  align-items: center;
  padding: 0 0.4rem;
}
.hist-time-box .dropdown-box .timelist li.active {
  color: var(--mt-global-color-blue);
  font-weight: bold;
}
.hist-time-box .dropdown-box .timelist .trigger {
  display: block;
  min-width: 30%;
}
.hist-time-box.is-open .bi-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.hist-time-box.is-open .dropdown-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  -webkit-transform: none;
  transition: all 0.4s 0.1s ease;
  -webkit-transition: all 0.4s 0.1s ease;
}

@media (max-width: 991.98px) {
  .hist-text-card {
    height: auto;
    display: block;
    border-radius: 0.1rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .hist-text-card .imgs {
    padding: 100% 0 0;
    height: auto;
  }
  .hist-text-card .card-body {
    padding: 0.4rem 0.4rem 0.6rem;
    grid-gap: 0.6rem 0;
  }
  .hist-text-card .card-date {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .hist-text-card .card-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .hist-text-card .card-text > * {
    margin-bottom: 0.3rem;
  }
  .hist-text-card .card-text h1, .hist-text-card .card-text h2, .hist-text-card .card-text h3, .hist-text-card .card-text h4, .hist-text-card .card-text h5, .hist-text-card .card-text h6 {
    font-size: 0.4rem;
    line-height: 0.54rem;
    margin: 0.6rem 0 0.3rem;
  }
}
.pab-partner-box {
  width: 100%;
  display: grid;
  grid-gap: 4rem 0;
}

.pab-partner-swip .swiper-wrapper {
  grid-gap: 0 7rem;
}
.pab-partner-swip .swiper-slide {
  width: auto;
}
.pab-partner-swip img {
  height: 4rem;
  display: block;
  object-fit: contain;
  object-position: center;
}

.pab-partner-handle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
  font-size: 14px;
  line-height: 1em;
}
.pab-partner-handle .btn-control {
  display: flex;
  grid-gap: 0 8px;
  cursor: pointer;
  align-items: center;
}
.pab-partner-handle .btn-control .bi {
  flex: none;
  width: 1em;
  height: 1em;
  display: block;
  background-color: currentColor;
}
.pab-partner-handle .btn-control-pause .bi {
  -webkit-mask: url("/img/common/ico-pause.svg") no-repeat center/contain;
  mask: url("/img/common/ico-pause.svg") no-repeat center/contain;
}
.pab-partner-handle .btn-control-play {
  display: none;
}
.pab-partner-handle .btn-control-play .bi {
  -webkit-mask: url("/img/common/ico-play.svg") no-repeat center/contain;
  mask: url("/img/common/ico-play.svg") no-repeat center/contain;
}
.pab-partner-handle.is-pause .btn-control-play {
  display: flex;
}
.pab-partner-handle.is-pause .btn-control-pause {
  display: none;
}

@media (max-width: 991.98px) {
  .pab-partner-box {
    margin: 1rem 0 0;
    grid-gap: 0.8rem 0;
  }

  .pab-partner-swip .swiper-wrapper {
    grid-gap: 0 1rem;
  }
  .pab-partner-swip img {
    height: 0.8rem;
  }

  .pab-partner-handle {
    margin: 1rem 0 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .pab-partner-handle .btn-control {
    grid-gap: 0 0.2rem;
  }
  .pab-partner-handle .btn-control .bi {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.pab-st-honor {
  padding: 5rem 0 6.8rem;
  min-height: min(49.2vw, 42.5rem);
}

.pab-honor-box {
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 10;
}

.pab-honor-swiper {
  overflow: hidden;
}
.pab-honor-swiper .swiper-slide {
  width: calc((100% - 3rem * 3) / 4);
}
.pab-honor-swiper .slide-box {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: solid 1px rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 1.5rem 0 1.6rem;
}
.pab-honor-swiper .slide-imgs {
  width: 100%;
  padding: 0 2.25rem;
  position: relative;
  overflow: hidden;
}
.pab-honor-swiper .imgs {
  width: 100%;
  height: 7.5rem;
  display: block;
  overflow: hidden;
  position: relative;
}
.pab-honor-swiper .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pab-honor-swiper .slide-title {
  text-align: center;
  margin: 1.5rem 0 0;
  padding: 0 0.5em;
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .pab-st-honor .st-header {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 991.98px) {
  .pab-st-honor {
    padding: 1rem 0 2.14rem;
    min-height: min(164vw, 12.3rem);
  }

  .pab-honor-swiper .swiper-slide {
    width: 100%;
  }
  .pab-honor-swiper .slide-box {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    border-radius: none;
    padding: 0;
  }
  .pab-honor-swiper .slide-imgs {
    width: 5rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 0.1rem;
    margin: 0 auto;
  }
  .pab-honor-swiper .imgs {
    height: 3rem;
  }
  .pab-honor-swiper .slide-title {
    margin: 0.4rem 0 0;
    padding: 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }

  .honor-swip-paging {
    margin: 0.8rem 0 0;
    height: 3px;
    background: transparent;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .honor-swip-paging::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .honor-swip-paging .swiper-pagination-progressbar-fill {
    height: 3px !important;
    display: block;
    background: #FFFFFF;
    z-index: 5;
  }
}
/* 自定义样式-联系我们 */
.pct-st-topbox {
  position: relative;
}
.pct-st-topbox .inside-banbox {
  z-index: 5;
}
.pct-st-topbox .inside-banbox .b-imgs.web {
  height: 45rem;
}
.pct-st-topbox .inside-banbox .b-imgs.app {
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.pct-st-topbox .inside-banbox .b-text-box {
  align-items: flex-start;
  padding: 11rem 0 0;
}

.pct-fastlink-box {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 4.1rem;
  z-index: 20;
  color: #fff;
}

.pct-fastlink-swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pct-fastlink-swiper .slide-box {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.pct-fastlink-swiper .slide-imgs {
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pct-fastlink-swiper .slide-imgs img {
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pct-fastlink-swiper .slide-imgs .imgs {
  width: 100%;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.pct-fastlink-swiper .slide-imgs .imgs.web {
  height: 15rem;
}
.pct-fastlink-swiper .slide-imgs .imgs.web img {
  transform: translateX(2.5rem);
  -webkit-transform: translateX(2.5rem);
}
.pct-fastlink-swiper .slide-imgs .imgs.app {
  height: 6.5rem;
}
.pct-fastlink-swiper .slide-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 2rem;
}
.pct-fastlink-swiper .slide-title {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.pct-fastlink-swiper .slide-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  max-width: 13.125em;
  margin: 1rem 0 0;
}
.pct-fastlink-swiper .slide-bot {
  display: flex;
}

.pct-st .st-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  margin: 1rem 0 0;
}

.pct-st-other {
  padding: 5rem 0;
}
.pct-st-other .st-header {
  text-align: center;
  margin-bottom: 3rem;
}

.pct-other-grid {
  width: 100%;
  display: grid;
  grid-gap: 0 0.4rem;
  grid-template-columns: repeat(2, 1fr);
}

.pct-other-gitem {
  background-color: #F5F6F8;
  text-align: center;
  padding: 2.5rem;
}
.pct-other-gitem .item-title {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.pct-other-gitem .item-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  color: var(--mt-global-color-black);
  margin: 1rem 0 0;
}
.pct-other-gitem .item-way {
  margin: 2rem 0 0;
  color: var(--mt-global-color-blue);
  font-weight: bold;
  font-size: max(14px, 0.8rem);
  line-height: 1.375em;
}

.pct-other-coop {
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 10px;
  margin: 4rem 0 0;
  padding: 3rem 0.7rem 3.6rem;
}
.pct-other-coop .st-bgimgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pct-other-coop .st-bgimgs .imgs {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pct-other-coop .st-bgimgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pct-other-coop .st-body {
  width: 100%;
  position: relative;
  z-index: 10;
}
.pct-other-coop .st-lvtit {
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 4rem;
}

.pct-coop-swiper {
  text-align: center;
}
.pct-coop-swiper .slide-ico {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.pct-coop-swiper .slide-ico img {
  flex: none;
  width: 3rem;
  height: 3rem;
  display: block;
  object-fit: contain;
  object-position: center;
}
.pct-coop-swiper .slide-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: bold;
}
.pct-coop-swiper .slide-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  margin: 0.5rem 0 0;
}
.pct-coop-swiper .slide-ewm {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 0;
  position: relative;
}
.pct-coop-swiper .slide-ewm .hd {
  flex: none;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.pct-coop-swiper .slide-ewm .hd img {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  object-fit: contain;
  object-position: center;
}
.pct-coop-swiper .slide-ewm .dropdown-box {
  width: min(77%, 10rem);
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 60px);
  -webkit-transform: translate(-50%, 60px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0 1rem;
}
.pct-coop-swiper .slide-ewm .dropdown-box .imgs {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.pct-coop-swiper .slide-ewm .dropdown-box img {
  width: 100%;
  display: block;
}

.pct-st-mssg {
  padding: 5rem 0 6rem;
  background-color: #F5F6F8 !important;
}

.pct-mssg-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 18.5rem 1fr;
  grid-gap: 0 7.3%;
}
.pct-mssg-layout .s-heading-h2 {
  white-space: nowrap;
}
.pct-mssg-layout .st-tips {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  color: var(--mt-global-color-blue);
  margin: 1rem 0 0;
}

@media (min-width: 992px) {
  .pct-fastlink-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: 29% 29% 1fr;
    grid-gap: 0 1.5rem;
  }
  .pct-fastlink-swiper .noet-golink .bi {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .pct-fastlink-swiper .swiper-slide:last-child .slide-text {
    max-width: 18.75em;
  }
  .pct-fastlink-swiper .swiper-slide:hover .noet-golink .bi {
    margin-left: 10px;
  }

  .pct-coop-swiper .swiper-wrapper {
    justify-content: center;
  }
  .pct-coop-swiper .swiper-slide {
    width: 33.33%;
    position: relative;
    padding: 0 min(4.2%, 2.25rem);
  }
  .pct-coop-swiper .swiper-slide:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    right: 0;
    top: 2.2rem;
    bottom: 2.2rem;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .pct-coop-swiper .slide-ewm:hover .hd {
    opacity: 1;
  }
  .pct-coop-swiper .slide-ewm:hover .dropdown-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
@media (min-width: 1271px) {
  .pct-fastlink-box > * {
    width: 93.75vw;
    max-width: 1620px;
  }

  .pct-st-other > * {
    width: 62.5vw;
    max-width: 1080px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pct-fastlink-swiper .slide-imgs .imgs.web img {
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
  }
  .pct-fastlink-swiper .slide-text {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .pct-st-topbox {
    min-height: 100vh;
    position: relative;
    z-index: 1;
  }
  .pct-st-topbox .inside-banbox .b-text-box {
    padding: 2.46rem 0 0;
    position: relative;
    height: auto;
  }

  .pct-fastlink-box {
    bottom: 0;
    padding: 0 0 1.24rem;
    position: static;
    margin: 2rem 0 0;
  }

  .pct-fastlink-swiper .slide-box {
    border-radius: 0.2rem;
  }
  .pct-fastlink-swiper .slide-body {
    padding: 0.6rem;
  }
  .pct-fastlink-swiper .slide-title {
    font-size: 0.36rem;
  }
  .pct-fastlink-swiper .slide-text {
    font-size: 0.28rem;
    max-width: none;
    margin: 0.3rem 0 0;
  }

  .pct-fastlink-paging {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    z-index: 20;
    color: #fff;
  }
  .pct-fastlink-paging .bullet::after {
    background-color: #fff;
  }

  .pct-st {
    padding: 1rem 0;
    position: relative;
    background-color: #fff;
    z-index: 10;
  }
  .pct-st .st-header {
    margin-bottom: 0.6rem;
  }
  .pct-st .st-text {
    font-size: 0.3rem;
    margin: 0.3rem 0 0;
  }

  .pct-other-grid {
    grid-gap: 0.6rem 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .pct-other-gitem {
    padding: 0.6rem;
  }
  .pct-other-gitem .item-title {
    font-size: 0.4rem;
  }
  .pct-other-gitem .item-text {
    font-size: 0.28rem;
    margin: 0.2rem 0 0;
  }
  .pct-other-gitem .item-way {
    font-size: 0.28rem;
    margin: 0.6rem 0 0;
  }

  .pct-other-coop {
    border-radius: 0.1rem;
    margin: 0.6rem 0 0;
    padding: 0.6rem;
  }
  .pct-other-coop .st-lvtit {
    font-size: 0.4rem;
    margin-bottom: 0.7rem;
  }

  .pct-coop-swiper .slide-ico {
    margin-bottom: 0.2rem;
  }
  .pct-coop-swiper .slide-ico img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .pct-coop-swiper .slide-title {
    font-size: 0.36rem;
  }
  .pct-coop-swiper .slide-text {
    margin: 0.2rem 0 0;
    font-size: 0.28rem;
  }
  .pct-coop-swiper .slide-ewm {
    margin: 0.6rem 0 0;
  }
  .pct-coop-swiper .slide-ewm .hd {
    display: none;
  }
  .pct-coop-swiper .slide-ewm .dropdown-box {
    width: 2rem;
    position: static;
    transform: none;
    -webkit-transform: none;
    padding: 0;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
  .pct-coop-swiper .slide-ewm .dropdown-box .imgs {
    padding: 5px;
  }

  .pct-coop-paging {
    color: #fff;
    margin: 0.6rem 0 0;
  }
  .pct-coop-paging .bullet::after {
    background-color: #fff;
  }

  .pct-st-mssg .st-text {
    font-size: 0.28rem;
  }

  .pct-mssg-layout {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6rem 0;
  }
  .pct-mssg-layout .st-tips {
    font-size: 0.28rem;
    margin: 0.2rem 0 0;
  }
}
/* 自定义样式-产品 */
.p-ptdet {
  background: #161617;
}

.linear-w1 {
  background: var(--mt-global-linear-w1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.linear-hobbs {
  background: var(--mt-global-linear-hobbs);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.linear-e1 {
  background: var(--mt-global-linear-e1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.linear-n2 {
  background: var(--mt-global-linear-n2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.linear-heading {
  background: var(--pt-theme-section-title);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .linear-w1 {
    color: var(--mt-global-color-cyan);
  }

  .linear-hobbs {
    color: var(--mt-global-color-pink);
  }

  .linear-e1 {
    color: var(--mt-global-color-purple);
  }

  .linear-n2 {
    color: var(--mt-global-color-blue2);
  }
}
.ptdet-st {
  margin: 8rem 0;
}
.ptdet-st .st-header {
  text-align: center;
}
.ptdet-st [class*="s-heading-"] {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.ptdet-st .s-heading-h2 {
  font-size: clamp(2.4rem, 3.24vw, 2.8rem);
  line-height: 1.25em;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.ptdet-st .st-text {
  margin: 1.5rem auto 0;
  font-size: 1rem;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

@media (min-width: 992px) {
  .ptdet-no-margin {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .ptdet-st {
    margin: 1.2rem 0;
    overflow: hidden;
  }
  .ptdet-st .st-header {
    margin-bottom: 0.6rem;
  }
  .ptdet-st .s-heading-h2 {
    font-size: 0.44rem;
    line-height: 1.4em;
  }
  .ptdet-st .st-text {
    width: 100%;
    max-width: none;
    margin: 0.4rem 0 0;
    font-size: 0.32rem;
    line-height: 1.5em;
    text-align: left;
  }
  .ptdet-st .rocket-video-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem;
  }
  .ptdet-st .rocket-video-image .rocket-image {
    width: 100%;
    border-radius: inherit;
    padding: 56.15% 0 0;
    overflow: hidden;
    position: relative;
  }
  .ptdet-st .rocket-video-btn_play {
    width: 0.8rem;
    height: 0.8rem;
  }
  .ptdet-st .rocket-video-btn_play .bi {
    background-image: url("/img/common/video-play-blank.svg");
  }
}
@keyframes setScanPart {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes setScanTitle {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes setScanDesc {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 产品-满屏banner */
.ptdet-st-fullban {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin: 0;
}
.ptdet-st-fullban .b-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ptdet-st-fullban .b-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ptdet-st-fullban .b-imgs.web {
  height: 100vh;
}
.ptdet-st-fullban .b-imgs.app {
  background: #030303;
  height: 100dvh;
}
.ptdet-st-fullban .b-imgs.app img {
  height: auto;
  object-position: center bottom;
}
.ptdet-st-fullban .b-text-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0 8rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.ptdet-st-fullban .b-heading-h1 {
  font-size: 3.8rem;
  line-height: 1em;
  color: transparent;
  opacity: 0;
  display: flex;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.ptdet-st-fullban .b-heading-h1 .box {
  display: block;
  background: var(--pt-theme-banner-title);
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .ptdet-st-fullban .b-heading-h1 {
    color: #7FE9F3;
  }
}
.ptdet-st-fullban .b-text {
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.ptdet-st-fullban .b-text.web {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1.5em 0 0;
}
.ptdet-st-fullban .b-text.app {
  font-size: 0.32rem;
  line-height: 0.48rem;
  text-align: center;
  margin: 0.4rem 0 0;
}
.ptdet-st-fullban .b-handle {
  display: flex;
  margin: 2rem 0 0;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.ptdet-st-fullban .noet-video-play {
  cursor: pointer;
}
.ptdet-st-fullban.animated .b-heading-h1 {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  -webkit-transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
.ptdet-st-fullban.animated .b-text {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.ptdet-st-fullban.animated .b-handle {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

@media (min-width: 992px) {
  .ptdet-st-fullban .b-body {
    width: min(58%, 800px);
  }
}
@media (max-width: 991.98px) {
  .ptdet-st-fullban .b-text-box {
    align-items: flex-start;
    padding: 1.8rem 0.1rem 0;
    text-align: center;
  }
  .ptdet-st-fullban .b-heading-h1 {
    font-size: 0.72rem;
    line-height: 1rem;
    justify-content: center;
  }
  .ptdet-st-fullban .b-text {
    margin: 0.4rem 0 0;
  }
  .ptdet-st-fullban .b-handle {
    justify-content: center;
    margin: 1.57rem 0 0;
  }
  .ptdet-st-fullban .noet-video-play {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    background: url("/img/common/video-play-c-bi.svg") no-repeat center center #fff;
    background-size: contain;
    border: none;
  }
  .ptdet-st-fullban .noet-video-play > * {
    display: none;
  }
}
/* 产品-超一屏banner */
.ptdet-st-lgban {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.ptdet-st-lgban .b-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ptdet-st-lgban .b-imgs img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.ptdet-st-lgban .b-imgs.web {
  min-height: 68.23vw;
}
.ptdet-st-lgban .b-imgs.web img {
  min-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.ptdet-st-lgban .b-imgs.app {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ptdet-st-lgban .b-imgs.app img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ptdet-st-lgban .b-text-box {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 7rem;
  z-index: 10;
}
.ptdet-st-lgban .b-subtit {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  margin-bottom: 1rem;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  position: relative;
  white-space: nowrap;
}
.ptdet-st-lgban .b-subtit > * {
  flex: none;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 0 1rem;
  border-radius: 0.8rem;
  border: solid 1px #fff;
}
.ptdet-st-lgban .b-heading-h1 {
  font-size: 3.2rem;
  line-height: 1.25em;
  color: transparent;
  opacity: 0;
  display: flex;
  justify-content: center;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.ptdet-st-lgban .b-heading-h1 .box {
  display: block;
  background: var(--pt-theme-banner-title);
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .ptdet-st-lgban .b-heading-h1 {
    color: #A6A6FF;
  }
}
.ptdet-st-lgban .b-text {
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
}
.ptdet-st-lgban .b-text.web {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 1rem 0 0;
}
.ptdet-st-lgban .b-text.app {
  font-size: 0.36rem;
  line-height: 1.5em;
  text-align: center;
  margin: 0.3rem 0 0;
}
.ptdet-st-lgban .b-handle {
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  position: absolute;
  left: 0;
  top: 45.8%;
  z-index: 10;
}
.ptdet-st-lgban .noet-video-play {
  flex: none;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: none;
  margin: 0 auto;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  overflow: hidden;
  position: relative;
}
.ptdet-st-lgban .noet-video-play .bi {
  width: 200%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ptdet-st-lgban .noet-video-play .bi::before {
  content: '';
  display: block;
  flex: none;
  width: 50%;
  height: 100%;
  background: url("/img/common/video-play-c2-bi.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.ptdet-st-lgban .noet-video-play .bi::after {
  content: '';
  display: block;
  flex: none;
  width: 50%;
  height: 100%;
  background: url("/img/common/video-play-c-bi.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.ptdet-st-lgban.animated .b-subtit {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
  -webkit-transition: opacity 0.6s linear 0.1s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
.ptdet-st-lgban.animated .b-heading-h1 {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
  -webkit-transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.2s;
}
.ptdet-st-lgban.animated .b-text {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-transition: opacity 0.6s linear 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.ptdet-st-lgban.animated .b-handle {
  opacity: 1;
  transform: translateY(0) translateZ(0);
  -webkit-transform: translateY(0) translateZ(0);
  transition: opacity 0.6s linear 0.4s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  -webkit-transition: opacity 0.6s linear 0.4s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

@media (min-width: 992px) {
  .ptdet-st-lgban .noet-video-play:hover {
    background: #0861FF;
  }
  .ptdet-st-lgban .noet-video-play:hover .bi {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
}
@media (max-width: 991.98px) {
  .ptdet-st-lgban {
    background: #050103;
  }
  .ptdet-st-lgban .b-text-box {
    top: unset;
    position: relative;
    min-height: 200vw;
    padding: 1.6rem 0 0;
  }
  .ptdet-st-lgban .b-subtit {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .ptdet-st-lgban .b-subtit > * {
    padding: 0 0.34rem;
    height: 0.54rem;
    border-radius: 0.28rem;
  }
  .ptdet-st-lgban .b-subtit > *::after {
    padding: 1px;
  }
  .ptdet-st-lgban .b-heading-h1 {
    font-size: 0.8rem;
    line-height: 1.25em;
  }
  .ptdet-st-lgban .b-text {
    margin: 0.3rem 0 0;
  }
  .ptdet-st-lgban .b-handle {
    top: 9.67rem;
  }
  .ptdet-st-lgban .noet-video-play {
    width: 0.68rem;
    height: 0.68rem;
  }
}
/* 产品-滚动满屏视频 */
.ptdet-st-scvideo {
  width: 100%;
  position: relative;
}

.ptdet-scvideo-web {
  width: 100%;
  position: relative;
}
.ptdet-scvideo-web .st-header {
  margin-bottom: 3.5rem;
}

.ptdet-scvideo-video {
  width: 100%;
  height: 120vh;
  position: relative;
  margin: 0 auto;
}
.ptdet-scvideo-video .video-box {
  width: min(73vw, 1260px);
  height: min(37vw, 634px);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto;
  overflow: hidden;
  transform-origin: center bottom !important;
}
.ptdet-scvideo-video .video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ptdet-scvideo-video video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* 产品-左右图文 */
.ptdet-lrtw-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  position: relative;
  background: #323941;
  border-radius: 1rem;
  overflow: hidden;
}
.ptdet-lrtw-layout .rocket-video-image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ptdet-lrtw-video {
  width: 100%;
  padding: 100.63% 0 0;
  position: relative;
  overflow: hidden;
}
.ptdet-lrtw-video .video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ptdet-lrtw-video video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ptdet-lrtw-imgs {
  width: 100%;
  position: relative;
}
.ptdet-lrtw-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-lrtw-imgs .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ptdet-lrtw-imgs .imgs.web {
  height: 100%;
  padding: 100.63% 0 0;
}
.ptdet-lrtw-imgs .imgs.app {
  padding: 56.15% 0 0;
}

@media (min-width: 992px) {
  .ptdet-lrtw-video {
    height: 100%;
  }

  .ptdet-lrtw-text {
    padding: 4.7rem 3.5rem 4rem 3.5rem;
  }
  .ptdet-lrtw-text .s-heading-h2 {
    justify-content: flex-start;
    text-align: left;
  }
  .ptdet-lrtw-text .st-text {
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .ptdet-lrtw-layout {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 0.1rem;
  }

  .ptdet-lrtw-text {
    padding: 0.6rem 0.3rem;
  }
}
/* 产品-多媒体左视频右图片 */
.ptdet-dmedia-layout {
  width: 100%;
  display: grid;
  grid-template-columns: 63.5% calc(100% - 63.5% - 10px);
  grid-gap: 0 10px;
}

.ptdet-dmedia-video {
  width: 100%;
  height: 25rem;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.ptdet-dmedia-video .video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ptdet-dmedia-video video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ptdet-dmedia-imgs {
  width: 100%;
  position: relative;
}
.ptdet-dmedia-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-dmedia-imgs .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ptdet-dmedia-imgs .imgs.web {
  height: 25rem;
  border-radius: 10px;
}
.ptdet-dmedia-imgs .imgs.app {
  padding: 62.46% 0 0;
  border-radius: 0.1rem;
}

@media (min-width: 992px) {
  .ptdet-st-dmedia .st-header {
    margin-bottom: 3rem;
  }
  .ptdet-st-dmedia .st-text {
    max-width: 53rem;
  }
}
@media (max-width: 991.98px) {
  .ptdet-dmedia-layout {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
  }
}
/* 产品-自动满屏 */
.ptdet-fullmedia-box {
  position: relative;
}

.ptdet-fumedia-sticky {
  width: 100%;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ptdet-fullmedia-web {
  width: 100%;
  position: relative;
}

.ptdet-fullmedia-media {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ptdet-fullmedia-media.web {
  width: min(57vw, 980px);
  border-radius: 10px;
  overflow: hidden;
}
.ptdet-fullmedia-media.web .video-box, .ptdet-fullmedia-media.web .imgs-box {
  width: 100%;
  padding: 32.65% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.ptdet-fullmedia-media.web .video-js, .ptdet-fullmedia-media.web .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ptdet-fullmedia-media.web video, .ptdet-fullmedia-media.web img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ptdet-fullmedia-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.ptdet-fullmedia-imgs .imgs {
  width: 100%;
  padding: 56.15% 0 0;
  overflow: hidden;
  border-radius: inherit;
  position: relative;
}
.ptdet-fullmedia-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .ptdet-fullmedia-text {
    margin: 3rem 0 0;
  }
  .ptdet-fullmedia-text .st-text {
    max-width: 40rem;
  }

  .ptdet-fullmedia-antd {
    min-height: 180vh;
  }
  .ptdet-fullmedia-antd .ptdet-fumedia-sticky {
    overflow: hidden;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web .mask {
    display: flex;
    justify-content: center;
    background: #161617;
    opacity: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    position: absolute;
    overflow: hidden;
    z-index: 5;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web .mask-top {
    width: 100%;
    height: calc(20vh + 10px);
    align-items: flex-end;
    left: 0;
    top: 0;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web .mask-bottom {
    width: 100%;
    height: calc(20vh + 10px);
    bottom: 0;
    left: 0;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web .mask-left {
    width: calc(14vw + 10px);
    height: 100vh;
    left: 0;
    top: 0;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web .mask-right {
    width: calc(14vw + 10px);
    height: 100vh;
    right: 0;
    top: 0;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-web .mask-middle {
    width: 72vw;
    height: 60vh;
    background: transparent;
    border: solid 20px #161617;
    border-radius: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-media {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    border-radius: 0;
    z-index: 1;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-media .video-box, .ptdet-fullmedia-antd .ptdet-fullmedia-media .imgs-box {
    height: 100%;
    padding: 0;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text .s-heading-h2, .ptdet-fullmedia-antd .ptdet-fullmedia-text .st-text {
    color: #fff;
    opacity: 0;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text .s-heading-h2 > *, .ptdet-fullmedia-antd .ptdet-fullmedia-text .st-text > * {
    color: inherit;
    background: transparent;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text.is-show {
    opacity: 1;
    transition: all 0.3s 0.6s ease;
    -webkit-transition: all 0.3s 0.6s ease;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text.is-show > * {
    animation: setScanPart .5s ease 0s forwards;
    -webkit-animation: setScanPart .5s ease 0.6s forwards;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text.is-show .s-heading-h2 {
    animation: setScanTitle .8s ease 0.6s forwards;
    -webkit-animation: setScanTitle .8s ease 0.6s forwards;
  }
  .ptdet-fullmedia-antd .ptdet-fullmedia-text.is-show .st-text {
    animation: setScanDesc .8s ease .9s forwards;
    -webkit-animation: setScanDesc .8s ease .9s forwards;
  }

  .ptdet-fullmedia-display .ptdet-fullmedia-web .mask {
    display: none;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-media {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    border-radius: 0;
    z-index: 1;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-media .video-box, .ptdet-fullmedia-display .ptdet-fullmedia-media .imgs-box {
    height: 100%;
    padding: 0;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text {
    margin: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(22, 22, 23, 0) 0%, #161617 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 3rem 0 2rem;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text .sm-inner {
    width: 100%;
    max-width: none;
    padding: 0 6rem;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text .s-heading-h2, .ptdet-fullmedia-display .ptdet-fullmedia-text .st-text {
    color: #fff;
    opacity: 0;
    text-align: left;
    justify-content: flex-start;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text .s-heading-h2 > *, .ptdet-fullmedia-display .ptdet-fullmedia-text .st-text > * {
    color: inherit;
    background: transparent;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text .s-box {
    max-width: 35rem;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text .s-heading-h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text .st-text {
    margin: 1.3rem 0 0;
    font-size: 0.9rem;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text.is-show {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text.is-show > * {
    animation: setScanPart .5s ease forwards;
    -webkit-animation: setScanPart .5s ease forwards;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text.is-show .s-heading-h2 {
    animation: setScanTitle .8s ease 0.3s forwards;
    -webkit-animation: setScanTitle .8s ease 0.3s forwards;
  }
  .ptdet-fullmedia-display .ptdet-fullmedia-text.is-show .st-text {
    animation: setScanDesc .8s ease .6s forwards;
    -webkit-animation: setScanDesc .8s ease .6s forwards;
  }
}
@media (max-width: 991.98px) {
  .ptdet-fullmedia-grid {
    display: grid;
    grid-gap: 0.6rem 0;
  }
}
/* 产品-150nm */
.ptdet-150nm-num {
  display: flex;
  justify-content: center;
}
.ptdet-150nm-num.web {
  font-size: 6.4rem;
  line-height: 1em;
  color: var(--mt-global-color-vi);
  margin: -0.125em 0 -0.148em;
}
.ptdet-150nm-num.app {
  margin-bottom: -2px;
}
.ptdet-150nm-num.app img {
  flex: none;
  width: 4.6rem;
  display: block;
}

@media (min-width: 992px) {
  .ptdet-st-150nm.ptdet-fullmedia-antd .mask-top, .ptdet-st-150nm.ptdet-fullmedia-antd .mask-bottom {
    height: 33.5%;
  }
  .ptdet-st-150nm.ptdet-fullmedia-antd .mask-left, .ptdet-st-150nm.ptdet-fullmedia-antd .mask-right {
    width: 22vw;
  }
  .ptdet-st-150nm.ptdet-fullmedia-antd .ptdet-150nm-num {
    margin: 0;
    transform: translateY(14.8%);
    -webkit-transform: translateY(14.8%);
  }
}
@media (max-width: 991.98px) {
  .ptdet-st-150nm .ptdet-fullmedia-app .rocket-video-image .rocket-image {
    padding: 61.38% 0 0;
  }
  .ptdet-st-150nm .ptdet-fullmedia-app .ptdet-fullmedia-imgs .imgs {
    padding: 61.38% 0 0;
  }
}
/* 产品-应用场景 */
.ptdet-st-scenes {
  margin: 11rem 0 0;
  padding: 0 0 7.5rem;
}
.ptdet-st-scenes .s-heading-h2 {
  font-weight: inherit;
  line-height: 3rem;
}

.ptdet-scenes-box {
  position: relative;
}

.ptdet-scenes-point {
  width: 1000px;
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.ptdet-scenes-point .point {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.ptdet-scenes-point .pot1 {
  left: 0;
  top: -32px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.ptdet-scenes-point .pot3 {
  right: 0;
  top: -32px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.ptdet-scenes-point .pot2 {
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: var(--mt-global-color-vi);
}
.ptdet-scenes-point .pot2::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  display: block;
  background: var(--mt-global-color-vi);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  animation: teachin 2s linear infinite;
  transform-origin: center center;
}

.ptdet-scenes-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ptdet-scenes-swiper .swiper-slide {
  width: 29rem;
}
.ptdet-scenes-swiper .imgs {
  width: 100%;
  padding: 60.345% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  opacity: 0.5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.ptdet-scenes-swiper .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-scenes-swiper .title {
  display: none;
}
.ptdet-scenes-swiper .swiper-slide-active .imgs {
  opacity: 1;
}

.ptdet-scenes-option {
  text-align: center;
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.5em;
  color: #fff;
}

.ptdet-scenes-paging {
  color: #fff;
  --autotime: 5s;
}
.ptdet-scenes-paging .active::after {
  transition: all var(--autotime) ease;
  -webkit-transition: all var(--autotime) ease;
}

@media (min-width: 992px) {
  .ptdet-st-scenes .st-header {
    margin-bottom: 4rem;
  }

  .ptdet-scenes-swiper .swiper-slide {
    opacity: 0;
  }
  .ptdet-scenes-swiper .swiper-slide-visible.swiper-slide-prev, .ptdet-scenes-swiper .swiper-slide-visible.swiper-slide-active, .ptdet-scenes-swiper .swiper-slide-visible.swiper-slide-next {
    opacity: 1;
  }

  .ptdet-scenes-paging {
    margin: 2rem 0 0;
  }

  .ptdet-scenes-control-box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 20;
    padding: 0 3rem;
    justify-content: space-between;
    visibility: visible !important;
    color: #fff;
    margin: 0;
  }
  .ptdet-scenes-control-box .rocket-swiper-control {
    opacity: 0.4;
  }
  .ptdet-scenes-control-box .rocket-swiper-control:hover {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .ptdet-st-scenes {
    margin: 1.2rem 0 0;
    padding: 0 0 1.2rem;
  }
  .ptdet-st-scenes .s-heading-h2 {
    line-height: 0.64rem;
  }

  .ptdet-scenes-box {
    padding: 0 0.5rem;
    overflow: hidden;
  }

  .ptdet-scenes-swiper {
    padding: 0;
    overflow: visible;
  }
  .ptdet-scenes-swiper::after {
    display: none;
  }
  .ptdet-scenes-swiper .swiper-slide {
    width: 100%;
  }
  .ptdet-scenes-swiper .imgs {
    border-radius: 0.1rem;
  }
  .ptdet-scenes-swiper .title {
    margin: 0.4rem 0 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
  }
  .ptdet-scenes-swiper .swiper-slide-active .title {
    display: block;
  }
}
/* 产品-主要参数 */
.ptdet-st-params {
  margin: 0;
}

.ptdet-params-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ptdet-params-imgs .imgs.web {
  width: clamp(110rem, 144.68vw, 125rem);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.ptdet-params-imgs img {
  width: 100%;
  display: block;
}

.ptdet-params-table {
  position: relative;
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.7);
}

.ptdet-params-tbbox {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  color: rgba(255, 255, 255, 0.7);
}
.ptdet-params-tbbox .th-stitem {
  flex: 1;
  display: flex;
  align-items: center;
  height: 4.5rem;
  padding: 0 10px;
  position: relative;
  justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
}
.ptdet-params-tbbox .th-stitem .item-imgs {
  width: 3.5rem;
  height: 6rem;
  overflow: hidden;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  z-index: 5;
}
.ptdet-params-tbbox .th-stitem .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-params-tbbox .th-stitem .item-link {
  background: var(--pt-theme-section-title);
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent;
}
.ptdet-params-tbbox .params-stitem {
  padding-left: 60px;
  position: relative;
}
.ptdet-params-tbbox .stitem-lvtit {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-params-tbbox .stitem-lvtit .bg {
  background: var(--pt-theme-background-v);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.ptdet-params-tbbox .stitem-lvtit .text {
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  white-space: nowrap !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.ptdet-params-tbbox .stitem-ul .item {
  padding: 0.9rem 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
}
.ptdet-params-tbbox .stitem-th {
  color: #fff;
}

.ptdet-params-table_thead {
  display: flex;
  grid-gap: 0 1em;
  color: #fff;
  padding-left: 3rem;
  font-size: 1rem;
  line-height: 1.4rem;
}
.ptdet-params-table_thead .th-stitem {
  flex: 1;
}
.ptdet-params-table_thead .th-stitem:first-child {
  flex: none;
  width: 12rem;
  margin: 0 1rem 0 0;
}

.ptdet-params-table_tbody .stitem-body {
  display: flex;
  grid-gap: 0 1rem;
}
.ptdet-params-table_tbody .stitem-ul {
  flex: 1;
}
.ptdet-params-table_tbody .stitem-th {
  flex: none;
  width: 12rem;
  color: #fff;
  margin: 0 1rem 0 0;
}

.ptdet-params-single .ptdet-params-table_thead {
  display: none;
}
.ptdet-params-single .ptdet-params-table_tbody .stitem-ul .item:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.ptdet-params-text {
  margin: 3rem 0 0;
}
.ptdet-params-text .rocket-block-text {
  font-size: 14px;
  line-height: 2em;
  color: rgba(255, 255, 255, 0.6);
}
.ptdet-params-text .rocket-block-text > * {
  margin-bottom: 10px;
}
.ptdet-params-text .rocket-block-text > *:last-child {
  margin-bottom: 0;
}
.ptdet-params-text .rocket-block-text li {
  margin-bottom: 10px;
}
.ptdet-params-text .rocket-block-text li:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .ptdet-params-tbbox .th-stitem {
    font-weight: bold;
  }

  .ptdet-params-tbswip-first .th-stitem .item-left {
    grid-gap: 0 !important;
  }
  .ptdet-params-tbswip-first .th-stitem .item-title::after {
    content: " : ";
  }

  .ptdet-params-mult {
    padding: 2.9rem 0 0;
  }
  .ptdet-params-mult .ptdet-params-table_tbody .params-stitem:first-child .stitem-lvtit .bg {
    top: -4.5rem;
  }
}
@media (max-width: 991.98px) {
  .ptdet-params-tbwp > * {
    padding: 0 !important;
  }

  .ptdet-params-tbbox {
    overflow: hidden;
    overflow-x: auto;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .ptdet-params-tbbox .th-stitem {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0 0.2rem;
    height: calc(1.26rem + 2px);
  }
  .ptdet-params-tbbox .th-stitem .item-imgs {
    width: 0.9rem;
    height: 1.6rem;
    right: 0.1rem;
  }
  .ptdet-params-tbbox .th-stitem .item-link {
    font-size: 1em;
    font-weight: inherit;
  }
  .ptdet-params-tbbox .params-stitem {
    padding-left: 0.8rem;
  }
  .ptdet-params-tbbox .stitem-lvtit {
    width: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  .ptdet-params-tbbox .stitem-ul .item {
    padding: 0.24rem 0.2rem;
  }

  .ptdet-params-table {
    font-size: 0.24rem;
    line-height: 0.4rem;
    white-space: normal;
    word-break: break-word;
  }

  .ptdet-params-table_thead {
    grid-gap: 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0 0 0 0.6rem;
  }
  .ptdet-params-table_thead .th-stitem {
    flex: none;
    width: 60vw;
  }
  .ptdet-params-table_thead .th-stitem:first-child {
    width: 60vw;
    margin: 0;
    padding-left: 0.2rem;
  }

  .ptdet-params-table_tbody .stitem-body {
    grid-gap: 0;
  }
  .ptdet-params-table_tbody .stitem-th {
    width: 2rem;
    margin: 0;
  }
  .ptdet-params-table_tbody .stitem-th .item {
    padding: 0.24rem 0.3rem 0.24rem 0;
  }

  .ptdet-params-single .stitem-ul:last-child .item {
    padding-right: 0.4rem;
  }

  .ptdet-params-mult {
    padding: 0.34rem 0 0;
  }
  .ptdet-params-mult .ptdet-params-table_tbody .params-stitem:first-child .stitem-lvtit .bg {
    top: calc((1.26rem + 2px) * (-1));
  }
  .ptdet-params-mult .ptdet-params-table_tbody .stitem-ul {
    flex: none;
    width: 60vw;
  }
  .ptdet-params-mult .ptdet-params-table_tbody .stitem-th {
    width: calc(60vw - 0.2rem);
  }

  .ptdet-params-text {
    margin: 1rem 0 0;
  }
  .ptdet-params-text .rocket-block-text {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .ptdet-params-text .rocket-block-text > * {
    margin-bottom: 0.2rem;
  }
  .ptdet-params-text .rocket-block-text > *:last-child {
    margin-bottom: 0;
  }
  .ptdet-params-text .rocket-block-text li {
    margin-bottom: 0.2rem;
  }
  .ptdet-params-text .rocket-block-text li:last-child {
    margin-bottom: 0;
  }
}
/* 产品-参数-新增轮播 */
.ptdet-params-tbswip-wp {
  position: relative;
}

.ptdet-params-tbswip-first .params-thead {
  padding: 0 0 0 3rem;
}
.ptdet-params-tbswip-first .params-stitem:first-child .stitem-lvtit .bg {
  top: -4.5rem;
}

.ptdet-params-tbswip-box {
  position: relative;
}
.ptdet-params-tbswip-box .rocket-swiper-control {
  width: 2.1rem;
  height: 4.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  border: none;
}
.ptdet-params-tbswip-box .rocket-swiper-control.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.ptdet-params-tbswip-box .rocket-swiper-prev {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
}
.ptdet-params-tbswip-box .rocket-swiper-next {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
}

.ptdet-params-tbswip {
  position: relative;
}

.ptdet-params-tbswip-no .ptdet-params-tbswip .swiper-wrapper {
  grid-gap: 0 18px;
}

@media (min-width: 992px) {
  .ptdet-params-tbswip-wp {
    width: 100%;
    display: grid;
    position: relative;
    grid-template-columns: 15rem calc(100% - 15rem - 2.1rem);
    grid-gap: 0 2.1rem;
  }

  .ptdet-params-tbswip {
    width: 100%;
    overflow: hidden;
    padding-top: 3rem;
    margin-top: -3rem;
  }
  .ptdet-params-tbswip .swiper-slide {
    width: calc((100% - 0.9rem) / 2);
  }
}
@media (max-width: 991.98px) {
  .ptdet-params-tbswip-wp {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }

  .ptdet-params-tbswip-first {
    width: 2.7rem;
  }
}
/* 产品-360旋转视频 */
.ptdet-st-360tv {
  margin: 0;
}

.ptdet-360tv-sticky {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ptdet-360tv-video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #030406;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ptdet-360tv-video .video-js {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-360tv-video video {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.ptdet-360tv-tdlist {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

.ptdet-360tv-tditem {
  width: 100%;
  position: absolute;
  left: 0;
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  opacity: 0;
  color: #fff;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.ptdet-360tv-tditem .item-box {
  width: min(25vw, 21.4rem);
}
.ptdet-360tv-tditem .item-title {
  display: flex;
  position: relative;
  font-size: clamp(1.8rem, 2.78vw, 2.4rem);
  font-weight: 500;
  grid-gap: 0 0.75rem;
}
.ptdet-360tv-tditem .item-title .bi {
  flex: none;
  width: 2.5rem;
  height: 3rem;
  display: block;
  background: url("/img/common/linear-right-e1.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}
.ptdet-360tv-tditem .item-text {
  margin: 1.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.ptdet-360tv-tditem:nth-child(odd) {
  top: 27%;
  padding-left: 16.55vw;
}
.ptdet-360tv-tditem:nth-child(even) {
  top: 48.5%;
  padding-left: 67.36vw;
}
.ptdet-360tv-tditem.active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}
.ptdet-360tv-tditem.past {
  opacity: 0;
  transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
}

/* 产品-e1 */
@media (max-width: 991.98px) {
  .p-pt-e1 .ptdet-st-lgban .b-text-box {
    min-height: 177.87vw;
  }
  .p-pt-e1 .ptdet-st-lgban .b-handle {
    top: 6.67rem;
  }
}
/* 产品-n2 */
.p-pt-n2 .ptdet-360tv-tditem .item-title .bi {
  background-image: url("/img/common/linear-right-n2.svg");
}

/* 产品-w1 */
@media (max-width: 991.98px) {
  .p-pt-w1 .ptdet-st-fullban .b-handle {
    margin: 2rem 0 0;
  }
}
/* 自定义样式-招聘频道页 */
.p-hr .inside-banbox {
  z-index: 5;
}
.p-hr .inside-banbox .b-imgs.web {
  height: 45rem;
}
.p-hr .inside-banbox .b-imgs.app {
  height: max(100dvh, 13.34rem);
}
.p-hr .inside-banbox .b-text-box {
  align-items: flex-start;
  padding: 15.7rem 0 0;
}
.p-hr .inside-banbox .b-handle {
  margin: 3rem auto 0;
}

.hr-st {
  padding: 5rem 0;
}
.hr-st .st-header {
  margin-bottom: 2rem;
  text-align: center;
}
.hr-st .st-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin: 1.5rem 0 0;
}

@media (min-width: 992px) {
  .p-hr .inside-banbox .b-heading-h1 {
    font-size: clamp(2.5rem, 3.7vw, 3.2rem);
    line-height: 1.1em;
  }
}
@media (max-width: 991.98px) {
  .p-hr .inside-banbox .b-text-box {
    align-items: flex-start;
    padding: 2.4rem 0 1rem;
  }
  .p-hr .inside-banbox .b-heading-h1 {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .p-hr .inside-banbox .b-handle {
    margin: 1rem auto 0;
    flex-direction: column;
    align-items: center;
    grid-gap: 0.2rem 0;
  }
  .p-hr .inside-banbox .noet-btn {
    width: 3.76rem;
  }
  .p-hr .inside-banbox .noet-btn:first-child {
    background: #fff;
    color: var(--mt-global-color-theme);
  }

  .hr-st {
    padding: 1rem 0;
  }
  .hr-st .st-header {
    margin-bottom: 0.6rem;
  }
  .hr-st .st-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin: 0.3rem 0 0;
  }
}
.hrst-topbox {
  width: 100%;
  height: calc(45rem + 50vh);
  position: relative;
}
.hrst-topbox::after {
  content: '';
  display: block;
  width: 100%;
  height: 50vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.01) 6.67%, rgba(255, 255, 255, 0.04) 13.33%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.15) 26.67%, rgba(255, 255, 255, 0.23) 33.33%, rgba(255, 255, 255, 0.33) 40%, rgba(255, 255, 255, 0.44) 46.67%, rgba(255, 255, 255, 0.56) 53.33%, rgba(255, 255, 255, 0.67) 60%, rgba(255, 255, 255, 0.77) 66.67%, rgba(255, 255, 255, 0.85) 73.33%, rgba(255, 255, 255, 0.92) 80%, rgba(255, 255, 255, 0.96) 86.67%, rgba(255, 255, 255, 0.99) 93.33%, white);
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 20;
}
.hrst-topbox .inside-banbox {
  position: sticky;
  top: 0;
}

@media (max-width: 991.98px) {
  .hrst-topbox {
    height: calc(max(100dvh, 13.34rem) + 50dvh);
  }
  .hrst-topbox::after {
    height: 50dvh;
  }
}
.hr-st-tv .st-header .cn {
  margin: 1rem 0 0;
  font-weight: bold;
}

.hrst-tv-box {
  max-width: 49.25rem;
  margin: 0 auto;
}
.hrst-tv-box .rocket-image {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 56.244% 0 0;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .hr-st-tv {
    padding: 5rem 0 6rem;
  }
}
@media (max-width: 991.98px) {
  .hr-st-tv .st-header {
    margin-bottom: 1rem;
  }
  .hr-st-tv .st-header .cn {
    margin: 0.4rem 0 0;
  }

  .hrst-tv-box {
    max-width: none;
  }
  .hrst-tv-box .rocket-image {
    border-radius: 0.1rem;
  }
}
.hr-st-growth {
  background: #F5F6F8;
}

.hrst-growth-imgswip {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hrst-growth-imgswip img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.hrst-growth-imgswip .imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hrst-growth-imgswip .imgs.web {
  border-radius: 10px;
  padding: 52.24% 0 0;
}
.hrst-growth-imgswip .imgs.app {
  border-radius: 0.1rem;
  padding: 67.3846153846% 0 0;
}

.hrst-growth-tabbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.6rem 0 0;
}

.hrst-growth-swiper {
  position: relative;
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  white-space: nowrap;
  background: #FFFFFF;
  border-radius: 1.1rem;
  overflow: hidden;
}
.hrst-growth-swiper .swiper-wrapper {
  z-index: 5;
}
.hrst-growth-swiper .swiper-slide {
  width: auto;
}
.hrst-growth-swiper .trigger {
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 1.5rem;
  border-radius: 1.1rem;
  cursor: pointer;
}
.hrst-growth-swiper .active .trigger {
  color: #fff;
}

.hrst-growth-tablock {
  display: none !important;
  height: 100%;
  border-radius: inherit;
  background: var(--mt-global-color-theme);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  will-change: transform, width;
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hrst-growth-textswip {
  margin: 1rem 0 0;
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  text-align: center;
}

@media (min-width: 992px) {
  .hrst-growth-tabbox {
    margin: 0;
  }

  .hrst-growth-swiper {
    border-radius: 10px;
    white-space: normal;
    width: 100%;
  }
  .hrst-growth-swiper .more {
    padding: 1rem 0 0rem 0;
    display: none;
    opacity: 0;
    transition: all 0.2s;
  }
  .hrst-growth-swiper .trigger {
    height: auto;
    min-height: 2.1rem;
    font-size: 1.5rem;
    line-height: 1.25em;
    padding: 0;
    justify-content: flex-start;
    color: #071E49;
    position: relative;
    text-align: left;
  }
  .hrst-growth-swiper .trigger::after {
    position: absolute;
    content: '';
    background: url(/img/images/add01.svg) right center no-repeat;
    width: 0.9rem;
    height: 1rem;
    right: 0;
    top: calc(calc(2rem - 1rem) / 2);
    transition: all 0.3s;
  }
  .hrst-growth-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .hrst-growth-swiper .swiper-slide {
    height: initial;
    padding: 1.75rem 3.125vw;
    margin-bottom: 0rem;
  }
  .hrst-growth-swiper .swiper-slide::after {
    position: absolute;
    content: '';
    left: 3.125vw;
    bottom: 0;
    width: calc(100% - 6.25vw);
    height: 0.5px;
    background: #627A99;
  }
  .hrst-growth-swiper .swiper-slide:last-child::after {
    opacity: 0;
  }
  .hrst-growth-swiper .swiper-slide.active-pc .trigger {
    color: #0861FF;
  }
  .hrst-growth-swiper .swiper-slide.active-pc .trigger::after {
    transform: rotate(-180deg);
  }
  .hrst-growth-swiper .swiper-slide.active-pc .more {
    opacity: 1;
    transition-delay: 0.2s;
  }
  .hrst-growth-swiper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .hrst-growth-swiper .swiper-slide:hover .trigger {
    background: initial !important;
  }

  .hr-st-growth-inner {
    display: flex;
    gap: 0 20px;
  }

  .hrst-growth-imgswip {
    width: 59.7014925373%;
    flex-shrink: 0;
  }
  .hrst-growth-imgswip .imgs.web {
    padding: 67.5% 0 0 0;
  }

  .hrst-growth-tabbox {
    flex: 1;
    width: auto;
  }

  .hr-st-growth .st-header {
    margin-bottom: 2rem;
  }

  .hrst-growth-swiper .swiper-slide:hover .trigger {
    background: rgba(0, 0, 0, 0.02);
  }
}
@media (max-width: 991.98px) {
  .hrst-growth-tabbox {
    margin: 0.6rem 0 0;
  }

  .hrst-growth-swiper {
    font-size: 0.28rem;
    line-height: 0.48rem;
    border-radius: 0.35rem;
  }
  .hrst-growth-swiper .trigger {
    height: .7rem;
    border-radius: 0.35rem;
    padding: 0 0.45rem;
  }
  .hrst-growth-swiper .active .trigger {
    background: var(--mt-global-color-theme);
  }

  .hrst-growth-textswip {
    text-align: left;
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.4rem 0 0;
  }
}
.hrst-about-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 2rem;
}

.hrst-about-item .item-box {
  position: relative;
  overflow: hidden;
}
.hrst-about-item .item-body {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0rem 1.5rem 2rem 1.5rem;
  transition: all 0.5s;
}
.hrst-about-item .item-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 24rem;
  border-radius: 10px;
  transition: all 0.5s;
}
.hrst-about-item .item-imgs::after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(31, 34, 39, 0) 0%, rgba(31, 34, 39, 0.7) 100%);
  height: 9rem;
  left: 0;
  width: 100%;
  bottom: 0;
  transition: all 0.5s;
}
.hrst-about-item .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.hrst-about-item .item-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
}
.hrst-about-item .item-text {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 0;
  max-height: 0rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (min-width: 992px) {
  .hr-st-about .st-header {
    margin-bottom: 6rem;
  }

  .hrst-about-item:hover .item-body {
    transform: none;
  }
  .hrst-about-item:hover .item-text {
    opacity: 1;
    max-height: 15rem;
    margin: 1rem 0 0;
    -webkit-transition: opacity 0.5s ease, max-height 0.5s ease;
    transition: opacity 0.5s ease, max-height 0.5s ease;
  }
  .hrst-about-item:hover .item-imgs {
    height: 27rem;
    margin-top: -3rem;
  }
  .hrst-about-item:hover .item-imgs::after {
    background: linear-gradient(180deg, rgba(31, 34, 39, 0) 0%, #1F2227 70%);
    height: 17.5rem;
  }
}
@media (max-width: 991.98px) {
  .hrst-about-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6rem 0;
  }

  .hrst-about-item .item-body {
    position: relative;
    padding: 0;
    transform: initial;
  }
  .hrst-about-item .item-imgs {
    border-radius: 0.1rem;
    margin-bottom: 0.6rem;
    height: initial;
    padding: 100% 0 0 0;
  }
  .hrst-about-item .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-weight: bold;
    color: #1F2227;
  }
  .hrst-about-item .item-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
    margin: 0.3rem 0 0;
    padding: 0;
    color: #071E49;
    opacity: 1;
    max-height: none;
  }
}
.hr-st-activity {
  background: #F5F6F8;
}

.hrst-activity-accordion .slide-imgs img {
  height: 29rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  .hrst-activity-accordion .swiper-wrapper {
    gap: 0 1.5rem;
  }
  .hrst-activity-accordion .slide-imgs {
    height: 29rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .hrst-activity-accordion .slide-imgs img {
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    height: 36rem;
    width: auto;
    border-radius: 0;
    transform: translate(-50%, -50%);
  }
  .hrst-activity-accordion .swiper-slide {
    flex: 1;
    transition: flex 680ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .hrst-activity-accordion .swiper-slide.active {
    flex: 18.86vw;
    transition-duration: 680ms;
  }

  .hr-st-activity.hr-st .st-header {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991.98px) {
  .hr-st-activity {
    overflow: hidden;
  }

  .hrst-activity-accordion .slide-imgs {
    aspect-ratio: 594/783;
  }
  .hrst-activity-accordion .slide-imgs img {
    height: 100%;
    width: 100%;
    border-radius: 0.14rem;
  }
}
.hr-st-welfare-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 1rem;
}
.hr-st-welfare-list .inner-item {
  position: relative;
}
.hr-st-welfare-list .item-body {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
}
.hr-st-welfare-list .item-title {
  font-size: 1.5rem;
  line-height: 1.3333333333em;
  color: #fff;
  font-weight: 400;
}
.hr-st-welfare-list .item-img {
  aspect-ratio: 660/294;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.hr-st-welfare-list .item-img::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(/img/images/add07.webp) no-repeat;
  background-size: cover;
  z-index: 1;
}
.hr-st-welfare-list .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hr-st-welfare {
    padding: 5rem 0 6rem;
  }
}
@media (max-width: 991.98px) {
  .hr-st-welfare-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
  }
  .hr-st-welfare-list .item-img {
    border-radius: 0.1rem;
  }
  .hr-st-welfare-list .item-body {
    padding: 0.3rem;
  }
  .hr-st-welfare-list .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
}
/* 自定义样式-招聘列表 */
.hrlist-mainbox {
  padding: 3rem 0 6rem;
}

.hrlist-topbox {
  width: 100%;
  padding: 0 0 2rem;
  border-bottom: solid 1px #B1B5C0;
  margin-bottom: 2rem;
}
.hrlist-topbox .s-heading-h2 {
  text-align: center;
}

.hrlist-search-box {
  width: 30rem;
  max-width: 100%;
  position: relative;
  display: flex;
  margin: 2rem auto 0;
  border: solid 1px #B1B5C0;
  border-radius: 5px;
  font-size: max(14px, 0.8rem);
  line-height: 1.875em;
}
.hrlist-search-box .search-box {
  flex: 1;
  width: 100%;
  position: relative;
}
.hrlist-search-box .search-inpt {
  width: 100%;
  height: 2.2rem;
  background: transparent;
  border: none;
  font-size: 1em;
  line-height: inherit;
  color: inherit;
  padding: 0 1rem 0 2rem;
}
.hrlist-search-box .search-inpt::placeholder {
  color: #627A99;
}
.hrlist-search-box .search-inpt::-webkit-placeholder {
  color: #627A99;
}
.hrlist-search-box .search-inpt::-moz-placeholder {
  color: #627A99;
}
.hrlist-search-box .search-ico {
  width: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #627A99;
}
.hrlist-search-box .search-ico .bi {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: currentColor;
  -webkit-mask: url("/img/common/search-black.svg") no-repeat center/contain;
  mask: url("/img/common/search-black.svg") no-repeat center/contain;
  position: relative;
}
.hrlist-search-box .btn-search {
  flex: none;
  width: 5rem;
  height: 2.2rem;
  display: block;
  position: relative;
  cursor: pointer;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  background: var(--mt-global-color-theme);
  color: #fff;
  overflow: hidden;
}
.hrlist-search-box .btn-search > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hrlist-layout {
  width: 100%;
  display: flex;
  grid-gap: 0 3rem;
}

.hrlist-layout-aside {
  flex: none;
  width: 12.5rem;
}
.hrlist-layout-aside .lvtit {
  margin-bottom: 1.1rem;
}

.hrlist-aside-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 6rem;
}

.hrlist-webfilt-item {
  font-size: 14px;
  line-height: 20px;
}
.hrlist-webfilt-item .item-head {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 1em 0;
  border-bottom: solid 1px #CDCED9;
  font-weight: bold;
  cursor: pointer;
}
.hrlist-webfilt-item .item-plus {
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
}
.hrlist-webfilt-item .item-plus::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hrlist-webfilt-item .item-plus::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hrlist-webfilt-item .item-body {
  padding: 1.2rem 0 1.3rem;
  display: none;
}
.hrlist-webfilt-item.is-active .item-plus::after {
  display: none;
}

.hrlist-layout-body {
  flex: 1;
  width: 100%;
}

.hrlist-result-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-weight: bold;
}

.btn-open-filt {
  display: flex;
  align-items: center;
  grid-gap: 0 0.1rem;
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: bold;
  color: var(--mt-global-color-blue);
}
.btn-open-filt .bi {
  flex: none;
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background: url("/img/common/ico-filt.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

.hrlist-list {
  width: 100%;
  display: grid;
  grid-gap: 0.8rem 0;
}

.hrlist-item {
  background: whitesmoke;
  position: relative;
}
.hrlist-item .item-head {
  width: 100%;
  display: block;
  padding: 2rem 4.75rem 2rem 1.5rem;
  position: relative;
  cursor: pointer;
}
.hrlist-item .item-titbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.5rem;
  grid-gap: 0 10px;
}
.hrlist-item .item-titbox .title {
  font-weight: bold;
}
.hrlist-item .item-titbox .tags {
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 0 5px;
  font-size: 12px;
  line-height: 1em;
  color: var(--mt-global-color-blue);
}
.hrlist-item .item-titbox .tags > * {
  padding: 5px;
  border: solid 1px var(--mt-global-color-blue);
  border-radius: 5px;
}
.hrlist-item .item-infos {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0;
  font-size: 14px;
  line-height: 20px;
}
.hrlist-item .item-infos > * {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.hrlist-item .item-infos > *::after {
  content: '';
  flex: none;
  width: 0;
  height: 1em;
  display: block;
  border-right: solid 1px currentColor;
  margin: 0 10px;
}
.hrlist-item .item-infos > *:last-child::after {
  display: none;
}
.hrlist-item .item-plus {
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  border-radius: 50%;
  border: solid 1px currentColor;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  z-index: 10;
}
.hrlist-item .item-plus::before {
  content: '';
  display: block;
  width: 13px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hrlist-item .item-plus::after {
  content: '';
  display: block;
  width: 1px;
  height: 13px;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hrlist-item .item-body {
  display: none;
  padding: 0 1.5rem 2rem;
}
.hrlist-item .item-text-box {
  width: 100%;
  display: grid;
  grid-gap: 2rem 0;
}
.hrlist-item .textitem .lvtit {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.hrlist-item .rocket-block-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
}
.hrlist-item .rocket-block-text > * {
  margin-bottom: 0.375em;
}
.hrlist-item .rocket-block-text > *:last-child {
  margin-bottom: 0;
}
.hrlist-item .rocket-block-text li {
  margin-bottom: 0.375em;
}
.hrlist-item .rocket-block-text li:last-child {
  margin-bottom: 0;
}
.hrlist-item .item-handle {
  display: flex;
  margin: 2rem 0 0;
}
.hrlist-item.is-active .item-plus::after {
  display: none;
}

.modal-hrfilt {
  background: rgba(0, 0, 0, 0.5);
}
.modal-hrfilt .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.modal-hrfilt .modal-content {
  width: 100%;
  max-height: 90dvh;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.modal-hrfilt .modal-header {
  width: 100%;
  height: 1.1rem;
  align-items: center;
  display: flex;
  position: relative;
  padding: 0 0.4rem;
  border-bottom: solid 1px #CDCED9;
}
.modal-hrfilt .modal-title {
  font-size: 0.36rem;
  line-height: 0.48rem;
  font-weight: bold;
}
.modal-hrfilt .modal-close {
  height: 100%;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-hrfilt .modal-close .bi {
  width: 0.44rem;
  height: 0.44rem;
  display: block;
  background: url("/img/common/x-close.svg") no-repeat center center;
  background-size: contain;
}
.modal-hrfilt .modal-body {
  height: calc(100% - 1.1rem - 1.2rem);
  overflow: hidden;
  overflow-y: auto;
}
.modal-hrfilt .modal-body::-webkit-scrollbar {
  width: 4px;
}
.modal-hrfilt .modal-body::-webkit-scrollbar-track {
  background: #ededed;
}
.modal-hrfilt .modal-body::-webkit-scrollbar-thumb {
  background: #c9c9c9;
}
.modal-hrfilt .modal-footer {
  width: 100%;
  height: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
  grid-gap: 0 0.1rem;
  border-top: solid 1px #CDCED9;
}
.modal-hrfilt .modal-footer .noet-btn {
  flex: 1;
  border-radius: 0.1rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  border: none;
}
.modal-hrfilt .modal-footer .btn-reset {
  background: #F5F5F5;
}
.modal-hrfilt .modal-footer .btn-submit {
  background: var(--mt-global-color-blue);
  color: #fff;
}
.modal-hrfilt.fade .modal-content {
  opacity: 0;
  transform: translate(0, -105%);
  -webkit-transform: translate(0, -105%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.modal-hrfilt.show .modal-content {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s 0.1s;
}

.hrlist-appfilt-item .item-head {
  width: 100%;
  height: 1.1rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.4rem;
  align-items: center;
  grid-gap: 0 0.4rem;
  font-size: 0.32rem;
  line-height: 0.48rem;
  font-weight: bold;
}
.hrlist-appfilt-item .item-handle {
  flex: none;
}
.hrlist-appfilt-item .item-arrow {
  width: 0.22rem;
  height: 0.22rem;
  display: block;
  background: currentColor;
  -webkit-mask: url("/img/common/down-black.svg") no-repeat center/contain;
  mask: url("/img/common/down-black.svg") no-repeat center/contain;
}
.hrlist-appfilt-item .item-body {
  display: none;
}
.hrlist-appfilt-item .checklabel {
  padding: 0.2rem 0.4rem;
}
.hrlist-appfilt-item.is-active .item-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media (min-width: 992px) {
  .hrlist-search-box .btn-search:hover > * {
    background: rgba(255, 255, 255, 0.2);
  }

  .hrlist-item:hover {
    background: rgba(245, 245, 245, 0.6);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .hrlist-mainbox {
    padding: 1rem 0;
  }

  .hrlist-topbox {
    padding: 0 0 0.6rem;
    margin-bottom: 0.6rem;
  }

  .hrlist-search-box {
    width: 100%;
    margin: 0.6rem auto 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .hrlist-search-box .search-inpt {
    height: 0.78rem;
    padding: 0 0.3rem 0 0.8rem;
  }
  .hrlist-search-box .search-ico {
    width: 0.8rem;
  }
  .hrlist-search-box .search-ico .bi {
    width: 0.5rem;
    height: 0.5rem;
  }
  .hrlist-search-box .btn-search {
    width: 1.4rem;
    height: 0.78rem;
    font-size: 0.3rem;
  }

  .hrlist-result-head {
    margin-bottom: 0.6rem;
  }

  .hrlist-list {
    grid-gap: 0.3rem 0;
  }

  .hrlist-item .item-head {
    padding: 0.6rem 1.4rem 0.6rem 0.4rem;
  }
  .hrlist-item .item-titbox {
    font-size: 0.32rem;
    line-height: 0.48rem;
    grid-gap: 0 0.1rem;
  }
  .hrlist-item .item-titbox .tags {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .hrlist-item .item-titbox .tags > * {
    padding: 0 0.1rem;
  }
  .hrlist-item .item-infos {
    margin: 0.3rem 0 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .hrlist-item .item-infos > *::after {
    margin: 0 0.2rem;
  }
  .hrlist-item .item-plus {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.4rem;
    top: 0.6rem;
  }
  .hrlist-item .item-plus::before {
    width: 11px;
  }
  .hrlist-item .item-plus::after {
    height: 11px;
  }
  .hrlist-item .item-body {
    padding: 0 0.4rem 0.6rem;
  }
  .hrlist-item .item-text-box {
    grid-gap: 0.6rem 0;
  }
  .hrlist-item .textitem .lvtit {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .hrlist-item .rocket-block-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .hrlist-item .rocket-block-text > * {
    margin-bottom: 0.3rem;
  }
  .hrlist-item .rocket-block-text li {
    margin-bottom: 0.3rem;
  }
  .hrlist-item .item-handle {
    margin: 0.6rem 0 0;
  }
  .hrlist-item .noet-btn {
    background: var(--mt-global-color-theme);
    color: #fff;
  }
}
/* 自定义样式-生态中心-开源 */
.p-source {
  background: #F5F5F5;
}

.psource-mainbox {
  padding: 4rem 0 6rem;
}

.psource-layout {
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  position: relative;
  grid-gap: 0 3rem;
}

.psource-lay-aside {
  flex: none;
  width: 14.5rem;
}

.psource-lay-body {
  width: 100%;
  flex: 1;
}

.psource-box .s-lvtit {
  margin-bottom: 1.5rem;
}

.source-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
}
.source-list .item-box {
  width: 100%;
  height: 100%;
  min-height: 9rem;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 1.5rem 1.25rem;
}
.source-list .item-title {
  display: flex;
  grid-gap: 0 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.source-list .item-title img {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  display: block;
  object-fit: contain;
  object-position: center;
}
.source-list .item-text {
  width: 100%;
  max-height: calc(20px * 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--mt-global-color-black);
  margin: 1em 0 0;
}

@media (max-width: 991.98px) {
  .psource-mainbox {
    padding: 1rem 0;
  }

  .psource-layout {
    padding: 0;
    display: block;
  }
  .psource-layout .s-coltit {
    margin-bottom: 0.4rem;
  }

  .psource-box {
    margin: 0.6rem 0 0;
  }
  .psource-box .s-lvtit {
    margin-bottom: 0.4rem;
  }

  .source-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .source-list .item-box {
    min-height: 3.3rem;
    border-radius: 0.1rem;
    padding: 0.6rem 0.4rem;
  }
  .source-list .item-title {
    grid-gap: 0 0.3rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .source-list .item-title img {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.06rem;
  }
  .source-list .item-text {
    max-height: calc(0.4rem * 3);
    margin: 0.3rem 0 0;
  }
}
/* 自定义样式-生态中心-生态合作 */
.pcoop-st {
  width: 100%;
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
}
.pcoop-st .st-header {
  margin-bottom: 3rem;
  text-align: center;
}
.pcoop-st .st-text {
  margin: 1rem 0 0;
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
}

@media (min-width: 992px) {
  .pcoop-st:last-child {
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .pcoop-st {
    padding: 1rem 0;
  }
  .pcoop-st .st-header {
    margin-bottom: 0.6rem;
  }
  .pcoop-st .st-text {
    margin: 0.3rem 0 0;
    font-size: 0.3rem;
  }
}
.pcoop-topbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pcoop-topbox .inside-banbox {
  z-index: 5;
}
.pcoop-topbox .inside-banbox .b-imgs.web {
  height: 45rem;
}
.pcoop-topbox .inside-banbox .b-imgs.app {
  height: max(100dvh, 13.34rem);
}
.pcoop-topbox .inside-banbox .b-text-box {
  align-items: flex-start;
  padding: 11rem 0 0;
}

.pcoop-datas-box {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 4.8rem;
  z-index: 20;
}

.pcoop-datas-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 1.25rem;
}

.pcoop-datas-item {
  position: relative;
}
.pcoop-datas-item .item-box {
  width: 100%;
  height: 13rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: solid 1px rgba(255, 255, 255, 0.1);
  padding: 1.5rem 2rem 0;
}
.pcoop-datas-item .item-datas {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: "Poppins", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.pcoop-datas-item .item-bot {
  width: 100%;
  height: 3rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pcoop-datas-item .item-title {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
}
.pcoop-datas-item:first-child .item-box {
  background: var(--mt-global-color-blue);
  border: none;
}

@media (min-width: 992px) {
  .pcoop-datas-item {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
  }
  .pcoop-datas-item.is-loaded {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
  .pcoop-datas-item.is-loaded:nth-child(1) {
    transition-delay: .4s;
  }
  .pcoop-datas-item.is-loaded:nth-child(2) {
    transition-delay: .5s;
  }
  .pcoop-datas-item.is-loaded:nth-child(3) {
    transition-delay: .6s;
  }
}
@media (max-width: 991.98px) {
  .pcoop-topbox .inside-banbox .b-text-box {
    padding: 2.46rem 0 0;
  }

  .pcoop-datas-box {
    bottom: 1rem;
  }

  .pcoop-datas-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem;
  }

  .pcoop-datas-item .item-box {
    height: 3rem;
    padding: 0.3rem 0.3rem 0;
    border-radius: 0.2rem;
  }
  .pcoop-datas-item .item-bot {
    height: 0.8rem;
  }
  .pcoop-datas-item .item-datas {
    font-size: 0.56rem;
    line-height: 0.6rem;
  }
  .pcoop-datas-item .item-title {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .pcoop-datas-item:last-child {
    grid-column: 1 / -1;
  }
  .pcoop-datas-item:last-child .item-box {
    height: 2.6rem;
  }
}
.pcoop-st-frist {
  width: 100%;
  background: #F7F8FC;
  overflow: hidden;
}
.pcoop-st-frist .pcoop-st {
  padding: 0;
  margin: 5rem 0;
  overflow: visible;
}

.pccop-advant-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}
.pccop-advant-list .item-box {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  grid-gap: 1rem 0;
}
.pccop-advant-list .item-icon {
  flex: none;
}
.pccop-advant-list .item-icon img {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  object-fit: contain;
  object-position: center;
  position: relative;
}
.pccop-advant-list .item-title {
  font-size: 1rem;
  line-height: 1.5em;
}
.pccop-advant-list .item-text {
  margin: 0.7rem 0 0;
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  color: var(--mt-global-color-black);
}

@media (min-width: 992px) {
  .pccop-advant-list .item-text {
    max-height: calc(1.75em * 3);
    margin: 0 -1rem;
    padding: 0 1rem;
    overflow: hidden;
    overflow-y: auto;
  }
  .pccop-advant-list .item-text::-webkit-scrollbar {
    width: 4px;
    background: transparent;
  }
  .pccop-advant-list .item-text::-webkit-scrollbar-track-piece {
    width: 2px;
    margin: 0 auto;
    background: transparent;
    border-radius: 3px;
  }
  .pccop-advant-list .item-text::-webkit-scrollbar-thumb {
    width: 4px;
    background: transparent;
    border-radius: 3px;
  }
  .pccop-advant-list .item:hover .item-text::-webkit-scrollbar-track-piece {
    background: rgba(84, 95, 108, 0.2);
  }
  .pccop-advant-list .item:hover .item-text::-webkit-scrollbar-thumb {
    background: var(--mt-global-color-theme);
  }
}
@media (max-width: 991.98px) {
  .pcoop-st-frist .pcoop-st {
    margin: 1rem 0;
  }

  .pccop-advant-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
  }
  .pccop-advant-list .item-box {
    min-height: 3.7rem;
    padding: 0.5rem;
    grid-gap: 0.4rem 0;
  }
  .pccop-advant-list .item-icon img {
    width: 1rem;
    height: 1rem;
  }
  .pccop-advant-list .item-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .pccop-advant-list .item-text {
    margin: 0.3rem 0 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}
.pcoop-scheme-tabswip {
  width: 100%;
  position: relative;
  font-size: max(14px, 0.8rem);
  line-height: 1.5rem;
  white-space: nowrap;
  border-bottom: solid 1px #CDCED9;
  margin-bottom: 2rem;
}
.pcoop-scheme-tabswip .swiper-slide {
  width: auto;
}
.pcoop-scheme-tabswip .trigger {
  display: flex;
  position: relative;
  padding: 0 0 1rem;
}
.pcoop-scheme-tabswip .trigger::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.pcoop-scheme-tabswip .active, .pcoop-scheme-tabswip .swiper-slide-thumb-active {
  color: var(--mt-global-color-blue);
}
.pcoop-scheme-tabswip .active .trigger::after, .pcoop-scheme-tabswip .swiper-slide-thumb-active .trigger::after {
  width: 100%;
}

.pcoop-scheme-txtswip {
  width: 100%;
  height: 16rem;
  position: relative;
}
.pcoop-scheme-txtswip .slide-box {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 46.7% 1fr;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.pcoop-scheme-txtswip .slide-imgs {
  height: 100%;
  position: relative;
}
.pcoop-scheme-txtswip .slide-imgs .imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.pcoop-scheme-txtswip .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pcoop-scheme-txtswip .slide-body {
  padding: 1.5rem;
}
.pcoop-scheme-txtswip .slide-title {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.pcoop-scheme-txtswip .slide-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  color: var(--mt-global-color-black);
}
.pcoop-scheme-txtswip .slide-text > * {
  margin-bottom: 1rem;
}
.pcoop-scheme-txtswip .slide-text > *:last-child {
  margin-bottom: 0;
}
.pcoop-scheme-txtswip .swiper-slide-active .slide-box {
  box-shadow: 0px 12px 48px 0px rgba(0, 33, 71, 0.05);
}

@media (min-width: 992px) {
  .pcoop-scheme-tabswip .swiper-slide:hover {
    color: var(--mt-global-color-theme-h);
  }

  .pcoop-scheme-txtswip .slide-box {
    transition: height 0.4s;
    -webkit-transition: height 0.4s;
    will-change: height;
  }
  .pcoop-scheme-txtswip .slide-text {
    overflow: hidden;
  }
  .pcoop-scheme-txtswip .swiper-slide {
    opacity: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .pcoop-scheme-txtswip .swiper-slide:not(.swiper-slide-active) .slide-box {
    height: 84.375%;
  }
  .pcoop-scheme-txtswip .swiper-slide:not(.swiper-slide-active) .slide-text {
    height: calc(1.5em * 6);
  }
  .pcoop-scheme-txtswip .swiper-slide-active {
    opacity: 1;
    cursor: default;
  }
  .pcoop-scheme-txtswip .swiper-slide-active .slide-text {
    max-height: calc(1.5em * 8);
    overflow-y: auto;
    margin: 0 -0.75rem;
    padding: 0 0.75rem;
  }
  .pcoop-scheme-txtswip .swiper-slide-active .slide-text::-webkit-scrollbar {
    width: 4px;
  }
  .pcoop-scheme-txtswip .swiper-slide-active .slide-text::-webkit-scrollbar-track {
    width: 2px;
    margin: 0 auto;
    background: rgba(84, 95, 108, 0.2);
    border-radius: 3px;
  }
  .pcoop-scheme-txtswip .swiper-slide-active .slide-text::-webkit-scrollbar-thumb {
    width: 4px;
    background: var(--mt-global-color-theme);
    border-radius: 3px;
  }
  .pcoop-scheme-txtswip .swiper-slide-prev, .pcoop-scheme-txtswip .swiper-slide-next {
    opacity: 0.5;
  }
}
@media (max-width: 991.98px) {
  .pcoop-scheme-txtswip {
    height: auto;
  }
  .pcoop-scheme-txtswip .slide-box {
    display: block;
  }
  .pcoop-scheme-txtswip .slide-imgs .imgs {
    height: auto;
    padding: 114.3% 0 0;
  }
  .pcoop-scheme-txtswip .slide-body {
    padding: 0.4rem;
  }
  .pcoop-scheme-txtswip .slide-title {
    font-size: 0.32rem;
    line-height: 1.5em;
    margin-bottom: 0.3rem;
  }
  .pcoop-scheme-txtswip .slide-text {
    font-size: 0.28rem;
  }
  .pcoop-scheme-txtswip .slide-text > * {
    margin-bottom: 0.2rem;
  }
}
.pcoop-city-filtbox {
  width: 100%;
  display: flex;
  grid-gap: 0 1rem;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #627A99;
}
.pcoop-city-filtbox .cityAreaSelect-group {
  display: flex;
  grid-gap: 0 1rem;
  position: relative;
  margin: 0;
}
.pcoop-city-filtbox .cityAreaSelect-item {
  flex: none;
  width: 11rem;
  padding: 0;
}
.pcoop-city-filtbox .cityAreaSelect-select {
  width: 100%;
  height: 2.2rem;
  font-size: 1em;
  line-height: inherit;
  padding: 0 1rem;
  -webkit-appearance: none;
  appearance: none;
  background: url("/img/common/down-gray.svg") no-repeat right 1rem center;
  background-size: 1em auto;
  color: inherit;
  border: solid 1px #B1B5C0;
  border-radius: 5px;
}

.pcoop-filt-input {
  position: relative;
}
.pcoop-filt-input .form-control {
  width: 23rem;
  height: 2.2rem;
  font-size: 1em;
  line-height: inherit;
  padding: 0 3rem 0 1rem;
  color: inherit;
  border: solid 1px #B1B5C0;
  border-radius: 5px;
}
.pcoop-filt-input .btn-search {
  padding: 0 0.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.pcoop-filt-input .btn-search .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url(/img/common/search-black.svg) no-repeat center/contain;
  mask: url(/img/common/search-black.svg) no-repeat center/contain;
  background-color: currentColor;
  position: relative;
  flex: none;
}

.pcoop-company-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
.pcoop-company-list .item-box {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  display: block;
  background: #F5F6F8;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5rem;
}
.pcoop-company-list .item-title {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
}
.pcoop-company-list .item-infos {
  font-size: max(14px, 0.8rem);
  line-height: 1.4rem;
  display: grid;
  grid-gap: 0.5rem 0;
}
.pcoop-company-list .item-infos .info {
  display: flex;
  grid-gap: 0 0.5rem;
}
.pcoop-company-list .item-infos .ico {
  flex: none;
  height: 1.4rem;
  display: flex;
  align-items: center;
}
.pcoop-company-list .item-infos .ico img {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  object-fit: contain;
  object-position: center;
}
.pcoop-company-list .item-infos .text {
  flex: 1;
}

@media (min-width: 992px) {
  .pcoop-filt-reset:hover {
    color: var(--mt-global-color-theme);
  }

  .pcoop-filt-input .btn-search:hover {
    color: var(--mt-global-color-theme);
  }
}
@media (max-width: 991.98px) {
  .pcoop-st-company .st-header {
    text-align: left;
  }

  .pcoop-city-filtbox {
    position: relative;
    margin: 0.4rem 0 0;
    display: block;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .pcoop-city-filtbox .cityAreaSelect-group {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0.2rem;
  }
  .pcoop-city-filtbox .cityAreaSelect-item {
    width: 100%;
  }
  .pcoop-city-filtbox .cityAreaSelect-select {
    height: 1rem;
    padding: 0 0.3rem;
    background: url("/img/common/down-black.svg") no-repeat right 0.3rem center;
    background-size: 0.22rem auto;
    color: var(--mt-global-color-theme);
  }

  .pcoop-filt-input .form-control {
    width: 100%;
    height: 1rem;
    padding: 0 1rem 0 0.3rem;
    color: var(--mt-global-color-theme);
  }
  .pcoop-filt-input .btn-search {
    padding: 0 0.24rem;
  }
  .pcoop-filt-input .btn-search .bi {
    width: 0.45rem;
    height: 0.45rem;
  }

  .pcoop-filt-reset {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.4rem);
    font-size: 0.32rem;
    line-height: 0.64rem;
  }

  .pcoop-company-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
  }
  .pcoop-company-list .item-box {
    min-height: 3.92rem;
    border-radius: 0.1rem;
    padding: 0.6rem 0.4rem;
  }
  .pcoop-company-list .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
    color: inherit;
  }
  .pcoop-company-list .item-infos {
    font-size: 0.28rem;
    line-height: 0.48rem;
    grid-gap: 0.2rem 0;
  }
  .pcoop-company-list .item-infos .info {
    grid-gap: 0 0.2rem;
  }
  .pcoop-company-list .item-infos .ico {
    height: 0.48rem;
  }
  .pcoop-company-list .item-infos .ico img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.pcoop-st-agent {
  background: #F5F6F8;
}

/* 自定义样式-服务与支持-隐私政策 */
/* 服务与支持-公共 */
.p-service {
  background: #F5F5F5;
}

.psv-mainbox {
  padding: 4rem 0 6rem;
}

.psv-layout {
  width: 100%;
  padding: 0 0.5rem;
  display: flex;
  position: relative;
  grid-gap: 0 3rem;
}

.psv-lay-aside {
  flex: none;
  width: 14.5rem;
}

.psv-lay-body {
  width: 100%;
  flex: 1;
}

.psv-card-box {
  width: 100%;
  background: #fff;
  padding: 3rem;
}

.psv-lv3tit {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.psv-navlv4-tabswip::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #CDCED9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.psv-navlv4-tabswip .trigger {
  padding-top: 0;
}

@media (min-width: 992px) {
  .p-service .inside-banbox .b-text {
    max-width: 35rem;
    margin-left: auto;
    margin-right: auto;
  }

  .psv-card-box {
    min-height: 100%;
  }
}
@media (max-width: 991.98px) {
  .psv-mainbox {
    padding: 0.6rem 0 1rem;
  }

  .psv-layout {
    padding: 0;
    display: block;
  }
  .psv-layout .s-coltit {
    margin-bottom: 0.4rem;
  }

  .psv-card-box {
    padding: 0.4rem 0.4rem 1rem;
    margin: 0.6rem 0 0;
  }

  .psv-lv3tit {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
}
/* 隐私政策 */
.policy-lvtit {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

.policy-doc {
  font-size: max(14px, 0.8rem);
  line-height: 1.875em;
  min-height: calc(1.875em * 10);
}
.policy-doc .rocket-content__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.policy-doc .rocket-text-detail,
.policy-doc .rocket-block-text,
.policy-doc .rocket-classical-text {
  font-size: max(14px, 0.8rem);
  line-height: 1.875em;
}
.policy-doc .rocket-text-detail > *,
.policy-doc .rocket-block-text > *,
.policy-doc .rocket-classical-text > * {
  margin-bottom: 0;
}
.policy-doc .rocket-text-detail p,
.policy-doc .rocket-block-text p,
.policy-doc .rocket-classical-text p {
  margin-bottom: 0;
}
.policy-doc .rocket-text-detail b, .policy-doc .rocket-text-detail strong,
.policy-doc .rocket-block-text b,
.policy-doc .rocket-block-text strong,
.policy-doc .rocket-classical-text b,
.policy-doc .rocket-classical-text strong {
  color: var(--mt-global-color-blue);
}
.policy-doc .rocket-text-detail h1, .policy-doc .rocket-text-detail h2, .policy-doc .rocket-text-detail h3, .policy-doc .rocket-text-detail h4, .policy-doc .rocket-text-detail h5, .policy-doc .rocket-text-detail h6,
.policy-doc .rocket-block-text h1,
.policy-doc .rocket-block-text h2,
.policy-doc .rocket-block-text h3,
.policy-doc .rocket-block-text h4,
.policy-doc .rocket-block-text h5,
.policy-doc .rocket-block-text h6,
.policy-doc .rocket-classical-text h1,
.policy-doc .rocket-classical-text h2,
.policy-doc .rocket-classical-text h3,
.policy-doc .rocket-classical-text h4,
.policy-doc .rocket-classical-text h5,
.policy-doc .rocket-classical-text h6 {
  font-size: 1em;
  line-height: inherit;
  margin: 1.875em 0 0;
  color: var(--mt-global-color-blue);
  font-weight: bold;
}
.policy-doc .rocket-text-detail ul,
.policy-doc .rocket-block-text ul,
.policy-doc .rocket-classical-text ul {
  margin: 0;
}
.policy-doc .rocket-text-detail li,
.policy-doc .rocket-block-text li,
.policy-doc .rocket-classical-text li {
  margin: 0;
}

@media (max-width: 991.98px) {
  .p-policy .psv-card-box {
    padding: 0.4rem;
  }

  .policy-lvtit {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }

  .policy-doc {
    font-size: 0.28rem;
    line-height: 0.48rem;
    min-height: calc(0.48rem * 10);
  }
  .policy-doc .rocket-text-detail,
  .policy-doc .rocket-block-text,
  .policy-doc .rocket-classical-text {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .policy-doc .rocket-text-detail p,
  .policy-doc .rocket-block-text p,
  .policy-doc .rocket-classical-text p {
    margin-bottom: 0;
  }
  .policy-doc .rocket-text-detail h1, .policy-doc .rocket-text-detail h2, .policy-doc .rocket-text-detail h3, .policy-doc .rocket-text-detail h4, .policy-doc .rocket-text-detail h5, .policy-doc .rocket-text-detail h6,
  .policy-doc .rocket-block-text h1,
  .policy-doc .rocket-block-text h2,
  .policy-doc .rocket-block-text h3,
  .policy-doc .rocket-block-text h4,
  .policy-doc .rocket-block-text h5,
  .policy-doc .rocket-block-text h6,
  .policy-doc .rocket-classical-text h1,
  .policy-doc .rocket-classical-text h2,
  .policy-doc .rocket-classical-text h3,
  .policy-doc .rocket-classical-text h4,
  .policy-doc .rocket-classical-text h5,
  .policy-doc .rocket-classical-text h6 {
    margin: 0.4rem 0 0;
  }
}
/* 自定义样式-服务与支持-下载中心-视频下载 */
.psv-media-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem 1rem;
}
.psv-media-list .item-box {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  grid-gap: 1.5rem 0;
}
.psv-media-list .item-media {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.psv-media-list .imgs {
  width: 100%;
  padding: 63% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
  z-index: 1;
}
.psv-media-list .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.psv-media-list .imgs::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.psv-media-list .rocket-video-btn_play,
.psv-media-list .rocket-audio-btn_play,
.psv-media-list .rocket-audio-btn_pause {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.psv-media-list .rocket-video-btn_play .bi,
.psv-media-list .rocket-audio-btn_play .bi,
.psv-media-list .rocket-audio-btn_pause .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}
.psv-media-list .rocket-video-btn_play .bi,
.psv-media-list .rocket-audio-btn_play .bi {
  background-image: url("/img/common/audio-play.svg");
}
.psv-media-list .rocket-audio-btn_pause {
  display: none;
}
.psv-media-list .rocket-audio-btn_pause .bi {
  background-image: url("/img/common/audio-pause.svg");
}
.psv-media-list .item-title {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #000;
  margin: 1rem 0 0;
}
.psv-media-list .item-bot {
  width: 100%;
  display: flex;
}
.psv-media-list .is-playing .rocket-audio-btn_play {
  display: none;
}
.psv-media-list .is-playing .rocket-audio-btn_pause {
  display: block;
}

#modalAudio {
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: -99;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .psv-media-list .item:hover .imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .psv-media-list .item:hover .item-title {
    color: var(--mt-global-color-theme-h);
  }
  .psv-media-list .btn-download {
    height: auto;
    border: none;
    line-height: 1.75em;
    border-radius: 0px;
    background: transparent;
  }
  .psv-media-list .btn-download > * {
    padding: 0;
  }
  .psv-media-list .btn-download:hover {
    color: var(--mt-global-color-theme-h);
  }
}
@media (max-width: 991.98px) {
  .psv-media-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6rem 0;
  }
  .psv-media-list .item-box {
    height: auto;
    grid-gap: 0.4rem 0;
  }
  .psv-media-list .rocket-video-btn_play,
  .psv-media-list .rocket-audio-btn_play,
  .psv-media-list .rocket-audio-btn_pause {
    width: 0.6rem;
    height: 0.6rem;
  }
  .psv-media-list .item-imgs {
    border-radius: 0.1rem;
  }
  .psv-media-list .item-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: inherit;
    margin: 0.3rem 0 0;
  }
  .psv-media-list .item-bot {
    width: 100%;
    display: flex;
  }
}
/* 自定义样式-服务与支持-下载中心-文档下载 */
.pdoc-content {
  margin: 0.75rem 0 0;
}

.pdoc-type {
  font-size: 0.36rem;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}

.pdoc-download-list .item {
  border-bottom: solid 1px #CDCED9;
}
.pdoc-download-list .item-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 0;
}
.pdoc-download-list .item-title {
  font-size: max(14px, 0.8rem);
  line-height: 1.75em;
  color: #000;
}
.pdoc-download-list .btn-download {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  grid-gap: 0 12px;
  white-space: nowrap;
  color: var(--mt-global-color-theme-h);
}
.pdoc-download-list .btn-download .bi {
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  -webkit-mask: url("/img/common/download.svg") no-repeat center/contain;
  mask: url("/img/common/download.svg") no-repeat center/contain;
  background: currentColor;
}

@media (min-width: 992px) {
  .pdoc-panel {
    display: none;
  }
  .pdoc-panel.active {
    display: block;
  }

  .pdoc-download-list .item:hover .item-title {
    color: var(--mt-global-color-theme-h);
  }
}
@media (max-width: 991.98px) {
  .pdoc-content {
    margin: 0;
  }

  .pdoc-panel {
    margin-bottom: 0.6rem;
  }
  .pdoc-panel:last-child {
    margin-bottom: 0;
  }

  .pdoc-download-list .item-box {
    padding: 0.3rem 0;
  }
  .pdoc-download-list .item-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
    color: inherit;
  }
  .pdoc-download-list .btn-download {
    font-size: 0.28rem;
    line-height: 0.4rem;
    grid-gap: 0 0.2rem;
  }
  .pdoc-download-list .btn-download .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
}
