.zhiqing-goods-type {
  padding: 80px 0 30px;
}
.zhiqing-goods-type h3 {
  font-size: 60px;
  color: #1f1f1f;
  line-height: 1;
  font-family: var(--title-font-family);
  text-transform: uppercase;
  text-align: center;
}
.zhiqing-goods-type h3::after {
  content: "";
  width: 204px;
  height: 6px;
  background: var(--color-second);
  margin: 23px auto 0;
  display: block;
}

.zhiqing-goods-type .list {
  margin: 100px 0 0;
  position: relative;
}
.zhiqing-goods-type .swiper-slide {
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
}
.zhiqing-goods-type .swiper-slide .txt {
  width: 35.6%;
}
.zhiqing-goods-type .swiper-slide .txt h5 {
  font-size: 40px;
  color: #1f1f1f;
  line-height: 1;
  font-family: var(--title-font-family);
}
.zhiqing-goods-type .swiper-slide .txt p {
  font-size: 22px;
  color: #747474;
  line-height: 36px;
  margin: 40px 0 0;
}
.zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics {
  margin: 30px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li {
  flex: 1;
  display: flex;
  border: 1px solid #979797;
  align-items: center;
}
.zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li img{
  flex: 1;
}
.zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li + li {
  margin-left: 5px;
}
.zhiqing-goods-type .swiper-slide .txt .more {
  margin: 60px 0 0;
  font-size: 24px;
  color: var(--color-primary);
  display: inline-block;
  font-family: var(--title-font-family);
  border-bottom: 1px solid var(--color-primary);
}
.zhiqing-goods-type .swiper-slide .pic {
  flex: 1;
  margin: 0 50px;
  display: block;
  position: relative;
  overflow: hidden;
}
.zhiqing-goods-type .swiper-slide .pic > img {
  display: inline-block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  width: 100%;
}
.zhiqing-goods-type .swiper-slide .t {
  width: 160px;
  text-align: center;
}
.zhiqing-goods-type .swiper-slide .t h6 {
  font-size: 30px;
  color: #676767;
  font-family: var(--title-font-family);
}
.zhiqing-goods-type .swiper-slide .t h6 span {
  display: block;
  color: var(--color-primary);
}

.zhiqing-goods-type .page {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.zhiqing-goods-type .swiper-button-prev,
.zhiqing-goods-type .swiper-button-next {
  position: static;
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background: none;
  margin-top: 0;
  text-align: center;
  color: #b4b4b4;
}
.zhiqing-goods-type .swiper-button-next::after,
.zhiqing-goods-type .swiper-button-prev::after {
  display: none;
}
.zhiqing-goods-type .swiper-button-prev i,
.zhiqing-goods-type .swiper-button-next i {
  color: inherit;
  font-size: 40px;
  display: inline-block;
  margin-top: 1px;
}
.zhiqing-goods-type .swiper-button-prev:hover,
.zhiqing-goods-type .swiper-button-next:hover {
  color: var(--color-primary);
}

.zhiqing-goods-type .list .swiper-pagination-bullets {
  position: static;
  width: 100%;
  margin: 30px 0 0;
  display: none;
}
.zhiqing-goods-type .list .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: transparent;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  opacity: 1;
}
.zhiqing-goods-type .list .swiper-pagination-bullet-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

@media screen and (max-width: 1800px) {
  .zhiqing-goods-type .tit h3 {
    font-size: 56px;
  }
}

@media screen and (max-width: 1681px) {
  .zhiqing-goods-type .tit h3 {
    font-size: 52px;
  }
  .zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li {
    width: 30%;
  }
}

@media screen and (max-width: 1441px) {
  .zhiqing-goods-type h3 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1367px) {
  .zhiqing-goods-type .tit h3 {
    font-size: 44px;
  }
}

@media screen and (max-width: 1281px) {
  .zhiqing-goods-type h3 {
    font-size: 40px;
  }
  .zhiqing-goods-type {
    padding: 60px 0 30px;
  }
  .zhiqing-goods-type .list {
    margin: 60px 0 0;
  }
  .zhiqing-goods-type .swiper-slide .txt h5 {
    font-size: 30px;
  }
  .zhiqing-goods-type .swiper-slide .txt p {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .zhiqing-goods-type .tit h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .zhiqing-goods-type h3 {
    font-size: 32px;
  }
  .zhiqing-goods-type {
    padding: 30px 0;
  }
  .zhiqing-goods-type h3::after {
    width: 164px;
    height: 4px;
    margin: 15px auto 0;
  }
  .zhiqing-goods-type .list {
    margin: 30px 0 0;
  }
  .zhiqing-goods-type .swiper-slide {
    display: block;
  }
  .zhiqing-goods-type .swiper-slide .txt {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li {
    width: auto;
  }
  .zhiqing-goods-type .swiper-slide .txt .more {
    margin: 30px 0 0;
    font-size: 20px;
    width: 140px;
    height: 40px;
    line-height: 36px;
  }
  .zhiqing-goods-type .swiper-slide .pic {
    width: 350px;
    margin: 0 auto;
  }
  .zhiqing-goods-type .swiper-slide .t {
    width: 100%;
    text-align: center;
  }
  .zhiqing-goods-type .swiper-button-prev,
  .zhiqing-goods-type .swiper-button-next {
    display: none;
  }
  .zhiqing-goods-type .list .swiper-pagination-bullets {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .zhiqing-goods-type .tit h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .zhiqing-goods-type h3 {
    font-size: 24px;
  }
  .zhiqing-goods-type .list {
    margin: 20px 0 0;
  }
  .zhiqing-goods-type .swiper-slide .txt h5 {
    font-size: 20px;
  }
  .zhiqing-goods-type .swiper-slide .txt p {
    font-size: 16px;
    line-height: 24px;
  }
  .zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics {
    margin: 20px 0 0;
  }
  .zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li {
    width: 30%;
  }
  .zhiqing-goods-type .swiper-slide .txt .more {
    margin: 20px 0 0;
    font-size: 18px;
    width: 120px;
    height: 36px;
    line-height: 32px;
  }
  .zhiqing-goods-type .swiper-slide .t h6 {
    font-size: 22px;
  }
}

.zhiqing-goods-type .zhiqing-goods-content > ul {
  margin-left: 18px;
  list-style-type: disc;
}

.zhiqing-goods-type .zhiqing-goods-content ol {
  margin-left: 18px;
  list-style-type: decimal;
}
