/**
 * @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: 
 */
.supage-327 {
  padding: 0.35rem 0 0.3rem;
}
.supage-327 .customer-case {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .supage-327 .customer-case {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.supage-327 .customer-case .customer-case-title {
  text-align: center;
}
.supage-327 .customer-case .customer-case-title h2 {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.supage-327 .customer-case .customer-case-title h3 {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #999999;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0.04rem;
}
@media screen and (max-width: 1024px) {
  .supage-327 .customer-case .customer-case-title h2 {
    font-size: 0.32rem;
  }
  .supage-327 .customer-case .customer-case-title h3 {
    font-size: 0.28rem;
  }
}
.supage-327 .customer-case .customer-case-content {
  margin-top: 0.4rem;
}
.supage-327 .customer-case .customer-case-content ul li {
  display: block;
  float: left;
  position: relative;
}
.supage-327 .customer-case .customer-case-content ul li .item-img {
  width: 100%;
  height: 100%;
}
.supage-327 .customer-case .customer-case-content ul li .mask {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.supage-327 .customer-case .customer-case-content ul li .mask .text-mask {
  width: calc(100% - 0.7rem);
}
.supage-327 .customer-case .customer-case-content ul li .mask .text-mask .title {
  color: #fff;
  line-height: 0.3rem;
  font-size: 0.2rem;
}
.supage-327 .customer-case .customer-case-content ul li .mask .text-mask .desc {
  font-size: 0.14rem;
  line-height: 0.28rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-327 .customer-case .customer-case-content ul li .mask .text-mask .desc {
    font-size: 0.16rem;
  }
}
.supage-327 .customer-case .customer-case-content ul li .mask .btn-mask {
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/customer-case-module-icon.png) no-repeat center;
  border: 1px #fff solid;
  border-radius: 50%;
}
.supage-327 .customer-case .customer-case-content ul li .mask-one {
  position: absolute;
  width: 100%;
  height: 0.9rem;
  background: rgba(25, 30, 36, 0.8);
  bottom: 0;
  left: 0;
  padding: 0.2rem 1.1rem 0.2rem 0.2rem;
}
.supage-327 .customer-case .customer-case-content ul li .mask-one .title {
  font-size: 0.2rem;
  line-height: 0.22rem;
  padding-bottom: 0.08rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.supage-327 .customer-case .customer-case-content ul li .mask-one .desc {
  font-size: 0.12rem;
  color: #b6bfcf;
  line-height: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-327 .customer-case .customer-case-content ul li .mask-one .desc {
    font-size: 0.16rem;
  }
}
.supage-327 .customer-case .customer-case-content ul li .mask-two {
  height: 100%;
  width: 100%;
  background-color: rgba(241, 191, 0, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  padding: 0.3rem 0.35rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.supage-327 .customer-case .customer-case-content ul li .mask-two .title {
  font-size: 0.18rem;
  font-weight: bold;
}
.supage-327 .customer-case .customer-case-content ul li .mask-two .desc {
  line-height: 2;
  font-size: 0.14rem;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .supage-327 .customer-case .customer-case-content ul li .mask-two .desc {
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  .supage-327 .customer-case .customer-case-content ul li .mask-two .desc {
    font-size: 0.16rem;
  }
}
.supage-327 .customer-case .customer-case-content ul li:first-child {
  width: 2.95rem;
  height: 4.47rem;
}
.supage-327 .customer-case .customer-case-content ul li:first-child .mask-one {
  display: none;
}
.supage-327 .customer-case .customer-case-content ul li:first-child .mask-two {
  display: none;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(2) {
  width: 6rem;
  height: 4.47rem;
  margin-left: 0.07rem;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(2) .mask {
  display: none;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(2) .mask-two {
  display: none;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(3),
.supage-327 .customer-case .customer-case-content ul li:nth-child(4) {
  width: 2.9rem;
  height: 2.17rem;
  margin-left: 0.08rem;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(3) .mask,
.supage-327 .customer-case .customer-case-content ul li:nth-child(4) .mask {
  display: none;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(3) .mask-one,
.supage-327 .customer-case .customer-case-content ul li:nth-child(4) .mask-one {
  display: none;
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(3):hover .mask-two,
.supage-327 .customer-case .customer-case-content ul li:nth-child(4):hover .mask-two {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.supage-327 .customer-case .customer-case-content ul li:nth-child(4) {
  margin-top: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .supage-327 .customer-case .customer-case-content ul li {
    margin-top: 0.2rem;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask .text-mask .title {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask .text-mask .desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask-one {
    padding: 0.05rem 1.1rem 0.2rem 0.2rem;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask-one .title {
    font-size: 0.3rem;
    line-height: 0.4rem;
    padding-bottom: 0;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask-one .desc {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask-two .title {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .supage-327 .customer-case .customer-case-content ul li .mask-two .desc {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
  .supage-327 .customer-case .customer-case-content ul li:first-child {
    width: 100%;
  }
  .supage-327 .customer-case .customer-case-content ul li:first-child .mask {
    display: none;
  }
  .supage-327 .customer-case .customer-case-content ul li:first-child .mask-one {
    display: block;
  }
  .supage-327 .customer-case .customer-case-content ul li:nth-child(2) {
    width: 100%;
  }
  .supage-327 .customer-case .customer-case-content ul li:nth-child(3),
  .supage-327 .customer-case .customer-case-content ul li:nth-child(4) {
    width: 100%;
    height: 4.47rem;
  }
  .supage-327 .customer-case .customer-case-content ul li:nth-child(3) .mask-one,
  .supage-327 .customer-case .customer-case-content ul li:nth-child(4) .mask-one {
    display: block;
  }
  .supage-327 .customer-case .customer-case-content ul li:nth-child(3) .mask-two,
  .supage-327 .customer-case .customer-case-content ul li:nth-child(4) .mask-two {
    display: none;
  }
}
