.esc-container footer {
  overflow: hidden;
  background: #000;
  padding-bottom: 38px;
  box-sizing: border-box;
}
.esc-container footer .footer-bottom {
  /* margin-top: 97px; */
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  padding-top: 23px;
  box-sizing: border-box;
}
.esc-container footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.esc-container footer .contact li {
  display: flex;
  align-items: center;
}
.esc-container footer .contact li a {
  color: #fff;
}
.esc-container footer .contact li .line {
  display: block;
  height: 10px;
  width: 1px;
  background: #fff;
  margin: 0 10px;
}
.esc-container footer .copy-right a {
  color: #666;
  margin-right: 12px;
}
.esc-container footer .copy-right p,
.esc-container footer .contact p {
  margin: 0;
}
.esc-container footer .copy-right {
  display: flex;
  color: #fff;
  align-items: center;
  font-size: 12px;
  color: #666;
  justify-content: center;
  margin-top: 20px;
  word-break: break-all;
}
.esc-container footer .copy-right p {
  margin-right: 20px;
}
.esc-container footer .copy-right img {
  width: 20px;
}
