.body {
	background-color: #F7F7F7;
}
/* 这里可以添加组件特有的样式 */

	.demonstration {
		color: var(--el-text-color-secondary);
	}

	.el-carousel__item h3 {
		color: #475669;
		opacity: 0.75;
		line-height: 150px;
		margin: 0;
		text-align: center;
	}

	.el-carousel__item:nth-child(2n) {
		background-color: #99a9bf;
	}

	.el-carousel__item:nth-child(2n + 1) {
		background-color: #d3dce6;
	}
@media (min-width:768px) {
	.news-banner {
		width: 100%;
		min-height: 420px;
		background-image: url("/images/news/7.png");
		background-size: 100% 100%;
		padding: 60px 0 50px;
		position: relative;
		overflow: hidden;
	}

	.banner-container {
		width: 1460px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	/* 箭头样式 */
	.banner-arrow {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s ease;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		z-index: 10;
	}

	.banner-arrow:hover {
		transform: scale(1.05);
	}

	.banner-arrow img {
		width: 24px;
		height: 24px;
	}

	.banner-arrow-left {}

	.banner-arrow-right {}

	.banner-cards {
		display: flex;
		gap: 10px;
		width: 920px;
		position: relative;
	}

	.dec-item-wrap {
		padding: 15px;
		background-image: url('/images/13.png');
		background-size: 300px 430px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		width: 300px;
		height: 430px;
		transition: all 0.3s ease;
		margin-top: 20px;
	}

	.dec-item-wrap:hover {
		transform: scale(1.05);
		background-image: url('/images/12.png');
	}

	.dec-item {
		width: 270px;
		height: 400px;
		position: relative;
		display: flex;
		flex-direction: column;
		border-radius: 38px 38px 38px 38px;
		align-items: center;

	}

	.dec-name-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 270px;
	}

	.dec-image {
		width: 160px;
		height: 160px;
		margin-top: 18px;
		border-radius: 50%;
	}

	.dec-name {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 28px;
	}

	.dec-name-title {
		display: flex;
		flex-direction: column;
		margin-left: 10px;
	}

	.dec-text-itle {
		font-weight: 600;
		font-size: 24px;
	}

	.dec-text {
		color: #777777;
		font-size: 14px;
	}

	.dec-time {
		margin-right: 10px;
		display: flex;
		align-items: center;
	}

	.dec-time-icon {
		width: 15px;
		height: 15px;
	}

	.dec-time-length {
		color: #777777;
		font-size: 12px;
		margin-left: 2px;
	}

	.dec-price-num {
		color: #FF3F22;
	}

	.dec-price-after {
		font-size: 12px;
		margin-left: 10px;
		font-weight: 800;
	}

	.dec-price-info {
		font-size: 18px;
		font-weight: 800;
	}

	.dec-price-hua {
		margin-right: 10px;
		color: #777777;
		text-decoration: line-through;
		font-size: 14px;
	}

	.dec-price {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-top: 16px;
	}

	.dec-btn {
		width: 150px;
		height: 44px;
		border-radius: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FFF;
		font-size: 18px;
		background-color: #FB9548;
		line-height: 44px;
		margin-top: 20px;
		overflow: hidden;
		position: relative;
		transition: all 1000ms;
		cursor: pointer;
	}


	.dec-btn:hover {
		color: #FFF;
		transform: scale(1.05);
		outline: 2px solid #FFFFFF;
		box-shadow: 4px 5px 17px -4px #FFFFFF;
	}

	.dec-btn::before {
		content: "";
		position: absolute;
		left: -50px;
		top: 0;
		width: 0;
		height: 100%;
		background-color: #F53D50;
		transform: skewX(45deg);
		z-index: -1;
		transition: width 500ms;
	}

	.dec-btn:hover::before {
		width: 250%;
	}


	/* 右侧信息卡片 */
	.banner-info {
		width: 320px;
		padding: 40px 30px;
	}

	.info-title {
		font-size: 32px;
		font-weight: 700;
		color: #333;
		margin-bottom: 10px;
	}

	.info-subtitle {
		font-size: 14px;
		color: #666;
		margin-bottom: 30px;
		line-height: 1.6;
	}

	.info-items {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-bottom: 35px;
	}

	.info-item {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.info-icon {
		width: 25px;
		height: 25px;
		box-sizing: border-box;
	}

	.info-text {
		display: flex;
		align-items: center;
	}

	.info-number {
		font-size: 20px;
		font-weight: 700;
		color: #333;
	}

	.info-label {
		font-size: 13px;
		color: #666;
		margin-top: 2px;
	}

	.info-register-btn {
		width: 100%;
		height: 50px;
		background: linear-gradient(135deg, #F20921 0%, #FF4D4D 100%);
		border: none;
		border-radius: 10px;
		color: #FFF;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.info-register-btn:hover {
		transform: translateY(-3px);
		box-shadow: 0 6px 20px rgba(242, 9, 33, 0.4);
	}

	/* 轮播指示器 */
	.banner-indicators {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 40px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -20px;
	}

	.indicator {
		width: 30px;
		height: 6px;
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 3px;
		cursor: pointer;
		transition: all 0.3s ease;
	}

	.indicator.active {
		background-color: #F20921;
		width: 50px;
	}

	.indicator:hover {
		background-color: rgba(242, 9, 33, 0.6);
	}

	.banner-img {
		width: 948px;
		height: 420px;
		overflow: hidden;
		object-fit: cover;
		border-radius: 10px;
	}

	.main {
		width: 1440px;
		margin: 20px auto 0;
		display: flex;
	}

	.carousel-indicators {
		justify-content: flex-end;
		margin-right: 50px;
	}

	.carousel-caption {
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.3);
		text-align: start;
		padding-left: 40px;
	}

	.mian-banner-tag {
		width: 100px;
		height: 24px;
		margin-bottom: 10px;
	}

	/* 新闻列表区域 */
	.news-list-section {
		width: 460px;
		margin-left: auto;
		background-color: #FFF;
		border-radius: 10px;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
		overflow: hidden;
	}

	.news-list-header {
		display: flex;
		align-items: center;
		padding: 10px 25px;
		border-bottom: 1px dashed #E5E5E5;
	}

	.logo-text {
		font-size: 22px;
		font-weight: 700;
		color: #F20921;
	}


	.news-list-title {
		font-size: 22px;
		font-weight: 700;
		color: #333;
		margin: 0;
	}

	.news-list-container {
		padding: 0;
	}

	.news-list-item {
		display: flex;
		padding: 10px 25px;
		border-bottom: 1px dashed #E5E5E5;
		transition: all 0.3s ease;
		cursor: pointer;
	}

	.news-list-item:last-child {
		border-bottom: none;
	}

	.news-list-item:hover {
		background-color: #FFF5F5;
	}

	.news-item-left {
		flex-shrink: 0;
		margin-right: 20px;
	}

	.news-image-wrap {
		position: relative;
		width: 85px;
		height: 70px;
		border-radius: 8px;
		overflow: hidden;
		border: 2px dashed #FFD5D5;
		background: linear-gradient(135deg, #FFE5E5 0%, #FFF0F0 100%);
	}

	.news-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news-views-badge {
		position: absolute;
		top: 8px;
		left: 8px;
		background-color: #F20921;
		color: #FFF;
		font-size: 11px;
		padding: 3px 8px;
		border-radius: 3px;
		font-weight: 600;
	}

	.news-item-right {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.news-title {
		width: 250px;
		font-size: 18px;
		font-weight: 600;
		color: #333;
		margin: 0 0 8px 0;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.news-description {
		font-size: 14px;
		color: #999;
		margin: 0 0 12px 0;
		line-height: 1.6;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.news-meta {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.news-category,
	.news-time {
		font-size: 13px;
		color: #AAAAAA;
	}

	/* 服务分类区域 */
	.service-category-section {
		width: 100%;
		padding: 30px 0;
		background-color: #FAFAFA;
	}

	.service-category-container {
		width: 1440px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}

	.service-category-card {
		background-color: #FFF;
		border: 1px solid #E5E5E5;
		border-radius: 10px;
		padding: 18px 16px;
		transition: all 0.3s ease;
	}

	.service-category-card:hover {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		transform: translateY(-5px);
	}

	.category-header {
		display: flex;
		align-items: center;
		gap: 12px;
		padding-bottom: 24px;
	}

	.category-icon {
		width: 24px;
		height: 24px;
	}

	.category-title {
		font-size: 20px;
		font-weight: 600;
		color: #333;
		margin: 0;
		cursor: pointer;
	}

	.category-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.category-tag {
		display: inline-block;
		color: #666;
		font-size: 13px;
		border-radius: 4px;
		transition: all 0.3s ease;
		cursor: pointer;
	}

	.category-tag:hover {
		color: #F20921;
		transform: scale(1.05);
	}

	/* 新闻卡片样式 */
	.news-card-section {
		width: 1440px;
		display: flex;
		margin: 0 auto;
	}

	.news-card-container {
		width: 100%;
	}

	.news-load-more {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 72px;
		font-size: 15px;
		font-weight: 500;
		color: #999;
	}

	.news-card-static {
		width: 390px;
		margin-left: 30px;
	}

	.news-card {
		display: flex;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		transition: all 0.3s ease;
	}

	.news-card:hover {
		box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
		transform: translateY(-2px);
	}

	.news-card-left {
		position: relative;
		width: 300px;
		height: 180px;
		flex-shrink: 0;
		border-radius: 10px;

	}

	.news-card-image {
		border-radius: 10px;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news-card-badge {
		position: absolute;
		top: 10px;
		left: 0px;
		width: 100px;
	}

	.news-card-right {
		flex: 1;
		padding: 10px 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.news-card-title {
		font-size: 18px;
		font-weight: 600;
		color: #333;
		margin: 0 0 12px 0;
		line-height: 1.4;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.news-card-description {
		font-size: 14px;
		color: #666;
		margin: 0 0 20px 0;
		line-height: 1.6;
		display: -webkit-box;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.news-card-meta-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: auto;
	}

	.news-card-views-icon {
		width: 14px;
		height: 14px;
		margin-right: 3px;
	}

	.news-card-views-count {
		font-size: 14px;
		color: #999;
	}

	.news-card-meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.news-card-date {
		font-size: 14px;
		color: #999;
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.news-card-views {
		display: flex;
		align-items: center;
		margin-left: 10px;
	}

	.news-card-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.news-card-tag {
		background-color: #FF9500;
		color: #FFF;
		padding: 4px 12px;
		border-radius: 12px;
		font-size: 12px;
		font-weight: 500;
	}
	
	.page-link {
		color: #EF061C;
		background-color: #FFECE8;
		font-weight: 600;
	}

	.active.page-item .page-link {
		border: #EF061C 1px solid;
		background-color: #EF061C !important;
		color: #FFF !important;
		font-size: 16px;
		font-weight: 600;
	}

	.page-link {
		border: #FFECE8 1px solid;
		color: #EF061C;
		background-color: #FFECE8;
	}
}


/* 标签悬停效果 */
.news-card-tag:hover {
	background-color: #EF061C;
	cursor: pointer;
	transform: scale(1.05);
	transition: all 0.3s ease;
}
