/**
 * @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: 
 */
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 1rem;
  }
}
.footer .footer-wrapper .nav-list {
  height: 0.62rem;
  line-height: 0.62rem;
  background: #252525;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .nav-list {
    height: auto;
    padding: 0.2rem 0;
  }
}
.footer .footer-wrapper .nav-list .list {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .nav-list .list {
    text-align: left;
  }
}
.footer .footer-wrapper .nav-list .list li {
  display: inline-block;
  width: 1.75rem;
  height: 0.2rem;
  margin-top: 0.21rem;
  line-height: 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .nav-list .list li {
    width: 33.333%;
    margin-bottom: 0.15rem;
    border: none;
    text-align: center;
  }
  .footer .footer-wrapper .nav-list .list li a {
    font-size: 0.3rem;
  }
}
.footer .footer-wrapper .nav-list .list li:last-child {
  border-right: none;
}
.footer .footer-wrapper .footer-content {
  background: #252525;
  height: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content {
    height: auto;
  }
}
.footer .footer-wrapper .footer-content .footer-title {
  width: 33.3333%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .footer-title {
    width: 100%;
    display: none;
  }
}
.footer .footer-wrapper .footer-content .footer-title img {
  width: 70%;
  height: auto;
  margin-bottom: 0.2rem;
  margin-top: 1rem;
}
.footer .footer-wrapper .footer-content .footer-title span {
  display: block;
  font-size: 0.2rem;
  color: #fff;
}
.footer .footer-wrapper .footer-content .info-list {
  width: 33.3333%;
  height: 100%;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.55rem 0 0 0.8rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .info-list {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0 0.3rem;
  }
}
.footer .footer-wrapper .footer-content .info-list li {
  font-size: 0.18rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .info-list li {
    font-size: 0.3rem;
  }
}
.footer .footer-wrapper .footer-content .info-list li a {
  font-size: 0.18rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .info-list li a {
    font-size: 0.3rem;
  }
}
.footer .footer-wrapper .footer-content .content-right {
  width: 33.3333%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .content-right {
    width: 100%;
  }
}
.footer .footer-wrapper .footer-content .content-right img {
  width: 1.12rem;
  height: 1.12rem;
  margin-bottom: 0.2rem;
  margin-top: 0.55rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .content-right img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.footer .footer-wrapper .footer-content .content-right span {
  display: block;
  font-size: 0.2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-content .content-right span {
    font-size: 0.32rem;
    padding-bottom: 0.5rem;
  }
}
.footer .footer-wrapper .footer-other-info {
  background: #1d1d1d;
  padding-bottom: 0.2rem;
}
.footer .footer-wrapper .footer-other-info .copyright-info {
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  padding-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-other-info .copyright-info {
    font-size: 0.3rem;
  }
}
.footer .footer-wrapper .footer-other-info .copyright-info p {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-other-info .copyright-info p {
    display: block;
    margin-bottom: 0.1rem;
  }
}
.footer .footer-wrapper .footer-other-info .copyright-info p a {
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-other-info .copyright-info p a {
    font-size: 0.3rem;
  }
}
.footer .footer-wrapper .footer-other-info .copyright-info p .supage:hover {
  text-decoration: underline;
}
.footer .footer-wrapper .footer-other-info .copyright-info p .record {
  margin: 0 0.2rem;
}
.footer .footer-wrapper .footer-other-info .friend-list {
  text-align: center;
  color: #fff;
  margin-top: 0.15rem;
}
.footer .footer-wrapper .footer-other-info .friend-list p {
  display: inline-block;
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-other-info .friend-list p {
    font-size: 0.3rem;
  }
}
.footer .footer-wrapper .footer-other-info .friend-list ul {
  display: inline-block;
}
.footer .footer-wrapper .footer-other-info .friend-list ul li {
  display: inline-block;
  margin-right: 0.1rem;
}
.footer .footer-wrapper .footer-other-info .friend-list ul li a {
  font-size: 0.16rem;
}
@media screen and (max-width: 1024px) {
  .footer .footer-wrapper .footer-other-info .friend-list ul li a {
    font-size: 0.3rem;
  }
}
