.site-footer-cta {
  padding: 90px 0;
  background: #061428 url("/app/quanjingshuke/common/images/site-footer-cta-bg.png") center / cover no-repeat;
  text-align: center;
}

.site-footer-cta-content {
  max-width: 760px;
  margin: 0 auto;
}

.site-footer-cta h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.site-footer-cta p {
  max-width: 640px;
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 26px;
}

.site-footer-consult {
  display: flex;
  width: min(100%, 420px);
  height: 46px;
  margin: 0 auto;
}

.site-footer-consult input {
  min-width: 0;
  flex: 1;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  outline: 0;
  background: #fff;
  color: #333;
  font-size: 15px;
}

.site-footer-consult-button {
  display: inline-flex;
  width: 112px;
  align-items: center;
  justify-content: center;
  flex: none;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #0066ff;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 46px;
  text-decoration: none;
  transition: background-color .2s ease;
}

.site-footer-consult-button:hover,
.site-footer-consult-button:focus {
  background: #0056d6;
  color: #fff;
}

.site-footer-consult-button:disabled {
  cursor: not-allowed;
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .site-footer-cta {
    padding: 56px 20px;
  }

  .site-footer-cta h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
