/**
 * @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_1115 .container {
  width: 13.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  div.supage_1115 .container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .container {
    width: 100%;
    padding: 0 0.3rem;
  }
}
div.supage_1115 .puilic-title {
  width: 100%;
  text-align: center;
}
div.supage_1115 .puilic-title .line {
  margin: 0.1rem auto 0;
  width: 0.6rem;
  height: 0.04rem;
  background: #DF2012;
}
div.supage_1115 .puilic-title .title-top {
  margin-top: 0.1rem;
  font-size: 0.3rem;
  color: #666666;
}
div.supage_1115 .puilic-title .sub_title {
  font-weight: bold;
  font-size: 0.5rem;
  color: #000000;
  font-family: Arial, Arial;
}
div.supage_1115 .puilic-title .more {
  font-size: 0.18rem;
  color: #666666;
}
div.supage_1115 .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) {
  div.supage_1115 .puilic-title .more {
    font-size: 0.24rem;
  }
  div.supage_1115 .puilic-title .more span {
    width: 0.22rem;
    height: 0.22rem;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .puilic-title {
    padding: 0 0.3rem;
  }
}
div.supage_1115 .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_1115 .title {
    font-size: 0.28rem;
  }
}
div.supage_1115 .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_1115 .abstract {
    font-size: 0.24rem;
    line-height: 1.8;
    -webkit-line-clamp: 5;
  }
}
div.supage_1115 .product {
  padding-bottom: 1rem;
}
div.supage_1115 .product .product-list-top {
  padding: 1rem 0;
}
div.supage_1115 .product .product-list-top .puilic_button a {
  letter-spacing: 0.01rem;
  display: block;
  font-size: 0.16rem;
  color: #000;
  width: 1.6rem;
  height: 0.44rem;
  background-color: #fff;
  padding: 0.11rem 0.16rem 0.12rem 0.2rem;
  border-radius: 0.22rem;
  background: #fff;
}
div.supage_1115 .product .product-list-top .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;
}
div.supage_1115 .product .product-list-top .puilic_button:hover a {
  color: #fff;
  background: #DF2012;
}
div.supage_1115 .product .product-list-top .puilic_button:hover a span {
  background: url(../images/1109_white_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .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;
  }
  div.supage_1115 .product .product-list-top .puilic_button a span {
    margin-top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top {
    padding: 0.6rem 0 0;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper {
    padding-bottom: 0.5rem;
  }
}
div.supage_1115 .product .product-list-top .product-list-swiper .swiper-wrapper {
  display: flex;
  height: 3.34rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper .swiper-wrapper {
    height: 4rem;
    overflow: hidden;
  }
}
div.supage_1115 .product .product-list-top .product-list-swiper .top-products {
  margin: 0 auto;
  display: flex;
  width: 6.4rem;
  height: 3.26rem;
  padding: 0.33rem 0.4rem 0.33rem 0.3rem;
  background: #F1F3F5;
  position: relative;
}
div.supage_1115 .product .product-list-top .product-list-swiper .top-products .tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0.25rem;
  background: #DF2012;
  font-size: 0.12rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 0.25rem;
  border-radius: 0 0 0 0.1rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper .top-products .tag {
    width: 1rem;
    height: 0.5rem;
    border-radius: 0 0 0 0.2rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper .top-products {
    width: 100%;
    height: fit-content;
    padding: 0.55rem 0.2rem 0.33rem 0.2rem;
  }
}
div.supage_1115 .product .product-list-top .product-list-swiper .top-products .top-products-img {
  width: 2.6rem;
  height: 2.6rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper .top-products .top-products-img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
div.supage_1115 .product .product-list-top .product-list-swiper .top-products .top-products-intro {
  flex: 1;
  height: 100%;
  padding: 0.27rem 0.5rem 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper .top-products .top-products-intro {
    flex: 1;
    height: fit-content;
    padding: 0.27rem 0.2rem 1rem 0;
  }
}
div.supage_1115 .product .product-list-top .product-list-swiper .top-products .top-products-intro .puilic_button {
  left: 0;
  bottom: 0.29rem;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .product-list-swiper .top-products .top-products-intro .puilic_button {
    bottom: 0.3rem;
  }
}
div.supage_1115 .product .product-list-top .pagination {
  width: fit-content;
  margin: 0.38rem auto 0;
  z-index: 10;
}
div.supage_1115 .product .product-list-top .pagination .swiper-pagination-switch {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3rem;
  width: 0.8rem;
  height: 0.04rem;
  background: #CCCCCC;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-list-top .pagination .swiper-pagination-switch {
    height: 0.08rem;
  }
}
div.supage_1115 .product .product-list-top .pagination .swiper-active-switch {
  background: #DF2012;
}
div.supage_1115 .product .product-content .recommended_products {
  margin: 0.4rem 0.6rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .recommended_products {
    margin: 0.4rem 0;
  }
}
div.supage_1115 .product .product-content .recommended_products ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .recommended_products ul {
    justify-content: space-between;
    padding: 0 0.3rem;
  }
}
div.supage_1115 .product .product-content .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) {
  div.supage_1115 .product .product-content .recommended_products ul .products-title {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
}
div.supage_1115 .product .product-content .recommended_products ul .products-name {
  margin-left: 0.1rem;
  padding: 0.08rem 0.22rem 0.07rem;
  color: #333333;
  font-size: 0.14rem;
  background: #F1F3F5;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .recommended_products ul .products-name {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    margin-bottom: 0.1rem;
    padding: 0 0.22rem;
  }
}
div.supage_1115 .product .product-content .recommended_products ul .products-name:hover {
  background-color: #DF2012;
  color: #fff;
}
div.supage_1115 .product .product-content .product-content-list .puilic_button a {
  letter-spacing: 0.01rem;
  display: block;
  font-size: 0.16rem;
  color: #fff;
  width: 1.6rem;
  height: 0.44rem;
  padding: 0.11rem 0.16rem 0.12rem 0.2rem;
  border-radius: 0.22rem;
  background: #DF2012;
}
div.supage_1115 .product .product-content .product-content-list .puilic_button a span {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  float: right;
  background: url(../images/1109_white_icon.png) center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .product-content-list .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;
  }
  div.supage_1115 .product .product-content .product-content-list .puilic_button a span {
    margin-top: 0.1rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}
div.supage_1115 .product .product-content .product-content-list ul {
  display: flex;
  flex-wrap: wrap;
}
div.supage_1115 .product .product-content .product-content-list ul li {
  width: fit-content;
  margin-right: 0.26rem;
  margin-bottom: 0.4rem;
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap {
  position: relative;
  width: 3.1rem;
  height: 4.32rem;
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap .img {
  position: absolute;
  height: 2.6rem;
  width: 2.6rem;
  top: 0;
  left: 50%;
  transform: translateX(-1.3rem);
  z-index: 11;
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap .content {
  padding: 0 0.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.26rem;
  background: #F1F3F5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  overflow: hidden;
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .title {
  text-align: center;
  margin-top: 1.7rem;
  font-size: 0.24rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .title {
    font-size: 0.28rem;
  }
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .desc {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666666;
  height: fit-content;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .desc {
    font-size: 0.24rem;
  }
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .puilic_button {
  top: 3.26rem;
  left: 50%;
  transform: translateX(-0.8rem);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}
div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .puilic_button a {
  margin: 0.22rem auto;
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}
div.supage_1115 .product .product-content .product-content-list ul li:nth-child(4n) {
  margin-right: 0;
}
div.supage_1115 .product .product-content .product-content-list ul li:hover .wrap .content {
  background: #FFFFFF;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.1);
}
div.supage_1115 .product .product-content .product-content-list ul li:hover .wrap .content .desc {
  display: none;
}
div.supage_1115 .product .product-content .product-content-list ul li:hover .wrap .content .puilic_button {
  top: 2.1rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .product-content-list ul li {
    width: 48%;
    margin-right: 0.2rem;
  }
  div.supage_1115 .product .product-content .product-content-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  div.supage_1115 .product .product-content .product-content-list ul li .wrap .content .puilic_button {
    transform: translateX(-1.1rem);
  }
}
div.supage_1115 .product .product-content .layer-page {
  padding-bottom: 0;
}
div.supage_1115 .product .product-content .layer-page .laypage_prev:before,
div.supage_1115 .product .product-content .layer-page .laypage_next:before {
  display: none !important;
}
div.supage_1115 .product .product-content .layer-page .laypage_main {
  margin-top: 0.4rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .layer-page .laypage_main {
    margin-top: 0;
  }
}
div.supage_1115 .product .product-content .layer-page .laypage_main span.laypage_curr {
  border: 0.01rem solid #ccc;
}
div.supage_1115 .product .product-content .layer-page .laypage_main a.laypage_next,
div.supage_1115 .product .product-content .layer-page .laypage_main a.laypage_prev {
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .layer-page .laypage_main a.laypage_next,
  div.supage_1115 .product .product-content .layer-page .laypage_main a.laypage_prev {
    font-size: 0.24rem;
  }
}
div.supage_1115 .product .product-content .layer-page .laypage_main a,
div.supage_1115 .product .product-content .layer-page .laypage_main span {
  border-radius: 0.3rem;
  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.14rem;
}
@media screen and (max-width: 1024px) {
  div.supage_1115 .product .product-content .layer-page {
    padding: 0;
  }
  div.supage_1115 .product .product-content .layer-page .laypage_main a,
  div.supage_1115 .product .product-content .layer-page .laypage_main span {
    font-size: 0.24rem;
    padding: 0.1rem 0.2rem;
    margin: 0 0.08rem;
  }
}
div.supage_1115 .product .product-content .template_main_color {
  color: #DF2012;
}
div.supage_1115 .product .product-content .template_main_back {
  background-color: #DF2012;
}
div.supage_1115 .product .product-content .template_main_border {
  border-color: #DF2012;
}
