.banner {
  width: 100%;
}
#body .img-fluid {
  width: 100%;
}
#body #form {
  background: url('https://sitefile.keshun.com.cn/site/service/investment20211118/bg_form.jpg') no-repeat center center;
  text-align: center;
  background-size: cover;
  padding: 1rem 0 6rem;
}
#body .form-banner {
  /* position : absolute; */
  /* left     : 50%; */
  /* top      : 566rem; */
  max-width: 90%;
  /* transform: translateX(-50%); */
}
#body form {
  /* width    : 73%; */
  /* left  : 5rem; */
  font-size: 2rem;
  padding: 0 2rem;
}
#body form p {
  margin-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-size: 14px;
  margin-top: 1rem;
  text-align: left;
}
#body form input {
  display: flex;
  margin-top: 0.75rem;
  width: 100%;
  height: 1.875rem;
  border: 1px solid skyblue;
  margin-bottom: 0.5rem;
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
#body form input:focus {
  outline: none;
}
#body form input:nth-of-type(6) {
  margin-bottom: 0.5rem;
}
#body form select {
  display: flex;
  margin-top: 0.75rem;
  width: 15.625rem;
  height: 1.875rem;
  border: skyblue 1px solid;
  margin-bottom: 0.5rem;
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
#body form select:focus {
  outline: none;
}
#body form .btn {
  background: url('https://sitefile.keshun.com.cn/site/service/investment20211118/btn.png') no-repeat center center;
  /* width          : 360px; */
  height: 60px;
  border: none;
  /* margin-left    : 6rem; */
  background-size: 50%;
}
#body .info {
  font-size: 1rem;
  /* position  : absolute; */
  /* top       : 598rem; */
  width: 100%;
  text-align: center;
  margin-top: 0;
  color: #fff;
}
@media (min-width: 768px) {
  #body #form {
    padding: 1rem 0 9rem;
  }
}
/*# sourceMappingURL=./zhaoshang.css.map */
