.banner {
	width: 100%;
	height: 100vh;
}
.banner img {
	width: 100%;
	height: 100%;
}
.banner .banner-content {
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #087ee8;
}
.banner .banner-content .banner-title {
	font-size: 88px;
	padding: 0 64px 32px 64px;
	border-bottom: 1px solid #fff;
	text-wrap: nowrap;
}
.banner .banner-content .banner-desc {
	padding-top: 32px;
	font-size: 48px;
	letter-spacing: 8px;
}
.kv-data {
	border-radius: 16px;
	border-top: 3px solid #087ee8;
}
.kv-data p {
	margin-bottom: 4px;
	overflow: hidden;
}
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}
.kv-data .num {
	font-family: "DS_Digital_Bold_Italic";
	font-size: 32px;
	color: #254cb3;
	text-shadow: 3px 2px 2px #999;
	animation: scroll 5s linear infinite;
}
.kv-data .unit {
	margin-left: 8px;
}
.kv-data .tag {
	font-size: 18px;
}
@keyframes second-loan-pulse {
	0% {
		box-shadow: 0 0 #6f9efd;
	}
}
.second-loan-img {
	display: inline-block;
	width: 100%;
	height: 414px;
	border-radius: 8px;
	overflow: hidden;
	animation: second-loan-pulse 2s infinite;
	box-shadow: 0 0 0 2em transparent;
}
.second-loan-img img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.important-banner {
	background: linear-gradient(180deg, #dbe7f5, #d8ecff66);
	border-radius: 8px;
	height: 414px;
}

.important-label {
	display: inline-block;
	width: 100%;
	height: 48px;
}

.important-notice-wrap {
	height: 368px;
	overflow: hidden;
	overflow: auto;
	padding: 8px;
}

.important-notice-wrap::-webkit-scrollbar {
	display: none;
}

.important-notice {
	background: #fff;
	border-radius: 4px;
	color: #222;
	display: flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin: 8px auto 0;
	padding: 12px;
	text-align: left;
	cursor: pointer;
}

.important-notice:before {
	background: #087ee8;
	border-radius: 50%;
	content: "";
	flex: none;
	height: 6px;
	margin-right: 8px;
	margin-top: 12px;
	width: 6px;
}

.sepcial .institution {
	height: 617px;
	padding: 140px 8px 8px 8px;
	background: url("../img/index/7f90b0d7884be071967f35e2a599ca93.png") no-repeat center / 100% 100%;
}
.sepcial .institution .institution-item {
	display: flex;
	align-items: center;
	width: 300px;
	height: 50px;
	padding: 0 16px;
	margin: 0 auto;
	margin-top: 16px;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
}
.sepcial .institution .institution-item.active {
	color: #087ee8;
}
.sepcial .institution .institution-item img {
	min-width: 72px;
	height: 100%;
	object-fit: contain;
}
.sepcial .institution .institution-item .institution-item-content {
	flex: 1;
	padding: 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sepcial .institution .institution-item .institution-item-content h5 {
	width: 175px;
	margin-bottom: 0;
	text-align: left;
}
.sepcial-swiper {
	width: 100%;
	height: 617px;
}
.sepcial .sepcial-container {
	/* height: 280px; */
}
.sepcial .sepcial-container .swiper-slide {
	width: 100%;
	height: 100%;
}
.sepcial .sepcial-container .swiper-slide .sepcial-item-col {
	padding: 0 16px;
	box-sizing: border-box;
	/* margin-top: 0; */
}
.sepcial .sepcial-container .sepcial-item {
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(241, 247, 254, 1) 50%, rgba(241, 247, 254, 1) 100%);
	box-sizing: border-box;
}
.sepcial .sepcial-container .sepcial-item p {
	margin-bottom: 0;
}
.sepcial .sepcial-container .sepcial-item .logos img {
	height: 66px;
}
.sepcial .sepcial-container .sepcial-item .title {
	font-weight: normal;
	font-weight: 24px;
}
.sepcial .sepcial-container .sepcial-item .rate-value {
	font-size: 28px;
	font-weight: 700;
	color: #dda94f;
}
.sepcial .sepcial-container .sepcial-item .btn-primary {
	width: 80%;
	margin: 0 auto;
	background-color: #5179cd;
}

.prefecture {
	background: url("../img/index/bg_tesezq.png"), no-repeat center / 100% 100%;
}
.prefecture img {
	display: block;
	width: 100%;
}
.prefecture a {
	display: block;
	width: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.prefecture a::after {
	content: "立即前往";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	font-size: 24px;
	color: #fff;
	transform: translateY(0);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.2);
}
.prefecture a:hover::after {
	transform: translateY(-100%);
}

.financing h4 {
	text-align: left;
	padding: 16px 12px;
	font-size: 18px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
	background-color: #538af3;
	color: #fff;
}
.financing .financing-col-left,
.financing .financing-col-right {
	overflow: hidden;
}
.financing-list {
}
.case-swiper,
.dynamic-swiper {
	width: 100%;
	height: 400px;
	padding: 8px 16px;
	background-color: #e4eef9;
	box-sizing: border-box;
}
.financing .info-item {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	border-bottom: 1px solid #eeeeee;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	border-radius: 8px;
}
.financing .info-item .info-item-time {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	background: linear-gradient(180deg, #5288f2 0%, #69aefd 100%);
	border-radius: 4px;
}
.financing .info-item .info-item-time p {
	font-size: 14px;
	margin-bottom: 0;
}
.financing .info-item .info-item-time p:first-child {
	font-size: 18px;
}
.financing .info-item .info-item-split {
	width: 1px;
	height: 56px;
	background-color: #dddddd;
}
.financing .info-item .info-item-content {
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.financing .info-item .info-item-title {
	font-size: 18px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里是超出几行省略 */
	overflow: hidden;
}

.financing .info-item .info-item-source {
	color: #666;
}

.financing-list .financing-item .value {
	width: 100px;
	color: #e80000;
	font-weight: 700;
	text-align: center;
}

.bank {
	background: url("../img/index/INDEX_19.png"), no-repeat center / 100%;
}
.bank-swiper {
	width: 100%;
	height: 260px;
}
.bank-swiper .swiper-slide {
	height: calc((100% - 30px) / 2);
}
.bank-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
}
.bank-swiper-pagination .swiper-pagination-bullet {
	width: 66px;
	height: 4px;
	border-radius: 4px;
}
.bank-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 66px !important;
	background-color: #5179cd;
	border-radius: 4px;
}
.major {
}
.major img {
	width: 200px;
	height: 109px;
}
.five-financial-swiper {
	position: relative;
	padding: 16px 0;
	box-sizing: border-box;
}
.five-financial-swiper .swiper-container {
	padding-bottom: 60px;
}
.five-financial-swiper .swiper-slide {
	position: relative;
	width: 500px;
	height: 320px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	border-radius: 16px;
	overflow: hidden;
}
.five-financial-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.five-financial-swiper .swiper-slide h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	letter-spacing: 4px;
}
.five-financial-swiper .swiper-button-next::after,
.five-financial-swiper .swiper-button-prev::after {
	display: none;
}
.five-financial-swiper .swiper-button-prev {
	top: 0;
	left: 0px;
	width: 45px;
	height: 100%;
	padding-right: 16px;
	box-sizing: content-box;
	background: #fff url("../img/index/zjt.png") no-repeat left center / 45px;
}
.five-financial-swiper .swiper-button-next {
	top: 0;
	right: 0px;
	width: 45px;
	height: 100%;
	padding-left: 16px;
	box-sizing: content-box;
	background: #fff url("../img/index/yjt.png") no-repeat right center / 45px;
}
.floating-window {
	position: fixed;
	width: 400px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 15px;
	cursor: move;
	border-top: 3px solid #087ee8;
}

.floating-window-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.close-btn {
	cursor: pointer;
	font-size: 20px;
	color: #999;
}

.close-btn:hover {
	color: #333;
}

.floating-window-content {
	font-size: 14px;
}
