.footer {
  height: 100px;
  margin-top: 30px;
  overflow: hidden;
  /* background: url("../../image/header/footer_bg.png") no-repeat center; */
  color: #fff;
  font-size: 16px;
}

.footer-second {
  height: 320px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
}

.container-footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.img-icon {
  width: 110px;
  height: 110px;
  margin-left: 50px;
}

.lf-box {
  flex: 1;
}

.text-box {
  display: flex;
  justify-content: space-between;
}

.second-text {
  margin-top: 10px;
}

.footer-line {
  width: 997px;
  height: 1px;
  opacity: 0.5;
  border: 1px solid #999999;
  margin: 36px 0 16px 0;
}