@charset "UTF-8";
html,
body {
  background: #ffffff;
}

.loanDesc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  padding: 160px 0px;
  background: url("../img/loanBg.png") no-repeat top left, linear-gradient(90deg, #fffffe 0%, #fffdf5 100%);
}
.loanDesc .content-left {
  color: #333333;
  font-family: "Roboto";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
}
.loanDesc .content-left h1 {
  font-weight: 800;
  line-height: 64px;
}
.loanDesc .content-left p {
  color: #999999;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin: 24px 0px 40px 0px;
}
.loanDesc .content-left img {
  height: 64px;
}
.loanDesc .appBanner {
  height: 414px;
}

.commitment {
  background: linear-gradient(250deg, #fff9e5 2.46%, #fffffe 50.7%, #fffcf2 97.94%);
  padding-bottom: 80px;
}
.commitment h1 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
}
.commitment .subTitle {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}
.commitment ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-top: 80px;
}
.commitment ul li .textContent p:first-child {
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  background: linear-gradient(90deg, #f4ae00 0%, #ff5d23 77.65%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparen;
}
.commitment ul li .textContent p:nth-child(2) {
  color: #333333;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin: 24px 0px;
}
.commitment ul li .textContent p:last-child {
  color: #333333;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.commitment ul li img {
  height: 320px;
}

.loan-steps {
  background: linear-gradient(180deg, #fffae4 0%, #fffdf3 100%);
  padding: 80px 0px;
}
.loan-steps h1 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 64px;
  margin-bottom: 40px;
}
.loan-steps ul {
  display: flex;
  align-items: center;
  gap: 33px;
  padding: 0px 42px;
  position: relative;
  z-index: 1;
}
.loan-steps ul .line {
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffd675;
  height: 40px;
  z-index: -1;
  transform: rotate(-5deg); /* 旋转 45 度 */
  transform-origin: center; /* 以自身中心为旋转原点（默认值，可省略） */
}
.loan-steps ul li {
  flex: 1;
  height: 608px;
  border-radius: 16px;
  border: 2px solid #f4ae00;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.0784313725);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loan-steps ul li img {
  height: 64px;
  width: 64px;
}
.loan-steps ul li h2 {
  color: #333333;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin: 16px 0px 0px 0px;
  min-height: 152px;
}
.loan-steps ul li p {
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  flex-grow: 1;
  align-content: flex-start;
}
.loan-steps ul li .num {
  color: #794b00;
  text-align: right;
  font-family: "Roboto";
  font-size: 80px;
  font-style: italic;
  font-weight: Black Italic;
  line-height: 88px;
  font-weight: bold;
}

.safety {
  padding: 80px 0px 160px 0px;
}
.safety h1 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 48px;
  font-weight: 800;
  line-height: 64px;
  margin-bottom: 40px;
}
.safety .cards {
  border-radius: 24px;
  padding: 40px;
  background: url("../img/transparentLine.png") no-repeat, #462b00;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.safety .cards .desc {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 32px;
}
.safety .cards .desc h2 {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.safety .cards .desc p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
}
.safety .cards .desc ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  margin-top: 32px;
}
.safety .cards .desc ul li img {
  height: 28px;
}
.safety .cards img {
  height: 342px;
}

.shadow-bottom {
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.0588235294));
  position: fixed;
  width: 100%;
  z-index: 2;
}/*# sourceMappingURL=home.css.map */