.article_products {
  align-items: flex-start;
  margin-top: 5.2%;
  --com-h: 597px;
}
.list_top .pagation .title{
  display: none;
}
.article_products>.img {
  width: 41.66%;
  height: var(--com-h);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.article_products>.img img {
  max-height: unset;
  max-width: unset;
  transition: unset;
}

.article_products>.img .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.article_products>.img .full-image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  object-fit: cover;
  max-width: unset;
  max-height: unset;
  transition: unset;
}

.article_products .arc_sw_par {
  position: relative;
  width: 104px;
  height: var(--com-h);
  margin: 0 72px 0 32px;
  flex-shrink: 0;
}

.article_products .arc_sw_par .swiper-button-prev,
.article_products .arc_sw_par .swiper-button-next {
  width: 33px;
  height: 18px;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article_products .arc_sw_par .swiper-button-prev {
  top: 36px;
  background-image: url(../images/products/l.png);
}

.article_products .arc_sw_par .swiper-button-prev:hover {
  background-image: url(../images/products/l_.png);
}

.article_products .arc_sw_par .swiper-button-next {
  bottom: 18px;
  background-image: url(../images/products/r.png);
}

.article_products .arc_sw_par .swiper-button-next:hover {
  background-image: url(../images/products/r_.png);
}

.article_products .arc_sw_par .arc_sw {
  margin-top: 50px;
  height: calc(var(--com-h) - 100px);
  overflow: hidden;
}

.article_products .arc_sw_par .arc_sw .img {
  padding-bottom: 100%;
}

.article_products .arc_info .title {
  font-family: DIN;
  font-weight: bold;
  font-size: 30px;
  color: var(--color-main);
}

.article_products .arc_info .share_btn {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.article_products .arc_info .desc {
  margin-top: 55px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  max-height: 270px;
  overflow: auto;
}

.article_products .arc_info .sub_btn {
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
}

.article_products .arc_info .sub_btn div,
.article_products .arc_info .sub_btn a {
  padding: 23px 53px 22px;
  background: #e5e5e5;
  border-radius: 30px;
  margin-top: 20px;
  color: #000033;
}

.article_products .arc_info .sub_btn div:hover,
.article_products .arc_info .sub_btn a:hover {
  background: var(--color-main);
  color: #fff;
}

.article_products .arc_info .sub_btn .down {
  margin-right: 30px;
}

.article_products .arc_info .sub_btn .down:hover {
  text-decoration: unset;
}

.pro_desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pro_desc>.img,
.pro_desc lite-youtube {
  width: calc(50% - 11.5px);
  padding-bottom: 27%;
  height: 0;
}

.pro_desc>p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 37px 0 34px;
}

.pro_desc .imgs_item {
  width: calc((100% - 28px * 2) / 3);
}

.pro_desc .imgs_item .img {
  padding-bottom: 65.56%;
}

.pro_desc .imgs_item .title {
  margin-top: 24px;
  text-align: center;
}

.pro_desc .imgs_item .title a {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

@media screen and (max-width: 1660px) {
  .article_products .arc_sw_par {
    margin: 0 30px 0 20px;
  }

  .article_products .arc_info .desc {
    margin-top: 30px;
  }

  .article_products .arc_info .sub_btn {
    margin-top: 20px;
  }

  .article_products .arc_info .sub_btn div.down {
    margin-right: 5px;
  }
}

@media screen and (max-width: 950px) {
  .article_products .arc_info .sub_btn .down{
    display: none;
  }
  .article_products {
    --com-h: "auto";
    flex-direction: column;
  }

    .article_products .arc_info .sub_btn div,
    .article_products .arc_info .sub_btn a{
      padding: 15px 25px;
    }

  .article_products>.img {
    display: none;
  }

  .article_products .arc_sw_par {
    margin: 0;
    width: 100%;
  }

  .article_products .arc_sw_par .arc_sw {
    margin-top: 0;
  }

  .article_products .arc_sw_par .swiper-button-prev,
  .article_products .arc_sw_par .swiper-button-next {
    top: 50%;
    transform: rotate(-90deg);
  }

  .article_products .arc_sw_par .swiper-button-prev {
    left: -33px;
  }

  .article_products .arc_sw_par .swiper-button-next {
    left: 100%;
  }

  .article_products .arc_info .title {
    margin-top: 20px;
  }

  .article_products .arc_info .desc {
    max-height: unset;
    overflow: unset;
  }
}

@media screen and (max-width: 768px) {

  .pro_desc>.img,
  .pro_desc lite-youtube {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 60%;
  }

  .pro_desc>.img:first-child,
  .pro_desc lite-youtube:first-child {
    margin-top: 0;
  }

  .pro_desc>p {
    margin: 17px 0 14px;
  }

  .pro_desc .imgs_item {
    width: 100%;
    margin-top: 30px;
  }

  .pro_desc .imgs_item:first-child {
    margin-top: 0;
  }
}