/**
 * @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: #000000;
  position: relative;
}
footer.footer .container-box {
  width: 100%;
  padding: 0 3.34rem;
}
@media screen and (max-width: 1500px) {
  footer.footer .container-box {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .container-box {
    width: 100%;
    padding: 0 0.3rem;
  }
}
footer.footer .footer-infor {
  padding: 0.66rem 0 0.32rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor {
    flex-wrap: wrap;
  }
}
footer.footer .footer-infor .public-title {
  display: flex;
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #848484;
  position: relative;
  width: 2.64rem;
}
footer.footer .footer-infor .public-title .after {
  content: '';
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 0.54rem;
  background: #FFC000;
  height: 0.02rem;
}
footer.footer .footer-infor .public-title i {
  margin-right: 0.08rem;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/66footer2.png) center / cover no-repeat;
}
footer.footer .footer-infor .public-title span {
  display: block;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .public-title span {
    font-size: 0.28rem;
  }
}
footer.footer .footer-infor .follow-us {
  width: fit-content;
}
footer.footer .footer-infor .follow-us .title {
  height: 0.45rem;
  display: flex;
}
footer.footer .footer-infor .follow-us .title .title-logo {
  width: 1.76rem;
  height: 0.45rem;
  margin-right: 0.1rem;
}
footer.footer .footer-infor .follow-us .title .title-divider {
  width: 0.01rem;
  height: 0.45rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .follow-us .title .title-divider {
    height: 0.7rem;
  }
}
footer.footer .footer-infor .follow-us .title .title-name {
  margin-left: 0.1rem;
  color: #FFFFFF;
  text-align: left;
}
footer.footer .footer-infor .follow-us .title .title-name .name {
  font-weight: bold;
  font-size: 0.2rem;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .follow-us .title .title-name .name {
    font-size: 0.26rem;
  }
}
footer.footer .footer-infor .follow-us .title .title-name .content {
  font-weight: 400;
  font-size: 0.14rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .follow-us .title .title-name .content {
    font-size: 0.24rem;
  }
}
footer.footer .footer-infor .follow-us .ewm {
  margin-top: 0.63rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.24rem 0 0.14rem;
}
footer.footer .footer-infor .follow-us .ewm .wrap img {
  display: block;
  width: 1.25rem;
  height: auto;
}
footer.footer .footer-infor .follow-us .ewm .wrap span {
  display: block;
  margin-top: 0.12rem;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .follow-us {
    width: 100%;
    margin-top: 0.3rem;
  }
  footer.footer .footer-infor .follow-us .ewm {
    justify-content: flex-start;
  }
  footer.footer .footer-infor .follow-us .ewm .wrap {
    margin-right: 0.2rem;
  }
  footer.footer .footer-infor .follow-us .ewm .wrap span {
    font-size: 0.24rem;
  }
}
footer.footer .footer-infor .quick-navigation {
  width: 2.64rem;
}
footer.footer .footer-infor .quick-navigation ul {
  display: flex;
  flex-wrap: wrap;
}
footer.footer .footer-infor .quick-navigation ul li {
  margin-top: 0.2rem;
  width: 50%;
  text-align: left;
}
footer.footer .footer-infor .quick-navigation ul li a {
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .quick-navigation {
    display: none;
    width: 100%;
  }
}
footer.footer .footer-infor .contact-us {
  width: 3.32rem;
}
footer.footer .footer-infor .contact-us .public-title i {
  background: url(../images/66footer1.png) center / cover no-repeat;
}
footer.footer .footer-infor .contact-us ul {
  padding-top: 0.14rem;
}
footer.footer .footer-infor .contact-us ul li .text {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .contact-us ul li .text {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.footer .footer-infor .contact-us {
    width: 100%;
    margin-top: 0.3rem;
  }
}
footer.footer .bottom {
  height: 0.47rem;
  background: #000;
  border-top: 0.02rem solid #333;
}
footer.footer .bottom .wrap {
  display: flex;
}
footer.footer .bottom .wrap .copyright,
footer.footer .bottom .wrap .record {
  font-weight: 400;
  font-size: 0.14rem;
  color: #848484;
  line-height: 0.45rem;
  margin-right: 0.1rem;
}
footer.footer .bottom .wrap .copyright a,
footer.footer .bottom .wrap .record a {
  font-weight: 400;
  font-size: 0.14rem;
  color: #848484;
  line-height: 0.45rem;
}
@media screen and (max-width: 1024px) {
  footer.footer .bottom {
    height: auto;
    padding: 0.1rem 0 1.1rem;
  }
  footer.footer .bottom .wrap {
    flex-wrap: wrap;
  }
  footer.footer .bottom .wrap .copyright,
  footer.footer .bottom .wrap .record {
    font-size: 0.24rem;
  }
  footer.footer .bottom .wrap .copyright a,
  footer.footer .bottom .wrap .record a {
    font-size: 0.24rem;
  }
  footer.footer .bottom .wrap ul {
    width: 100%;
    flex-wrap: wrap;
  }
  footer.footer .bottom .wrap ul li {
    width: 20%;
  }
  footer.footer .bottom .wrap ul li a {
    font-size: 0.24rem;
  }
}
footer.footer .friendList {
  border-top: 0;
}
footer.footer .friendList b,
footer.footer .friendList div a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1024px) {
  footer.footer .friendList b,
  footer.footer .friendList div a {
    font-size: 0.24rem;
  }
}
footer.footer .friendList div {
  display: inline-block;
}
footer.footer .friendList div a {
  display: inline-block;
  margin-left: 0.1rem;
}
footer.footer .friendList div a:hover {
  text-decoration: underline;
}
