html,
body {
  background: #ffffff;
}

.recomment {
  padding: 80px 0px;
  background: #00817e;
}
.recomment .recomment-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}
.recomment .recomment-container .loanDesc h1 {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
}
.recomment .recomment-container .loanDesc p {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 32px 0px;
}
.recomment .recomment-container .loanDesc .advantage-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.recomment .recomment-container .loanDesc .advantage-list li {
  padding: 8px 16px;
  border-radius: 60px;
  background: #089d99;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.recomment .recomment-container .appInfo {
  height: 500px;
  margin-right: -60px;
}

.advantage {
  padding: 80px 0px;
}
.advantage h2 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.advantage .subtitle {
  flex: 1 0 0;
  color: #666666;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 50%;
  padding: 16px 0px 48px 0px;
  margin: 0 auto;
}
.advantage .advantage-details {
  display: flex;
  gap: 40px;
}
.advantage .advantage-details li {
  padding: 28px;
  gap: 24px;
  border-radius: 24px;
  background: #f5f7fb;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1607843137);
  flex: 1;
}
.advantage .advantage-details li img {
  height: 72px;
}
.advantage .advantage-details li h6 {
  color: #333333;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin: 24px 0px 16px 0px;
}
.advantage .advantage-details li p {
  color: #666666;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.loan-steps {
  background: #f5f7fb;
  padding: 80px 0px;
}
.loan-steps .loan-steps-container h2 {
  color: #333333;
  text-align: center;
  font-family: "Roboto";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.loan-steps .loan-steps-container .subtitle {
  color: #666666;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 50%;
  padding: 16px 0px 48px 0px;
  margin: 0 auto;
}
.loan-steps .loan-steps-container .steps-list {
  display: flex;
  flex-direction: column;
  gap: 54px;
  position: relative;
}
.loan-steps .loan-steps-container .steps-list li {
  display: flex;
  align-items: center;
  gap: 36px;
}
.loan-steps .loan-steps-container .steps-list li :first-child {
  width: 45%;
  display: block;
}
.loan-steps .loan-steps-container .steps-list li :last-child {
  width: 45%;
}
.loan-steps .loan-steps-container .steps-list li .box {
  display: flex;
  justify-content: flex-end;
}
.loan-steps .loan-steps-container .steps-list li img {
  width: 72px !important;
  height: 72px;
}
.loan-steps .loan-steps-container .steps-list li .round {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px 13px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 64px;
  background: #00817e;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  z-index: 2;
}
.loan-steps .loan-steps-container .steps-list li .text h6 {
  color: #333333;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 16px;
  width: 100%;
}
.loan-steps .loan-steps-container .steps-list li .text p {
  color: #666666;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  width: 100%;
}
.loan-steps .loan-steps-container .steps-list .line {
  position: absolute;
  left: 49.5%;
  height: 100%;
  width: 2px;
  background: #00817e;
  z-index: 0;
}

.entrance {
  background: #00817e url("../img01/shadow.png") no-repeat center;
  background-size: cover;
  padding: 160px 0px;
}
.entrance .bgs {
  position: relative;
  padding: 0;
}
.entrance .roundBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #089d99;
  height: calc(100% - 36px);
  z-index: 1;
  border-radius: 40px;
}
.entrance .entrance-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: url("../img01/entranceBg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 0px 80px 48px 48px;
  position: relative;
  z-index: 2;
}
.entrance .entrance-info .desc h4 {
  color: #333333;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-top: 48px;
}
.entrance .entrance-info .desc p {
  color: #333333;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 28px 0px 48px 0px;
  width: 90%;
}
.entrance .entrance-info .desc img {
  height: 48px;
}
.entrance .entrance-info .wallet {
  height: 276px;
}

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