.footer-wrap {
  min-width: 1200px;
  background-color: #e6e7e8;
}
.footer-cont {
  width: 1200px;
  margin: auto;
}
.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.business-wrap {
  float: left;
}
.business-wrap .business-info {
  width: 180px;
}
.business-info {
  float: left;
  margin: 0;
}
.business-info dt {
  margin-bottom: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 24px;
  font-weight: 600;
}
.business-info dd,
.business-info dd a {
  position: relative;
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.66);
  line-height: 32px;
  overflow: hidden;
}
.business-info dd a:hover {
  color: #ff4800;
  text-decoration: none;
}
.business-info dd a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -2px;
  position: absolute;
  left: auto;
  right: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ff4800;
}
.business-info dd a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.service-wrap {
  float: right;
  text-align: right;
}
.footer-bottom {
  overflow: hidden;
  padding-bottom: 40px;
}
/* --- 版权 --- */
.copyright-wrap {
  float: left;
  padding-top: 40px;
  overflow: hidden;
}
.copyright-info {
  float: left;
}
.copyright-info p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.44);
  line-height: 20px;
  font-weight: 400;
}
.icp-wrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.44);
  line-height: 18px;
}
.icp-wrap a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.44);
}
.icp-info {
  display: flex;
  align-items: center;
}
.icp-info a:hover {
  text-decoration: underline;
}
.footer-bottom a:hover {
  color: #ff4800;
  text-decoration: underline;
}
.footer-bottom-divide {
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.44);
  margin: 0 8px;
}
.icp-item {
  margin-right: 16px;
}
.support-ipv6 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 18px;
  font-weight: 500;
}
.footer-bottom-right {
  float: right;
  text-align: right;
  padding-top: 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.44);
  line-height: 18px;
}
.footer-bottom-right .highlight {
  color: #f05a23;
}
.footer-bottom-right .img-link,
.footer-bottom-right .img-link img {
  width: 108px;
  height: 72px;
}
.footer-bottom-right .contact {
  margin-top: 14px;
  display: flex;
  align-items: center;
}
.footer-bottom-right .hotline {
  margin-left: 4px;
}
