.search {
  background-image: url(/img/warranty.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: calc(100vh - var(--header-height));
  padding-top: 24vw;
}

.search .en-title {
  font-family: Source Han Sans CN;
  font-weight: 800;
  font-size: 8vw;
  color: #ffffff;
  text-align: center;
}

.search .cn-title {
  margin-top: 4vw;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 6.4vw;
  color: #ffffff;
  text-align: center;
}

.search .form {
  padding: 16vw 4vw 0;
}

.form .form-item {
  margin-bottom: 2.6667vw;
}

.form .form-item > input {
  width: 100%;
  height: 13.3333vw;
  padding: 0 1em;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  color: #fff;
  font-size: 3.7333vw;
  text-align: center;
}

.form .form-item > input::placeholder {
  color: #fff;
}

.form .form-item > button {
  width: 100%;
  height: 13.3333vw;
  background-color: rgba(50, 113, 226, 0.7);
  border: none;
  font-size: 4.2667vw;
  color: #fff;
}
