.footer {
  width: 100%;
  height: 330px;
  background-color: #343434;
  padding: 64px 165px 64px 177px;
  box-sizing: border-box;
}
.footer .footer_content {
  height: 100%;
  width: 100%;
  display: flex;
}
.footer .footer_content .left {
  height: 100%;
  width: 420px;
  border-right: 3px solid #939393;
  overflow: hidden;
}
.footer .footer_content .left .tel {
  float: left;
  width: 46px;
  height: 49px;
  margin-top: 60px;
  background-image: url(http://xinyongfu-data.oss-cn-beijing.aliyuncs.com/web_img/xyf/img/tel.png);
  background-repeat: no-repeat;
}
.footer .footer_content .left .left_copy {
  height: 177px;
  margin-left: 54px;
  color: #f8f8f8;
  margin-top: 64px;
}
.footer .footer_content .left .left_copy p {
  font-size: 16px;
}
.footer .footer_content .left .left_copy h6 {
  font-size: 22px;
}
.footer .footer_content .center {
  height: 100%;
  width: 668px;
  border-right: 3px solid #939393;
  overflow: hidden;
  color: #f8f8f8;
}
.footer .footer_content .center li {
  float: left;
}
.footer .footer_content .center li:first-child {
  margin-left: 104px;
  margin-right: 118px;
}
.footer .footer_content .center li a {
  display: block;
  font-size: 16px;
  line-height: 49px;
  color: #fff;
}
.footer .footer_content .center li p {
  font-size: 16px;
  line-height: 49px;
}
.footer .footer_content .right {
  height: 100%;
  margin-left: 124px;
  display: flex;
  color: #f8f8f8;
}
.footer .footer_content .right .userApp {
  height: 100%;
  width: 134px;
  text-align: center;
  margin-right: 90px;
}
.footer .footer_content .right .userApp img {
  display: block;
  width: 100%;
  height: 134px;
  background-color: red;
  margin-bottom: 36px;
}
.footer .footer_content .right .userApp p {
  font-size: 18px;
}
.footer .footer_content .right .shopApp {
  margin-right: 0;
}
.footer .icp {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
