#footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-color: #fff;
}
#footer .title {
  color: #FFFFFF;
  font-weight: 600;
}
#footer .bottom-line {
  width: 100%;
  overflow: hidden;
  height: 2px;
  background: #fff;
}
/* 小屏幕（平板，手机等小于等于 1140px） */
@media (max-width: 1140px) {
  #footer {
    margin-top: .23rem;
    height: 3.75rem;
    background-image: url("../images/m-footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100vw 3.75rem;
  }
  #footer .title {
    padding-top: .42rem;
    font-size: .32rem;
    box-sizing: border-box;
    padding-left: .8rem;
  }
  #footer .line {
    margin-top: .08rem;
    height: 1px;
  }
  #footer .contact-pc {
    display: none;
  }
  #footer .contact-mobile {
    overflow: hidden;
    padding: .06rem 0;
  }
  #footer .contact-mobile .contact-mobile-item {
    box-sizing: border-box;
    padding: .05rem 0 .04rem .74rem;
    color: #FFFFFF;
    font-size: .22rem;
  }
  #footer .bottom-line {
    background: none;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1140px） */
@media (min-width: 1140px) {
  #footer {
    margin-top: 90px;
    height: 359px;
    background-image: url("../images/footer-bg.png");
    background-repeat: repeat;
    background-size: 1920px 399px;
    background-position: 0 0;
  }
  #footer .title {
    width: 971px;
    margin: 72px auto 0;
    font-size: 40px;
  }
  #footer .line {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    margin-top: 6px;
  }
  #footer .contact-mobile {
    display: none;
  }
  #footer .contact-pc {
    overflow: hidden;
    width: 971px;
    margin: 0 auto;
  }
  #footer .contact-pc .contact-pc-item {
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
  }
  #footer .contact-pc .contact-pc-item p:nth-child(1) {
    float: left;
  }
  #footer .contact-pc .contact-pc-item p:nth-child(2) {
    float: right;
  }
  #footer .bottom-line {
    width: 100%;
    overflow: hidden;
    height: 2px;
    background: none;
  }
}
@media (min-width: 1920px) {
  #footer {
    background-size: 100% 399px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
/*# sourceMappingURL=footer.css.map */