/**
 * @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.product-detail-96 div.product-detail {
  padding-top: 0.39rem;
  font-size: 0;
}
div.product-detail-96 div.product-detail div.section-main-wrap {
  float: left;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.section-main-wrap {
    display: none;
  }
}
div.product-detail-96 div.product-detail div.detail-info {
  width: 9rem;
  float: right;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info {
    width: 100%;
    float: none;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper {
  width: 4.02rem;
  float: left;
  border: 1px solid #006dc2;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper {
    float: none;
    width: 100%;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper div.swiper-container-base-info {
  overflow: hidden;
  width: 4rem;
  height: 3.11rem;
  background-color: #F2F2F2;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper div.swiper-container-base-info {
    width: 100%;
    height: 4.665rem;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper div.swiper-container-base-info div.swiper-slide img {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: auto;
  max-width: 100%;
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper span.swiper-arrow {
  font: 0.24rem / 0.24rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.24rem;
  line-height: 0.24rem;
  color: #B2B7B5;
  font-weight: bold;
  font-family: cursive;
  position: absolute;
  z-index: 1000;
  top: 1.43rem;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper span.swiper-arrow {
    top: 1.8rem;
    font: 0.48rem / 0.48rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #B2B7B5;
    font-weight: bold;
    font-family: cursive;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper span.swiper-arrow.arrow-left {
  left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper span.swiper-arrow.arrow-left {
    left: 0.5rem;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper span.swiper-arrow.arrow-right {
  right: 0.2rem;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper span.swiper-arrow.arrow-right {
    right: 0.5rem;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper p.swiper-count {
  font: 0.2rem / 0.28rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #999;
  font-weight: normal;
  position: absolute;
  right: 0.39rem;
  bottom: 0.2rem;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.left-swiper p.swiper-count {
    font: 0.28rem / 0.28rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #999;
    font-weight: normal;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info {
  float: right;
  width: 4.7rem;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info {
    float: none;
    width: 100%;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info h1.product-name {
  height: 0.56rem;
  padding-left: 0.16rem;
  background-color: #006DC2;
  font: 0.24rem / 0.56rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.24rem;
  line-height: 0.56rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info h1.product-name {
    margin-top: 0.6rem;
    height: 0.8rem;
    font: 0.36rem / 0.8rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.36rem;
    line-height: 0.8rem;
    color: #fff;
    font-weight: bold;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info h1.product-name + .product-desc {
  font: 0.16rem / 0.25rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  line-height: 0.25rem;
  color: #808080;
  font-weight: normal;
  margin-top: 0.15rem;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info h1.product-name + .product-desc {
    font: 0.28rem / 1.5 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 1.5;
    color: #808080;
    font-weight: normal;
    margin-top: 0.3rem;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us {
  padding-top: 0.09rem;
  border-top: 0.03rem solid #d9d9d9;
  margin-top: 0.9rem;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us {
    padding-top: 0.5rem;
    margin-top: 0.6rem;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone {
  float: left;
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone i.icon {
  display: inline-block;
  margin-top: 0.09rem;
  margin-right: 0.2rem;
  width: 0.47rem;
  height: 0.41rem;
  background: url('../images/product-detail-icon.png') center center / cover no-repeat;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone i.icon {
    width: 0.94rem;
    height: 0.82rem;
    margin-top: 0;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone span.phone-number {
  display: inline-block;
  vertical-align: top;
  font: 0.2rem / 0.28rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #595959;
  font-weight: normal;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone span.phone-number {
    font: 0.36rem / 0.36rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #595959;
    font-weight: normal;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone span.phone-number b {
  display: block;
  font: 0.28rem / 0.28rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #404040;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.left-phone span.phone-number b {
    margin-top: 0.2rem;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.right-btn {
  cursor: pointer;
  float: right;
  width: 1.3rem;
  height: 0.42rem;
  margin-top: 0.1rem;
  background-color: #E62E00;
  border-radius: 3px;
  font: 0.16rem / 0.42rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  line-height: 0.42rem;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.base-info div.right-info div.concat-us div.right-btn {
    width: 2.6rem;
    height: 0.84rem;
    font: 0.28rem / 0.84rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 0.84rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info {
  padding-top: 0.5rem;
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list li.list-item {
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2rem;
  min-width: 1.52rem;
  height: 0.49rem;
  font: 0.2rem / 0.49rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.2rem;
  line-height: 0.49rem;
  color: #595959;
  font-weight: normal;
  text-align: center;
  background-color: #F2F2F2;
  letter-spacing: 0.02rem;
  border-radius: 5px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list li.list-item {
    font: 0.28rem / 0.49rem '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 0.49rem;
    color: #595959;
    font-weight: normal;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list li.list-item:last-child {
  margin-right: 0;
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list li.list-item:hover {
  background-color: #006dc2;
  color: #fff;
  transition: all 0.3s;
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list li.list-item.active {
  background-color: #006dc2;
  color: #fff;
  transition: all 0.3s;
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list-content li.list-item div.tab-attribute {
  padding-top: 0.4rem;
  display: none;
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list-content li.list-item div.tab-attribute.active {
  display: block;
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list-content li.list-item div.tab-attribute p {
  font: 0.16rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
  font-size: 0.16rem;
  line-height: 2;
  color: #737373;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list-content li.list-item div.tab-attribute p {
    font: 0.28rem / 2 '微软雅黑', 'Microsoft YaHei', 'SimHei', 'FangSong', Arial, Helvetica, sans-serif;
    font-size: 0.28rem;
    line-height: 2;
    color: #737373;
    font-weight: normal;
  }
}
div.product-detail-96 div.product-detail div.detail-info div.tab-info ul.tab-list-content li.list-item div.tab-attribute img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
