.top-banner .circle-icon {
  width: 30px;
  height: 30px;
  background: #e47f20;
  border-radius: 50%;
  margin-top: 40px;
  cursor: pointer;
}
.top-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
  margin-top: 15px;
}
.top-container .left {
  position: relative;
}
.top-container .left,
.top-container .right {
  width: calc(50% - 90px);
}
.top-container .left .base-title {
  margin-bottom: 20px;
  line-height: 1.2;
}
.top-container .left .desc {
  line-height: 32px;
}
.product-key-feature .right-content {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 30px;
}

.product-key-feature .right-content::-webkit-scrollbar {
  width: 2px;
}

.product-key-feature ul li {
  font-size: 17px;
  color: #025872;
  line-height: 30px;
  list-style: inside;
}
.product-key-feature ul li p {
  display: inline;
  color: inherit;
}
.top-container .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-container .right .title {
  margin-bottom: 18px;
}
.top-container .right .featured-list {
  margin-bottom: 75px;
}
.top-container .right .featured-list li {
  color: #025872;
  line-height: 30px;
  list-style: disc;
}
.top-container .right .download-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.top-container .right .download-box .btn {
  background: #e68000;
  border-radius: 25px;
  padding: 17px 36px;
  color: #ffffff;
  margin-right: 20px;
}

.top-container .right .download-box .download i {
  font-size: 28px;
  color: #e68000;
  padding-left: 30px;
  padding-right: 12px;
}
.top-container .right .download-box .select-box {
  position: relative;
  margin-right: 20px;
}
.top-container .right .download-box .select-box:hover .select-popover {
  display: block;
}
.top-container .right .download-box .select-box .btn {
  margin-right: 0;
}
.top-container .right .download-box .select-box .select-popover {
  position: absolute;
  display: none;
  min-width: 100%;
  padding-top: 6px;
  z-index: 99;
}
.top-container .right .download-box .select-box .select-pop {
  position: absolute;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ebeef5;
  border-radius: 4px;
  padding: 18px 20px;
  left: 0;
  /* transform: translateX(-50%); */
}
.top-container .right .download-box .select-box .select-pop li {
  list-style: none;
}
.top-container .right .download-box .select-box .select-pop .pop-arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -12px;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #ebeef5;
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  left: 70px;
  /* transform: translateX(-50%); */
}
.top-container .right .download-box .select-box .select-pop .pop-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 1px;
  border-width: 6px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #fff;
  content: "";
}
.top-container .right .download-box .tag-list {
  display: flex;
  align-items: center;
}
.top-container .right .download-box .tag-list a {
  margin-right: 8px;
}
.top-container .right .download-box .tag-list a img {
  width: 30px;
  height: 30px;
}

.top-container .swiper-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.top-container .vertical-swiper {
  width: 70px;
  height: 360px;
  margin-left: 0;
}
.swiper-box .vertical {
  height: 360px;
}
.swiper-box .vertical,
.swiper-box .horizontal {
  position: relative;
}
.top-container .vertical-swiper .swiper-slide {
  overflow: hidden;
  cursor: pointer;
}
.top-container .vertical-swiper .swiper-slide img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.top-container .vertical-swiper .swiper-slide.active {
  border: 2px solid #025872;
}
.vertical .swiper-button-prev {
  transform: translateX(-50%) rotate(90deg);
  top: -15px;
  left: 50%;
}
.vertical .swiper-button-next {
  transform: translateX(-50%) rotate(90deg);
  top: calc(100% + 15px);
  left: 50%;
}
.vertical .swiper-button-next:after,
.vertical .swiper-button-prev:after {
  font-size: 15px;
  color: #777;
}
.swiper-box .horizontal {
  margin-right: 83px;
}
.top-container .horizontal-swiper {
  width: 428px;
  height: 360px;
  /* margin-top: 20px; */
}
.horizontal .swiper-button-prev {
  /* transform: translateY(-50%); */
  top: 50%;
  left: -23px;
}
.horizontal .swiper-button-next {
  /* transform: translateY(-50%); */
  top: 50%;
  right: -23px;
}
.horizontal .swiper-button-next:after,
.horizontal .swiper-button-prev:after {
  color: #999;
}
.horizontal .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.horizontal .swiper-slide .images-cover {
  width: 428px;
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.horizontal .swiper-slide .images-cover img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  max-width: 400px;
  object-fit: contain;
}
.magnifier-container {
  position: relative;
}
.move-view {
  width: 25px;
  height: 25px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: move;
}
.magnifier-view {
  width: 100%;
  height: 100%;
  position: absolute;
  left: calc(100% + 50px);
  top: -180px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  overflow: hidden;
}
.magnifier-view img {
  display: block;
}
img.big {
  max-width: none;
  height: none;
}
.horizontal .swiper-slide {
  display: block;
  overflow: hidden;
}
.top-container .left .tag-list {
  position: absolute;
  bottom: -10px;
  left: calc(50% + 70px);
  transform: translateX(-50%);
}
.top-container .left .tag-list img {
  margin: 0 13px;
}

