main {
  position: relative;
  z-index: 1;
}
.parter-box {
  background-image: url(../img/partner-banner.jpg);
  width: 100%;
  height: 640px;
}

.parter-box p:nth-child(1) {
  font-size: 34px;
  color: #fff;
  opacity: 83%;
  text-align: center;
  position: absolute;
  margin: 0;
  top: 24%;
  left: 50%;
  transform: translate(-50%, 0);
}
.parter-box p:nth-child(2) {
  font-size: 56px;
  color: #fff;
  text-align: center;
  position: absolute;
  margin: 0;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0);
}

.info {
  width: 1106px;
  height: 667px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  position: absolute;
  z-index: 10;
  top: 65%;
  left: 50%;
  transform: translate(-50%, 0);
}
.info p {
  width: 160px;
  height: 45px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 45px;
  margin: 83px auto 32px auto;
}
.info label {
  display: inline-block;
  width: 110px;
  height: 30px;
  vertical-align: middle;
  margin-left: 83px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  padding: 30px 0;
}
.info input {
  vertical-align: middle;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  margin-left: 10px;
  width: 280px;
  height: 46px;
  background: #f5f5f5;
  opacity: 0.4;
  border: 1px solid #2978ff;
  padding-left: 25px;
}

#getCode {
  width: 208px;
  height: 37px;
  border-radius: 4px;
  opacity: 0.39;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  padding-top: 9px;
  cursor: pointer;
  background-color: #2978ff;
}
#submit {
  width: 170px;
  height: 39px;
  background: #f45875;
  border-radius: 4px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  padding-top: 9px;
  cursor: pointer;
  margin: 40px auto;
}

.partnership_footer {
  margin-top: 591px;
}
