.navbar {
  background-color: #fff;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner {
  background-color: #ea554e;
  height: 446px;
  position: relative;
  border-bottom-left-radius: 300px;
  overflow: hidden;
  min-width: 1300px;
  margin-top: 100px;
}

.banner-center {
  margin: 0 auto;
  width: 1200px;
  height: 605px;
  position: relative;
}

.coin-left {
  position: absolute;
  width: 119px;
  height: 110px;
  left: -31px;
  top: 98px;
  background-image: url(../images/apply-loan-coin-left.png);
}

.coin-right {
  position: absolute;
  width: 259px;
  height: 277px;
  right: -131px;
  top: 45px;
  background-image: url(../images/apply-loan-coin-right.png);
  z-index: 1;
}

.model {
  position: absolute;
  width: 406px;
  height: 507px;
  background-image: url(../images/apply-loan-model.png);
  bottom: 0;
}

.bg-d {
  position: absolute;
  top: 10px;
  right: 0;
  width: 749px;
  height: 768px;
  background-image: url(../images/apply-loan-d.png);
}

.how-to-loan {
  width: 633px;
  height: 180px;
  position: absolute;
  top: 184px;
  left: 470px;
  font-size: 60px;
  font-weight: bold;
  line-height: 90px;
  letter-spacing: 0px;
  color: #ffffff;
  animation: fadeInUp 0.5s ease-out;
  z-index: 2;
}

.loan-desc {
  position: absolute;
  top: 383px;
  left: 470px;
  width: 664px;
  height: 24px;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0;
  animation: fadeInUp 0.5s ease-out 0.1s forwards;
  z-index: 2;
}

.banner-bottom-right-red {
  background-color: #ea554e;
  min-width: 1300px;
  position: relative;
}

.white-mask {
  position: relative;
  left: 0;
  top: 0;
  height: 300px;
  background-color: #fff;
  border-top-right-radius: 300px;
}

.apply-loan-steps {
  position: relative;
  min-width: 1250px;
  height: 2559px;
}

.middle-circle-bg {
  position: absolute;
  left: 50%;
  width: 186px;
  height: 186px;
  transform: translateX(-50%);
  background-image: url(../images/apply-loan-circle-bg.svg);
  padding: 17px;
  box-sizing: border-box;
  z-index: 10;
}

.step-number-box {
  width: 152px;
  height: 152px;
  background-color: #eb625e;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.step-number {
  font-size: 62px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 20px;
  font-family: 'Times New Roman';
}

.step-number-desc {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: -10px;
}

.step-line {
  width: 43px;
  height: 1462px;
  opacity: 0.2;
  background: linear-gradient(
    180deg,
    rgba(235, 98, 94, 0.5) 0%,
    #eb625e 96%,
    #eb625e 100%
  );
  position: absolute;
  left: 50%;
  top: 123px;
  transform: translateX(-50%);
}

.step1-operation {
  width: 567px;
  height: 567px;
  background-image: url(../images/apply-loan-step1.png);
  position: absolute;
  left: calc(50% + 22px);
  top: -180px;
}

.step1-operation-desc {
  font-size: 30px;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 1px;
  font-variation-settings: "opsz" auto;
  color: #3d3d3d;
  margin-top: 464px;
  margin-left: 20px;
  text-align: center;
}

.step2 {
  top: 460px;
}

.step2-operation {
  width: 567px;
  height: 567px;
  background-image: url(../images/apply-loan-step2.png);
  position: absolute;
  right: calc(50% + 22px);
  top: 322px;
}

.step2-operation-desc {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #3d3d3d;
  margin-top: 457px;
  margin-left: 116px;
  width: 360px;
  height: 80px;
  text-align: center;
}

.step3 {
  top: 960px;
}

.step3-operation {
  width: 567px;
  height: 567px;
  background-image: url(../images/apply-loan-step3.png);
  position: absolute;
  left: calc(50% + 22px);
  top: 826px;
}

.step3-operation-desc {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #3d3d3d;
  margin-top: 460px;
  margin-left: 119px;
  width: 360px;
  height: 80px;
  text-align: center;
}

.step4 {
  top: 1434px;
}

.step4-operation {
  width: 670px;
  height: 671px;
  background-image: url(../images/apply-loan-step4.webp);
  position: absolute;
  right: calc(50% + 22px);
  top: 1273px;
}

.step4-operation-desc {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #3d3d3d;
  margin-top: 550px;
  margin-left: 101px;
  width: 481px;
  height: 80px;
  text-align: center;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-in-up.show,
.fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}
.middle-circle-bg.fade-in-up {
  transform: translate(-50%, 80px);
}
.fade-in-up.show {
  opacity: 1;
  transform: translateY(0);
}
.middle-circle-bg.fade-in-up.show {
  transform: translate(-50%, 0);
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-left {
  animation: fadeInLeft 0.5s ease-out;
}

.fade-in-right {
  animation: fadeInRight 0.5s ease-out;
}

.fade-in-left.show,.fade-in-right.show{opacity: 1;}
.lag01 {
  transition-delay: 0.1s;
}

.lag02 {
  transition-delay: 0.2s;
}

.lag03 {
  transition-delay: 0.3s;
}

.lag04 {
  transition-delay: 0.4s;
}

.lag05 {
  transition-delay: 0.5s;
}