.kwbdibux{
    background: linear-gradient(to bottom, #f5f5f5, #e9ebef);
    width: 100%;
    padding: 28px 30px 78px;
}
.ppp {
  width: 1465px;
  margin: 41px auto;
  background-image: url(../images/finance/bj2.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 50px 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ppp .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ppp .t .op {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.jubtmc {
  font-size: 26px;
  font-weight: bold;
  color: #7510b5;
  margin-right: 40px;
  display: flex;
}
.jubtmc samp {
    width: 5px;
    height: 24px;
    background-color: #9c27b0;
    border-radius: 3px;
    display: flex;
    margin: 10px 10px 0 0;
}

.ppp .t .op > div:last-child span {
  font-size: 18px;
  color: #4a4a4a;
  padding-right: 15px;
}
.ppp .t .op > div:last-child span:last-child {
  border-right: none;
}
.ppp .t .m {
  font-size: 14px;
  color: #494a4a;
}
.ppp .c {
  width: 100%;
  margin-top: 21px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ppp .c a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  width: 32%;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  background: linear-gradient(to right, #ffffff, #fcf6ff);
}
.i div{
  font-size: 30px;
  color: #021939;
  display: flex;
  
}
.i{
  display: flex;
}
.ppp .c a:nth-child(2n){
 background: linear-gradient(to right, #ffffff, #ecf2ff);
}
.i img {
  object-fit: contain;
  margin-right: 30px;
  display: flex;
}
.container {
  width: 1465px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.dihrh{
  background: linear-gradient(to bottom, #edf4fd, #c4d6f0);
  width: 100%;
  padding: 78px 30px;
}
/* 顶部导航栏 */
.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.nav-title-text {
  font-size: 26px;
  font-weight: bold;
  color: #7510b5;
  display: flex;
}
.nav-title-text span {
  width: 5px;
  height: 24px;
  background-color: #9c27b0;
  border-radius: 3px;
  display: flex;
  margin: 10px 10px 0 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 60px;
}
.nav-more {
  font-size: 14px;
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-more:hover {
  color: #9c27b0;
}
/* 内容区域 */
.pppooo .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
  background: none;
  box-shadow: none;
}
/* 贷款产品卡片 */
.pppooo .loans-container {
  display: flex;
  gap: 20px;
}
.loans-container > div {
  width: 33.3%;
}
.loan-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}
.loan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.loan-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 15px;
}
.loan-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 40px;
  justify-content: center;
}
.ctr{
  text-align: right;
}
.loan-tag {
  padding: 4px 12px;
  border: 1px solid #9c27b0;
  border-radius: 4px;
  font-size: 12px;
  color: #9c27b0;
  white-space: nowrap;
  background-color: #fff;
}
.loan-rate {
  margin-bottom: 20px;
  text-align: center;
}
.loan-rate-value {
  font-size: 36px;
  font-weight: bold;
  color: #ff6b6b;
  line-height: 1;
}
.loan-rate-label {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.loan-details {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.loan-detail-item {
  flex: 1;
}
.loan-detail-value {
  font-size: 20px;
  font-weight: bold;
  color: #ff6b6b;
  margin-bottom: 5px;
}
.loan-detail-label {
  font-size: 16px;
  color: #798695;
}

.loan-eligibility {
  font-size: 16px;
  color: #798695;
  margin-bottom: 20px;
  line-height: 1.8;
}
.loan-btn {
  width: 100%;
  padding: 15px 12px;
  background: linear-gradient(to left, #9f60fd 0%, #9f60fd 100%);
  color: #fff;
  border: none;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}
.loan-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(156, 39, 176, 0.4);
}
/* 右侧边栏 */
.tool-card {
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}
.tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  background-image:  url(../images/uio2.png);
  background-size: 100% 100%;
  transition: all 0.4s;
}
.tool-card:hover .tool-content .tool-title,.tool-card:hover .tool-content .tool-subtitle{
  color: #ffffff;
  transition: all 0.4s;
}

.tool-card:hover .tool-icon {
  margin-left: -110px;
  transition: all 0.4s;
  margin-right: 80px;
}


.tool-card--purple {
  background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.tool-card--purple::before {
  content: '📄';
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 60px;
  opacity: 0.2;
}
.tool-card--white {
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 40px;
  overflow: hidden;
  transition: all 0.4s;
}
.tool-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  flex-shrink: 0;
  transition: all 0.4s;
  background: #eaf0fe;
  border-radius: 50%;
}
.tool-content {
  flex: 1;
}
.tool-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  transition: all 0.4s;
}
.tool-card--purple .tool-title {
  color: #fff;
}
.tool-card--white .tool-title {
  color: #333;
}
.tool-subtitle {
  font-size: 14px;
  opacity: 0.9;
}
.tool-card--white .tool-subtitle {
  color: #666;
}
.pppooo {
    background-image: url(../images/finance/bj2.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 0 auto 80px;
}
.pppooo .wwww > div {
  display: flex;
}
.pppooo .wwww > div .nav-links .e {
  font-weight: bold;
  color: #4a4a4a;
  font-size: 20px;
}
.pppooo .wwww > div .nav-links .e i{
  margin-left: 10px;
}
.pppooo .wwww > div .nav-title {
  margin: 0 60px 0 0;
}
.pppooo .wwww .nav-more {
  font-size: 14px;
  color: #494a4a;
}

.dibdebj{
  background: url(../images/policy/yy2.png) no-repeat;
    background-size: 100% 100%;
    background-color: #e9f0ff;
}



/* 头部标题 */
.header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.header-line {
  width: 4px;
  height: 24px;
  background-color: #4a9eff;
  border-radius: 2px;
}
.header-title {
    font-size: 26px;
    font-weight: bold;
    color: #2a5abb;
}
/* 内容区域 */
.content-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* 左侧导航卡片 */
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.sidebar2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.sidebar2 .tool-card--white {
  padding: 38px 40px;
}

/* 右侧内容区域 */
.main-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/* 区块标题 */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  color: #223150;
}
.section-more {
  font-size: 14px;
  color: #494a4a;
  text-decoration: none;
  transition: color 0.3s;
}
.section-more:hover {
  color: #4a9eff;
}
/* 基金卡片 */
.funds-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.fund-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 2px solid #d9e4ff;
}
.fund-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.fund-logo {
  width: 100%;
  height: 80px;
  background-color: #e8f4ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}
.fund-title {
  font-size: 18px;
  font-weight: bold;
  color: #223150;
}
.fund-description {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 融资案例卡片 */
.financing-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.financing-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  border: 2px solid #d9e4ff;
  display: flex;
  gap: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.financing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.financing-content {
  flex: 1;
}
.financing-title {
  font-size: 20px;
  font-weight: bold;
  color: #223150;
  margin-bottom: 12px;
}
.financing-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.financing-image {
  width: 25%;
  height: 120px;
  background-color: #e8f4ff;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
}
.fund-logo {
  width: 40%;
  height: 60px;
  margin-right: 9px;
}
.fund-card .f {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.sqsmc{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #464646;
    font-weight: bold;
    margin-bottom: 10px;
}
.qskwm{
    width: 100%;
    text-align: center;
    color: #798696;
    font-size: 16px;
    margin-bottom: 30px;
}