.banner {
  width: 100%;
  aspect-ratio: 1920/1079;
  background: url("/image/index/banner-img.png") no-repeat;
  background-size: 100% 100%;
  min-width: 1320px;
  padding-top: 15%;
}
.banner .sub-title {
  font-size: 40px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 60px;
}
.banner .title {
  font-size: 48px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
}
.banner .login-box {
  display: flex;
  align-items: center;
  margin-top: 75px;
}
.banner .login-box input {
  margin-right: 24px;
  width: 360px;
  height: 75px;
  background: #1D1D1D;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  padding: 0 22px;
  color: #fff;
  font-size: 20px;
}
.banner .login-box .btn {
  width: 187px;
  height: 75px;
  background: #DF5149;
  border-radius: 12px;
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 75px;
  text-align: center;
}
.banner .download {
  display: inline-block;
  margin-top: 60px;
}
.banner .download img {
  width: 264px;
  height: 88px;
}

.bottom-banner {
  background-image: url("/image/index/img-5.png");
}