/**
 * @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.list-1 {
  background: url(../images/product-bg.png) left bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 1.2rem;
}
@media screen and (max-width: 1024px) {
  div.list-1 {
    padding: 0 0 1rem;
  }
}
div.list-1 .product {
  padding: 0.5rem 0.15rem 0;
}
div.list-1 .product .product-content .product-content-title {
  margin-top: 0.5rem;
}
div.list-1 .product .product-content .product-content-title ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
div.list-1 .product .product-content .product-content-title ul li {
  height: 0.5rem;
  background-color: #203A57;
}
div.list-1 .product .product-content .product-content-title ul li a {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.5rem;
  text-align: center;
  padding: 0 0.15rem;
}
div.list-1 .product .product-content .product-content-title ul li.productActive,
div.list-1 .product .product-content .product-content-title ul li:hover {
  background-color: #EE7E00;
}
@media screen and (max-width: 1024px) {
  div.list-1 .product .product-content .product-content-title ul li {
    height: 0.7rem;
    margin-top: 0.2rem;
  }
  div.list-1 .product .product-content .product-content-title ul li a {
    line-height: 0.7rem;
    font-size: 0.3rem;
  }
}
div.list-1 .product .product-content .product-content-list {
  padding-top: 0.3rem;
}
div.list-1 .product .product-content .product-content-list ul li {
  display: block;
  width: 5.7rem;
  height: 2.7rem;
  float: left;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  margin-right: 0.3rem;
  margin-top: 0.4rem;
  transition: all 0.5s;
  position: relative;
}
div.list-1 .product .product-content .product-content-list ul li .test {
  width: calc(100% - 2.7rem);
  float: left;
  padding: 0.2rem 0 0 0.4rem;
}
div.list-1 .product .product-content .product-content-list ul li .test .icon {
  width: 0.6rem;
  height: 0.6rem;
}
div.list-1 .product .product-content .product-content-list ul li .test .icon img {
  width: 100%;
}
div.list-1 .product .product-content .product-content-list ul li .test .title {
  padding: 0.1rem 0;
  font-size: 0.24rem;
  font-weight: bold;
  color: #203A57;
  border-bottom: 1px solid #203A57;
}
div.list-1 .product .product-content .product-content-list ul li .test .desc {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  color: #203A57;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
div.list-1 .product .product-content .product-content-list ul li .test .btn {
  position: absolute;
  bottom: 0.25rem;
  left: 0.4rem;
}
div.list-1 .product .product-content .product-content-list ul li .test .btn a {
  display: inline-block;
  width: 0.85rem;
  height: 0.3rem;
  line-height: 0.3rem;
  background: #203A57;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  border-radius: 0.02rem;
  text-align: center;
  font-size: 0.14rem;
  color: #FFFFFF;
}
div.list-1 .product .product-content .product-content-list ul li .test .btn a:last-child {
  margin-left: 0.2rem;
  background-color: #EE7E00;
}
div.list-1 .product .product-content .product-content-list ul li .img {
  width: 2.7rem;
  height: 2.7rem;
  float: right;
  text-align: center;
  overflow: hidden;
  position: relative;
}
div.list-1 .product .product-content .product-content-list ul li .img img {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
div.list-1 .product .product-content .product-content-list ul li:nth-child(2n) {
  margin-right: 0;
}
div.list-1 .product .product-content .product-content-list ul li:hover {
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.16);
  margin-top: 0.3rem;
}
@media screen and (max-width: 1024px) {
  div.list-1 .product .product-content .product-content-list ul li {
    width: 100%;
    float: none;
    height: 3rem;
  }
  div.list-1 .product .product-content .product-content-list ul li .test {
    width: calc(100% - 3rem);
  }
  div.list-1 .product .product-content .product-content-list ul li .test .title {
    font-size: 0.3rem;
  }
  div.list-1 .product .product-content .product-content-list ul li .test .desc {
    font-size: 0.28rem;
  }
  div.list-1 .product .product-content .product-content-list ul li .test .btn a {
    width: auto;
    height: auto;
    padding: 0.1rem 0.15rem;
    font-size: 0.28rem;
  }
  div.list-1 .product .product-content .product-content-list ul li .img {
    width: 3rem;
    height: 3rem;
  }
}
