.list_view .commonView {
  display: flex;
  flex-wrap: wrap;
}
.list_view .product_item {
  overflow: hidden;
  height: 23.96vw;
  margin-top: 38px;
}
.list_view .product_item .swiper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.list_view .product_item .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.list_view .product_item .swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.list_view .product_item .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_view .product_item .swiper .swiper-slide .text_box {
  position: absolute;
  left: 55px;
  top: 16%;
}
.list_view .product_item .swiper .swiper-slide .text_box .title1 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 1.25vw;
}
.list_view .product_item .swiper .swiper-slide .text_box .title2 {
  font-size: 1.5625vw;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.5vw;
}
.list_view .product_item .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 55px;
  bottom: 28px;
}
.list_view .product_item .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.3;
  transition: all 0.3s;
  border-radius: 0;
}
.list_view .product_item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.list_view .product_item:first-child {
  margin-top: 0;
}
.list_view .product_1 {
  width: 100%;
}
.list_view .product_2 {
  width: calc((100% - 39px) / 2);
  margin-right: 38px;
}
.list_view .product_2:nth-of-type(2n-1) {
  margin-right: 0;
}
@media (max-width: 1280px) {
  .list_view .product_item {
    height: 61.33vw;
    margin-top: 2.375rem;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .list_view .product_item .swiper {
    border-radius: 0.225rem;
  }
  .list_view .product_item .swiper .swiper-slide .text_box {
    position: absolute;
    left: 3.25rem;
    top: 16%;
  }
  .list_view .product_item .swiper .swiper-slide .text_box .title1 {
    font-size: 3rem;
    font-family: Source Han Sans CN;
    margin-bottom: 1.75rem;
  }
  .list_view .product_item .swiper .swiper-slide .text_box .title2 {
    font-size: 1.875rem;
    font-family: Source Han Sans CN;
    line-height: 3rem;
  }
  .list_view .product_item .swiper-pagination {
    padding: 0 3.25rem;
    bottom: 1.75rem;
  }
  .list_view .product_item .swiper-pagination .swiper-pagination-bullet {
    width: 3rem;
    height: 0.125rem;
  }
  .list_view .product_item .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
}
