.zhuli-hot_product {
  padding: 70px 0;
  
}

.zhuli-hot_product::before{
                          content:'';
                          width:100%;
                          height:100%;
                          top:0;
                          left:0;
                          right:0;
                          bottom:0;
                          background: #000000b0;
                          position:absolute;
                          z-index: 0;
           }
.zhuli-hot_product{
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #0d0e14;
	background-size: 100% 100%;
	background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/category/474106/4501/8b7852346e8ad62d87153872b1494f56/1562192e-9087-4dcc-85d8-8f1fbb130df1.png) no-repeat center;
	background-size: 110%;
 
}
.zhuli-hot_product .container {
  padding: 0 45px;
}
.zhuli-hot_product .tit {
  display: block;
  position: relative;
  z-index: 10;
}
.zhuli-hot_product .tit h3 {
  text-align: center;
  font-size: clamp(24px, 2.4vw, 46px);
  line-height: 1;
  color: #fff;
}
.zhuli-hot_product .tit h3 span {
  font-family: var(--font-family);
}
.zhuli-hot_product .tit p {
  font-size: 18px;
  line-height: 30px;
  /* color: #595a59; */
  flex: 1;
  text-align: center;
  margin-top: 30px;
  color: #ffffffc2;
}

.zhuli-hot_product ul {
  margin: 30px -13px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.zhuli-hot_product ul li {
  width: 25%;
  padding: 13px;
  margin: 7px 0 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.zhuli-hot_product ul li .pic {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.zhuli-hot_product ul li .pic img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.zhuli-hot_product ul li h6 {
  padding: 20px 0;
}
.zhuli-hot_product ul li h6 a {
  font-size: clamp(16px, 1.05vw, 20px);
  color: #fff;
  line-height: 1.4;
  font-family: var(--font-family);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  font-weight: bold;
  font-family: var(--title-font-family);
}
.zhuli-hot_product ul li:hover .box {
  box-shadow: 0px 30px 50px -26px rgba(16, 36, 94, 0.25);
}
.zhuli-hot_product ul li:hover h6 a {
  color: var(--color-primary);
}
.zhuli-hot_product ul li:hover img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}


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

  .zhuli-hot_product::after {
    left: 6%;
  }
}

@media screen and (max-width: 1500px) {
.zhuli-hot_product .tit p {
  font-size: 16px;
}
}


@media screen and (max-width: 1280px) {
.zhuli-hot_product {
  padding: 50px 0;
  
}


}


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

  .zhuli-hot_product {
    padding: 30px 0;
  }
  .zhuli-hot_product::after {
    left: 0;
  }

  .zhuli-hot_product .tit p {
    font-size: 14px;
  }
  .zhuli-hot_product .tit h3::after {
    display: none;
  }
  .zhuli-hot_product .tit .more {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .zhuli-hot_product ul {
    margin: 10px -10px 0;
  }
  .zhuli-hot_product ul li {
    width: 50%;
    padding: 0 10px;
    margin: 20px 0 0;
  }
  .zhuli-hot_product ul li h6 {
    padding: 17px 0;
  }
  .zhuli-hot_product ul li .more {
    line-height: 40px;
    height: 40px;
    font-size: 15px;
  }
}

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


  .zhuli-hot_product .container {
    padding: 0 15px;
  }
  .zhuli-hot_product .tit p {
    font-size: 14px;
  }

}

@media screen and (max-width: 400px) {
  .zhuli-hot_product ul li {
    width: 100%;
  }
}
