/**
 * @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: 
 */
footer.footer {
  background-color: #1D1D1D;
}
footer.footer .footer-wrap {
  width: 81%;
  margin: 0 auto;
  padding: 0.75rem 0 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-wrap {
    width: 100%;
    padding: 0.75rem 0.3rem 0;
  }
}
footer.footer .footer-wrap .footer-logo-infor {
  width: 32%;
  float: left;
}
footer.footer .footer-wrap .footer-logo-infor .footer-logo {
  width: 1.83rem;
  height: 0.65rem;
}
footer.footer .footer-wrap .footer-logo-infor .footer-logo img {
  width: 100%;
  height: auto;
}
footer.footer .footer-wrap .footer-logo-infor .infor {
  margin-top: 0.45rem;
}
footer.footer .footer-wrap .footer-logo-infor .infor li {
  font-size: 0.16rem;
  color: #EAE9E9;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-wrap .footer-logo-infor {
    float: none;
    width: 100%;
  }
  footer.footer .footer-wrap .footer-logo-infor .infor li {
    font-size: 0.26rem;
  }
}
footer.footer .footer-wrap .footer-nav-box {
  width: 48%;
  float: left;
}
footer.footer .footer-wrap .footer-nav-box .footer-nav dl {
  float: left;
  width: 45%;
  padding-left: 1.5rem;
}
footer.footer .footer-wrap .footer-nav-box .footer-nav dl dt a {
  font-size: 0.16rem;
  line-height: 4;
  color: #EAE9E9;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #EAE9E9;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-wrap .footer-nav-box {
    width: 100%;
    float: none;
  }
  footer.footer .footer-wrap .footer-nav-box .footer-nav dl {
    width: 50%;
    padding-left: 0;
  }
  footer.footer .footer-wrap .footer-nav-box .footer-nav dl dt a {
    font-size: 0.26rem;
  }
}
footer.footer .footer-wrap .QR-code {
  float: right;
  width: 20%;
  text-align: right;
}
footer.footer .footer-wrap .QR-code .img-box {
  display: inline-block;
  width: 1.96rem;
  padding: 0.07rem;
  text-align: center;
}
footer.footer .footer-wrap .QR-code .img-box img {
  max-width: 100%;
}
footer.footer .footer-wrap .QR-code text {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #EAE9E9;
  display: block;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-wrap .QR-code {
    width: 100%;
    float: none;
    text-align: left;
  }
  footer.footer .footer-wrap .QR-code text {
    font-size: 0.26rem;
  }
}
footer.footer .footer-wrap .footer-links {
  margin-top: 0.55rem;
}
footer.footer .footer-wrap .footer-links b,
footer.footer .footer-wrap .footer-links div a {
  font-size: 0.16rem;
  color: #D2CDCD;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-wrap .footer-links b,
  footer.footer .footer-wrap .footer-links div a {
    font-size: 0.26rem;
  }
}
footer.footer .footer-wrap .footer-links b {
  float: left;
}
footer.footer .footer-wrap .footer-links div {
  width: 91%;
  float: left;
  word-break: break-word;
}
footer.footer .footer-wrap .footer-links div a {
  margin-right: 0.1rem;
  padding-right: 0.11rem;
  border-right: 1px solid #D2CDCD;
}
footer.footer .footer-wrap .footer-links div a:last-child {
  border-right: 0;
}
footer.footer .footer-wrap .footer-links div a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-wrap .footer-links div {
    width: 80%;
  }
}
footer.footer .footer-copyright {
  text-align: left;
  padding: 0.45rem 0 0.6rem;
}
footer.footer .footer-copyright .copyright,
footer.footer .footer-copyright .Record {
  display: inline-block;
  font-size: 0.16rem;
  color: #D2CDCD;
  line-height: 1;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-copyright .copyright,
  footer.footer .footer-copyright .Record {
    font-size: 0.16rem;
  }
}
footer.footer .footer-copyright .Record {
  margin-left: 0.2rem;
}
footer.footer .footer-copyright .Record a {
  font-size: 0.16rem;
  color: #D2CDCD;
  line-height: 1;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-copyright .Record a {
    font-size: 0.16rem;
  }
}
footer.footer .footer-copyright .Record a:hover {
  text-decoration: underline;
}
footer.footer .footer-copyright .support {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1;
  color: #D2CDCD;
}
@media screen and (max-width: 1601px) and (min-width: 1025px) {
  footer.footer .footer-copyright .support {
    font-size: 0.16rem;
  }
}
footer.footer .footer-copyright .support p {
  display: inline-block;
}
footer.footer .footer-copyright .support .support-in {
  display: inline-block;
}
footer.footer .footer-copyright .support .support-in li a {
  color: #D2CDCD;
}
footer.footer .footer-copyright .support .support-in li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright,
  footer.footer .footer-copyright .Record {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    margin-left: 0;
  }
  footer.footer .footer-copyright .Record a {
    font-size: 0.24rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-copyright .support {
    margin-left: 0;
    font-size: 0.24rem;
  }
  footer.footer .footer-copyright .support .support-in li {
    margin-left: 0;
  }
  footer.footer .footer-copyright .support .support-in li a {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
  footer.footer .footer-nav {
    float: none;
    width: 100%;
  }
  footer.footer .footer-nav dl {
    float: left;
    width: 20%;
  }
  footer.footer .footer-nav dl dt a {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  footer.footer .QR-code {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 0;
    text-align: left;
    padding-left: 0;
    border-left: none;
  }
  footer.footer .QR-code .img-box {
    width: 50%;
    text-align: left;
  }
  footer.footer .QR-code .img-box img {
    width: 1.2rem;
  }
  footer.footer .QR-code .QR-code-img {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 4%;
  }
  footer.footer .QR-code .QR-code-img img {
    max-width: 100%;
    height: auto;
  }
  footer.footer .QR-code .QR-code-img:nth-child(2) {
    margin-right: 0;
  }
  footer.footer .QR-code .QR-code-img .QR-code-img-text {
    width: 100%;
    position: static;
    padding-left: 0;
    padding-top: 0.1rem;
  }
  footer.footer .QR-code .QR-code-img .QR-code-img-text span {
    font-size: 0.2rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
}
