.product_bg {
  width: 100%;
  height: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url('../images/home_bg.png') center/cover no-repeat;
}

.product_bg_content {
  /* display: flex; */
  /* flex-direction: column; */
  width: 1200px;
  padding-top: 40px;
  /* background-color: yellow; */
}

.product_bg_title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 64px;
  color: #333333;
  position: relative;
  /* line-height: 20px; */
}

.product_title_ic {
  width: 44px;
  height: 35px;
  position: absolute;
  top: -6px;
  left: 324px;
}

.product_bg_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 40px;
}


.product_bg_text {
  width: 680px;
  margin-bottom: 10px;

}

.product_bg_coin {
  width: 132px;
  height: 132px;
  margin-right: 60px;
}

.product_bg_img {
  width: 600px;
  height: 600px;
}

.product_bg_info_text1 {
  /* margin-bottom: 30px; */
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 40px;
}

.product_bg_info_text {
  width: 575px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 40px;
}

.product_bg_gp_btn {
  width: 245px;
  height: 80px;
  margin-top: 80px;
}

.product_loan {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 224px;
  /* padding-top: 216px; */
  /* box-sizing: border-box; */
  background: linear-gradient(180deg, #251745 0%, #5C39AB 100%);
}

.product_loan_content {
  width: 1200px;
  position: relative;
  /* background-color: yellow; */
}

.product_protect {
  display: flex;
  align-items: center;
  height: 260px;
  width: 1200px;
  position: absolute;
  top: -130px;
  background: linear-gradient(90deg, #A48BEE 0%, #6767E2 100%);
  border-radius: 20px;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
}

.products_img_protect {
  width: 200px;
  height: 200px;
  margin-left: 72px;
  margin-right: 80px;
}

.products_protect_text {
  width: 690px;
  padding-top: 30px;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 32px;
}

.product_loan_title {
  padding-top: 200px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 56px;
  color: #FFFFFF;
}

.product_loan_list {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* padding-top: 100px; */
}

.product_loan_text {
  padding-top: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
}

.product_loan_rate {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
}

.product_adv {
  padding: 100px 0;
}

.product_adv_title {
  font-weight: bold;
  font-size: 56px;
  color: #333333;
  /* line-height: 26px; */
}

.product_adv_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
}

.product_adv_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin-top: 80px;

}

.product_adv_item_text {
  width: 400px;
  text-align: center;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.product_adv_item_ic {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.product_step {
  padding: 100px 0;
  background-color: #F6F6FF;
}

.product_step_title {
  font-weight: bold;
  font-size: 56px;
  color: #35359C;
  text-align: center;
}

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

.product_step_id {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  background: #8787F1;
  border-radius: 44px;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.product_step_img {
  width: 400px;
  height: 360px;
  margin-bottom: 50px;
}

.product_step_item_title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.product_step_text {
  width: 340px;
  margin-left: 54px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 24px;
}