
/* 公共footer */
.footer {
    background-color: #f8f8f8;
    color: #fff;
    text-align: left;
    border-top: 1px #e5e5e5 solid;
}
.footer-main{
  width: 100%;
  padding: 40px 0;
}
.footer-weixin{
  float: right;
  width: 38%;
  text-align: center;
  border-left: 1px #e5e5e5 solid;
}
.footer-weixin > div:first-child{
  margin-left: 18%;
}
.footer-weixin img{
  width: 125px;
  height: 125px;
}
.footer-weixin p{
  font-size: 12px;
  color: #585858;
  line-height: 30px;
  margin-right: 3%;
}
.footer .footer-bottom {
    padding-top: 7px;
    padding-bottom: 7px;
}
.footer-copyr{
  background: #131316;
  font-size: 12px;
}
@media(min-width: 768px){
  .footer-left{
    width: 61%;
    float: left;
  }
  .footer-left .footer-left-li{
    width: 30%;
    float: left;
  }
  .footer-left .footer-left-li *{
    font-size: 14px;
    color: #191919;
    line-height: 32px;
  }
  .footer-left .footer-left-title{
    font-size: 16px;
    font-weight: bold;
  }
}
