* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.calculator-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@media (min-width: 780px) {
.calculator-banner{
	margin-top:65px
    }
}

.banner-background {
	width: 100%;
	height: 480px;
	/* Updated as specified */
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/calculator_bg1.png') center center / auto 100% no-repeat,
		linear-gradient(to right, rgb(236, 243, 254) 0%, rgb(216, 230, 251) 100%);
}

.banner-content-ca {
	display: flex;
	width: 1280px;
	padding: 0 40px;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	height: 100%;
}

.banner-text {
	max-width: 50%;
	color: #333;
}

.banner-subtitle {
	border: 1px solid #133c9a;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #133c9a;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;
}

.banner-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	color: #0f1114;
	margin-bottom: 24px;
	white-space: pre-wrap;
}

.banner-description {
	font-size: 16px;
	line-height: 24px;
	color: #646a73;
	margin-bottom: 32px;
	width: 522px;
}

.banner-action {
	/* Placeholder for future action buttons */
}

.banner-image {
	width: 635px;
	height: auto;
	margin-top: 79px;
	display: none;
	/* Note: Image is hidden as per previous style */
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}

.banner-image img {
	max-width: 100%;
	height: auto;
}


.point_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	max-width: 1920px;
	left: 0px;
	background-position: right top;
	background-size: auto 100%;
	/* background-image: url('../img/pain_piont_bg.png'); */
	background-color: #ecf1ff;
	background-repeat: no-repeat;
	z-index: 0;
}

.point_contains {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 750px;
	width: 100%;
}

.point_title {
	font-family: PingFangSC-Medium;
	min-width: 750px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
	white-space: pre-wrap;
}

.point_box {
	box-sizing: border-box;
	padding-top: 56px;
	width: 100%;
}

.point_box_main {
	background: linear-gradient(26deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, 0) 21%), linear-gradient(30deg, rgba(242, 242, 247, .6) 30%, hsla(0, 0%, 100%, .6) 98%), hsla(0, 0%, 100%, .8);
	border-radius: 16px;
	box-shadow: 0 20px 40px 0 rgba(23, 26, 29, .04), 0 30px 60px 0 rgba(23, 26, 29, .08);
	box-sizing: border-box;
	font-size: 18px;
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 32px;
}

.point_box_main_item {
	border-right: 1px solid hsla(210, 7%, 53%, .16);
	box-sizing: content-box;
	padding: 0 36px;
	width: 330px;
	text-align: center;
}


.point_box_main_item:first-child {
	padding-left: 0;
}

.point_box_main_item_icon {
	display: flex;
	height: 48px;
    margin: 20px;
}


.point_box_main_item_list {
	border-right: 1px solid hsla(210, 7%, 53%, .16);
	box-sizing: content-box;
	padding: 0 36px;
	width: 330px;
}

