.mFooterLayout {
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  padding: 70px 16px 44px 16px;
  font-family: NunitoSans-Regular, Helvetica, Arial, sans-serif;

  .copyRight {
    font-family: Helvetica;
    font-size: 14px;
    color: #3a2e2e;
    line-height: 50px;
    height: 50px;
    float: left;
  }

  .copyRightComments {
    float: right;
    font-size: 14px;
    color: #3a2e2e;
    text-align: right;
    line-height: 50px;
  }

  .footerTitle {
    font-family: Helvetica;
    font-size: 20px;
    color: #3a2e2e;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .footerRowItem {
    font-family: Helvetica;
    font-size: 14px;
    color: #3a2e2e;
    line-height: 28px;
  }

  .logo {
    background: url(~@whalecloud/magic-box-themes/assets/eshopw/imgs/ecommerce.png) no-repeat 0 0;
    display: block;
    text-indent: -20000px;
    width: 39px;
    height: 51px;
    margin-right: 11px;
  }

  .logoTitle {
    font-family: NunitoSans-Black;
    font-size: 24px;
    color: #3a2e2e;
    letter-spacing: 0;
    height: 32px;
    line-height: 32px;
  }

  .logoContent {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 0;
    height: 19px;
    line-height: 19px;
  }

  .followUs {
    margin-bottom: 12px;
    font-size: 20px;
    color: #3a2e2e;
    line-height: 27px;
  }

  .left {
    position: relative;
    &::after {
      content: '';
      display: block;
      position: absolute;
      right: 0px;
      top: 0px;
      height: 200px;
      width: 1px;
      opacity: 0.16;
      background: #3a2e2e;
    }
  }
  .ecom-column-flex {
    display: flex;
    flex-flow: column wrap;
  }
  .ant-divider,
  .ant-divider-vertical {
    top: 20px;
  }
}
