/**
 * @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.i2 {
  width: 12.5rem;
  height: 2.26rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0.1rem;
  position: fixed;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  div.i2 {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    position: static;
    left: auto;
    bottom: auto;
    margin-top: 0.5rem;
  }
}
div.i2 .product-module {
  padding: 0.05rem 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module {
    padding: 0.2rem 0.2rem 0.25rem;
  }
}
div.i2 .product-module .product-module-title {
  padding: 0.1rem 0;
  border-bottom: 1px solid #DDDDDD;
}
div.i2 .product-module .product-module-title .title-in {
  width: calc(100% - 1rem);
  float: left;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.2rem;
}
div.i2 .product-module .product-module-title .title-in span {
  font-size: 0.16rem;
}
div.i2 .product-module .product-module-title .more {
  float: right;
  margin-top: 0.03rem;
}
div.i2 .product-module .product-module-title .more a {
  font-size: 0.14rem;
  color: #FFFFFF;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-title {
    padding: 0.15rem 0;
  }
  div.i2 .product-module .product-module-title .title-in {
    width: calc(100% - 1.5rem);
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
  div.i2 .product-module .product-module-title .title-in span {
    font-size: 0.28rem;
  }
  div.i2 .product-module .product-module-title .more {
    margin-top: 0;
  }
  div.i2 .product-module .product-module-title .more a {
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
}
div.i2 .product-module .product-module-list {
  margin-top: 0.2rem;
  position: relative;
  padding: 0 0.7rem 0;
}
div.i2 .product-module .product-module-list .arrow-product {
  width: 0.5rem;
  height: 1.4rem;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  cursor: pointer;
}
div.i2 .product-module .product-module-list .arrow-product.arrow-product-prev {
  background: url(../images/arrow-product-prev.png) center center no-repeat rgba(0, 0, 0, 0.2);
  background-size: 0.22rem auto;
  left: 0;
  transition: color 0.5s;
}
div.i2 .product-module .product-module-list .arrow-product.arrow-product-prev:hover {
  background: url(../images/arrow-product-prev.png) center center no-repeat #1E34A8;
  background-size: 0.22rem auto;
}
div.i2 .product-module .product-module-list .arrow-product.arrow-product-next {
  background: url(../images/arrow-product-next.png) center center no-repeat rgba(0, 0, 0, 0.2);
  background-size: 0.22rem auto;
  right: 0;
  transition: background 0.5s;
}
div.i2 .product-module .product-module-list .arrow-product.arrow-product-next:hover {
  background: url(../images/arrow-product-next.png) center center no-repeat #1E34A8;
  background-size: 0.22rem auto;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-list .arrow-product {
    height: 4rem;
  }
}
div.i2 .product-module .product-module-list .swiper-container {
  height: 1.4rem;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-list .swiper-container {
    height: 4rem;
  }
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper {
  height: 100%;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  padding: 0 0.09rem;
  box-sizing: border-box;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 1.4rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  padding-top: 0.35rem;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .icon {
  width: 0.38rem;
  margin: 0 auto;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .icon img {
  width: 100%;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .title {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #F4F4F4;
  padding: 0 0.1rem;
  text-align: center;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .hover {
  width: 100%;
  height: 100%;
  background: url(../images/product-module-img.png) center center no-repeat #1E34A8;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 0.4rem 0.25rem 0;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.36rem;
  display: none;
}
div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a:hover .hover {
  display: block;
}
@media screen and (max-width: 1024px) {
  div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a {
    height: 4rem;
    padding-top: 1rem;
  }
  div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .icon {
    width: 1rem;
  }
  div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
  }
  div.i2 .product-module .product-module-list .swiper-container .swiper-wrapper .swiper-slide a .hover {
    font-size: 0.3rem;
    padding: 1.8rem 0.25rem 0;
  }
}
