/**
 * @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-39 {
  background-color: #F6F6F6;
}
div.supage-39 .product-module {
  padding: 0.4rem 0;
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide {
  /*width: 1.7rem;*/
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide {
    /*width: 30%;
                        margin-right: 5%;
                        margin-bottom: .2rem;*/
    /*&:nth-child(3n) {
                            margin-right: 0;
                        }*/
  }
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide a {
  display: block;
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide a .img {
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #0B40AE;
  border-radius: 50%;
  position: relative;
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide a .img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide a .title {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  color: #707070;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.12rem;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide a .title {
    font-size: 0.28rem;
  }
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide:hover a .img {
  background-color: #ddd;
}
div.supage-39 .product-module .product-classification .product-classification-swiper .swiper-slide:hover a .title {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-classification .product-classification-swiper {
    text-align: left;
  }
}
div.supage-39 .product-module .product-module-content {
  position: relative;
}
div.supage-39 .product-module .product-module-content ul li {
  display: block;
  width: 3.8rem;
  float: left;
  margin-right: 0.3rem;
  margin-top: 0.5rem;
  background: #FFFFFF;
  border: 1px solid #0B40AE;
  transition: 0.5s;
}
div.supage-39 .product-module .product-module-content ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-module-content ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  div.supage-39 .product-module .product-module-content ul li:nth-child(3n) {
    margin-right: 3%;
  }
  div.supage-39 .product-module .product-module-content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
div.supage-39 .product-module .product-module-content ul li a {
  display: block;
}
div.supage-39 .product-module .product-module-content ul li a .img {
  width: 100%;
  height: 2.85rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-module-content ul li a .img {
    height: 2.46rem;
  }
}
div.supage-39 .product-module .product-module-content ul li a .img .img-in {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.supage-39 .product-module .product-module-content ul li a .img .img-logo {
  display: block;
  width: 1rem;
  height: auto;
  position: absolute;
  top: 0.14rem;
  left: 0.2rem;
}
div.supage-39 .product-module .product-module-content ul li a .text {
  border-top: 1px solid #0B40AE;
  padding: 0.26rem 0.3rem 0.3rem;
}
div.supage-39 .product-module .product-module-content ul li a .text .title {
  width: calc(100% - 0.3rem);
  float: left;
  font-size: 0.18rem;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-module-content ul li a .text .title {
    font-size: 0.28rem;
  }
}
div.supage-39 .product-module .product-module-content ul li a .text .icon {
  width: 0.24rem;
  height: 0.24rem;
  float: right;
  background: url(../images/product-module-content-icon.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-module-content ul li a .text .icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.05rem;
  }
}
div.supage-39 .product-module .product-module-content ul li:hover {
  box-shadow: 0px 6px 6px rgba(207, 207, 207, 0.6);
}
div.supage-39 .product-module .product-module-content ul li:hover a .text {
  background-color: #0B40AE;
}
div.supage-39 .product-module .product-module-content ul li:hover a .text .title {
  color: #ffffff;
}
div.supage-39 .product-module .product-module-content ul li:hover a .text .icon {
  background: url(../images/product-module-content-icon-hover.png) center center no-repeat;
  background-size: 100% auto;
}
div.supage-39 .product-module .product-module-content .img-bg {
  width: 3.8rem;
  height: 2.85rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
@media screen and (max-width: 1024px) {
  div.supage-39 .product-module .product-module-content .img-bg {
    display: none;
  }
}
