.banner-wrapper {
  position: relative;
}
.banner-wrapper .banner {
  display: block;
  width: 100%;
}
.btn-wrapper {
  position: absolute;
  width: 50%;
  z-index: 10;
  bottom: 2%;
  left: 19%;
}
.btn-wrapper .btn {
  width: 50%;
}
.form-wrapper {
  position: absolute;
  z-index: 10;
  bottom: 62%;
  left: 34%;
  width: 50%;
}
.form-wrapper .form {
  width: 79%;
  height: 12vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form-wrapper .form .form-item input {
  border: 0;
  width: 100%;
  background-color: #edf8fa;
}
.textarea-wrapper {
  position: absolute;
  bottom: 20%;
  z-index: 10;
  left: 26%;
  width: 48%;
  height: 13vw;
}
.textarea-wrapper textarea {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #edf8fa;
}
.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content .hb,
.content .fb,
.content .content-form,
.content .changtu {
  width: 100%;
}
.content .form-item:nth-child(2) {
  margin-top: 70px;
}
.content .form-item:nth-child(3) {
  margin-top: 85px;
}
.content .content-form input {
  height: 70px;
  border: none !important;
  margin-left: 300px;
  background-color: transparent !important;
}
.content .content-form #message {
  margin-top: 450px;
  margin-left: 30px;
}
.content .content-form #message textarea {
  border: none !important;
  width: 98%;
  height: 400px;
  background-color: transparent !important;
}
.content #btnBook {
  display: block;
  margin-top: 160px;
}
