.bg1 {
  background-color: #f2f4f7;
}
.section1 .title {
  width: 796px;
  height: 82px;
}

.hero-ui-card {
  margin-top: 35px;
}

.section1 {
  background: url(/static/images/product/banner_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.section1 .bg-ground {
  padding: 24px;
  background: rgba(0, 0, 0, 0.14);
}

.section1 .bg-ground .hero-ui-logo {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.section1 .bg-ground .name {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
.section1 .bg-ground .text1 {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}

.section1 .pre {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin-top: 58px;
  margin-left: 24px;
  margin-bottom: 16px;
  line-height: 1;
}

.section1 .loan-group {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.section1 .loan-group .loan-amount-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.section1 .loan-group .loan-amount-error {
  display: none;
  color: #ef4444;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.section1 .loan-group input {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #f5d07c;
  background-color: transparent;
  padding: 17px;
  width: 357px;
}

/* ------ section1 选择框 start -------- */
.section1 .loan-group .select_boxer {
  width: 255px;
  position: relative;
  font-size: 14px;
}

/* 显示区域 */
.section1 .loan-group .select_boxer .select-display {
  border: 1px solid #f5d07c;
  border-radius: 8px;
  padding: 18px 40px 18px 18px;
  cursor: pointer;
  position: relative;
  background: transparent;
}

/* 占位 */
.section1 .loan-group .select_boxer .select-display .placeholder {
  color: #999;
}

/* 已选值 */
.section1 .loan-group .select_boxer .select-display .value {
  display: none;
}

/* 箭头 */
.section1 .loan-group .select_boxer .select-display .dropdown_icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  transition: 0.3s;
  background: url(/static/images/product/select_down.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 下拉 */
.section1 .loan-group .select_boxer .select-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: 1px solid #f5d07c;
  border-radius: 8px;
  background: #001643;
  color: #fff;
  margin-top: 5px;
  display: none;
  list-style: none;
  padding: 0;
  z-index: 10;
}

.section1 .loan-group .select_boxer .select-dropdown li {
  padding: 10px;
  cursor: pointer;
}

.section1 .loan-group .select_boxer .select-dropdown li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section1 .loan-group .select_boxer .select-dropdown li:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.section1 .loan-group .select_boxer .select-dropdown li:hover {
  background: #466fc3;
  color: #f5d07c;
}

/* 打开状态 */
.section1 .loan-group .select_boxer.open .select-dropdown {
  display: block;
}

.section1 .loan-group .select_boxer.open .dropdown_icon {
  transform: translateY(-50%) rotate(180deg);
}

/* ------ section1 选择框 end -------- */

.section1 .button_boxer {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 60px;
}

.section1 .button_boxer .btn {
  background: linear-gradient(90deg, #deac51 0%, #f5d07c 100%), #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding: 15px 82px;
  font-weight: bold;
  font-size: 20px;
  color: #0a2866;
  line-height: 30px;
}
.btn:hover{
  cursor: pointer;
}

.section1 .button_boxer .content_boxer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section1 .button_boxer .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
}

.section1 .button_boxer .text1 {
  margin-bottom: 10px;
}

.section2 {
  position: relative;
}

.section2 .title {
  margin-bottom: 57px;
  font-size: 40px;
  color: #0d2d6f;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  font-family: Pattanakarn, Pattanakarn;
}

.section2 .group {
  display: flex;
}

.section2 .group .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section2 .group .item .phone {
  width: 268.4px;
}

.section2 .group .item .content_boxer {
  background: url(/static/images/product/rectangle.png);
  background-size: contain;
  background-repeat: no-repeat;

  max-width: 420px;
  padding: 12px 28px 12px 12px;
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
.section2 .group .item .content_boxer .number {
  width: 56px;
  height: 56px;
}

.swiper {
  width: 100%;
  position: relative;
}

.section2 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section2 .item .phone {
  width: 268.4px;
}

.section2 .item .content_boxer {
  background: url(/static/images/product/rectangle.png);
  background-size: contain;
  background-repeat: no-repeat;

  width: 420px;
  padding: 12px 28px 12px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.section2 .item .content_boxer .number {
  width: 56px;
  height: 56px;
}

.section2 .item .content_boxer .text {
  font-weight: 500;
  font-size: 18px;
  color: #292e33;
  line-height: 25px;
  /* width: fit-content; */
}

/* 通用按钮 */
.section2 .swiper-button-prev,
.section2 .swiper-button-next {
  width: 45px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background-color: transparent;
}

.section2 .swiper-button-prev {
  left: 83px;
}
.section2 .swiper-button-next {
  right: 83px;
}

/* 去掉默认箭头（重要） */
.section2 .swiper-button-prev::after,
.section2 .swiper-button-next::after {
  display: none;
}

.section2 .swiper-button-prev::before,
.section2 .swiper-button-next::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 左箭头 */
.section2 .swiper-button-prev::before {
  background-image: url("/static/images/product/swiper_l.png");
}

/* 右箭头 */
.section2 .swiper-button-next::before {
  background-image: url("/static/images/product/swiper_r.png");
}

.section3 .item {
  font-weight: 600;
  font-size: 24px;
  color: #292e33;
  line-height: 31px;
  /* padding-top: 60px; */
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section3 .item1 {
  /* padding-top: 0; */
}

.section3 .item .pic {
  height: 348px;
  width: 300px;
}

.section3 .item .pic1 {
  width: 100%;
}

.section3 .item .title {
  font-weight: 600;
  font-size: 24px;
  color: #292e33;
  line-height: 31px;
  text-align: center;
  margin: 30px 0 24px;
}
.section3 .item .text {
  font-weight: 500;
  font-size: 20px;
  color: #566066;
  line-height: 28px;
  text-align: center;
}

.section4 {
}

.section4 .boxer {
  background: linear-gradient(270deg, #4c99e9 0%, #9f5add 100%);
  border-radius: 12px;
  padding: 36px 48px 48px;
}

.section4 .boxer .top_boxer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section4 .boxer .top_boxer .logo_boxer {
  display: flex;
  align-items: center;
}

.section4 .boxer .top_boxer .logo_boxer .logo {
  width: 82.32px;
  height: 100px;
}

.section4 .boxer .top_boxer .logo_boxer .title {
  margin-left: 32px;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  font-weight: 800;
}

.section4 .boxer .top_boxer .btn {
  padding: 24px 73px;
  font-size: 24px;
  line-height: 36px;
  background-color: #001643;
  border-radius: 8px;
}

.section4 .boxer .middle_boxer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section4 .boxer .middle_boxer .item {
  padding: 24px 48px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.section4 .boxer .middle_boxer .item .number {
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
}
.section4 .boxer .middle_boxer .item .number span {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  line-height: 45px;
  margin-right: 2px;
}
.section4 .boxer .middle_boxer .item .text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 25px;
  font-weight: 500;
}

.section4 .boxer .bottom_boxer .item {
  padding: 24px 48px;
  border-radius: 8px 8px 8px 8px;
  background: rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
}

.section4 .boxer .bottom_boxer .item:not(:first-child) {
  margin-top: 24px;
}

.section4 .boxer .bottom_boxer .item .icon {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}
.section4 .boxer .bottom_boxer .item .text {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 23px;
}

.section5 {
  background: linear-gradient(0deg, #2c71f9 0%, #204cad 49.06%, #142963 100%);
}

.section5 .title {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}

.section5 .item {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 24px;
}

.section5 .item .pic {
  width: 100%;
}

.section5 .item .text1 {
  font-weight: 600;
  font-size: 18px;
  color: #292e33;
  line-height: 23px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 0 24px;
}

.section5 .item .text2 {
  font-size: 16px;
  color: #879299;
  line-height: 24px;
  padding: 0 24px;
}

.section6 .title {
  margin-bottom: 48px;
  color: #0d2d6f;
  line-height: 56px;
  font-size: 40px;
  font-weight: 800;
}

.section6 .boxer {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 48px;
  position: relative;
}

.section6 .boxer .secondary_title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 24px;
  color: #292e33;
  line-height: 31px;
}
.section6 .boxer li {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  background: #f2f4f7;
  border-radius: 8px;
}
.section6 .boxer li:not(:first-child) {
  margin-top: 16px;
}

.section6 .boxer li .icon {
  width: 24px;
  height: 24px;
}

.section6 .boxer li .text {
  font-size: 20px;
  color: #292e33;
  line-height: 26px;
  margin-left: 16px;
}

.section6 .boxer .col {
  font-weight: 600;
  font-size: 24px;
  color: #292e33;
  line-height: 31px;
  margin: 48px 0 24px;
}
.section6 .boxer .btn_group {
  display: flex;
  gap: 24px;
}

.section6 .boxer .btn_group img {
  width: 249px;
  height: 72px;
}

.section6 .boxer .phone {
  width: 347px;
  height: 724px;
  position: absolute;
  right: 0;
  top: -44px;
}

.section7 {
  background: #f2f4f7;
}

.section7 .title {
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 48px;
  color: #0d2d6f;
}

.section7 .boxer1 img {
  width: 100%;
  height: 160px;
  margin: 0;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.section7 .boxer1 .item {
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 16px 36px -22px rgba(30, 64, 175, 0.25);
}

.section7 .boxer1 .content_boxer {
  margin: 0;
  padding: 20px 18px 22px;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section7 .boxer1 .content_boxer .text1 {
  font-weight: 600;
  font-size: 16px;
  color: #111827;
  line-height: 24px;
  text-align: center;
  height: auto;
  margin-bottom: 14px;
}
.section7 .boxer1 .content_boxer .text2 {
  background: #0d2d6f;
  border-radius: 10px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  width: fit-content;
  margin: 0 auto;
}

.section7 .boxer2 {
  padding: 28px;
  background: #e9eef5;
  border-radius: 12px;
  margin-top: 24px;
}

.section7 .boxer2 .btn {
  padding: 16px 88px;
  background: #0d2d6f;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

.section8 .title {
  font-size: 40px;
  color: #0d2d6f;
  line-height: 56px;
  margin-bottom: 48px;
  text-align: center;
  font-weight: 800;
}

.section8 .item {
  background: #0d2d6f;
  border-radius: 12px;
  padding: 32px 48px;
  width: 100%;
  margin-bottom: 24px;
}

.section8 .item .question {
  display: flex;
  justify-content: space-between;
}

.section8 .item .question .text {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 27px;
}

.section8 .item .question .icon {
  width: 32px;
  height: 32px;
  transition: transform 0.3s;
  cursor: pointer;
}

.section8 .item .answer {
  font-size: 18px;
  color: #b8d0ff;
  line-height: 27px;
  margin-top: 24px;
  display: none;
}

.section8 .top {
  display: flex;
  gap: 54px;
}

.section8 .top > div {
  flex: 1;
}

.section8 .top .pic {
  width: 226px;
  height: 216px;
}
