@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: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  line-height: 1em;
  color: #0052b7;
  width: 100%;
  height: -webkit-calc(2.4rem + 2px);
  height: calc(2.4rem + 2px);
  -webkit-align-items: center;
          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-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 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 {
    background: #E0F4FD;
  }
}
@media screen and (max-width: 991.98px) {
  .byted-select-arrow {
    right: 0.28rem;
  }
  .byted-select-arrow .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-select-clear {
    right: 0.28rem;
  }
  .byted-select-clear .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .byted-popover-wrapper {
    border-radius: 0.32rem;
    top: -webkit-calc(100% + 0.24rem);
    top: calc(100% + 0.24rem);
    padding: 0.1rem;
  }
  .byted-option-list {
    font-size: 0.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: 0.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: 0.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: 0.8em;
  padding: 0.5em 1.25em;
}

/** 页面置灰 **/
.page-gray {
  -webkit-filter: grayscale(100%);
  -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: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding-top: 1.5em;
}
.global-paging .paging-ctrl {
  width: 36px;
  height: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: url(/img/images/svg44.svg) no-repeat center;
  background-size: 7px 12px;
  border-radius: 100%;
  margin: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.global-paging .paging-ctrl.next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global-paging .paging-ctrl.disabled {
  cursor: no-drop;
}
.global-paging .dot-backward {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.global-paging .dot-backward svg {
  width: 16px;
  height: 16px;
  font-size: 14px;
}
.global-paging .dot-forward {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.global-paging .dot-forward svg {
  width: 16px;
  height: 16px;
}
.global-paging .topage {
  display: none;
}
.global-paging .paging-num {
  display: -webkit-flex;
  display: flex;
}
.global-paging .paging-num a {
  margin: 0px;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  align-items: center;
  -webkit-transition: all 0s;
  transition: all 0s;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat-Regular";
}
.global-paging .paging-num a.active {
  border: 1px solid #00A2E9;
  background: #FFF;
  color: #00A2E9;
}

.dot-backward:hover .dot, .dot-forward:hover .dot {
  display: none;
}
.dot-backward:hover .topage, .dot-forward:hover .topage {
  display: -webkit-flex;
  display: flex;
}

.global-paging .paging-num a:hover {
  color: #00A2E9;
}

.global-paging .paging-ctrl:hover {
  background: url(/img/images/svg45.svg) no-repeat center;
  background-size: 7px 12px;
}

@media (max-width: 991.98px) {
  .global-paging {
    padding-top: 0.6rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .global-paging .paging-num {
    gap: 0 0.03rem;
  }
  .global-paging .paging-num a {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.28rem;
    line-height: 1;
  }
  .global-paging .paging-ctrl {
    width: 0.6rem;
    height: 0.6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-radius: 0rem;
    gap: 0 0rem;
    margin: 0;
  }
  .global-paging .paging-ctrl span {
    font-size: 0.28rem;
    line-height: 0.42rem;
    font-weight: 400;
  }
  .global-paging .paging-ctrl svg {
    width: 0.16rem;
    height: 0.3rem;
  }
  .global-paging .paging-ctrl.prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .global-paging .paging-ctrl.disabled {
    opacity: 0.4;
  }
}
.public-swiper-nav-contain {
  padding: 3.5rem 0 0;
}
.public-swiper-nav-contain .title {
  margin-bottom: 1.5rem;
}

.public-swiper-nav-wrap {
  position: relative;
}

.public-swiper-nav .swiper-slide {
  width: auto;
  margin-right: 0.5rem;
}
.public-swiper-nav .swiper-slide .a-link {
  display: -webkit-flex;
  display: flex;
  padding: 0.75rem 1.25rem;
  border-radius: 3rem;
  border: 1px solid #D3D9E5;
}
.public-swiper-nav .swiper-slide.cur .a-link {
  background: #00A2E9;
  border: 1px solid #00A2E9;
}
.public-swiper-nav .swiper-slide.cur .text {
  color: #fff !important;
}
.public-swiper-nav .text {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .public-swiper-nav .a-link:hover .text {
    color: #00A2E9;
  }
}
@media (max-width: 991.98px) {
  .public-swiper-nav-contain {
    padding: 1rem 0 0 0;
    overflow: hidden;
  }
  .public-swiper-nav-contain .title {
    margin-bottom: 0.4rem;
  }
  .public-swiper-nav-wrap::after {
    position: absolute;
    content: "";
    right: -0.5rem;
    top: 0;
    background: url(/img/images/img08.webp) no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 0.6rem;
    z-index: 1;
  }
  .public-swiper-nav-wrap.less::after {
    opacity: 0;
  }
  .public-swiper-nav-wrap .public-swiper-nav-prev {
    background: url(/img/images/15-cur.webp) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-180deg) translateY(50%);
            transform: rotate(-180deg) translateY(50%);
    position: absolute;
    left: -0.5rem;
    top: 50%;
    z-index: 2;
    width: 1.2rem;
    height: 0.6rem;
  }
  .public-swiper-nav-wrap .public-swiper-nav-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .public-swiper-nav-wrap .public-swiper-nav-next {
    background: url(/img/images/svg33.svg) no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    right: -0.1rem;
    top: 50%;
    width: 0.12rem;
    height: 0.2rem;
    z-index: 2;
  }
  .public-swiper-nav-wrap .public-swiper-nav-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
  }
  .public-swiper-nav .swiper-slide {
    margin-right: 5px;
  }
  .public-swiper-nav .swiper-slide .a-link {
    padding: 0.13rem 0.25rem;
  }
  .public-swiper-nav .text {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}
.foot-share {
  display: -webkit-flex;
  display: flex;
  gap: 0 1rem;
}
.foot-share .hover {
  display: none;
}
.foot-share .list-item {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.foot-share a {
  opacity: 1;
  cursor: pointer;
}
.foot-share img {
  width: 2em;
  height: 2em;
  object-fit: contain;
}
.foot-share .dropdown {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 20px 0 0;
  z-index: 21;
}
.foot-share .dropdown::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom-color: #fff;
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.foot-share .dropdown .box {
  padding: 0.4rem;
  border-radius: 0.2rem;
  background: #fff;
  position: relative;
}
.foot-share .dropdown img {
  width: 5rem;
  height: 5rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.foot-share .dropdown .text {
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
  padding-top: 0.3rem;
  color: #222;
}

.wechat-qrcode-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 999;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  padding: 10px 0 0;
}

.share-tu {
  background: url(/img/images/share-tu.webp) no-repeat;
  background-size: contain;
  width: 86px;
  height: 41px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.share-tu .text {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  bottom: 11px;
  white-space: nowrap;
  width: 100%;
  left: 0;
}

.wechat-qrcode {
  color: #666;
  font-size: 12px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.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;
  display: none;
}
.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;
}

.foot-share .list-item:hover .deft {
  display: none;
}
.foot-share .list-item:hover .hover {
  display: -webkit-flex;
  display: flex;
}
.foot-share .list-item:hover .dropdown {
  display: block;
}
.foot-share .list-item:hover .wechat-qrcode-box {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .foot-share {
    gap: 0 0.24rem;
  }
  .foot-share .wechat-qrcode {
    width: 3rem;
  }
  .foot-share img {
    width: 0.48rem;
    height: 0.48rem;
  }
  .foot-share .dropdown img {
    width: 2rem;
    height: 2rem;
  }
  .foot-share .dropdown .box {
    padding: 0.2rem;
  }
  .foot-share .dropdown .text {
    font-size: 0.24rem;
    line-height: 0.48rem;
    padding-top: 0.1rem;
  }
}
.modal-watchImg.modal {
  background: rgba(0, 0, 0, 0.8);
}
.modal-watchImg .modal-dialog, .modal-watchImg .modal-content {
  pointer-events: none;
}
.modal-watchImg .modal-body {
  pointer-events: auto;
}
.modal-watchImg .modal-close {
  display: -webkit-flex;
  display: flex;
  right: 0;
  top: 0;
  position: relative;
  padding: 0;
  -webkit-align-items: center;
          align-items: center;
}
.modal-watchImg .imgDom-wrap {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding-top: 148.4848484848%;
  margin-top: 0.5rem;
}
.modal-watchImg .imgDom-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-watchImg .modal-dialog {
  height: 100%;
}
.modal-watchImg .modal-content {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.modal-watchImg .modal-close .bi {
  background: none;
}
.modal-watchImg .modal-body {
  width: 24.375vw;
  min-width: 350px;
  height: 80%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex: initial;
          flex: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-direction: column;
          flex-direction: column;
  scale: 0;
}
.modal-watchImg .modal-body img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.modal-watchImg .modal-watchImg-title {
  width: 100%;
  padding: 0.75rem 1rem;
}
.modal-watchImg .modal-watchImg-title {
  background: #1F3165;
  border-radius: 6px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  gap: 0 2.15rem;
}
.modal-watchImg .load-zip-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}
.modal-watchImg .load-zip-wrap::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  left: -webkit-calc(100% + 1.05rem);
  left: calc(100% + 1.05rem);
  width: 0.05rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.3);
}
.modal-watchImg .load-zip {
  -webkit-mask: url(/img/images/svg63.svg) no-repeat center/contain;
          mask: url(/img/images/svg63.svg) no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
}
.modal-watchImg .icon-close {
  -webkit-mask: url(/img/images/svg64.svg) no-repeat center/contain;
          mask: url(/img/images/svg64.svg) no-repeat center/contain;
  width: 1rem;
  height: 1rem;
  background: #fff;
}
.modal-watchImg.show .modal-body {
  scale: 1;
}

@media (min-width: 992px) {
  .modal-watchImg .icon-close:hover {
    background: #00A2E9;
  }
  .modal-watchImg .load-zip:hover {
    background: #00A2E9;
  }
  .modal-watchImg .modal-close:hover .bi {
    background: none;
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .modal-watchImg .load-zip {
    width: 0.48rem;
    height: 0.48rem;
  }
  .modal-watchImg .modal-body {
    min-width: initial;
    width: 70vw;
  }
  .modal-watchImg .load-zip-wrap::after {
    height: 0.4rem;
    left: -webkit-calc(100% + 0.43rem);
    left: calc(100% + 0.43rem);
    width: 0.01rem;
  }
  .modal-watchImg .icon-close {
    width: 0.4rem;
    height: 0.4rem;
  }
  .modal-watchImg .modal-watchImg-title {
    gap: 0 0.86rem;
    padding: 0.3rem 0.4rem;
  }
  .modal-watchImg .imgDom-wrap {
    max-width: 100%;
    margin-top: 0.1rem;
  }
  .modal-watchImg .modal-close {
    right: 0rem;
  }
}
body.hide-purchase .btn-go-shop {
  display: none;
}

.public-page {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 25px 20px 0 0;
  gap: 0 0.7rem;
}
.public-page .toRedirect-box {
  display: none;
}
.public-page.show .toRedirect-box {
  display: -webkit-flex;
  display: flex;
}
.public-page .rows-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.select_paging {
  display: none;
}

.page-text {
  font-size: 16px;
  line-height: 32px;
  color: #202124;
}

.current_list_num {
  position: relative;
}
.current_list_num .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  border: 4px;
  border: 1px solid #D3D9E5;
  width: 78px;
  height: 36px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 10px;
  cursor: pointer;
}
.current_list_num .text {
  font-size: 16px;
  line-height: 24px;
}
.current_list_num .svgwrap {
  display: -webkit-flex;
  display: flex;
}

.paging_list_box {
  position: absolute;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #D3D9E5;
  background: #fff;
  border-radius: 8px;
  z-index: 2;
}

.page-text {
  margin-right: 10px;
}

.paging_list_item {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.paging_list_item .svgwrap {
  opacity: 0;
}
.paging_list_item.active .svgwrap {
  opacity: 1;
}
.paging_list_item .num {
  font-size: 16px;
  line-height: 16px;
}

.el-pager li {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid rgba(0, 162, 233, 0);
  gap: 0 0;
  font-size: 16px;
  line-height: 24px;
}
.el-pager li.is-active {
  border: 1px solid #00A2E9;
}
.el-pager li.more {
  font-size: 14px;
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
  font-size: 0.8rem;
}

.el-pagination button {
  color: #5D6166;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.el-pagination button .el-icon {
  background: url(/img/images/svg44.svg) no-repeat;
  width: 7px !important;
  height: 12px;
}
.el-pagination button .el-icon svg {
  display: none;
}
.el-pagination button.btn-next .el-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.el-pagination button.is-active .el-icon, .el-pagination button:hover .el-icon {
  background: url(/img/images/svg45.svg) no-repeat;
}

.toRedirect-box {
  display: none;
}

@media (min-width: 992px) {
  .paging_list_item:hover {
    background: #F7F8FA;
  }
}
@media (max-width: 991.98px) {
  .toRedirect-box {
    display: -webkit-flex;
    display: flex;
  }
  .el-pager li {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.07rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .toRedirect-box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 0 0.6rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .toRedirect-box.no-table {
    padding-top: 0.15rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .to-redirect {
    display: -webkit-flex;
    display: flex;
    gap: 0 0.1rem;
    -webkit-align-items: center;
            align-items: center;
  }
  .to-redirect .icon-redirect {
    background: url(/img/images/svg59.svg) no-repeat;
    background-size: contain;
    width: 0.12rem;
    height: 0.2rem;
  }
  .toRedirect-page {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    gap: 0 0.15rem;
  }
  .toRedirect-page .input-wrap input {
    width: 0.8rem;
    height: 0.6rem;
    padding: 0.1rem;
    border-radius: 0.07rem;
    border: 0.0175rem solid #D3D9E5;
    text-align: center;
  }
  .public-page {
    padding: 0.6rem 0 0 0;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-align-items: center;
            align-items: center;
    gap: 0.15rem 0;
  }
  .public-page .el-pagination button {
    width: 0.6rem;
    height: 0.6rem;
    padding: 0;
  }
  .public-page .rows-item {
    display: none;
  }
}
.public-fliter-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 1rem;
}

.public-fliter-wrap {
  padding: 3rem 0 0 0;
}
.public-fliter-wrap .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.public-fliter-wrap .fliter-prefix-title {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 600;
  margin-right: 0.5rem;
}
.public-fliter-wrap .inner-more-select {
  max-height: 23rem;
  overflow-y: auto;
}
.public-fliter-wrap .chonse-select-more {
  overflow: hidden;
}
.public-fliter-wrap .byted-select-arrow {
  display: -webkit-flex;
  display: flex;
  right: 0.2rem;
}
.public-fliter-wrap .icon-arrow {
  -webkit-mask: url(/img/images/svg77.svg) no-repeat center/contain;
          mask: url(/img/images/svg77.svg) no-repeat center/contain;
  background: var(--mt-global-color-black);
  width: 0.7rem;
  height: 0.7rem;
}
.public-fliter-wrap .byted-select-input {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  color: var(--mt-global-color-black);
  padding: 0 0 0.25rem 0.5rem;
  height: auto;
  min-width: 7.5rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--mt-global-color-black);
}

@media (max-width: 991.98px) {
  .public-fliter-wrap {
    padding: 1rem 0 0 0;
  }
  .public-fliter-wrap .inner {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .public-fliter-wrap .list-item:nth-child(odd) .chonse-select-more {
    left: 0;
    right: initial;
  }
  .public-fliter-wrap .list-item:nth-child(even) .chonse-select-more {
    left: initial;
    right: 0;
  }
  .public-fliter-wrap .byted-select-arrow {
    right: 0;
  }
  .public-fliter-wrap .icon-arrow {
    width: 0.25rem;
    height: 0.25rem;
  }
  .public-fliter-wrap .byted-select-input {
    font-size: 0.28rem;
    line-height: 0.36rem;
    min-width: 2.98rem;
    padding: 0 0 0.05rem 0;
  }
  .public-fliter-wrap .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .public-fliter-wrap .fliter-prefix-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
    margin-right: 0;
    padding: 0;
  }
  .public-fliter-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 0.5rem;
  }
}
.p-manufacturing .main-box::after {
  top: 45.4167vw;
  content: "";
  left: 0;
  background: url(/img/images/img54.webp) no-repeat top center #01A2E9;
  background-size: 100% auto;
  height: -webkit-calc(100% - 45.4167vw);
  height: calc(100% - 45.4167vw);
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-manufacturing .foot-ctbuy-box {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .custom-widget_intro .introduce-list .list-item {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .company-introduce-wrap.custom-widget_intro .rocket-content__inner {
    padding: 0;
  }
}
/****
 * 内页-公共样式
*****/
/* 顶部区域 */
.inside-topbox {
  width: 100%;
  position: relative;
}
.inside-topbox .rocket-widget__banner {
  height: 23.4375vw;
  z-index: 5;
  color: #fff;
}
.inside-topbox .rocket-banner-inner {
  -webkit-align-items: center;
          align-items: center;
}
.inside-topbox .n-text {
  margin: 0.75rem 0 0;
  opacity: 0;
}

/* 内页频道内容区块头部 */
.st-header {
  margin: 0 0 1.5rem;
}
.st-header .s-text {
  margin: 5px 0 0;
}

/* 内页边框四周点位 */
.border-point {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.border-point .point-top {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.border-point .point-top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4EBEEF;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.border-point .point-top::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4EBEEF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.border-point .point-bot {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
}
.border-point .point-bot::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4EBEEF;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.border-point .point-bot::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4EBEEF;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}

@media (min-width: 992px) {
  .inside-topbox .rocket-banner-inner {
    padding-bottom: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .inside-topbox .rocket-widget__banner {
    height: 53.33vw;
  }
  .inside-topbox .n-text {
    margin: 0.1rem 0 0;
  }
  .st-header {
    margin: 0 0 0.5rem;
  }
  .st-header .s-text {
    margin: 0.1rem 0 0;
  }
  .border-point .point-top::before, .border-point .point-top::after, .border-point .point-bot::before, .border-point .point-bot::after {
    width: 6px;
    height: 6px;
  }
}
/* 动态组件-相关信息 */
.dynamic-widget_relatedinfo {
  width: 100%;
  position: relative;
  padding: 5rem 0 0;
  margin: 0 auto 5rem;
}

.dynamic-relatedinfo-swiper .swiper-wrapper {
  display: grid;
  grid-gap: 0 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
.dynamic-relatedinfo-swiper .slide-box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 0.8rem;
}
.dynamic-relatedinfo-swiper .slide-imgs {
  -webkit-flex: none;
          flex: none;
  width: 100%;
  padding: 58.54% 0 0;
  overflow: hidden;
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.dynamic-relatedinfo-swiper .slide-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.dynamic-relatedinfo-swiper .slide-body {
  -webkit-flex: 1;
          flex: 1;
  background: #fff;
  border: solid 1px #D3D9E5;
  border-top: none;
  padding: 1.5rem 1.25rem 2.9rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  grid-gap: 1rem 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.dynamic-relatedinfo-swiper .slide-type {
  font-size: 0.8rem;
  line-height: 1em;
  color: var(--mt-global-color-gray);
  font-weight: bold;
  margin-bottom: 0.75rem;
  display: -webkit-flex;
  display: flex;
}
.dynamic-relatedinfo-swiper .tag {
  padding: 0.35rem 0.7rem;
  border-radius: 1.5rem;
  background: #F3F4F6;
}
.dynamic-relatedinfo-swiper .slide-title {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: bold;
  color: var(--mt-global-color-black);
}
.dynamic-relatedinfo-swiper .slide-bot {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 0.8rem;
  line-height: 1em;
  color: var(--mt-global-color-black);
}
.dynamic-relatedinfo-swiper .slide-arrow {
  width: 1em;
  height: 1em;
  display: block;
  overflow: hidden;
  position: relative;
}
.dynamic-relatedinfo-swiper .slide-arrow .bi {
  width: 200%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.dynamic-relatedinfo-swiper .slide-arrow .bi::before {
  content: "";
  height: 100%;
  display: block;
  position: relative;
  -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
  mask: url("/img/common/right.svg") no-repeat center/contain;
  background: var(--mt-global-color-blue-light);
}
.dynamic-relatedinfo-swiper .slide-arrow .bi::after {
  content: "";
  height: 100%;
  display: block;
  position: relative;
  -webkit-mask: url("/img/common/right.svg") no-repeat center/contain;
  mask: url("/img/common/right.svg") no-repeat center/contain;
  background: var(--mt-global-color-black);
}

@media (min-width: 992px) {
  .dynamic-relatedinfo-swiper .swiper-slide:hover .slide-imgs img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .dynamic-relatedinfo-swiper .swiper-slide:hover .slide-body {
    border-color: var(--mt-global-color-blue-light);
  }
  .dynamic-relatedinfo-swiper .swiper-slide:hover .slide-arrow .bi {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@media (max-width: 991.98px) {
  .dynamic-widget_relatedinfo {
    padding: 1rem 0 0;
    margin: 0 auto 1.2rem;
  }
  .dynamic-relatedinfo-swiper .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem 0;
  }
  .dynamic-relatedinfo-swiper .tag {
    padding: 0.14rem 0.28rem;
    border-radius: 0.6rem;
  }
  .dynamic-relatedinfo-swiper .slide-box {
    border-radius: 0.26rem;
  }
  .dynamic-relatedinfo-swiper .slide-body {
    padding: 0.6rem 0.4rem 0.65rem;
    grid-gap: 0.4rem 0;
  }
  .dynamic-relatedinfo-swiper .slide-type {
    font-size: 0.24rem;
    line-height: 0.36rem;
    font-weight: 400;
    margin: 0 0 0.2rem;
  }
  .dynamic-relatedinfo-swiper .slide-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .dynamic-relatedinfo-swiper .slide-bot {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .dynamic-relatedinfo-swiper .slide-arrow {
    width: 0.22rem;
    height: 0.36rem;
  }
}
/* 自定义样式-首页 */
/* 自定义样式-新闻列表 */
.public-expanded-style {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.public-expanded-style .checked-input {
  display: none;
}
.public-expanded-style .checked-icon {
  background: url(/img/images/svg79.svg) no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.public-expanded-style .checkitem {
  display: -webkit-flex;
  display: flex;
}
.public-expanded-style.active {
  background: #E0F4FD;
}
.public-expanded-style.active .checked-icon {
  background: url(/img/images/svg80.svg) no-repeat;
  background-size: contain;
}

.news-list-wrap {
  padding: 5.75rem 0 0 0;
}

.haslanbg506 {
  position: relative;
}
.haslanbg506::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(/img/images/img25.webp) no-repeat;
  background-size: contain;
  height: 26.3541666667vw;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.public-fliter-wrap.mt45 {
  padding-top: 2.25rem;
}

.dynamic-relatedinfo-swiper.new-list {
  padding: 2rem 0 0 0;
  min-height: 50vh;
}
.dynamic-relatedinfo-swiper.new-list .swiper-wrapper {
  grid-gap: 1.25rem 1.25rem;
}

@media (max-width: 991.98px) {
  .haslanbg506::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 5.06rem;
    background: url(/img/images/img26.webp) no-repeat;
    background-size: contain;
    width: 100%;
    pointer-events: none;
  }
  .dynamic-relatedinfo-swiper.new-list {
    padding-top: 0.6rem;
  }
  .dynamic-relatedinfo-swiper.new-list .swiper-wrapper {
    grid-gap: 0.5rem 0;
  }
  .public-expanded-style .checked-icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .public-fliter-wrap.mt45 {
    padding-top: 0.6rem;
  }
  .news-list-wrap {
    padding: 1rem 0 0 0;
  }
  .news-list-wrap .rocket-title-xxl {
    line-height: 0.48rem;
  }
}
/* 自定义样式-客户故事 */
.story-list-wrap {
  padding: 5.75rem 0 0 0;
}
.story-list-wrap .rocket-title-xxl {
  margin-bottom: 2rem;
}

.story-list {
  min-height: 50vh;
}
.story-list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem 2rem;
}
.story-list .slide-body {
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1.25rem 1.8rem 2.75rem 2rem;
  border: 1px solid #D3D9E5;
  border-top: 0;
}
.story-list .logo-img {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.1rem;
}
.story-list .logo-img img {
  height: 3rem;
  width: 10rem;
  object-fit: contain;
  object-position: center;
}
.story-list .item-title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  height: 3.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.story-list .innosc-btn {
  width: 7.7rem;
  height: 2rem;
  cursor: pointer;
}
.story-list .innosc-btn a {
  gap: 0 0.25rem;
}
.story-list .innosc-btn .text {
  font-size: max(14px, 0.8rem);
}
.story-list .item-desc {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  color: #5D6166;
  height: 3.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1.35rem;
}
.story-list .icon-watch {
  mask: url(/img/images/svg84.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg84.svg) no-repeat center/contain;
  background: #00A2E9;
  width: 0.55rem;
  height: 0.7rem;
}
.story-list .button-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.25rem;
}
.story-list .slide-imgs {
  padding-top: 40.3225806452%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
}
.story-list .slide-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .p-story .foot-ctbuy-box {
    margin-top: 6rem;
  }
  .story-list .innosc-btn:hover .icon-watch {
    background: #fff;
  }
}
@media (max-width: 991.98px) {
  .story-list .slide-body {
    padding: 0.38rem 0.5rem 0.6rem 0.5rem;
    border-radius: 0 0 0.2rem 0.2rem;
  }
  .story-list .slide-imgs {
    border-radius: 0.2rem 0.2rem 0 0;
  }
  .story-list .icon-watch {
    mask: url(/img/images/svg85.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg85.svg) no-repeat center/contain;
    background: #00A2E9;
    width: 0.3rem;
    height: 0.3rem;
  }
  .story-list .innosc-btn a {
    gap: 0 0.1rem;
  }
  .story-list .innosc-btn .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .story-list .button-list {
    gap: 0 0.1rem;
  }
  .story-list .button-list .item:nth-child(1) .innosc-btn {
    width: 2.4rem;
    height: 0.8rem;
  }
  .story-list .button-list .item:nth-child(2) .innosc-btn {
    width: 2.24rem;
    height: 0.8rem;
  }
  .story-list .logo-img {
    margin-bottom: 0.35rem;
  }
  .story-list .logo-img img {
    height: 0.86rem;
    width: auto;
  }
  .story-list .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.6rem;
  }
  .story-list .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    height: 0.96rem;
    margin-bottom: 0.2rem;
  }
  .story-list .swiper-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem 0;
  }
  .story-list-wrap {
    padding: 1rem 0 0;
  }
  .story-list-wrap .rocket-title-xxl {
    margin-bottom: 0.6rem;
  }
}
.p-story-det .inside-topbox .rocket-banner-inner {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 6.25vw;
}
.p-story-det .inside-topbox .rocket-title-xxl {
  font-size: 1.8rem;
  line-height: 2.3rem;
  max-width: 40.5rem;
}

.banner-logo {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.5rem;
}
.banner-logo img {
  height: 4rem;
}

.story-det-editor {
  min-height: 50vh;
}
.story-det-editor .rocket-content__inner {
  width: 100% !important;
  max-width: none !important;
  padding: 0;
}
.story-det-editor .rocket-content__inner {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
}
.story-det-editor .rocket-classical-text p {
  margin-bottom: 1rem;
}
.story-det-editor .rocket-classical-text p:last-child {
  margin-bottom: 0;
}

.story-det-main .foot-share {
  gap: 0 0.5rem;
}
.story-det-main .foot-share a > img {
  width: 1.4rem;
  height: 1.4rem;
}
.story-det-main .shar-title {
  margin-bottom: 0.9rem;
}
.story-det-main .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 5.7291666667vw;
  padding: 3rem 0 0 0;
}
.story-det-main .inner-l {
  width: 63.28125%;
}
.story-det-main .inner-r {
  -webkit-flex: 1;
          flex: 1;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .story-det-main .foot-share .list-item:hover a > img {
    opacity: 0.8;
  }
  .p-story-det .foot-ctbuy-box {
    margin-top: 6rem;
  }
}
@media (max-width: 991.98px) {
  .p-story-det .wechat-qrcode-box {
    left: 1.5rem;
  }
  .story-det-editor .rocket-content__inner {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .story-det-editor .rocket-classical-text p {
    margin-bottom: 0.6rem;
  }
  .banner-logo {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 0.2rem;
  }
  .banner-logo img {
    height: 0.8rem;
  }
  .p-story-det .inside-topbox .rocket-banner-inner {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-top: 0.6rem;
  }
  .p-story-det .inside-topbox .rocket-title-xxl {
    font-size: 0.45rem;
    line-height: 0.6rem;
    max-width: 100%;
  }
  .story-det-main .foot-share {
    gap: 0 0.2rem;
  }
  .story-det-main .foot-share a > img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .story-det-main .shar-title {
    margin-bottom: 0.2rem;
  }
  .story-det-main .inner-r {
    margin-top: 0;
    border-top: 1px solid #D9D9D9;
    padding: 0.4rem 0 0 0;
  }
  .story-det-main .inner-l {
    width: 100%;
  }
  .story-det-main .inner {
    gap: 1rem 0;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 0rem 0;
  }
}
/* 自定义样式-新闻详情/faq */
.newsdet-doc, .det-middle {
  min-height: 50vh;
  padding: 1.95rem 0 3rem;
}
.newsdet-doc .rocket-content__inner, .det-middle .rocket-content__inner {
  width: 100% !important;
  max-width: 47.5rem !important;
  padding: 0;
}
.newsdet-doc .rocket-classical-text, .det-middle .rocket-classical-text {
  line-height: 1.6rem;
}
.newsdet-doc .rocket-classical-text p, .det-middle .rocket-classical-text p {
  margin-bottom: 1rem;
}
.newsdet-doc .rocket-classical-text p:last-child, .det-middle .rocket-classical-text p:last-child {
  margin-bottom: 0;
}

.det-header {
  padding: 3rem 0 0rem;
}
.det-header .rocket-content__inner {
  max-width: 47.5rem;
  border-bottom: 1px solid #D3D9E5;
}
.det-header .title {
  text-align: center;
}
.det-header .date {
  text-align: center;
  margin-top: 1.5rem;
  padding-bottom: 0.75rem;
}

.det-footer .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 2rem;
  padding: 1rem 0 0 0;
  border-top: 1px solid #D3D9E5;
}

@media (min-width: 992px) {
  .det-footer .rocket-content__inner {
    max-width: 47.5rem !important;
  }
  .newsdet-doc a[href]:hover, .det-middle a[href]:hover {
    text-decoration: underline;
    color: #00A2E9 !important;
  }
  .newsdet-doc a[href]:hover span, .det-middle a[href]:hover span {
    color: #00A2E9;
  }
}
@media (max-width: 991.98px) {
  .newsdet-doc, .det-middle {
    padding: 0.8rem 0;
  }
  .newsdet-doc .rocket-classical-text, .det-middle .rocket-classical-text {
    line-height: 0.48rem;
  }
  .newsdet-doc .rocket-classical-text p, .det-middle .rocket-classical-text p {
    margin-bottom: 0.6rem;
  }
  .newsdet-doc .rocket-content__inner, .det-middle .rocket-content__inner {
    max-width: none !important;
    padding: 0 0.5rem;
  }
  .det-header {
    padding: 1rem 0 0 0;
  }
  .det-header .rocket-title-xxl {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
  .det-header .rocket-text-md {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .det-header .date {
    padding-bottom: 0.3rem;
    margin-top: 0.6rem;
  }
  .det-footer .rocket-title-xs {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .det-footer .inner {
    gap: 0 0.4rem;
  }
}
/* 自定义样式-关于我们 */
.p-about .inside-topbox .rocket-widget__banner {
  height: -webkit-calc(100vh - 12.9rem);
  height: calc(100vh - 12.9rem);
  min-height: 26.5rem;
}
.p-about .inside-topbox .rocket-banner-inner {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 12.5vw;
}
.p-about .inside-topbox .rocket-title-xxl {
  font-size: 2.8rem;
  line-height: 3.4rem;
}

@media (max-width: 991.98px) {
  .p-about .n-heading-h1 br {
    display: none;
  }
  .p-about .inside-topbox .rocket-widget__banner {
    height: -webkit-calc(100dvh - 1.2rem);
    height: calc(100dvh - 1.2rem);
    min-height: initial;
  }
  .p-about .inside-topbox .rocket-banner-inner {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-top: 3rem;
  }
  .p-about .inside-topbox .rocket-title-xxl {
    font-size: 0.6rem;
    line-height: 0.8rem;
    padding-right: 0rem;
  }
}
.about-desc {
  background: #F3F4F6;
  padding: 5rem 0 5.2rem;
}
.about-desc .title {
  margin-bottom: 1.5rem;
}
.about-desc .desc {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.about-img {
  background: #F3F4F6;
  overflow: hidden;
}

.gallery-img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
}
.gallery-img .imgwrap {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26.3020833333vw;
  height: 500px;
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .gallery-img {
    overflow: initial;
    -webkit-justify-content: initial;
            justify-content: initial;
  }
  .about-img .swiper-slide {
    width: auto;
    margin-right: 1.5625vw;
  }
  .about-img .rocket-content__inner {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1271px) and (max-width: 1600px) {
  .p-about .inside-topbox .rocket-title-xxl {
    font-size: 2.6rem;
    padding-right: 0;
    white-space: nowrap;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .about-img .rocket-content__inner {
    width: 100% !important;
  }
  .p-about .inside-topbox .rocket-title-xxl {
    font-size: 2.4rem;
  }
}
@media (max-width: 991.98px) {
  .about-img {
    padding-bottom: 1rem;
  }
  .gallery-img {
    overflow: initial;
    gap: 0;
    -webkit-justify-content: initial;
            justify-content: initial;
    -webkit-align-items: initial;
            align-items: initial;
  }
  .gallery-img .list-item {
    margin-right: 0.25rem;
  }
  .gallery-img .imgwrap {
    width: 100%;
    height: 5.14rem;
    border-radius: 0.2rem;
  }
  .about-desc {
    padding: 1rem 0 1rem 0;
  }
  .about-desc .title {
    margin-bottom: 0.3rem;
  }
  .about-desc .desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
.about-competence {
  background: #00A2E9;
  padding: 5rem 0 0rem;
}
.about-competence .title {
  color: #fff;
  margin-bottom: 1rem;
}
.about-competence .desc {
  margin-bottom: 2.5rem;
  color: #fff;
}

.competence-menu-more {
  display: none;
  padding: 0.7rem 0 3rem;
}

.competence-menu-wrap {
  height: 200vh;
}

.competence-menu {
  position: sticky;
  top: 4.25rem;
}
.competence-menu .list-item {
  border-bottom: 2px solid rgba(178, 227, 248, 0.6);
  position: relative;
}
.competence-menu .list-item::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-linear-gradient(left, #44B053 0%, #FDEC0A 100%);
  background: linear-gradient(90deg, #44B053 0%, #FDEC0A 100%);
}
.competence-menu .list-item::after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: -webkit-linear-gradient(left, #44B053 0%, #FDEC0A 100%);
  background: linear-gradient(90deg, #44B053 0%, #FDEC0A 100%);
}
.competence-menu .list-item:nth-child(1) {
  border-top: 2px solid rgba(178, 227, 248, 0.6);
}
.competence-menu .list-item:nth-child(1) .competence-menu-more {
  display: block;
}
.competence-menu .list-item.current::after, .competence-menu .list-item.current::before {
  -webkit-transition: 0s;
  transition: 0s;
  width: 100%;
}
.competence-menu .list-item.current .icon-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.competence-menu .list-item.current .icon-arrow::after {
  opacity: 0;
}
.competence-menu .tuwen-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-right: 7rem;
  grid-gap: 0 2rem;
}
.competence-menu .item-img {
  width: 100%;
  position: relative;
  padding-top: 56.3636363636%;
  overflow: hidden;
  border-radius: 0.8rem;
  margin-bottom: 1rem;
}
.competence-menu .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.competence-menu .item-desc {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #fff;
  font-weight: 600;
}

.competence-menu-header {
  display: -webkit-flex;
  display: flex;
  position: relative;
  padding: 1.8rem 0 1.8rem;
  cursor: pointer;
}
.competence-menu-header .item-title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 600;
  color: #fff;
}
.competence-menu-header .arrow-more {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding-right: 2rem;
}
.competence-menu-header .icon-arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: none;
  -webkit-mask: none;
          mask: none;
}

@media (min-width: 992px) {
  .competence-menu:hover .list-item::after, .competence-menu:hover .list-item::before {
    width: 0%;
  }
  .competence-menu .list-item:hover::after, .competence-menu .list-item:hover::before {
    opacity: 1;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .competence-menu-more {
    padding: 0.3rem 0 0.8rem;
  }
  .about-competence {
    padding: 1rem 0 0rem;
  }
  .about-competence .title {
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .about-competence .desc {
    margin-bottom: 0.8rem;
  }
  .competence-menu .item-img {
    border-radius: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .competence-menu .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .competence-menu .tuwen-list {
    grid-template-columns: repeat(1, 1fr);
    padding-right: 0rem;
    grid-gap: 0.6rem 0;
  }
  .competence-menu .list-item {
    border-bottom: 1px solid rgba(178, 227, 248, 0.6);
  }
  .competence-menu .list-item::before {
    top: -1px;
    height: 1px;
  }
  .competence-menu .list-item::after {
    bottom: -1px;
    height: 1px;
  }
  .competence-menu .list-item:nth-child(1) {
    border-top: 1px solid rgba(178, 227, 248, 0.6);
  }
  .competence-menu-header {
    padding: 0.3rem 0 0.3rem;
  }
  .competence-menu-header .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .competence-menu-header .arrow-more {
    padding-right: 0.14rem;
  }
  .competence-menu-header .icon-arrow {
    position: relative;
    width: 0.25rem;
    height: 0.25rem;
    display: -webkit-flex;
    display: flex;
  }
  .competence-menu-header .icon-arrow::after {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.025rem;
    height: 100%;
    background: #B2E3F8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .competence-menu-header .icon-arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0.025rem;
    width: 100%;
    background: #B2E3F8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.leader-speech {
  background: #E0F4FD;
}
.leader-speech .inner {
  padding: 3.7rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 9.5rem;
}
.leader-speech .inner-l {
  width: 29.6875%;
}
.leader-speech .inner-r {
  -webkit-flex: 1;
          flex: 1;
}
.leader-speech .imgwrap {
  position: relative;
  padding-top: 140%;
}
.leader-speech .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.leader-speech .title {
  margin-bottom: 1.25rem;
  color: #3B609B;
}
.leader-speech .desc {
  margin-bottom: 4.2rem;
  position: relative;
}
.leader-speech .desc::before {
  position: absolute;
  content: "";
  background: url(/img/images/svg92.svg) no-repeat;
  background-size: contain;
  width: 3.1rem;
  height: 2.5rem;
  top: -0.7rem;
  right: -webkit-calc(100% + 1rem);
  right: calc(100% + 1rem);
}
.leader-speech .name {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.leader-speech .pos {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 991.98px) {
  .leader-speech .inner {
    padding: 0.6rem 0 0.68rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem 0;
  }
  .leader-speech .inner-l {
    width: 3.6rem;
  }
  .leader-speech .title {
    margin-bottom: 0.4rem;
    line-height: 0.48rem;
  }
  .leader-speech .leader-message {
    margin-left: 0.8rem;
  }
  .leader-speech .desc {
    margin-bottom: 0.4rem;
    margin-left: 0.8rem;
  }
  .leader-speech .desc::before {
    width: 0.5rem;
    height: 0.4rem;
    right: -webkit-calc(100% + 0.3rem);
    right: calc(100% + 0.3rem);
    top: 0.09rem;
  }
  .leader-speech .name {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.05rem;
  }
  .leader-speech .pos {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
.p-about .main-box::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20.05rem;
  width: 100%;
  height: -webkit-calc(100% + 20.05rem);
  height: calc(100% + 20.05rem);
  background: url(/img/images/img35.webp) no-repeat bottom center #00A2EA;
  background-size: 130rem 107.05rem;
  z-index: -1;
  pointer-events: none;
}

.core-technology {
  padding: 5.25rem 0 0 0;
}
.core-technology .title {
  margin-bottom: 2.5rem;
  color: #fff;
}

.core-swiper {
  height: 32.5rem;
}
.core-swiper.swiper-creative .swiper-slide {
  overflow: initial;
}
.core-swiper .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.core-swiper .item-img {
  height: 100%;
  box-shadow: 0 10px 30px 0 #01D9FF;
  border-radius: 0.8rem;
}
.core-swiper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.core-swiper .inner-slide {
  position: relative;
  box-shadow: 0 10px 30px 0 #01D9FF;
}
.core-swiper .up-text {
  position: absolute;
  padding: 3.5rem 2.25rem;
  left: 0;
  top: 0;
}
.core-swiper .item-title {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
}
.core-swiper .item-desc {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #fff;
  margin-bottom: 1.2rem;
  width: 27.5rem;
}
.core-swiper .a-link {
  display: -webkit-flex;
  display: flex;
}
.core-swiper .a-box {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 0.9rem;
  padding: 0.8rem 2rem;
  border-radius: 1.5rem;
  background: #1F3165;
  color: #fff;
}

@media (min-width: 992px) {
  .core-swiper .a-box:hover {
    background: #131d3d;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .core-technology .rocket-content__inner {
    padding-left: 7.9rem;
  }
  .core-technology .core-alide-menu-ab {
    -webkit-transform: translateY(-50%, -50%);
            transform: translateY(-50%, -50%);
  }
}
.core-large-box {
  position: relative;
}

.core-alide-menu-ab {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -webkit-calc(100% + 2rem);
  right: calc(100% + 2rem);
}

.core-alide-menu-box {
  width: 5.95rem;
  position: relative;
}
.core-alide-menu-box::after {
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  width: 1px;
  background: rgba(178, 227, 248, 0.6);
}

.core-alide-menu .list-item {
  padding: 0.5rem 0 0.5rem 0.55rem;
  min-height: 4.9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 0.55rem;
  cursor: pointer;
}
.core-alide-menu .list-item:last-child {
  margin-bottom: 0;
}
.core-alide-menu .list-item.cur .text {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 600;
}
.core-alide-menu .text {
  font-size: 0.9rem;
  line-height: 1.15rem;
  color: #fff;
}

.curPos {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.curPos > * {
  width: 2px;
  height: 100%;
  background: #fff;
  position: relative;
}

@media (max-width: 991.98px) {
  .curPos {
    top: initial;
    bottom: 0;
  }
  .curPos > * {
    width: 100%;
    height: 1.5px;
  }
}
@media (max-width: 991.98px) {
  .core-swiper {
    height: auto;
    overflow: initial;
  }
  .core-swiper .inner-slide {
    box-shadow: initial;
    border-radius: 0.16rem;
    overflow: hidden;
  }
  .core-swiper .item-title {
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-bottom: 0.3rem;
  }
  .core-swiper .a-box {
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding: 0.16rem 0.62rem;
    border-radius: 0.6rem;
  }
  .core-swiper .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 1rem;
    width: 100%;
  }
  .core-swiper .item-img {
    border-radius: 0rem;
    height: 8.65rem;
    box-shadow: initial;
  }
  .core-swiper .up-text {
    padding: 1rem 0.5rem;
  }
  .core-technology {
    padding: 1rem 0 0rem 0;
    overflow: hidden;
  }
  .core-technology .title {
    line-height: 0.48rem;
    margin-bottom: 0.8rem;
  }
  .core-alide-menu-ab {
    position: relative;
    top: 0;
    right: initial;
    -webkit-transform: initial;
            transform: initial;
    left: 0;
    margin-bottom: 0.6rem;
  }
  .core-alide-menu-box {
    width: 100%;
  }
  .core-alide-menu-box::after {
    height: 2px;
    width: 100%;
    top: initial;
    bottom: 0;
  }
  .core-alide-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .core-alide-menu .text {
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
  }
  .core-alide-menu .list-item {
    min-height: 0.9rem;
    padding: 0 0 0.23rem 0;
    margin-bottom: 0rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .core-alide-menu .list-item.cur .text {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
.about-nums {
  padding: 7rem 0 0 0;
}
.about-nums .title {
  color: #fff;
  margin-bottom: 2.5rem;
}

.about-nums-copy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about-nums-copy .list-item {
  margin-left: -1px;
  margin-top: -1px;
}
.about-nums-copy .inner-item {
  position: relative;
  background: #0072B3;
  height: 9.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.about-nums-copy .inner-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #48B0DD;
  pointer-events: none;
}
.about-nums-copy .nums-wrap {
  display: -webkit-flex;
  display: flex;
}
.about-nums-copy .unit {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-left: 0.1rem;
}
.about-nums-copy .desc {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 0.5rem;
  color: #fff;
}
.about-nums-copy .jumpnum, .about-nums-copy .text {
  font-size: 3rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .about-nums-copy {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-nums-copy .inner-item {
    height: 3rem;
  }
  .about-nums-copy .unit {
    font-size: 0.3rem;
    line-height: 0.3rem;
    margin-left: 0.05rem;
  }
  .about-nums-copy .desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .about-nums-copy .jumpnum, .about-nums-copy .text {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .about-nums {
    padding: 1.2rem 0 0 0;
  }
  .about-nums .title {
    margin-bottom: 0.68rem;
    line-height: 0.48rem;
  }
}
.about-culture {
  padding: 8.15rem 0 0 0;
}
.about-culture .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 5.5rem;
}
.about-culture .inner-l {
  width: 37.5%;
  height: 30rem;
}
.about-culture .inner-r {
  -webkit-flex: 1;
          flex: 1;
  padding: 3rem 0 0 0;
}
.about-culture .rocket-title-xxl {
  color: #fff;
  margin-bottom: 1rem;
}

@-webkit-keyframes image-zoom-out {
  from {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes image-zoom-out {
  from {
    -webkit-transform: scale(1.08, 1.08);
            transform: scale(1.08, 1.08);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.culture-list {
  position: relative;
}
.culture-list .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.culture-list .item.cur {
  opacity: 1;
}
.culture-list .item.cur img {
  -webkit-animation: image-zoom-out 4s 0s forwards;
          animation: image-zoom-out 4s 0s forwards;
}
.culture-list .re {
  position: relative;
}
.culture-list .item-img {
  height: 30rem;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.culture-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.culture-list-text .item {
  padding: 1.5rem 0 1.5rem;
  position: relative;
  cursor: pointer;
}
.culture-list-text .item::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: -webkit-calc(100% + 5.5rem);
  width: calc(100% + 5.5rem);
  height: 3px;
  background: rgba(178, 227, 248, 0.6);
}
.culture-list-text .item::after {
  position: absolute;
  content: "";
  left: -5.5rem;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background: -webkit-linear-gradient(left, #44B053 0%, #FFED09 100%);
  background: linear-gradient(90deg, #44B053 0%, #FFED09 100%);
  z-index: 1;
}
.culture-list-text .item.cur::after {
  width: -webkit-calc(100% + 5.5rem);
  width: calc(100% + 5.5rem);
}
.culture-list-text .f-title {
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.culture-list-text .title {
  font-size: 1.4rem;
  line-height: 1.2rem;
  color: #fff;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1270px) {
  .culture-list-text .title {
    line-height: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .culture-list .item {
    position: relative;
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    margin-bottom: 0.3rem;
  }
  .culture-list .item:last-child {
    margin-bottom: 0;
  }
  .culture-list .up-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 0.5rem 0.4rem 0.5rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .culture-list .f-title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
    margin-bottom: 0.1rem;
  }
  .culture-list .title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    color: #fff;
    font-weight: 600;
  }
  .culture-list .item-img {
    height: 4rem;
    border-radius: 0.16rem;
  }
  .about-culture {
    padding: 1.26rem 0 0;
  }
  .about-culture .inner-l {
    width: 100%;
    height: auto;
  }
  .about-culture .rocket-title-xxl {
    margin-bottom: 0.68rem;
    line-height: 0.48rem;
  }
}
.p-about .foot-ctbuy-box {
  margin: 11.7rem 0 0;
}
.p-about .foot-ctbuy-box .rocket-title-xl {
  color: #fff;
}
.p-about .foot-ctbuy-box .innosc-btn-fill-blue {
  box-shadow: -4px -4px 10px 0 #01D9FF, 4px 4px 4px 0 #01D9FF;
}
.p-about .foot-ctbuy-box .innosc-btn > * {
  background: #1F3165;
}

@media (max-width: 991.98px) {
  .p-about .main-box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3.6rem;
    width: 100%;
    height: -webkit-calc(100% + 3.6rem);
    height: calc(100% + 3.6rem);
    background: url(/img/images/img35-mob.webp) no-repeat bottom center #00A2EA;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
  }
  .p-about .foot-ctbuy-box {
    margin: 1.2rem 0 0;
  }
}
@media (min-width: 992px) {
  .p-about .foot-ctbuy-box .innosc-btn:hover {
    background-color: var(--mt-global-color-blue-dark) !important;
    border-color: var(--mt-global-color-blue-dark) !important;
    box-shadow: 4px 4px 20px 0px #01d9ff, -4px -4px 20px 0px #01d9ff;
  }
  .core-swiper .inner-slide {
    height: 32.5rem;
    border-radius: 0.8rem;
    overflow: hidden;
  }
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotate-map-wrap {
  width: 45.3125%;
  height: 44.0625%;
  margin-bottom: 36.40625%;
  margin-top: 9.375%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.rotate-map-wrap .title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 600;
  z-index: 2;
}
.rotate-map-wrap .inner-outer {
  display: -webkit-flex;
  display: flex;
}
.rotate-map-wrap .inner-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotate-map-wrap .level-outer {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.rotate-map-wrap .level-outer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-number {
  padding: 0;
}
.company-number .inner {
  position: relative;
}

.company-data-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.company-data-item {
  width: 97.736%;
}
.company-data-item .inner-item {
  width: 100%;
  aspect-ratio: 1/1;
  background: #0072B3;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 0.5208333333vw 0;
  position: relative;
}
.company-data-item .inner-item::after {
  position: absolute;
  content: "";
  background: url(/img/images/img45.webp) no-repeat;
  background-size: contain;
  width: 13.6%;
  height: 72.4%;
  top: 104%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.company-data-item .top {
  display: -webkit-flex;
  display: flex;
  gap: 0 2px;
}
.company-data-item .bottom {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #fff;
}
.company-data-item .nums, .company-data-item .prefix-text {
  font-size: 3.125vw;
  line-height: 3.3333333333vw;
  color: #fff;
  font-weight: 600;
}
.company-data-item .suffix {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.company-data-item:nth-child(1) {
  padding-top: 52.734375%;
}
.company-data-item:nth-child(2) {
  padding-top: 155.859375%;
  -webkit-transform: translateX(-26.4150943396%);
          transform: translateX(-26.4150943396%);
}
.company-data-item:nth-child(3) {
  padding-top: 229.296875%;
  -webkit-transform: translateX(1.1320754717%);
          transform: translateX(1.1320754717%);
}
.company-data-item:nth-child(4) {
  padding-top: 155.859375%;
  -webkit-transform: translateX(26.4150943396%);
          transform: translateX(26.4150943396%);
}
.company-data-item:nth-child(5) {
  padding-top: 52.734375%;
  -webkit-transform: translateX(2.2641509434%);
          transform: translateX(2.2641509434%);
}

@media (max-width: 991.98px) {
  .company-number {
    padding: 0 0 0.8rem 0;
    overflow: hidden;
  }
  .rotate-map-wrap {
    width: 100%;
    height: 97.0769230769%;
    margin-top: 1rem;
    margin-bottom: 0.1rem;
  }
  .company-data-item {
    width: 100%;
  }
  .company-data-item:nth-child(1), .company-data-item:nth-child(2), .company-data-item:nth-child(4), .company-data-item:nth-child(3) {
    padding-top: 0;
    -webkit-transform: initial;
            transform: initial;
  }
  .company-data-item:nth-child(5) {
    padding-top: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .company-data-item .inner-item {
    gap: 0.1rem 0;
  }
  .company-data-item .suffix {
    font-size: 0.37rem;
    line-height: 0.37rem;
  }
  .company-data-item .nums, .company-data-item .prefix-text {
    font-size: 0.75rem;
    line-height: 0.8rem;
  }
  .company-data-item .bottom {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .company-data-list {
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem 0.3rem;
  }
  .company-data-list .inner-item::after {
    opacity: 0;
  }
}
.company-introduce-wrap .inner {
  margin: 0 -3.125vw;
}

.introduce-list {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 500px;
          perspective: 500px;
}
.introduce-list .list-item {
  margin-bottom: 1.35rem;
  display: -webkit-flex;
  display: flex;
  border-radius: 0.8rem;
  background: #0083C7;
  border: 1px solid #7ED7FE;
  padding: 2.75rem 3.125vw;
  gap: 0 3.75rem;
  margin-bottom: 100px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.2) rotateX(20deg) translateZ(20px);
          transform: scale(1.2) rotateX(20deg) translateZ(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
.introduce-list .list-item:nth-child(even) {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.introduce-list .list-item:nth-child(even) .title::after {
  left: -1.3rem;
  background: url(/img/images/img50.webp) no-repeat bottom 0.25rem center;
  background-size: contain;
}
.introduce-list .list-item:last-child {
  margin-bottom: 0;
}
.introduce-list .innosc-btn {
  width: 8rem;
}
.introduce-list .public-button-wrap {
  margin-top: 1.75rem;
}
.introduce-list .inner-l {
  -webkit-flex: 1;
          flex: 1;
}
.introduce-list .inner-r {
  width: 40.625%;
}
.introduce-list .desc {
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #fff;
}
.introduce-list .desc p {
  margin-bottom: 0.75rem;
}
.introduce-list .desc p:last-child {
  margin-bottom: 0;
}
.introduce-list .title {
  display: -webkit-flex;
  display: flex;
  padding: 0 0 2.4rem 0;
  position: relative;
}
.introduce-list .title::after {
  position: absolute;
  content: "";
  width: -webkit-calc(100% + 1.3rem);
  width: calc(100% + 1.3rem);
  height: 100%;
  background: url(/img/images/img49.webp) no-repeat bottom 0.25rem center;
  background-size: contain;
  pointer-events: none;
}
.introduce-list .title .text {
  background: -webkit-linear-gradient(334deg, #01EEFF 32.34%, #5CF471 86.66%);
  background: linear-gradient(116deg, #01EEFF 32.34%, #5CF471 86.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: -2rem;
}
.introduce-list .imgwrap {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
.introduce-list .imgwrap img {
  width: 100%;
  display: block;
}

.layout-element .company-introduce-wrap, .layout-element .adlist {
  background: #00A2EA;
}
.layout-element .introduce-list .list-item {
  opacity: 1 !important;
  -webkit-transform: initial;
          transform: initial;
  -webkit-filter: initial;
          filter: initial;
}

@media (max-width: 991.98px) {
  .introduce-list {
    -webkit-perspective: 0px;
            perspective: 0px;
    -webkit-transform-style: initial;
            transform-style: initial;
  }
  .introduce-list .list-item {
    -webkit-transform: scale(1) rotateX(0deg) translateZ(0px);
            transform: scale(1) rotateX(0deg) translateZ(0px);
    -webkit-filter: saturate(1);
            filter: saturate(1);
    opacity: 1;
    margin-bottom: 0.5rem;
  }
  .introduce-list .public-button-wrap {
    margin-top: 0.5rem;
  }
  .introduce-list .innosc-btn {
    width: 2.4rem;
  }
  .introduce-list .title {
    padding-bottom: 0.4rem;
    border-bottom: 0.015rem solid #7ED7FE;
  }
  .introduce-list .title::after {
    opacity: 0;
  }
  .introduce-list .title .text {
    margin-right: 0;
  }
  .introduce-list .inner-r {
    width: 100%;
  }
  .introduce-list .imgwrap {
    border-radius: 0.08rem;
  }
  .introduce-list .desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    padding: 0.25rem 0 0 0;
  }
  .introduce-list .desc p {
    margin-bottom: 0.25rem;
  }
  .introduce-list .list-item {
    padding: 0.6rem 0.5rem;
    border-radius: 0.16rem;
    border: 0.015rem solid #7ED7FE;
    gap: 0.6rem 0;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .introduce-list .list-item:nth-child(even) {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .company-introduce-wrap .inner {
    margin: 0 0;
    overflow: hidden;
  }
}
.company-culture {
  padding: 6.9rem 0 0;
}
.company-culture .title {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2.7rem;
}

.company-culture-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 1.25rem;
}
.company-culture-list .item-body {
  padding: 1.5rem 0 0 0;
}
.company-culture-list .item-title {
  color: #fff;
}
.company-culture-list .item-desc {
  color: #fff;
  margin-top: 0.5rem;
}
.company-culture-list .item-img {
  position: relative;
  padding-top: 68.2926829268%;
  height: 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.company-culture-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991.98px) {
  .company-culture {
    padding: 1.2rem 0 0 0;
  }
  .company-culture .title {
    margin-bottom: 0.6rem;
    text-align: left;
  }
  .company-culture-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem 0;
  }
  .company-culture-list .item-body {
    padding: 0.3rem 0 0 0;
  }
  .company-culture-list .item-title {
    line-height: 0.48rem;
  }
  .company-culture-list .item-desc {
    margin-top: 0.05rem;
  }
  .company-culture-list .item-img {
    border-radius: 0.26rem;
  }
}
/* 自定义样式-发展历程 */
/* 自定义样式-发展历程 */
.history-wrap {
  padding: 6.15rem 0 -webkit-calc(4rem + 15px) 0;
  padding: 6.15rem 0 calc(4rem + 15px) 0;
  position: relative;
  background: url(/img/images/img40.webp) no-repeat #00A2E9 top center;
  background-size: 100% auto;
  overflow: hidden;
}

.history-wrap .inner {
  display: -webkit-flex;
  display: flex;
  padding: 0rem 2.3rem 0 4.4rem;
  gap: 0 4rem;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.history-wrap .inner-l {
  width: 19.2rem;
  margin-top: 1.3rem;
}

.history-wrap .inner-r {
  -webkit-flex: 1;
  flex: 1;
}

.history-wrap .total-year {
  position: relative;
  width: 17.5rem;
  height: 17.5rem;
  max-width: 350px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  margin-left: auto;
  margin-right: auto;
}

.history-wrap .total-year .num {
  font-size: 10rem;
  line-height: 1em;
  color: #fff;
  font-weight: 600;
}

.history-wrap .total-year .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.total-year-desc {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.history-swiper-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  gap: 0 4.45rem;
}

.history-scrollbar {
  height: 25rem;
  width: 0.7rem;
}

.history-scrollbar-wrap {
  position: relative;
}

.history-scrollbar-wrap .inner-box {
  display: -webkit-flex;
  display: flex;
  gap: 0 1rem;
}

.scrollbar-year-list {
  height: 25rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

.scrollbar-year-list > * {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.scrollbar-year-list .item {
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
}

.scrollbar-year-list .item .year-num {
  -webkit-transform: scale(0.46);
  transform: scale(0.46);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollbar-year-list .item.current .year-num {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.scrollbar-year-list .item.next .year-num, .scrollbar-year-list .item.prev .year-num {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.history-swiper {
  width: 24rem;
  height: 30rem;
}

.history-swiper .inner-slide {
  padding: 4rem 3rem 1.5rem 3rem;
  border-radius: 0.8rem;
  background: #0072B3;
  border: 1px solid #7ED7FE;
  height: 100%;
}

.history-swiper .item-body {
  padding: 1.2rem 0 0 0;
}

.history-swiper .item-title {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.4rem;
}

.history-swiper .item-desc {
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #fff;
}

.history-swiper .item-img {
  position: relative;
  padding-top: 61.1111111111%;
  border-radius: 8px;
  overflow: hidden;
}

.history-swiper .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.history-swiper .swiper-slide-prev:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4rem;
  background: url(/img/images/img42.webp) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.history-swiper .swiper-slide-next:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4rem;
  background: url(/img/images/img42.webp) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.history-swiper .inner-slide {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.history-swiper .swiper-slide.swiper-slide-active .inner-slide {
  opacity: 1;
}

.history-scrollbar-el {
  background-color: rgba(255, 255, 255, 0.3);
  height: 25rem !important;
  width: 0.7rem !important;
  border-radius: 7px !important;
}

.history-scrollbar-el .swiper-scrollbar-drag {
  background: #fff;
}

.history-prev {
  position: absolute;
  right: -1.2rem;
  bottom: -webkit-calc(100% + 17px);
  bottom: calc(100% + 17px);
  display: -webkit-flex;
  display: flex;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border: 1px solid #fff;
}

.history-prev.swiper-button-disabled {
  opacity: 0.6;
}

.history-next {
  position: absolute;
  right: -1.2rem;
  top: -webkit-calc(100% + 17px);
  top: calc(100% + 17px);
  display: -webkit-flex;
  display: flex;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}

.history-next.swiper-button-disabled {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.history-backTo {
  position: absolute;
  right: -1.6rem;
  top: -webkit-calc(100% + 17px);
  top: calc(100% + 17px);
  margin-top: 3.6rem;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: 600;
  width: 4rem;
  color: #fff;
  text-align: center;
  pointer-events: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
}

.history-backTo.show {
  opacity: 1;
}

.icon-arrow {
  -webkit-mask: url(/img/images/svg95.svg) no-repeat center/contain;
  mask: url(/img/images/svg95.svg) no-repeat center/contain;
  background: #fff;
  width: 100%;
  height: 100%;
}

.ctbuy-blue .foot-ctbuy-box {
  margin: 0rem 0 0rem;
  padding: 2.5rem 0 0 0;
  background: #00A2EA;
}

.ctbuy-blue .foot-ctbuy-box .rocket-title-xl {
  color: #fff;
}

.ctbuy-blue .foot-ctbuy-box .innosc-btn-fill-blue {
  box-shadow: -4px -4px 10px 0 #01D9FF, 4px 4px 4px 0 #01D9FF;
}

.ctbuy-blue .foot-ctbuy-box .innosc-btn > * {
  background: #1F3165;
}

@media (min-width: 992px) {
  .history-swiper .mCSB_outside + .mCSB_scrollTools {
    right: -1rem;
  }
  .history-swiper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #bdc6d0;
  }
  .history-swiper .item-desc {
    max-height: 9.1rem;
    overflow-y: hidden;
  }
  .history-swiper .item-desc p {
    margin-bottom: 0.5rem;
  }
  .history-swiper .item-desc p:last-child {
    margin-bottom: 0;
  }
  .ctbuy-blue .foot-ctbuy-box .innosc-btn:hover {
    background-color: var(--mt-global-color-blue-dark) !important;
    border-color: var(--mt-global-color-blue-dark) !important;
    box-shadow: 4px 4px 20px 0px #01d9ff, -4px -4px 20px 0px #01d9ff;
  }
}
@media (min-width: 992px) {
  .history-prev:not(.swiper-button-disabled):hover {
    background: #fff;
  }
  .history-prev:not(.swiper-button-disabled):hover .icon-arrow {
    background: #019DE6;
  }
  .history-next:hover {
    background: #fff;
  }
  .history-next:hover .icon-arrow {
    background: #019DE6;
  }
}
@media (max-width: 991.98px) {
  .history-swiper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #bdc6d0;
  }
  .ctbuy-blue .foot-ctbuy-box {
    padding: 1.2rem 0 0 0;
  }
  .history-wrap {
    padding: 1rem 0 0rem;
  }
  .history-wrap .inner {
    padding: 0 0 0 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1rem 0;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
  .history-wrap .inner-l {
    width: 100%;
    margin-top: 0;
  }
  .history-wrap .total-year {
    width: 5rem;
    height: 5rem;
    max-width: 100%;
    margin-bottom: 0.3rem;
  }
  .history-wrap .total-year .num {
    font-size: 2.86rem;
    line-height: 2.86rem;
  }
  .history-wrap .total-year-desc {
    font-size: 0.48rem;
    line-height: 0.64rem;
  }
  .history-swiper-wrap {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.4rem 0;
    -webkit-justify-content: initial;
    justify-content: initial;
  }
  .history-swiper {
    width: 100%;
    height: 9.2rem;
  }
  .history-swiper .swiper-slide-next:before, .history-swiper .swiper-slide-prev:before {
    display: none;
  }
  .history-swiper .inner-slide {
    opacity: 1;
  }
  .history-swiper .item-img {
    border-radius: 0.1rem;
  }
  .history-swiper .item-body {
    padding: 0.4rem 0 0 0;
    position: relative;
  }
  .history-swiper .item-body::after {
    position: absolute;
    content: "";
    height: 1.48rem;
    bottom: 0rem;
    background: url(/img/images/history-jianbian.webp) repeat-x;
    width: 100%;
    left: 0;
    pointer-events: none;
  }
  .history-swiper .no-scroll .item-body::after {
    opacity: 0;
  }
  .history-swiper .scroll-end .item-body::after {
    opacity: 0;
  }
  .history-swiper .item-title {
    font-size: 0.42rem;
    line-height: 0.54rem;
    margin-bottom: 0.2rem;
  }
  .history-swiper .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: 400;
    height: 3.4rem;
    overflow-y: hidden;
    padding-right: 10px;
    margin-right: -10px;
    position: relative;
  }
  .history-swiper .item-desc::-webkit-scrollbar {
    width: 4px;
  }
  .history-swiper .item-desc::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #bdc6d0;
    border-radius: 0px;
  }
  .history-swiper .item-desc::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
  }
  .history-swiper .item-desc::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
  }
  .history-swiper .item-desc p {
    margin-bottom: 0.24rem;
  }
  .history-swiper .item-desc p:last-child {
    margin-bottom: 0;
  }
  .history-swiper .inner-slide {
    padding: 1rem 0.8rem;
    border-radius: 0.21rem;
  }
  .scrollbar-year-list {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0.2rem;
  }
  .history-scrollbar {
    width: 100%;
    height: auto;
  }
  .history-next, .history-prev, .history-backTo {
    display: none !important;
  }
  .history-scrollbar-el {
    background-color: rgba(255, 255, 255, 0.4);
    height: 0.15rem !important;
    width: 100% !important;
    border-radius: 0.1rem !important;
  }
  .history-scrollbar-el .swiper-scrollbar-drag::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    background: url(/img/images/svg96.svg) no-repeat;
    background-size: contain;
    width: 0.18rem;
    height: 0.16rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .history-scrollbar-el .swiper-scrollbar-drag::after {
    position: absolute;
    content: "";
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/img/images/svg96.svg) no-repeat;
    background-size: contain;
    width: 0.18rem;
    height: 0.16rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .history-scrollbar-wrap {
    width: 100%;
  }
  .history-scrollbar-wrap .item {
    font-size: 0.26rem;
    line-height: 0.48rem;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
  }
  .history-scrollbar-wrap .item::after {
    position: absolute;
    content: "";
    width: 0.02rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    top: -webkit-calc(100% + 0.1rem);
    top: calc(100% + 0.1rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .history-scrollbar-wrap .item .year-num {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .history-scrollbar-wrap .item.next .year-num, .history-scrollbar-wrap .item.prev .year-num {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .history-scrollbar-wrap .item.current .year-num {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .history-scrollbar-wrap .inner-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0 0;
  }
  .history-scrollbar-wrap.swiper-one .history-scrollbar-el .swiper-scrollbar-drag::before {
    opacity: 0;
  }
  .history-scrollbar-wrap.swiper-last .history-scrollbar-el .swiper-scrollbar-drag::after {
    opacity: 0;
  }
}
/* 自定义样式-联系我们 */
.p-contact .foot-ctbuy-box {
  display: none;
}

.contanct-wrap {
  padding: 5.75rem 0 5rem 0;
}
.contanct-wrap .rocket-title-xxl {
  margin-bottom: 0.75rem;
}
.contanct-wrap .desc {
  margin-bottom: 2.5rem;
}

.contanct-form-wrap {
  display: -webkit-flex;
  display: flex;
  gap: 0 4rem;
}
.contanct-form-wrap .inner-l {
  width: 63.28125%;
}
.contanct-form-wrap .inner-r {
  -webkit-flex: 1;
          flex: 1;
}
.contanct-form-wrap .form-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.contanct-form-wrap .form-title.mt45 {
  margin-top: 2.25rem;
}

.must {
  font-style: normal;
}

.innuo-contant .form-control {
  padding: 0.9rem 0.75rem 0.9rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: var(--mt-global-color-black);
  height: 2.6rem;
  border-radius: 8px;
  border: 1px solid #D3D9E5;
}
.innuo-contant .form-textarea {
  height: 4.5rem;
  line-height: 1.3em !important;
  overflow: hidden;
}
.innuo-contant .byted-select-input, .innuo-contant .country-select-wrapper {
  position: relative;
}
.innuo-contant .byted-select-input::after, .innuo-contant .country-select-wrapper::after {
  position: absolute;
  content: "";
  right: 13px;
  top: 0.85rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(/img/images/svg81.svg) no-repeat;
  background-size: 0.8rem 0.8rem;
  pointer-events: none;
  z-index: 8;
}
.innuo-contant .control-label {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: var(--mt-global-color-black);
  position: absolute;
  left: 0.75rem;
  top: 0.9rem;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 8;
}
.innuo-contant .control-label.form-textarea-label {
  top: 0.85rem;
}

.from-chosen .byted-select-input {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: normal;
  padding: 0.9rem 0.75rem 0.9rem;
  height: 100%;
  color: var(--mt-global-color-black);
  border-radius: 8px;
  border: 1px solid #D3D9E5;
}
.from-chosen .ispls {
  position: relative;
  top: 0.5rem;
}
.from-chosen .chonse-select-more {
  width: 100%;
}
.from-chosen .chonse-select-more .inner-more-select {
  width: 100%;
}

.form-group-box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 0.75rem;
}
.form-group-box .form-group {
  grid-column: span 12;
}
.form-group-box .form-group.grid-col-6 {
  grid-column: span 6;
}
.form-group-box .form-control:not(.form-select):focus, .form-group-box .form-control:not(.form-select):not(:placeholder-shown) {
  padding: 1.4rem 0.75rem 0.4rem;
}
.form-group-box .form-control:not(.form-select):focus ~ .control-label, .form-group-box .form-control:not(.form-select):not(:placeholder-shown) ~ .control-label {
  color: #5D6166;
  -webkit-transform: scale(0.85) translateY(-0.45rem) translateX(-0.15rem);
          transform: scale(0.85) translateY(-0.45rem) translateX(-0.15rem);
  -webkit-transform-origin: 1rem 0;
          transform-origin: 1rem 0;
}
.form-group-box .form-control:not(.form-select):focus {
  border: 1px solid #00A2E9;
}

.applyCountry-wrap .country-select-wrapper {
  padding: 0rem 0.75rem 0rem;
  border-radius: 8px;
  height: 2.7rem;
  overflow: hidden;
  border: 1px solid #D3D9E5;
}
.applyCountry-wrap .country-select-wrapper .country-select-flag {
  margin-top: 1rem;
}
.applyCountry-wrap .country-select-wrapper .form-control {
  border: 0;
  padding: 1.4rem 0 0.4rem;
  height: auto;
}
.applyCountry-wrap .country-select-wrapper .form-control::-webkit-input-placeholder {
  color: var(--mt-global-color-black);
}
.applyCountry-wrap .country-select-wrapper .form-control::placeholder {
  color: var(--mt-global-color-black);
}

.form-select-wrap .control-label {
  -webkit-transform: scale(0.85) translateY(-0.45rem) translateX(-0.15rem);
          transform: scale(0.85) translateY(-0.45rem) translateX(-0.15rem);
  -webkit-transform-origin: 1.6rem 0;
          transform-origin: 1.6rem 0;
  color: #5D6166;
}

.has-error .byted-select-input, .has-error .country-select-wrapper {
  border: 1px solid #FB1717;
}
.has-error .checkbox-privacy .icon-check {
  background: url(/img/images/svg83.svg) no-repeat;
  background-size: contain;
}

.form-apply {
  padding: 2rem 0 0 0;
}

.apply-privacy {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.3rem;
  margin-bottom: 1rem;
}
.apply-privacy .desc-text {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.apply-privacy .desc-text a {
  color: #00A2E9 !important;
}

.checkbox-privacy {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.icon-check {
  background: url(/img/images/svg82.svg) no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  cursor: pointer;
}

.checkbox-privacy.active .icon-check {
  background: url(/img/images/svg80.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .apply-privacy .desc-text a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 991.98px) {
  .icon-check {
    width: 0.3rem;
    height: 0.3rem;
  }
  .apply-privacy {
    gap: 0 0.1rem;
    margin-bottom: 0.33rem;
  }
  .form-apply {
    padding: 0.8rem 0 0 0;
  }
  .form-apply .innosc-btn {
    width: 2.4rem;
    height: 0.8rem;
  }
  .form-apply .desc-text {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .applyCountry-wrap .country-select-wrapper {
    height: 1.1rem;
    padding: 0 0.3rem;
  }
  .applyCountry-wrap .country-select-wrapper .country-select-flag {
    margin-top: 0.4rem;
  }
  .applyCountry-wrap .country-select-wrapper .form-control {
    padding: 0.4rem 0 0 0;
  }
  .innuo-contant .byted-select-input::after, .innuo-contant .country-select-wrapper::after {
    background-size: contain;
    width: 0.35rem;
    height: 0.35rem;
    top: 0.35rem;
  }
  .form-group-box {
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.2rem;
  }
  .form-group-box .form-group {
    margin-bottom: 0;
  }
  .form-group-box .form-group.grid-col-6 {
    grid-column: span 6;
  }
  .form-group-box .form-control:not(.form-select):focus, .form-group-box .form-control:not(.form-select):not(:placeholder-shown) {
    padding: 0.42rem 0.3rem 0.08rem;
  }
  .form-group-box .form-control:not(.form-select):focus ~ .control-label, .form-group-box .form-control:not(.form-select):not(:placeholder-shown) ~ .control-label {
    color: #5D6166;
    -webkit-transform: scale(0.8) translateY(-0.14rem) translateX(0rem);
            transform: scale(0.8) translateY(-0.14rem) translateX(0rem);
    -webkit-transform-origin: 0rem 0;
            transform-origin: 0rem 0;
  }
  .form-group-box .form-control:not(.form-select):focus.form-textarea, .form-group-box .form-control:not(.form-select):not(:placeholder-shown).form-textarea {
    padding: 0.6rem 0.3rem 0.08rem;
  }
  .form-group-box .form-control:not(.form-select):focus {
    border: 1px solid #00A2E9;
  }
  .innuo-contant .control-label {
    font-size: 0.3rem;
    line-height: 0.3rem;
    left: 0.3rem;
    top: 0.4rem;
  }
  .innuo-contant .control-label.form-textarea-label {
    top: 0.38rem;
  }
  .innuo-contant .form-control {
    padding: 0.4rem 0.3rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    height: 1.1rem;
  }
  .innuo-contant textarea.form-control {
    min-height: 2rem;
  }
  .from-chosen .ispls {
    top: 0.22rem;
  }
  .from-chosen .byted-select-input {
    padding: 0.4rem 0.3rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .form-select-wrap .control-label {
    top: 0.36rem;
    -webkit-transform: scale(0.8) translateY(-0.14rem) translateX(0rem);
            transform: scale(0.8) translateY(-0.14rem) translateX(0rem);
    -webkit-transform-origin: 0rem 0;
            transform-origin: 0rem 0;
  }
  .contanct-form-wrap {
    -webkit-flex-direction: column;
            flex-direction: column;
    grid-gap: 1.2rem 0;
  }
  .contanct-form-wrap .form-title.mt45 {
    margin-top: 0.58rem;
  }
  .contanct-form-wrap .inner-l {
    width: 100%;
  }
  .contanct-form-wrap .form-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .contanct-wrap {
    padding: 1rem 0 1.2rem 0;
  }
  .contanct-wrap .rocket-title-xxl {
    margin-bottom: 0.3rem;
  }
  .contanct-wrap .desc {
    margin-bottom: 0.8rem;
  }
}
.other-enter .item-img {
  margin-bottom: 0.75rem;
}
.other-enter .item-img img {
  height: 2.75rem;
}
.other-enter .inner {
  padding: 1.25rem 2rem 2.15rem 2rem;
  border-radius: 0.8rem;
  display: block;
}
.other-enter .list-item {
  margin-bottom: 1.25rem;
}
.other-enter .list-item:nth-child(1) .inner {
  background: #E0F7FF;
}
.other-enter .list-item:nth-child(2) .inner {
  background: #ECF7FF;
}
.other-enter .list-item:last-child {
  margin-bottom: 0;
}
.other-enter .innosc-btn-learn > * {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.other-enter .item-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.other-enter .item-desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 1.5rem;
}

.other-enter .inner:hover .bi-arrow::after {
  -webkit-animation: btnAnt 0.3s both;
          animation: btnAnt 0.3s both;
}

/* 右侧 */
.abctt-fold-list {
  display: grid;
  grid-gap: 0.75rem 0;
}

.abctt-fold-item {
  width: 100%;
  padding: 0.75rem 1.5rem;
  background: #ECF7FF;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.abctt-fold-item.show {
  background: #E0F7FF;
}
.abctt-fold-item.show .abctt-fold-head {
  border-bottom: solid 1px #D3E3FD;
}
.abctt-fold-item.show .abctt-fold-head .item-arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.abctt-fold-item.active .abctt-fold-body {
  display: block;
}

.abctt-fold-head {
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 0.75rem 0.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.abctt-fold-head .item-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.abctt-fold-head .item-title img {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: relative;
  -webkit-flex: none;
          flex: none;
  margin: 0 0.4rem 0 0;
}
.abctt-fold-head .item-arrow {
  -webkit-flex: none;
          flex: none;
  width: 12px;
  height: 12px;
  display: block;
  background: url("/img/common/fold-down.svg") no-repeat center center;
  background-size: contain;
  position: relative;
}

.abctt-fold-body {
  padding: 1.25rem 0.5rem;
  position: relative;
  display: none;
}

.abctt-fold-waylist {
  width: 100%;
  position: relative;
  display: grid;
  grid-gap: 1rem 0;
}

.abctt-fold-wayitem {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
}
.abctt-fold-wayitem .item-addr {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .abctt-fold-item:hover {
    background: #E0F7FF;
  }
}
@media (max-width: 991.98px) {
  .abctt-fold-list {
    grid-gap: 0.2rem 0;
  }
  .abctt-fold-item {
    padding: 0 0.5rem;
    border-radius: 8px;
  }
  .abctt-fold-item.show .abctt-fold-head {
    padding: 0.55rem 0 0.25rem 0.17rem;
  }
  .abctt-fold-head {
    padding: 0.2rem 0 0.2rem 0.17rem;
    transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
  }
  .abctt-fold-head .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .abctt-fold-head .item-title img {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.2rem 0 0;
  }
  .abctt-fold-body {
    padding: 0.4rem 0 0.6rem 0.17rem;
  }
  .abctt-fold-waylist {
    grid-gap: 0.3rem 0;
  }
  .abctt-fold-wayitem {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .abctt-fold-wayitem .item-addr {
    font-size: 1em;
    margin-bottom: 5px;
  }
}
/* 自定义样式-产品列表 */
.p-prolist .rocket-widget__anchor.is-fixed, .p-prodet .rocket-widget__anchor.is-fixed {
  top: 0 !important;
}
.p-prolist .header, .p-prodet .header {
  position: relative;
}
.p-prolist .head-place, .p-prodet .head-place {
  display: none;
}

@media (min-width: 992px) {
  .dynamic-widget_relatedinfo {
    padding: 4rem 0 0 0;
  }
  .dynamic-widget_relatedinfo .dynamic-widget_relatedinfo {
    padding-top: 0;
  }
  .p-prolist .dynamic-widget_relatedinfo, .p-application .dynamic-widget_relatedinfo {
    padding-top: 4rem;
  }
  .p-prolist .dynamic-widget_relatedinfo .dynamic-widget_relatedinfo, .p-application .dynamic-widget_relatedinfo .dynamic-widget_relatedinfo {
    padding-top: 0;
  }
  .p-prolist .dynamic-widget_knowledge, .p-application .dynamic-widget_knowledge {
    padding: 4rem 0 3.6rem;
  }
}
@media (max-width: 991.98px) {
  .p-prolist .dynamic-widget_relatedinfo {
    padding-top: 1rem;
  }
}
.pro-desc {
  padding: 3rem 0 2.55rem;
  background: #F3F4F6;
}
.pro-desc .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 6.3541666667vw;
}
.pro-desc .iner-l-title {
  margin-bottom: 1.75rem;
}
.pro-desc .iner-l {
  -webkit-flex: 1;
          flex: 1;
}
.pro-desc .inner-r {
  width: 28.125%;
  margin-top: 1.5rem;
}
.pro-desc .inner-r-title {
  margin-bottom: 1.3rem;
}

.advantage-list .list-item {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.6rem;
  margin-bottom: 1rem;
}
.advantage-list .list-item:last-child {
  margin-bottom: 0;
}
.advantage-list .item-svg {
  display: -webkit-flex;
  display: flex;
  margin-top: 0rem;
}
.advantage-list .text {
  font-size: 0.9rem;
  line-height: 1.2rem;
}
.advantage-list img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 991.98px) {
  .p-prolist.open-appnav .header, .p-prodet.open-appnav .header {
    position: fixed;
  }
  .p-prolist.open-appnav .head-place, .p-prodet.open-appnav .head-place {
    height: 1.2rem;
    display: block;
  }
  .pro-desc {
    padding: 0.73rem 0 0.51rem;
  }
  .pro-desc .iner-l-title {
    margin-bottom: 0.3rem;
  }
  .pro-desc .inner-r {
    width: 100%;
    margin-top: 0;
  }
  .pro-desc .rocket-title-md {
    font-size: 0.36rem;
    line-height: 0.54rem;
    margin-bottom: 0.3rem;
  }
  .pro-desc .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem 0;
  }
  .advantage-list .list-item {
    gap: 0 0.2rem;
    margin-bottom: 0.15rem;
  }
  .advantage-list img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .advantage-list .item-svg {
    margin-top: 0.09rem;
  }
  .advantage-list .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
.dynamic-widget_application {
  padding: 3.75em 0 0 0;
}

.dynamic-application-box {
  display: -webkit-flex;
  display: flex;
}
.dynamic-application-box .innosc-btn {
  width: 5.2rem;
  height: 1.9rem;
}
.dynamic-application-box .innosc-btn > * {
  font-size: max(14px, 0.8rem);
  line-height: 0.8rem;
  font-weight: normal;
}
.dynamic-application-box .inner-r {
  -webkit-flex: 1;
          flex: 1;
}
.dynamic-application-box .inner-box {
  height: 100%;
}
.dynamic-application-box .a_link {
  display: -webkit-flex;
  display: flex;
  background: #F3F4F6;
  padding: 2.5em 2em 2.5em 2.8em;
  gap: 0 4.15rem;
  height: 100%;
}
.dynamic-application-box .more-item-r {
  width: 48.6358244365%;
}
.dynamic-application-box .item-desc {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  color: #5D6166;
  margin-bottom: 2.5rem;
}
.dynamic-application-box .more-item-l {
  -webkit-flex: 1;
          flex: 1;
  padding-top: 0.4rem;
}
.dynamic-application-box .item-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: #202124;
}
.dynamic-application-box .item-img {
  position: relative;
  padding-top: 58.5365853659%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.dynamic-application-box .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-position: 77%;
}

.dynamic-application-lvtit {
  margin-bottom: 1.7rem;
}

.dynamic-application-list {
  width: 26.328125%;
}
.dynamic-application-list .list-item {
  padding: 0 1.95rem 0 1.25rem;
  cursor: pointer;
}
.dynamic-application-list .list-item.current {
  background: #00A2E9;
}
.dynamic-application-list .list-item.current .icon-arrow {
  background-color: #fff;
}
.dynamic-application-list .list-item.current .text {
  color: #fff;
}
.dynamic-application-list .header-item {
  padding: 0.95rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.dynamic-application-list .header-item .text {
  font-size: 0.9rem;
  line-height: 1.2rem;
  -webkit-flex: 1;
          flex: 1;
}
.dynamic-application-list .header-item .icon-arrow {
  mask: url(/img/images/svg34.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg34.svg) no-repeat center/contain;
  background-color: var(--mt-global-color-black);
  width: 0.4rem;
  height: 0.9rem;
}
.dynamic-application-list .more-item {
  display: none;
}

@media (min-width: 992px) {
  .dynamic-application-list {
    min-height: 260px;
  }
  .p-application .dynamic-application-list .header-item {
    padding: 0.65rem 0;
  }
  .p-application .dynamic-application-list .header-item .icon-arrow {
    mask: url(/img/images/svg35.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg35.svg) no-repeat center/contain;
    background-color: var(--mt-global-color-black);
    width: 0.3rem;
    height: 0.7rem;
  }
  .p-application .dynamic-application-list .list-item.current .icon-arrow {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .dynamic-application-list .list-item:not(.current):hover .text {
    color: #00A2E9;
  }
  .dynamic-application-box .a_link:hover .item-img img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .dynamic-application-box .a_link:hover .innosc-btn {
    background-color: var(--mt-global-color-blue-hover);
    border-color: var(--mt-global-color-blue-hover);
  }
}
@media (max-width: 991.98px) {
  .dynamic-widget_application {
    padding: 1rem 0 0 0;
  }
  .dynamic-application-lvtit {
    margin-bottom: 0.4rem;
  }
  .dynamic-application-list {
    width: 100%;
  }
  .dynamic-application-list .list-item {
    padding: 0;
  }
  .dynamic-application-list .list-item.current {
    background: none;
  }
  .dynamic-application-list .list-item.current .header-item {
    background: #00A2E9;
  }
  .dynamic-application-list .list-item.current .icon-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .dynamic-application-list .more-item {
    background: none;
  }
  .dynamic-application-list .header-item {
    padding: 0.32rem 0.24rem 0.32rem 0.4rem;
    gap: 0 0.3rem;
  }
  .dynamic-application-list .header-item .text {
    font-size: 0.3rem;
    line-height: 0.56rem;
  }
  .dynamic-application-list .header-item .icon-arrow {
    mask: url(/img/images/svg18.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg18.svg) no-repeat center/contain;
    background-color: var(--mt-global-color-black);
    width: 0.09rem;
    height: 0.23rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .dynamic-application-box .innosc-btn {
    width: 2.4rem;
    height: 0.8rem;
  }
  .dynamic-application-box .innosc-btn > * {
    font-size: 0.28rem;
    line-height: 0.42rem;
  }
  .dynamic-application-box .a_link {
    padding: 0.6rem 0.4rem;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.6rem 0;
  }
  .dynamic-application-box .more-item-r {
    width: 100%;
  }
  .dynamic-application-box .item-img {
    border-radius: 0.16rem;
  }
  .dynamic-application-box .more-item-l {
    padding-top: 0;
  }
  .dynamic-application-box .item-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
  }
  .dynamic-application-box .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
}
.dynamic-widget_knowledge {
  padding: 4em 0 0.6em;
  background: #E0F4FD;
  margin-top: 4rem;
}

.dynamic-knowledge-lvtit {
  margin-bottom: 0.5rem;
}

.dynamic-knowledge-desc {
  margin-bottom: 1.3rem;
}

.dynamic-knowledge-box {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.dynamic-knowledge-box > * {
  -webkit-flex: 1;
          flex: 1;
  padding: 1.75rem 1.4rem 2.7rem 1.4rem;
  border: 1px solid #4EBEEF;
  border-right: 0;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
}
.dynamic-knowledge-box > *:last-child {
  border-right: 1px solid #4EBEEF;
}
.dynamic-knowledge-box .inner-item {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
}
.dynamic-knowledge-box .item-img {
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1rem;
}
.dynamic-knowledge-box .item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.dynamic-knowledge-box .item-title {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.dynamic-knowledge-box .item-desc {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #5D6166;
  font-weight: 400;
  font-size: max(14px, 0.8rem);
  max-height: max(28px, 2.4rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 992px) {
  .dynamic-knowledge-box .list-item:hover .item-title {
    color: #00A2E9;
  }
}
@media (max-width: 991.98px) {
  .dynamic-widget_knowledge {
    margin-top: 0.55rem;
    padding: 0.73rem 0 0.8rem;
  }
  .dynamic-knowledge-lvtit {
    margin-bottom: 0.1rem;
  }
  .dynamic-knowledge-desc {
    margin-bottom: 0.67rem;
  }
  .dynamic-knowledge-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .dynamic-knowledge-box .item-img {
    width: 0.89rem;
    height: 0.89rem;
    margin-bottom: 0.16rem;
  }
  .dynamic-knowledge-box .item-title {
    font-size: 0.3rem;
    line-height: 0.56rem;
    margin-bottom: 0.07rem;
  }
  .dynamic-knowledge-box .item-desc {
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-align: center;
  }
  .dynamic-knowledge-box > * {
    padding: 0.5rem 0.45rem 0.6rem 0.45rem;
  }
  .dynamic-knowledge-box > *:nth-child(even) {
    border-right: 1px solid #4ebeef;
  }
}
/* 自定义样式-产品频道页 */
.dynamic-proType-block {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.75em;
}
.dynamic-proType-block > * {
  -webkit-flex: 1;
          flex: 1;
}
.dynamic-proType-block .inner-slide {
  display: block;
  position: relative;
}
.dynamic-proType-block .list-item {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.dynamic-proType-block .item-img {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.dynamic-proType-block .item-img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(/img/images/img02.webp) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.dynamic-proType-block .item-img img {
  height: 21rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.dynamic-proType-block .up-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0rem 0rem 1.25rem 1.25rem;
  z-index: 3;
  color: #fff;
}
.dynamic-proType-block .item-desc {
  margin: 0rem 0 0rem 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  max-height: max(48px, 2.4rem);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dynamic-proType-block .public-more-wrap {
  margin-top: 0.75rem;
}

.public-more-wrap > * {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.25rem;
  -webkit-align-items: center;
          align-items: center;
}
.public-more-wrap .text {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
}
.public-more-wrap .arrow-more {
  mask: url(/img/images/svg01.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg01.svg) no-repeat center/contain;
  background-color: #fff;
  width: 0.85rem;
  height: 0.8rem;
}

.dynamic-proType-block .list-item.open.num3 {
  -webkit-flex: 21.3vw;
          flex: 21.3vw;
  width: 21.3vw;
}
.dynamic-proType-block .list-item.open.num4 {
  -webkit-flex: 23.7vw;
          flex: 23.7vw;
  width: 23.7vw;
}
.dynamic-proType-block .list-item.open.num5 {
  -webkit-flex: 12.8vw;
          flex: 12.8vw;
  width: 12.8vw;
}
.dynamic-proType-block .list-item.open .item-desc {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  height: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  margin: 0.25rem 0 0.25rem 0;
}

.dynamic-proType-block .list-item.num1 .item-desc {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0s;
  transition: all 0s;
  height: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  margin: 0.25rem 0 0.25rem 0;
  width: 52.0325203252% !important;
}
.dynamic-proType-block .list-item.num2 .item-desc {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0s;
  transition: all 0s;
  height: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  margin: 0.25rem 0 0.25rem 0;
}

.dynamic-widget_proType {
  padding: 4em 0 0;
}

@media screen and (min-width: 1670px) and (max-width: 1820px) {
  .dynamic-proType-block .up-content {
    padding: 0rem 0.5rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1640px) {
  .dynamic-proType-block .up-content {
    padding: 0rem 0.5rem 1.25rem 0.5rem;
  }
}
@media (min-width: 992px) {
  .dynamic-proType-block .public-more-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .dynamic-proType-block .public-more {
    overflow: hidden;
  }
  .dynamic-proType-block .public-more:hover .arrow-more {
    -webkit-animation: btnAnt 0.3s both;
            animation: btnAnt 0.3s both;
  }
}
@media (max-width: 991.98px) {
  .dynamic-widget_proType {
    padding: 1rem 0 0 0;
  }
  .dynamic-proType-block {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem 0;
  }
  .dynamic-proType-block .public-more-wrap {
    margin-top: 0;
  }
  .dynamic-proType-block .up-content {
    padding: 0 0.4rem 0.59rem 0.4rem;
  }
  .dynamic-proType-block .item-img {
    border-radius: 0.16rem;
  }
  .dynamic-proType-block .item-img::after {
    background: url(/img/images/img04.webp) no-repeat;
    background-size: 100% 100%;
  }
  .dynamic-proType-block .item-img img {
    height: 3.6rem;
  }
  .public-more-wrap > * {
    gap: 0 0.2rem;
  }
  .public-more-wrap .arrow-more {
    mask: url(/img/images/svg02.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg02.svg) no-repeat center/contain;
    background-color: #fff;
    width: 0.27rem;
    height: 0.16rem;
  }
  .public-more-wrap .text {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
.knowledge-center {
  padding: 6em 0 0 0;
}
.knowledge-center .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  gap: 0 2.5em;
}
.knowledge-center .inner-l {
  position: sticky;
  top: 4.9rem;
  -webkit-flex: 1;
          flex: 1;
  height: -webkit-calc(100% - 4.9rem);
  height: calc(100% - 4.9rem);
}
.knowledge-center .inner-r {
  width: 74.21875%;
  margin-top: 0.75rem;
}
.knowledge-center .desc {
  margin-top: 0.25rem;
}
.knowledge-center .inner-item {
  display: -webkit-flex;
  display: flex;
  gap: 0 3em;
  padding: 1.25rem 0;
  border-bottom: 1px solid #D3D9E5;
}
.knowledge-center .list-item:first-child .inner-item {
  border-top: 0.02rem solid #D3D9E5;
}
.knowledge-center .is-left {
  -webkit-flex: 1;
          flex: 1;
}
.knowledge-center .is-right {
  width: 4.75em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
}
.knowledge-center .icon-right {
  mask: url(/img/images/svg03.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg03.svg) no-repeat center/contain;
  background-color: #00A2E9;
  width: 0.85rem;
  height: 0.8rem;
  margin-right: 0.45rem;
}
.knowledge-center .item-title {
  color: #3B609B;
}

@media (max-width: 991.98px) {
  .knowledge-center {
    padding: 1rem 0 0 0;
  }
  .knowledge-center .desc {
    margin-top: 0.1rem;
  }
  .knowledge-center .inner-r {
    width: 100%;
    margin-top: 0rem;
  }
  .knowledge-center .inner-l {
    position: relative;
    top: 0;
    height: auto;
  }
  .knowledge-center .inner-item {
    padding: 0.26rem 0;
  }
  .knowledge-center .is-right {
    width: 0.4rem;
  }
  .knowledge-center .icon-right {
    width: 0.21rem;
    height: 0.16rem;
    margin-right: 0.1rem;
    mask: url(/img/images/svg04.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg04.svg) no-repeat center/contain;
    background-color: #00A2E9;
  }
  .knowledge-center .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.52rem 0;
  }
}
/* 自定义样式-产品详细 */
.pro-del-banner {
  padding: 3.6em 0 3.3em 0;
}
.pro-del-banner .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 3rem;
}
.pro-del-banner .inner-l {
  width: 11em;
  margin-top: 0.65rem;
}
.pro-del-banner .header-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.pro-del-banner .inner-r {
  -webkit-flex: 1;
          flex: 1;
}
.pro-del-banner .desc {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.65rem;
}
.pro-del-banner .other-opration {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 0.3rem;
  gap: 0 0.3rem;
  margin-right: -0.35rem;
}
.pro-del-banner .other-opration-item {
  position: relative;
}
.pro-del-banner .other-opration-item .head-tit {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.pro-del-banner .other-opration-item .head-tit::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #c5c5c5;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.pro-del-banner .other-opration-item .head-tit.click {
  background: #e0e0e0;
}
.pro-del-banner .other-opration-item .head-tit.is-pressed::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pro-del-banner .item-img {
  padding-top: 100%;
  height: 0;
  position: relative;
  background: #F3F4F6;
}
.pro-del-banner .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pro-del-banner .more-message {
  position: absolute;
  top: -webkit-calc(100% + 0px);
  top: calc(100% + 0px);
  background: #fff;
  left: 0;
  display: none;
  z-index: 2;
}
.pro-del-banner .more-message .text {
  white-space: nowrap;
  font-size: max(14px, 0.8rem);
  line-height: 1.5rem;
}

.icon-share-black {
  mask: url(/img/images/svg19.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg19.svg) no-repeat center/contain;
  background: #3B609B;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.icon-link {
  mask: url(/img/images/svg22.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg22.svg) no-repeat center/contain;
  background: var(--mt-global-color-black);
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.icon-email {
  mask: url(/img/images/svg23.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg23.svg) no-repeat center/contain;
  background: var(--mt-global-color-black);
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.icon-collect {
  mask: url(/img/images/svg20.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg20.svg) no-repeat center/contain;
  background: #3B609B;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.head-tit.sucesss .icon-collect {
  mask: url(/img/images/svg27.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg27.svg) no-repeat center/contain;
  background: #00A2E9;
}

.more-zip-load {
  padding: 1.6rem 0 0;
}

.more-zip-title {
  font-size: max(14px, 0.8rem);
  line-height: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.more-zip-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 2rem;
}

.more-zip-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.more-zip-item .list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #D3D9E5;
}
.more-zip-item .text {
  font-size: max(14px, 0.8rem);
  line-height: 1.6rem;
  padding: 0.35rem 0 0.35rem;
  color: #3B609B;
}
.more-zip-item .icon-load {
  mask: url(/img/images/svg21.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg21.svg) no-repeat center/contain;
  position: relative;
  background: #00A2E9;
  width: 0.8rem;
  height: 0.85rem;
}

.inner-more-message {
  border-radius: 4px;
  padding: 0.4rem 0rem;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}

.is-message-list {
  padding: 0 0.8rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 1.6rem;
}

@media screen and (min-width: 992px) and (max-width: 1280px) {
  .pro-del-banner .more-message {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .icon-share-black, .icon-collect {
    background-color: #5D6166;
  }
  .pro-del-banner {
    padding: 1rem 0 1rem;
  }
  .pro-del-banner .rocket-title-xxl {
    font-size: 0.42rem;
    line-height: 0.54rem;
  }
  .pro-del-banner .innosc-btn {
    width: 100%;
    height: 0.8rem;
  }
  .pro-del-banner .desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .pro-del-banner .header-top {
    margin-bottom: 0.3rem;
  }
  .pro-del-banner .more-message {
    right: 0;
    left: initial;
  }
  .pro-del-banner .more-message .text {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .pro-del-banner .is-message-list {
    padding: 0 0.32rem;
  }
  .pro-del-banner .other-opration {
    gap: 0 0.16rem;
    margin-right: 0;
    margin-top: -0.12rem;
  }
  .pro-del-banner .other-opration .head-tit {
    width: 0.56rem;
    height: 0.56rem;
  }
  .pro-del-banner .inner-l {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 auto 0 auto;
  }
  .pro-del-banner .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem 0;
  }
  .icon-link, .icon-email {
    width: 0.48rem;
    height: 0.48rem;
  }
  .is-message-list {
    height: 0.96rem;
    gap: 0 0.64rem;
  }
  .inner-more-message {
    padding: 0.16rem 0;
  }
  .more-zip-load {
    padding: 0.8rem 0 0 0;
  }
  .more-zip-title {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .more-zip-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .more-zip-item .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #3B609B;
    font-weight: 400;
    padding: 0.26rem 0;
  }
  .more-zip-item .icon-load {
    width: 0.28rem;
    height: 0.3rem;
  }
}
.pro-del {
  padding: 2.75em 0 4em;
  background: #F3F4F6;
}
.pro-del .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 6.3541666667vw;
}
.pro-del .iner-l {
  -webkit-flex: 1;
          flex: 1;
}
.pro-del .inner-r {
  width: 28.125%;
  margin-top: 1.2rem;
}
.pro-del .iner-l-title {
  margin-bottom: 0.6rem;
}
.pro-del .inner-r-title {
  margin-bottom: 1.3rem;
}

.pro-parameter-list .simulate-tr {
  display: -webkit-flex;
  display: flex;
  padding: 0.9em 0 0.55em;
  border-bottom: 1px solid #D3D9E5;
  color: #202124;
}
.pro-parameter-list .simulate-tr .simulate-td {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  font-size: max(14px, 0.7rem);
}
.pro-parameter-list .simulate-tr .simulate-td:nth-child(1) {
  width: 26.25%;
}
.pro-parameter-list .simulate-tr .simulate-td:nth-child(2) {
  font-weight: 600;
  -webkit-flex: 1;
          flex: 1;
}

.advantage-item {
  margin-bottom: 2.5rem;
}
.advantage-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .pro-parameter-list .simulate-tr {
    padding: 0.49rem 0 0.23rem;
  }
  .pro-parameter-list .simulate-tr .simulate-td {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .pro-parameter-list .simulate-tr .simulate-td:nth-child(1) {
    width: 3.87rem;
  }
  .advantage-item {
    margin-bottom: 0.6rem;
  }
  .pro-del {
    padding: 0.77rem 0 0.51rem;
  }
  .pro-del .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem 0;
  }
  .pro-del .iner-l-title {
    margin-bottom: 0.05rem;
  }
  .pro-del .inner-r-title {
    font-size: 0.36rem;
    line-height: 0.54rem;
    margin-bottom: 0.15rem;
  }
  .pro-del .inner-r {
    margin-top: 0;
    width: 100%;
  }
}
.reliability-testing {
  padding: 3.8em 0 0 0;
}
.reliability-testing .iner-l-title {
  margin-bottom: 1.5rem;
}
.reliability-testing table thead th {
  background: #3B609B;
  color: #fff;
  font-size: max(14px, 0.7rem);
  line-height: 0.8rem;
  font-weight: 700;
  padding: 0.7rem 2.2rem;
  position: relative;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
}
.reliability-testing table thead th::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #0083C7;
}
.reliability-testing table thead th:nth-child(1) {
  padding-left: 1.25rem;
  position: relative;
}
.reliability-testing table tbody tr:nth-child(even) {
  background: #F2FAFD;
}
.reliability-testing table tbody td, .reliability-testing table tbody th {
  font-size: 14px;
  line-height: 0.8rem;
  padding: 0.7rem 2.2rem;
  position: relative;
}
.reliability-testing table tbody td p, .reliability-testing table tbody th p {
  text-align: left !important;
}
.reliability-testing table tbody td::after, .reliability-testing table tbody th::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #0083C7;
}
.reliability-testing table tbody td:last-child::after, .reliability-testing table tbody th:last-child::after {
  opacity: 0;
}
.reliability-testing table tbody td:nth-child(1), .reliability-testing table tbody th:nth-child(1) {
  padding-left: 1.25rem;
  color: #00A2E9;
  font-weight: 700;
}
.reliability-testing table td, .reliability-testing table th {
  border: 0;
}

.relia-text-table-editor .table {
  margin-top: 50px;
}
.relia-text-table-editor .table:first-of-type {
  margin-top: 0;
}
.relia-text-table-editor .table:last-child {
  margin-bottom: 0;
}
.relia-text-table-editor > p {
  font-size: 14px;
  text-align: left !important;
  padding: 10px 0 20px;
  line-height: 20px;
}

@media (min-width: 992px) {
  .reliability-testing table.width100 {
    width: 100%;
  }
  .reliability-testing table thead tr:nth-child(1) th {
    text-align: center;
    border-bottom: 1px solid #0083C7;
  }
  .reliability-testing table tr {
    width: 100%;
  }
  .reliability-testing table tbody td:nth-child(1)::before, .reliability-testing table tbody th:nth-child(1)::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #F2FAFD;
  }
  .reliability-testing table tbody td:last-child::before, .reliability-testing table tbody th:last-child::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 100%;
    width: 10px;
    background: #F2FAFD;
  }
  .reliability-testing table tbody td:nth-child(1), .reliability-testing table tbody th:nth-child(1) {
    width: 9.5rem;
  }
  .reliability-testing table tbody td:nth-child(2), .reliability-testing table tbody th:nth-child(2) {
    width: 20.45rem;
  }
  .reliability-testing table tbody td:nth-child(3), .reliability-testing table tbody th:nth-child(3) {
    width: 15rem;
  }
  .reliability-testing table tbody td:nth-child(4), .reliability-testing table tbody th:nth-child(4) {
    width: 8.45rem;
  }
  .reliability-testing table tbody td:nth-child(5), .reliability-testing table tbody th:nth-child(5) {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .relia-text-table-editor > p {
    padding-left: 0.5rem;
  }
  .relia-text-table-editor .table {
    margin-bottom: 0.4rem;
  }
  .reliability-testing {
    overflow: hidden;
  }
  .reliability-testing .need-scroll-swiper {
    margin-bottom: 0.6rem;
  }
  .reliability-testing .need-scroll-swiper:last-child {
    margin-bottom: 0;
  }
  .reliability-testing .iner-l-title {
    margin-bottom: 0.4rem;
    margin-left: 0.5rem;
  }
  .reliability-testing .rocket-content__inner {
    margin: 0 -0.5rem;
    width: auto;
  }
  .reliability-testing table thead p {
    text-align: left !important;
  }
  .reliability-testing table thead tr:nth-child(1) th {
    text-align: left;
    border-bottom: 1px solid #0083C7;
  }
  .reliability-testing table thead th {
    padding: 0.36rem 0.69rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .reliability-testing table thead th:nth-child(1) {
    padding-left: 0.3rem;
  }
  .reliability-testing table tbody td, .reliability-testing table tbody th {
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding: 0.36rem 0.69rem;
  }
  .reliability-testing table tbody td:nth-child(1), .reliability-testing table tbody th:nth-child(1) {
    padding-left: 0.3rem;
  }
}
.reliability-testing table {
  border: 0;
  width: -webkit-max-content;
  width: max-content; /* 让表格根据内容宽度自适应 */
  min-width: 100%;
}
.reliability-testing .editor-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 3rem;
}
.reliability-testing .editor-table::-webkit-scrollbar {
  width: 6px;
}
.reliability-testing .editor-table::-webkit-scrollbar-thumb {
  width: 6px;
  background-color: #BBBDBE;
  border-radius: 4px;
}
.reliability-testing .editor-table::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 4px;
}
.reliability-testing .editor-table::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.reliability-testing .editor-table:last-child {
  margin-bottom: 0;
}

.need-scroll-X {
  min-width: 100%;
}

.need-scroll-swiper .swiper-slide {
  width: auto;
  min-width: 100%;
}
.need-scroll-swiper .is-pagination {
  margin-top: 0;
  width: 100%;
}
.need-scroll-swiper .is-pagination .pross {
  background: #D9D9D9;
  height: 2.5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.document-load {
  padding: 5em 0 0 0;
}
.document-load .title {
  margin-bottom: 1.5rem;
}

.document-load-item, .document-list-wrap {
  margin-bottom: 2.5rem;
}
.document-load-item:last-child, .document-list-wrap:last-child {
  margin-bottom: 0;
}
.document-load-item .simulate-thead, .document-list-wrap .simulate-thead {
  background: #7FD1F4;
  border-bottom: 1px solid #0095DA;
}
.document-load-item .simulate-thead .simulate-td, .document-list-wrap .simulate-thead .simulate-td {
  font-size: 14px;
  line-height: 0.8rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem;
}
.document-load-item .icon-load, .document-list-wrap .icon-load {
  mask: url(/img/images/svg21.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg21.svg) no-repeat center/contain;
  position: relative;
  background: #00A2E9;
  width: 0.8rem;
  height: 0.85rem;
}
.document-load-item .simulate-table, .document-list-wrap .simulate-table {
  border: 1px solid #D3D9E5;
}
.document-load-item .simulate-tbody, .document-list-wrap .simulate-tbody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.document-load-item .simulate-tbody .simulate-td, .document-list-wrap .simulate-tbody .simulate-td {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.25rem;
  margin-top: 0.55rem;
}
.document-load-item .simulate-tbody .simulate-td .text, .document-list-wrap .simulate-tbody .simulate-td .text {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
}
.document-load-item .simulate-tbody .simulate-td-one, .document-list-wrap .simulate-tbody .simulate-td-one {
  display: block;
  margin-top: 0rem;
}
.document-load-item .simulate-tbody .simulate-tr, .document-list-wrap .simulate-tbody .simulate-tr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1rem 1rem 1rem 0.75rem;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-bottom: 1px solid #D3D9E5;
}
.document-load-item .simulate-tbody .simulate-tr:last-child, .document-list-wrap .simulate-tbody .simulate-tr:last-child {
  border-bottom: none;
}
.document-load-item .message-list, .document-list-wrap .message-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.15rem;
}
.document-load-item .message-list span, .document-list-wrap .message-list span {
  font-size: 0.7em;
  line-height: 1.1428571429em;
  color: #5D6166;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}
.document-load-item .message-list span::after, .document-list-wrap .message-list span::after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 0.65rem);
  left: calc(100% + 0.65rem);
  width: 0.05rem;
  height: 0.7rem;
  background: #5D6166;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.document-load-item .message-list span:last-child::after, .document-list-wrap .message-list span:last-child::after {
  opacity: 0;
}
.document-load-item .item-title, .document-list-wrap .item-title {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #3B609B;
  font-weight: 700;
  font-size: max(14px, 0.8rem);
  margin-bottom: 0.25rem;
}

.load-item-title {
  margin-bottom: 0.7rem;
}

@media (min-width: 992px) {
  .document-load-item .simulate-tr:hover .item-title, .document-list-wrap .simulate-tr:hover .item-title {
    text-decoration: underline;
    color: #1F3165;
  }
  .document-load-item .simulate-tr:hover .icon-load, .document-list-wrap .simulate-tr:hover .icon-load {
    background: #1F3165;
  }
  .document-load-item .simulate-tr:hover .text, .document-list-wrap .simulate-tr:hover .text {
    color: #1F3165;
  }
}
@media (max-width: 991.98px) {
  .load-item-title {
    margin-bottom: 0.3rem;
  }
  .document-load-item .item-title, .document-list-wrap .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .document-load-item .message-list, .document-list-wrap .message-list {
    gap: 0 0.39rem;
  }
  .document-load-item .message-list span, .document-list-wrap .message-list span {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .document-load-item .message-list span::after, .document-list-wrap .message-list span::after {
    height: 0.24rem;
    width: 0.015rem;
    left: -webkit-calc(100% + 0.2rem);
    left: calc(100% + 0.2rem);
  }
  .document-load-item .simulate-tbody, .document-list-wrap .simulate-tbody {
    border: 0.02rem solid #D3D9E5;
    border-top: 0;
  }
  .document-load-item .simulate-tbody .icon-load, .document-list-wrap .simulate-tbody .icon-load {
    width: 0.38rem;
    height: 0.4rem;
  }
  .document-load-item .simulate-tbody .simulate-td, .document-list-wrap .simulate-tbody .simulate-td {
    margin-top: 0.32rem;
  }
  .document-load-item .simulate-tbody .simulate-td:nth-child(1), .document-list-wrap .simulate-tbody .simulate-td:nth-child(1) {
    margin-top: 0;
  }
  .document-load-item .simulate-tbody .simulate-td .text, .document-list-wrap .simulate-tbody .simulate-td .text {
    display: none;
  }
  .document-load-item .simulate-tbody .simulate-tr, .document-list-wrap .simulate-tbody .simulate-tr {
    padding: 0.49rem 0.4rem 0.45rem 0.26rem;
    gap: 0 0.3rem;
  }
  .document-load-item .simulate-thead .simulate-td, .document-list-wrap .simulate-thead .simulate-td {
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding: 0.26rem 0.4rem;
  }
  .document-load-item .simulate-table, .document-list-wrap .simulate-table {
    border: 0;
  }
  .document-load {
    padding: 1rem 0 0 0;
  }
  .document-load .title {
    margin-bottom: 0.4rem;
  }
  .document-load-item, .document-list-wrap {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 992px) {
  .is-message-list:hover {
    background: #f5f5f5;
  }
  .other-opration-item .head-tit:hover {
    background: #F5F5F5;
    border-radius: 100%;
    cursor: pointer;
  }
  .more-zip-item:hover .text {
    text-decoration: underline;
    color: #1F3165;
  }
  .more-zip-item:hover .icon-load {
    background: #1F3165;
  }
}
/* 自定义样式-投资者关系-企业管治 */
.pinvt-govn-org {
  width: 100%;
  position: relative;
  background: #F3F4F6;
  padding: 3rem 0 4.7rem;
}
.pinvt-govn-org .org-imgs {
  width: 100%;
  position: relative;
}
.pinvt-govn-org .org-imgs img {
  width: 100%;
  display: block;
}
.pinvt-govn-org .org-imgs.web {
  margin: 2.25rem 0 0;
}
.pinvt-govn-org .org-imgs.app {
  margin: 0.4rem 0 0;
}

.pinvt-govn-directors {
  width: 100%;
  position: relative;
  padding: 4rem 0 0;
}

.pinvt-director-topbox {
  margin-bottom: 4.5rem;
}
.pinvt-director-topbox .s-heading-h2 {
  margin-bottom: 3rem;
}

.pinvt-executive-director {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 7.4%;
}
.pinvt-executive-director .item-box {
  cursor: pointer;
  position: relative;
  text-align: center;
}
.pinvt-executive-director .item-imgs {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  background: -webkit-linear-gradient(top, #B9D3EB 0%, #DFECF6 100%);
  background: linear-gradient(180deg, #B9D3EB 0%, #DFECF6 100%);
  margin: 0 auto 1.5rem;
}
.pinvt-executive-director .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.pinvt-executive-director .item-name {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: bold;
}
.pinvt-executive-director .item-post {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  margin: 2px 0 0;
}

.pinvt-directors-collapse .rocket-block-text > *:first-child {
  margin-top: 0;
}
.pinvt-directors-collapse .rocket-block-text h2, .pinvt-directors-collapse .rocket-block-text h3, .pinvt-directors-collapse .rocket-block-text h4, .pinvt-directors-collapse .rocket-block-text h5 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 1.25rem 0 0.5rem;
}

.pinvt-govn-file {
  width: 100%;
  position: relative;
  padding: 5rem 0 0;
}
.pinvt-govn-file .st-header {
  margin-bottom: 1.25rem;
}

.ptinvt-file-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 2rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: bold;
  color: var(--mt-global-color-blue);
}
.ptinvt-file-list .item {
  border-bottom: solid 2px var(--mt-global-color-blue);
}
.ptinvt-file-list .item-box {
  min-height: 4.5rem;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.ptinvt-file-list .item-icon {
  margin: 0 0.8rem 0 1em;
}
.ptinvt-file-list .item-icon .bi {
  width: 1rem;
  height: 1rem;
  display: block;
  background: url("/img/common/download.svg") no-repeat center center;
  background-size: contain;
}

.modal-director {
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 0;
}
.modal-director .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  transform: none;
  -webkit-transform: none;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.modal-director .modal-content {
  width: 56%;
  max-width: 53.5rem;
  height: 100%;
  display: block;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 2.4rem 1rem 0 3rem;
  pointer-events: auto;
}
.modal-director .modal-body {
  width: 100%;
  height: -webkit-calc(100% - 2.4rem);
  height: calc(100% - 2.4rem);
  overflow: hidden;
  overflow-y: auto;
  padding: 0 4.5rem 3rem 0;
}
.modal-director .modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-director .modal-body::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.modal-director .modal-body::-webkit-scrollbar-thumb:vertical {
  width: 6px;
  background-color: #5C6470;
  -webkit-border-radius: 3px;
}
.modal-director .modal-close {
  background: #fff;
}
.modal-director.fade .modal-content {
  transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
.modal-director.show .modal-content {
  transform: none;
  -webkit-transform: none;
}

.modal-director-item {
  padding: 1.6rem 0 4rem;
  border-bottom: solid 1px #D3D9E5;
}
.modal-director-item .item-header {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 2rem;
}
.modal-director-item .item-header-imgs {
  -webkit-flex: none;
          flex: none;
  width: 5.25rem;
  margin: 0 1rem 0 0;
}
.modal-director-item .item-header-imgs .imgs {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, #B9D3EB 0%, #DFECF6 100%);
  background: linear-gradient(180deg, #B9D3EB 0%, #DFECF6 100%);
}
.modal-director-item .item-header-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-director-item .item-name {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: bold;
}
.modal-director-item .item-post {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  margin: 0.3rem 0 0;
}
.modal-director-item .item-share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-gap: 0 1.35rem;
}
.modal-director-item .item-share a {
  display: block;
}
.modal-director-item .item-share img {
  width: 2rem;
  height: 2rem;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.modal-director-item .item-body-lvtit {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 4px;
  font-weight: bold;
}
.modal-director-item .item-body-doc > * {
  margin-bottom: 1.2rem;
}
.modal-director-item .item-body-doc > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .ptinvt-file-list .item:hover {
    color: var(--mt-global-color-blue-light);
  }
  .modal-director-item .item-share {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
}
@media (max-width: 991.98px) {
  .pinvt-govn-org {
    padding: 0.74rem 0 0.64rem;
  }
  .pinvt-govn-directors {
    padding: 1rem 0 0;
  }
  .pinvt-director-topbox {
    margin-bottom: 0.8rem;
  }
  .pinvt-director-topbox .s-heading-h2 {
    margin-bottom: 0.6rem;
  }
  .pinvt-executive-director {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.8rem 0;
  }
  .pinvt-executive-director .item-box {
    width: 4.2rem;
    margin: 0 auto;
  }
  .pinvt-executive-director .item-imgs {
    margin-bottom: 0.2rem;
  }
  .pinvt-executive-director .item-name {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .pinvt-executive-director .item-post {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.1rem 0 0;
  }
  .pinvt-directors-collapse .rocket-block-text {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .pinvt-directors-collapse .rocket-block-text h2, .pinvt-directors-collapse .rocket-block-text h3, .pinvt-directors-collapse .rocket-block-text h4, .pinvt-directors-collapse .rocket-block-text h5 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin: 0.4rem 0 0.1rem;
  }
  .pinvt-govn-file {
    padding: 1.2rem 0 0;
  }
  .pinvt-govn-file .st-header {
    margin-bottom: 0.4rem;
  }
  .ptinvt-file-list {
    grid-template-columns: repeat(1, 1fr);
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .ptinvt-file-list .item {
    border-bottom: solid 1px #D3D9E5;
  }
  .ptinvt-file-list .item:first-child {
    border-top: solid 1px #D3D9E5;
  }
  .ptinvt-file-list .item-box {
    min-height: 0;
    padding: 0.26rem 0;
  }
  .ptinvt-file-list .item-title {
    font-weight: 400;
  }
  .ptinvt-file-list .item-icon {
    margin: 0 0.2rem 0 0.4rem;
  }
  .ptinvt-file-list .item-icon .bi {
    width: 0.3rem;
    height: 0.3rem;
  }
  .modal-director {
    background: #fff;
  }
  .modal-director .modal-content {
    width: 100%;
    max-width: none;
    padding: 0.6rem 0 0;
  }
  .modal-director .modal-body {
    height: -webkit-calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    padding: 0 0.5rem;
  }
  .modal-director.fade .modal-content {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
  }
  .modal-director-item {
    padding: 1rem 0;
  }
  .modal-director-item .item-header {
    margin-bottom: 0.8rem;
  }
  .modal-director-item .item-header-imgs {
    width: 2.15rem;
    margin: 0 0.4rem 0 0;
  }
  .modal-director-item .item-name {
    font-size: 0.36rem;
    line-height: 0.48rem;
  }
  .modal-director-item .item-post {
    font-size: 0.26rem;
    margin: 0.1rem 0 0;
  }
  .modal-director-item .item-share {
    grid-gap: 0 0.2rem;
    margin: 0.2rem 0 0;
  }
  .modal-director-item .item-share img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .modal-director-item .item-body-lvtit {
    font-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .modal-director-item .item-body-doc > * {
    margin-bottom: 0.4rem;
  }
  .modal-director-item .item-body-doc > *:last-child {
    margin-bottom: 0;
  }
}
/* 自定义样式-投资者关系-招股文件 */
.pinvt-ipo-topbox {
  width: 100%;
  position: relative;
}

.invt-ipo-list {
  width: 100%;
  display: grid;
  grid-gap: 4rem 0;
  border-bottom: solid 1px var(--mt-global-color-blue);
  padding: 3.5rem 0 4rem;
}

.invt-ipo-item {
  width: 100%;
  display: grid;
  grid-template-columns: 71.875% 1fr;
  grid-gap: 0 1.75rem;
}
.invt-ipo-item .item-imgs {
  position: relative;
}
.invt-ipo-item .item-imgs .imgs {
  width: 100%;
  padding: 51.63% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem;
}
.invt-ipo-item .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.invt-ipo-item .item-type {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  margin-bottom: 0.75rem;
}
.invt-ipo-item .item-title {
  font-weight: bold;
  min-height: 4.6rem;
}
.invt-ipo-item .item-handle {
  width: 100%;
  display: grid;
  grid-gap: 1.1rem 0;
  margin: 2rem 0 0;
}
.invt-ipo-item .innosc-btn {
  font-size: max(14px, 0.8rem);
  width: 100%;
  height: 1.9rem;
}
.invt-ipo-item .innosc-btn .bi {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.6rem;
}

@media (min-width: 992px) {
  .p-investor-ipo .dynamic-widget_samelevel {
    margin-top: 4rem;
  }
  .invt-ipo-item {
    -webkit-align-items: center;
            align-items: center;
  }
  .invt-ipo-item:nth-child(even) {
    direction: rtl;
  }
  .invt-ipo-item:nth-child(even) > * {
    direction: ltr;
  }
}
@media (max-width: 991.98px) {
  .invt-ipo-list {
    grid-gap: 1rem 0;
    padding: 1rem 0 0;
    border-bottom: none;
  }
  .invt-ipo-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.5rem 0;
  }
  .invt-ipo-item .item-imgs {
    position: relative;
  }
  .invt-ipo-item .item-imgs .imgs {
    border-radius: 0.16rem;
  }
  .invt-ipo-item .item-type {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .invt-ipo-item .item-title {
    min-height: 0;
  }
  .invt-ipo-item .item-handle {
    grid-gap: 0.3rem 0;
    margin: 0.6rem 0 0;
  }
  .invt-ipo-item .innosc-btn {
    font-size: 0.3rem;
    height: 0.8rem;
  }
  .invt-ipo-item .innosc-btn .bi {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0 0 0.2rem;
  }
}
/* 自定义样式-投资者关系-业绩报告 */
.pinvt-report-topbox {
  width: 100%;
  position: relative;
  padding: 3.5rem 0 0;
  margin-bottom: 5rem;
}

.invt-report-list {
  width: 100%;
  display: grid;
  grid-gap: 6rem 0;
}

.invt-report-item {
  width: 100%;
  display: grid;
  grid-template-columns: 58.6% 1fr;
  grid-gap: 0 2.5rem;
}
.invt-report-item .item-imgs {
  position: relative;
}
.invt-report-item .item-imgs .imgs {
  width: 100%;
  padding: 49.33% 0 0;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem;
}
.invt-report-item .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.invt-report-item .item-type {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  margin-bottom: 0.75rem;
}
.invt-report-item .item-title {
  font-weight: bold;
  min-height: 4.6rem;
}
.invt-report-item .item-handle {
  width: 100%;
  display: grid;
  grid-gap: 1rem 0;
  margin: 2.2rem 0 0;
}
.invt-report-item .innosc-btn {
  font-size: max(14px, 0.8rem);
  width: 100%;
  height: 1.9rem;
}
.invt-report-item .innosc-btn .bi {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 0.6rem;
}

.pinvt-oldreport-box {
  background: #E0F4FD;
  padding: 3rem 0 5.5rem;
  margin: 5rem 0;
}
.pinvt-oldreport-box .st-header {
  margin-bottom: 1.7rem;
}

.pinvt-oldreport-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pinvt-oldreport-list .item {
  position: relative;
  margin: -1px -1px 0 0;
}
.pinvt-oldreport-list .item-box {
  width: 100%;
  height: 100%;
  border: solid 1px #4EBEEF;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 1.4rem 0 1.75rem;
}
.pinvt-oldreport-list .item-body {
  padding: 1.25rem 0 1.4rem;
}
.pinvt-oldreport-list .item-title {
  font-size: 1rem;
  line-height: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.pinvt-oldreport-list .item-type {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  color: var(--mt-global-color-gray);
  margin: 5px 0 0;
}
.pinvt-oldreport-list .item-handle {
  white-space: nowrap;
  -webkit-flex: none;
          flex: none;
  margin: 0 0 0 1rem;
}

@media (min-width: 992px) {
  .invt-report-list {
    border-bottom: solid 1px var(--mt-global-color-blue);
    padding: 0 0 4rem;
  }
  .invt-report-item {
    -webkit-align-items: center;
            align-items: center;
  }
  .invt-report-item:nth-child(even) {
    direction: rtl;
  }
  .invt-report-item:nth-child(even) > * {
    direction: ltr;
  }
  .pinvt-oldreport-list .item:hover .item-title {
    color: var(--mt-global-color-blue-light);
  }
}
@media (max-width: 991.98px) {
  .pinvt-report-topbox {
    padding: 1rem 0 0;
    margin-bottom: 1rem;
  }
  .invt-report-list {
    grid-gap: 1rem 0;
    padding: 1rem 0 0;
    border-bottom: none;
  }
  .invt-report-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.6rem 0;
  }
  .invt-report-item .item-imgs {
    position: relative;
  }
  .invt-report-item .item-imgs .imgs {
    border-radius: 0.16rem;
  }
  .invt-report-item .item-type {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .invt-report-item .item-title {
    min-height: 0;
  }
  .invt-report-item .item-handle {
    grid-gap: 0.3rem 0;
    margin: 0.6rem 0 0;
  }
  .invt-report-item .innosc-btn {
    font-size: 0.3rem;
    height: 0.8rem;
  }
  .invt-report-item .innosc-btn .bi {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0 0 0.2rem;
  }
  .pinvt-oldreport-box {
    padding: 0.6rem 0 0.65rem;
    margin: 1rem 0;
  }
  .pinvt-oldreport-box .st-header {
    margin-bottom: 0.48rem;
  }
  .pinvt-oldreport-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .pinvt-oldreport-list .item-box {
    padding: 0 0.4rem;
  }
  .pinvt-oldreport-list .item-body {
    padding: 0.5rem 0 0.55rem;
  }
  .pinvt-oldreport-list .item-title {
    font-size: 0.3rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .pinvt-oldreport-list .item-type {
    font-size: 0.24rem;
    margin: 0.1rem 0 0;
  }
  .pinvt-oldreport-list .item-handle {
    margin: 0 0 0 0.4rem;
  }
}
/* 自定义样式-投资者关系-信息披露 */
.pinvt-info-topbox {
  width: 100%;
  position: relative;
  margin: 3rem 0 5rem;
}

.pinvt-iframe-box {
  width: 100%;
  position: relative;
}
.pinvt-iframe-box iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .pinvt-info-topbox {
    margin: 0.9rem 0 1rem;
  }
}
/* 自定义样式-设计和支持-all */
.p-design-selection .header-unit .rocket-title-xxl {
  opacity: 0;
}
.p-design-selection .foot-ctbuy-box {
  display: none;
}
.p-design-selection .inside-topbox .rocket-block-banner, .p-design-selection .inside-topbox .rocket-widget__banner {
  overflow: initial;
}
.p-design-selection .title-wrap {
  padding: 1.5rem 0;
}
.p-design-selection .foot-table-h120 {
  height: 6rem;
}

.icon-arrow-bottom {
  background-color: #fff;
  -webkit-mask: url(/img/images/svg32.svg) no-repeat center/contain;
  mask: url(/img/images/svg32.svg) no-repeat center/contain;
  width: 1rem;
  height: 0.65rem;
}

.header-unit {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.75rem;
  cursor: pointer;
}

.chonse-select-unit {
  display: -webkit-flex;
  display: flex;
}
.chonse-select-unit .inner {
  position: relative;
}

.chonse-select-more {
  position: absolute;
  top: -webkit-calc(100% - 4px);
  top: calc(100% - 4px);
  display: none;
  right: 0;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #D3D9E5;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.chonse-select-more.public-select-more {
  top: -webkit-calc(100% + 0.8rem);
  top: calc(100% + 0.8rem);
}
.chonse-select-more .inner-more-select {
  padding: 0.5rem 0;
  min-width: 12rem;
}
.chonse-select-more a, .chonse-select-more li {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.5rem 0.75rem 0.5rem 0.75rem;
  white-space: nowrap;
  width: 100%;
  color: var(--mt-global-color-black);
}
.chonse-select-more a.current, .chonse-select-more li.current {
  font-weight: 700;
  background: #E0F4FD;
}
.chonse-select-more .inner-more-select {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991.98px) {
  .chonse-select-more.public-select-more {
    top: -webkit-calc(100% + 0.1rem);
    top: calc(100% + 0.1rem);
    right: initial;
    left: 0;
  }
  .chonse-select-more.public-select-more .inner-more-select {
    min-width: 3.5rem;
  }
  .p-qual-harmful .chonse-select-more.public-select-more {
    right: initial;
    left: 0;
  }
  .p-design-selection .title-wrap {
    padding: 0.5rem 0;
  }
  .p-design-selection .foot-table-h120 {
    height: 1rem;
  }
  .header-unit {
    gap: 0 0.13rem;
  }
  .icon-arrow-bottom {
    width: 0.3rem;
    height: 0.195rem;
  }
  .chonse-select-more {
    border-radius: 0.08rem;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
  }
  .chonse-select-more a, .chonse-select-more li {
    font-size: 0.3rem;
    line-height: 0.4rem;
    padding: 0.12rem 0.34rem;
  }
  .chonse-select-more .inner-more-select {
    min-width: 3.5rem;
    padding: 0.15rem 0 0.15rem;
  }
}
.pro-table-top {
  padding: 3.5rem 0 2.5rem;
}
.pro-table-top .title {
  margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .pro-table-top {
    padding: 1rem 0 0.4rem;
    overflow: hidden;
  }
  .pro-table-top .title {
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 992px) {
  .chonse-select-more a:hover, .honse-select-more li:hover {
    background: #E0F4FD;
  }
}
.guide-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem 1.25rem;
  padding: 3rem 0 0 0;
  min-height: 7.6rem;
}
.guide-list .inner-item {
  display: block;
  padding: 1.55rem 1.1rem 1.8rem 1.25rem;
  border-radius: 0.8rem;
  border: 1px solid #E0E4EB;
  background: #F7F8FA;
  height: 100%;
}
.guide-list .item-img {
  margin-bottom: 1.05rem;
  display: -webkit-flex;
  display: flex;
}
.guide-list .item-img img {
  height: 1.8rem;
}
.guide-list .text {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
}
.guide-list .arrow-right {
  display: inline-block;
  background-color: #00A2E9;
  -webkit-mask: url(/img/images/svg43.svg) no-repeat center/contain;
  mask: url(/img/images/svg43.svg) no-repeat center/contain;
  width: 0.85rem;
  height: 0.8rem;
  margin-left: 0.1rem;
  opacity: 0;
}
.guide-list .arrow-right-wrap {
  overflow: hidden;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.guide-list-item {
  display: none;
}
.guide-list-item:nth-child(1) {
  display: block;
}

@media (min-width: 992px) {
  .guide-list .inner-item:hover {
    border: 1px solid #4EBEEF;
  }
  .guide-list .inner-item:hover .text {
    color: #00A2E9;
  }
  .guide-list .inner-item:hover .arrow-right {
    opacity: 1;
    -webkit-animation: btnAnt 0.3s both;
            animation: btnAnt 0.3s both;
  }
}
@media (max-width: 991.98px) {
  .guide-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.3rem 0;
    padding: 0.6rem 0 0 0;
  }
  .guide-list .arrow-right {
    display: none;
  }
  .guide-list .inner-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0.3rem;
    border-radius: 0.16rem;
    border: 0.015rem solid #4EBEEF;
    background: #F7F8FA;
    gap: 0 0.1rem;
  }
  .guide-list .inner-item img {
    height: 0.4rem;
  }
  .guide-list .item-title {
    -webkit-flex: 1;
            flex: 1;
  }
  .guide-list .item-img {
    margin-bottom: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .guide-list .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
}
.faq-list-wrap .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.5rem;
}
.faq-list-wrap .inner-l {
  width: 14.5em;
  margin-top: 3rem;
}
.faq-list-wrap .inner-r {
  -webkit-flex: 1;
          flex: 1;
  position: relative;
}
.faq-list-wrap .inner-r::after {
  position: absolute;
  content: "";
  height: -webkit-calc(100% + 5.35rem);
  height: calc(100% + 5.35rem);
  left: 0;
  width: 0.05rem;
  top: 0;
  background: #D3D9E5;
}

.faq-ul .list-item {
  padding-bottom: 0.5rem;
  position: relative;
}
.faq-ul .list-item::after {
  position: absolute;
  content: "";
  left: 0.5rem;
  height: 100%;
  width: 0.05rem;
  background: #D3D9E5;
  top: 0;
}
.faq-ul .list-item:last-child {
  padding-bottom: 0;
}
.faq-ul .iner-item {
  display: -webkit-flex;
  display: flex;
  padding: 0.4rem 0.5rem;
  position: relative;
  z-index: 1;
}
.faq-ul .current .iner-item {
  background: #E0F4FD;
  border-radius: 0.4rem;
}
.faq-ul .current .iner-item .text {
  border-left: 0.1rem solid #00a2e9;
  font-weight: 600;
}
.faq-ul .text {
  font-size: 0.8rem;
  line-height: 1.2rem;
  padding-left: 0.75rem;
  border-left: 0.1rem solid rgba(0, 162, 233, 0);
}

.faq-menu-detail {
  padding: 3rem 0 0 3rem;
}
.faq-menu-detail .title {
  margin-bottom: 1.95rem;
}

.faq-list-a-link .inner-link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 1.2rem 0 1.3rem;
  border-bottom: 1px solid #D3D9E5;
  gap: 0 1rem;
}
.faq-list-a-link .is-l {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.6rem;
}
.faq-list-a-link .item-img {
  display: -webkit-flex;
  display: flex;
}
.faq-list-a-link .item-img img {
  width: 1rem;
  height: 1rem;
}
.faq-list-a-link .item-desc {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
  -webkit-flex: 1;
          flex: 1;
}
.faq-list-a-link .is-r {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.icon-arrow-right {
  mask: url(/img/images/svg52.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg52.svg) no-repeat center/contain;
  width: 0.75rem;
  height: 0.8rem;
  background: var(--mt-global-color-black);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-right-more {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}

@media (min-width: 992px) {
  .faq-list-a-link .inner-link:hover .item-desc {
    color: #00A2E9;
  }
  .faq-list-a-link .inner-link:hover .icon-arrow-right {
    -webkit-animation: btnAnt 0.3s both;
            animation: btnAnt 0.3s both;
    background: #00A2E9;
  }
}
@media (max-width: 991.98px) {
  .faq-list-wrap {
    position: relative;
  }
  .faq-list-wrap .inner-l {
    padding: 0rem;
    top: 1.2rem;
    width: 100%;
    left: 0;
    position: sticky;
    background: #fff;
    z-index: 2;
    margin-top: 0;
  }
  .faq-list-wrap .inner-r::after {
    display: none;
  }
  .faq-list-wrap .faq-menu-app {
    margin: 0 -0.5rem;
    padding: 0.73rem 0.5rem 0;
    background: #fff;
    z-index: 2;
    position: relative;
  }
  .faq-list-wrap .inner {
    -webkit-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .faq-list-wrap .rocket-content__inner {
    z-index: 1;
  }
  .faq-menu-icon {
    mask: url(/img/images/svg53.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg53.svg) no-repeat center/contain;
    background: #00A2E9;
    width: 0.43rem;
    height: 0.36rem;
  }
  .faq-menu-header {
    display: -webkit-flex;
    display: flex;
    background: #E0F4FD;
  }
  .faq-menu-header .icon-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: 1rem;
    height: 1rem;
    -webkit-justify-content: center;
            justify-content: center;
    border-right: 0.02rem solid #00A2E9;
  }
  .faq-menu-header .title {
    font-size: 0.42rem;
    line-height: 0.54rem;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding-left: 0.47rem;
  }
  .faq-menu-body {
    margin: 0 -0.5rem;
    padding: 0rem 0 0 0;
  }
  .faq-ul {
    padding: 0rem 0 0.3rem;
    margin: 0 0.75rem;
    max-height: 5.7rem;
    overflow-y: auto;
  }
  .faq-ul::-webkit-scrollbar {
    width: 2px;
  }
  .faq-ul::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #E0F4FD;
    border-radius: 2px;
  }
  .faq-ul::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
  }
  .faq-ul::-webkit-scrollbar-track-piece {
    background-color: #fff;
  }
  .faq-ul .text {
    border-left: 0.06rem solid rgba(0, 162, 233, 0);
    border-radius: 0.05rem;
    padding-left: 0.44rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .faq-ul .iner-item {
    border-radius: 0.05rem;
    padding: 0.25rem 0.22rem;
  }
  .faq-ul .current .iner-item {
    background: #F3F4F6;
    border-radius: 0.05rem;
  }
  .faq-ul .current .iner-item .text {
    border-left: 0.06rem solid #00a2e9;
    border-radius: 0.05rem;
    padding-left: 0.44rem;
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .faq-ul .list-item {
    padding-bottom: 0.1rem;
  }
  .faq-ul .list-item:first-child {
    padding-top: 0.05rem;
  }
  .faq-ul .list-item::after {
    left: 0.25rem;
    width: 0.02rem;
  }
  .faq-menu-body {
    display: none;
  }
  .faq-menu-app.current .icon-wrap {
    background: #00A2E9;
  }
  .faq-menu-app.current .faq-menu-body {
    display: block;
  }
  .faq-menu-app.current .faq-menu-icon {
    background: #fff;
  }
  .faq-menu-bg .faq-list-wrap .inner-l::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    height: -webkit-calc(100dvh - 53.33vw);
    height: calc(100dvh - 53.33vw);
    width: 100vw;
    background: rgba(32, 33, 36, 0.5);
    z-index: 1;
    top: 53.33vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .faq-menu-detail {
    padding: 0.24rem 0 0 0;
  }
  .faq-menu-detail .title {
    display: none;
  }
  .faq-list-a-link .is-l {
    gap: 0 0.1rem;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .faq-list-a-link .item-img {
    margin-top: 0.09rem;
  }
  .faq-list-a-link .item-img img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .faq-list-a-link .arrow-right-more {
    margin-top: 0.18rem;
  }
  .faq-list-a-link .inner-link {
    padding: 0.36rem 0;
    gap: 0 0.2rem;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .faq-list-a-link .icon-arrow-right {
    width: 0.21rem;
    height: 0.16rem;
    mask: url(/img/images/svg54.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg54.svg) no-repeat center/contain;
  }
  .faq-list-a-link .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    width: 5.1rem;
  }
}
/* 自定义样式-应用列表，应用详细 */
.p-application .dynamic-widget_application {
  padding: 3rem 0 0 0;
}
.p-application .dynamic-widget_relatedinfo {
  padding: 4rem 0 0 0;
}

@media (max-width: 991.98px) {
  .p-application .dynamic-widget_application {
    padding: 0.9rem 0 0 0;
  }
  .p-application .dynamic-widget_relatedinfo {
    padding: 1rem 0 0 0;
  }
}
.dynamic-widget_sd {
  padding: 4rem 0 0 0;
}
.dynamic-widget_sd .dynamic-sd-lvtit {
  margin-bottom: 1.5rem;
}

.dynamic-sd-hot {
  display: -webkit-flex;
  display: flex;
  gap: 0 3.75rem;
}
.dynamic-sd-hot .inner-l {
  width: 46.875%;
}
.dynamic-sd-hot .imgwrap {
  position: relative;
  padding-top: 58.5%;
  overflow: hidden;
  border-radius: 0.8rem;
  height: 0;
}
.dynamic-sd-hot .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dynamic-sd-hot .innosc-btn {
  width: 9.3rem;
  height: 2.4rem;
}
.dynamic-sd-hot .innosc-btn-fill-blue a {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.25rem;
}
.dynamic-sd-hot .icon-demo {
  background-color: #fff;
  -webkit-mask: url(/img/images/svg25.svg) no-repeat center/contain;
  mask: url(/img/images/svg25.svg) no-repeat center/contain;
  width: 0.8rem;
  height: 0.8rem;
}
.dynamic-sd-hot .title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.85rem;
}
.dynamic-sd-hot .desc {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  margin-bottom: 2.25rem;
}
.dynamic-sd-hot .inner-r {
  -webkit-flex: 1;
          flex: 1;
  margin-top: 2.1rem;
}

@media (max-width: 991.98px) {
  .dynamic-widget_sd {
    padding: 1rem 0 0 0;
  }
  .dynamic-widget_sd .dynamic-sd-lvtit {
    margin-bottom: 0.4rem;
  }
  .dynamic-sd-hot {
    gap: 0.4rem 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .dynamic-sd-hot .innosc-btn-fill-blue a {
    gap: 0 0.1rem;
  }
  .dynamic-sd-hot .icon-demo {
    width: 0.3rem;
    height: 0.3rem;
  }
  .dynamic-sd-hot .innosc-btn {
    width: 2.4rem;
    height: 0.8rem;
  }
  .dynamic-sd-hot .title {
    font-size: 0.36rem;
    line-height: 0.54rem;
    margin-bottom: 0.3rem;
  }
  .dynamic-sd-hot .desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .dynamic-sd-hot .imgwrap {
    border-radius: 0.16rem;
  }
  .dynamic-sd-hot .inner-l {
    width: 100%;
  }
  .dynamic-sd-hot .inner-r {
    margin-top: 0;
  }
}
.dynamic-widget_proType.hasSwiper {
  padding: 4.35rem 0 0 0;
  overflow: hidden;
}
.dynamic-widget_proType .dynamic-proType-lvtit {
  margin-bottom: 1.5rem;
}

.p-application .dynamic-widget_knowledge {
  margin-top: 5.25rem;
}

@media (max-width: 991.98px) {
  .dynamic-proType-block.swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    gap: 0 0;
    -webkit-flex-direction: initial;
            flex-direction: initial;
  }
  .dynamic-proType-block.swiper-wrapper .public-more-wrap .arrow-more {
    mask: url(/img/images/svg36.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg36.svg) no-repeat center/contain;
    width: 0.25rem;
    height: 0.16rem;
  }
  .dynamic-proType-block.swiper-wrapper .public-more-wrap .text {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .dynamic-proType-block.swiper-wrapper .item-desc {
    margin: 0.14rem 0 0.31rem !important;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 1;
    height: auto !important;
    max-height: 1.44rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .dynamic-proType-block.swiper-wrapper .item-img img {
    height: 3.6rem;
  }
  .dynamic-proType-block.swiper-wrapper .item-img::after {
    background: url(/img/images/img11.webp) no-repeat;
    background-size: 100% 100%;
  }
  .dynamic-proType-block.swiper-wrapper .swiper-slide {
    -webkit-flex: none;
            flex: none;
  }
  .dynamic-proType-block.swiper-wrapper .item-desc {
    display: none !important;
  }
  .dynamic-widget_proType.hasSwiper {
    padding: 1rem 0 0 0;
  }
  .dynamic-widget_proType.hasSwiper .public-swiper-pagination {
    width: auto !important;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 0 0.1rem;
  }
  .dynamic-widget_proType.hasSwiper .swiper-pagination-bullet {
    margin: 0 !important;
    width: 0.5rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background: #CED7E6;
  }
  .dynamic-widget_proType.hasSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00a2e9;
  }
  .dynamic-widget_proType .dynamic-proType-lvtit {
    margin-bottom: 0.4rem;
  }
  .other-swiper-oparation {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    gap: 0 0.35rem;
    padding-top: 0.3rem;
  }
  .isone .other-swiper-oparation {
    display: none;
  }
  .public-swiper-prev {
    background: url(/img/images/svg107.svg) no-repeat;
    background-size: contain;
    width: 0.6rem;
    height: 0.6rem;
  }
  .public-swiper-prev.swiper-button-disabled {
    background: url(/img/images/svg37.svg) no-repeat;
    background-size: contain;
  }
  .public-swiper-next {
    background: url(/img/images/svg107.svg) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    width: 0.6rem;
    height: 0.6rem;
  }
  .public-swiper-next.swiper-button-disabled {
    background: url(/img/images/svg37.svg) no-repeat;
    background-size: contain;
  }
  .p-application .dynamic-widget_knowledge {
    margin-top: 1rem;
  }
}
.p-application-det .pro-desc {
  padding: 3rem 0 5.8rem;
}

@media (max-width: 991.98px) {
  .p-application-det .pro-desc {
    padding: 0.73rem 0 0.6rem;
  }
}
/* 质量和可靠性-质量认证 */
.qual .public-swiper-nav .hover {
  display: none;
}
.qual .public-swiper-nav .a-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 0 0.5rem;
  padding: 0.6rem 1.25rem;
}
.qual .public-swiper-nav .cur .defalut {
  display: none;
}
.qual .public-swiper-nav .cur .hover {
  display: -webkit-flex;
  display: flex;
}
.qual .public-swiper-nav .menu-img {
  height: 1.4rem;
  display: -webkit-flex;
  display: flex;
}
.qual .public-swiper-nav .menu-img img {
  height: 100%;
  width: auto;
}

.qual-cert-item {
  min-height: 21.65rem;
}

.p-qual-cert .inside-body {
  position: relative;
}
.p-qual-cert .inside-body::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 12.35rem;
  width: 100%;
  background: url(/img/images/img14.webp) repeat-x;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}

.qual-cert-wrap {
  padding: 2rem 0 0 0;
}
.qual-cert-wrap .list-item {
  opacity: 1;
}

.qual-cert-list {
  display: grid;
}
.qual-cert-list .inner-item {
  padding: 2.75rem 2.65rem 0 2.65rem;
  border: 2px solid #E0E4EB;
  border-radius: 0.8rem;
  background: #fff;
  height: 100%;
}
.qual-cert-list .item-title {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  min-height: 2.4rem;
}
.qual-cert-list .item-zip-load {
  margin: 0 -2.65rem;
  display: -webkit-flex;
  display: flex;
  border-top: 2px solid #E0E4EB;
  padding: 0.8rem 1.15rem;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.qual-cert-list .item-zip-load .is-l {
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #5D6166;
}
.qual-cert-list .item-zip-load .is-r {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.2rem;
}
.qual-cert-list .item-zip-load .icon-load {
  mask: url(/img/images/svg61.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg61.svg) no-repeat center/contain;
  background: #5D6166;
  width: 0.9rem;
  height: 0.85rem;
}
.qual-cert-list .scale-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 162, 233, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.qual-cert-list .icon-scale {
  mask: url(/img/images/svg62.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg62.svg) no-repeat center/contain;
  background: #fff;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.qual-cert-list .item-img {
  position: relative;
  padding-top: 148.4848484848%;
  margin-bottom: 1rem;
}
.qual-cert-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .qual-cert-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: normal;
            align-items: normal;
    margin: 0 -1.5rem;
    grid-row-gap: 3rem;
    width: auto;
  }
  .qual-cert-list > * {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0em 1.5rem;
  }
  .qual .public-swiper-nav {
    overflow: hidden;
  }
  .innuo-button a:hover .bi {
    overflow: hidden;
  }
  .innuo-button a:hover .bi img {
    -webkit-animation: btnAnt 0.3s both;
            animation: btnAnt 0.3s both;
  }
  .qual-cert-wrap .global-paging {
    padding-top: 2.75rem;
  }
  .qual-cert-list .inner-item:hover {
    border: 2px solid #00A2E9;
  }
  .qual-cert-list .inner-item:hover .scale-img {
    opacity: 1;
    cursor: pointer;
  }
  .qual-cert-list .inner-item .is-r:hover .icon-load {
    background: #00A2E9;
  }
}
@media (min-width: 1271px) and (max-width: 1384px) {
  .qual-cert-list .inner-item {
    padding: 1.75rem 1.65rem 0 1.65rem;
  }
  .qual-cert-list .item-zip-load {
    gap: 0 5px;
  }
  .qual-cert-list .item-zip-load {
    margin: 0 -1.65rem;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .qual-cert-list .inner-item {
    padding: 1.75rem 1.65rem 0 1.65rem;
  }
  .qual-cert-list .item-zip-load {
    margin: 0 -1.65rem;
  }
}
@media (max-width: 991.98px) {
  .qual-cert-item {
    min-height: 30vh;
  }
  .qual.public-swiper-nav-wrap::after {
    background: url(/img/images/img15.webp) no-repeat;
    background-size: contain;
  }
  .qual .public-swiper-nav .public-swiper-nav .text {
    font-size: 0.24rem;
    line-height: 0.27rem;
  }
  .qual .public-swiper-nav .swiper-slide:nth-child(1) .a-link {
    border-radius: 0.3rem;
  }
  .qual .public-swiper-nav .swiper-slide:nth-child(1) img {
    display: none;
  }
  .qual .public-swiper-nav .a-link {
    gap: 0 0.1rem;
    padding: 0.12rem 0.25rem;
    border-radius: 0.9rem;
  }
  .qual .public-swiper-nav .cur .defalut {
    display: none;
  }
  .qual .public-swiper-nav .cur .hover {
    display: -webkit-flex;
    display: flex;
  }
  .qual .public-swiper-nav .menu-img {
    height: 0.28rem;
  }
  .qual-cert-wrap {
    padding: 0.6rem 0 0 0;
  }
  .qual-cert-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.3rem 0.3rem;
  }
  .qual-cert-list .inner-item {
    padding: 0.4rem 0.53rem 0 0.53rem;
    border-radius: 0.16rem;
    border: 0.02rem solid #E0E4EB;
    height: 100%;
  }
  .qual-cert-list .item-img {
    margin-bottom: 0.15rem;
  }
  .qual-cert-list .item-zip-load {
    margin: 0 -0.55rem;
    padding: 0.15rem 0.2rem 0.22rem 0.27rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    border-top: 0.02rem solid #E0E4EB;
    gap: 0.11rem 0;
  }
  .qual-cert-list .item-zip-load .icon-load {
    width: 0.25rem;
    height: 0.25rem;
  }
  .qual-cert-list .item-zip-load .is-r {
    margin-bottom: 0;
  }
  .qual-cert-list .item-zip-load .is-l {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .qual-cert-list .item-title {
    font-size: 0.24rem;
    line-height: 0.27rem;
    margin-bottom: 0.15rem;
    min-height: auto;
  }
}
.hsDoc-wrap {
  margin-top: 5rem;
}
.hsDoc-wrap .inner {
  display: -webkit-flex;
  display: flex;
  gap: 0 3.5rem;
  padding: 1.75rem 7.5rem 1.75rem 2.5rem;
  border-radius: 0.8rem;
  background: #E0F4FD;
}
.hsDoc-wrap .inner-l {
  width: 37.1747211896%;
}
.hsDoc-wrap .inner-r {
  -webkit-flex: 1;
          flex: 1;
}
.hsDoc-wrap .rocket-title-lg {
  margin-bottom: 0.8rem;
}
.hsDoc-wrap .rocket-text-md {
  margin-bottom: 2.5rem;
  height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hsDoc-wrap .a-link {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.25rem;
}
.hsDoc-wrap .a-link .text {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #00A2E9;
}
.hsDoc-wrap .icon-wrap {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-align-items: center;
          align-items: center;
}
.hsDoc-wrap .imgwrap {
  position: relative;
  padding-top: 50%;
  height: 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.hsDoc-wrap .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.icon-arrow-rit {
  mask: url(/img/images/svg65.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg65.svg) no-repeat center/contain;
  background: #00A2E9;
  width: 0.85rem;
  height: 0.8rem;
}

@media (min-width: 992px) {
  .hsDoc-wrap .a-link:hover .icon-arrow-rit {
    -webkit-animation: btnAnt 0.3s both;
            animation: btnAnt 0.3s both;
  }
}
@media (max-width: 991.98px) {
  .hsDoc-wrap {
    margin-top: 1rem;
  }
  .hsDoc-wrap .rocket-title-lg {
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .hsDoc-wrap .rocket-text-md {
    margin-bottom: 0.6rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .hsDoc-wrap .icon-arrow-rit {
    width: 0.2rem;
    height: 0.2rem;
  }
  .hsDoc-wrap .a-link {
    gap: 0 0.1rem;
  }
  .hsDoc-wrap .a-link .text {
    font-size: 0.24rem;
    line-height: 0.27rem;
  }
  .hsDoc-wrap .inner-l {
    width: 100%;
  }
  .hsDoc-wrap .imgwrap {
    border-radius: 0.22rem;
  }
  .hsDoc-wrap .inner {
    padding: 0.5rem 0.5rem 0.8rem 0.5rem;
    border-radius: 0.16rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem 0;
  }
}
@media (min-width: 992px) {
  .p-qual-cert .foot-ctbuy-box {
    margin-top: 4.45rem;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .isdrag .rocket-fulldiv-inner {
    width: -webkit-calc(100% - 8rem) !important;
    width: calc(100% - 8rem) !important;
    max-width: none;
  }
}
.layout-element .qual-cert-wrap .list-item {
  opacity: 1;
}

/* 质量和可靠性-可靠性实验室 */
.reliability-data-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 3.8em 0 0 0;
  margin-bottom: 3.2rem;
}
.reliability-data-header .rocket-title-xl {
  margin-bottom: 1rem;
}
.reliability-data-header .is-l {
  margin-top: 0.2rem;
}

.data-menu-list {
  display: -webkit-flex;
  display: flex;
  gap: 0 1.5rem;
}
.data-menu-list .list-item {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.data-menu-list .list-item > * {
  width: 7rem;
  height: 7rem;
  border: 0.5rem solid #00A2E9;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.data-menu-list .list-item.current > * {
  border: 0.5rem solid rgba(0, 162, 233, 0);
}
.data-menu-list .list-item.current::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url(/img/images/img19.webp) no-repeat;
  background-size: contain;
  width: 7rem;
  height: 7.85rem;
}
.data-menu-list .list-item.current .text {
  color: #fff;
}
.data-menu-list .text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #5D6166;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.eliability-data-detail .detail-item {
  display: none;
}
.eliability-data-detail .detail-item:nth-child(1) {
  display: block;
}

.feature-menu-content .virtual-thead .virtual-tr {
  background: #DADDE4;
}
.feature-menu-content .virtual-thead .virtual-th {
  font-size: 0.7rem;
  line-height: 0.8rem;
  font-weight: 600;
}
.feature-menu-content .virtual-tbody {
  margin-top: 0.1rem;
}
.feature-menu-content .virtual-tbody .virtual-td {
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding-top: 1.55rem;
  padding-bottom: 1.55rem;
}
.feature-menu-content .virtual-tbody .virtual-tr {
  position: relative;
  border-top: 1px solid #F2F4F7;
  border-bottom: 1px solid #F2F4F7;
  margin-bottom: 0.5rem;
}
.feature-menu-content .virtual-tbody .virtual-tr:nth-child(even) {
  background: #F7F8FA;
}
.feature-menu-content .virtual-tbody .virtual-tr:last-child {
  margin-bottom: 0;
}
.feature-menu-content .virtual-tbody .virtual-tr::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1.5rem;
  background: -webkit-linear-gradient(top, #4EBEEF 0%, #E0F4FD 100%);
  background: linear-gradient(180deg, #4EBEEF 0%, #E0F4FD 100%);
  top: 0;
  left: 0;
}
.feature-menu-content .nums {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 600;
}
.feature-menu-content .virtual-tr {
  display: -webkit-flex;
  display: flex;
}
.feature-menu-content .virtual-tr > * {
  padding: 0.75rem 1rem;
}
.feature-menu-content .virtual-tr > *:nth-child(1) {
  padding-left: 2.5rem;
}
.feature-menu-content .virtual-tr > *:nth-child(1) {
  width: 31.914893617%;
}
.feature-menu-content .virtual-tr > *:nth-child(2) {
  width: 27.6595744681%;
}
.feature-menu-content .virtual-tr > *:nth-child(3) {
  -webkit-flex: 1;
          flex: 1;
}
.feature-menu-content .item {
  display: none;
}
.feature-menu-content .item:nth-child(1) {
  display: block;
}

.detail-item-iner-box {
  display: -webkit-flex;
  display: flex;
  gap: 0 3.35rem;
}
.detail-item-iner-box .title {
  margin-bottom: 1.5rem;
}
.detail-item-iner-box .iner-l {
  width: 13.65rem;
}
.detail-item-iner-box .iner-r {
  -webkit-flex: 1;
          flex: 1;
}

.feature-menu .feature-menu-item {
  margin-bottom: 0.75rem;
}
.feature-menu .feature-menu-item:last-child {
  margin-bottom: 0;
}
.feature-menu .feature-menu-item.current .feature-header {
  background: #00A2E9;
}
.feature-menu .feature-menu-item.current .feature-header .title-l {
  color: #fff;
}
.feature-menu .feature-menu-item.current .feature-header::after {
  background: #fff;
}
.feature-menu .title-l {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.feature-menu .feature-header {
  background: #E0F4FD;
  border-radius: 0.4rem;
  padding: 0.55rem 1.8rem;
  position: relative;
  cursor: pointer;
}
.feature-menu .feature-header::after {
  position: absolute;
  content: "";
  left: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  background: -webkit-linear-gradient(120deg, #7FD1F4 10.69%, #29B1EC 77.64%);
  background: linear-gradient(330deg, #7FD1F4 10.69%, #29B1EC 77.64%);
  border-radius: 100%;
}

@media (max-width: 991.98px) {
  .icon-feature {
    mask: url(/img/images/svg67.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg67.svg) no-repeat center/contain;
    background: #00A2E9;
    width: 0.21rem;
    height: 0.11rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .feature-menu .feature-menu-item {
    margin-bottom: 0.1rem;
  }
  .feature-menu .feature-header {
    padding: 0.22rem 0.4rem;
    border-radius: 0.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .feature-menu .feature-header .title-r {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .feature-menu .feature-header::after {
    left: 0.4rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .feature-menu .title-l {
    font-size: 0.3rem;
    line-height: 0.56rem;
    padding-left: 0.27rem;
  }
  .feature-menu .feature-appmore {
    display: none;
    padding-bottom: 0.3rem;
  }
  .feature-menu .feature-menu-item.current .feature-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .feature-menu .feature-menu-item.current .icon-feature {
    background: #fff;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .feature-menu .feature-menu-item:nth-child(1) .feature-appmore {
    display: block;
  }
  .feature-menu .virtual-thead {
    background: #EDEEF1;
  }
  .feature-menu .virtual-thead .virtual-th {
    padding: 0.25rem 0.1rem 0.25rem 0.4rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .feature-menu .virtual-tbody .virtual-td {
    padding: 0.19rem 0.1rem 0.19rem 0.4rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .feature-menu .virtual-tbody .virtual-tr {
    border-top: 0.015rem solid #F2F4F7;
    border-bottom: 0.015rem solid #F2F4F7;
    margin-bottom: 0.1rem;
  }
  .feature-menu .virtual-tbody .virtual-tr:nth-child(even) {
    background: #F7F8FA;
  }
  .feature-menu .virtual-tbody .virtual-tr:last-child {
    margin-bottom: 0;
  }
  .feature-menu .nums {
    font-weight: 600;
  }
  .feature-menu .virtual-tr {
    display: -webkit-flex;
    display: flex;
  }
  .feature-menu .virtual-tr > *:nth-child(1) {
    width: 2.12rem;
  }
  .feature-menu .virtual-tr > *:nth-child(2) {
    width: 1.9rem;
    word-break: break-all;
    white-space: pre-line;
  }
  .feature-menu .virtual-tr > *:nth-child(3) {
    -webkit-flex: 1;
            flex: 1;
  }
  .data-menu-list {
    gap: 0 0.38rem;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .data-menu-list .text {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  .data-menu-list .list-item > * {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.12rem solid #00A2E9;
  }
  .data-menu-list .list-item.current::after {
    width: 1.8rem;
    height: 2.03rem;
  }
  .detail-item-iner-box .title {
    margin-bottom: 0;
    display: none;
  }
  .reliability-data-header {
    padding: 1rem 0 0.5rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem 0;
    margin-bottom: 0;
  }
  .reliability-data-header .rocket-title-xl {
    margin-bottom: 0.3rem;
  }
  .reliability-data-header .is-l {
    margin-top: 0;
  }
}
.img-seamlessScroll {
  padding: 1.7rem 0 1.7rem 0;
  background: #F9FAFB;
  margin-top: 6rem;
}
.img-seamlessScroll .rocket-content__inner {
  padding: 0 0;
  overflow: hidden;
}

.img-seamlessScroll-box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.img-seamlessScroll-box:last-child {
  margin-bottom: 0;
}

.seamlessScroll-ul {
  display: -webkit-flex;
  display: flex;
  width: -webkit-fit-content;
  width: fit-content;
}
.seamlessScroll-ul li {
  border-radius: 16px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 32px;
}
.seamlessScroll-ul li img {
  width: 320px;
  height: 240px;
  object-position: center;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .img-seamlessScroll {
    padding: 0.8rem 0rem 0.8rem 0rem;
    margin-top: 1rem;
    margin-left: 0rem;
    margin-right: 0rem;
    overflow: hidden;
  }
  .img-seamlessScroll-box {
    margin-bottom: 0.2rem;
  }
  .seamlessScroll-ul li {
    border-radius: 0.16rem;
    overflow: hidden;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-right: 10;
  }
  .seamlessScroll-ul li img {
    width: 3.2rem;
    height: 2.4rem;
    object-position: center;
    object-fit: cover;
  }
}
.reliability-list-wrap {
  padding: 4.6rem 0 0 0;
}
.reliability-list-wrap .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 3rem;
}
.reliability-list-wrap .item-title {
  margin-bottom: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.reliability-list-wrap .item-dec {
  font-size: 0.9rem;
  line-height: 1.4rem;
  text-align: center;
}
.reliability-list-wrap .item-img {
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.4rem;
}
.reliability-list-wrap .item-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .reliability-list-wrap {
    padding: 0.83rem 0 0 0;
  }
  .reliability-list-wrap .item-img {
    width: 1.2rem;
    height: 1.2rem;
    margin-bottom: 0.1rem;
  }
  .reliability-list-wrap .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .reliability-list-wrap .item-dec {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .reliability-list-wrap .item-dec br {
    display: none;
  }
  .reliability-list-wrap .inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0.25rem;
    grid-gap: 0.6rem 0.5rem;
  }
}
/* 质量和可靠性-有害物质管理 */
@media (min-width: 992px) {
  .max900 {
    max-width: 45rem;
  }
}
.icon-arrow-document {
  mask: url(/img/images/svg68.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg68.svg) no-repeat center/contain;
  background: #000;
  width: 1rem;
  height: 1rem;
}

.icon-document-search {
  mask: url(/img/images/svg69.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg69.svg) no-repeat center/contain;
  background: #18212C;
  width: 1.25rem;
  height: 1.3rem;
}

.document-search-wrap {
  position: relative;
}

.document-search-click {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.document-filter {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.75rem;
}
.document-filter .list-item:nth-child(1) {
  margin-right: 1rem;
}
.document-filter .list-item:nth-child(2) {
  margin-right: 1.7rem;
}

.document-search-wrap input {
  width: 19rem;
  border: 1px solid #686E74;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 0.8rem;
  height: 2rem;
  padding: 0 2rem 0 0.5rem;
}
.document-search-wrap input::-webkit-input-placeholder {
  color: #5D6166;
}
.document-search-wrap input::placeholder {
  color: #5D6166;
}

.document-type {
  min-width: 7rem;
  height: 2rem;
}
.document-type .byted-select-input {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: var(--mt-global-color-black);
  padding: 0.55rem 2.6rem 0.55rem 0.5rem;
  border-radius: 4px;
  border: 1px solid #686E74;
  height: auto;
  font-weight: normal;
  white-space: nowrap;
}
.document-type .byted-select-arrow {
  display: -webkit-flex;
  display: flex;
  right: 0.6rem;
}
.document-type .icon-arrow-document {
  width: 0.7rem;
  height: 0.7rem;
}

.icon-reset {
  mask: url(/img/images/svg70.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg70.svg) no-repeat center/contain;
  background: #3B609B;
  width: 0.8rem;
  height: 0.8rem;
}

.document-filter-reset {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 2rem;
  gap: 0 0.35rem;
  cursor: pointer;
}
.document-filter-reset .reset {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 600;
  color: #3B609B;
}

.document-load-wrap {
  padding: 5.5rem 0 0 0;
}
.document-load-wrap .rocket-title-xl {
  margin-bottom: 1rem;
}

.document-list-wrap {
  margin-bottom: 0 !important;
  min-height: 4.85rem;
}
.document-list-wrap .item-title {
  color: var(--mt-global-color-black);
}
.document-list-wrap .isl-content {
  gap: 0 0.75rem !important;
}
.document-list-wrap .isl-content .is-l img {
  height: 1.8rem;
}

@media (max-width: 991.98px) {
  .document-list-wrap {
    margin-top: 0.4rem;
    min-height: 1.8rem;
  }
  .document-list-wrap .isl-content {
    gap: 0 0.2rem !important;
  }
  .document-list-wrap .isl-content .is-l img {
    height: 0.76rem;
  }
  .document-filter-reset {
    margin-left: 0.6rem;
    height: auto;
    gap: 0 0.1rem;
  }
  .document-filter-reset .reset {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .document-type {
    min-width: 1.8rem;
    height: 0.8rem;
  }
  .document-type .byted-select-input {
    font-size: 0.24rem;
    line-height: 0.24rem;
    padding: 0 0.6rem 0 0.21rem;
    font-weight: normal;
    height: 0.8rem;
  }
  .document-type .byted-select-arrow {
    right: 0.21rem;
  }
  .document-type .icon-arrow-document {
    width: 0.3rem;
    height: 0.3rem;
  }
  .document-search-wrap input {
    width: 100%;
    font-size: 0.24rem;
    line-height: 0.24rem;
    height: 0.8rem;
    padding: 0 0.31rem 0 0.31rem;
  }
  .document-load-wrap {
    padding: 1rem 0 0 0;
  }
  .document-load-wrap .rocket-title-xl {
    margin-bottom: 0.84rem;
  }
  .document-search-click {
    right: 0.2rem;
  }
  .icon-document-search {
    mask: url(/img/images/svg76.svg) no-repeat center/contain;
    -webkit-mask: url(/img/images/svg76.svg) no-repeat center/contain;
    width: 0.5rem;
    height: 0.51rem;
  }
  .icon-reset {
    width: 0.3rem;
    height: 0.3rem;
  }
  .document-filter {
    margin-bottom: 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .document-filter .list-item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .document-filter .list-item:nth-child(2) {
    display: -webkit-flex;
    display: flex;
  }
}
.yhwz-list .rocket-block-text ul > li {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}
.yhwz-list .rocket-block-text ul > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .yhwz-list .rocket-block-text ul > li {
    margin-bottom: 0.3rem;
    padding-left: 0.47rem;
  }
}
/* 质量和可靠性-质量管理体系 */
@media (max-width: 991.98px) {
  .pqual-system-sect .rocket-text-table .rocket-widget__image {
    width: 12.6rem;
    max-width: none;
  }
}
/* 质量和可靠性-可靠性管理-可靠性加严 */
@media (min-width: 992px) {
  .pqual-relcert-st .rocket-text-table table {
    display: block;
  }
  .pqual-relcert-st .rocket-text-table table tbody, .pqual-relcert-st .rocket-text-table table thead {
    display: block;
  }
  .pqual-relcert-st .rocket-text-table table tr {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
            align-items: stretch;
  }
  .pqual-relcert-st .rocket-text-table table tr th, .pqual-relcert-st .rocket-text-table table tr td {
    -webkit-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .pqual-relcert-st .rocket-text-table table tr th:first-child, .pqual-relcert-st .rocket-text-table table tr td:first-child {
    width: 7.5rem;
    max-width: 7.5rem;
    -webkit-flex: none;
            flex: none;
  }
  .pqual-relcert-st .rocket-text-table table tr th:nth-child(2), .pqual-relcert-st .rocket-text-table table tr td:nth-child(2) {
    width: 32%;
    max-width: 32%;
    -webkit-flex: none;
            flex: none;
  }
  .pqual-relcert-st .rocket-text-table table tr th:last-child, .pqual-relcert-st .rocket-text-table table tr td:last-child {
    width: 9rem;
    max-width: 9rem;
    -webkit-flex: none;
            flex: none;
  }
  .pqual-relcert-st .rocket-text-table table tr th {
    height: auto;
    min-height: 2.2rem;
    white-space: normal;
  }
  .pqual-relcert-st .rocket-text-table table tr th:first-child {
    border-right: solid 1px #0083C7;
  }
  .pqual-relcert-st .rocket-text-table table tr td {
    min-height: 2.7rem;
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .pqual-relcert-st .rocket-text-table table tr th:nth-child(2), .pqual-relcert-st .rocket-text-table table tr td:nth-child(2) {
    width: 30%;
    max-width: 30%;
  }
  .pqual-relcert-st .rocket-text-table table tr th:last-child, .pqual-relcert-st .rocket-text-table table tr td:last-child {
    width: 7rem;
    max-width: 7rem;
  }
}
@media (max-width: 991.98px) {
  .pqual-relcert-st .rocket-text-table table tr td:first-child {
    min-width: 1.4rem;
    white-space: nowrap;
  }
  .pqual-relcert-st .rocket-text-table table tr td:nth-child(2) {
    min-width: 50vw;
  }
}
/* 质量和可靠性-可靠性管理-可靠性监测 */
@media (min-width: 992px) {
  .pqual-monitor-phase .rocket-block-text table td, .pqual-monitor-phase .rocket-block-text table th {
    width: auto;
    white-space: nowrap;
    padding: 1rem 1.25rem;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(1) {
    width: 5rem;
    min-width: 5rem;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(2) {
    width: 8.3rem;
    min-width: 8.3rem;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(3) {
    width: 26.875%;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(4) {
    width: 11.3%;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(5) {
    width: 4.4rem;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(6) {
    width: 15.4%;
  }
  .pqual-monitor-phase .rocket-block-text table th:nth-child(7) {
    width: 18%;
  }
  .pqual-monitor-phase .rocket-block-text table tr.rows-tr:not(.rows-first) td:nth-child(1), .pqual-monitor-phase .rocket-block-text table tr.rows-tr:not(.rows-first) td:nth-child(2) {
    white-space: normal;
  }
  .pqual-monitor-phase .rocket-block-text table tr.rows-first td:nth-child(2), .pqual-monitor-phase .rocket-block-text table tr.rows-first td:nth-child(3), .pqual-monitor-phase .rocket-block-text table tr.rows-first td:nth-child(6), .pqual-monitor-phase .rocket-block-text table tr.rows-first td:last-child {
    white-space: normal;
  }
}
@media (max-width: 991.98px) {
  .pqual-monitor-phase .rocket-block-text table th:nth-child(1) {
    width: 1.55rem;
    min-width: 1.55rem;
  }
  .pqual-monitor-phase .rocket-block-text table td {
    min-width: 45vw;
  }
  .pqual-monitor-phase .rocket-block-text table .rows-first td:nth-child(1) {
    white-space: nowrap;
    min-width: 1.55rem;
  }
}
/* 购买渠道 */
.buy-direct-list {
  padding: 2.35rem 0 0 0;
}
.buy-direct-list .rocket-title-xl {
  margin-bottom: 1.5rem;
}
.buy-direct-list .simulate-table {
  min-height: 50vh;
}
.buy-direct-list .simulate-thead {
  background: #3B609B;
}
.buy-direct-list .simulate-thead .simulate-td {
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 600;
  color: #fff;
  padding: 0.7rem 0.75rem;
}
.buy-direct-list .simulate-tbody .simulate-td {
  padding: 1.25rem 0.75rem;
  border-bottom: 1px solid #D3D9E5;
}
.buy-direct-list .simulate-tbody .simulate-tr:nth-child(even) {
  background: #F7F8FA;
}
.buy-direct-list .conpany-name {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #3B609B;
  font-weight: 600;
}
.buy-direct-list .contanct-message .title {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.2rem;
}
.buy-direct-list .message-list, .buy-direct-list .country-name, .buy-direct-list .province {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.buy-direct-list .address {
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-weight: 600;
}
.buy-direct-list .country-name {
  padding-bottom: 0.2rem;
}
.buy-direct-list .simulate-tr {
  display: -webkit-flex;
  display: flex;
}
.buy-direct-list .simulate-tr .simulate-td:nth-child(1) {
  width: 34.765625%;
}
.buy-direct-list .simulate-tr .simulate-td:nth-child(2) {
  width: 38.28125%;
}
.buy-direct-list .simulate-tr .simulate-td:nth-child(3) {
  width: 9.765625%;
}
.buy-direct-list .simulate-tr .simulate-td:nth-child(4) {
  -webkit-flex: 1;
          flex: 1;
}

@media (max-width: 991.98px) {
  .buy-direct-list {
    padding: 0.6rem 0 0 0;
  }
  .buy-direct-list .rocket-title-xl {
    height: 0.97rem;
    background: #3B609B;
    border-radius: 0.2rem 0.2rem 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    color: #fff;
    padding: 0 0.3rem;
    margin-bottom: 0;
  }
  .buy-direct-list .simulate-tbody .simulate-tr {
    padding: 0.6rem 0 0.6rem;
  }
  .buy-direct-list .simulate-thead {
    display: none;
  }
  .buy-direct-list .contanct-message {
    padding-bottom: 0.2rem;
  }
  .buy-direct-list .contanct-message .title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0;
  }
  .buy-direct-list .message-list, .buy-direct-list .province, .buy-direct-list .country-name {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .buy-direct-list .address {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .buy-direct-list .simulate-tr {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .buy-direct-list .simulate-tr .simulate-td {
    border-bottom: 0;
  }
  .buy-direct-list .simulate-tr .simulate-td:nth-child(1), .buy-direct-list .simulate-tr .simulate-td:nth-child(2), .buy-direct-list .simulate-tr .simulate-td:nth-child(3), .buy-direct-list .simulate-tr .simulate-td:nth-child(4) {
    width: 100%;
    padding: 0rem 0.3rem;
  }
  .buy-direct-list .conpany-name {
    font-size: 0.36rem;
    line-height: 0.48rem;
    padding-bottom: 0.3rem;
  }
}
.dealer-tab-wrap {
  padding: 3rem 0 0 0;
}
.dealer-tab-wrap .tab-menu-li {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.5rem;
}
.dealer-tab-wrap .tab-menu-li li {
  color: var(--mt-global-color-black);
  display: -webkit-flex;
  display: flex;
}
.dealer-tab-wrap .tab-menu-li li.current .inner-a {
  background: #00A2E9;
  border: 1px solid #00A2E9;
  color: #fff;
}
.dealer-tab-wrap .tab-menu-li .inner-a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 0.75rem 2rem;
  font-weight: bold;
  border-radius: 3rem;
  border: 1px solid #D3D9E5;
}

.tab-menu-detail {
  padding: 2rem 0 0 0;
  min-height: 10rem;
}
.tab-menu-detail .tab-menu-item {
  display: none;
}
.tab-menu-detail .tab-menu-item:nth-child(1) {
  display: block;
}
.tab-menu-detail .inner-box {
  border-radius: 0.8rem;
  border: 1px solid #D3D9E5;
  padding: 1.5rem 1.25rem 1.3rem 1.25rem;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.tab-menu-detail .tab-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem 2rem;
}
.tab-menu-detail .item-body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex: 1;
          flex: 1;
  gap: 1.6rem 0;
}
.tab-menu-detail .item-title {
  font-size: 0.9rem;
  line-height: 1.2rem;
  max-height: 2.4rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tab-menu-detail .item-desc {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  color: #5D6166;
  margin-bottom: 0.25rem;
}
.tab-menu-detail .item-address {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.tab-menu-detail .item-pos {
  font-size: 14px;
  line-height: 16px;
}
.tab-menu-detail .text {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.tab-menu-detail .a-link {
  color: #3B609B;
  font-size: max(14px, 0.8rem);
}
.tab-menu-detail .item-img {
  position: relative;
  padding-top: 50%;
  margin-bottom: 1.25rem;
}
.tab-menu-detail .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 992px) {
  .tab-menu-list .list-item:hover .inner-box {
    border: 1px solid #00A2E9;
  }
  .tab-menu-list .a-link:hover {
    text-decoration: underline;
  }
  .tab-menu-li li:hover {
    color: #00A2E9;
  }
}
@media (max-width: 991.98px) {
  .tab-menu-detail {
    min-height: 50vh;
    padding: 0.5rem 0 0 0;
  }
  .tab-menu-detail .list-item {
    margin-bottom: 0.5rem;
  }
  .tab-menu-detail .list-item:last-child {
    margin-bottom: 0;
  }
  .tab-menu-detail .tab-menu-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0 0.5rem;
  }
  .tab-menu-detail .item-title {
    height: auto;
    font-size: 0.36rem;
    line-height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  .tab-menu-detail .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
  }
  .tab-menu-detail .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .tab-menu-detail .item-body {
    gap: 0.8rem 0;
  }
  .tab-menu-detail .item-pos {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .tab-menu-detail .a-link {
    font-size: 0.3rem;
    line-height: 0.46rem;
  }
  .tab-menu-detail .item-img {
    margin-bottom: 0.56rem;
  }
  .tab-menu-detail .inner-box {
    padding: 0.64rem 0.5rem 0.5rem 0.5rem;
    border-radius: 0.2rem;
  }
  .dealer-tab-wrap {
    padding: 0.6rem 0 0 0;
  }
  .dealer-tab-wrap .tab-menu-li {
    gap: 0 0.1rem;
  }
  .dealer-tab-wrap .tab-menu-li .inner-a {
    padding: 0.25rem 0.6rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}
/* 全球布局 */
/* 全球布局 */
.global-map-wrap {
  padding: 5.75rem 0 0 0;
}
.global-map-wrap .rocket-title-xxl {
  margin-bottom: 0.75rem;
}
.global-map-wrap .rocket-text-xl {
  margin-bottom: 0.8rem;
}

.global-map-box {
  position: relative;
}
.global-map-box .img-map {
  padding-top: 66.484375%;
  position: relative;
}
.global-map-box .img-map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.city-map-dot .dot-wrap {
  display: -webkit-flex;
  display: flex;
}
.city-map-dot .dot-pos {
  mask: url(/img/images/svg97.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg97.svg) no-repeat center/contain;
  width: 14px;
  height: 18px;
  background: #00A2E9;
}
.city-map-dot .inner-item {
  position: relative;
}
.city-map-dot .city-name {
  font-size: 0.9rem;
  line-height: 1em;
  position: absolute;
  white-space: nowrap;
  color: #1F3165;
  font-weight: 600;
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.city-map-dot .list-item {
  position: absolute;
  cursor: pointer;
}
.city-map-dot .list-item:nth-child(1) {
  left: 38.90625%;
  top: 30.4347826087%;
  z-index: 1;
}
.city-map-dot .list-item:nth-child(1) .city-name {
  left: 16px;
  top: 9px;
}
.city-map-dot .list-item:nth-child(2) {
  left: 38.515625%;
  top: 29.6122209166%;
}
.city-map-dot .list-item:nth-child(2) .city-name {
  left: -35px;
  top: -5px;
}
.city-map-dot .list-item:nth-child(3) {
  left: 38.203125%;
  top: 25.6169212691%;
}
.city-map-dot .list-item:nth-child(3) .city-name {
  left: -5px;
  top: -22px;
}
.city-map-dot .list-item:nth-child(4) {
  left: 41.328125%;
  top: 27.4970622797%;
}
.city-map-dot .list-item:nth-child(4) .city-name {
  left: 21px;
  top: 0;
}
.city-map-dot .list-item:nth-child(5) {
  left: 36.71875%;
  top: 34.312573443%;
}
.city-map-dot .list-item:nth-child(5) .city-name {
  left: -39px;
  top: -10px;
}
.city-map-dot .list-item:nth-child(6) {
  left: 36.25%;
  top: 35.017626322%;
}
.city-map-dot .list-item:nth-child(6) .city-name {
  left: -31px;
  top: 13px;
}
.city-map-dot .list-item:nth-child(7) {
  left: 38.90625%;
  top: 34.4300822562%;
}
.city-map-dot .list-item:nth-child(7) .city-name {
  left: 10px;
  top: 10px;
}
.city-map-dot .list-item:nth-child(8) {
  left: 12.421875%;
  top: 15.0411280846%;
}
.city-map-dot .list-item:nth-child(8) .city-name {
  left: -8px;
  top: 19px;
}
.city-map-dot .list-item.active {
  z-index: 3;
}
.city-map-dot .list-item.active .dot-pos {
  background: #F5BB3E;
  -webkit-animation: upDown 1s infinite ease-in-out;
          animation: upDown 1s infinite ease-in-out;
}

.city-swiper-box {
  position: relative;
  margin-top: 20px;
}
.city-swiper-box.less .city-swiper-prev, .city-swiper-box.less .city-swiper-next {
  display: none;
}

.inndex-city {
  overflow: hidden;
}

.city-swiper-prev {
  position: absolute;
  right: -webkit-calc(100% + 15px);
  right: calc(100% + 15px);
  bottom: 3.3rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #DCDFE3;
  border-radius: 100%;
}
.city-swiper-prev .arrow {
  mask: url(/img/images/svg101.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg101.svg) no-repeat center/contain;
  width: 0.7rem;
  height: 1.2rem;
  background: #fff;
}

.city-swiper-next {
  position: absolute;
  left: -webkit-calc(100% + 15px);
  left: calc(100% + 15px);
  bottom: 3.3rem;
  width: 2.4rem;
  height: 2.4rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #DCDFE3;
  border-radius: 100%;
}
.city-swiper-next .arrow {
  mask: url(/img/images/svg101.svg) no-repeat center/contain;
  -webkit-mask: url(/img/images/svg101.svg) no-repeat center/contain;
  width: 0.7rem;
  height: 1.2rem;
  background: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.city-swiper {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.city-swiper .item-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.city-swiper .item-desc {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  font-weight: 600;
}
.city-swiper .message {
  max-height: 0;
  overflow: hidden;
  width: 15.5rem;
}
.city-swiper li {
  display: -webkit-flex;
  display: flex;
  gap: 0 0.7rem;
  margin-bottom: 0.1rem;
}
.city-swiper li:last-child {
  margin-bottom: 0.1rem;
}
.city-swiper li .text {
  font-size: max(14px, 0.8rem);
  line-height: 1.2rem;
}
.city-swiper li img {
  width: 0.8rem;
  height: 0.8rem;
}
.city-swiper .inner-slide {
  padding-left: 33px;
  position: relative;
  width: 100%;
  cursor: pointer;
  min-height: 9.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.city-swiper .inner-slide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #00A2E9;
  z-index: 1;
}
.city-swiper .inner-slide::after {
  position: absolute;
  content: "";
  top: 0;
  left: 9px;
  width: 2px;
  height: 100%;
  background: #00A2E9;
}
.city-swiper .item-img {
  width: 100%;
  height: 4.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 33px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.city-swiper .item-img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 8px;
}
.city-swiper .slide-ab {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.city-swiper .swiper-wrapper {
  height: 18.9rem;
}
.city-swiper .swiper-slide {
  width: 193px;
  height: initial;
  -webkit-transition: width 0.5s;
  transition: width 0.5s; /* 保持平滑过渡 */
  -webkit-transform-origin: center;
          transform-origin: center;
  margin-right: 40px;
}
.city-swiper .swiper-slide.active {
  width: 343px;
}
.city-swiper .swiper-slide.active .item-desc {
  margin-bottom: 1rem;
}
.city-swiper .swiper-slide.active .inner-slide {
  height: 100%;
}
.city-swiper .swiper-slide.active .item-img {
  height: 8.7rem;
}
.city-swiper .swiper-slide.active .inner-slide::before, .city-swiper .swiper-slide.active .inner-slide::after {
  background: #F5BB3E;
}
.city-swiper .swiper-slide.active .message {
  max-height: 4.95rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.city-swiper.right {
  -webkit-transform: translateX(152px);
          transform: translateX(152px);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.city-swiper.left {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

@media (min-width: 992px) {
  .city-swiper li .icon-wrap {
    margin-top: 0.15rem;
    display: -webkit-flex;
    display: flex;
  }
  .p-global-map .foot-ctbuy-box {
    margin-top: 6rem;
  }
  .city-swiper-next, .city-swiper-prev {
    cursor: pointer;
    background: #00A2E9;
  }
  .city-swiper-next.disable, .city-swiper-prev.disable {
    background: #DCDFE3;
    pointer-events: none;
  }
}
.record {
  position: absolute;
  right: -0.45rem;
  bottom: 1.55rem;
  font-size: 14px;
  line-height: 14px;
  color: #5D6166;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .city-swiper-prev, .city-swiper-next {
    display: none;
  }
  .global-map-wrap {
    padding: 1rem 0 0 0;
    overflow: hidden;
  }
  .global-map-wrap .img-map {
    margin-bottom: 0.46rem;
  }
  .global-map-wrap .rocket-title-xxl {
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .global-map-wrap .rocket-text-xl {
    margin-bottom: 0.6rem;
  }
  .record {
    top: -webkit-calc(100% + 0.1rem);
    top: calc(100% + 0.1rem);
    right: 0;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .city-map-dot .city-name {
    display: none;
  }
  .inndex-city {
    overflow: initial;
  }
  .city-swiper {
    overflow: initial;
  }
  .city-swiper .item-title {
    font-size: 0.42rem;
    line-height: 0.54rem;
    margin-bottom: 0.1rem;
  }
  .city-swiper .icon-wrap {
    display: -webkit-flex;
    display: flex;
    margin-top: 0.08rem;
  }
  .city-swiper .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .city-swiper .message {
    max-height: initial;
    width: auto;
  }
  .city-swiper li {
    height: auto;
    gap: 0 0.26rem;
  }
  .city-swiper li:last-child {
    margin-bottom: 0;
  }
  .city-swiper li .text {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .city-swiper li img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .city-swiper .item-img {
    position: relative;
    padding-left: 0;
    height: 3.4rem;
    margin-top: 0.4rem;
  }
  .city-swiper .item-img img {
    border-radius: 0.3rem;
  }
  .city-swiper .noimg {
    display: none;
  }
  .city-swiper .swiper-slide {
    margin-bottom: 0.8rem;
  }
  .city-swiper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .city-swiper .inner-slide {
    min-height: auto;
    padding-left: 0.44rem;
  }
  .city-swiper .inner-slide::before {
    width: 0.37rem;
    height: 0.37rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .city-swiper .inner-slide::after {
    width: 0.04rem;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 0;
  }
  .city-swiper .swiper-slide {
    margin-right: 0;
    width: auto;
  }
  .city-swiper .swiper-slide.active {
    width: 100%;
  }
  .city-swiper .swiper-slide.active .item-img {
    height: 3.4rem;
  }
  .city-swiper .swiper-slide.active .item-desc {
    margin-bottom: 0.4rem;
  }
  .city-swiper .swiper-wrapper {
    height: auto;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
/* 制造服务-我们的模式 */
@-webkit-keyframes action_play_step {
  35% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.9;
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes action_play_step {
  35% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 0.9;
  }
  60% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes action_play_step2 {
  35% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.9;
  }
  60% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes action_play_step2 {
  35% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.9;
  }
  60% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.p-manufacture .inside-topbox .rocket-widget__banner {
  height: 45.417vw;
}

.mkmodel-st-idm {
  margin: 5.5rem 0 0;
  color: #fff;
  position: relative;
  z-index: 10;
}
.mkmodel-st-idm .st-header {
  margin-bottom: 2.7rem;
  text-align: center;
}
.mkmodel-st-idm .st-header .s-text {
  margin: 1rem 0 0;
}

.mkmodel-idm-wp {
  width: 100%;
  position: relative;
  padding: 45px 30px 55px;
}

.mkmodel-idm-arrow-line {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/img/common/make-idm-line.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.mkmodel-idm-box {
  position: relative;
  z-index: 5;
}
.mkmodel-idm-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(right, #B2E3F8 0%, #0095DA 100%);
  background: linear-gradient(270deg, #B2E3F8 0%, #0095DA 100%);
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
  pointer-events: none;
  border-radius: 9rem;
}

.mkmodel-idm-body {
  width: 100%;
  height: 17rem;
  border-radius: 9rem;
  position: relative;
  background-color: #0072B3;
  border: solid 1px #7ED7FE;
  z-index: 10;
  color: #FFF;
  padding: 2rem 4rem;
}

.mkmodel-idm-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0 2rem;
  position: relative;
}
.mkmodel-idm-list .item {
  position: relative;
  z-index: 5;
}
.mkmodel-idm-list .item:first-child .item-imgs .imgs.web {
  border-top-left-radius: 5rem;
}
.mkmodel-idm-list .item:first-child .item-imgs .imgs.app {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}
.mkmodel-idm-list .item:last-child .item-imgs .imgs.web {
  border-top-right-radius: 5rem;
}
.mkmodel-idm-list .item:last-child .item-imgs .imgs.app {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.mkmodel-idm-list .item:last-child .item-arrow {
  display: none !important;
}
.mkmodel-idm-list .item-box {
  display: block;
  position: relative;
  text-align: center;
}
.mkmodel-idm-list .item-imgs {
  width: 100%;
  position: relative;
}
.mkmodel-idm-list .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.mkmodel-idm-list .item-imgs .imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mkmodel-idm-list .item-imgs .imgs.web {
  padding: 100% 0 0;
}
.mkmodel-idm-list .item-imgs .imgs.app {
  padding: 57.14% 0 0;
}
.mkmodel-idm-list .item-point {
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0.35rem auto 0.6rem;
  background: #fff;
  border-radius: 50%;
  border: solid 5px #7ED7FE;
}
.mkmodel-idm-list .item-title {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}

.mkmodel-st-gan {
  position: relative;
}

.mkmodel-ganbg-media {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.mkmodel-ganbg-video {
  width: 100%;
  padding: 56.25% 0 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: translate(-50%, -55%);
  -webkit-transform: translate(-50%, -55%);
}
.mkmodel-ganbg-video .video-js, .mkmodel-ganbg-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mkmodel-ganbg-video::before {
  content: "";
  display: block;
  width: 100%;
  height: 27vw;
  background: -webkit-linear-gradient(top, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  background: linear-gradient(180deg, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}
.mkmodel-ganbg-video::after {
  content: "";
  display: block;
  width: 100%;
  height: 27vw;
  background: -webkit-linear-gradient(bottom, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  background: linear-gradient(0deg, rgba(0, 162, 233, 0) 0%, #00A2E9 54.17%, rgba(0, 162, 233, 0) 79.81%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  z-index: 2;
}

.mkmodel-ganbg-appbg {
  width: 100%;
  height: 152.4vw;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  pointer-events: none;
  background: url("/img/common/home-bg2-1_m.webp") no-repeat center center;
  background-size: 100% auto;
}

.mkmodel-gan-box {
  color: #fff;
  padding: 7rem 0 2.5rem;
  position: relative;
  z-index: 10;
}
.mkmodel-gan-box .st-header {
  margin-bottom: 3rem;
  text-align: center;
}

.mkmodel-gan-video {
  width: 100%;
  position: relative;
  padding: 56.25% 0 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.mkmodel-gan-video .video-js {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.mkmodel-gan-video video {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.mkmodel-gan-imgs {
  width: 100%;
  position: relative;
  padding: 56.25% 0 0;
  overflow: hidden;
  border-radius: 0.16rem;
}
.mkmodel-gan-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 992px) {
  .p-manufacture .inside-topbox .n-heading-h1 {
    font-size: 4rem;
    line-height: 5.2rem;
  }
  .p-manufacture .inside-topbox .rocket-banner-inner {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding: 14.0625vw 0 0;
  }
  .mkmodel-st-idm .st-header .s-text {
    width: 78.125%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .mkmodel-idm-list::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: dashed 1px #fff;
    position: absolute;
    left: 0;
    bottom: 2.5rem;
    z-index: 1;
  }
  .mkmodel-idm-list .item-title {
    height: 1.4rem;
  }
  .mkmodel-idm-list .item {
    opacity: 0;
  }
  .mkmodel-idm-list .item:not(:last-child) .item-imgs::after {
    content: "";
    width: 2rem;
    height: 100%;
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    background-color: currentColor;
    -webkit-mask: url("/img/common/swip-right.svg") no-repeat center/0.8rem 0.8rem;
    mask: url("/img/common/swip-right.svg") no-repeat center/0.8rem 0.8rem;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(1) {
    -webkit-animation: action_play_step 1.4s ease-in-out forwards;
            animation: action_play_step 1.4s ease-in-out forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(2) {
    -webkit-animation: action_play_step 1.4s ease-in-out 0.2s forwards;
            animation: action_play_step 1.4s ease-in-out 0.2s forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(3) {
    -webkit-animation: action_play_step 1.4s ease-in-out 0.4s forwards;
            animation: action_play_step 1.4s ease-in-out 0.4s forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(4) {
    -webkit-animation: action_play_step 1.4s ease-in-out 0.6s forwards;
            animation: action_play_step 1.4s ease-in-out 0.6s forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(5) {
    -webkit-animation: action_play_step 1.4s ease-in-out 0.8s forwards;
            animation: action_play_step 1.4s ease-in-out 0.8s forwards;
  }
}
@media (min-width: 992px) and (max-width: 1270px) {
  .mkmodel-idm-list .item-title {
    width: 4.5em;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .p-manuf-cost .inside-topbox .n-heading-h1 {
    line-height: 0.8rem;
  }
  .p-manufacture .inside-topbox .rocket-widget__banner {
    height: 66.67vw;
  }
  .p-manufacture .inside-topbox .n-heading-h1 {
    font-size: 0.56rem;
    margin-right: -1em;
  }
  .mkmodel-st-idm {
    margin: 1rem 0 0;
  }
  .mkmodel-st-idm .st-header {
    margin-bottom: 0.4rem;
  }
  .mkmodel-st-idm .st-header .s-text {
    margin: 0.3rem 0 0;
  }
  .mkmodel-idm-wp {
    padding: 0.4rem 0.62rem;
  }
  .mkmodel-idm-arrow-line {
    background-image: url("/img/common/make-idm-line_m.svg");
  }
  .mkmodel-idm-box::after {
    background: -webkit-linear-gradient(top, #B2E3F8 0%, #0095DA 100%);
    background: linear-gradient(180deg, #B2E3F8 0%, #0095DA 100%);
    top: 10px;
    border-radius: 3rem;
  }
  .mkmodel-idm-body {
    height: auto;
    border-radius: 3rem;
    padding: 0.38rem 0.53rem 0.5rem;
  }
  .mkmodel-idm-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0.4rem 0;
  }
  .mkmodel-idm-list .item:not(:last-child) .item-body {
    padding: 0 0 0.54rem;
    position: relative;
  }
  .mkmodel-idm-list .item:not(:last-child) .item-body::after {
    content: "";
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background: url("/img/common/down-white.svg") no-repeat center bottom;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  .mkmodel-idm-list .item-point {
    display: none;
  }
  .mkmodel-idm-list .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: 400;
    margin: 0.2rem 0 0;
    position: relative;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(1) {
    -webkit-animation: action_play_step2 1.4s ease-in-out forwards;
            animation: action_play_step2 1.4s ease-in-out forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(2) {
    -webkit-animation: action_play_step2 1.4s ease-in-out 0.2s forwards;
            animation: action_play_step2 1.4s ease-in-out 0.2s forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(3) {
    -webkit-animation: action_play_step2 1.4s ease-in-out 0.4s forwards;
            animation: action_play_step2 1.4s ease-in-out 0.4s forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(4) {
    -webkit-animation: action_play_step2 1.4s ease-in-out 0.6s forwards;
            animation: action_play_step2 1.4s ease-in-out 0.6s forwards;
  }
  .mkmodel-idm-list.is-antd .item:nth-child(5) {
    -webkit-animation: action_play_step2 1.4s ease-in-out 0.8s forwards;
            animation: action_play_step2 1.4s ease-in-out 0.8s forwards;
  }
  .mkmodel-gan-box {
    padding: 1rem 0 0;
  }
  .mkmodel-gan-box .st-header {
    margin-bottom: 0.5rem;
  }
}
/* 制造服务-我们的工厂 */
.p-manuf-facilities {
  background: -webkit-linear-gradient(top, #00A2E9 0%, #1A7DC1 24.5%, #00A2E9 50%, #00A2E9 100%);
  background: linear-gradient(180deg, #00A2E9 0%, #1A7DC1 24.5%, #00A2E9 50%, #00A2E9 100%);
}

.mkfact-st-map {
  background: #fff;
  padding: 4.5rem 0 0;
}
.mkfact-st-map .st-header {
  margin-bottom: 1.7rem;
}

.mkmap-map-wp {
  position: relative;
}

.mkfact-map-box {
  position: relative;
}
.mkfact-map-box .map-imgs {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mkfact-map-box img {
  width: 100%;
  display: block;
  position: relative;
}
.mkfact-map-box .map-post {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: var(--mt-global-color-blue-light);
}
.mkfact-map-box .map-svg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: inherit;
}
.mkfact-map-box .circle-big {
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  pointer-events: none;
}
.mkfact-map-box .map-item {
  position: relative;
  z-index: 1;
}
.mkfact-map-box .map-item.active {
  color: #F5BB3E;
  position: relative;
  z-index: 5;
}
.mkfact-map-box .map-item.active .circle-big {
  opacity: 1;
}

.modal-mapdet-box {
  position: absolute;
  transform: translate(10px, calc(-50% + 50px));
  -webkit-transform: translate(10px, -webkit-calc(-50% + 50px));
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal-mapdet-box.is-show {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  visibility: visible;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
}

.modal-mapdet-item {
  width: 17.5rem;
  display: none;
  background: #fff;
  border-radius: 0.8rem;
  border: solid 1px #D3D9E5;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 1rem 1rem 1.75rem;
  pointer-events: none;
}
.modal-mapdet-item.active {
  display: block;
  pointer-events: auto;
}
.modal-mapdet-item .item-imgs {
  width: 100%;
  position: relative;
  padding: 56.13% 0 0;
  overflow: hidden;
  border-radius: 0.8rem;
}
.modal-mapdet-item .item-imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-mapdet-item .item-body {
  padding: 1rem 0 0;
}
.modal-mapdet-item .item-top {
  margin-bottom: 1rem;
}
.modal-mapdet-item .item-title {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.modal-mapdet-item .item-effect {
  font-size: max(14px, 0.8rem);
  line-height: 1em;
  margin: 0.5em 0 0;
}
.modal-mapdet-item .item-infos {
  font-size: max(14px, 0.8rem);
  line-height: 1.5em;
  display: grid;
  grid-gap: 5px 0;
}
.modal-mapdet-item .item-infos .info {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.modal-mapdet-item .item-infos .icon {
  -webkit-flex: none;
          flex: none;
  margin: 0.25em 0.875em 0 0;
}
.modal-mapdet-item .item-infos .icon img {
  width: 1em;
  height: 1em;
  display: block;
  object-fit: contain;
  object-position: center center;
}
.modal-mapdet-item .item-infos .doc {
  -webkit-flex: 1;
          flex: 1;
}

.mkfact-st-listwp {
  display: grid;
  grid-gap: 5rem 0;
}

.mkfact-item-sect {
  color: #fff;
}
.mkfact-item-sect .mkfact-item-header {
  margin-bottom: 1.5rem;
}
.mkfact-item-sect .mkfact-item-bot {
  margin: 1.5rem 0 0;
}
.mkfact-item-sect .mkfact-item-text {
  max-width: 41.3rem;
}
.mkfact-item-sect .mkfact-item-video {
  width: 100%;
  position: relative;
}
.mkfact-item-sect .mkfact-video {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgb(1, 217, 255);
}
.mkfact-item-sect .mkfact-video .video-js {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
  overflow: hidden;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.mkfact-item-sect .mkfact-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.mkfact-item-sect .mkfact-item-imgs {
  width: 100%;
  position: relative;
}
.mkfact-item-sect .rocket-video-image {
  width: 100%;
  padding: 56.25% 0 0;
  position: relative;
  border-radius: 0.16rem;
  box-shadow: 0px 5px 15px 0px rgb(1, 217, 255);
  overflow: hidden;
}
.mkfact-item-sect .rocket-video-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.mkfact-item-first {
  height: 220vh;
}
.mkfact-item-first .mkfact-item-media {
  width: 0;
  height: 6px;
  overflow: hidden;
  position: relative;
}
.mkfact-item-first .mkfact-item-media.is-end {
  overflow: visible;
}
.mkfact-item-first .mkfact-item-media.is-end .mkfact-video {
  box-shadow: 0px 10px 30px 0px rgb(1, 217, 255);
}
.mkfact-item-first .mkfact-item-media.is-end .rocket-video-image {
  box-shadow: 0px 5px 15px 0px rgb(1, 217, 255);
}
.mkfact-item-first .mkfact-item-mask {
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(left, #44B053 0%, #FDEC0A 100%);
  background: linear-gradient(90deg, #44B053 0%, #FDEC0A 100%);
  z-index: 1;
}
.mkfact-item-first .mkfact-item-video {
  opacity: 0;
  width: 100%;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}
.mkfact-item-first .mkfact-video {
  box-shadow: none;
  border-radius: inherit;
}
.mkfact-item-first .mkfact-item-imgs {
  opacity: 0;
  width: 100%;
  border-radius: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}
.mkfact-item-first .rocket-video-image {
  box-shadow: none;
  border-radius: inherit;
}

.mkfact-first-sticky {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: sticky;
  top: 0;
  padding: 4rem 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

.mkfact-first-box {
  width: 100%;
}

@media (min-width: 992px) {
  .mkfact-st-listwp {
    margin-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .mkfact-st-map {
    padding: 1rem 0;
  }
  .mkfact-st-map .st-header {
    margin-bottom: 0.46rem;
  }
  .modal-mapdet-box {
    position: absolute;
    left: 0;
    top: 100%;
    transform: translate(0, 0.24rem);
    -webkit-transform: translate(0, 0.24rem);
  }
  .modal-mapdet-box.is-show {
    transform: translate(0, 0.14rem);
    -webkit-transform: translate(0, 0.14rem);
  }
  .modal-mapdet-item {
    width: auto;
    min-width: 3rem;
    max-width: 60vw;
    border-radius: 0.16rem;
    border: solid 1px #D3D9E5;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 0.12rem 0.18rem 0.4rem;
  }
  .modal-mapdet-item .item-imgs {
    border-radius: 0.16rem;
  }
  .modal-mapdet-item .item-body {
    padding: 0.1rem 0 0;
  }
  .modal-mapdet-item .item-top {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    grid-gap: 0 0.15rem;
    margin-bottom: 0.16rem;
  }
  .modal-mapdet-item .item-title {
    font-size: 0.3rem;
    line-height: 0.48rem;
  }
  .modal-mapdet-item .item-effect {
    font-size: 0.18rem;
    line-height: 0.4rem;
    margin: 0;
  }
  .modal-mapdet-item .item-infos {
    font-size: 0.18rem;
    line-height: 0.32rem;
    grid-gap: 3px 0;
  }
  .modal-mapdet-item .item-infos .icon {
    margin: 0.06rem 0.1rem 0 0;
  }
  .modal-mapdet-item .item-infos .icon img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .mkfact-st-listwp {
    grid-gap: 0;
  }
  .mkfact-item-sect .mkfact-item-header {
    margin-bottom: 0.5rem;
  }
  .mkfact-item-sect .mkfact-video {
    border-radius: 0.16rem;
    box-shadow: 0px 5px 15px 0px rgb(1, 217, 255);
  }
  .mkfact-item-sect .mkfact-item-bot {
    margin: 0.3rem 0 0;
  }
  .mkfact-item-sect .mkfact-item-text {
    max-width: none;
  }
  .mkfact-item-first {
    height: auto;
    min-height: 120dvh;
  }
  .mkfact-item-first .mkfact-item-media {
    height: 3px;
  }
  .mkfact-first-sticky {
    min-height: 70dvh;
    padding: 1rem 0 0;
    top: 10dvh;
  }
}
/* 自定义样式-关于我们-（合作伙伴和核心技术） */
.investor-img {
  position: relative;
}
.investor-img::after {
  position: absolute;
  content: "";
  left: -webkit-calc(100% + 4.675rem);
  left: calc(100% + 4.675rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 4rem;
  background: #D3D9E5;
  width: 1px;
}

.investor-cards .rocket-grid-column:nth-child(3) .investor-img::after {
  opacity: 0;
}

@media (min-width: 992px) {
  body.foot-mt120 .foot-ctbuy-box {
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .partner-tab .rocket-tabPanel-tab {
    width: 44.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.partner-tab .rocket-tabPanel-tab .trigger {
  height: 4rem;
}
.partner-tab .rocket-tabPanel-tabbox {
  position: relative;
}
.partner-tab .rocket-tabPanel-tabbox::after {
  height: 100%;
  background: #F3F4F6;
  width: 200vw;
  position: absolute;
  content: "";
  left: -100vw;
  top: 0;
}

.hzhb-list-wrap .item-desc a {
  text-decoration: underline;
}
.hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column .hehb-list-title {
  position: relative;
}
.hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column .hehb-list-title::after {
  position: absolute;
  content: "";
  left: 0;
  height: 38px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  bottom: -38px;
  background: url(/img/images/x01.webp) no-repeat;
  background-size: contain;
}
.hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column:nth-child(2) .hehb-list-title::after {
  left: initial;
  right: 0;
  background: url(/img/images/x02.webp) no-repeat;
  background-size: contain;
}
.hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column:nth-child(3) .hehb-list-title::after {
  background: url(/img/images/x03.webp) no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .hzhb-list-wrap .item-desc a:hover {
    color: #00A2E9;
  }
}
@media (max-width: 991.98px) {
  .hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column .hehb-list-title {
    position: relative;
  }
  .hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column .hehb-list-title::after {
    position: absolute;
    content: "";
    left: 0;
    height: 0.015rem !important;
    width: 100% !important;
    bottom: 0 !important;
    background: #00A2E9;
  }
  .hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column:nth-child(2) .hehb-list-title::after {
    background: #053496;
  }
  .hzhb-list-wrap .rocket-layout-grid_s > .rocket-grid-column:nth-child(3) .hehb-list-title::after {
    background: #72BF44;
  }
  .partner-tab .rocket-tabPanel-tab {
    padding: 0 0 0 0;
    position: relative;
  }
  .partner-tab .rocket-tabPanel-tab::after {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(right, #EDEEF0 28.85%, rgba(237, 238, 240, 0) 100%);
    background: linear-gradient(270deg, #EDEEF0 28.85%, rgba(237, 238, 240, 0) 100%);
    height: 100%;
    width: 1.7rem;
    right: -0.5rem;
    z-index: 2;
    top: 0;
  }
  .partner-tab .rocket-tabPanel-tab .trigger {
    height: 1.3rem;
  }
  .partner-tab .rocket-tabPanel-tabbox::after {
    height: 1.3rem;
  }
  .partner-tab.hide-zhezhao .rocket-tabPanel-tab::after {
    opacity: 0;
  }
  .investor-img::after {
    position: absolute;
    content: "";
    left: 0;
    top: -webkit-calc(100% + 0.7rem);
    top: calc(100% + 0.7rem);
    -webkit-transform: none;
            transform: none;
    width: 100%;
    background: #D3D9E5;
    height: 0.015rem;
  }
}
/* 自定义样式-质量服务-（可靠的产能，市场表现，可持续成本结构） */
/* 自定义样式-质量服务-（可靠的产能，市场表现，可持续成本结构） */
.capacity-card .rocket-widget__card {
  margin-left: auto;
  margin-right: auto;
}
.capacity-card .rocket-image__option {
  white-space: nowrap;
  overflow: initial;
}
.capacity-card .rocket-image {
  overflow: initial;
}

.capacity-list-card .rocket-widget__card, .capacity-list-card .capacity-keywords {
  height: 100%;
}
.capacity-list-card .inner-card {
  position: relative;
}
.capacity-list-card .inner-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 100%;
}
.capacity-list-card .rocket-widget__keyword {
  height: 100%;
}

@media (min-width: 992px) {
  .capacity-keywords .rocket-keyword-item_data .data-text {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .capacity-keywords .pretext {
    font-size: 4rem;
    line-height: 4rem;
  }
  .capacity-keywords .reartext {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-left: 2px;
  }
}
.page-theme-blue .to-know-more .dynamic-samelevel-swiper .slide-body::after {
  border-color: #7ED7FE !important;
}

.p-manuf-capacity.page-theme-blue::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 45.4167vw;
  left: 0;
  height: -webkit-calc(100% - 45.4167vw);
  height: calc(100% - 45.4167vw);
  background: url(/img/images/large-bgs.webp) no-repeat top center #00A2E9;
  background-size: 100% auto;
  z-index: -1;
}

.p-manuf-market.page-theme-blue::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 45.4167vw;
  left: 0;
  height: -webkit-calc(100% - 45.4167vw);
  height: calc(100% - 45.4167vw);
  background: url(/img/images/large-bgs02.webp) no-repeat top center #00A2E9;
  background-size: 100% auto;
  z-index: -1;
}

.p-manufacture .dynamic-widget_samelevel {
  margin-bottom: 0;
}

.to-know-more .dynamic-samelevel-swiper .swiper-slide:hover .slide-body::after {
  border-color: #7ED7FE !important;
}

@media (max-width: 991.98px) {
  .p-manuf-market .dynamic-makeClient-ctrl.next {
    background: -webkit-linear-gradient(right, #1486CB 54.44%, rgba(20, 133, 202, 0) 100%);
    background: linear-gradient(270deg, #1486CB 54.44%, rgba(20, 133, 202, 0) 100%);
  }
  .p-manuf-market.page-theme-blue::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 5rem;
    left: 0;
    height: -webkit-calc(100% - 5rem);
    height: calc(100% - 5rem);
    background: url(/img/images/aos.webp) no-repeat top center #00A2E9;
    background-size: 100% auto;
    z-index: -1;
  }
  .p-manuf-capacityt.page-theme-blue::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 0;
    background: #00A2E9;
  }
  .capacity-list-card .inner-card {
    position: relative;
  }
  .capacity-list-card .inner-card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
    width: 7px;
    height: 7px;
    margin-top: -0.05rem;
    background: #fff;
    border-radius: 100%;
  }
  .capacity-keywords .rocket-keyword-item_data .data-text {
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .capacity-keywords .pretext {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .capacity-keywords .reartext {
    font-size: 0.3rem;
    line-height: 0.47rem;
    margin-left: 0px;
  }
}
@media screen and (min-width: 1580px) and (max-width: 1600px) {
  .capacity-keywords .pretext {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1579px) {
  .capacity-keywords .pretext {
    font-size: 3rem;
  }
  .capacity-keywords .num {
    font-size: 3.6rem;
  }
  .capacity-keywords .rocket-widget__keyword {
    padding: 3rem 1rem 2.5rem 1rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400.98px) {
  .capacity-keywords .pretext {
    font-size: 2.5rem;
  }
  .capacity-keywords .num {
    font-size: 3rem;
  }
  .capacity-keywords .rocket-widget__keyword {
    padding: 3rem 0.5rem 2.5rem 0.5rem;
  }
}
.layout-element .cn-data-wrap, .layout-element .tn-wrap, .layout-element .to-know-more {
  background: #03A1EA;
}

.tech-tree-wrap {
  position: relative;
}
.tech-tree-wrap .dif-logo {
  padding-top: 83.2768361582%;
  height: 0;
  position: relative;
  width: 100%;
}
.tech-tree-wrap .dif-logo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tech-tree-wrap .dif-logo-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 4.5989904655%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 46.4566929134%;
}
.tech-tree-wrap .bgimg-wrap img {
  width: 100%;
}

.tech-title-wrap {
  position: absolute;
  top: 31.2394840157%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.tech-title-wrap .re-bg {
  position: relative;
}
.tech-title-wrap .re-bg::after {
  position: absolute;
  content: "";
  background: url(/img/images/img62.webp) no-repeat;
  background-size: contain;
  width: 66.6666666667vw;
  height: 12.65625vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tech-title {
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.tech-list .item-desc {
  width: 39.84375%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #fff;
}
.tech-list .header-item {
  width: 39.84375%;
}
.tech-list .item-title {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: bold;
  background: -webkit-linear-gradient(334deg, #01EEFF 32.34%, #5CF471 86.66%);
  background: linear-gradient(116deg, #01EEFF 32.34%, #5CF471 86.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2.2rem;
  margin-bottom: 0.95rem;
  position: relative;
}
.tech-list .item-title::after {
  position: absolute;
  content: "";
  width: 108.2%;
  background: url(/img/images/img60.webp) no-repeat bottom;
  background-size: contain;
  bottom: 0;
  height: 100%;
  left: 0;
}
.tech-list .item-img {
  position: relative;
  padding-top: 58.8235294118%;
  height: 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.tech-list .item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tech-list .inner-item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.tech-list .header-item {
  position: absolute;
  left: 0;
  bottom: -4.84375vw;
}
.tech-list .list-item {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.tech-list .list-item:nth-child(even) .inner-item {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.tech-list .list-item:nth-child(even) .item-title::after {
  background: url(/img/images/img61.webp) no-repeat bottom;
  background-size: contain;
  left: initial;
  right: 0;
}
.tech-list .list-item:nth-child(even) .header-item {
  left: initial;
  right: 0;
  bottom: -7.34375vw;
}
.tech-list .list-item:nth-child(1) {
  bottom: 53.4342584805%;
  left: 0;
}
.tech-list .list-item:nth-child(2) {
  bottom: 36.2209139333%;
  left: 0;
}
.tech-list .list-item:nth-child(3) {
  bottom: 17.2413793103%;
  left: 0;
}

@media screen and (min-width: 992px) and (max-width: 1311px) {
  .tech-title-wrap {
    top: 28.0426247897%;
  }
}
.p-manuf-cost .dynamic-widget_samelevel {
  margin-top: 0;
}

.bgimg-ani-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgimg-ani-wrap svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .p-manuf-cost .dynamic-widget_samelevel {
    margin-top: -0.3rem;
  }
  .bgimg-ani-wrap {
    left: -2.06rem;
    top: 0.38rem;
    width: 152%;
  }
  .bgimg-ani-wrap svg {
    height: auto;
  }
}
/* 闪烁动画定义 */
@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.bgimg-ani-wrap svg circle {
  -webkit-animation: twinkle 2.5s infinite ease-in-out;
          animation: twinkle 2.5s infinite ease-in-out;
  opacity: 1;
  transform-box: fill-box;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 991.98px) {
  .tech-list .item-desc {
    font-size: 0.3rem;
    line-height: 0.48rem;
    width: 100%;
  }
  .tech-list .inner-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .tech-list .item-img {
    border-radius: 0.16rem;
    margin-bottom: 0.6rem;
  }
  .tech-list .item-title {
    font-size: 0.42rem;
    line-height: 0.54rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0.25rem;
    background: -webkit-linear-gradient(344deg, #01EEFF 16.51%, #5CF471 87.32%);
    background: linear-gradient(106deg, #01EEFF 16.51%, #5CF471 87.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tech-list .item-title::before {
    position: absolute;
    content: "";
    background: url(/img/images/img67.webp) no-repeat;
    background-size: contain;
    width: 6.5rem;
    height: 4.67rem;
    top: -0.6rem;
    left: 0;
    z-index: -1;
  }
  .tech-list .item-title::after {
    width: 100%;
    background: url(/img/images/img65.webp) no-repeat bottom;
    background-size: contain;
    height: 0.04rem;
  }
  .tech-list .header-item {
    position: relative;
    width: 100%;
    bottom: initial;
    left: initial;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tech-list .list-item {
    position: relative;
    margin-bottom: 1.2rem;
  }
  .tech-list .list-item:last-child {
    margin-bottom: 0;
  }
  .tech-list .list-item:nth-child(even) {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .tech-list .list-item:nth-child(even) .header-item {
    bottom: 0;
  }
  .tech-list .list-item:nth-child(even) .item-title::after {
    background: url(/img/images/img65.webp) no-repeat bottom;
    background-size: contain;
  }
  .tech-list .list-item:nth-child(1), .tech-list .list-item:nth-child(2), .tech-list .list-item:nth-child(3) {
    bottom: 0;
    left: initial;
    right: initial;
  }
  .tech-title-wrap {
    position: relative;
    top: 0;
  }
  .tech-title-wrap .re-bg::after {
    background: url(/img/images/img64.webp) no-repeat;
    background-size: contain;
    width: 6.5rem;
    height: 2.12rem;
  }
  .tech-title-wrap .tech-title {
    font-size: 0.48rem;
    line-height: 0.6rem;
    text-align: center;
    margin-bottom: 0.7rem;
    position: relative;
  }
  .tech-tree-wrap {
    position: relative;
    padding-bottom: 4.53rem;
    overflow: hidden;
  }
  .tech-tree-wrap .bgimg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .tech-tree-wrap .dif-logo-wrap {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 5.54rem;
    padding-top: 1.35rem;
    margin-bottom: 1.72rem;
  }
}