.derun-hot_product {}

.derun-hot_product .tit {
  background: #E4E4E4;
  text-align: center;
  padding: 70px 0;
}

.derun-hot_product .tit h3 {
  font-size: 60px;
  line-height: 1;
  color: var(--text-color-active);
  font-weight: 700;
}

.derun-hot_product ul {
  display: flex;
  flex-wrap: wrap;
}

.derun-hot_product ul li {
  width: 50%;
  text-align: center;
}

.derun-hot_product ul li a {
  width: 100%;
  padding: 0 5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 375px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.derun-hot_product ul li a::after {
  content: "";
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.derun-hot_product ul li:hover a::after {
  background: rgba(0, 0, 0, 0.6);
}

.derun-hot_product ul li a>* {
  position: relative;
  z-index: 10;
}

.derun-hot_product ul li a img {
  max-width: 60%;
}

.derun-hot_product ul li a h5 {
  margin: 20px 0 0;
  font-size: 24px;
  color: #fff;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.derun-hot_product ul li:hover::after {
  opacity: 0;
}

@media screen and (max-width:1440px) {
  .derun-hot_product .tit h3 {
    font-size: 50px;
  }

  .derun-hot_product ul li a {
    font-size: 16px;
  }

  .derun-hot_product .swiper-slide h6 {
    font-size: 20px;
  }

  .derun-hot_product .swiper-slide .more {
    width: 180px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .derun-hot_product .tit {
    padding: 60px 0;
  }
  .derun-hot_product .tit h3 {
    font-size: 40px;
  }
  .derun-hot_product ul li a h5 {
    font-size: 22px;
  }
}

@media screen and (max-width:768px) {
  .derun-hot_product .tit {
    padding:30px 0;
  }
  .derun-hot_product .tit h3 {
    font-size: 30px;
    letter-spacing: 0;
  }

  .derun-hot_product .tit p {
    font-size: 15px;
    margin: 20px 0 0;
  }

  .derun-hot_product .tit .more {
    margin: 20px 0 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
  }

  /* .derun-hot_product ul {
    margin: 20px 0 0;
  } */

  /* .derun-hot_product ul li {
    width: 50%;
    margin: 10px 0 0;
    padding: 5px 15px;
  } */
  
  .derun-hot_product ul li {
	width: 100%;
	}
  .derun-hot_product ul li a {
	height: 250px;
   }
  .derun-hot_product ul li a img {
	height: 40px;
   }

  .derun-hot_product ul li a h5 {
    font-size: 20px;
  }

  .derun-hot_product ul li:hover .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@media screen and (max-width:480px) {
  .derun-hot_product .tit h3 {
    font-size: 24px;
  }

  /* .derun-hot_product ul li {
    width: 50%;
    padding: 5px;
    margin: 0;
  } */

  .derun-hot_product ul li {
    width: 100%;
  }

  .derun-hot_product ul li a {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .derun-hot_product ul li a {
	height: 160px;
   }
  .derun-hot_product ul li a img {
	height: 24px;
   }
  .derun-hot_product ul li a h5 {
	font-size: 18px;
	margin: 10px 0 0;
  }
}

@media screen and (max-width:400px) {
  .derun-hot_product .tit h3 {
    font-size: 24px;
  }
}