body * {
	box-sizing: border-box;
	flex-shrink: 0;
}

img {
	border-radius: 0 !important;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-row1 {
	display: flex;
	flex-direction: row;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}

.page {
	position: relative;
	width: 100vw;
	/* height: 446.22vw; */
	overflow: hidden;
}

.container-box {
	width: 100vw;
	/* height: 446.22vw; */
	background: rgba(255, 255, 255, 1);
	background-size: 100% 100%;
}

.header-img {
	background-size: 100% 100%;
	width: 100vw;
	aspect-ratio: 499 / 184;
	display: block;
}

.business-data-section {
	width: 100vw;
	align-items: center;
}

.data-statistics {
	width: 100vw;
	height: 10.11vw;
	background: rgba(244, 246, 246, 1);
	background-size: 100% 100%;
	display: flex;
	justify-content: space-around;
}

@media (max-width: 768px) {
	.data-statistics {
		display: none !important;
	}
}

.data-item {
	overflow-wrap: break-word;
	font-size: 0;
	font-family: SourceHanSansCN-Regular;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	line-height: 2.44vw;
	display: flex;
	flex-direction: column;
	margin-top: 3vw;
}

.data-item-1 {
	/* width: 7.4vw; */
	height: 3.86vw;
}

.data-item-2 {
	/* width: 6.01vw; */
	height: 3.86vw;
}

.data-item-3 {
	/* width: 7.5vw; */
	height: 3.89vw;
}

.data-item-4 {
	/* width: 7.96vw; */
	height: 4.07vw;
}

.data-item-5 {
	/* width: 9.87vw; */
	/* height: 10vw; */
	/* line-height: 2.44vw; */
}

.data-number {
	width: 100%;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 2.43vw;
	font-family: SourceHanSansCN-Regular;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	line-height: 2.44vw;
}

.data-line-break {
	width: 100%;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 0.76vw;
	font-family: SourceHanSansCN-Regular;
	font-weight: normal;
	text-align: left;
}

.data-desc {
	width: 100%;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 0.76vw;
	font-family: SourceHanSansCN-Medium;
	font-weight: 600;
	text-align: center;
}

.data-desc-text {
	font-weight: 600;
}

.service-title {
	overflow-wrap: break-word;
	font-size: 0;
	font-family: SourceHanSansCN-Medium;
	text-align: center;
	white-space: nowrap;
	margin-top: 5.31vw;
}

.service-title-en {
	width: 100vw;
}


.service-desc {
	height: 1.43vw;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 1.09vw;
	font-family: SourceHanSansCN-Regular;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	line-height: 1.09vw;
	margin-top: 3vw;
}

.service-desc-en {
	width: 56.72vw;
	/* margin-left: 10vw; */
	white-space: normal;
	line-height: 1.4;
	height: auto;
}

.title-highlight {
	width: 100%;
	height: 100%;
	overflow-wrap: break-word;
	color: rgba(56, 107, 229, 1);
	font-size: 3vw;
	font-family: SourceHanSansCN-Medium;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	line-height: 2.91vw;
}

.title-content {
	width: 100%;
	height: 100%;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 3vw;
	font-family: SourceHanSansCN-Medium;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
	line-height: 2.91vw;
}


.service-img-group {
	width: 73.79vw;
	height: 34.55vw;
	margin: 6.35vw 0 7.56vw 0;
}

.service-img-1 {
	width: 14vw;
	height: 10.6vw;
	margin-top: 12.23vw;
}

.service-img-2 {
	width: 53.79vw;
	height: 34.55vw;
}

.ai-operation-section {
	/* height: 165.35vw; */
	background: rgba(250, 250, 250, 1);
	margin-top: -0.03vw;
	width: 100vw;
}

.section-title-group {
	margin: 6.21vw 0 0 0;
}

.section-title {
	width: 100%;
	height: 100%;
	overflow-wrap: break-word;
	font-size: 0;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

.ai-content-group {
	width: 85.49vw;
	height: 138.41vw;
	margin: 7.08vw 0 10.24vw 5.41vw;
}

.vertical-line-img {
	width: 2.3vw;
	height: 94.31vw;
	margin-top: 0.63vw;
}

.ai-text-content {
	width: calc(100% - 2.3vw);
	height: 116.12vw;
}

.ai-feature-title {
	width: 18.96vw;
	/* height: 2.61vw; */
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 1.67vw;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	margin-left: 0.07vw;
	display: block;
}

.ai-feature-desc {
	width: 15.47vw;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 1.04vw;
	font-family: SourceHanSansCN-Regular;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
	margin: 2.24vw 0 0 0.45vw;
	display: block;
}

.ai-feature-desc-en {
	width: 20.73vw;
}

.ai-feature-area {
	justify-content: space-between;
	width: 100%;
	padding-left: 4.37vw;
	align-items: flex-start;
}

.ai-feature-area:nth-child(1) {
	height: 35vw;
}

.ai-feature-area:nth-child(2) {
	margin: 9.25vw 0 0 0.13vw;
	height: 32vw;
}

.ai-feature-area:nth-child(3) {
	margin: 15.34vw 0 0 0.24vw;
}

.ai-feature-area:nth-child(2) .ai-feature-desc {
	width: 23.72vw;
	height: 11.57vw;
}

.ai-feature-area:nth-child(3) .ai-feature-desc {
	width: 24.35vw;
	height: 14.97vw;
}

.ai-feature-area:nth-child(2) .ai-feature-desc-en {
	width: 24.48vw;
	height: 9.43vw;
}

.ai-feature-area:nth-child(3) .ai-feature-desc-en {
	width: 24vw;
}

.ai-feature-area:nth-child(3) .ai-feature-title-en {
	white-space: normal;
	line-height: 1.2;
}

.ai-img-group {
	width: 49.38vw;
	height: 138.41vw;
	margin-left: 12.11vw;
	position: relative;
}

.ai-img {
	opacity: 1;
	object-fit: contain;
}

.ai-img-1 {
	width: 37.76vw;
	aspect-ratio: 1422 / 898;
}

.ai-img-2 {
	width: 38.44vw;
	aspect-ratio: 1300 / 1048;
}

.ai-img-3 {
	width: 37.24vw;
	aspect-ratio: 1290 / 1309;
}

.ad-form-section {
	width: 100vw;
	align-items: center;
}

.ad-form-section .section-title {
	width: 100vw;
	margin: 6.45vw 0 0 0;
	text-align: center;
}

.ad-form-img-1 {
	width: 64.43vw;
	height: 95.89vw;
	margin: 6.45vw 0 0 0;
}

/* .traffic-desc {
	min-width: 100%;
	height: 1.85vw;
	overflow-wrap: break-word;
	color: rgba(0, 0, 0, 1);
	font-size: 1.9vw;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	margin: 6.11vw 0 0 0;
}

.ad-form-img-2 {
	width: 63.41vw;
	height: 16.46vw;
	margin: 3.09vw 0 0 0;
} */

.security-section {
	background: rgba(250, 250, 250, 1);
	background-size: 100% 100%;
	width: 100vw;
	margin: 7.63vw 0 0.2vw 0;
	align-items: center;
}

.security-section .security-title-group {
	margin: 3.95vw 0 0 0;
}

.security-title-group .title-highlight {
	font-size: 3.56vw;
}

.security-title-group .title-content {
	font-size: 3.56vw;
}

.security-img-group {
	width: 76.88vw;
	height: 20.77vw;
	margin: 7.95vw 0 8.57vw 0;
}

.security-img {
	width: 14.22vw;
	height: 20.77vw;
	transition: transform 0.3s ease;
}

.security-img:hover {
	transform: scale(1.05) !important;
}

.security-img-2,
.security-img-3,
.security-img-4,
.security-img-5 {
	margin-left: 1.43vw;
}




@media (max-width: 768px) {
	.flex-row1 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.vertical-line-img {
		display: none;
	}

	.square-container {
		position: relative;
		width: 2.3vw;
		height: 188vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2vw;
	}

	.square-container-en {
		height: 200vw;
	}

	.square {
		width: 2.5vw;
		height: 2.5vw;
		z-index: 2;
		position: absolute;
		left: 0;
	}

	.square-top {
		background-color: rgb(0, 103, 242);
		top: 0;
	}

	.square-middle {
		background-color: rgb(44, 226, 255);
		top: 85vw;
	}

	.square-middle-en {
		top: 88vw;
	}

	.square-bottom {
		background-color: rgb(255, 122, 105);
		top: 185.5vw;
	}

	.square-bottom-en {
		top: 197.5vw;
	}

	.connect-line {
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		width: 1px;
		background-color: rgb(231, 234, 238);
		transform: translateX(-50%);
		z-index: 1;
	}

	.service-desc {
		font-size: 1.9vw;
	}

	.ai-operation-section {
		height: auto;
	}

	.ai-content-group {
		height: auto;
	}


	.ai-text-content {
		height: auto;
	}

	.ai-feature-area {
		height: auto !important;
	}

	.ai-feature-area:nth-child(1) {
		/* margin-top: 2vw; */
	}

	.ai-feature-area:nth-child(2) {
		margin-top: 30vw;
	}

	.ai-feature-area:nth-child(3) {
		margin-top: 30vw;
	}

	.title-highlight {
		font-size: 4.3vw;
	}

	.title-content {
		font-size: 4.3vw;
	}

	.ai-feature-title {
		margin-top: 0 !important;
		font-size: 3vw;
		width: 100%;
	}

	.ai-feature-desc {
		font-size: 2.37vw;
		width: auto !important;
		margin-top: 2vw;
		line-height: normal;
		height: auto !important;
	}

	.ai-img {
		width: 70vw !important;
		margin-top: 5vw;
	}
}