.tab-container {
  position: relative;
}

.tab-container .layui-tab {
  margin: 0;
}
.tab-container .layui-tab-title {
  border-bottom: none;
  height: 66px;
  padding-top: 5px;
  position: sticky;
  top: var(--header-height);
  background-color: #025872;
  z-index: 9;
}

.tab-container .layui-tab-title li {
  font-size: 16px;
  color: #fff;
  height: 61px;
  line-height: 61px;
  padding: 0 31px;
}
.tab-container .layui-tab-title .layui-this:after {
  display: none;
}
.tab-container .layui-tab-title .layui-this {
  background-color: #fff;
  color: #e68000;
  border-radius: 8px 8px 0px 0px;
}
.tab-container .layui-tab-item {
  padding-top: 60px;
  padding-bottom: 80px;
}
.tab-container .layui-tab-content {
  padding: 0;
}
.tab-container .layui-tab-brief .layui-tab-title {
  border-bottom: none;
  height: auto;
  padding-top: 5px;
  position: relative;
  top: 0;
  z-index: 5;
  background-color: transparent;
}

.tab-container .layui-tab-brief .layui-tab-title li {
  font-size: 24px;
  color: #aaa;
  height: auto;
  line-height: 1.4;
  padding: 0 31px 0 0;
  font-weight: bold;
}
.tab-container .layui-tab-brief .layui-tab-title .layui-this:after {
  display: none;
}
.tab-container .layui-tab-brief .layui-tab-title .layui-this {
  color: #025872;
}
.tab-container .layui-tab-brief .layui-tab-item {
  padding-top: 30px;
  padding-bottom: 80px;
}
.tab-container .overview {
  padding-top: 80px;
  padding-bottom: 0;
}

