/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
.supage-1182 {
  background: #EFF3F4;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.supage-1182 .overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage-1182 .container {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage-1182 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage-1182 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage-1182 .puilic-title .line {
  margin: 0.16rem auto;
  width: fit-content;
}
.supage-1182 .puilic-title .line span {
  display: inline-block;
  width: 0.4rem;
  height: 0.03rem;
  background: #B3B3B3;
  margin-right: 0.04rem;
}
.supage-1182 .puilic-title .line span:first-child {
  width: 0.8rem;
  background: #0B43DE;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .puilic-title .line span {
    height: 0.05rem;
    margin: 0.1rem auto;
  }
}
.supage-1182 .puilic-title .title {
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-top: 0.1rem;
  font-size: 0.36rem;
}
.supage-1182 .puilic-title .sub_title {
  text-align: center;
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .puilic-title .sub_title {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .supage-1182 .puilic-title {
    padding: 0 0.3rem;
  }
}
.supage-1182 .index42_padd {
  padding: 1rem 0;
}
.supage-1182 .index42_padd .recommended_products {
  margin-top: 0.4rem;
}
.supage-1182 .index42_padd .recommended_products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .recommended_products ul {
    justify-content: space-between;
    padding: 0 0.3rem;
  }
}
.supage-1182 .index42_padd .recommended_products ul .products-title {
  padding: 0.09rem 0.21rem 0.08rem 0.23rem;
  border: 0.01rem solid #0B43DE;
  border-radius: 0.18rem;
  text-align: center;
  font-size: 0.14rem;
  color: #0B43DE;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .recommended_products ul .products-title {
    font-size: 0.28rem;
    margin-left: 0.25rem;
  }
}
.supage-1182 .index42_padd .recommended_products ul .products-name {
  margin-left: 0.25rem;
  padding: 0.09rem 0.21rem 0.08rem 0.23rem;
  border-radius: 0.18rem;
  color: #666666;
  font-size: 0.14rem;
  border: 0.01rem solid transparent;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .recommended_products ul .products-name {
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
  }
}
.supage-1182 .index42_padd .recommended_products ul .products-name:hover {
  border: 1px solid #0B43DE;
  color: #0B43DE;
}
.supage-1182 .index42_padd .recommended_products ul .products-more {
  margin-left: 0.25rem;
  padding: 0.09rem 0.21rem 0.08rem 0.23rem;
  color: #0B43DE;
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .recommended_products ul .products-more {
    font-size: 0.26rem;
  }
}
.supage-1182 .index42_padd .product-home-list {
  margin-top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list {
    font-size: 0.26rem;
    display: flex;
    padding: 0 0.3rem;
    width: 100%;
    margin-top: 0.4rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.supage-1182 .index42_padd .product-home-list li {
  overflow: hidden;
  float: left;
  width: 2.8rem;
  height: 3.51rem;
  background: #FFFFFF;
  margin-right: 0.26rem;
  margin-bottom: 0.26rem;
  border-radius: 0.04rem;
  position: relative;
}
.supage-1182 .index42_padd .product-home-list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li {
    width: 47%;
    height: 4rem;
    margin-right: 0;
  }
}
.supage-1182 .index42_padd .product-home-list li .product-home-content-desc {
  transition: 0.4s;
  overflow: hidden;
  width: 100%;
  height: 3.51rem;
  position: relative;
  padding: 0.3rem;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li .product-home-content-desc {
    width: 100%;
    padding-bottom: 0;
  }
}
.supage-1182 .index42_padd .product-home-list li .product-home-content-desc .title {
  font-weight: bold;
  display: block;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li .product-home-content-desc .title {
    font-size: 0.3rem;
  }
}
.supage-1182 .index42_padd .product-home-list li .product-home-content-desc .desc {
  margin-top: 0.1rem;
  color: #999999;
  font-size: 0.16rem;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li .product-home-content-desc .desc {
    font-size: 0.26rem;
    line-height: 1.6;
  }
}
.supage-1182 .index42_padd .product-home-list li .product-home-content-desc .img {
  transition: 0.4s;
  position: absolute;
  left: 0.5rem;
  top: 1.37rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li .product-home-content-desc .img {
    top: 1.67rem;
    left: 0.7rem;
  }
}
.supage-1182 .index42_padd .product-home-list li .product-home-content-desc .more {
  transition: 0.4s;
  position: absolute;
  left: -0.37rem;
  top: 1.37rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #0B43DE;
  border-radius: 0.22rem;
  background: url(../images/1182_icon.png) center / 0.18rem 0.11rem no-repeat;
}
.supage-1182 .index42_padd .product-home-list li .product-home-content-desc .more a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li .product-home-content-desc .more {
    top: 1.67rem;
    width: 0.4rem;
    height: 0.4rem;
    left: -0.41rem;
  }
}
.supage-1182 .index42_padd .product-home-list li .product-home-list-imgwrap {
  transition: 0.4s;
  position: absolute;
  bottom: -0.44rem;
  left: 0;
  width: 2.8rem;
  height: 0.44rem;
  font-size: 0.16rem;
  background: #0B43DE;
  border-radius: 0 0 0.04rem 0.04rem;
  line-height: 0.44rem;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li .product-home-list-imgwrap {
    bottom: -0.5rem;
    width: 100%;
    font-size: 0.26rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
}
.supage-1182 .index42_padd .product-home-list li:hover {
  overflow: visible;
}
.supage-1182 .index42_padd .product-home-list li:hover .product-home-content-desc {
  position: absolute;
  height: 3.25rem;
  top: -0.1rem;
  left: 0;
  background: #FFFFFF;
  border-radius: 0.04rem;
}
@media screen and (max-width: 1024px) {
  .supage-1182 .index42_padd .product-home-list li:hover .product-home-content-desc {
    height: 3.5rem;
  }
}
.supage-1182 .index42_padd .product-home-list li:hover .product-home-content-desc .img {
  left: 0.8rem;
}
.supage-1182 .index42_padd .product-home-list li:hover .product-home-content-desc .more {
  left: 0.3rem;
}
.supage-1182 .index42_padd .product-home-list li:hover .product-home-list-imgwrap {
  bottom: -0.08rem;
}
