/**
 * @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-1109 .overflow-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.supage-1109 .container {
  width: 13.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  .supage-1109 .container {
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .supage-1109 .container {
    width: 100% !important;
    padding: 0 0.3rem;
  }
}
.supage-1109 .puilic-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.supage-1109 .puilic-title .line {
  margin-top: 0.1rem;
  width: 0.6rem;
  height: 0.04rem;
  background: #DF2012;
}
.supage-1109 .puilic-title .title {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  color: #666666;
}
.supage-1109 .puilic-title .sub_title {
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
  font-family: Arial, Arial;
}
.supage-1109 .puilic-title .more {
  font-size: 0.18rem;
  color: #666666;
}
.supage-1109 .puilic-title .more span {
  display: inline-block;
  margin-left: 0.07rem;
  width: 0.17rem;
  height: 0.17rem;
  vertical-align: middle;
  background: url(../images/73_puilic_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .puilic-title .more {
    font-size: 0.24rem;
  }
  .supage-1109 .puilic-title .more span {
    width: 0.22rem;
    height: 0.22rem;
  }
}
.supage-1109 .puilic-title .more:hover a {
  color: #de3023;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .puilic-title {
    padding: 0 0.3rem;
  }
}
.supage-1109 .puilic_button {
  width: fit-content;
}
.supage-1109 .puilic_button a {
  display: block;
  font-size: 0.16rem;
  color: #333333;
  width: 1.6rem;
  height: 0.44rem;
  background-color: #fff;
  padding: 0.11rem 0.16rem 0.12rem 0.2rem;
  border-radius: 0.22rem;
  letter-spacing: 0.01rem;
}
.supage-1109 .puilic_button a span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  float: right;
  background: url(../images/1109_red_icon.png) center / cover no-repeat;
}
.supage-1109 .puilic_button:hover a {
  color: #fff;
  background: #DF2012;
}
.supage-1109 .puilic_button:hover a span {
  background: url(../images/1109_white_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .puilic_button a {
    font-size: 0.26rem;
    width: 2.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    padding: 0 0.2rem 0;
    border-radius: 0.3rem;
  }
  .supage-1109 .puilic_button a span {
    margin-top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
.supage-1109 .index42_padd {
  padding: 1rem 0 0.3rem;
}
.supage-1109 .index42_padd .product-home-list {
  margin-top: 0.4rem;
}
.supage-1109 .index42_padd .product-home-list li {
  float: left;
  width: 6.4rem;
  margin: 0 0.4rem 0.4rem 0;
  height: 3.26rem;
  background: #F1F3F5;
  padding: 0.33rem 0.4rem 0.33rem 0.3rem;
  display: flex;
  justify-content: space-between;
}
.supage-1109 .index42_padd .product-home-list li:nth-child(2n) {
  margin: 0 0 0.4rem 0;
}
.supage-1109 .index42_padd .product-home-list li a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .product-home-list li {
    width: 90%;
    margin: 0 auto 0.4rem;
    float: none;
  }
  .supage-1109 .index42_padd .product-home-list li:nth-child(2n) {
    margin: 0 auto 0.4rem;
  }
}
.supage-1109 .index42_padd .product-home-list .product-home-list-imgwrap {
  width: 2.6rem;
  height: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .product-home-list .product-home-list-imgwrap {
    margin: 0.1rem auto;
  }
}
.supage-1109 .index42_padd .product-home-list .product-home-content-desc {
  width: 2.6rem;
}
.supage-1109 .index42_padd .product-home-list .product-home-content-desc .title {
  margin-top: 0.27rem;
  font-weight: bold;
  display: block;
  font-size: 0.24rem;
  color: #333333;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .product-home-list .product-home-content-desc .title {
    font-size: 0.3rem;
  }
}
.supage-1109 .index42_padd .product-home-list .product-home-content-desc .desc {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .product-home-list .product-home-content-desc .desc {
    font-size: 0.26rem;
  }
}
.supage-1109 .index42_padd .product-home-list .product-home-content-desc .puilic_button {
  margin-top: 0.3rem;
}
.supage-1109 .index42_padd .recommended_products ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .recommended_products ul {
    justify-content: space-between;
    padding: 0 0.3rem;
  }
}
.supage-1109 .index42_padd .recommended_products ul .products-title {
  width: 1rem;
  height: 0.34rem;
  background: #DF2012;
  border-radius: 0.2rem 0 0 0;
  line-height: 0.34rem;
  padding-left: 0.18rem;
  font-size: 0.16rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .recommended_products ul .products-title {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    width: fit-content;
    padding: 0 0.22rem;
  }
}
.supage-1109 .index42_padd .recommended_products ul .products-name {
  margin-left: 0.1rem;
  padding: 0.08rem 0.22rem 0.07rem;
  color: #333333;
  font-size: 0.14rem;
  background: #F1F3F5;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .supage-1109 .index42_padd .recommended_products ul .products-name {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    padding: 0 0.22rem;
  }
}
.supage-1109 .index42_padd .recommended_products ul .products-name:hover {
  background-color: #DF2012;
  color: #fff;
}
