.goods-type {
  padding: 70px 0;
  background: #F5F5F5;
}

.goods-type .index-tit {
  text-align: center;
}

.goods-type .index-tit em {
  font-size: 15px;
  color: #575756;
  letter-spacing: 9px;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.goods-type .index-tit h2 {
  font-size:clamp(24px, 3.75vw, 70px);
  line-height: 1;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.goods-type .index-tit h2 span {
  color: #93c01f;
}

.goods-type .index-tit p {
  font-size: 20px;
  line-height:1.5;
  color: #373737;
  margin: 20px auto 0;
}

.goods-type ul{display:flex;flex-wrap:wrap;margin: 30px -15px 0;}
.goods-type ul li{width:25%;padding:15px 15px}
.goods-type ul li .pic {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  overflow: hidden;
}
.goods-type ul li .pic::before {
    content: '';
    position: absolute;
left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/386/upload/news/a1382403597441d23a18441377ed8f936dc310e777fee39db4bc8cab2f2d9f33.png) no-repeat center;
    display: block
}
/*.goods-type ul li .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 1, 11, 0.41) url("../../images/i1.png") no-repeat center;
  display: block;
  transition: opacity 0.2s, transform 0.35s;
  opacity: 0;
  transform: scale(0);
}*/

.goods-type ul li:hover .pic::after {
  opacity: 1;
  transform: scale(1);
}

.goods-type ul li .pic img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
}

.goods-type ul li h3 {
  margin: 15px 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.goods-type ul li h3 a:hover {
  color: var(--color-primary);
}

.goods-type ul li .more {
  width: 140px;
  height: 34px;
  line-height: 34px;
  background: var(--btn-bg);
  border-radius: 25px;
  margin: 15px auto 0;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #fff;
}

.goods-type ul li .more:hover {
  background: var(--btn-bg-hover);
}


@media screen and (max-width:1441px) {
.goods-type .index-tit p{font-size:18px;}
.goods-type ul li h3{font-size:22px;}
.goods-type ul li .more{font-size:16px;}
}

@media screen and (max-width:1280px) {
.goods-type .index-tit p{font-size:17px;}
.goods-type ul li h3{font-size:20px;}
.goods-type ul li .more{width:120px;height:32px;line-height:32px;font-size:15px;}
.goods-type ul li .pic::before{background-size:50px;}
}

@media screen and (max-width:1171px) {
.goods-type ul li{width:33.33333333333%;}
}
 
@media screen and (max-width:768px) {
  .goods-type .index-tit em {
    letter-spacing: 5px;
  }


.goods-type .index-tit p{font-size: 16px;margin:15px auto 0;}

.goods-type{padding:30px 0;}

.goods-type ul{margin:20px -15px 0;}
.goods-type ul li{width:50%;}
.goods-type ul li h3{font-size:18px;}
.goods-type ul li .more{display:none;}
  
}

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


}

@media screen and (max-width:480px) {
.goods-type .index-tit p{font-size:15px;}
.goods-type ul{margin:20px -10px 0;}
.goods-type ul li{padding:10px;}  
.goods-type ul li h3{font-size:16px;}
.goods-type ul li .pic::before{background-size:40px;}
}