/**
 * @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.i7 {
  background: url(../images/worry-free-module-bg.png) center center / cover no-repeat;
  padding: 0.7rem 0 0.5rem;
}
div.i7 .worry-free-module .worry-free-module-title {
  text-align: center;
}
div.i7 .worry-free-module .worry-free-module-title h2 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
div.i7 .worry-free-module .worry-free-module-title h3 {
  margin-top: 0.1rem;
  display: inline-block;
  padding: 0.13rem 0.57rem;
  background-color: #FFA800;
  font-size: 0.36rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-title h2 {
    font-size: 0.36rem;
  }
  div.i7 .worry-free-module .worry-free-module-title h3 {
    font-size: 0.28rem;
  }
}
div.i7 .worry-free-module .worry-free-module-content {
  margin-top: 0.97rem;
}
div.i7 .worry-free-module .worry-free-module-content ul {
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul {
    position: static;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul .middle-product {
  width: 4.88rem;
  height: 5.18rem;
  overflow: hidden;
  margin: 0 auto;
}
div.i7 .worry-free-module .worry-free-module-content ul .middle-product img {
  width: 100%;
  height: auto;
}
div.i7 .worry-free-module .worry-free-module-content ul li {
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li {
    position: static;
    margin-top: 0.3rem;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li .wrapper {
  position: relative;
}
div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .img {
  width: 0.74rem;
  height: 0.74rem;
}
div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .img img {
  width: 100%;
  height: auto;
}
div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .text {
  width: calc(100% - 0.9rem);
}
div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .text .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #019539;
  line-height: 0.3rem;
}
div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .text .desc {
  margin-top: 0.15rem;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.3rem;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .text .title {
    font-size: 0.3rem;
    line-height: 0.36rem;
  }
  div.i7 .worry-free-module .worry-free-module-content ul li .wrapper .text .desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .img,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .img,
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .img {
    right: auto;
    left: 0;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .text,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .text {
  float: left;
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .text .title,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .text .title {
  text-align: right;
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .text .desc,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .text .desc {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .text,
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .text {
    float: right;
  }
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .text .title,
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .text .title {
    text-align: left;
  }
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) .wrapper .text .desc,
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) .wrapper .text .desc {
    text-align: left;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(2) .wrapper .img,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(3) .wrapper .img,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(4) .wrapper .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(2) .wrapper .text,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(3) .wrapper .text,
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(4) .wrapper .text {
  float: right;
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) {
  width: calc(100% - 7.4rem);
  top: 0.2rem;
  left: 0;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(5) {
    width: 100%;
    top: auto;
    left: auto;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) {
  width: calc(100% - 7.8rem);
  top: 2.8rem;
  left: 0;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(6) {
    width: 100%;
    top: auto;
    left: auto;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(2) {
  width: calc(100% - 6.15rem);
  top: -0.3rem;
  left: 6.15rem;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(2) {
    width: 100%;
    top: auto;
    left: auto;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(3) {
  width: calc(100% - 7.8rem);
  top: 1.5rem;
  right: 0;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(3) {
    width: 100%;
    top: auto;
    left: auto;
  }
}
div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(4) {
  width: calc(100% - 7.35rem);
  top: 3.72rem;
  right: 0;
}
@media screen and (max-width: 1024px) {
  div.i7 .worry-free-module .worry-free-module-content ul li:nth-child(4) {
    width: 100%;
    top: auto;
    left: auto;
  }
}
