/* line 175, ../../sass/construct/_mixin.scss */
.template-contact .aside .consult,
.template-contact .aside .back,
.template-contact .aside .back-mobi,
.template-list .aside .consult,
.template-list .aside .back,
.template-list .aside .back-mobi {
  height: 60px;
  background: white;
  border-radius: 60px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 184, ../../sass/construct/_mixin.scss */
.template-contact .aside .consult:active,
.template-contact .aside .back:active,
.template-contact .aside .back-mobi:active,
.template-list .aside .consult:active,
.template-list .aside .back:active,
.template-list .aside .back-mobi:active, .template-contact .aside .consult:hover,
.template-contact .aside .back:hover,
.template-contact .aside .back-mobi:hover,
.template-list .aside .consult:hover,
.template-list .aside .back:hover,
.template-list .aside .back-mobi:hover {
  background-color: #FAFAFA;
}
/* line 188, ../../sass/construct/_mixin.scss */
.template-contact .aside .consult ._icon,
.template-contact .aside .back ._icon,
.template-contact .aside .back-mobi ._icon,
.template-list .aside .consult ._icon,
.template-list .aside .back ._icon,
.template-list .aside .back-mobi ._icon {
  width: 44px;
  height: 44px;
  background-color: #45B035;
  border-radius: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex: none;
}
/* line 196, ../../sass/construct/_mixin.scss */
.template-contact .aside .consult ._icon i,
.template-contact .aside .back ._icon i,
.template-contact .aside .back-mobi ._icon i,
.template-list .aside .consult ._icon i,
.template-list .aside .back ._icon i,
.template-list .aside .back-mobi ._icon i {
  font-size: 24px;
  color: white;
  line-height: 1;
}
/* line 202, ../../sass/construct/_mixin.scss */
.template-contact .aside .consult ._label,
.template-contact .aside .back ._label,
.template-contact .aside .back-mobi ._label,
.template-list .aside .consult ._label,
.template-list .aside .back ._label,
.template-list .aside .back-mobi ._label {
  width: 100%;
  flex: auto;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: black;
  line-height: 1.2;
}

/* line 5, ../../sass/app/product.scss */
._cover {
  height: 256px;
}

/* line 8, ../../sass/app/product.scss */
.overview {
  padding: 96px 192px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F2F4F7;
}
/* line 17, ../../sass/app/product.scss */
.overview .cate .sect {
  display: grid;
  grid-row-gap: 64px;
  grid-column-gap: 64px;
}
/* line 23, ../../sass/app/product.scss */
.overview .cate .cate-item {
  position: relative;
}
/* line 25, ../../sass/app/product.scss */
.overview .cate .cate-item .loc-tag {
  position: absolute;
  top: -105px;
  left: 0;
}
/* line 31, ../../sass/app/product.scss */
.overview .cate .cate-info {
  width: 100%;
  height: 530px;
  padding: 64px 64px 0;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
/* line 38, ../../sass/app/product.scss */
.overview .cate .cate-info .bg {
  position: absolute;
  inset: 0;
}
/* line 42, ../../sass/app/product.scss */
.overview .cate .cate-info .n1, .overview .cate .cate-info .n2 {
  font-size: 36px;
}
/* line 45, ../../sass/app/product.scss */
.overview .cate .cate-info .n1 {
  color: #fff;
  mix-blend-mode: overlay;
  font-weight: 700;
  line-height: 120%;
}
/* line 51, ../../sass/app/product.scss */
.overview .cate .cate-info .n2 {
  color: #FCFCFD;
  line-height: 120%;
  margin-top: 16px;
}
/* line 56, ../../sass/app/product.scss */
.overview .cate .cate-info .l {
  width: 100%;
  height: 1px;
  opacity: .4;
  background-color: #F2F4F7;
  margin-top: 16px;
}
/* line 63, ../../sass/app/product.scss */
.overview .cate .cate-info .abst {
  margin-top: 32px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
/* line 70, ../../sass/app/product.scss */
.overview .cate .cate-info .icon {
  width: 218px;
  height: 218px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  background-color: #F2F4F7;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 82, ../../sass/app/product.scss */
.overview .cate .cate-info .icon i {
  font-size: 48px;
  color: inherit;
}
/* line 88, ../../sass/app/product.scss */
.overview .cate .child-list {
  grid-row-gap: 16px;
  grid-auto-columns: 1fr;
  width: 100%;
  grid-column-gap: 16px;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(12, 1fr);
  padding: 72px;
  background-color: white;
  display: none;
}
/* line 99, ../../sass/app/product.scss */
.overview .cate .child-list .item {
  height: 350px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
/* line 104, ../../sass/app/product.scss */
.overview .cate .child-list .item .bg {
  position: absolute;
  inset: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 109, ../../sass/app/product.scss */
.overview .cate .child-list .item .n1, .overview .cate .child-list .item .n2 {
  color: #1D2939;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
/* line 115, ../../sass/app/product.scss */
.overview .cate .child-list .item .n2 {
  font-weight: normal;
}
/* line 118, ../../sass/app/product.scss */
.overview .cate .child-list .item .icon {
  position: absolute;
  right: 32px;
  bottom: 32px;
  background-color: #D0D5DD;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  color: inherit;
}
/* line 74, ../../sass/construct/_mixin.scss */
.overview .cate .child-list .item .icon:after {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
/* line 87, ../../sass/construct/_mixin.scss */
.overview .cate .child-list .item .icon i {
  font-size: 24px;
  line-height: 50px;
  color: white;
  position: relative;
  z-index: 2;
}
/* line 94, ../../sass/construct/_mixin.scss */
.overview .cate .child-list .item .icon.scale {
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 96, ../../sass/construct/_mixin.scss */
.overview .cate .child-list .item .icon.scale i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 129, ../../sass/app/product.scss */
.overview .cate .child-list .item:hover .icon i {
  -moz-animation: btnAnimate 0.8s linear infinite;
  -webkit-animation: btnAnimate 0.8s linear infinite;
  animation: btnAnimate 0.8s linear infinite;
}
/* line 132, ../../sass/app/product.scss */
.overview .cate .child-list .item:hover .icon:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 136, ../../sass/app/product.scss */
.overview .cate .child-list .item:hover .bg {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 143, ../../sass/app/product.scss */
.overview .cate .cate-item-1 {
  color: #004AAE;
}
/* line 146, ../../sass/app/product.scss */
.overview .cate .cate-item-1 .child-list .item {
  grid-area: span 1 / span 3;
}
/* line 148, ../../sass/app/product.scss */
.overview .cate .cate-item-1 .child-list .item:nth-child(1), .overview .cate .cate-item-1 .child-list .item:nth-child(2), .overview .cate .cate-item-1 .child-list .item:nth-child(3), .overview .cate .cate-item-1 .child-list .item:nth-child(4), .overview .cate .cate-item-1 .child-list .item:nth-child(5), .overview .cate .cate-item-1 .child-list .item:nth-child(6), .overview .cate .cate-item-1 .child-list .item:nth-child(7), .overview .cate .cate-item-1 .child-list .item:nth-child(8) {
  grid-area: span 1 / span 3;
}
/* line 159, ../../sass/app/product.scss */
.overview .cate .cate-item-1 .child-list .item:nth-child(9) {
  grid-area: span 1 / span 12;
}
/* line 165, ../../sass/app/product.scss */
.overview .cate .cate-item-2 {
  color: #45B035;
}
/* line 169, ../../sass/app/product.scss */
.overview .cate .cate-item-2 .child-list .item:nth-child(1), .overview .cate .cate-item-2 .child-list .item:nth-child(2), .overview .cate .cate-item-2 .child-list .item:nth-child(3), .overview .cate .cate-item-2 .child-list .item:nth-child(4) {
  grid-area: span 1 / span 3;
}
/* line 176, ../../sass/app/product.scss */
.overview .cate .cate-item-2 .child-list .item:nth-child(5), .overview .cate .cate-item-2 .child-list .item:nth-child(6), .overview .cate .cate-item-2 .child-list .item:nth-child(7) {
  grid-area: span 1 / span 4;
}
/* line 184, ../../sass/app/product.scss */
.overview .cate .cate-item-3 {
  color: #FFEA00;
}
/* line 187, ../../sass/app/product.scss */
.overview .cate .cate-item-3 .child-list .item {
  grid-area: span 1 / span 6;
}
/* line 189, ../../sass/app/product.scss */
.overview .cate .cate-item-3 .child-list .item .n2 {
  font-size: 18px;
}
/* line 192, ../../sass/app/product.scss */
.overview .cate .cate-item-3 .child-list .item .detail-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 64px;
}
/* line 203, ../../sass/app/product.scss */
.overview .cate .cate-item.active .cate-info {
  height: 360px;
}
/* line 205, ../../sass/app/product.scss */
.overview .cate .cate-item.active .cate-info .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(160px);
  -ms-transform: translateY(160px);
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
}
/* line 210, ../../sass/app/product.scss */
.overview .cate .cate-item.active .child-list {
  display: grid;
}

/* line 217, ../../sass/app/product.scss */
.template-contact,
.template-list {
  background-color: #F2F4F7;
  padding: 92px 0 192px;
}
/* line 222, ../../sass/app/product.scss */
.template-contact .sect,
.template-list .sect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 227, ../../sass/app/product.scss */
.template-contact .main,
.template-list .main {
  width: 100%;
  margin-right: 10%;
}
/* line 232, ../../sass/app/product.scss */
.template-contact .main .sec-title .l,
.template-list .main .sec-title .l {
  background-color: #45B035;
}
/* line 238, ../../sass/app/product.scss */
.template-contact .aside,
.template-list .aside {
  width: 20%;
  min-width: 200px;
  flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
/* line 247, ../../sass/app/product.scss */
.template-contact .aside .item,
.template-list .aside .item {
  width: 100%;
}
/* line 250, ../../sass/app/product.scss */
.template-contact .aside .item ._label,
.template-list .aside .item ._label {
  width: 100%;
}
/* line 254, ../../sass/app/product.scss */
.template-contact .aside .item ._icon,
.template-list .aside .item ._icon {
  flex: none;
}
/* line 259, ../../sass/app/product.scss */
.template-contact .aside .consult,
.template-contact .aside .back,
.template-contact .aside .back-mobi,
.template-list .aside .consult,
.template-list .aside .back,
.template-list .aside .back-mobi {
  width: 100%;
}
/* line 265, ../../sass/app/product.scss */
.template-contact .aside .back-mobi,
.template-list .aside .back-mobi {
  display: none;
}

/* line 273, ../../sass/app/product.scss */
.template-contact .main .contact-info {
  margin-top: 48px;
  padding: 48px 36px;
  position: relative;
}
/* line 277, ../../sass/app/product.scss */
.template-contact .main .contact-info .bg {
  position: absolute;
  inset: 0;
}
/* line 280, ../../sass/app/product.scss */
.template-contact .main .contact-info .bg.mobi {
  display: none;
}
/* line 284, ../../sass/app/product.scss */
.template-contact .main .contact-info .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
/* line 289, ../../sass/app/product.scss */
.template-contact .main .contact-info .c {
  margin-top: 16px;
}
/* line 292, ../../sass/app/product.scss */
.template-contact .main .contact-info .c .item {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #98A2B3;
  margin-bottom: 8px;
}
/* line 297, ../../sass/app/product.scss */
.template-contact .main .contact-info .c .item:hover {
  color: #45B035;
}
/* line 300, ../../sass/app/product.scss */
.template-contact .main .contact-info .c .item:hover .icon .inner {
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
/* line 307, ../../sass/app/product.scss */
.template-contact .main .contact-info .c .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  flex: none;
}
/* line 314, ../../sass/app/product.scss */
.template-contact .main .contact-info .c .icon .inner {
  width: 40px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 326, ../../sass/app/product.scss */
.template-contact .main .contact-info .c .icon i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
/* line 336, ../../sass/app/product.scss */
.template-contact .main .contact-info .c span b {
  margin-right: 3px;
}

/* line 347, ../../sass/app/product.scss */
.template-list .main .detail-list {
  margin-top: 48px;
  border-top: #45B035 1px solid;
}
/* line 352, ../../sass/app/product.scss */
.template-list .main .item {
  font-size: 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
/* line 359, ../../sass/app/product.scss */
.template-list .main .item.head {
  font-size: 16px;
  font-weight: 700;
  color: #004AAE;
  border-bottom: #45B035 1px solid;
}
/* line 364, ../../sass/app/product.scss */
.template-list .main .item.head [class^='col-'] {
  padding: 32px 0;
}
/* line 368, ../../sass/app/product.scss */
.template-list .main .item.co {
  color: black;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: #45B035 1px solid;
}
/* line 372, ../../sass/app/product.scss */
.template-list .main .item.co [class^='col-'] {
  padding: 12px 10px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 379, ../../sass/app/product.scss */
.template-list .main .item.co .name span {
  padding: 6px 16px;
  background-color: #667085;
  color: white;
  border-radius: 30px;
}
/* line 387, ../../sass/app/product.scss */
.template-list .main .item.co .struct img {
  height: 155px;
  width: 135px;
  object-fit: contain;
}
/* line 394, ../../sass/app/product.scss */
.template-list .main .item.co .download span {
  font-weight: 700;
  color: #45B035;
  margin-right: 16px;
}
/* line 399, ../../sass/app/product.scss */
.template-list .main .item.co .download .icon {
  background-color: #D0D5DD;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 74, ../../sass/construct/_mixin.scss */
.template-list .main .item.co .download .icon:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: currentColor;
}
/* line 87, ../../sass/construct/_mixin.scss */
.template-list .main .item.co .download .icon i {
  font-size: 24px;
  line-height: 36px;
  color: white;
  position: relative;
  z-index: 2;
}
/* line 94, ../../sass/construct/_mixin.scss */
.template-list .main .item.co .download .icon.scale {
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
/* line 96, ../../sass/construct/_mixin.scss */
.template-list .main .item.co .download .icon.scale i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 403, ../../sass/app/product.scss */
.template-list .main .item.co .download .icon:after {
  background-color: #45B035;
}
/* line 407, ../../sass/app/product.scss */
.template-list .main .item.co .download .icon:hover:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 410, ../../sass/app/product.scss */
.template-list .main .item.co .download .icon:hover i {
  -moz-animation: btnAnimate 0.8s linear infinite;
  -webkit-animation: btnAnimate 0.8s linear infinite;
  animation: btnAnimate 0.8s linear infinite;
}
/* line 417, ../../sass/app/product.scss */
.template-list .main .item.co:hover {
  background-color: #FCFCFD;
}
/* line 421, ../../sass/app/product.scss */
.template-list .main .item.co:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 992px) {
  /* line 433, ../../sass/app/product.scss */
  ._cover {
    height: 150px;
  }

  /* line 436, ../../sass/app/product.scss */
  .overview {
    padding: 64px 0;
  }
  /* line 439, ../../sass/app/product.scss */
  .overview .cate .sect {
    grid-row-gap: 48px;
    grid-column-gap: unset;
  }
  /* line 446, ../../sass/app/product.scss */
  .overview .cate .cate-item.active .cate-info {
    height: auto;
  }
  /* line 448, ../../sass/app/product.scss */
  .overview .cate .cate-item.active .cate-info .icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-color: transparent;
    bottom: unset;
    top: -160px;
  }
  /* line 453, ../../sass/app/product.scss */
  .overview .cate .cate-item.active .cate-info .icon i {
    color: white;
  }
  /* line 458, ../../sass/app/product.scss */
  .overview .cate .cate-item.active .child-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 463, ../../sass/app/product.scss */
  .overview .cate .cate-info {
    padding: 32px 24px;
    height: 380px;
  }
  /* line 466, ../../sass/app/product.scss */
  .overview .cate .cate-info .n1 {
    font-size: 24px;
    line-height: 1;
  }
  /* line 470, ../../sass/app/product.scss */
  .overview .cate .cate-info .n2 {
    font-size: 20px;
    margin-top: 8px;
    line-height: 1;
  }
  /* line 475, ../../sass/app/product.scss */
  .overview .cate .cate-info .l {
    margin: 24px 0;
  }
  /* line 478, ../../sass/app/product.scss */
  .overview .cate .cate-info .abst {
    font-size: 16px;
  }
  /* line 481, ../../sass/app/product.scss */
  .overview .cate .cate-info .icon {
    width: 90px;
    height: 90px;
  }
  /* line 484, ../../sass/app/product.scss */
  .overview .cate .cate-info .icon i {
    font-size: 32px;
  }
  /* line 489, ../../sass/app/product.scss */
  .overview .cate .child-list {
    padding: 32px 16px;
  }
  /* line 491, ../../sass/app/product.scss */
  .overview .cate .child-list .item {
    height: 116px;
  }
  /* line 493, ../../sass/app/product.scss */
  .overview .cate .child-list .item .n1,
  .overview .cate .child-list .item .n2 {
    font-size: 14px;
  }
  /* line 497, ../../sass/app/product.scss */
  .overview .cate .child-list .item .icon {
    background-color: #D0D5DD;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  /* line 74, ../../sass/construct/_mixin.scss */
  .overview .cate .child-list .item .icon:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: currentColor;
  }
  /* line 87, ../../sass/construct/_mixin.scss */
  .overview .cate .child-list .item .icon i {
    font-size: 24px;
    line-height: 32px;
    color: white;
    position: relative;
    z-index: 2;
  }
  /* line 94, ../../sass/construct/_mixin.scss */
  .overview .cate .child-list .item .icon.scale {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  /* line 96, ../../sass/construct/_mixin.scss */
  .overview .cate .child-list .item .icon.scale i {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  /* line 545, ../../sass/app/product.scss */
  .template-contact,
  .template-list {
    padding: 64px 0;
  }
  /* line 548, ../../sass/app/product.scss */
  .template-contact .sect,
  .template-list .sect {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 554, ../../sass/app/product.scss */
  .template-contact .aside,
  .template-list .aside {
    width: 100%;
    padding: 64px 0;
    grid-column-gap: 0px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 561, ../../sass/app/product.scss */
  .template-contact .aside .consult,
  .template-contact .aside .back-mobi,
  .template-list .aside .consult,
  .template-list .aside .back-mobi {
    height: 44px;
  }
  /* line 564, ../../sass/app/product.scss */
  .template-contact .aside .consult ._label,
  .template-contact .aside .back-mobi ._label,
  .template-list .aside .consult ._label,
  .template-list .aside .back-mobi ._label {
    font-size: 12px;
  }
  /* line 567, ../../sass/app/product.scss */
  .template-contact .aside .consult ._icon,
  .template-contact .aside .back-mobi ._icon,
  .template-list .aside .consult ._icon,
  .template-list .aside .back-mobi ._icon {
    width: 32px;
    height: 32px;
  }
  /* line 570, ../../sass/app/product.scss */
  .template-contact .aside .consult ._icon i,
  .template-contact .aside .back-mobi ._icon i,
  .template-list .aside .consult ._icon i,
  .template-list .aside .back-mobi ._icon i {
    font-size: 20px;
  }
  /* line 575, ../../sass/app/product.scss */
  .template-contact .aside .item,
  .template-contact .aside .consult,
  .template-contact .aside .back-mobi,
  .template-list .aside .item,
  .template-list .aside .consult,
  .template-list .aside .back-mobi {
    width: 48%;
  }
  /* line 579, ../../sass/app/product.scss */
  .template-contact .aside .item ._label,
  .template-contact .aside .consult ._label,
  .template-contact .aside .back-mobi ._label,
  .template-list .aside .item ._label,
  .template-list .aside .consult ._label,
  .template-list .aside .back-mobi ._label {
    line-height: 1.2;
    text-align: center;
    font-size: 10px;
  }
  /* line 585, ../../sass/app/product.scss */
  .template-contact .aside .item,
  .template-list .aside .item {
    padding: 0 4px;
  }
  /* line 587, ../../sass/app/product.scss */
  .template-contact .aside .item ._icon,
  .template-list .aside .item ._icon {
    margin-left: 5px;
  }
  /* line 591, ../../sass/app/product.scss */
  .template-contact .aside .back,
  .template-list .aside .back {
    display: none;
  }
  /* line 594, ../../sass/app/product.scss */
  .template-contact .aside .back-mobi,
  .template-list .aside .back-mobi {
    display: -webkit-flex;
    display: flex;
  }

  /* line 602, ../../sass/app/product.scss */
  .template-contact .main .contact-info {
    margin-top: 32px;
    padding: 32px;
  }
  /* line 605, ../../sass/app/product.scss */
  .template-contact .main .contact-info .bg {
    display: none;
  }
  /* line 607, ../../sass/app/product.scss */
  .template-contact .main .contact-info .bg.mobi {
    display: block;
  }
  /* line 611, ../../sass/app/product.scss */
  .template-contact .main .contact-info .name {
    font-size: 16px;
  }
  /* line 614, ../../sass/app/product.scss */
  .template-contact .main .contact-info .c {
    font-size: 12px;
    color: #667085;
  }
  /* line 617, ../../sass/app/product.scss */
  .template-contact .main .contact-info .c .item {
    color: inherit;
  }

  /* line 628, ../../sass/app/product.scss */
  .template-list .main .detail-list {
    margin-top: 32px;
    max-height: 75vh;
    overflow: auto;
  }
  /* line 632, ../../sass/app/product.scss */
  .template-list .main .detail-list .item {
    min-width: 800px;
  }
  /* line 634, ../../sass/app/product.scss */
  .template-list .main .detail-list .item .col-lg-1 {
    width: 8.333%;
  }
  /* line 637, ../../sass/app/product.scss */
  .template-list .main .detail-list .item .col-lg-2 {
    width: 16.666%;
  }
  /* line 640, ../../sass/app/product.scss */
  .template-list .main .detail-list .item .col-lg-3 {
    width: 25%;
  }
  /* line 643, ../../sass/app/product.scss */
  .template-list .main .detail-list .item .col-lg-4 {
    width: 33.333%;
  }
  /* line 646, ../../sass/app/product.scss */
  .template-list .main .detail-list .item .col-lg-6 {
    width: 50%;
  }
  /* line 649, ../../sass/app/product.scss */
  .template-list .main .detail-list .item .name {
    position: sticky;
    left: -2px;
    z-index: 9;
  }
  /* line 655, ../../sass/app/product.scss */
  .template-list .main .detail-list .item.head {
    position: sticky;
    top: 0;
    background-color: #F2F4F7;
    z-index: 9;
  }
  /* line 661, ../../sass/app/product.scss */
  .template-list .main .detail-list .item.co {
    position: relative;
    z-index: 1;
  }
  /* line 664, ../../sass/app/product.scss */
  .template-list .main .detail-list .item.co .name {
    height: 124px;
  }
  /* line 668, ../../sass/app/product.scss */
  .template-list .main .detail-list .item.co .struct img {
    height: 100px;
    width: 100px;
  }
}
<!--0.00025606155395508-->