#footerPc {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-top: 75px;
  flex-direction: column;
  background: #0d102d;
}
#footerPc .contact_title {
  width: 100%;
  position: relative;
}
#footerPc .contact_title .contact_title_ch {
  font-size: 48px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 72px;
}
#footerPc .contact_title .contact_title_en {
  width: 100%;
  position: absolute;
  bottom: 25px;
  font-size: 60px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  opacity: 0.2;
}
#footerPc .contact_info {
  width: 100%;
  margin-top: 57px;
  padding-top: 59px;
  padding-bottom: 79px;
  background-image: url(../images/contactInfoBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#footerPc .contact_info .contact_info_title {
  width: 100%;
}
#footerPc .contact_info .contact_info_title .contact_info_title_logo {
  width: 79px;
}
#footerPc .contact_other {
  width: 100%;
  margin-top: 62px;
}
#footerPc .contact_other .contact_address i,
#footerPc .contact_other .contact_email i,
#footerPc .contact_other .contact_phone i {
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}
#footerPc .contact_other .contact_other_text {
  margin-left: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
#footerPc .contact_other .contact_address {
  margin: 0 70px;
}
#footerPc .contact_number {
  padding: 30px 0;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #e7e7e7;
  line-height: 1;
}/*# sourceMappingURL=footerPc.css.map */