.productBg {
  height: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  /* padding-top: 100px; */
  /* padding-bottom: 180px; */
  /* background-color: #142555; */
  /* bg */
  /* background: url('../images/bg.png') center/cover no-repeat; */
}
.productBg::before {
  content: '';
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #FFEEEE;
}
.productBg::after {
  content: '';
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  z-index: 1;
  background: url('../images/bg.png') center/cover no-repeat;
}

/* .productBg {
  position: relative;
} */

.productBgInfo {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  /* padding-top: 180px; */
  /* background-color: yellow; */
}

.productBgTitle {
  width: 750px;
  font-weight: 800;
  font-size: 64px;
  color: #FFFFFF;
  line-height: 80px;
}

.productBgText {
  width: 750px;
  padding-top: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
}

.product_bg_img {
  width: 475px;
  height: 500px;
  /* margin-left: 88px; */
}

.product_btn_google {
  width: 220px;
  height: 72px;
  margin-top: 80px;
}

/*  */
.product_loan {
  padding: 80px 0;
  background-color: #FFEEEE;
}

.product_loan_people {
  width: 558px;
  height: 642px;
  margin-right: 100px;
}

.productLoanInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
}

.product_loanItem {
  display: flex;
  align-items: center;
}

.product_loanIc {
  width: 72px;
  height: 72px;
  margin-right: 24px;
}
.product_loanItemTitle {
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 32px;
  color: #142455;
}

/*  */
.product_step {
  height: 950px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* margin-top: 280px; */
  background: linear-gradient(to bottom, #FFEEEE 0%, #FFEEEE 20%, #142555 20%, #142555 62%, #F0F3FF 70%, #F0F3FF 100%);
  /* product_bg */
  /* background: url('../images/product_bg.png') center/cover no-repeat; */
}
.product_step::after {
  content: '';
  width: 100%;
  height: 950px;
  position: absolute;
  z-index: 0;
  /* margin-top: 280px; */
  background: linear-gradient(to bottom, #142555 0%, #142555 62%, #F6F7FB 62%, #F6F7FB 100%);
  /* product_bg */
  background: url('../images/product_bg.png') center/cover no-repeat;
}

.productStepInfo {
  position: relative;
  z-index: 1;
}

.productWTitle {
  padding-top: 160px;
  font-weight: 800;
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
}

.productList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
  margin-top: 100px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.productItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productItemIc {
  width: 100px;
  height: 100px;
}
.productItemId {
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #FF6B6B;
  border-radius: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}
.productItemTit {
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}



/* SatisMain */
.SatisMain {
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #F0F3FF;
}

.SatisTitle {
  width: 430px;
  padding-bottom: 50px;
  font-weight: 600;
  font-size: 48px;
  color: #333333;
  line-height: 64px;
}

.SatisContent {
  display: flex;
  justify-content: center;
  position: relative;
  /* background-color: yellow; */
}

.SatisImg {
  width: 450px;
  height: 450px;
}

.SatisIc {
  width: 78px;
  height: 78px;
  position: absolute;
  top: -30px;
  left: 16px;
}

.SatisInfo {
  width: 520px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 30px;
  left: 0;
  bottom: -57px;
  box-sizing: border-box;
  position: absolute;
  background: #142455;
  border-radius: 16px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
}

.SatisInfoR {
  width: 520px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 30px;
  right: 0;
  top: -57px;
  box-sizing: border-box;
  position: absolute;
  background: #FF6B6B;
  border-radius: 16px;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
}

.SatisIcR {
  width: 78px;
  height: 78px;
  position: absolute;
  top: -30px;
  right: 16px;
}

.SatisInfoName {
  text-align: right;
  padding-top: 22px;
  font-weight: 600;
}
