.bj-footerPage {
  background-color: #3C3C3C;
  height: 399px;
}
.footer-bj {
  position: relative;
}
.footer-bj .footer-bj-img {
  width: 718px;
  height: 295px;
  position: absolute;
  top: 24px;
  left: 281px;
}
.footer-content {
  padding-top: 28px ;
  box-sizing: border-box;
}
.footer-content .footer-flex {
  display: flex;
  padding: 0 40px 52px;
  border-bottom: .5px solid rgba(238,238,238,.5);
}
.footer-content .footer-business {
  width: 365px;
  height: 170px;
  background: #3C3C3C;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.footer-content .footer-business::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 0.5px;
  height: 120px;
  background-color: #EEEEEE;
  opacity: 0.57;
}
.footer-content .footer-business .business-platform .platform-title {
  font-size: 18px;
  color: #EEEEEE;
}
.footer-content .footer-business .business-platform ul li,
.footer-content .footer-business .business-platform ul a {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
}
.footer-content .footer-companyInfo {
  width: 432px;
  height: 170px;
  padding: 26px 0 0 58px;
  box-sizing: border-box;
  position: relative;
}
.footer-content .footer-companyInfo::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 0.5px;
  height: 120px;
  background-color: #EEEEEE;
  opacity: 0.57;
}
.footer-content .footer-companyInfo .companyInfo-phoneBox {
  display: flex;
  align-items: center;
}
.footer-content .footer-companyInfo .companyInfo-phoneBox .companyInfo-phoneImg {
  width: 28.59px;
  height: 25.02px;
}
.footer-content .footer-companyInfo .companyInfo-phoneBox .companyInfo-phoneText {
  font-size: 26px;
  color: #EEEEEE;
  margin-left: 6px;
}
.footer-content .footer-companyInfo .companyInfo-address {
  width: 280px;
  height: 38px;
  font-size: 14px;
  color: #999999;
}
.footer-content .footer-companyInfo .companyInfo-time {
  width: 223px;
  height: 19px;
  font-size: 14px;
  color: #999999;
  margin: 9px 0 15px;
}
.footer-content .footer-applet {
  width: 402px;
  height: 170px;
  margin: 0px 0 0 112px;
  display: flex;
}
.footer-content .footer-applet .applet-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-content .footer-applet .applet-flex .applet-flex-img {
  width: 120px;
  height: 120px;
}
.footer-content .footer-applet .applet-flex .applet-flex-img img {
  width: 100%;
  height: 100%;
}
.footer-content .footer-applet .applet-flex .applet-flex-title {
  font-size: 14px;
  color: #EEEEEE;
  margin-top: 10px;
}
.footer-content .footer-link {
  height: 70px;
  line-height: 70px;
  display: flex;
  border-bottom: .5px solid rgba(238,238,238,.5);
  position: relative;
}
.footer-content .footer-link .link-title {
  font-size: 18px;
  color: #EEEEEE;
  margin-left: 50px;
}
.footer-content .footer-link .link-text {
  font-size: 14px;
  color: #999999;
  margin-left: 54px;
}
.footer-content .footer-recordBox {
  margin-top: 23px;
  text-align: center;
}
.footer-content .footer-recordBox .record-text {
  font-size: 14px;
  color: #777777;
}
.footer-content .footer-recordBox .record-address {
  margin-top: 5px;
  font-size: 14px;
  color: #777777;
}
.license {
  margin-left: 10px;
  color: #777777;
}