/**
 * @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: 
 */
div.supage_1232 .container {
  width: 11.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  div.supage_1232 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
div.supage_1232 .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .title {
    font-size: 0.28rem;
  }
}
div.supage_1232 .abstract {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.24rem;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .abstract {
    font-size: 0.24rem;
    line-height: 1.8;
    -webkit-line-clamp: 5;
  }
}
div.supage_1232 .product {
  padding-bottom: 1rem;
}
div.supage_1232 .product .product-content .product-content-list {
  margin-top: 0.71rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .product-content-list {
    margin-bottom: 0.3rem;
  }
}
div.supage_1232 .product .product-content .product-content-list ul {
  display: flex;
  flex-wrap: wrap;
}
div.supage_1232 .product .product-content .product-content-list ul li {
  width: fit-content;
  width: 3.8rem;
  height: 4.1rem;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
}
div.supage_1232 .product .product-content .product-content-list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
div.supage_1232 .product .product-content .product-content-list ul li .back_img {
  width: 100%;
  height: 4.1rem;
  position: relative;
  overflow: hidden;
}
div.supage_1232 .product .product-content .product-content-list ul li .back_img .back {
  position: absolute;
  padding: 0.19rem;
  left: 0;
  right: 0;
  bottom: -4.1rem;
  height: 4.1rem;
  background: #57C546;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.supage_1232 .product .product-content .product-content-list ul li .back_img .back .title {
  padding: 0 0.47rem;
  font-weight: 400;
  text-align: center;
  font-size: 0.14rem;
  color: #fff;
  line-height: 1.6;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .product-content-list ul li .back_img .back .title {
    font-size: 0.24rem;
    line-height: 1.6;
    -webkit-line-clamp: 2;
  }
}
div.supage_1232 .product .product-content .product-content-list ul li .back_img .back .desc {
  font-weight: 400;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin-top: 0.04rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .product-content-list ul li .back_img .back .desc {
    font-size: 0.28rem;
    line-height: 1.6;
    height: fit-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
div.supage_1232 .product .product-content .product-content-list ul li .back_img .back .icon {
  margin-top: 0.29rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/1232_back_icon.png) center / cover no-repeat;
}
div.supage_1232 .product .product-content .product-content-list ul li .back_img .wrap {
  width: 100%;
  height: 100%;
}
div.supage_1232 .product .product-content .product-content-list ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .product-content-list ul li:nth-child(3n) {
    margin-right: 0.2rem;
  }
}
div.supage_1232 .product .product-content .product-content-list ul li:hover .back_img .back {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .product-content-list ul li {
    width: 48%;
    margin-right: 0.2rem;
  }
  div.supage_1232 .product .product-content .product-content-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  div.supage_1232 .product .product-content .product-content-list ul li .wrap .content .puilic_button {
    transform: translateX(-1.1rem);
  }
}
div.supage_1232 .product .product-content .layer-page {
  padding-bottom: 0;
}
div.supage_1232 .product .product-content .layer-page .laypage_prev,
div.supage_1232 .product .product-content .layer-page .laypage_next {
  font-size: 0 !important;
}
div.supage_1232 .product .product-content .layer-page .laypage_main {
  margin-top: 0.6rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .layer-page .laypage_main {
    margin-top: 0;
  }
}
div.supage_1232 .product .product-content .layer-page .laypage_main span.laypage_curr {
  border: 0.01rem solid #ccc;
}
div.supage_1232 .product .product-content .layer-page .laypage_main a.laypage_next,
div.supage_1232 .product .product-content .layer-page .laypage_main a.laypage_prev {
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .layer-page .laypage_main a.laypage_next,
  div.supage_1232 .product .product-content .layer-page .laypage_main a.laypage_prev {
    font-size: 0.24rem;
  }
}
div.supage_1232 .product .product-content .layer-page .laypage_main a,
div.supage_1232 .product .product-content .layer-page .laypage_main span {
  border-radius: 0.06rem;
  width: auto;
  height: auto;
  background: #fff;
  border: 0.01rem solid #CCCCCC;
  line-height: 1.5;
  color: #666;
  font-size: 0.14rem;
  padding: 0.13rem 0.19rem;
  margin: 0 0.04rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1232 .product .product-content .layer-page {
    padding: 0;
  }
  div.supage_1232 .product .product-content .layer-page .laypage_main a,
  div.supage_1232 .product .product-content .layer-page .laypage_main span {
    font-size: 0.24rem;
    padding: 0.1rem 0.2rem;
    margin: 0 0.08rem;
  }
}
