.header {
  height: 274px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #181818;
}
.header h1 {
  font-size: 48px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
}
.header .tag {
  margin-top: 19px;
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 30px;
}
.header .tag a {
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #8B8B8B;
  line-height: 30px;
}

.banner {
  width: 100%;
  aspect-ratio: 1920/1110;
  background: url("/image/personalLoan/banner.png") no-repeat;
  background-size: 100% 100%;
  min-width: 1320px;
  padding-top: 15%;
}
.banner .title {
  font-size: 48px;
  font-family: Poppins, Poppins;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
}
.banner .tips {
  width: 540px;
  margin-top: 28px;
  font-size: 26px;
  font-family: Poppins, Poppins;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 39px;
}
.banner .btn {
  width: 278px;
  height: 75px;
  background: #DF5149;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 28px;
}
.banner .btn span {
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.banner .btn img {
  width: 16px;
  height: 16px;
}

.join-content {
  background: linear-gradient(to right, #C77CF4 0%, #DF5149 100%);
  height: 355px;
}
.join-content .safe-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.join-content .join-text {
  font-size: 60px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 90px;
  margin-right: 60px;
}
.join-content input {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  height: 75px;
  width: 443px;
  margin-right: 32px;
  padding-left: 22px;
  color: #fff;
}
.join-content input::-moz-placeholder {
  color: #fff;
}
.join-content input::placeholder {
  color: #fff;
}
.join-content .btn {
  width: 216px;
  height: 75px;
  background: #181818;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.join-content .btn p {
  font-size: 20px;
  font-family: Poppins, Poppins;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.join-content .btn img {
  width: 16px;
  height: 16px;
}