.footerContainer {
  width: 100%; }
  .footerContainer .footerTopContainer {
    width: 100%;
    background: url(../img/footerBg.png) no-repeat;
    background-size: 100% 100%; }
  .footerContainer .insde {
    width: 83.33333vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column; }
    .footerContainer .insde .top {
      width: 100%;
      padding: 5.20833vw 0;
      text-align: center;
      color: #fff;
      font-size: 2.08333vw;
      border-bottom: 0.10416vw solid rgba(255, 255, 255, 0.2); }
    .footerContainer .insde .bottom {
      padding-top: 4.0625vw;
      padding-bottom: 3.43750vw;
      display: flex;
      flex-direction: column;
      position: relative; }
      .footerContainer .insde .bottom .h2 {
        font-size: 2.08333vw;
        color: #fff;
        display: flex;
        flex-direction: row;
        margin-bottom: 1.35416vw; }
        .footerContainer .insde .bottom .h2 .icon {
          display: block;
          width: 1.66666vw;
          height: 1.66666vw;
          margin-left: 0.52083vw;
          position: relative;
          top: 0.20833vw; }
      .footerContainer .insde .bottom h3 {
        font-size: 1.25vw;
        color: #fff;
        margin-bottom: 2.39583vw; }
      .footerContainer .insde .bottom p {
        color: #72777A;
        font-size: 0.9375vw;
        margin-bottom: 1.04166vw; }
      .footerContainer .insde .bottom .FLpart {
        position: absolute;
        right: 0;
        bottom: 3.43750vw;
        display: flex;
        flex-direction: row; }
        .footerContainer .insde .bottom .FLpart .FLicon {
          width: 1.875vw;
          height: 1.875vw;
          position: relative;
          opacity: .7; }
          .footerContainer .insde .bottom .FLpart .FLicon:hover {
            opacity: 1; }
        .footerContainer .insde .bottom .FLpart .qrcodeBox {
          width: 6.25vw;
          height: 6.77083vw;
          padding: 0.52083vw;
          padding-bottom: 0;
          box-sizing: border-box;
          position: absolute;
          top: -7.29166vw;
          margin-left: -3.125vw;
          left: 50%;
          background: url(../img/qrCodeBg.png) no-repeat;
          background-size: 100% 100%;
          display: none; }
          .footerContainer .insde .bottom .FLpart .qrcodeBox img {
            width: 5.20833vw; }
        .footerContainer .insde .bottom .FLpart .wechat {
          background: url(../img/fl-wechat.png) no-repeat;
          background-size: 100% 100%; }
          .footerContainer .insde .bottom .FLpart .wechat:hover .qrcodeBoxW {
            display: block; }
        .footerContainer .insde .bottom .FLpart .mp {
          margin-left: 4.16666vw;
          background: url(../img/fl-mp.png) no-repeat;
          background-size: 100% 100%; }
          .footerContainer .insde .bottom .FLpart .mp:hover .qrcodeBoxM {
            display: block; }
  .footerContainer .footerInfo {
    padding: 0 8.33333vw;
    box-sizing: border-box;
    height: 5.41666vw;
    line-height: 5.41666vw;
    font-size: 0.9375vw;
    color: #6E7071;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    .footerContainer .footerInfo .backTop {
      width: 3.33333vw;
      height: 3.33333vw;
      cursor: pointer; }

@media screen and (max-width: 750px) {
  .footerContainer .insde {
    width: 89.33333vw; }
  .footerContainer .insde .top {
    padding: 7.33333vw 0;
    font-size: 5.33333vw;
    box-sizing: border-box; }
  .footerContainer .insde .bottom {
    padding-top: 10.13333vw;
    padding-bottom: 6.93333vw; }
  .footerContainer .insde .bottom .h2 {
    font-size: 5.33333vw;
    margin-bottom: 1.46666vw; }
  .footerContainer .insde .bottom h3 {
    font-size: 3.2vw;
    margin-bottom: 6.4vw; }
  .footerContainer .insde .bottom .h2 .icon {
    width: 4.26666vw;
    height: 4.26666vw;
    margin-left: 1.33333vw; }
  .footerContainer .insde .bottom p {
    font-size: 2.93333vw;
    margin-bottom: 3.59999vw; }
  .footerContainer .insde .bottom .FLpart {
    position: relative;
    padding-top: 24.8vw;
    width: 100%;
    justify-content: center; }
  .footerContainer .insde .bottom .FLpart .FLicon {
    width: 6.4vw;
    height: 6.4vw; }
  .footerContainer .insde .bottom .FLpart .qrcodeBox {
    width: 16vw;
    height: 17.33333vw;
    padding: 1.33333vw;
    position: absolute;
    top: -18.73333vw;
    margin-left: -8vw;
    left: 50%; }
  .footerContainer .insde .bottom .FLpart .qrcodeBox img {
    width: 13.33333vw; }
  .footerContainer .footerInfo {
    height: 18.66666vw;
    font-size: 2.93333vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 5.33333vw; }
    .footerContainer .footerInfo .leftTxt {
      width: 69.46666vw; }
    .footerContainer .footerInfo .backTop {
      width: 10.66666vw;
      height: 10.66666vw; } }
