.run-box {
  width: 100%;
  height: 100%;
  background-image: url("../image/run.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.ai-box {
  height: 300px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ai-box .responsive-div {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.footer {
  width: 100%;
  background: #141414;
  position: relative;
  z-index: 2;
  color: white;
}
.footer .service {
  height: 40px;
  padding: 3% 0;
  color: #999999;
  font-size: 16px;
  border-bottom: 1px solid #666666;
}
.footer .service span {
  margin-right: 10px;
  border-right: 1px solid #666666;
  padding-right: 10px;
  cursor: pointer;
}
.footer .service span:last-child {
  border-right: none;
}
.footer .service span:hover {
  color: #e05f2b;
}
.footer .contact {
  display: flex;
  padding: 50px 0 80px 0;
}
.footer .contact .wx {
  width: 110px;
  height: 110px;
}
.footer .contact .div1 {
  width: 50%;
}
.footer .contact .div2 {
  width: 35%;
}
.footer .contact .div3 {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .footer .wx {
    display: none !important;
  }
  .logo {
    display: none !important;
  }
}
/*# sourceMappingURL=component-footer-pc.css.map */