/**
 * @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: #f6f6f6;
  border-top: 0.2rem solid #0B40AE;
}
footer.footer .footer-top {
  padding: 0.4rem 0 0.47rem;
}
footer.footer .footer-top .footer-wrap {
  padding-bottom: 0.34rem;
}
footer.footer .footer-top .footer-nav {
  float: left;
  width: 4rem;
}
footer.footer .footer-top .footer-nav dl {
  float: left;
  width: 33.33%;
  margin-bottom: 0.31rem;
}
footer.footer .footer-top .footer-nav dl a:hover {
  opacity: 0.8;
}
footer.footer .footer-top .footer-nav dl dt a {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 1.5;
  color: #707070;
  display: block;
}
footer.footer .footer-top .footer-nav dl dd {
  margin-top: 0.31rem;
}
footer.footer .footer-top .footer-nav dl dd a {
  display: block;
  font-size: 0.14rem;
  line-height: 1.5;
  color: #707070;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.2rem;
}
footer.footer .footer-top .address {
  float: left;
  width: 6.3rem;
  padding: 0 0 0 61px;
}
footer.footer .footer-top .address li {
  font-size: 0.16rem;
  line-height: 1.5;
  color: #707070;
  margin-bottom: 0.2rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
footer.footer .footer-top .address li .answer {
  width: calc(100% - 1.5rem);
  margin-left: 0.1rem;
}
footer.footer .footer-top .QR-code {
  float: right;
  padding-top: 0.3rem;
}
footer.footer .footer-top .QR-code .QR-code-img {
  position: relative;
  margin-bottom: 0.04rem;
}
footer.footer .footer-top .QR-code .QR-code-img img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
}
footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text {
  width: 100%;
  padding-top: 0.1rem;
  text-align: center;
}
footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text span {
  font-size: 0.16rem;
  line-height: 1.4;
  color: #707070;
  display: block;
}
footer.footer .footer-top .footer-links b,
footer.footer .footer-top .footer-links div a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #707070;
}
footer.footer .footer-top .footer-links b {
  width: 9%;
  float: left;
}
footer.footer .footer-top .footer-links div {
  width: 91%;
  float: left;
  word-break: break-word;
}
footer.footer .footer-top .footer-links div a {
  margin-right: 0.24rem;
}
footer.footer .footer-top .footer-links div a:hover {
  color: #0B40AE;
}
footer.footer .footer-bottom {
  background: #0B40AE;
  padding: 0.22rem 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom {
    height: auto;
    padding: 0.2rem 0;
  }
}
footer.footer .footer-bottom .footer-copyright {
  text-align: center;
}
footer.footer .footer-bottom .footer-copyright .copyright,
footer.footer .footer-bottom .footer-copyright .Record {
  display: inline-block;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.56);
  line-height: 0.15rem;
}
footer.footer .footer-bottom .footer-copyright .Record {
  margin-left: 0.2rem;
}
footer.footer .footer-bottom .footer-copyright .Record a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.56);
  line-height: 0.15rem;
}
footer.footer .footer-bottom .footer-copyright .Record a:hover {
  text-decoration: underline;
}
footer.footer .footer-bottom .footer-copyright .support {
  display: inline-block;
  margin-left: 0.2rem;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  color: rgba(255, 255, 255, 0.56);
}
footer.footer .footer-bottom .footer-copyright .support p {
  display: inline-block;
}
footer.footer .footer-bottom .footer-copyright .support .support-in {
  display: inline-block;
}
footer.footer .footer-bottom .footer-copyright .support .support-in li a {
  color: rgba(255, 255, 255, 0.56);
}
footer.footer .footer-bottom .footer-copyright .support .support-in li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-bottom .footer-copyright .copyright,
  footer.footer .footer-bottom .footer-copyright .Record {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .Record a {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .support {
    margin-left: 0;
    font-size: 0.28rem;
  }
  footer.footer .footer-bottom .footer-copyright .support .support-in li {
    margin-left: 0;
  }
  footer.footer .footer-bottom .footer-copyright .support .support-in li a {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
  footer.footer .footer-top {
    padding: 4% 0.2rem;
  }
  footer.footer .footer-top .footer-wrap {
    padding-bottom: 0.34rem;
  }
  footer.footer .footer-top .footer-nav {
    float: none;
    width: 100%;
  }
  footer.footer .footer-top .footer-nav dl {
    float: left;
    width: 25%;
  }
  footer.footer .footer-top .footer-nav dl dt a {
    font-size: 0.32rem;
    line-height: 1.5;
  }
  footer.footer .footer-top .footer-nav dl dd {
    margin-top: 0.24rem;
  }
  footer.footer .footer-top .footer-nav dl dd a {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  footer.footer .footer-top .address {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  footer.footer .footer-top .address li {
    font-size: 0.28rem;
    line-height: 1.6;
  }
  footer.footer .footer-top .address li .question,
  footer.footer .footer-top .address li .answer {
    display: inline-block;
  }
  footer.footer .footer-top .QR-code {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  footer.footer .footer-top .QR-code .QR-code-img {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 40%;
    margin-right: 4%;
  }
  footer.footer .footer-top .QR-code .QR-code-img img {
    width: 100%;
    height: auto;
  }
  footer.footer .footer-top .QR-code .QR-code-img:nth-child(2) {
    margin-right: 0;
  }
  footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text {
    width: 100%;
    position: static;
    padding-left: 0;
    padding-top: 0.1rem;
  }
  footer.footer .footer-top .QR-code .QR-code-img .QR-code-img-text span {
    font-size: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
  footer.footer .footer-top .footer-links b,
  footer.footer .footer-top .footer-links div a {
    font-size: 0.28rem;
    line-height: 1.6;
  }
  footer.footer .footer-top .footer-links b {
    width: 100%;
    display: block;
    float: none;
  }
  footer.footer .footer-top .footer-links div {
    width: 100%;
    float: none;
  }
}
