/**
 * @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 {
  background: url(../images/product-bg.png) left bottom no-repeat;
  background-size: 100% auto;
  padding: 0 0 0.46rem;
}
@media screen and (max-width: 1024px) {
  div.detail-14 {
    padding: 0 0 1rem;
  }
}
div.detail-14 .support-detail .support-detail-content {
  padding-top: 0.5rem;
}
div.detail-14 .support-detail .support-detail-content h4 {
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-content h4 {
    font-size: 0.36rem;
    line-height: 0.45rem;
  }
}
div.detail-14 .support-detail .support-detail-content h6 {
  margin-top: 0.08rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.3rem;
  color: #c2c2c2;
  text-align: center;
  border-bottom: 1px dashed #707070;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-content h6 {
    font-size: 0.28rem;
  }
}
div.detail-14 .support-detail .support-detail-content .content {
  padding-top: 0.3rem;
}
div.detail-14 .support-detail .support-detail-content .content p {
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.24rem;
  color: #737373;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-content .content p {
    font-size: 0.28rem;
    line-height: 0.36rem;
    margin-top: 0.3rem;
    text-align: justify;
  }
}
div.detail-14 .support-detail .support-detail-content .content img {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-content .content img {
    margin-top: 0.3rem;
  }
}
div.detail-14 .support-detail .support-detail-page {
  margin-top: 0.7rem;
  border-bottom: 1px dashed #707070;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-page {
    padding-bottom: 0.3rem;
  }
}
div.detail-14 .support-detail .support-detail-page .support-detail-page-in {
  width: calc(100% - 0.8rem);
  float: left;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-page .support-detail-page-in {
    width: 100%;
    float: none;
  }
}
div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li {
  display: block;
}
div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li:last-child {
  margin-top: 0.1rem;
}
div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li a {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.15rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li span {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.15rem;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li span {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
div.detail-14 .support-detail .support-detail-page .support-detail-page-in ul li:hover a {
  color: #06247a;
}
div.detail-14 .support-detail .support-detail-page .support-detail-return {
  width: 0.5rem;
  height: 0.5rem;
  float: right;
  border: 1px solid #203A57;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-page .support-detail-return {
    width: 1rem;
    height: 1rem;
    float: none;
    margin-top: 0.3rem;
  }
}
div.detail-14 .support-detail .support-detail-page .support-detail-return a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  color: #203A57;
  text-align: center;
  padding-top: 0.03rem;
  transition: all 0.5s;
}
div.detail-14 .support-detail .support-detail-page .support-detail-return a:hover {
  background-color: #203A57;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  div.detail-14 .support-detail .support-detail-page .support-detail-return a {
    font-size: 0.28rem;
    padding-top: 0.12rem;
  }
}
