.bannerSwiper {
      width: 100%;
      height: 100%;
      background: #000;
    }

.bannerSwiper .swiper-slide {
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 15rem 180px 3rem 180px;
    }
	.banner-title{
		font-size: 3rem;
		font-weight: bold;
	}
	.parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
	.subtitle{
		margin-top: 4rem;
	}
.search {
	position: relative;
	max-width: 500px;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.search-input {
	width: 100%;
	/* padding: 1rem 0 0 1.5rem; */
	padding-left: 1rem;
	height: 45px;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	background-color: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-input:focus {
	outline: none;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.search-btn {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	background: linear-gradient(to top right, #ff9c00, #ff4200);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(255, 156, 0, 0.3);
}

.search-btn:hover {
	box-shadow: 0 4px 12px rgba(255, 156, 0, 0.5);
}

.search-btn img {
	width: 20px;
	height: 20px;
}

/* Swiper 分页器样式 */
.swiper-pagination.pagination-on {
	top: 170px !important;
	left: 180px !important;
	bottom: auto !important;
	right: auto !important;


	width: 100px !important;
	text-align: left;
}

.swiper-pagination.pagination-on .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.5);
	width: 12px;
	height: 7px;
	margin: 0 8px !important;
}

.swiper-pagination.pagination-on .swiper-pagination-bullet-active {
	background-color: #ed7630 !important;
	width: 20px;
	border-radius: 6px;
}

/* Swiper 控制按钮样式 */
.swiper-controls {
	position: absolute;
	bottom: 50px;
	right: 200px;
	gap: 20px;
	z-index: 10;
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
	width: 50px;
	height: 50px;
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	border-radius: 50%;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
.swiper-controls .swiper-button-prev{
	right:10px;
	left: auto;
}
.swiper-controls .swiper-button-next{
	left:10px;
	right: auto;
	animation: border-animation 2s linear infinite;
		
}

.swiper-controls .swiper-button-prev:hover,
.swiper-controls .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, 0.1);
	transform: scale(1.05);
	color: rgba(255, 255, 255, 0.8);
}

/* 前进按钮边框动画 */
/* 
@keyframes border-animation {
	0% {
		border-top-color: linear-gradient(to right, #fff 0%, #fff 50%, #ed7630 50%,#ed7630 100%);
		border-right-color: rgba(255, 255, 255, 0.5);
		border-bottom-color: rgba(255, 255, 255, 0.5);
		border-left-color: rgba(255, 255, 255, 0.5);
	}
	25% {
		border-top-color: linear-gradient(to right, #fff 0%, #fff 50%, #ed7630 50%,#ed7630 100%);
		border-right-color: #ed7630;
		border-bottom-color: rgba(255, 255, 255, 0.5);
		border-left-color: rgba(255, 255, 255, 0.5);
	}
	50% {
		border-top-color: linear-gradient(to right, #fff 0%, #fff 50%, #ed7630 50%,#ed7630 100%);
		border-right-color:#ed7630;
		border-bottom-color: #ed7630;
		border-left-color: rgba(255, 255, 255, 0.5);
	}
	75% {
		border-top-color: linear-gradient(to right, #fff 0%, #fff 50%, #ed7630 50%,#ed7630 100%);
		border-right-color: #ed7630;
		border-bottom-color: #ed7630;
		border-left-color: #ed7630;
	}
	100% {
		border-top-color: linear-gradient(to right, #fff 0%, #fff 50%, #ed7630 50%,#ed7630 100%);
		border-right-color: rgba(255, 255, 255, 0.5);
		border-bottom-color: rgba(255, 255, 255, 0.5);
		border-left-color: rgba(255, 255, 255, 0.5);
	}
} */



.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}


.swiper-button-next:hover,
.swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, 0.1);
	transform: scale(1.05);
}

.bannerSwiper .text{
	color: #839eba;
	font-size: 0.8rem;
}
.banner-detail img{
	width: 30px;
	height: auto;
	margin-right: 100px;
}
.banner-detail-text{
	width: 250px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-right: -50px;
	z-index: 10;
	cursor: pointer;
}

