.footer-container {
  width: 100%;
  box-sizing: border-box;
  background: #F3F5F9; }
  .footer-container .main-info {
    width: 74%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0 33px;
    border-bottom: 1px solid rgba(122, 130, 138, 0.2); }
    .footer-container .main-info .company-info .name {
      font-size: 24px;
      color: #666;
      font-weight: bold;
      margin-bottom: 23px; }
    .footer-container .main-info .company-info .phone, .footer-container .main-info .company-info .address {
      font-size: 14px;
      color: #666666;
      font-weight: 400; }
    .footer-container .main-info .company-info .phone {
      margin-bottom: 10px; }
    .footer-container .main-info .wx-code {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      text-align: center; }
      .footer-container .main-info .wx-code img {
        display: block;
        width: 100px;
        height: 100px;
        margin-bottom: 6px; }
  .footer-container .bottom-info {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #888888; }
    .footer-container .bottom-info span {
      margin-right: 20px; }
    .footer-container .bottom-info a {
      color: #888888; }

@media screen and (max-width: 750px) {
  .common-footer .main-info {
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin: 10px 0; }
    .common-footer .main-info .company-info {
      width: 100%; }
    .common-footer .main-info .wx-code {
      margin-top: 20px; }
  .common-footer .bottom-info {
    height: auto;
    line-height: normal;
    display: flex;
    flex-direction: column; }
    .common-footer .bottom-info span {
      margin-right: 0; }
    .common-footer .bottom-info a {
      color: #888888;
      margin-top: 10px; } }

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