.tab-container .overview .product-table-box table {
  min-width: 1600px;
  font-size: 14px;
}
.overview .introduce {
  display: flex;
  justify-content: space-between;
}
.overview .introduce .left {
  width: calc(50% - 58px);
  flex: 1;
}
.overview .introduce .right {
  width: calc(50% - 40px);
  margin-left: 60px;
}
.overview .content-title {
  font-family: "Arial-BoldMT";
  font-weight: bold;
  font-size: 36px;
  color: #025872;
  margin-bottom: 32px;
}
.overview .desc {
  font-size: 18px;
  color: #111111;
  line-height: 26px;
  margin-bottom: 20px;
}
.overview .introduce p:last-child {
  margin-bottom: 0;
}
.overview .features {
  position: relative;
  width: 100%;
  min-height: 760px;
}
.overview .features .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.overview .features .w1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 50px;
  min-height: 760px;
}
.overview .features .w1600 .left {
  width: calc(50% - 60px);
  margin-right: 60px;
}
.overview .features .w1600 .right {
  width: calc(50% - 40px);
  flex: 1;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.overview .features .content-title,
.overview .features .desc {
  color: #fff;
}
.overview .front {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 94px;
}
.overview .front .left {
  margin-left: calc((100% - var(--primary-width)) / 2);
  width: calc(50% - (100% - var(--primary-width)) / 2 - 40px);
}
.overview .front .right {
  width: calc(50% - 60px);
  height: 544px;
}
.overview .front .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview .front .layui-collapse {
  border: none;
}
.overview .front .layui-colla-item {
  border-color: rgba(0, 0, 0, 0.1);
}

.overview .front .layui-colla-item:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.overview .front .layui-colla-item:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.overview .front .layui-colla-title {
  font-family: "Arial-BoldMT";
  font-weight: bold;
  font-size: 22px;
  height: 76px;
  line-height: 76px;
  background-color: #fff;
  padding: 0px;
}
.overview .front .layui-colla-icon {
  right: 30px;
  left: auto;
  top: 30px;
  color: #777;
  font-weight: bold;
}
.overview .front .layui-colla-content.layui-show {
  margin-top: -4px;
}
.overview .front .layui-colla-content {
  font-size: 18px;
  line-height: 26px;
  border: none;
  padding: 0 70px 23px 0;
}
.overview .bottom-banner {
  height: 400px;
  margin-top: 100px;
}
.overview .bottom-banner .learn-more {
  margin-top: 65px;
}
.tab-container .specification {
  padding-bottom: 50px;
}
.tab-container .specification p {
  line-height: 26px;
}
.tab-container .ordering {
  padding-bottom: 60px;
}
.tab-container .ordering .img-box {
  margin-bottom: 48px;
}
.tab-container .ordering .tips {
  font-size: 18px;
  color: #111111;
  margin-bottom: 16px;
}
.questions .questions-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.questions .questions-list .question-item {
  width: calc(50% - 30px);
  border-top: solid 1px #ebebeb;
  padding: 40px 20px 40px 0;
}
.questions .questions-list .question-item:last-child {
  border-bottom: solid 1px #ebebeb;
}
.questions .questions-list .question-item .question i,
.questions .questions-list .question-item .answer i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #025872;
  border-radius: 50%;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  margin-right: 20px;
}
.questions .questions-list .question-item .question i {
  margin-top: -5px;
}
.questions .questions-list .question-item .answer i {
  background-color: #9d9d9d;
}
.questions .questions-list .question-item .question span {
  font-family: "Arial-BoldMT";
  font-weight: bold;
  color: #111111;
  flex: 1;
}
.questions .questions-list .question-item .question {
  margin-bottom: 20px;
}
.questions .questions-list .question-item .answer,
.questions .questions-list .question-item .question {
  display: flex;
  align-items: baseline;
}
.questions .questions-list .question-item .answer.no-r-border {
  border-right: none;
}
.questions .questions-list .question-item .answer span {
  color: #777777;
  line-height: 26px;
  height: 104px;
  flex: 1;
  overflow: auto;
  padding-right: 50px;
}
.questions .questions-list .question-item .answer span::-webkit-scrollbar {
  width: 2px;
}
.questions .questions-list .question-item:nth-last-child(2) {
  border-bottom: 1px solid #ebebeb;
}
.docs .docs-list thead {
  background-color: #f7f8fa;
  border-top: solid 1px #f2f2f2;
  height: 50px;
}
.docs .docs-list thead th {
  line-height: 30px;
  font-size: 16px;
}
.docs .docs-list tr {
  border-bottom: solid 1px #f2f2f2;
}
.docs .docs-list th,
.docs .docs-list td {
  border: none;
}
.docs .docs-list td a {
  color: #025872;
  font-size: 14px;
}
.docs .docs-list .doc-item {
  background-color: #f7f8fa;
  padding: 55px 40px 44px 40px;
  position: relative;
  height: 264px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .docs .docs-list .doc-item .doc-title{
} */
.docs .docs-list .doc-item .date-type {
  color: #777777;
}
.docs .docs-list .doc-item .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: #025872;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.docs .docs-list .doc-item .more .icon-plus {
  font-size: 20px;
  color: #fff;
}

