.home-footer{
  background: #333333;
}
.footer-wraper-box {
  justify-content: space-between;
  display: flex;
  width: 1200px;
  height: 160px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f4f4f;
}
.box-item {
  width: auto;
  flex: initial;
}
.footer-h3{
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.footer-p{
  margin: 20px 0;
}
.footer-a{
  font-size: 12px;
  color: #999;
  text-decoration:none
}
.box-center {
  margin-right: 60px;
  padding: 0 60px;
  border-width: 1px;
  border-color: #4f4f4f;
  border-style: none solid none solid;
}
.footer-iconfont{
  font-size: 26px;
  color: #999;
}
.gray{
  color: #999;
}
.code-flex{
  display: flex;
}
.code-flex-text{
  font-size: 16px;
  width: 16px;
  height: 48px;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
}
.code-flex-images{
  width: 102px;
  height: 102px;
}
.code-flex-p{
  margin-left: 0px;
  margin-top: 10px;
  color: #999999;
}
.footer-footer {
  font-size: 12px;
  color: #999999;
  line-height: 58px;
  text-align: center;
}
.footer-span{
  display: inline-block;
  width: 130px;
}
.fontSize18{
  font-size: 18px;
}
.mt10{
  margin-top: 10px;
}