@charset "utf-8";
/*******/
.header-logo:not(h1) {
  display: -webkit-flex;
  display: flex;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Light";
  src: url("/content/fonts/HarmonyOS_Sans_SC_Light.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("/content/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
/* animate */
@keyframes fadeInUp100 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInUp100 {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp100 {
  -webkit-animation-name: fadeInUp100;
          animation-name: fadeInUp100;
}

/* 按钮 */
.btn-org {
  background-color: rgb(239, 97, 35);
  border-color: rgb(239, 97, 35);
  color: #fff;
}
.btn-org:hover {
  color: #fff;
  background-color: rgba(239, 97, 35, 0.9);
  border-color: rgba(239, 97, 35, 0.9);
}

.public-button {
  margin: 0 0.5rem;
}
.public-button .ab {
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
}
.public-button .ab > * {
  font-size: 1em !important;
}
.public-button:first-child {
  margin-left: 0;
}
.public-button:last-child {
  margin-right: 0;
}
.public-button.border-black .ab {
  background: none;
  border: 1px solid #000;
}
.public-button.border-black .ab > * {
  color: #000;
}
.public-button.border-black .ab::after {
  top: -1px;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  background: #034B9F;
}
.public-button.border-black .ab:hover > * {
  color: #fff;
}
.public-button.border-blue .ab {
  background: none;
  border: 1px solid #034B9F;
}
.public-button.border-blue .ab > * {
  color: #000;
}
.public-button.border-blue .ab::after {
  top: -1px;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  background: #034B9F;
}
.public-button.border-blue .ab:hover > * {
  color: #fff;
}
.public-button.is-white .ab {
  background: #fff;
}
.public-button.is-white .ab::after {
  background: #034B9F;
}
.public-button.is-white .ab > * {
  color: #18212C;
}
.public-button.is-white .ab:hover > * {
  color: #fff;
}
.public-button.border-blue .ab {
  background: none;
  border: 1px solid 34B9F;
}
.public-button.border-blue .ab > * {
  color: #18212C;
}
.public-button.border-blue .ab::after {
  top: -1px;
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
}
.public-button.border-blue .ab:hover > * {
  color: #fff;
}

.p-ptdet .main-box {
  color: #333;
}

/* 产品详情-产品简介 */
.ptdet-intro-sect {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 3.5rem 0 3em;
  z-index: 101;
}

body.imgshow .ptdet-intro-sect {
  z-index: 999;
}

body.imgshow .product-tabeq0 {
  z-index: 1111;
}

.ptdet-intro-doc {
  margin: 2rem 0 0;
  font-size: 0.7rem;
  line-height: 1.3rem;
}
.ptdet-intro-doc .doc1 {
  font-size: 1.7em;
  line-height: inherit;
  color: #18212C;
  margin-bottom: 0.7rem;
}
.ptdet-intro-doc .doc2 {
  font-size: 1em;
  line-height: inherit;
  color: #666666;
}

.ptdet-feature-box {
  margin: 3.5em 0 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.ptdet-feature-imgs {
  -webkit-flex: none;
          flex: none;
  width: 50%;
  max-width: 698px;
  position: absolute;
  left: 0;
  top: -3em;
  z-index: 10;
  background: #FFF;
  box-shadow: 0px 8.284px 20.711px 0px rgba(105, 123, 140, 0.2);
}

.pt_name {
  font-size: 1.4285714286em;
  line-height: 1.3em;
  color: #18212C;
  font-weight: 400;
}

.ptdet-feature-body {
  -webkit-flex: 0 0 94.3%;
          flex: 0 0 94.3%;
  max-width: 1320px;
  min-height: 28.4em;
  background: #F7F8FA;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  z-index: 5;
  padding: 3.65em 14.2% 0 0;
}
.ptdet-feature-body .box {
  width: 37.3%;
  -webkit-flex: none;
          flex: none;
  max-width: 492px;
  position: relative;
}
.ptdet-feature-body .doc {
  margin: 2.25rem 0 0;
  font-size: 0.8rem;
  line-height: 1.3em;
  color: #666;
}
.ptdet-feature-body .doc li {
  position: relative;
  margin: 0 0 10px;
}

/* 产品详情-应用场景 */
.addswiper-box {
  position: relative;
}

.ptdet-application-sect {
  background: #F2F5FA;
  background-size: 100% auto;
  padding: 3.5em 0 2em;
}

.ptdet-application-swipbox {
  width: 100%;
  position: relative;
  margin: 2.5em 0 0;
}

.ptdet-application-swip {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ptdet-application-swip .swiper-slide {
  width: 450px;
}
.ptdet-application-swip .swiper-slide:hover .slide-imgs img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.ptdet-application-swip .slide-imgs {
  width: 100%;
  position: relative;
  padding: 59% 0 0;
  overflow: hidden;
  z-index: 1;
}
.ptdet-application-swip .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;
}
.ptdet-application-swip .slide-title {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1.3em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.ptdet-application-swip.no-swip .swiper-slide {
  width: -webkit-calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
  margin: 0 24px 0 0;
}
.ptdet-application-swip.no-swip .swiper-slide:last-child {
  margin: 0;
}

.ptdet-application-paging {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  margin: 0em 0 0;
}
.ptdet-application-paging .bullet {
  width: 29px;
  height: 4px;
  display: block;
  margin: 0 3px;
  background-color: #034B9F;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
}
.ptdet-application-paging .abullet {
  padding: 30px 0;
  cursor: pointer;
}
.ptdet-application-paging .active .bullet {
  opacity: 1;
}

.scale-content-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 15;
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
}

/* 产品详情-产品视频 */
.product-swiper {
  overflow: hidden;
}

.product-pagination-box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -42px;
  z-index: 9;
}

.product-pagination {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.product-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  background: #D4E1F1;
}
.product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #034B9F;
}

.ptdet-media-sect {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 3.5em 0;
}

.ptdet-media {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 2.5em 0 0;
  cursor: pointer;
}
.ptdet-media .imgs {
  width: 100%;
  padding: 39.3% 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ptdet-media .imgs img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.ptdet-media .icon-play {
  width: 5.4em;
  height: 5.4em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
}
.ptdet-media .icon-play img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

/* 产品详情-技术文档 */
.ptdet-document-sect {
  background: #F7F8FA;
  padding: 3.5rem 0 6rem;
}

.ptdet-document-list {
  margin: 2.5rem 0 0;
}
.ptdet-document-list .row {
  margin: 0 -1rem;
}
.ptdet-document-list .item {
  padding: 0rem;
}
.ptdet-document-list .item:hover .item-box {
  background-color: #034B9F;
}
.ptdet-document-list .item:hover .item-title {
  color: #fff;
}
.ptdet-document-list .item:hover .item-title .bi {
  background-image: url(/img/pt/pdf-white.svg);
}
.ptdet-document-list .item:hover .item-bot {
  color: #fff;
}
.ptdet-document-list .item:hover .btn-download {
  background-image: url(/img/pt/download-white.svg);
}
.ptdet-document-list .item-box {
  width: 100%;
  height: 9rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 1.5em 1.5em 1.25em;
  border-radius: 0px 10px 20px 0px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(105, 123, 140, 0.1);
  overflow: hidden;
  transition: background 0.2s;
  -webkit-transition: background 0.2s;
  position: relative;
}
.ptdet-document-list .item-link {
  width: 100%;
  height: 100%;
  display: block;
  background: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.ptdet-document-list .item-title {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0.9rem;
  line-height: 166.67%;
  color: #09213D;
}
.ptdet-document-list .item-title .bi {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  margin: -0.2em 0 0 5px;
}
.ptdet-document-list .item-bot {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  font-size: 0.7rem;
  line-height: 114.286%;
  color: #999;
}
.ptdet-document-list .item-handle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 -0.25rem 0 0;
}
.ptdet-document-list .btn-download {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
  -webkit-flex: none;
          flex: none;
  background: url(/img/pt/download-gray.svg) no-repeat center center;
  background-size: contain;
}

/* 产品中心 */
.p-pt {
  background: #F8F9FA;
}
.p-pt .main-box {
  overflow: hidden;
}
.p-pt .neiye-banner {
  color: #fff;
}
.p-pt .neiye-banner .swiper-slide {
  height: 18em;
}
.p-pt .neiye-banner .ban-body {
  padding: 7.7em 0 0;
}
.p-pt .neiye-banner .ban-lvtit {
  font-size: 2.2em;
  line-height: 0.9em;
}
.p-pt .neiye-banner .ban-desc {
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1.875em 0 0;
}
.p-pt .neiye-banner .animated, .p-pt .neiye-banner .wow {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-pt .neiye-banner .banner-desc .animated, .p-pt .neiye-banner .banner-desc .wow {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.pt-layout {
  width: 100%;
  padding: 24px 0 30px;
  display: -webkit-flex;
  display: flex;
}

.pt-layout-aside {
  width: 260px;
  -webkit-flex: none;
          flex: none;
  position: relative;
  -webkit-transition: width 0.3s linear, -webkit-transform 0.3s linear;
  transition: width 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, width 0.3s linear;
  transition: transform 0.3s linear, width 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transition: transform 0.3s linear, width 0.3s linear;
  overflow: hidden;
}

.pt-navbox {
  width: 260px;
  position: relative;
  -webkit-transition: width 0.3s linear, -webkit-transform 0.3s linear;
  transition: width 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, width 0.3s linear;
  transition: transform 0.3s linear, width 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transition: transform 0.3s linear, width 0.3s linear;
}
.pt-navbox img {
  width: 100%;
  display: block;
}

.btn-close-ptside {
  width: 100px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.pt-layout-main {
  -webkit-flex: none;
          flex: none;
  width: -webkit-calc(100vw - 260px);
  width: calc(100vw - 260px);
  padding: 0 50px 0 40px;
  -webkit-transition: width 0.3s linear, padding 0.3s linear, -webkit-transform 0.3s linear;
  transition: width 0.3s linear, padding 0.3s linear, -webkit-transform 0.3s linear;
  transition: width 0.3s linear, padding 0.3s linear, transform 0.3s linear;
  transition: width 0.3s linear, padding 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transition: width 0.3s linear, padding 0.3s linear, transform 0.3s linear;
}

.pt-laymain-head {
  width: 100%;
  height: 1.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 7px;
}

.btn-open-ptside {
  display: none;
  font-size: 0.7rem;
  line-height: 1em;
  color: #fff;
  width: auto;
  height: 1.9rem;
  text-align: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 0.8rem 0 0;
  background: #EF6123;
  border-radius: 4px;
  cursor: pointer;
  padding: 0 0.75rem 0 0.55rem;
}
.btn-open-ptside img {
  -webkit-flex: none;
          flex: none;
  width: 0.75rem;
  display: block;
  margin: 0 0.5em 0 0;
}

.pt-lvtit {
  font-size: 0.8rem;
  line-height: 2em;
  color: #09213D;
  font-weight: bold;
}

.pt-laymain-body {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 30px 30px 16px;
  border-radius: 6px;
  border: 1px solid #ECEDEF;
}

.pt-handle-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px;
  z-index: 30;
}

.pt-handle-left {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.pt-handle-left img {
  height: 100%;
  display: block;
}
.pt-handle-left .btn-edit-col, .pt-handle-left .schbox {
  -webkit-flex: none;
          flex: none;
  height: 1.8em;
  display: block;
  margin: 0 10px 0 0;
}
.pt-handle-left .btn-edit-col {
  cursor: pointer;
}
.pt-handle-left .page {
  height: 1.6em;
  display: block;
  margin-left: 1.2em;
  position: relative;
}
.pt-handle-left .page .bd {
  display: none;
  position: absolute;
  right: -0.4em;
  top: 100%;
}
.pt-handle-left .page .bd img {
  width: 2.3em;
  height: auto;
}
.pt-handle-left .page:hover .bd {
  display: block;
}

.pt-handle-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.pt-handle-right img {
  height: 100%;
  display: block;
}
.pt-handle-right .tool {
  -webkit-flex: none;
          flex: none;
  height: 1.8em;
}
.pt-handle-right .selected {
  display: none;
}
.pt-handle-right.is-selected .selected {
  display: block;
}
.pt-handle-right.is-selected .default {
  display: none;
}

.modal-editcol {
  background: rgba(0, 0, 0, 0.5);
}
.modal-editcol .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-editcol .modal-content {
  width: 370px;
  height: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1030;
}
.modal-editcol .modal-content::-webkit-scrollbar {
  width: 6px;
}
.modal-editcol .modal-content::-webkit-scrollbar-track {
  background: #F2F6F9;
}
.modal-editcol .modal-content::-webkit-scrollbar-thumb {
  background: #E1E6EB;
  border-radius: 10px;
}
.modal-editcol .modal-close {
  padding: 0;
  margin: 0;
  width: 74px;
  height: 74px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
}
.modal-editcol .modal-close::after {
  display: none;
}
.modal-editcol .imgs {
  width: 100%;
  display: block;
  position: relative;
}
.modal-editcol .imgs img {
  width: 100%;
  display: block;
}
.modal-editcol.fade .modal-content {
  opacity: 0;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.modal-editcol.show .modal-content {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

.pt-table-wrap {
  width: 100%;
  height: auto;
  position: relative;
}
.pt-table-wrap .mCSB_vertical_horizontal {
  overflow: visible;
}
.pt-table-wrap .mCSB_vertical_horizontal .mCSB_container_wrapper {
  margin: 0;
}
.pt-table-wrap .mCSB_vertical_horizontal .mCSB_container_wrapper .mCSB_container {
  padding: 0 !important;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools {
  width: auto;
  pointer-events: none;
  display: block !important;
  bottom: -11px;
  right: -11px;
  left: 0;
  top: 0;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 6px;
  border-radius: 3px;
  pointer-events: auto;
  right: 0;
  background: #F2F5F9;
  overflow: hidden;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 3px;
  background: #E1E6EB;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_draggerRail {
  background: #F2F5F9;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools .mCSB_scrollTools_horizontal {
  overflow: hidden;
  background: #F2F5F9;
  pointer-events: auto;
  height: 6px;
  bottom: 0;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools .mCSB_scrollTools_horizontal .mCSB_dragger_bar {
  margin: 0;
  height: 6px;
  border-radius: 3px;
  background: #E1E6EB;
}
.pt-table-wrap .mCSB_vertical_horizontal > .mCSB_scrollTools .mCSB_scrollTools_horizontal .mCSB_draggerRail {
  display: none;
}
.pt-table-wrap .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  overflow: hidden;
  background: #F2F5F9;
  pointer-events: auto;
  height: 6px;
  bottom: 0;
  border-radius: 3px;
}
.pt-table-wrap .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger_bar {
  margin: 0;
  height: 6px;
  border-radius: 3px;
  background: #E1E6EB;
}
.pt-table-wrap .mCustomScrollBox .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  display: none;
}
.pt-table-wrap.table-hover .pt-table-cont .deft {
  display: none;
}
.pt-table-wrap.table-hover .pt-table-cont .hover {
  display: block;
}

.pt-table-cont {
  width: 100%;
  height: 100%;
  position: relative;
}
.pt-table-cont .table {
  width: auto;
  margin: 0;
}
.pt-table-cont img {
  width: 2108px;
  display: block;
}
.pt-table-cont .hover {
  display: none;
}

.pt-table-hover {
  cursor: pointer;
  width: -webkit-calc(80% - 180px);
  width: calc(80% - 180px);
  height: 168px;
  display: block;
  position: absolute;
  left: 180px;
  top: 225px;
  z-index: 20;
}

.pt-table-fixed_row {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.pt-table-fixed_row .imgs {
  position: absolute;
  left: 0;
  top: 0;
}
.pt-table-fixed_row img {
  width: 2108px;
  display: block;
}
.pt-table-fixed_row .btn-click {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 73px;
  z-index: 30;
  cursor: pointer;
}

.pt-table-fixed_thead {
  width: 180px;
  height: 115px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}
.pt-table-fixed_thead .imgs {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.pt-table-fixed_thead img {
  width: 2108px;
  display: block;
}
.pt-table-fixed_thead .btn-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.pt-table-fixed_col {
  width: 180px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.pt-table-fixed_col .imgs {
  position: absolute;
  left: 0;
  top: 0;
}
.pt-table-fixed_col img {
  width: 180px;
  display: block;
}
.pt-table-fixed_col .hover, .pt-table-fixed_col .selected {
  display: none;
}
.pt-table-fixed_col .btn-click {
  width: 50px;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 50;
}
.pt-table-fixed_col .btn-link {
  width: 130px;
  height: 100%;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 115px;
  z-index: 50;
}
.pt-table-fixed_col.is-hover .hover {
  display: block;
}
.pt-table-fixed_col.is-hover .deft, .pt-table-fixed_col.is-hover .selected {
  display: none;
}
.pt-table-fixed_col.is-selected .selected {
  display: block;
}
.pt-table-fixed_col.is-selected .deft, .pt-table-fixed_col.is-selected .hover {
  display: none;
}

.pt-table-hover_row {
  width: 100%;
  height: 40px;
  display: none;
  position: absolute;
  left: 0;
  top: 73px;
  z-index: 30;
  cursor: pointer;
}
.pt-table-hover_row .imgs {
  position: absolute;
  left: 582px;
  top: 100%;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14);
}
.pt-table-hover_row .imgs img {
  width: 310px;
  display: block;
}
.pt-table-hover_row .btn-close {
  width: 68px;
  height: 47px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.pt-table-foot {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin: 23px 0 0;
}
.pt-table-foot img {
  height: 1.5em;
  display: block;
}

body.hide-ptaside .pt-layout-aside {
  width: 0px;
}
body.hide-ptaside .pt-navbox {
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
}
body.hide-ptaside .pt-layout-main {
  width: 100vw;
  padding: 0 50px;
}
body.hide-ptaside .btn-open-ptside {
  display: -webkit-flex;
  display: flex;
}

@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("/content/fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
.p-ptdet .ptdet-title {
  color: #fff;
  font-family: "HarmonyOS_Sans_SC_Regular";
  font-style: normal;
}
.p-ptdet .ptdet-ban-desc, .p-ptdet .ptdet-ban-pdf span {
  color: #fff;
}

.scale-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.scale .scale-content-bg {
  opacity: 1;
  pointer-events: auto;
}
.scale .scale-content {
  z-index: 16;
  position: relative;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.scale-content-click {
  margin: 2.5em 8em;
  background: #fff;
  height: -webkit-calc(100vh - 5em);
  height: calc(100vh - 5em);
  width: -webkit-calc(100vw - 16em);
  width: calc(100vw - 16em);
}

.scale-content-click {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.scale-relative {
  position: relative;
  height: 100vh;
  width: 100vw;
}

.scale-swiper-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  left: 2.5em;
}
.scale-swiper-prev svg path {
  fill: #999;
}
.scale-swiper-prev.swiper-button-disabled svg path {
  opacity: 0;
}

.scale-swiper-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  right: 2.5em;
}
.scale-swiper-next svg path {
  fill: #999;
}
.scale-swiper-next.swiper-button-disabled svg path {
  opacity: 0;
}

@media (min-width: 992px) {
  .scale-swiper-prev:hover svg path, .scale-swiper-next:hover svg path {
    fill: rgb(239, 97, 35);
  }
}
.p-product .main-box {
  background: #F7F8FA;
}

.pro_channel_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: normal;
          align-items: normal;
  margin: 0 -0.75em;
  grid-row-gap: 0em;
}
.pro_channel_list > * {
  -webkit-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  padding: 0em 0.75em;
}

.pro_channel_item .inner {
  border-radius: 0.5em;
  background: #fff;
  padding: 1.25em 1em 2em 1em;
  min-height: 15em;
  height: 100%;
}

.pro_lv2_tit {
  font-size: 1em;
  line-height: 1.3em;
  color: #18212C;
  font-weight: 700;
  margin-bottom: 1.75em;
  display: -webkit-flex;
  display: flex;
}

.pro_lv3_click {
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  position: relative;
}
.pro_lv3_click a {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  color: #18212C;
  font-weight: 400;
  padding: 1.0714285714em 0.7142857143em;
  width: 100%;
  display: block;
  font-family: "PingFang SC", "HarmonyOS_Sans_SC", "SourceHanSansCN", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
}
.pro_lv3_click span {
  position: absolute;
  right: 0em;
  padding-right: 0.5em;
  height: 2.4em;
  width: 100%;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: right;
          justify-content: right;
  -webkit-align-items: center;
          align-items: center;
  display: none;
}
.pro_lv3_click span svg {
  width: 0.65em;
  height: 0.45em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pro_lv3_item {
  padding: 0 0em;
  background: #F3F6FB;
  border-radius: 3px;
  margin-bottom: 0.25em;
}
.pro_lv3_item:last-child {
  margin-bottom: 0;
}

.pro_channel_box {
  padding: 2.5em 0 6em 0;
}

.haslv4 {
  position: relative;
}
.haslv4 .pro_lv3_click span {
  display: -webkit-flex;
  display: flex;
}
.haslv4.cur .pro_lv3_click span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.haslv4.cur .pro_lv3_click span svg path {
  stroke: #fff;
}
.haslv4.cur .pro_lv3_click a {
  background: #034B9F;
  color: #fff;
}

.pro_lv3_more {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #FFF;
  z-index: 1;
  display: none;
}

.pro_lv4_item {
  display: -webkit-flex;
  display: flex;
}
.pro_lv4_item a {
  font-size: 0.7em;
  line-height: 1.2857142857em;
  color: #18212C;
  font-weight: 400;
  font-family: "HarmonyOS_Sans_SC_Regular";
  font-style: normal;
  padding: 0.6428571429em 2.0714285714em 0.6428571429em 0.7142857143em;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0s;
  transition: all 0s;
}

@media (min-width: 992px) {
  .pro_channel_item.active .inner {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .haslv4.cur .pro_lv3_click a {
    border-radius: 3px;
  }
  .pro_lv3_more {
    padding: 0.15em 0 1.1em;
    border-radius: 3px;
    overflow: hidden;
  }
  .pro_channel_list {
    -webkit-align-items: normal;
            align-items: normal;
  }
  .pro_lv4_item a:hover {
    background: #F3F6FB;
    color: #034B9F !important;
    font-weight: 700;
  }
}
@media screen and (max-width: 991.98px) {
  .content-item {
    padding-bottom: 0.95rem;
  }
  .pro_lv4_item {
    margin-bottom: 0.15rem;
  }
  .pro_lv4_item:last-child {
    margin-bottom: 0;
  }
  .pro_lv4_item a {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #18212C;
    font-weight: 400;
    padding: 0.29rem 0.35rem;
    background: #F3F6FB;
    border-radius: 0.1rem;
  }
  .pro_channel_list > div:nth-last-child(-n+5) {
    margin-bottom: 0.15rem;
  }
  .pro_channel_list > div:last-child {
    margin-bottom: 0;
  }
  .pro_lv3_box {
    display: none;
  }
  .pro_lv3_item {
    margin-bottom: 0.15rem;
    height: 0.86rem;
  }
  .pro_lv3_click a {
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #18212C;
    font-weight: 400;
    padding: 0.29rem 0.3rem 0.29rem 0.35rem;
  }
  .pro_lv3_click span {
    height: 0.86rem;
    padding-right: 0.3rem;
  }
  .pro_lv3_click span svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0.31rem;
    height: 0.18rem;
  }
  .pro_lv3_box {
    padding: 0.4rem 0.35rem 0.6rem 0.35rem;
  }
  .pro_channel_item {
    margin-bottom: 0.15rem;
  }
  .pro_channel_item.active .haslv2 svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .pro_channel_item.active .haslv2 svg path {
    stroke: #fff;
  }
  .pro_channel_item.active .pro_lv2_tit {
    background: #034B9F;
  }
  .pro_channel_item.active .pro_lv2_tit a {
    color: #fff;
  }
  .pro_channel_item .inner {
    border-radius: 0.16rem;
    min-height: auto;
  }
  .pro_lv2_tit {
    margin-bottom: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    padding: 0 0.35rem 0 0.35rem;
    height: 1rem;
  }
  .pro_lv2_tit a {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #fff;
    font-weight: 700;
  }
  .pro_lv2_tit span {
    position: absolute;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: right;
            justify-content: right;
    height: 1rem;
    padding-right: 0.35rem;
    right: 0;
    top: 0;
  }
  .pro_lv2_tit span svg {
    width: 0.31rem;
    height: 0.18rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pro_channel_item .inner {
    padding: 0 0 0 0;
    overflow: hidden;
  }
  .pro_channel_box {
    padding: 0.7rem 0 1.5rem 0;
  }
  .pro_channel_list {
    margin: 0 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .pro_channel_list > div {
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0em 0;
  }
}
.product-swiper .imgwrap {
  position: relative;
  padding-top: 78.223495702%;
  height: 0;
}
.product-swiper .imgwrap img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991.98px) {
  .p-ptdet .ptdet-document-list .item-handle, .p-application-detail .ptdet-document-list .item-handle {
    margin: 0;
  }
  .p-ptdet .ptdet-document-list .item-handle svg, .p-application-detail .ptdet-document-list .item-handle svg {
    width: 0.48rem;
    height: 0.44rem;
    margin-right: 0.04rem;
  }
  .p-ptdet .ptdet-document-list .item-box, .p-application-detail .ptdet-document-list .item-box {
    padding: 0.4rem;
  }
  .p-ptdet .ptdet-document-list .item-bot, .p-application-detail .ptdet-document-list .item-bot {
    padding: 0;
  }
  .ptdet-application-swipbox {
    margin-top: 0.5rem;
  }
  .product-swiper .imgwrap img {
    object-fit: contain;
  }
  .ptdet-document-list {
    margin-top: 0.5rem;
  }
  .ptdetswiper-item-box .swiper-slide {
    margin-bottom: 0rem;
  }
  .ptdet-document-list .btn-download {
    height: 0.54rem;
    width: 0.54rem;
  }
  .ptdet-document-list .item-bot {
    font-size: 0.24rem;
    line-height: 0.24rem;
    -webkit-align-items: baseline;
            align-items: baseline;
    padding: 0.4rem;
  }
  .ptdet-document-list .item-box {
    height: auto;
  }
  .ptdet-document-list .item-title {
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #18212C;
    font-weight: 400;
  }
  .ptdet-document-list .item-title p svg {
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    top: -0.02rem;
  }
  .ptdet-document-list .item-title .bi.zip {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ptdet-document-sect {
    padding: 0.8rem 0 1.5rem;
  }
  .ptdet-media {
    margin-top: 0.5rem;
  }
  .ptdet-media .imgs {
    padding: 56.1194029851% 0 0;
  }
  .ptdet-media-sect {
    padding: 0.8rem 0 0.9rem;
  }
  .ptdet-application-swip .slide-title {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .ptdet-application-sect {
    padding: 0.8rem 0 0.4rem;
  }
  .ptdet-intro-sect {
    background: #f7f8fa;
  }
  .product-pagination-box {
    bottom: -0.66rem;
  }
  .product-pagination-box .product-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
  }
  .ptdet-feature-body {
    margin-top: 1.28rem;
    background: none;
    max-width: 100%;
    min-height: 100%;
    padding: 0 0.23rem 0.87rem 0.23rem;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex: 0;
            flex: 0;
  }
  .ptdet-feature-body .doc {
    margin-top: 0.5rem;
  }
  .ptdet-feature-body .doc li {
    font-size: 0.3rem;
    line-height: 0.35rem;
    color: #666;
    font-weight: 400;
    margin: 0 0 0.25rem;
  }
  .ptdet-feature-body .doc li:last-child {
    margin-bottom: 0;
  }
  .ptdet-feature-body .pulic-tit span {
    font-size: 0.48rem;
    line-height: 0.36rem;
    font-weight: 300;
    font-family: "PingFang SC", "HarmonyOS_Sans_SC", "SourceHanSansCN", "Microsoft Yahei", Arial, Helvetica, -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .ptdet-feature-body .box {
    width: 100%;
  }
  .pg {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0.2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    z-index: 1;
  }
  .pg .pg_fy {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    width: auto;
    padding: 0.27rem 0.37rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.4rem;
  }
  .pg .pg_fy span {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
    background: #D4E1F1;
    border-radius: 100%;
  }
  .pg .pg_fy span.active {
    background: #034B9F;
  }
  .modalImgScale.modal {
    background: #000 !important;
    z-index: 9999;
  }
  .modalImgScale .modal-closedd {
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    display: -webkit-flex;
    display: flex;
    z-index: 9;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
  }
  .modalImgScale .modal-closedd svg {
    width: 0.53rem;
    height: 0.53rem;
  }
  .modalImgScale .pinch-zoom-container {
    height: 100vh;
  }
  .scaleimgSwiper {
    height: 100vh;
    width: 100vw;
  }
  .scaleimgSwiper .imgwrap {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
  }
  .scaleimgSwiper .imgwrap img {
    width: 100%;
  }
  .tc_fyq {
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .tc_fyq .box {
    padding: 0.27rem 0.38rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    border-radius: 0.4rem;
    background: rgba(255, 255, 255, 0.4);
  }
  .tc_fyq .box span {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 100%;
    background: #D4E1F1;
    margin: 0 0.19rem;
  }
  .scale-content-click {
    background: black;
    margin: 0;
    width: 100vw;
    height: 100vh;
  }
  .ptdet-feature-imgs {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  .ptdet-feature-box {
    margin: 0 0 0 0;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .ptdet-intro-doc {
    margin: 0.5rem 0 1rem 0;
  }
  .ptdet-intro-doc .doc1 {
    margin-bottom: 0.3rem;
  }
  .ptdet-intro-doc p {
    font-size: 0.36rem;
    line-height: 0.54rem;
  }
  .ptdet-intro-doc .doc2 p {
    font-size: 0.3rem;
  }
  .ptdet-intro-sect {
    padding: 1rem 0 0 0;
  }
  .p-ptdet .inside-crumb {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .ptdet-feature-body .box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .ptdet-feature-body .box .doc {
    -webkit-flex: 1;
            flex: 1;
    position: relative;
  }
  .ptdet-feature-body .box .addMinScroll {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
}