.products .product-list .product-item {
  background-color: #f7f8fa;
  padding: 47px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.products .product-item .product-img {
  width: 50%;
  text-align: center;
}
.products .product-item .product-img img {
  max-width: 80%;
}
.products .product-item .product-info {
  width: 50%;
  max-height: 180px;
  overflow-y: auto;
  margin-bottom: 10px;
  padding-right: 20px;
}
.products .product-item .product-info::-webkit-scrollbar {
  width: 2px;
}
.products .product-item .product-info .title {
  font-size: 20px;
  margin-bottom: 22px;
  display: block;
}
.products .product-item .product-info ul {
  margin-left: 18px;
}
.products .product-item .product-info li,
.product-list .product-item .product-info p {
  font-size: 14px;
  line-height: 26px;
  color: #555555;
  list-style: disc;
}
.products .product-item .product-info .icon-dian {
  font-size: 6px;
  color: #999;
  opacity: 0.5;
  margin-right: 19px;
}
.products .product-item .plus {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  background: #025872;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .product-item .plus .icon-plus {
  font-size: 20px;
  color: #fff;
}

.video-list .video-item {
  background-color: #f7f8fa;
  position: relative;
  height: 380px;
  overflow: hidden;
}
.video-list .video-item .video-box {
  position: relative;
  height: 280px;
  width: 100%;
  overflow: hidden;
}
.video-list .video-item .video-box video {
  width: 100%;
  height: 100%;
}
.video-list .video-item .video-box .play-icon {
  content: url("../images/play.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 58px;
  height: 58px;
  z-index: 2;
  object-fit: cover;
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
}
.video-list .video-item .video-box .play-icon.hide {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.1);
}
.video-list .video-item .video-title {
  padding: 35px 70px 30px 30px;
  color: #222222;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-list .video-item .download-icon {
  position: absolute;
  right: 20px;
  bottom: 34px;
  width: 24px;
  cursor: pointer;
}
.video-list .video-item .download-icon img {
  width: 100%;
}
.learn-more {
  width: 217px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.learn-more span {
  text-decoration: underline;
  font-size: 17px;
  color: #ffffff;
}
.learn-more .circle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #e48020;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table {
  margin-bottom: 30px;
}
.table .table-header {
  height: 46px;
  background: #c9dbe1;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #025872;
  line-height: 46px;
}
.table .table-content {
  border-bottom: solid 1px #ebebeb;
}
.table .table-content li {
  display: flex;
}
.table .table-content li:nth-child(2n) {
  background-color: #f7f8fa;
}
.table .table-content .label,
.table .table-content .value {
  font-weight: 400;
  font-size: 17px;
  color: #555555;
  line-height: 24px;
  align-items: center;
  padding: 13px 0;
}
.table .table-content .label div,
.table .table-content .value div {
  /* font-size: 17px;
  line-height: 24px;
  font-weight: 400; */
  color: #555555;
}
.table .table-content .label {
  width: 280px;
  padding-right: 60px;
  text-align: right;
  border-right: solid 1px #ebebeb;
  justify-content: flex-end;
}
.table .table-content .value {
  padding-left: 60px;
  padding-right: 60px;
  flex: 1;
}
.tab-container.tab-swiper {
  display: none;
}
.layui-tab-item .base-title {
  font-size: 0;
}
.layui-tab-item .img-box {
  border: solid 1px #ebebeb;
}
.mobile-tab-title {
  display: none;
}
.overview .introduce .right img {
  object-fit: contain;
}
.filter-container {
  background-color: #025872;
  padding: 100px 0;
}
.filter-container .container-box {
  border-radius: 20px;
  background: rgba(255, 255, 255);
  padding: 70px;
  display: flex;
  min-height: 540px;
}
.filter-container .container-box .left-filter {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  padding-right: 40px;
  margin-right: 40px;
  width: 380px;
}
.filter-container .container-box .left-filter .layui-form-item {
  margin-bottom: 20px;
}
.filter-container .container-box .left-filter .layui-form-item .layui-form-select .layui-input {
  box-sizing: border-box;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 1);
  height: 42px;
  font-size: 16px;
  font-weight: 400px;
  color: rgb(51, 51, 51);
}
.filter-container .container-box .left-filter .form-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  margin-bottom: 12px;
}
.filter-container .container-box .right-content {
  flex: 1;
}
.filter-container .container-box .right-content .title {
  color: rgba(2, 88, 114, 1);
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 29px;
}
.filter-container .container-box .right-content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 29px;
}
.filter-container .container-box .right-content .desc a {
  color: #025872;
}
.filter-container .container-box .right-content .logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.filter-container .container-box .right-content .logo-list .logo {
  width: 250px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.filter-container .container-box .right-content .logo-list .logo img {
  width: 200px;
  height: 104px;
}
@media screen and (max-width: 1650px) {
  .top-container .left {
    width: 700px;
  }
  .overview .introduce .left {
    width: 50%;
  }
  .overview .introduce .right {
    height: 500px;
  }
  .overview .introduce .right img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .video-list .video-item {
    height: auto;
  }
  .video-list .video-item .video-box,
  .video-list .video-item .video-box video {
    height: auto;
  }
  .top-container .right .download-box .btn {
    padding: 12px 30px;
  }
  .top-container .right .download-box .download i {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .products .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tab-container .layui-tab-title li {
    padding: 0 15px;
  }
  .tab-container .layui-tab-brief .layui-tab-title li {
    padding: 0 30px 0 0;
  }
  .overview .desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top-container .right {
    width: auto;
    margin-left: 50px;
    flex: 1;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-17 {
    font-size: 14px;
  }
  .overview .introduce {
    flex-wrap: wrap;
  }
  .overview .introduce .left {
    margin-bottom: 20px;
  }
  .overview .introduce .left,
  .overview .introduce .right {
    width: 100%;
  }
  .overview .introduce .right {
    margin-left: 0;
  }
  .filter-container .container-box .left-filter {
    width: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .top-container .right .download-box .select-box .select-pop {
    left: 0;
    transform: translateX(0);
  }
  .top-container .right .download-box .select-box .select-pop .pop-arrow {
    left: auto;
  }
  .top-container {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .top-container .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .top-container .swiper-box {
    justify-content: flex-start;
  }
  .product-key-feature .right-content {
    max-height: none;
  }
  .swiper-box .horizontal {
    margin-left: 100px;
    margin-right: 0;
  }
  .top-container .right .featured-list {
    margin-bottom: 30px;
  }
  .top-container .left .tag-list {
    left: calc(428px / 2 + 170px);
  }

  .tab-container.tab-swiper {
    display: block;
  }

  .tab-container .layui-tab-bar {
    display: none;
  }
  .tab-container .layui-tab-title li {
    font-size: 14px;
    padding: 0 10px;
  }
  .tab-container .layui-tab-brief .layui-tab-title li {
    font-size: 16px;
    padding: 0 20px 0 0;
  }
  .tab-container .layui-tab-item {
    padding-top: 80px;
  }
  .overview .front .layui-colla-title {
    font-size: 18px;
  }
  .overview .front .layui-colla-content {
    font-size: 14px;
  }
  .overview .front {
    flex-wrap: wrap;
  }
  .overview .front .left,
  .overview .front .right {
    width: 100%;
  }
  .overview .front .right {
    height: auto;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .mobile-tab-title {
    display: block;
    font-size: 24px;
    color: #025872;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .tab-container .bg-header {
    display: none;
  }
  .tab-container .layui-tab-title {
    /* display: none; */
  }
  .tab-container .layui-tab-title .w1600 {
    overflow-x: auto;
  }
  .overview .content-title {
    font-size: 24px;
  }
  .layui-tab-item .base-title {
    color: #025872;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .tab-container .layui-tab-item {
    padding-bottom: 40px;
    /* display: block; */
    /* padding-top: 0; */
  }
  .top-banner .text {
    font-size: 32px;
  }
  .overview .front,
  .overview .bottom-banner {
    margin-top: 40px;
  }

  .questions .questions-list .question-item {
    width: 100%;
    padding: 20px;
  }
  .tab-container .ordering .tips {
    font-size: 16px;
    line-height: 1.5;
  }
  .questions .questions-list .question-item .answer {
    border-right: none;
  }
  .docs .docs-list .doc-item {
    height: 200px;
  }
  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .f-24 {
    font-size: 18px;
  }
  .f-16 {
    font-size: 14px;
  }
  .overview .introduce {
    margin-top: 40px;
  }
  .mb-80 {
    margin-bottom: 40px;
  }
  .filter-container .container-box {
    display: block;
    padding: 30px;
  }
  .filter-container .container-box .left-filter {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    width: 100%;
  }
  .filter-container .container-box .right-content .title {
    font-size: 24px;
  }
  .filter-container .container-box .right-content .logo-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-container .right .download-box .select-box .select-pop li a {
    font-size: 12px;
  }
  .horizontal .swiper-button-prev {
    left: 23px;
  }
  .horizontal .swiper-button-next {
    right: 23px;
  }
  .horizontal .swiper-slide .images-cover img {
    width: 80%;
  }
  .overview .introduce .right {
    height: auto;
  }
  /* .overview .introduce .left, */
  .overview .introduce .right {
    overflow-x: auto;
  }
  .products .product-item .product-info li,
  .product-list .product-item .product-info p {
    line-height: 20px;
  }
  .questions .questions-list .question-item .question i,
  .questions .questions-list .question-item .answer i {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .top-container .right {
    margin-left: 20px;
  }
  .top-container .left .tag-list {
    left: 50%;
  }
  .products .product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .f-24 {
    font-size: 18px;
  }
  .f-16 {
    font-size: 14px;
  }
  .overview .front .layui-colla-title {
    font-size: 16px;
  }
  .overview .features .w1600 {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .overview .features .w1600 .left {
    margin-right: 0;
  }
  .overview .features .w1600 .left,
  .overview .features .w1600 .right {
    width: 100%;
  }

  .overview .desc {
    font-size: 12px;
    line-height: 22px;
    overflow-x: auto;
  }
  .overview .content-title {
    margin-bottom: 20px;
  }
  .swiper-box .vertical {
    display: none;
  }
  .swiper-box .horizontal {
    margin-left: 0;
    width: 90%;
  }
  .top-container .horizontal-swiper {
    width: 100%;
  }
  .top-container .swiper-box {
    justify-content: center;
  }
  .table .table-content .label {
    width: 100px;
    padding-right: 20px;
  }
  .table .table-content .value {
    padding: 0 20px;
  }
  .products .product-item .product-info li,
  .tab-container .ordering .tips,
  .table .table-content .label,
  .table .table-content .value {
    font-size: 14px;
  }
  .top-container .right .download-box .btn {
    padding: 7px 12px;
    font-size: 12px;
  }
  .top-container .right .download-box .f-17 {
    font-size: 12px;
  }
  .questions .questions-list .question-item .question span {
    flex: 1;
  }
  .questions .questions-list .question-item .answer {
    padding-right: 0px;
  }
  .docs .docs-list .doc-item .more,
  .products .product-item .plus {
    width: 40px;
    height: 40px;
  }
  .top-banner .text {
    font-size: 22px;
  }
}
