/* 首页样式 */
.banner {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: visible;
  padding-bottom: 100px;
}
.banner-img {
  width: 100%;
  min-width: 1200px;
  height: auto;
  display: block;
}
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 10%;
}
.banner-title {
  width: auto;
  height: 110px;
  margin: 0 auto 30px;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/banner-text.png') no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

/* 借款额度卡片 */
.loan-card {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url(https://qiniu.huizhaoying.cn/web-image/images/icon/index/kp_bg.png) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 15px;
  z-index: 10;
  margin-top: -200px;
}
.loan-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 50px 104px;
}
.loan-card-info {
  flex: 1;
  text-align: left;
}
.loan-card-info .label {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
  font-weight: 400;
}
.loan-card-info .amount {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 2px;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/money_bg.png');
  background-size: 100%;
  display: inline-block;
  line-height: 60px;
}
.loan-card-info .rate {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 25px;
}
.loan-card-features {
  display: flex;
  gap: 30px;
}
.loan-card-features .feature {
  display: flex;
  align-items: center;
}
.loan-card-features .feature img {
  width: 35px;
  height: 35px;
}
.loan-card-features .feature span {
  font-size: 13px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 6px;
}

/* 扫码区域 */
.loan-card-qrcode {
  position: relative;
  width: 180px;
  text-align: center;
  z-index: 2;
  background: rgba(0, 50, 150, 0.35);
  border-radius: 12px;
  padding: 18px 15px 15px;
  border: 1px solid rgba(255,255,255,0.15);
}
.loan-card-qrcode .qrcode-scan {
  display: block;
  width: 140px;
  height: 40px;
  margin: -30px auto 8px;
  position: relative;
  z-index: 3;
}
.loan-card-qrcode .qrcode-scan-text {
  position: absolute;
  top: 5px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 4;
  font-weight: 500;
  font-family: MicrosoftYaHei;
  font-size: 11px;
  color: #EE2801;
  line-height: 45px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.loan-card-qrcode .qrcode-box {
  text-align: center;
  margin-top: -10px;
}
.loan-card-qrcode .qrcode-img {
  width: 105px;
  height: 105px;
  display: block;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 6px;
  padding: 6px;
}
.loan-card-qrcode .btn-apply {
  display: block;
  width: 115px;
  padding: 6px 0;
  margin: 0 auto;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: #fff;
  border-radius: 18px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
}
.loan-card-qrcode .btn-apply:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}

/* 公司介绍 */
.company-intro {
  padding: 180px 0 30px 0;
  background: linear-gradient(to bottom, #ECF1FD, #F8F4FA);
  position: relative;
  margin-top: -200px;
}
.company-intro .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 50px auto auto auto;
  padding: 0 20px;
}
/* 右上方 company.png 背景 */
.company-intro::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 500px;
  height: 500px;
  background: url(https://qiniu.huizhaoying.cn/web-image/images/icon/index/circle-ripple.png) no-repeat center center;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.company-intro .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.company-intro .section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0px !important;
}
.company-intro .section-title .line {
  width: 4px;
  height: 28px;
  background: linear-gradient(180deg, #DA0707, #00C6E3);
  margin-top: 3px;
}
.company-intro .section-title .title-cn {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.company-intro .section-title .title-en {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 6px;
}
.company-intro .company-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-intro .company-content .content-text {
  width: 70%;
}
.company-intro .company-content .content-text p {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: 400;
}
.company-intro .company-content .content-text-right {
  width: 30%;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: flex-start;
}
.company-intro .company-content .content-text-right::before {
  content: '';
  display: block;
  width: 280px;
  height: 280px;
  background: url(https://qiniu.huizhaoying.cn/web-image/images/icon/index/company.png) no-repeat right bottom;
  background-size: contain;
}

/* 了解更多按钮 */
.btn-outline {
  display: inline-block;
  padding: 8px 22px;
  background: transparent;
  color: #D4A574;
  border: 1px solid #D4A574;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-outline:hover {
  background: #D4A574;
  color: #fff;
}

/* 企惠花资讯 */
.company-news { 
  padding: 70px 0 80px; 
  background: #fff;
  position: relative;
}
.company-news::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/zx_left.png') no-repeat left center;
  background-size: auto 60%;
  pointer-events: none;
  z-index: 0;
}
.company-news::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/zx_right.png') no-repeat right center;
  background-size: auto 60%;
  pointer-events: none;
  z-index: 0;
}
.company-news .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.company-news .section-header { 
  display: flex; 
  justify-content: space-between; 
  align-items: flex-start; 
  margin-bottom: 35px;
}
.company-news .section-title { 
  display: flex; 
  align-items: flex-start;
  gap: 12px;
}
.company-news .section-title .line { 
  width: 4px; 
  height: 28px; 
  background: linear-gradient(180deg, #DA0707, #00C6E3);
  margin-top: 3px;
}
.company-news .section-title .title-cn { 
  font-size: 22px; 
  font-weight: 600; 
  color: #333;
  line-height: 1.2;
}
.company-news .section-title .title-en { 
  font-size: 12px; 
  color: #999;
  display: block;
  margin-top: 6px;
}

/* 轮播图样式 */
.home-news-carousel { 
  max-width: 1080px; 
  margin: 0 auto;
  position: relative;
}
.home-news-carousel .carousel-slide { 
  background: #fff; 
  border-radius: 15px; 
  padding: 35px; 
  box-shadow: 0 5px 30px rgba(0,0,0,0.08);
}
.home-news-carousel .carousel-content { 
  display: flex; 
  align-items: center; 
  gap: 30px;
}
.home-news-carousel .carousel-img { 
  width: 380px; 
  height: 240px; 
  border-radius: 10px; 
  overflow: hidden; 
  flex-shrink: 0;
}
.home-news-carousel .carousel-img img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.home-news-carousel .carousel-text { 
  flex: 1; 
  position: relative; 
  padding: 20px 60px;
}
.home-news-carousel .carousel-text .quote-icon { 
  position: absolute; 
  width: 35px; 
  height: 35px;
}
.home-news-carousel .carousel-text .quote-icon.top { 
  top: 15px; 
  left: 0px;
}
.home-news-carousel .carousel-text .quote-icon.bottom { 
  bottom: 15px; 
  right: 15px;
}
.home-news-carousel .carousel-text h3 { 
  font-size: 20px; 
  font-weight: 600; 
  color: #333; 
  margin-bottom: 18px;
}
.home-news-carousel .carousel-text p { 
  font-size: 13px; 
  color: #666; 
  line-height: 2.2; 
  margin-bottom: 20px;
  text-align: justify;
}
.home-news-carousel .carousel-text .source { 
  font-size: 12px; 
  color: #999;
}

/* 产品列表 */
.product-list {
  padding: 70px 0 80px;
  position: relative;
}
.product-list .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.product-list .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-list .section-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.product-list .section-title .line {
  width: 4px;
  height: 28px;
  background: linear-gradient(180deg, #DA0707, #00C6E3);
  margin-top: 3px;
}
.product-list .section-title .title-cn {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.product-list .section-title .title-en {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 6px;
}
.product-list .products {
  display: flex;
  gap: 25px;
  justify-content: center;
  position: relative;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/project-bg.png') no-repeat center center;
  background-size: 100% 100%;
  border-radius: 15px;
  padding: 50px 30px;
}
.product-card {
  width: 340px;
  height: 320px;
  background: transparent;
  border-radius: 15px;
  padding: 35px 30px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(30, 111, 255, 0.35);
}
.product-card .product-icon { 
  width: 75px; 
  height: 75px; 
  margin: 0 auto 18px; 
  border-radius: 15px; 
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.product-card .product-icon img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}
.product-card .product-name { 
  font-size: 17px; 
  font-weight: 600; 
  color: #fff; 
  margin-bottom: 28px;
}
.product-card .product-info { 
  display: flex; 
  justify-content: space-around; 
  margin-bottom: 28px;
}
.product-card .product-info .info-item { 
  text-align: center;
}
.product-card .product-info .info-item .value { 
  font-size: 18px; 
  font-weight: bold; 
  color: #FFD700;
}
.product-card .product-info .info-item .value .unit { 
  font-size: 11px; 
  font-weight: normal;
}
.product-card .product-info .info-item .label { 
  font-size: 11px; 
  color: rgba(255,255,255,0.75); 
  margin-top: 6px;
}
.product-card .btn-apply {
  display: block;
  width: 160px;
  padding: 9px 0;
  margin: 30px auto 0;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.product-card .btn-apply::before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #fff, transparent);
}
.product-card .btn-apply:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.7);
}

/* 专业风控 */
.risk-control {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
.risk-control::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/zy_bg.png') no-repeat center center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
}
.risk-control .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.risk-control .risk-content { 
  display: flex; 
  align-items: center; 
  gap: 60px;
}
.risk-control .risk-text { 
  flex: 1;
  max-width: 500px;
}
.risk-control .risk-text .main-title { 
  font-size: 34px; 
  font-weight: bold; 
  color: #333; 
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.risk-control .risk-text .sub-title { 
  font-size: 14px; 
  color: #666; 
  margin-bottom: 0;
  line-height: 1.6;
}
.risk-control .risk-list {
  flex: 1;
  max-width: 520px;
  background: url(https://qiniu.huizhaoying.cn/web-image/images/icon/index/fk_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 40px 45px;
  position: relative;
  border: 1px dashed #ccc;
}
.risk-control .risk-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 249, 255, 0.92);
  border-radius: 20px;
  z-index: 0;
}
.risk-control .risk-list > * {
  position: relative;
  z-index: 1;
}
.risk-control .risk-list .list-title { 
  font-size: 22px; 
  font-weight: 600; 
  color: #333; 
  margin-bottom: 25px;
  text-align: center;
}
.risk-control .risk-list ul {
  list-style: none;
}
.risk-control .risk-list ul li { 
  display: flex; 
  align-items: flex-start; 
  gap: 12px; 
  margin-bottom: 16px; 
  font-size: 14px; 
  color: #555; 
  line-height: 1.8;
}
.risk-control .risk-list ul li::before { 
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #1E6FFF;
  border-radius: 50%;
  margin-top: 8px;
  flex-shrink: 0;
}

/* 数据统计 */
.statistics { 
  padding: 80px 0;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/buttom.png') no-repeat center center;
  background-size: cover;
  position: relative;
}
.statistics .container {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.statistics .stats-content { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  gap: 120px;
  position: relative;
  padding: 30px 0;
}
.statistics .stats-content::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/hezuodouhaoimg1.png') no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.statistics .stats-content::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url('https://qiniu.huizhaoying.cn/web-image/images/icon/index/hezuodouhaoimg2.png') no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}
.statistics .stats-item { 
  text-align: center;
}
.statistics .stats-item .number { 
  font-size: 48px; 
  font-weight: bold; 
  color: #C42929; 
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.statistics .stats-item .number .unit { 
  font-size: 24px;
}
.statistics .stats-item .label { 
  font-size: 14px; 
  color: #666;
}