.itme_title {
	color: #171a1d;
	font-family: PingFangSC-Medium;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 46px;
	overflow: hidden;
	padding: 16px 0 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.point_box_main_item div {
	color: #646a73;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

/*  advantage */

.advantage {
	min-width: 1200px;
}

.advantage-content {
	background: linear-gradient(180deg, #f1f5ff 0, #fff 100%);
	background-image: url('../img/advantage_bg.png');
	background-clip: padding-box;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center 0;
	background-blend-mode: normal;
	padding-bottom: 63px;
}

.advantage-title {
	width: 1200px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 64px;
}

.advantage h2 {
	font-weight: 600;
	font-size: 40px;
	line-height: 56px;
	color: #1f2329;
}

.advantage-cloum {
	margin-top: 44px;
}

.advantage-cloum-top {
	display: flex;
	justify-content: space-between;
}

.advantage-cloum-top-right {
	width: 542px;
	height: 281px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}

.advantage-cloum h3 {
	font-size: 36px;
	line-height: 50px;
	font-weight: 600;
	color: #3370ff;
	display: inline-block;
	-webkit-text-fill-color: transparent;
}

.color h3 {
	background: linear-gradient(94.67deg, #0094ff 5.3%, #001aff 98.79%);
	-webkit-background-clip: text;
}


.advantage-cloum span {
	font-size: 32px;
	line-height: 45px;
	margin-top: 2px;
	font-weight: 600;
	color: #1f2329;
	display: block;
}


.advantage-cloum p {
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
	color: #646a73;
}

.advantage-cloum-bottom {
	margin-top: 33px;
}

.advantage-cloum-bottom-distinct {
	width: 100%;
	height: 281px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #fff;
	text-align: left;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.advantage-cloum-bottom-left {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	flex: 0 0 582px;
}

.advantage-cloum-bottom-right {
	display: flex;
	align-items: center;
	flex: 0 0 626px;
}

.advantage-cloum-bottom-right img {
	height: auto;
	width: 100%;
}

.practices-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.practices-title {
	font-weight: 600;
	font-size: 40px;
	line-height: 56px;
	color: #1f2329;
	text-align: center;
	margin: 40px;
}

.practices-media {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 42.2535%;
	border-radius: 12px;
	overflow: hidden;
}

.media-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: scale(0.96);
	transform-origin: left top;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.media-inner {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 20px;
}

.media-section {
	flex: 1;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	transition: transform 0.3s ease;
}

.media-section:first-child {
	width: 552px;
	height: 480px;
	padding: 40px 36px;
	background-image: url('../img/calculation_ad3.1.1png.png');
	background-position: top center;
	background-size: 100%;
}

.media-section:last-child {
	width: 552px;
	height: 480px;
	padding: 40px 36px;
	background-image: url('../img/calculation_ad3.2.png');
	background-position: top center;
	background-size: 100%;
}

.media-section:last-child {
	background-color: #f0f0f0;
}

.media-section:hover {
	transform: translateY(-4px);
}

@media (max-width: 768px) {
	.practices-title {
		font-size: 24px;
	}

	.practices-media {
		padding-bottom: 80%;
	}

	.media-content {
		transform: scale(1);
	}

	.media-inner {
		flex-direction: column;
		padding: 10px;
	}

	.media-section:first-child {
		width: 100%;
		height: 300px;
		padding: 20px;
	}

	.media-section {
		min-height: 150px;
	}
}

@media (max-width: 480px) {
	.practices-container {
		padding: 20px 10px;
	}

	.practices-title {
		font-size: 20px;
	}

	.practices-media {
		padding-bottom: 100%;
	}

	.media-section:first-child {
		height: 200px;
		padding: 15px;
	}
}

@media (max-width: 1280px) {
	.banner-content {
		width: 100%;
		padding: 0 20px;
	}

	.banner-text {
		max-width: 60%;
	}

	.banner-description {
		width: 100%;
		max-width: 500px;
	}
}

@media (max-width: 768px) {
	.banner-background {
		height: auto;
		/* Adaptive height for mobile */
		min-height: 400px;
		padding: 20px 0;
	}

	.banner-content {
		flex-direction: column;
		padding: 0 16px;
		justify-content: center;
		text-align: center;
	}

	.banner-text {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.banner-subtitle span {
		font-size: 16px;
	}

	.banner-title {
		font-size: 32px;
		line-height: 44px;
		margin-bottom: 16px;
	}

	.banner-description {
		font-size: 14px;
		line-height: 22px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.banner-image {
		width: 100%;
		margin-top: 20px;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.banner-background {
		min-height: 350px;
	}

	.banner-title {
		font-size: 28px;
		line-height: 38px;
	}

	.banner-description {
		font-size: 13px;
		line-height: 20px;
	}
}

/* Footer中的头部区域 */
.footer-header {
	background: linear-gradient(145.19deg, rgba(205, 226, 255, .2) 0, rgba(138, 188, 255, .2) 100.07%);
	background-size: cover;
	background-position: center;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333;
	padding: 20px;
	position: relative;
}

/* 确保文字可读，添加半透明背景层 */
.footer-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	/* 半透明层 */
	z-index: 1;
}

.footer-header-content {
	max-width: 1200px;
	/* 最大宽度1200px */
	width: 90%;
	/* 保持响应式 */
	margin: 0 auto;
	/* 居中 */
	position: relative;
	z-index: 2;
	/* 确保内容在半透明层之上 */
}

.footer-header h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
}

.footer-header-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
}

/* 按钮样式保持不变 */
.btn {
	padding: 10px 20px;
	font-size: 16px;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}

.btn-primary {
	background: linear-gradient(90deg, #998dff 0, #576dff 50%, #65b2ff 100%);
	border: 1px solid rgba(255, 255, 255, .5);
	color: #fff;
}

.btn-primary:hover {
	background-color: #5a32a3;
}

.btn-secondary {
	background-color: #fff;
	color: #333;
	border: 1px solid #007bff;
	/* 蓝色边框 */
}

.btn-secondary:hover {
	background-color: #f0f0f0;
}

.footer-des {
	font-family: 'PingFang SC';
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #646a73;
	margin-bottom: 56px;
	display: flex;
	justify-content: center;
}

.footer-itmes {
	padding-left: 40px;
	align-items: center;
	display: flex;
	column-gap: 10px
}

.footer-des svg {
	width: 16px;
}