.banner-wrapper {
  position: relative;
}
.banner-wrapper .banner {
  display: block;
  width: 100%;
}
.banner-wrapper .footer {
  zoom: 1.3;
  /* margin-top: -4px; */
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: 100% 100%;
  padding: 30px 0;
}
.banner-wrapper .footer-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-wrapper .footer-m-left {
  width: 10vw;
  opacity: 0.7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-wrapper .left-img {
  max-width: 10vw;
}
.banner-wrapper .footerRight {
  flex: 1;
}
.banner-wrapper .footerRight form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.banner-wrapper .footerRight form .form-item {
  width: 100%;
  border: none;
  margin: 0 auto;
  padding-left: 10vw !important;
  padding-right: 1vw !important;
  height: 4vw;
  margin-top: 1vw;
  position: relative;
  display: flex;
  align-items: center;
}
.banner-wrapper .footerRight form input:focus {
  outline: none;
}
.banner-wrapper .footerRight form textarea:focus {
  outline: none;
}
.banner-wrapper .footerRight form .form-item:nth-of-type(1) {
  background-image: url("/images/gfny/name.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.banner-wrapper .footerRight form .form-item:nth-of-type(2) {
  background: url("/images/gfny/tel.png") no-repeat center center;
  background-size: 100%;
}
.banner-wrapper .footerRight form .form-item:nth-of-type(3) {
  background: url("/images/gfny/local.png") no-repeat center center;
  background-size: 100%;
}
.banner-wrapper input {
  width: 100%;
  height: 80%;
  background-color: transparent;
  font-size: 1rem;
  border: 0;
}
.banner-wrapper .footerRight form p {
  text-align: center;
  color: #ffffff;
  margin: 10px 0;
}
.banner-wrapper .footerRight form #message {
  background: url("/images/gfny/message.png") center 0 no-repeat;
  background-size: 100%;
  margin: 0 auto;
  border: none;
  resize: none;
  box-sizing: border-box;
  width: 35vw;
  height: 11vw;
  padding: 4vw 1vw 1vw;
}
.banner-wrapper .footerRight form #message textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  box-sizing: border-box;
  background-color: transparent;
}
.banner-wrapper .footerRight form .btn {
  background: url("/images/qsfs/btn.png") center 0 no-repeat;
  background-size: contain;
  margin: 0 auto !important;
}
.btn-wrapper {
  width: 100%;
}
.btn1 {
  display: block;
  width: 30%;
  margin: 0 auto !important;
  cursor: pointer;
}
