/*-----------------section-footer-----------*/
a.sy_bah{color: #999;position: fixed; bottom: 0px; height:22px; z-index: 999999;  width: 100%; text-align: center; display: block; margin: 0 auto;}
.section-footer {
  height: 150px;
  width: 100%;
  background: #31393c;
  color: #c9caca;
  font-size: 13px;
  position: relative;
}

.section-footer .wrap{
  width: 1000px !important;
}

.common-footer .pc-footer{
  display: block;
}

.common-footer .mobile-footer{
 display: none;
}

.common-footer .footer-links{
  padding: 67px 0 20px 0;
}

.common-footer .footer-links a{
  font-size: 14px;
}

.common-footer .footer-links ul li,
.common-footer .footer-security .footer-icon{
  display: inline-block;
  *display:inline;
  *zoom:1;
}

.common-footer .footer-links ul li span{
  margin: 0 22px;
}

.common-footer .footer-security .footer-icon{
  text-align: left;
  padding-left: 38px;
  margin-top: 15px;
  margin-right: 22px;
  font-size: 12px;
  color: #c9caca;
}

.common-footer .footer-icon.icon1{
  background: url("../images/s1.png") no-repeat left center;
}

.common-footer .footer-icon.icon2{
  background: url("../images/s2.png") no-repeat left center;
}

.common-footer .footer-icon.icon3{
  background: url("../images/s3.png") no-repeat left center;
}

.common-footer .footer-icon.icon4{
  background: url("../images/s4.png") no-repeat left center;
}

/*-----eloan-footer--------*/
.common-footer.eloan-footer{
  background: #1668af;
  color: #bde0ff;
}

.common-footer.eloan-footer .footer-icon{
  color: #bde0ff;
}

.section .footer-links a {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .section-footer .wrap{
    width: inherit !important;
    padding: 0!important;
  }

  .section-footer {
    height: 200px;
    line-height: 20px;
    font-size: 12px;
  }

  .common-footer {
    padding-bottom: 80px;
  }

  .common-footer .Copyright {
    padding: 0 10px;
  }

  .common-footer .mobile-footer{
    display: block;
  }

  .common-footer .pc-footer{
    display: none;
  }

  .common-footer .footer-links {
    padding: 20px 0 15px 0;
  }

  .common-footer .footer-links a{
    font-size: 12px;
  }

  .common-footer .footer-icon.icon1{
    background: url("../images/s1.png") no-repeat top center;
  }

  .common-footer .footer-icon.icon2{
    background: url("../images/s2.png") no-repeat top center;
  }

  .common-footer .footer-icon.icon3{
    background: url("../images/s3.png") no-repeat top center;
  }

  .common-footer .footer-icon.icon4{
    background: url("../images/s4.png") no-repeat top center;
  }

  .common-footer .footer-security .footer-icon{
    padding-top: 40px;
    padding-left: 0;
    margin: 10px 14px;
    text-align: center;
  }

  .common-footer .footer-links ul li span {
    margin: 0 13px;
  }

  .common-footer.eloan-footer{
    height: 200px;
  }

  .common-footer.eloan-footer .footer-links{
    width: 320px;
    margin: auto;
    line-height: 26px;
    padding: 15px 0 12px 0;
  }
}

.footer-links {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.Copyright {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  color:#999;
}
.qrcode-box {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 0;
}
.qrcode-imgbox {
  position: absolute;
  right: 0;
  top: -132px;
}
.qrcode-imgbox img{
  width: 95px;
  height: auto;
}
.qrcode-imgbox img:first-child{
  margin-right:20px;
}
.common-footer {
  box-sizing: border-box;
  height:240px;
}
@media screen and (max-width: 750px) {
  .common-footer .footer-links {
    padding: 20px 0 15px 10px;
  }
  .Copyright {
    padding: 10px;
  }
  .common-footer {
    box-sizing: border-box;
    height:auto;
    padding-bottom:30px;
  }
  .qrcode-imgbox {
    top: -92px;
 }
  .qrcode-imgbox img{
    width: 55px;
    height: auto;
  }
}