.contact-main {
  padding-bottom: 3rem;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.contact-main .banner {
  width: 100%;
  margin-bottom: 0.4rem;
  object-fit: cover;
}
.partner-contact-tit {
  font-size: 0.32rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3rem;
}
#partner-contact-form {
  background-image: url("../image/where-bg.jpg");
  background-size: cover;
  width: 11rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#partner-contact-form .form-line {
  width: 30%;
}
#partner-contact-form .form-line .form-tit {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
#partner-contact-form .form-line .form-tit span {
  color: red;
  font-size: 0.16rem;
}
#partner-contact-form .form-line .form-inp-label {
  width: 100%;
}
#partner-contact-form .form-line .form-inp {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  padding: 0 0.06rem;
  font-size: 0.16rem;
  border: none;
}
.partner-contact-btn {
  width: 30%;
  background-color: #93dcfd;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  color: #000;
  text-align: center;
  margin: 0.4rem auto 0;
  cursor: pointer;
}
.contact-txt {
  width: 11rem;
  margin-top: 1rem;
  line-height: 0.36rem;
}
.contact-txt h3,
.contact-txt h4 {
  font-weight: bold;
  font-size: 0.24rem;
}
.contact-txt p,
.contact-txt a {
  font-size: 0.24rem;
  color: #bbb4b4;
}
.contact-txt a {
  color: #93dcfd;
}
@media (max-width: 750px) {
  .contact-main .banner {
    height: 5rem;
    object-position: center;
  }
  #partner-contact-form {
    width: 90%;
    margin: 0 auto;
  }
  #partner-contact-form .form-line {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #partner-contact-form .form-line .form-tit {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  #partner-contact-form .form-line .form-inp {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .partner-contact-btn {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
  }
  .contact-txt {
    width: 90%;
    margin: 1.2rem auto 0;
  }
}
