footer {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0 50px 0;
  box-shadow: 0 0;
  position: relative;
}
footer .ai-guofuvalve-footer-2 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-icon {
  height: 50px;
  text-align: center;
  display: block;
  margin: 0 auto 15px auto;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-icon img {
  height: 50px;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info ul li {
  display: flex;
  align-items: center;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info ul li a {
  font-size: 16px;
  color: #666666;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info ul li:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: #666666;
  margin: 0 10px;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info ul li:last-child:after {
  display: none;
}
footer .ai-guofuvalve-footer-2 .ai-guofuvalve-footer-2-info div {
  margin-top: 6px;
  line-height: 28px;
}
footer .ai-guofuvalve-footer-2-where {
  font-size: 14px;
  color: #666;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
footer .ai-guofuvalve-footer-2-where a {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.ai-guofuvalve-callus {
  width: 300px;
  box-shadow: 0 0 15px rgba(69, 69, 69, 0.5);
  background-color: #ffffff;
  border-radius: 12px;
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  box-sizing: border-box;
  padding: 12px 16px;
  display: none;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-head {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 12px;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-phone {
  display: flex;
  font-size: 14px;
  color: #333;
  align-items: center;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-phone input {
  width: 180px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-left: 10px;
  padding: 5px 6px;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-phone input:focus {
  border: 1px solid #e9e9e9 !important;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-why {
  display: flex;
  font-size: 14px;
  color: #333;
  align-items: center;
  margin-top: 12px;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-why #textareaFoot {
  width: 180px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-left: 10px;
  padding: 5px 6px;
  resize: none;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-why #textareaFoot:focus {
  outline: none!important;
  border: 1px solid #e9e9e9 !important;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-btns {
  width: 110px;
  height: 35px;
  float: right;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-btns .ai-guofuvalve-callus-btn {
  box-sizing: border-box;
  height: 35px;
  padding: 0 9px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-btns .ai-guofuvalve-blue {
  background-color: #1677FF;
}
.ai-guofuvalve-callus .ai-guofuvalve-callus-btns .ai-guofuvalve-red {
  background-color: #ff4d4f;
}
.ai-guofuvalve-callus:after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=footer_2.css.map */