.section-footer {
  min-width: 1200px;
  height: 500px;
  padding: 46px 5% 0;
  position: relative;
  background-color: #E0E6ED;
}
.section-footer .footer-contact {
  width: 420px;
}
.section-footer .footer-contact .contact-wx {
  display: flex;
  justify-content: space-around;
}
.section-footer .footer-contact .contact-wx .wx-qrcode .wx-icon {
  width: 115px;
  height: 115px;
}
.section-footer .footer-contact .contact-wx .wx-qrcode .wx-text {
  height: 17px;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wx .wx-content {
  width: 240px;
}
.section-footer .footer-contact .contact-wx .wx-content .wx-icon {
  width: 126px;
  height: 71px;
  margin-top: -25px;
  margin-left: -20px;
}
.section-footer .footer-contact .contact-wx .wx-content .wx-remark {
  height: 30px;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wx .wx-content .wx-title {
  height: 30px;
  margin-top: 30px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wx .wx-content .wx-phone .phone-icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 5px;
}
.section-footer .footer-contact .contact-wx .wx-content .wx-phone .sign-icon {
  width: 20px;
  height: 20px;
  margin-top: -8px;
  margin-left: 3px;
}
.section-footer .footer-contact .contact-wx .wx-content .wx-phone .phone-text {
  height: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wb {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}
.section-footer .footer-contact .contact-wb .wb-qrcode .wx-icon {
  width: 115px;
  height: 115px;
}
.section-footer .footer-contact .contact-wb .wb-qrcode .wx-text {
  height: 17px;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wb .wb-content {
  width: 240px;
  margin-top: -20px;
}
.section-footer .footer-contact .contact-wb .wb-content .wb-title {
  height: 30px;
  margin-top: 24px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wb .wb-content .wx-phone .phone-icon {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 5px;
}
.section-footer .footer-contact .contact-wb .wb-content .wx-phone .phone-text {
  height: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wb .wb-content .wb-subtitle {
  height: 30px;
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-contact .contact-wb .wb-content .subtitle-text {
  height: 17px;
  font-size: 14px;
  color: #333333;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-info {
  position: relative;
  width: calc(100% - 500px);
}
.section-footer .footer-info .line {
  width: 1px;
  height: 220px;
  position: absolute;
  left: -20px;
  top: 80px;
  background: linear-gradient(180deg, rgba(153, 153, 153, 0), rgb(153, 153, 153), rgba(153, 153, 153, 0));
}
.section-footer .footer-info .info-col {
  width: 80px;
  /*margin-left: 60px;*/
}
.section-footer .footer-info .info-col .title {
  height: 42px;
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-info .info-col .text {
  font-size: 12px;
  color: #333333;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.section-footer .footer-copyright {
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  /*transform: translateX(-50%);*/
  color: #7b7b7b;
  background-color: #333333;
}
.section-footer .footer-copyright p {
  height: 20px;
  margin: 0 10px;
  line-height: 20px;
}

/*# sourceMappingURL=footer.css.map */
