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

.home_bg_content {
  display: flex;
  flex-direction: column;
  width: 1200px;
  padding-top: 90px;
}

.home_bg_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_bg_bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_bg_title {
  margin-bottom: 20px;
  max-width: 1000px;
  font-weight: bold;
  font-size: 64px;
  color: #333333;
  line-height: 88px;
}

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

.home_bg_img1 {
  width: 560px;
  height: 560px;
}

.home_bg_info_text1 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
}

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

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

/* lender partner css样式 */

.home_partner {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
}

.home_partner_nb {
  text-align: center;
  padding-top: 30px;
  font-weight: bold;
  font-size: 32px;
  color: #8787F1;
  line-height: 48px;
}

.home_partner_info {
  display: grid;
  margin-top: 80px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

.home_partner_item {
  text-align: center;
  padding: 40px 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* logo */
.home_partner_logo img {
  width: 370px;
  height: 97px;
  object-fit: contain;
}

/* 小图标 */
.home_partner_icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  background-color: #f4f4ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_partner_icon img {
  width: 36px;
  height: 36px;
}

.home_partner_item_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* apply 样式 */
.home_apply {
  background-color: #fff;
}

.home_apply_content {
  display: flex;
  justify-content: center;
  margin-top: 160px;
  background: #8787F1;
}

.home_apply_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  top: -79px;
  /* background: yellow; */
}

.home_apply_title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #FFFFFF;
}

.home_apply_text {
  width: 400px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 28px;
}

.home_apply_img {
  width: 158px;
  height: 158px;
}

/* Borrow */
.home_borrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.home_borrow_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-bottom: 50px;
  /* background-color: pink; */
}

.home_borrow_left {
  display: flex;
  flex-direction: column;
  flex: 1;
  /* margin-left: 6%; */
  /* background-color: red; */
}

.home_borrow_title {
  margin-left: 8%;
  /* background-color: yellow; */
}

.home_borrow_text {
  width: 529px;
  margin-top: 50px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
}

.home_borrow_list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.home_borrow_item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 250px;
  box-sizing: border-box;
  padding: 50px;
  background-color: #F3F3FF;
  font-weight: 400;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.85);
  line-height: 28px;
  text-align: left;
}

.home_borrow_item_b {
  margin: 0 50px;
  border-bottom: 1px solid #CFCFCF;
}

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

/* Trusted 样式 */
.homeTruste {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #f8f8f8;
}

.homeTrusteContent {
  /* max-width: 1200px; */
  /* margin: 60px auto; */
  padding: 60px 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

.homeTruste-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
}

.homeTruste-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap: 20px;
  flex-wrap: wrap;
}

.homeTruste-item {
  flex: 1;
  min-width: 220px;
  background-color: #f7f7fc;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.homeTruste-item:hover {
  transform: translateY(-5px);
}

.homeTruste-icon {
  width: 150px;
  height: 150px;
  margin-top: 20px;
}

.homeTruste-text {
  width: 255px;
  font-size: 20px;
  color: #333333;
  line-height: 28px;
  text-align: center;
}

.homeRequire {
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}

.homeRequireContent {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.homeRequire_img {
  width: 525px;
  height: 565px;
  margin-right: 8%;
}

.homeRequire_item {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #CFCFCF;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
}

.homeRequire_ic {
  width: 60px;
  height: 60px;
  margin-right: 25px;
}

.homeCustom {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background: #F6F6FF;
}

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

.homeCustomInfo {
  margin-right: 26px;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.homeCustom_title {
  font-weight: bold;
  font-size: 56px;
  color: #35359C;
  line-height: 60px;
}

.homeCustom_say_ic {
  width: 48px;
  height: 48px;
  margin-top: 66px;
  margin-bottom: 20px;
}

.homeCustom_user_ic {
  width: 72px;
  height: 72px;
  margin-right: 25px;
}

.homeCustom_user {
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
}

.homeCustom_img {
  width: 736px;
  height: 458px;
}

.homeCustom_star_rating {
  position: relative;
  display: inline-block;
  font-size: 26px;
  /* 星星大小 */
  color: #ccc;
  /* 灰色星星 */
  line-height: 1;
  letter-spacing: 5px;
  /* 星星间距 */
}

.homeCustom_star_bg {
  color: #e0e0e0;
  /* 背景星颜色 */
}

.homeCustom_star_fill {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #FFD700;
  /* 填充星颜色（金色） */
  white-space: nowrap;
}