@import './common.css';

.banner {
	height: 480px;
	background-image: url('../image/product/eva/banner.png');
	position: relative;
	background-position: center top;
	color: #fff;
	background-color: #090100;
}

.banner .banner-title {
	position: relative;
	font-weight: bold;
	position: absolute;
	top: 219px;
	font-size: 40px;
	padding-left: 30px;
}
.banner .banner-title::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100px;
	background-color: var(--primary-color);
}
.banner .banner-text {
	position: absolute;
	top: 290px;
	font-size: 24px;
	padding-left: 30px;
}
section {
	display: flex;
	color: var(--text-color);
}
section.grey {
	background: #f2f6fa;
}
section .title {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: var(--text-color);
	text-align: center;
}
section .title::after {
	content: '';
	width: 100px;
	height: 4px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--primary-color);
}
section .desc {
	font-size: 16px;
	line-height: 24px;
	color: var(--text-color);
	margin-top: 93px;
	text-align: center;
}
section .fr {
	width: fit-content;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	margin-top: 120px;
}
section.s1 {
	height: 510px;
}
section.s1 .fr {
	flex-direction: row;
}
section.s1 .fr img {
	width: 350px;
	height: 264px;
	margin-right: 45px;
}
section.s1 .fr .s1-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: var(--text-color);
}
section.s1 .fr .s1-desc {
	margin-top: 48px;
	font-size: 16px;
	line-height: 24px;
	color: var(--text-color);
	max-width: 704px;
}

section.s2 {
	height: 1030px;
}
section.s2 .box {
	width: fit-content;
	display: flex;
	margin: 0 auto;
	margin-top: 90px;
}
section.s2 .box .items {
	display: flex;
	flex-direction: column;
	margin-right: 300px;
	width: 140px;
}
section.s2 .box .items .item {
	position: relative;
	width: 140px;
	height: 32px;
	color: #ffffff;
	background: var(--primary-color);
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	text-align: center;
}
section.s2 .box .items .item .line {
	position: absolute;
	left: 140px;
	top: 16px;
	height: 1px;
	background-color: #8a8e99;
	z-index: 1;
}
section.s2 .img {
	position: relative;
	width: 488.57px;
	height: 500px;
}
section.s2 .img .dot {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--primary-color);
	z-index: 2;
}
section.s2 .img img {
	width: 100%;
	height: 100%;
}
section.s2 img {
	margin: 0 auto;
	width: 928.57px;
	height: 500px;
	margin-top: 90px;
}
section.s2 .card {
	position: relative;
	margin-top: 80px;
	width: 1280px;
	height: 258px;
	border-radius: var(--border-radius-card);
	background: #ffffff;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	box-shadow: var(--shadow-base);
	padding: 0 130px;
	padding-top: 122px;
	display: flex;
	justify-content: space-between;
}
section.s2 .card .title {
	position: absolute;
	top: 40px;
	left: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: var(--text-color);
}
section.s2 .card .title:hover {
	color: var(--primary-color);
}
section.s2 .card .title::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 4px;
	height: 20px;
	background: var(--primary-color);
}
section.s2 .card .icon {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: var(--border-radius-card);
	background: #dbdefb;
	display: grid;
	place-items: center;
	color: var(--primary-color);
	font-size: 20px;
}
section.s2 .card .icon:not(:last-of-type)::after {
	content: '';
	position: absolute;
	top: 24px;
	left: 50px;
	width: 435px;
	height: 0px;
	border: 1px dashed #dbdefb;
}
section.s2 .card .icon .txt {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 14px;
	line-height: 18px;
	color: var(--text-color-secondary);
}
section.s3 {
	height: 1303px;
}

section.s3 .img2 {
	width: 1280px;
	height: 200px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	padding-top: 70px;
	background: url('../image/solution/research/s2_2.png') no-repeat center;
	transform: translateY(-100px);
	background-size: 1280px 200px;
}
section.s3 .cards {
	width: 100%;
	display: flex;
	margin-top: 90px;
	justify-content: space-between;
}

section.s3 .cards .item {
	position: relative;
	width: 416px;
	min-height: 428px;
	border-radius: var(--border-radius-card);
	background: linear-gradient(180deg, #f3f5f8 1%, #ffffff 99%);
	box-sizing: border-box;
	border: 2px solid #ffffff;
	box-shadow: var(--shadow-base);
	display: flex;
	flex-direction: column;
	padding: 0 21px 225px 21px;
}

section.s3 .cards .item .title {
	text-align: left;
	position: relative;
	margin-top: 38px;
	margin-left: 11px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
section.s3 .cards .item .title:hover {
	color: var(--primary-color);
}
section.s3 .cards .item .title::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 4px;
	height: 20px;
	background: var(--primary-color);
}
section.s3 .cards .item .desc {
	text-align: left;
	color: var(--text-color-weak);
	margin-top: 31px;
	font-size: 14px;
	line-height: 21px;
	margin-left: 10px;
	margin-bottom: 20px;
	min-height: 88px;
}
section.s3 .cards .item img {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	width: 356px;
	height: 200px;
	margin-top: 0;
}

section.s3 .card {
	position: relative;
	margin-top: 75px;
	width: 1280px;
	height: 200px;
	border-radius: var(--border-radius-card);
	background: linear-gradient(181deg, #F3F5F8 6%, #FFFFFF 94%);
	box-sizing: border-box;
	border: 2px solid #ffffff;
	box-shadow: var(--shadow-base);
	padding: 0 130px;
	padding-top: 62px;
	display: flex;
	justify-content: space-between;
}

section.s3 .card .icon {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: var(--border-radius-card);
	background: #dbdefb;
	display: grid;
	place-items: center;
	color: var(--primary-color);
	font-size: 20px;
}
section.s3 .card .icon:not(:last-of-type)::after {
	content: '';
	position: absolute;
	top: 24px;
	left: 50px;
	width: 273px;
	height: 0px;
	border: 1px dashed #dbdefb;
}
section.s3 .card .icon .txt {
	position: absolute;
	top: 56px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	line-height: 18px;
	color: var(--text-color-secondary);
	min-width: 170px;
    text-align: center;
}
