/* 底部样式 */
.footer {
  width: 100%;
  background: #EABDC0;
}

.footer .footer-warp {
  width: 1200px;
  margin: 0 auto;
}

.footer .footer-warp .cooperation {
  margin-top: 102px;
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
  overflow: hidden;
}

.footer .footer-warp .cooperation h3 {
  width: 200px;
  float: left;
}

.footer .footer-warp .cooperation ul {
  display: flex;
}

.footer .footer-warp .cooperation ul li {
  flex: 1;
}

.footer .footer-warp .cooperation ul li img {
  vertical-align: middle;
}

.footer .footer-warp .companyInformation {
  padding: 50px 0;
  color: #fff;
  display: flex;
  font-size: 18px;
}

.footer .footer-warp .companyInformation a {
  color: #fff;
}

.footer .footer-warp .companyInformation h2 {
  font-size: 20px;
  padding-bottom: 40px;
}

.footer .footer-warp .companyInformation>div {
  flex: 1;
  text-align: center;
}

.footer .footer-warp .companyInformation .contact {
  text-align: left;
}

.footer .footer-warp .companyInformation .contact h2 {
  padding-left: 80px;
}

.footer .footer-warp .companyInformation .contact ul li {
  box-sizing: border-box;
  padding: 10px 0 10px 30px;
  background: url(/public/res/images/pcCharmzenus20190925/footer_icon_tel.png) no-repeat 0 center;
}

.footer .footer-warp .companyInformation .attention ul li {
  padding: 10px 0;
}

.footer .footer-warp .companyInformation .attention ul li a {
  color: #fff;
}

.footer .footer-warp .companyInformation .attention ul li:first-child {
  background: url(/public/res/images/pcCharmzenus20190925/footer_icon_wb.png) no-repeat 80px center;
}

.footer .footer-warp .companyInformation .attention ul li:last-child {
  background: url(/public/res/images/pcCharmzenus20190925/footer_icon_wx.png) no-repeat 80px center;
}

.footer .footer-warp .companyInformation .about ul li {
  padding: 10px 0;
}

.footer .footer-warp .companyInformation .about ul li a {
  color: #fff;
}

.footer .footer-warp .companyInformation .service ul li {
  padding: 10px 0;
}

.footer .footer-warp .renzheng {
  display: flex;
  text-align: center;
  align-items: center;
}

.footer .footer-warp .renzheng a {
  display: block;
}

.copyright {
  background: #fff;
}

.copyright .copyright-content {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
  display: flex;
}

.copyright .copyright-content p:nth-of-type(2) {
  flex: 1;
}