/**
 * @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: #333333;
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding-bottom: 1.1rem;
  }
}
footer.footer .footer-top {
  padding: 0.6rem 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top {
    padding: 0.5rem 0 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav {
    display: none;
  }
}
footer.footer .footer-top .footer-nav .nav-list li {
  float: left;
  margin-right: 1.14rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav .nav-list li {
    width: 25%;
    text-align: center;
    margin-bottom: 0.3rem;
    margin-left: 0;
  }
}
footer.footer .footer-top .footer-nav .nav-list li h6 {
  display: inline-block;
  color: #FFFFFF;
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}
footer.footer .footer-top .footer-nav .nav-list li h6 a {
  color: #FFF9F9;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav .nav-list li h6 {
    font-size: 0.3rem;
  }
}
footer.footer .footer-top .footer-nav .nav-list li h6:hover {
  text-decoration: underline;
}
footer.footer .footer-top .footer-nav .nav-list li span {
  display: block;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}
footer.footer .footer-top .footer-nav .nav-list li span a {
  color: #999999;
}
footer.footer .footer-top .footer-nav .nav-list li span a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .footer-nav .nav-list li span {
    font-size: 0.28rem;
  }
}
footer.footer .footer-top .footer-nav .nav-list li:last-child {
  margin-right: 0;
}
footer.footer .footer-top .mobile-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-top .mobile-nav {
    display: block;
  }
}
footer.footer .footer-top .mobile-nav li {
  width: 25%;
  height: 0.5rem;
  line-height: 0.5rem;
  float: left;
  margin-bottom: 0.2rem;
}
footer.footer .footer-top .mobile-nav li a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.05rem;
}
footer.footer .ewm-friend-link {
  border-bottom: 1px solid #999999;
  padding-bottom: 0.3rem;
}
footer.footer .ewm-friend-link .friend-link {
  margin-top: 0.8rem;
  width: 70%;
  float: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  footer.footer .ewm-friend-link .friend-link {
    margin-top: 0;
    width: 100%;
    float: none;
    padding-bottom: 0.6rem;
  }
}
footer.footer .ewm-friend-link .friend-link p {
  width: 1.22rem;
  height: 0.43rem;
  background-color: #315DB4;
  font-size: 0.18rem;
  color: #ffffff;
  padding: 0.1rem 0 0.1rem 0.18rem;
  cursor: pointer;
}
footer.footer .ewm-friend-link .friend-link p i {
  display: inline-block;
  margin-left: 0.05rem;
  font-family: serif;
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
  transform: rotate(-90deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  footer.footer .ewm-friend-link .friend-link p {
    width: 1.8rem;
    height: 0.6rem;
    font-size: 0.28rem;
    padding: 0.12rem 0 0.12rem 0.2rem;
  }
}
footer.footer .ewm-friend-link .friend-link ul {
  position: absolute;
  left: 1.5rem;
  top: 30%;
  z-index: 10;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  border-radius: 0.1rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.5rem);
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -o-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
footer.footer .ewm-friend-link .friend-link ul li {
  display: inline-block;
  padding-left: 0.2rem;
}
footer.footer .ewm-friend-link .friend-link ul a {
  font-size: 0.16rem;
  font-weight: bold;
  color: #F5F2F2;
}
footer.footer .ewm-friend-link .friend-link ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer.footer .ewm-friend-link .friend-link ul {
    left: 1.8rem;
    top: auto;
    bottom: 63%;
  }
  footer.footer .ewm-friend-link .friend-link ul a {
    font-size: 0.28rem;
  }
}
footer.footer .ewm-friend-link .friend-link.current p i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer.footer .ewm-friend-link .friend-link.current ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
footer.footer .ewm-friend-link .ewm {
  width: 2.9rem;
  float: right;
}
footer.footer .ewm-friend-link .ewm img {
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
}
footer.footer .ewm-friend-link .ewm img:last-child {
  margin-left: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .ewm-friend-link .ewm {
    width: 100%;
    float: none;
    text-align: center;
  }
  footer.footer .ewm-friend-link .ewm img {
    width: 2rem;
    height: 2rem;
  }
}
footer.footer .footer-copyright {
  padding: 0.3rem 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright {
    font-size: 0.3rem;
  }
}
footer.footer .footer-copyright a {
  color: #FFFFFF;
}
footer.footer .footer-copyright a:hover {
  text-decoration: underline;
}
footer.footer .footer-copyright .copyright-left span {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #FFFFFF;
}
footer.footer .footer-copyright .copyright-left span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-left span {
    display: block;
    text-align: center;
    line-height: 1.6;
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-left {
    display: block;
    float: none;
  }
}
footer.footer .footer-copyright .copyright-right {
  margin-top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right {
    text-align: center;
  }
}
footer.footer .footer-copyright .copyright-right span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #FFFFFF;
}
footer.footer .footer-copyright .copyright-right span:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right span {
    display: block;
    text-align: center;
    line-height: 1.6;
    font-size: 0.28rem;
  }
}
footer.footer .footer-copyright .copyright-right .support-wrap {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right .support-wrap {
    margin-top: 0.2rem;
  }
}
footer.footer .footer-copyright .copyright-right .support {
  display: inline-block;
  font-size: 0.16rem;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right .support {
    text-align: center;
    font-size: 0.28rem;
  }
}
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.16rem;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-copyright .copyright-right .support-in li a {
    font-size: 0.28rem;
  }
}