.banner-detail-btn{
	margin-top: -10px;
	width:100px;
	height: 100px;
	border-radius: 50%;
	background: linear-gradient(to top right, #ff9c00, #ff4200);
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.set1-item {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 0;
}
.set1-item-bg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
}
.set1-item-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.set1-item-bg div {
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
}
.set1-item-content {
	display: flex;
	flex-direction: column;
	padding:0 10px;
}
.set1-item-title {
	display: flex;
	justify-self: start;
	align-items: center;
	padding: 20px 0 10px 0;
	font-weight: bold;
	font-size: 1.2rem;
}

.set1-item-title img {
	height: 100%;
	padding-right: 10px;
}

.set1-item-text {
	font-size: 1rem;
	color: #595d67;
	margin-bottom: 5px;
}
.set1-item-data{
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}
.set1-item-data-item{
	display: flex;
	justify-content: left;
	align-items: end;
}
.set1-item-data-item-price{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fb5a3a;
}
.set1-item-data-item-signup{
	font-size: 0.8rem;
	color: #b9b9b9;
	margin-left: 10px;
	padding-bottom: 2px;
}


.set1-btn1 {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #0383fa;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.set1-btn2 {
	background: linear-gradient(to right, #ff9c00, #ff4200);
	width: 300px;
	margin: 3.75rem auto;
	border-radius: 20px;
	color: #fff;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.2rem;
}

.set2{
	background: url(../img/index/set2-bg.png) no-repeat center;
    background-position: center;
	background-size: cover;
}
.set2-title{
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	margin-top: 3.75rem;
	margin-bottom: 3.75rem;
}
.set2-sel-year{
	width: 150px;
	/* background-color: #0071ef;
	color: white; */
}

.set2-sel {
	background-color: #1e60eb;
	color: white;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 16px;
	padding-right: 2.5rem;
}

.set2-sel option {
	background-color: white;
	color: #333;
}

.set2-table {
	margin-top: 2rem;
	overflow-x: auto;
	
}
.set2-table .major-cell {
	position: sticky;
	left: 0;
}


.set2-table table {
	color: white;
	border-radius: 5px;
	overflow: hidden;
	min-width: 900px;
	margin-bottom: 0;
}

.set2-table table th,
.set2-table table th,
.set2-table table td {
	color: white;
	padding-top:  1rem;
	padding-bottom: 1rem;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.5);
	border-color: rgba(255, 255, 255, 0.2);
}

.set2-table table thead th {
	border-bottom: none;
}
.set2-table table tbody tr:last-child td {
	border-bottom: none;
}
.set2-table table tbody tr:not(:last-child) td:nth-child(2){
	position: relative;
	border-bottom: none;
}
.set2-table table tbody tr:not(:last-child) td:nth-child(2)::after {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 80%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 100;
}
.set2-table table tbody tr:not(:last-child) td:last-child{
	position: relative;
	border-bottom: none;
}
.set2-table table tbody tr td:last-child::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 80%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 100;
}
.set2-table table tbody tr td:first-child{
	border: none;
}
.set2-table table thead th.table-major {
	border-radius: 5px;
	border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.set2-table table thead th:nth-child(2){
	border-radius: 5px 0 0 5px;
}
.set2-table table thead th:last-child{
	border-radius:  0 0 5px 0;
}
.set2-table table tbody {
	border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.set2-table table tbody tr:first-child td:first-child {
	border-radius:  5px  5px 0 0;
}
.set2-table table tbody tr:first-child td:nth-child(2) {
	border-radius:  5px 0 0 0;
}
.set2-table table tbody tr:first-child td:last-child {
	border-radius:  0 5px 0 0;
}
.set2-table table tbody tr:last-child td:first-child {
	border-radius:  0 0 5px 0;
}
.set2-table table tbody tr:last-child td:nth-child(2) {
	border-radius:  0 0 0 5px ;
}
.set2-table table tbody tr td:first-child {
	border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.set2-table table tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.set2-btn {
	font-size: 1.2rem;
	color: #fff;
	background: linear-gradient(to right, #ff9c00, #ff4200);
	padding: 10px 20px;
	border-radius: 5px;
}
.set2-btn:hover {
	cursor: pointer;
}
.set2-btn-bgblue{
	background: linear-gradient(to right, #1963e3, #6b9bf2);
}
.set3{
	background: url(../img/index/set3-bg.png) no-repeat center;
    background-position: center 70%;
}
.set3 .gy-5{
	--bs-gutter-y:4rem;
}
.set3-title{
	margin-bottom: 3.75rem;
}
.set3-item {
	border-radius: 8px;
	overflow: visible;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	background-color: #fff;
		padding-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-top: 30px;
}

.set3-item-bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	font-weight: bold;
}
.set3-item-bg img{
	max-height: 100px;
	margin-top: -50px;
	margin-bottom: 10px;
}
.set3-item-content {
	flex: 1;	
	padding: 0 1rem;
	margin-top: 1.25rem;
	color: #666;
}
.set3-item-content{
	text-align: justify;
}

.set3-btn {
	display: flex;
	align-items: center;
	width: 60%;
	background-color: #466ce9;
	color: white;
	margin-left: auto;
	padding: 1px;
	border-radius: 999px 0 0 999px;
	margin-top: 1.2rem;
}

.set3-btn-b {
	background-color: white;
	color: #466ce9;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-weight: bold;
	font-size: 1.2rem;
}

.set3-btn-text {
	text-align: center;
	font-weight: bold;
}

.set4 {
	padding: 3rem 0;
	margin-bottom: 7rem;
}

.set4-l {
	background: url(../img/index/set4-bg.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}

.set4-r {
	height: 100%;
}

.set4-l-content {
	padding: 1rem;
	color: white;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.set4-l-avatar {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
}

.set4-l-avatar img {
	width: 80px;
	object-fit: cover;
}
.set4-l-ava{
	margin-left: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.set4-l-name {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 0.5rem 0;
}


.set4-l-description {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	flex: 1;
	text-align: justify;
}

.set4-l-stats {
	display: flex;
	gap: 2rem;
}

.set4-l-stat-item {
	display: flex;
	flex-direction: column;
}

.set4-l-stat-value {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.set4-l-stat-label {
	font-size: 0.875rem;
	opacity: 0.9;
}

.set4-l-controls {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	padding: 0;
}

/* .set4-l-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
} */


.set4-l-btn-next {
	background: white;
	color: #466ce9;
}

/* Swiper 控制按钮样式 */
.set4-swiper-controls {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	gap: 20px;
	z-index: 10;
}

.set4-swiper-controls .set4-l-btn-prev,
.set4-swiper-controls .set4-l-btn-next {
	width: 50px;
	height: 50px;
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
	border-radius: 50%;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.5rem;
	transition: all 0.3s ease;
	cursor: pointer;
}
.set4-swiper-controls .set4-l-btn-prev{
	right:10px;
	left: auto;
}
.set4-swiper-controls .set4-l-btn-next{
	left:10px;
	right: auto;
	animation: border-animation 2s linear infinite;
		
}

.set4-swiper-controls .set4-l-btn-prev:hover,
.set4-swiper-controls .set4-l-btn-next:hover {	
	background-color: rgba(255, 255, 255, 0.1);
	transform: scale(1.05);
	color: rgba(255, 255, 255, 0.8);
}
.set4-r-item{
	padding:1.5rem;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	color: #1e60eb;
	position: relative;
}

.set4-r-item::before {
	content: '';
	position: absolute;
	top: -60px;
	right: -40px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(30, 96, 235, 0.4), rgba(255, 255, 255, 0));
	filter: blur(15px);
	z-index: -1;
}
.set4-r-item-data{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.set4-r-item-text{
	font-size: 0.8rem;
	color: #4b4b4b;
}

.color-p{
	color: rgba(100, 71, 223);
}
.color-p::before{
	background: radial-gradient(circle,rgba(100, 71, 223,0.4),rgba(255,255,255,0));
}
.color-g{
	color: rgba(70, 186, 157);
}
.color-g::before{
	background: radial-gradient(circle,rgba(70, 186, 157,0.4),rgba(255,255,255,0));
}
.color-o{
	color: rgba(255, 144, 0);
}
.color-o::before{
	background: radial-gradient(circle,rgba(255, 144, 0,0.4),rgba(255,255,255,0));
}

@media (max-width: 992px) {
	.bannerSwiper .swiper-slide{
		padding: 14rem 100px 3rem 100px;
	}
	.banner-title{
		font-size: 2rem;
		font-weight: bold;
	}
	.subtitle{
		margin-top: 2rem;
	}
	.search{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.swiper-pagination.pagination-on {
		left: 100px !important;
	}
}
@media (max-width: 768px) {
	.bannerSwiper .swiper-slide{
		padding: 10rem 50px 3rem 50px;
	}
	.banner-title{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.subtitle{
		margin-top: 1rem;
		font-size: 0.8rem;
	}
	.search{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.banner-detail img{
		margin-right: 50px;
	}
	.banner-detail-text{
		width: 150px;
		margin-right: -30px;
	}
	.banner-detail-btn{
		width:50px;
		height: 50px;
	}
	.swiper-pagination.pagination-on {
		left: 50px !important;
		top: 120px !important;
	}
	.swiper-controls {
		right: 100px;
	}
}

