﻿:root {
  --qing-goods-type-pd: 90px 96px;
  --qing-goods-type-title-size: 56px;
  --qing-goods-type-sub-title-size: 36px;
  --qing-goods-type-text-size: 20px;
  --qing-goods-type-more-size: 30px;
  --qing-goods-type-btn-size: 24px;
}

.zhiqing-goods-type {
  padding: var(--qing-goods-type-pd);
}
.zhiqing-goods-type h3 {
  font-size: var(--qing-goods-type-title-size);
  color: var(--title-text-color);
  line-height: 1;
  font-family: var(--title-font-family);
  text-transform: uppercase;
  text-align: center;
}

.zhiqing-goods-type .list {
  margin: 90px 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: 50%;
  padding-right: 30px;
}
.zhiqing-goods-type .swiper-slide .txt h5 {
  font-size: var(--qing-goods-type-sub-title-size);
  color: var(--title-text-color);
  line-height: 1;
  font-family: var(--title-font-family);
}
.zhiqing-goods-type .swiper-slide .txt p {
  font-size: var(--qing-goods-type-text-size);
  color: var(--text-color);
  line-height: 1.5;
  margin: 24px 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;
  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: var(--qing-goods-type-btn-size);
  color: var(--color-primary);
  display: inline-block;
}
.zhiqing-goods-type .swiper-slide .pic {
  flex: 1;
  /*margin: 0 50px;*/
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.zhiqing-goods-type .swiper-slide .pic > img {
  display: inline-block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
      /*max-width: 300px;*/
    width: 100%;
        aspect-ratio: 1;
    object-fit: cover;
}
.zhiqing-goods-type .swiper-slide .t {
  width: 160px;
  text-align: center;
  display: none;
}
.zhiqing-goods-type .swiper-slide .t h6 {
  font-size: var(--qing-goods-type-more-size);
  color: var(--color-primary);
  font-family: var(--title-font-family);
}

.zhiqing-goods-type .swiper-slide .t span {
  color: #676767;
  font-size: var(--qing-goods-type-text-size);
}


.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: 1500px) {
  :root {
    --qing-goods-type-title-size: 52px;
    --qing-goods-type-sub-title-size: 32px;
    --qing-goods-type-text-size: 18px;
    --qing-goods-type-more-size: 28px;
    --qing-goods-type-btn-size: 22px;
    --qing-goods-type-pd: 90px 80px;
  }
  .zhiqing-goods-type .swiper-slide .txt .zhiqing-goods-pics li {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --qing-goods-type-title-size: 48px;
    --qing-goods-type-sub-title-size: 28px;
    --qing-goods-type-text-size: 16px;
    --qing-goods-type-more-size: 26px;
    --qing-goods-type-btn-size: 20px;
    --qing-goods-type-pd: 90px 64px;
  }
  .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 {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 992px) {
  :root {
    --qing-goods-type-title-size: 42px;
    --qing-goods-type-sub-title-size: 24px;
    --qing-goods-type-text-size: 14px;
    --qing-goods-type-more-size: 24px;
    --qing-goods-type-btn-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --qing-goods-type-title-size: 38px;
    --qing-goods-type-sub-title-size: 20px;
    --qing-goods-type-text-size: 14px;
    --qing-goods-type-more-size: 22px;
    --qing-goods-type-btn-size: 16px;
    --qing-goods-type-pd: 90px 32px;
  }
  .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;
        padding: 0 15px;
  }
  .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;
    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: 576px) {
  :root {
    --qing-goods-type-title-size: 34px;
    --qing-goods-type-sub-title-size: 28px;
    --qing-goods-type-text-size: 14px;
    --qing-goods-type-more-size: 20px;
    --qing-goods-type-btn-size: 14px;
    --qing-goods-type-pd: 90px 20px;
  }
  .zhiqing-goods-type .list {
    margin: 20px 0 0;
  }
  .zhiqing-goods-type .swiper-slide .txt h5 {
    font-size: 20px;
  }
  .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;
    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;
}



