/**
 * @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.detail-14 .product-center-detail .product-center-detail-title {
  font-size: 0.32rem;
  text-align: center;
}
div.detail-14 .product-center-detail .product-center-detail-content {
  padding: 0.55rem 0 0.4rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific {
    flex-wrap: wrap;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img {
  width: 6.64rem;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img {
    width: 100%;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-big {
  width: 6.64rem;
  height: 3.44rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-big ul.list {
  width: 100%;
  height: 100%;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-big ul.list li.list-item {
  border: 1px solid #D9D9D9;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-big ul.list li.list-item img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-big {
    width: 100%;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub {
  width: 6.64rem;
  margin-top: 0.15rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container {
  width: 6.64rem;
  height: 1rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container .swiper-wrapper {
  height: 100%;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  transform: scale(0.96);
  cursor: pointer;
  text-align: center;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container .swiper-wrapper .swiper-slide img {
  height: 1rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container .swiper-wrapper .swiper-slide-active img {
  border: 1px solid #1748A4;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub {
    width: 100%;
    height: 1.05rem;
    float: none;
    margin-top: 0.3rem;
  }
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container {
    width: 100%;
    height: 1.05rem;
  }
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-img .specific-img-sub .swiper-container .swiper-wrapper .swiper-slide img {
    height: 1.04rem;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test {
  width: 7.25rem;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test {
    width: 100%;
    margin-top: 0.5rem;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test h3 {
  font-size: 0.22rem;
  color: #333333;
  padding: 0.3rem 0;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test h3 {
    font-size: 0.34rem;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test .intro {
  padding: 0.45rem 0 0.9rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test .intro {
    font-size: 0.28rem;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test .btn {
  width: 2.23rem;
  height: 0.55rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test .btn a {
  display: block;
  background-color: #E4E4E4;
  line-height: 0.55rem;
  text-align: center;
  font-size: 0.2rem;
  color: #666666;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test .btn {
    width: 3rem;
    height: 0.6rem;
  }
  div.detail-14 .product-center-detail .product-center-detail-content .product-center-detail-content-specific .product-center-detail-content-specific-test .btn a {
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
}
div.detail-14 .product-center-detail .product-center-detail-content .summary-title {
  margin-top: 0.75rem;
  color: #333333;
}
div.detail-14 .product-center-detail .product-center-detail-content .summary-content {
  margin-top: 0.35rem;
}
div.detail-14 .product-center-detail .product-center-detail-content .summary-content,
div.detail-14 .product-center-detail .product-center-detail-content .summary-content p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .product-center-detail-content .summary-content,
  div.detail-14 .product-center-detail .product-center-detail-content .summary-content p {
    font-size: 0.28rem;
  }
}
div.detail-14 .product-center-detail .usage-scenario {
  margin-top: 0.4rem;
  background: url(../images/usage-scenario-img.png) center center / cover no-repeat;
  padding: 0.5rem 0 0.8rem;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-title {
  color: #fff;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content {
  padding-top: 0.25rem;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li {
  width: 5.8rem;
  margin: 0.25rem 0.2rem 0;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap {
  height: 1.82rem;
  display: flex;
  justify-content: space-between;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .img {
  width: 3.23rem;
  height: 100%;
  overflow: hidden;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .img img {
  width: 100%;
  height: auto;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .text {
  width: 2.57rem;
  height: 100%;
  background-color: #fff;
  padding: 0.25rem 0.2rem;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .text .title {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .text .desc {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li {
    width: 100%;
    margin: 0.25rem 0 0;
  }
  div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap {
    height: 2rem;
  }
  div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .img {
    width: 3rem;
  }
  div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .text {
    width: calc(100% - 3rem);
  }
  div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .text .title {
    font-size: 0.28rem;
  }
  div.detail-14 .product-center-detail .usage-scenario .usage-scenario-content ul li .wrap .text .desc {
    font-size: 0.26rem;
  }
}
