/**
 * @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: url(../images/footer-bg.png) center center / cover no-repeat;
  padding: 0.8rem 0 0;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
}
footer.footer .footer-logo {
  width: 1rem;
  height: 1rem;
  border: 1px solid #525C67;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
footer.footer .footer-logo:before,
footer.footer .footer-logo:after {
  content: '';
  width: 5.27rem;
  height: 1px;
  position: absolute;
  top: 0.47rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-logo:before,
  footer.footer .footer-logo:after {
    width: 3rem;
  }
}
footer.footer .footer-logo:before {
  left: 1rem;
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
}
footer.footer .footer-logo:after {
  right: 1rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF);
}
footer.footer .footer-logo img {
  display: inline-block;
  width: 0.57rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer.footer .footer-top {
  margin: auto;
  display: table;
  min-height: 2rem;
  padding-top: 0.55rem;
}
footer.footer .footer-top .footer-nav {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
footer.footer .footer-top .footer-nav .title {
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}
footer.footer .footer-top .footer-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.2rem;
  /*&:last-child {
          margin-bottom: 0;
        }*/
}
footer.footer .footer-top .footer-nav a {
  font-size: 0.15rem;
  color: #8997A4;
}
footer.footer .footer-top .footer-nav a:hover {
  text-decoration: underline;
}
footer.footer .footer-top .footer-contact-us {
  display: table-cell;
  vertical-align: top;
  padding-left: 1rem;
  width: 60%;
}
footer.footer .footer-top .footer-contact-us .title {
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}
footer.footer .footer-top .footer-contact-us li {
  font-size: 0.15rem;
  color: #8997A4;
  white-space: nowrap;
  margin-bottom: 0.2rem;
}
footer.footer .footer-top .footer-contact-us li:last-child {
  margin-bottom: 0;
}
footer.footer .footer-top .wechat-img {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
footer.footer .footer-top .wechat-img .title {
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.25rem;
}
footer.footer .footer-top .wechat-img img {
  width: 1.12rem;
  height: 1.12rem;
  margin: auto;
  display: block;
}
footer.footer .footer-top .wechat-img span {
  margin-top: 0.15rem;
  display: block;
  font-size: 0.15rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8997A4;
  text-align: center;
}
footer.footer .footer-top .wechat-img span i {
  display: block;
}
footer.footer .footer-top .wechat-img .wechat-img-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top {
    position: static;
    display: block;
    padding: 4% 0;
  }
  footer.footer .footer-top .footer-nav {
    width: 100%;
  }
  footer.footer .footer-top .footer-nav .title {
    font-size: 0.3rem;
  }
  footer.footer .footer-top .footer-nav ul li a {
    font-size: 0.28rem;
  }
  footer.footer .footer-top .footer-contact-us {
    display: block;
    margin-top: 4%;
    width: 100%;
    padding-left: 0;
  }
  footer.footer .footer-top .footer-contact-us .title {
    font-size: 0.3rem;
  }
  footer.footer .footer-top .footer-contact-us li {
    font-size: 0.28rem;
  }
  footer.footer .footer-top .wechat-img {
    width: 100%;
    display: block;
    border-left: 0;
    padding: 4% 0.25rem;
    font-size: 0;
  }
  footer.footer .footer-top .wechat-img .title {
    font-size: 0.3rem;
  }
  footer.footer .footer-top .wechat-img img {
    width: 2.02rem;
    height: 2.02rem;
    margin: auto;
    display: block;
  }
  footer.footer .footer-top .wechat-img span {
    margin-top: 0.16rem;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
footer.footer .friend-link {
  margin-top: 0.26rem;
  padding: 0.28rem 0;
  position: relative;
}
footer.footer .friend-link:before,
footer.footer .friend-link:after {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #F6F6F6, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
}
footer.footer .friend-link:before {
  top: 0;
}
footer.footer .friend-link:after {
  bottom: 0;
}
footer.footer .friend-link p {
  display: inline-block;
  font-size: 0.16rem;
  color: #FFFFFF;
  vertical-align: middle;
}
footer.footer .friend-link ul {
  display: inline-block;
  vertical-align: middle;
  width: 92%;
}
footer.footer .friend-link ul li {
  float: left;
  position: relative;
  padding-left: 0.42rem;
}
footer.footer .friend-link ul a {
  font-size: 0.15rem;
  color: #8997A4;
}
footer.footer .friend-link ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .friend-link {
    display: none;
  }
}
footer.footer .footer-copyright {
  padding: 0.37rem 0 0.3rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright {
    font-size: 0.3rem;
  }
}
footer.footer .footer-copyright a {
  color: #999;
}
footer.footer .footer-copyright a:hover {
  text-decoration: underline;
}
footer.footer .footer-copyright .copyright-left {
  display: inline-block;
  vertical-align: middle;
}
footer.footer .footer-copyright .copyright-left span {
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-left span {
    display: block;
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-left {
    display: block;
    float: none;
  }
}
footer.footer .footer-copyright .copyright-right {
  display: inline-block;
  vertical-align: middle;
}
footer.footer .footer-copyright .copyright-right .support-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
footer.footer .footer-copyright .copyright-right .support {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right .support {
    text-align: center;
  }
}
footer.footer .footer-copyright .copyright-right .support-in {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right .support-in {
    text-align: center;
  }
}
footer.footer .footer-copyright .copyright-right .support-in li {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right .support-in li {
    display: block;
    text-align: center;
  }
}
footer.footer .footer-copyright .copyright-right .support-in li a {
  font-size: 0.14rem;
  line-height: 0.19rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  footer.footer .footer-copyright .copyright-right .friend-link {
    display: none !important;
  }
}
