.product-banner {
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  animation: bannerZoom 20s ease-in-out infinite;
}
.product-banner .product-banner-content {
  position: absolute;
  top: 30%;
}
.product-banner .product-banner-content.center {
  width: 100%;
}
.product-banner .product-banner-content .product-search-container {
  margin-top: 50px;
}
.product-banner .product-banner-content .product-search-container-top {
  margin-top: 27px !important;
}
.product-banner .product-banner-content-p p {
  max-width: 926px;
  height: 80px;
  font-weight: 400;
  font-size: 22px;
  color: #213343;
  line-height: 36px;
}
.product-banner .h3-bottom {
  margin-bottom: 27px !important;
}
.product-banner h3 ,.product-banner h1{
  font-weight: bold;
  font-size: 80px;
  color: #087FE7;
  line-height: 88px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.product-banner .product-search-container {
  display: flex;
  align-items: center;
  max-width: 1020px;
  margin-top: 20px;
  background: #fff;
  border-radius: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 76px;
  justify-content: space-between;
}
.product-banner .product-search-container .product-search-input {
  width: 85%;
  min-height: 76px;
  padding: 0 20px;
  border: none;
  font-size: 16px;
  border-radius: 60px;
}
.product-banner .product-search-container .product-search-input::placeholder {
  color: #999;
}
.product-banner .product-search-container .product-search-input:focus {
  outline: none;
}
.product-banner .product-search-container .product-search-button {
  width: 95px;
  padding: 24px;
  margin: 0 8px 0 0;
  border: none;
  border-radius: 60px;
  background: #0066FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.product-banner .product-search-container .product-search-button:hover {
  background: #0052cc;
}
.product-banner .product-search-container .product-search-button img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.product-banner .product-banner-content.center h3 {
  text-align: center;
}
.product-banner .product-banner-content.center .product-search-container {
  margin: 0 auto;
}
.product-banner-list {
  display: flex;
  justify-content: space-between;
  gap: 33px;
  max-width: 1520px;
  margin: 60px auto 0;
  align-items: center;
}
.product-banner-list li {
  width: 33%;
}
.product-banner-list li a {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
  background: url('../png/banner-listbg.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 10px;
  height: 180px;
  box-sizing: border-box;
  align-items: center;
  transition: all 0.3s;
}
.product-banner-list li a .list-item-left h2 {
  font-weight: 600;
  font-size: 20px;
  color: #1C1F1F;
  line-height: 32px;
}
.product-banner-list li a .list-item-left p {
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  line-height: 32px;
}
.product-banner-list li a:hover,
.product-banner-list li a.active {
  background: url('../png/banner-listbg-h.png') no-repeat center center;
  background-size: 100% 100%;
  height: 190px;
}
.product-banner-list li a:hover p,
.product-banner-list li a.active p,
.product-banner-list li a:hover h2,
.product-banner-list li a.active h2 {
  color: #fff;
}
.product-title {
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  line-height: 84px;
  text-align: left;
  margin-bottom: 85px;
  max-width: 970px;
}
.product-title-bottom {
  margin-bottom: 28px !important;
}
.product-documentation-one-bottom {
  padding-bottom: 197px !important;
}
/*res product documentation*/
.product-documentation-one {
  padding: 120px 0 150px;
  position: relative;
}
.product-documentation-one::before {
  content: '';
  width: 110px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -105px;
  z-index: 99;
}
.product-documentation-one-top {
  position: relative;
}
.product-documentation-one-top p {
  margin-bottom: 90px;
  font-weight: 400;
  font-size: 22px;
  color: #1E2020;
  line-height: 36px;
  max-width: 80%;
}
.explore-popular-products-top {
  padding-top: 96px !important;
  overflow: hidden;
}
.product-documentation-one-btn {
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
}
.product-documentation-one-btn-space {
  width: 120px;
  position: absolute;
  right: 0;
  top: 42px;
}
.product-documentation-one-next,
.product-documentation-one-prev {
  width: 56px;
  height: 56px;
  background: #EEEEEE;
  border-radius: 50%;
  margin-top: 10px;
}
.product-documentation-one-next i,
.product-documentation-one-prev i {
  font-size: 26px;
  color: #666666;
}
.product-documentation-one-next::before,
.product-documentation-one-prev::before,
.product-documentation-one-next::after,
.product-documentation-one-prev::after {
  display: none;
}
.product-documentation-one-next:hover,
.product-documentation-one-prev:hover {
  background: #2788ff;
  transition: all 0.3s;
}
.product-documentation-one-next:hover i,
.product-documentation-one-prev:hover i {
  color: #fff;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.product-documentation-one .product-documentation-one-pagination {
  bottom: -85px;
}
.product-documentation-one-next {
  right: 0;
}
.product-documentation-one-prev {
  left: 0;
}
.product-documentation-one-prev i {
  transform: rotate(-180deg);
}
.product-documentation-one-swiper {
  overflow: visible;
}
.product-documentation-one-swiper .swiper-slide {
  width: 666px !important;
}
.product-documentation-one-swiper .one-swiper {
  overflow: visible;
}
.product-documentation-one-swiper .one-swiper .swiper-slide {
  max-width: 810px;
}
.one-item {
  padding: 54px 20px 51px 63px !important;
  height: 572px !important;
}
.one-item h2 {
  margin: 29px 0px 20px;
}
.one-item p {
  margin-bottom: 20px;
  max-width: 644px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.one-item a {
  width: 177px;
  height: 58px;
  display: flex;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #087FE7;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #087FE7;
  line-height: 32px;
  transition: all 0.3s;
  left: 63px !important;
  bottom: 51px !important;
}
.one-item a:hover {
  background: #087FE7;
  color: #fff;
}
.swiper-download {
  max-width: 644px;
  height: 93px;
  background-image: url('../png/download.png');
  background-repeat: no-repeat;
  padding: 36px 0px 29px 31px;
  box-sizing: border-box;
  background-size: 100% 100%;
}
.product-documentation-one-item {
  display: block;
  width: 100%;
  height: 620px;
  background: rgba(246, 245, 244, 0.85);
  border-radius: 10px;
  padding: 38px 28px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}
.product-documentation-one-item h2 {
  max-width: 470px;
  font-weight: 600;
  font-size: 40px;
  color: #1E2020;
  line-height: 60px;
  margin: 10px 0 30px;
}
.product-documentation-one-item p {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 限制在5行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 145px;
}
.product-documentation-one-item a {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 58px;
  display: flex;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #087FE7;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #087FE7;
  line-height: 32px;
  transition: all 0.3s;
  left: 38px;
  bottom: 64px;
}
.product-documentation-one-item a:hover {
  background: #087FE7;
  color: #fff;
}
.product-documentation-one-item:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.product-documentation-two {
  padding: 100px 0px;
}
.pro-res-two-swiper {
  padding-bottom: 30px;
}
.pro-res-two-swiper .swiper-slide {
  margin-top: 0 !important;
}
.pro-res-item {
  width: 100%;
  height: 460px;
  background: #FAFAFA;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  display: block;
  margin-bottom: 54px;
  transition: all 0.3s;
}
.pro-res-item:hover {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.15);
}
.pro-res-item .item-top {
  display: flex;
  width: 100%;
  height: 50%;
  padding: 50px 55px 30px 50px;
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.04) 0%, rgba(8, 127, 231, 0.04) 100%);
  justify-content: space-between;
  box-sizing: border-box;
}
.pro-res-item .item-top .item-top-left {
  padding-right: 50px;
}
.pro-res-item .item-top span {
  display: inline-block;
  min-width: 90px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #2788FF;
  margin-bottom: 20px;
}
.pro-res-item .item-top h3 {
  font-weight: 600;
  font-size: 26px;
  color: #1C1F1F;
  line-height: 40px;
}
.pro-res-item .item-bottom {
  width: 100%;
  height: 50%;
  padding: 20px 50px 30px 50px;
  box-sizing: border-box;
}
.pro-res-item .item-bottom p {
  font-weight: 400;
  font-size: 18px;
  color: #1C1F1F;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制在5行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 90px;
}
.pro-res-item .item-link {
  margin-top: 33px;
  color: rgba(0, 0, 0, 0.1);
}
.pro-res-item .item-link a {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  color: #2888FF;
  line-height: 33px;
}
.pro-res-item .item-link a:hover {
  color: #45bb79;
}
.pro-res-two-swiper .pro-res-two-pagination {
  bottom: 0px;
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.product-documentation-three {
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.15) 0%, rgba(253, 253, 253, 0.15) 100%);
  padding: 140px 0 200px;
  position: relative;
}
.product-documentation-three::after {
  position: absolute;
  content: '';
  width: 1390px;
  height: 926px;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  background: url('../png/product-doc-three-bg.png') no-repeat center center;
}
.product-documentation-three-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-documentation-three-right {
  display: flex;
  position: relative;
  z-index: 99;
}
.product-documentation-three-right::after {
  content: '';
  position: absolute;
  width: 304px;
  height: 304px;
  background: url('../png/product-doc-three-bg2.png') no-repeat center center;
  right: -100px;
  bottom: -150px;
  z-index: 9;
  transition: all 0.3s;
}
.product-documentation-three-right.scroll-active::after {
  bottom: -100px;
}
.product-documentation-three-right img {
  max-width: 1000px;
}
.product-documentation-three-left {
  padding-top: 30px;
  max-width: 700px;
}
.product-documentation-three-left .product-title {
  margin-bottom: 20px;
}
.product-documentation-three-left .product-title-desc {
  font-weight: 500;
  font-size: 22px;
  color: #707070;
  line-height: 36px;
  margin-bottom: 30px;
}
.pro-a-icon,
.pro-a-download a {
  display: flex;
  min-width: 210px;
  height: 58px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 20px;
  transition: all 0.3s;
}
.pro-a-icon i,
.pro-a-download a i {
  color: #FFFFFF;
  font-size: 20px;
}
.pro-a-icon p,
.pro-a-download a p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.pro-a-icon {
  background: #087FE7;
}
.pro-a-icon:hover {
  background: #00B738;
}
.pro-a-download {
  background: #F8FBF9;
  border: 1px solid #CAF1D4;
  width: 570px;
  padding: 28px 30px;
  box-sizing: border-box;
  position: relative;
}
.pro-a-download > p {
  font-weight: 500;
  font-size: 20px;
  color: #1C1F1F;
  line-height: 36px;
}
.pro-a-download a {
  background: #00B738;
  transition: all 0.3s;
  height: 48px;
}
.pro-a-download a:hover {
  background: #087FE7;
}
.pro-a-download span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 101px;
  height: 79px;
  background: linear-gradient(90deg, rgba(0, 183, 56, 0.08) 0%, rgba(161, 230, 180, 0.08) 100%);
  border-radius: 27px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro-a-download span::before {
  content: '';
  position: absolute;
  width: 115px;
  height: 93px;
  background: linear-gradient(90deg, rgba(0, 183, 56, 0.05) 0%, rgba(161, 230, 180, 0.05) 100%);
  border-radius: 27px 0px 0px 0px;
  right: 0;
  bottom: 0;
}
.pro-a-download span i {
  font-size: 40px;
  color: #fff;
}
.pro-a-list {
  overflow: hidden;
  display: block;
  margin: 40px 0 28px;
}
.pro-a-list li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 5px;
}
.pro-a-list li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #D8D8D8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-a-list li:last-child::after {
  display: none;
}
.pro-a-list li a {
  font-weight: 500;
  font-size: 18px;
  color: #2888FF;
  line-height: 25px;
}
.pro-a-list li a:hover {
  color: #00B738;
}
.pro-a-detail {
  font-weight: 500;
  font-size: 18px;
  color: #2788FF;
  line-height: 24px;
  margin-top: 30px;
  display: block;
}
.pro-a-detail i {
  font-size: 24px;
  margin-left: 10px;
  vertical-align: middle;
  transition: all 0.3s;
}
.pro-a-detail:hover {
  color: #00B738;
}
.pro-a-detail:hover i {
  margin-left: 15px;
}
.product-documentation-five {
  padding-bottom: 100px;
}
.product-documentation-five::after {
  position: absolute;
  content: '';
  width: 1182px;
  height: 788px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('../png/product-doc-three-bgs.png') no-repeat center center;
}
.product-documentation-five .pro-a-detail {
  margin-top: 50px;
}
.product-documentation-four {
  padding: 100px 0 100px;
}
.product-documentation-six {
  padding: 50px 0 170px;
}
.product-documentation-six-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4列，每列宽度相等 */
  grid-template-rows: repeat(2, 1fr);
  /* 2行，每行高度相等 */
  gap: 56px 28px;
}
.product-documentation-six-list li .icon-box {
  width: 75px;
  height: 75px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.product-documentation-six-list li .icon-box img {
  transition: all 0.3s;
}
.product-documentation-six-list li h3 {
  font-weight: 500;
  font-size: 22px;
  color: #1A1A1A;
  line-height: 32px;
  margin-bottom: 12px;
}
.product-documentation-six-list li p {
  font-weight: 400;
  font-size: 18px;
  color: #707070;
  line-height: 32px;
}
.product-documentation-six-list li i {
  color: #2788ff;
  font-size: 18px;
  position: absolute;
  right: 50px;
  bottom: 44px;
  width: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.product-documentation-six-list li a {
  display: block;
  padding: 22px 30px;
  width: 100%;
  height: 235px;
  background: #F6F5F4;
  border-radius: 16px;
  box-sizing: border-box;
  transition: all 0.3s;
  position: relative;
}
.product-documentation-six-list li a:hover {
  background: linear-gradient(180deg, #DAE8FF 0%, #F7FAFF 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.product-documentation-six-list li a:hover i {
  opacity: 1;
  width: 18px;
  right: 25px;
}
.product-documentation-six-list li a:hover .icon-box img {
  transform: rotateY(180deg);
}
/*zstack cloud*/
.res_pro_down_title {
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.15) 0%, rgba(253, 253, 253, 0.15) 100%);
  padding: 40px 30px 20px;
  text-align: center;
  margin-top: 86px;
  position: relative;
}
.res_pro_down_title::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 44px;
  background: url('../png/res-pro-xing.png') no-repeat center center;
  left: 10%;
  top: 36px;
}
.res_pro_down_title h2 {
  font-weight: 500;
  font-size: 22px;
  color: #1A1A1A;
  max-width: 75%;
  margin: 0 auto;
}
.res_pro_down_title a {
  color: #087FE7;
  text-decoration: underline;
}
.res_pro_down_title a:hover {
  color: #00B738;
}
.res_pro_down_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  padding-top: 70px;
}
.res_pro_down_content_left {
  box-sizing: border-box;
  width: 314px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 40px 18px;
  position: sticky;
  top: 0;
}
.res_pro_down_content_left h3 {
  font-weight: 600;
  font-size: 16px;
  color: #00012F;
  line-height: 23px;
  margin-bottom: 20px;
  display: block;
}
.res_pro_down_content_left ul {
  position: relative;
  min-height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.res_pro_down_content_left ul::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #DDDDDD;
  left: 0;
  top: 0;
}
.res_pro_down_content_left ul::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 34px;
  background: #2788FF;
  border-radius: 0px 0px 0px 0px;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.res_pro_down_content_left ul a {
  display: inline-block;
}
.res_pro_down_content_left ul .d-tit {
  font-weight: 500;
  font-size: 16px;
  color: #707070;
  line-height: 34px;
  cursor: pointer;
}
.res_pro_down_content_left ul .d-tit2 {
  height: 28px;
  box-sizing: border-box;
  padding: 3px 10px;
  border-radius: 14px;
  border: 1px solid rgba(39, 136, 255, 0.9);
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #2788FF;
  background: #F6F5F4;
}
.res_pro_down_content_left ul .d-tit2:hover {
  background: #087FE7;
  color: #fff;
}
.res_pro_down_content_left ul .m-tit .d-tit {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
}
.res_pro_down_content_left ul li {
  padding-bottom: 20px;
  padding-left: 13px;
  line-height: 34px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.res_pro_down_content_left ul li.pd10 {
  padding-bottom: 10px;
}
.res_pro_down_content_left ul li:hover .d-tit {
  color: #087FE7;
}
.res_pro_down_content_left ul li:last-child {
  margin-bottom: 0;
}
.res_pro_down_content_left ul li.active .d-tit {
  color: #087FE7;
}
.res_pro_down_content_left .jt-left {
  position: absolute;
  top: 0;
  left: -70px;
  width: 40px;
  height: 34px;
}
.res_pro_down_content_left.fff {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.res_pro_down_content_left.green ul::after {
  background: #34A853;
}
.res_pro_down_content_left.green ul li:hover .d-tit {
  color: #34A853;
}
.res_pro_down_content_left.green ul li.active .d-tit {
  color: #34A853;
}
.res_pro_down_content_right {
  width: calc(100% - 314px - 45px);
}
.res_pro_down_content_right_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 4列，每列宽度相等 */
  gap: 56px 28px;
}
.down-card {
  border-radius: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 478px;
  background: #FAFAFA;
  border: 1px solid #98D7FE;
  position: relative;
}
.down-card::before {
  content: '';
  position: absolute;
  width: 67px;
  height: 67px;
  background: url('../png/icon-top.png') no-repeat center center;
  background-size: 100% 100%;
  left: -10px;
  top: -10px;
  display: none;
}
.down-card.top::before {
  display: block;
}
.card-top {
  width: 100%;
  height: 280px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.04) 0%, rgba(8, 127, 231, 0.04) 100%);
  border-radius: 10px 10px 0px 0px;
  padding: 42px 25px 42px 42px;
}
.card-top .icon-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.card-top .icon-title-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-top .icon-title-left span {
  font-weight: 600;
  font-size: 26px;
  color: #087FE7;
  line-height: 58px;
}
.card-top .icon-box {
  height: 58px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 35px;
}
.card-top h3 {
  font-weight: 500;
  font-size: 22px;
  color: #1C1F1F;
  line-height: 40px;
}
.card-top p {
  font-weight: 400;
  font-size: 14px;
  color: #707070;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制在3行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 72px;
}
.res-down-a {
  display: flex;
  width: 200px;
  height: 58px;
  background: #087FE7;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.res-down-a i {
  font-size: 22px;
  margin-right: 10px;
}
.res-down-a:hover {
  background: #00B738;
  color: #fff;
}
.card-bottom {
  width: 100%;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-content-left img {
  width: 182px;
}
.card-content-left p {
  font-weight: 400;
  font-size: 16px;
  color: #1C1F1F;
  line-height: 30px;
  margin-bottom: 15px;
}
.card-content-left ul li {
  padding-left: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.card-content-left ul li::before {
  content: '✓';
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #79C0FF;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*res_pro_video*/
.product-video-swiper {
  padding: 20px 0 120px;
}
.product-video-swiper .product-documentation-one-item {
  height: 570px;
}
.product-video-swiper .product-documentation-one-item h2 {
  max-width: 100%;
}
.product-video-swiper .product-documentation-one-item p {
  max-width: 80%;
}
.res-product-video-box1 {
  padding: 100px 0;
}
.res-product-video-box1 .product-title {
  margin-bottom: 50px;
}
.res-product-video-box2 {
  padding: 100px 0 90px;
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.15) 0%, rgba(253, 253, 253, 0.15) 100%);
}
.res-product-video-box2 .product-title {
  margin-bottom: 0px;
}
.res-product-video-box2 .res_pro_down_content_left ul {
  min-height: 0;
  margin-bottom: 80px;
}
.product-video-first {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.res-video-title {
  font-weight: 600;
  font-size: 30px;
  color: #087FE7;
  line-height: 50px;
  margin-bottom: 15px;
}
.res_pro_down_content_right_top {
  margin-bottom: 66px;
}
.res-video-item {
  width: 100%;
  height: 666px;
  background: #FAFAFA;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.video-item-top {
  padding: 15px 30px;
  height: 235px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: url('../png/video-bg.png') no-repeat center center;
  background-size: cover;
  position: relative;
  justify-content: space-between;
}
.video-item-top::before {
  content: '';
  position: absolute;
  width: 114px;
  height: 30px;
  background: url('../png/video-logo.png') no-repeat center center;
  background-size: 100%;
  left: 30px;
  bottom: 23px;
}
.video-item-top .video-item-top-left {
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.video-item-top .video-item-top-left span {
  font-weight: 500;
  font-size: 16px;
  color: #087FE7;
  line-height: 46px;
  margin-bottom: 20px;
}
.video-item-top .video-item-top-left h3 {
  font-weight: 600;
  font-size: 19px;
  color: #373738;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在5行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 72px;
}
.video-item-bottom {
  padding: 30px 35px;
}
.video-item-bottom a {
  font-weight: 600;
  font-size: 22px;
  color: #1C1F1F;
  line-height: 40px;
  margin-bottom: 25px;
  transition: all 0.3s;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在5行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 80px;
}
.video-item-bottom a:hover {
  color: #087FE7;
}
.video-item-bottom p {
  font-weight: 400;
  font-size: 18px;
  color: #1C1F1F;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 限制在5行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 150px;
}
.video-item-bottom-list {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.video-item-bottom-list li {
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
}
.video-item-bottom-list li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #707070;
  min-width: 100px;
  padding: 5px;
  box-sizing: border-box;
  height: 35px;
  line-height: 25px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #B8B8B8;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 0;
}
.video-item-bottom-list li a:hover {
  background: #087FE7;
  border-color: #087FE7;
  color: #fff;
}
.video-bf {
  width: 116px;
  height: 116px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.video-bf i {
  font-size: 25px;
  color: #087FE7;
}
.video-bf:hover {
  background: #087FE7;
}
.video-bf:hover i {
  color: #fff;
}
.res-video-item.small {
  height: 565px;
}
.res-video-item.small .video-bf {
  width: 96px;
  height: 96px;
}
.res-video-item.small .video-item-top::before {
  width: 90px;
}
.res-video-item.small .video-item-top span {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 15px;
}
.res-video-item.small .video-item-top h3 {
  font-size: 16px;
  line-height: 30px;
}
.res-video-item.small .video-item-bottom {
  padding: 20px 30px;
}
.res_pro_down_content_right_box-index {
  gap: 30px 64px;
  margin-bottom: 30px;
}
.res_pro_down_content_right_box-index .video-item-top {
  height: 200px;
}
.res_pro_down_content_right_box-index .video-item-top .video-item-top-left span {
  font-weight: 500;
  font-size: 14px;
  color: #087FE7;
  line-height: 30px;
  margin-bottom: 15px;
}
.res_pro_down_content_right_box-index .video-item-top .video-item-top-left h3 {
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
}
.res_pro_down_content_right_box-index .video-item-top::before {
  width: 94px;
}
.res_pro_down_content_right_box-index .res-video-item {
  height: 410px;
}
.res_pro_down_content_right_box-index .video-bf {
  width: 96px;
  height: 96px;
}
.res_pro_down_content_right_box-index .video-item-bottom a {
  margin-bottom: 10px;
}
.res_pro_down_content_right_box-index .video-item-bottom p {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}
/*rechnica*/
.rechnica-new {
  margin-top: 100px;
}
.rechnica-new-list li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #E5E5E5;
}
.rechnica-new-item {
  display: block;
}
.rechnica-new-item h2 {
  font-weight: 600;
  font-size: 22px;
  color: #1C1F1F;
  line-height: 40px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.rechnica-new-item p {
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  line-height: 24px;
  margin-bottom: 15px;
}
.rechnica-new-item span {
  color: #2888FF;
  line-height: 28px;
}
.rechnica-new-item:hover h2 {
  color: #087FE7;
  padding-left: 10px;
}
.tab-item {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.tab-item span {
  height: 28px;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
}
.tab-item span.green {
  background: #DFF5E5;
  color: #34A853;
}
.tab-item span.yellow {
  background: #FFDE9F;
  color: #FFAD0F;
}
.rechnica-new-top {
  margin-bottom: 30px;
}
.rechnica-new-top-tit {
  width: 100%;
  padding: 8px 90px;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
  position: relative;
  margin-bottom: 30px;
}
.rechnica-new-top-tit::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../svg/gwen-icon.svg') no-repeat center center #F3F2F2;
  z-index: 1;
  border-right: 1px solid #B8B8B8;
}
.rechnica-new-top-tit p {
  font-weight: 500;
  font-size: 20px;
  color: #1C1F1F;
  line-height: 24px;
}
.rechnica-new-top-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #1A1A1A;
}
.main-content-linear {
  background: linear-gradient(180deg, rgba(0, 183, 56, 0.15) 0%, rgba(253, 253, 253, 0.15) 100%);
  padding-top: 128px;
  padding-bottom: 153px;
  box-sizing: border-box;
}
.main-content {
  padding-bottom: 148px;
  box-sizing: border-box;
}
.product-title-h2 {
  max-width: 1014px;
  font-weight: bold;
  font-size: 60px;
  color: #1A1A1A;
  line-height: 80px;
  margin-bottom: 78px;
}
.product-content-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.pro-res-item-size {
  height: 565px;
  background: #FAFAFA;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  position: relative;
}
.item-top-content {
  height: 253px;
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.04) 0%, rgba(8, 127, 231, 0.04) 100%);
  border-radius: 10px 10px 0px 0px;
  padding: 28px 20px 0px 38px;
  box-sizing: border-box;
}
.item-top-bottom {
  margin-top: 30px;
  height: 36px;
  font-weight: 600;
  font-size: 26px;
  color: #1C1F1F;
  line-height: 40px;
}
.item-bottom-content {
  padding: 11px 20px 22px 38px;
  box-sizing: border-box;
}
.item-bottom-content p {
  font-weight: 400;
  font-size: 18px;
  color: #1C1F1F;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 150px;
}
.item-link-2 {
  display: flex;
  margin-top: 131px;
}
.item-link-2 a:nth-of-type(1) {
  display: block;
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #00B738;
  line-height: 33px;
}
.item-link-2 a:nth-of-type(2) {
  display: block;
  height: 15px;
  color: #00B738;
  margin: 6px 0px 0px 20px;
}
.item-link-2 a .a-i {
  font-size: 15px;
}
.item-link-a {
  display: flex;
  margin-top: 62px;
}
.item-link-a a:nth-of-type(1) {
  display: block;
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #00B738;
  line-height: 33px;
}
.item-link-a a:nth-of-type(2) {
  display: block;
  height: 15px;
  color: #00B738;
  margin: 6px 0px 0px 20px;
}
.item-link-a a .a-i {
  font-size: 15px;
}
.Key-a-icon,
.pro-a-download a {
  display: flex;
  width: 210px;
  height: 58px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.Key-a-icon i,
.pro-a-download a i {
  color: #FFFFFF;
  font-size: 20px;
}
.Key-a-icon p,
.pro-a-download a p {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.Key-a-icon {
  background: #087FE7;
}
.Key-a-icon:hover {
  background: #00B738;
}
.pro-a-list-2 {
  overflow: hidden;
  display: block;
  margin: 17px 0 31px;
}
.pro-a-list-2 li {
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.pro-a-list-2 li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #D8D8D8;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pro-a-list-2 li:last-child::after {
  display: none;
}
.pro-a-list-2 li a {
  font-weight: 500;
  font-size: 18px;
  color: #2888FF;
  line-height: 25px;
}
.pro-a-list-2 li a:hover {
  color: #00B738;
}
.item-link-key {
  display: flex;
  position: absolute;
  bottom: 30px;
}
.item-link-key a:nth-of-type(1) {
  display: block;
  height: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #00B738;
  line-height: 33px;
}
.item-link-key a:nth-of-type(2) {
  display: block;
  height: 15px;
  color: #00B738;
  margin: 6px 0px 0px 20px;
}
.item-link-key a .a-i {
  font-size: 20px;
  padding-left: 20px;
  transition: all 0.3s;
}
.item-link-key:hover a {
  color: #087FE7;
}
.item-link-key:hover a .a-i {
  padding-left: 25px;
}
.all_pro_content_right_top {
  margin-bottom: 40px;
}
.pd-t-40 {
  margin-top: 40px;
}
.all_pro_card {
  display: flex;
  flex-wrap: wrap;
  background: #FAFAFA;
	    scroll-margin-top: 150px;
}
.all_pro_card .pro-a-download {
  width: 100%;
}
.all_pro_card_top {
  width: 100%;
  padding: 25px 60px 30px 40px;
  background: linear-gradient(180deg, rgba(39, 136, 255, 0.04) 0%, rgba(8, 127, 231, 0.04) 100%);
  display: flex;
  justify-content: space-between;
  height: 153px;
  box-sizing: border-box;
  align-items: flex-start;
}
.all_pro_card_top_tit {
  max-width: 80%;
}
.all_pro_card_top_tit p {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #1C1F1F;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制在2行 */
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 64px;
  margin-bottom: 10px;
}
.all_pro_card_top_tit i {
  background: #D9F3FF;
  border-radius: 6px 6px 6px 6px;
  font-size: 16px;
  color: #52C4FF;
  line-height: 23px;
  display: inline-block;
  padding: 2px 8px;
}
.all_pro_card_top_btm {
  min-height: 215px;
  padding: 30px 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.all_pro_card_top_btm_desc {
  font-size: 16px;
  color: #1C1F1F;
  line-height: 24px;
  margin-bottom: 20px;
}
.all_pro_card_top_btm_btnbox {
  margin-bottom: 23px;
}
.all_pro_card_top_btm_btnbox .a-key {
  width: 156px;
  height: 46px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #087FE7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #2888FF;
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
}
.all_pro_card_top_btm_btnbox ul {
  display: inline-flex;
}
.all_pro_card_top_btm_btnbox ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.all_pro_card_top_btm_btnbox ul li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
}
.all_pro_card_top_btm_btnbox ul li a {
  font-size: 16px;
  color: #707070;
  line-height: 24px;
}
.all_pro_card_top_btm_btnbox ul li a:hover {
  color: #2888FF;
}
.all_pro_card_top_btm_btnbox ul li:last-child::after {
  display: none;
}
.all_pro_title {
  font-weight: 600;
  font-size: 22px;
  color: #1A1A1A;
  line-height: 32px;
  margin-bottom: 30px;
}
.all_pro_desc {
  font-size: 16px;
  color: #707070;
  line-height: 24px;
}
.all_pro_card_only {
  margin-bottom: 50px;
}
.all_pro_card_only .all_pro_card_top {
  justify-content: flex-start;
  align-items: flex-end;
}
.all_pro_card_top_btm_box {
  display: flex;
  align-items: stretch;
}
.all_pro_card_top_btm_50 {
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.res_pro_down_content_right_box_3 {
  grid-template-columns: repeat(3, 1fr);
}
.res_pro_down_content_right_box_3 .all_pro_card_top {
  padding-right: 40px;
}
@media screen and (max-width: 1720px) {
  .product-banner {
    min-height: 650px;
  }
  .product-documentation-three-right img {
    max-width: 800px;
  }
  .product-documentation-three::after {
    width: 1000px;
    height: 900px;
    background-size: 100% 100%;
  }
  .product-documentation-five::after {
    height: 800px;
  }
  .item-bottom-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .Key-a-icon {
    width: 190px;
    height: 50px;
  }
  .pro-a-list-2 li a {
    font-size: 16px;
  }
  .product-banner-list li a {
    height: 160px;
  }
  .product-banner-list li a:hover,
  .product-banner-list li a.active {
    height: 165px;
  }
  .all_pro_card_top img {
    max-width: 70px;
    max-height: 70px;
  }
}
@media screen and (max-width: 1620px) {
  .product-banner {
    min-height: 600px;
  }
  .product-documentation-one-swiper .swiper-slide {
    max-width: 500px;
  }
  .product-documentation-six {
    padding-bottom: 100px;
  }
  .down-card {
    height: 550px;
  }
  .video-item-bottom-list li a {
    min-width: 80px;
  }
  .video-bf {
    width: 100px;
    height: 100px;
  }
  .res_pro_down_content {
    margin-bottom: 0;
  }
  .product-video-swiper {
    padding-bottom: 60px;
  }
  .product-banner-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1480px) {
  .product-banner {
    min-height: 500px;
  }
  .product-banner h3 ,.product-banner h1{
    font-size: 60px;
  }
  .product-documentation-one-item h2 {
    font-size: 32px;
    line-height: 44px;
  }
  .product-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .product-documentation-one {
    padding: 70px 0;
  }
  .product-documentation-one-item a {
    height: 50px;
  }
  .product-documentation-two {
    padding: 70px 0;
  }
  .pro-res-item .item-top {
    padding: 30px;
  }
  .pro-res-item .item-top h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .pro-res-item .item-bottom {
    padding: 30px;
  }
  .product-documentation-three-right img {
    max-width: 600px;
  }
  .product-documentation-three-left {
    max-width: 500px;
  }
  .product-documentation-three-left .product-title-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .pro-a-icon,
  .pro-a-download a {
    width: 180px;
    height: 50px;
  }
  .pro-a-download {
    width: 480px;
    padding: 20px;
  }
  .product-documentation-three::after {
    width: 800px;
    height: 500px;
  }
  .product-documentation-five::after {
    height: 600px;
  }
  .product-documentation-three {
    padding: 80px 0;
  }
  .product-documentation-three-right::after {
    width: 200px;
    height: 200px;
    background-size: 100% 100%;
    right: -80px;
    bottom: -100px;
  }
  .product-documentation-four {
    padding: 0 0 0px;
  }
  .product-documentation-five {
    padding-bottom: 0;
  }
  .product-documentation-five::after {
    width: 700px;
    height: 500px;
  }
  .product-documentation-three-left {
    padding-top: 0;
  }
  .product-documentation-six {
    padding-bottom: 80px;
  }
  .product-banner .product-banner-content .product-search-container {
    margin-top: 30px;
  }
  .product-documentation-six-list li a {
    height: 200px;
    padding: 20px;
  }
  .product-documentation-six-list li p {
    font-size: 16px;
    line-height: 26px;
  }
  .product-documentation-six-list li h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .product-documentation-six-list li .icon-box {
    width: 60px;
    height: 60px;
  }
  .product-documentation-six-list li .icon-box img {
    max-height: 30px;
    max-width: 30px;
  }
  .product-title {
    font-size: 32px;
    line-height: 42px;
  }
  .product-documentation-three-left .product-title-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .pro-a-icon,
  .pro-a-download a {
    min-width: 150px;
    height: 44px;
    padding: 0 10px;
    justify-content: center;
  }
  .pro-a-icon p,
  .pro-a-download a p {
    font-size: 16px;
    margin: 0 10px;
  }
  .pro-a-icon i,
  .pro-a-download a i {
    font-size: 16px;
  }
  .Key-a-icon i,
  .pro-a-download a i {
    font-size: 16px;
  }
  .one-item {
    padding: 30px !important;
  }
  .item-top-content {
    padding: 30px;
  }
  .item-bottom-content {
    padding: 30px;
  }
  .item-top-top img {
    max-height: 100px;
  }
  .item-top-bottom {
    font-size: 20px;
    line-height: 30px;
  }
  .explore-popular-products-top {
    padding-bottom: 120px !important;
  }
  .main-content {
    padding-bottom: 100px;
  }
  .main-content-linear {
    padding: 100px 0;
  }
  .main-content-linear {
    padding-bottom: 60px;
  }
  .product-title-h2 {
    font-size: 50px;
  }
  .one-item {
    height: 500px !important;
  }
  .one-item a {
    left: 30px !important;
    bottom: 30px !important;
  }
  .product-banner .product-banner-content {
    top: 25%;
  }
  .res_pro_down_content_left {
    width: 280px;
  }
  .res_pro_down_content_right {
    width: calc(100% - 280px - 45px);
  }
  .card-top {
    padding: 30px;
  }
  .card-top .icon-title {
    margin-bottom: 10px;
  }
  .card-top .icon-box {
    margin-right: 20px;
  }
  .card-top .icon-title-left span {
    font-size: 22px;
    line-height: 32px;
  }
  .res-down-a {
    width: 150px;
    height: 44px;
    font-size: 16px;
  }
  .res-down-a i {
    font-size: 16px;
  }
  .card-content-left ul li {
    line-height: 20px;
  }
  .card-bottom {
    padding: 20px;
  }
  .down-card {
    height: 600px;
  }
  .res-video-item .video-bf,
  .res-video-item.small .video-bf {
    width: 80px;
    height: 80px;
  }
  .video-item-top .video-item-top-left h3 {
    -webkit-line-clamp: 3;
    max-height: 84px;
    font-size: 18px;
    line-height: 28px;
  }
  .video-item-bottom p {
    font-size: 16px;
  }
  .video-item-bottom a {
    font-size: 20px;
  }
  .video-item-top .video-item-top-left span {
    line-height: 30px;
  }
  .res_pro_down_content_right_top {
    margin-bottom: 40px;
  }
  .video-item-bottom-list li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .video-item-bottom-list li a {
    min-width: 70px;
  }
  .res-video-item {
    height: 600px;
  }
  .product-video-first {
    gap: 30px;
  }
  .res_pro_down_content_right {
    width: calc(100% - 280px - 30px);
  }
  .video-item-top .video-item-top-left {
    width: calc(100% - 80px);
  }
  .res-product-video-box1 {
    padding: 80px 0;
  }
  .res-product-video-box2 {
    padding: 80px 0;
  }
  .res_pro_down_content {
    padding-top: 40px;
  }
  .product-banner .product-search-container {
    min-height: 60px;
  }
  .product-banner .product-search-container .product-search-input {
    min-height: 60px;
  }
  .product-banner .product-search-container .product-search-button {
    padding: 16px;
  }
  .product-banner-list {
    max-width: 1160px;
  }
  .product-banner-list li a {
    padding: 20px;
  }
  .product-banner-list li a {
    height: 150px;
  }
  .product-banner-list li a:hover,
  .product-banner-list li a.active {
    height: 155px;
  }
  .product-banner-list .list-item-right img {
    max-height: 80px;
  }
  .res_pro_down_content_left .jt-left {
    left: -40px;
  }
  .product-banner-list {
    max-width: 960px;
  }
  .product-banner-list li a {
    font-size: 16px;
    height: 100px;
  }
  .product-banner-list li a .list-item-left h2 {
    font-size: 16px;
  }
  .product-banner-list li a .list-item-left p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-banner-list li a .list-item-right img {
    max-height: 60px;
  }
  .product-banner-list li a.active,
  .product-banner-list li a:hover {
    height: 105px;
  }
  .rechnica-new-top-tit p {
    font-size: 16px;
  }
  .rechnica-new-top-page {
    font-size: 18px;
  }
  .all_pro_card_top {
    padding: 20px;
    height: 100px;
  }
  .all_pro_card_top_btm {
    padding: 20px;
  }
  .all_pro_card_top_btm_desc {
    font-size: 14px;
  }
  .all_pro_card_top_btm_btnbox .a-key {
    font-size: 14px;
    width: auto;
    height: 36px;
    padding: 0 10px;
  }
  .pro-a-icon,
  .pro-a-download a {
    min-width: 120px;
    height: 36px;
  }
  .pro-a-download > p {
    font-size: 16px;
  }
  .pro-a-detail {
    font-size: 14px;
  }
  .pro-a-detail i {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .product-banner {
    min-height: 400px;
  }
  .product-banner h3 ,.product-banner h1{
    font-size: 50px;
    line-height: 60px;
  }
  .product-banner .product-search-container {
    max-width: 500px;
    min-height: 50px;
  }
  .product-banner .product-search-container .product-search-input {
    min-height: 50px;
  }
  .product-banner .product-search-container .product-search-button {
    width: 70px;
    max-height: 40px;
  }
  .product-documentation-one-swiper {
    overflow: hidden;
  }
  .product-documentation-one-swiper .swiper-slide {
    max-width: 100%;
  }
  .product-documentation-one-item {
    height: 420px;
    padding: 30px;
  }
  .product-documentation-one-item h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .product-documentation-one-item p {
    font-size: 16px;
    line-height: 26px;
  }
  .product-documentation-one-item a {
    height: 44px;
    font-size: 16px;
    left: 30px;
    bottom: 30px;
  }
  .pro-res-item {
    height: 400px;
  }
  .pro-res-item .item-top h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .pro-res-item .item-top .item-top-right {
    max-width: 150px;
  }
  .pro-res-item .item-top .item-top-right img {
    width: 100%;
  }
  .pro-res-item .item-bottom p {
    font-size: 16px;
    line-height: 26px;
  }
  .pro-res-item .item-link a {
    font-size: 16px;
  }
  .pro-a-list li a {
    font-size: 16px;
  }
  .pro-a-download {
    width: 80%;
  }
  .pro-a-download > p {
    font-size: 16px;
  }
  .product-documentation-three-right img {
    max-width: 450px;
  }
  .product-documentation-three::after {
    width: 700px;
  }
  .product-documentation-five::after {
    width: 600px;
    height: 400px;
    top: 60%;
  }
  .product-documentation-six-list li a {
    height: 180px;
    padding: 15px;
  }
  .product-documentation-six-list li p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-documentation-six-list li h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .product-content-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .explore-popular-products-top {
    padding: 60px 0 !important;
  }
  .product-documentation-one-top p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .swiper-download {
    padding: 10px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .res_pro_down_content_right_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .down-card {
    height: auto;
  }
  .res_pro_down_title {
    padding: 20px;
  }
  .res_pro_down_title::before {
    width: 30px;
    height: 22px;
    background-size: 100% 100%;
    left: 20px;
    top: 25px;
  }
  .res_pro_down_title h2 {
    font-size: 17px;
    line-height: 28px;
    max-width: 90%;
  }
  .product-video-swiper .product-documentation-one-item {
    height: 440px;
  }
}
@media screen and (max-width: 1023px) {
  .product-banner {
    min-height: 250px;
    background-size: cover !important;
  }
  .product-banner h3 ,.product-banner h1{
    font-size: 36px;
  }
  .product-banner .product-banner-content p {
    display: none;
  }
  .product-banner .product-banner-content .product-search-container {
    margin-top: 0px;
  }
  .product-documentation-three-content {
    display: block;
  }
  .product-documentation-three-content .product-documentation-three-left {
    max-width: 100%;
  }
  .product-documentation-three-content .product-documentation-three-right {
    margin-top: 50px;
  }
  .product-documentation-three-content .product-documentation-three-right img {
    max-width: 100%;
  }
  .product-documentation-three::after {
    display: none;
  }
  .pro-a-download {
    width: 100%;
  }
  .product-documentation-three-right::after {
    right: -50px;
  }
  .pro-res-item .item-top {
    align-items: center;
    padding: 20px;
  }
  .pro-res-item .item-top h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .pro-res-item .item-top .item-top-left {
    padding-right: 30px;
  }
  .pro-res-item .item-bottom {
    padding: 20px;
  }
  .product-documentation-six-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .product-title-h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .main-content {
    padding-bottom: 60px;
  }
  .main-content-linear {
    padding: 60px 0;
  }
  .pro-res-item-size {
    height: 500px;
  }
  .item-link-a {
    margin-top: 20px;
  }
  .item-top-content {
    height: 200px;
  }
  .item-top-top img {
    max-height: 80px;
  }
  .item-top-bottom {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .main-content-linear {
    padding-bottom: 0;
  }
  .card-top {
    height: auto;
  }
  .res_pro_down_content_right {
    width: 100%;
  }
  .product-video-first {
    display: block;
  }
  .res-video-item,
  .res-video-item.small {
    height: auto;
    margin-bottom: 30px;
  }
  .product-video-swiper {
    padding-bottom: 10px;
  }
  .product-banner-list {
    display: none;
  }
  .all_pro_card_top_btm_50 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .product-documentation-two {
    padding-top: 0;
  }
  .product-documentation-one-btn {
    display: none;
  }
  .product-documentation-one-item {
    padding: 20px;
  }
  .product-documentation-one-item h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .product-documentation-one {
    padding: 60px 0;
  }
  .product-title {
    font-size: 28px;
    line-height: 38px;
  }
  .pro-res-item {
    margin-bottom: 30px;
  }
  .pro-a-list li {
    margin-right: 10px;
    padding-right: 10px;
  }
  .product-documentation-six-list li i {
    right: 10px !important;
  }
  .product-documentation-six-list li p {
    padding-right: 10px;
  }
  .product-documentation-six-list li .icon-box {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }
  .product-documentation-six-list li .icon-box img {
    max-height: 20px;
    max-width: 20px;
  }
  .product-documentation-three {
    padding: 60px 0;
  }
  .product-documentation-four {
    padding: 0 0 60px;
  }
  .product-documentation-six {
    padding-bottom: 60px;
  }
  .product-content-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-content-3 .product-documentation-three-item {
    margin-bottom: 30px;
  }
  .pro-res-item-size {
    height: auto;
  }
  .product-title-h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .card-top {
    padding: 20px;
  }
  .card-top .icon-title-left {
    justify-content: flex-start;
  }
  .card-top .icon-title {
    display: block;
  }
  .card-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .card-content-left p {
    margin-top: 10px;
  }
  .video-item-top {
    padding: 15px 20px;
  }
  .video-item-top::before {
    left: 20px;
  }
  .res-video-item.small .video-item-bottom {
    padding: 20px;
  }
  .res-product-video-box1,
  .res-product-video-box2 {
    padding: 40px 0;
  }
  .video-item-bottom a {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
  }
  .res_pro_down_content {
    padding-top: 20px;
  }
  .res-video-title {
    font-size: 20px;
  }
  .video-item-top .video-item-top-left h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .video-item-bottom {
    padding: 20px;
  }
  .video-item-top::before {
    width: 90px;
    left: 20px;
    bottom: 20px;
  }
  .res_pro_down_content_right_top {
    margin-bottom: 30px;
  }
  .res_pro_down_content_right_box {
    gap: 0;
  }
  .product-documentation-six-list {
    gap: 20px;
  }
  .product-documentation-six-list li h3 {
    font-size: 16px;
  }
  .product-banner h3 ,.product-banner h1{
    font-size: 28px;
    line-height: 38px;
  }
  .product-banner .product-search-container {
    max-width: 90%;
  }
  .rechnica-new-top-tit {
    padding: 8px 8px 8px 75px;
  }
  .rechnica-new-top-tit p {
    font-size: 14px;
    line-height: 24px;
  }
  .rechnica-new-item h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .tab-item span {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .res_pro_down_content_left {
    width: 90vh;
  }
  .product-documentation-one-item a {
    left: 20px;
  }
  .item-link-key {
    position: relative;
    margin-top: 30px;
  }
  .product-content-3 .product-documentation-three-item:last-child {
    display: block;
  }
  .all_pro_card {
    margin-bottom: 30px;
  }
  .all_pro_card_top img {
    width: 50px;
    height: 50px;
  }
  .res_pro_down_content_right_box_3 .all_pro_card_top {
    padding-right: 20px;
  }
}
