.searchbox {
  max-width: 480px;
  height: 40px;
  margin-top: 28px;
  line-height: 40px;
}

.searchbox a {
  width: 130px;
  height: 100%;
  background: linear-gradient(90deg, #ffb53b, #ff8108);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

/* .searchbox input {
  width: calc(100% - 110px);
  height: 100%;
  background: #e9ebec;
  border-radius: 3px 0 0 3px;
  padding: 0 20px;
  border: 1px solid transparent;
} */

.searchbox {
  display: flex;
  justify-content: space-around;
}

.banner-tit {
  font-size: 30px;
  font-weight: 500;
  color: #222;
  line-height: 1;
}

.flex-ai-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (width: 768px) {
  .banner-l {
    width: 100%;
    text-align: center;
  }
}

.formdiv {
  width: 60%;
  margin: 0 auto;
  margin-top: 5%;
}

@media (max-width: 768px) {
  .formdiv {
    width: 100%;
    margin: 0 auto;
  }
}