.footer {
  background: url("../images/bg/footer.png") no-repeat center center;
  background-size: cover;
  font-size: 16px;
  color: white;
  line-height: 1.6;
  min-height: 260px;
}
.footer .footer-content {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  padding: 60px 0 40px 0;
}
@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
    -ms-flex-direction: column;
    padding: 18px 0;
  }
}
.footer .footer-left .copyright {
  padding-top: 18px;
}
@media (max-width: 768px) {
  .footer .footer-left .copyright {
    text-align: center;
  }
}
.footer .footer-left .copyright .highlight {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 768px) {
  .footer .footer-left .copyright .highlight {
    display: block;
  }
}
.footer .footer-left .icp-info {
  margin-top: 18px;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}
@media (max-width: 768px) {
  .footer .footer-left .icp-info {
    margin-top: 0;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.footer .footer-left .icp-info .icp-info-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 18px;
}
@media (max-width: 768px) {
  .footer .footer-left .icp-info .icp-info-item {
    margin-right: 0;
    margin-top: 18px;
  }
}
.footer .footer-left .icp-info .icp-info-item .icp-icon {
  width: 16px;
  height: 16px;
  background: url("../images/icon/footer-national-emblem.png") center center/contain no-repeat;
  position: relative;
  margin-right: 4px;
}
.footer .footer-center .contact-item {
  padding-top: 18px;
  display: flex;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-align: center;
}
@media (max-width: 768px) {
  .footer .footer-center .contact-item {
    justify-content: center;
  }
}
.footer .footer-center .contact-item .contact-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 4px;
}
.footer .footer-center .contact-item .contact-icon.phone-icon {
  background: url("../images/icon/footer-phone.png") center center/contain no-repeat;
  position: relative;
}
.footer .footer-center .contact-item .contact-icon.location-icon {
  background: url("../images/icon/footer-location.png") center center/contain no-repeat;
  position: relative;
}
.footer .footer-center .contact-item .contact-text {
  color: white;
}
.footer .footer-right {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}
@media (max-width: 768px) {
  .footer .footer-right {
    width: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}
.footer .footer-right .gap {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .footer .footer-right .gap {
    width: 0;
    height: 0;
  }
}
.footer .footer-right .footer-logo-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
}
@media (max-width: 768px) {
  .footer .footer-right .footer-logo-txt {
    margin-top: 18px;
  }
}
.footer .footer-right .footer-logo-txt .logo-image {
  max-width: 80px;
  max-height: 80px;
}
.footer .footer-right .footer-logo-txt .logo-text {
  margin-top: 4px;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 4px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}