
.footer{
  width:100%;
  background-color:#32343D;
  margin-top: 5%;
  padding-bottom: 4%;
}
.footer a{
  color:#ffffff;
  text-decoration: none;
  font-size:8px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
}
.footer>.fboxp{
  display:flex;
  justify-content:center;
}
.footer>.fboxp>div{
  height:100px;
  text-align:left;
  margin:5% 5% 0 4%;
}
.footer a:first-child{
  font-size:10px;
  font-family:MicrosoftYaHei;
  font-weight:bold;
  color:rgba(255,255,255,1);
}
.footer>div>div>ul>a>li{
  margin-top:9%;
}
.footer>.fbox2>ul>a>li{
  margin-top:7.5%;
}

.footer .dbbox{
  display:flex;
  justify-content:space-around;
  margin-top:8%;
}
.footer .dbbox .flex1{
  display:flex;
  justify-content:space-around;
}
.footer .dbbox .flex2{
  display:flex;
  justify-content:space-around;
  flex-direction:column;
  margin-left: -24%;
}
.footer .dbbox .flex1 img{
  width:30.5px;
  height:31px;
}
.footer .dbbox .flex1 .p1{
  font-size:7px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  margin-left: -25%;
}
.footer .dbbox .flex1 .p2{
  font-size:7px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  margin-left: -12%;
}
.footer .dbbox .flex2 .sp1{
  font-size:9px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height: 23px;
  margin-left:6%;
}
.footer .dbbox .flex2 .sp2{
  font-size:9px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height: 16.5px;
  margin-left: 8%;
}
.footer .dbbox .flex2 .img1{
  width:20px;
  height:20px;
}
.footer .dbbox .flex2 .img2{
  width:18px;
  height:14.5px;
}