.mobile-footer {
  background-color: #f3f5f9;
  margin-top: 42px;
  padding: 19px 0 24px 12px;
  .mb-box-body {
    a {
      color: #000;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      -webkit-user-select: none;
      -moz-user-select: none;
    }

    a:visited {
      background-color: transparent;
    }
    a:active {
      background-color: transparent;
    }

    .mb-us {
      display: flex;
      justify-content: flex-start;
      flex-direction: row;
      align-items: center;
      .mb-logo {
        img {
          width: 80px;
          height: 80px;
        }
      }
      .mb-weima {
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        color: #000;
        img {
          width: 80px;
          height: 80px;
        }
      }
    }
    .mb-link {
      margin-left: 10px;
      .mb-email {
        color: #000;
      }
      .mb-mobile {
        color: #000;
      }
    }

    .mb-follow-us {
      margin-top: 10px;
      .mb-follow-title {
        font-size: 18px;
        color: #000;
        font-weight: 800;
      }
      .mb-follow-items {
        margin-top: 10px;

        display: flex;
        justify-content: space-evenly;

        .mb-img {
          margin-right: 10px;
        }
      }
    }
  }
}
