.footerBg {
  width: 100%;
  height: 136px;
  background: #101112;
  margin-top:20px;
  .footer {
    width: 1120px;
    height: 136px;
    background: #101112;
    margin: 0 auto;
    padding: 0 40px;
    overflow: hidden;
    .help {
      float: left;
      li {
        float: left;
        margin: 42px 0 20px 0;
        a {
          color: #999;
          font-size: 14px;
          padding-right: 40px;
          &:hover{
            color:#ff8b1a;
          }
        }
      }
      p {
        color: #999;
        font-size: 14px;
        a{
          color: #999;
          font-size: 14px;
          padding-left: 10px;
          &:hover{
            color:#ff8b1a;
          }
        }
      }
    }
    .tel {
      float: right;
      //margin-top: 22px;
      display: flex;
      padding-top: 40px;
      dl {
        // width: 180px;
        background: url(/shujiajia/static/image/foot/phone.svg) no-repeat 0 50%;
        background-size: 36px;
        padding-left: 47px;
        float: left;
        dt {
          height: 26px;
          line-height: 26px;
          font-size: 16px;
          color: #717171;
          // margin-top: 40px;
          //padding-left: 30px;
        }
        dd {
          color: #fff;
          line-height: 30px;
          height: 30px;
          font-size: 20px;
          //font-weight: 500;

          /* a {
            display: inline-block;
            width: 120px;
            height: 32px;
            line-height: 32px;
            background: #ff8b1a;
            color: #fff;
            text-align: center;
            font-size: 16px;
            //border-radius: 4px;
          } */
        }
        &.footerEmail{
          margin-left: 24px;
          background-image: url(/shujiajia/static/image/foot/email.svg);
          
        }
      }

    }
  }
}