@import './common.css';

.banner {
	height: 480px;
	background-image: url('../image/product/sim/banner.png');
	position: relative;
	background-position: center top;
	color: #fff;
	background-color: #090100;
}

.banner .banner-title {
	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;
}
.banner .btns {
	position: absolute;
	top: 362px;
	margin-left: 30px;
}
.banner button {
	display: inline-block;
	vertical-align: middle;
}
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);
}
section .title::after {
	content: '';
	width: 100px;
	height: 4px;
	position: absolute;
	bottom: -30px;
	background-color: var(--primary-color);
}
section .desc {
	font-size: 16px;
	line-height: 24px;
	color: var(--text-color);
	margin-top: 93px;
}
section.s1 {
	height: 440px;
}
section.s1 .mg-auto {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
section.s1 .title::after {
	left: 0;
}
section.s1 img {
	width: 848px;
	height: 496px;
}
section.s2 {
	height: 760px;
}
section.s2 .cards,
section.s3 .cards,
section.s4 .cards,
section.s5 .cards,
section.s6 .cards {
	width: 100%;
	display: flex;
	margin-top: 236px;
	justify-content: space-between;
}
section.s3 .cards,
section.s5 .cards,
section.s6 .cards {
	margin-top: 60px;
}
section.s2 .cards .item,
section.s3 .cards .item,
section.s4 .cards .item,
section.s5 .cards .item,
section.s6 .cards .item {
	position: relative;
	width: 416px;
	height: 404px;
	border-radius: var(--border-radius-card);
	background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 99%);
	box-sizing: border-box;
	border: 2px solid #ffffff;
	box-shadow: var(--shadow-base);
	display: flex;
	flex-direction: column;
	padding: 0 30px;
}
section.s2 .cards .item {
	height: initial;
	min-height: 404px;
	padding-bottom: 226px;
}
section.s3 .cards .item {
	height: 428px;
}
section.s2 .cards .item .title,
section.s3 .cards .item .title,
section.s4 .cards .item .title,
section.s5 .cards .item .title,
section.s6 .cards .item .title {
	text-align: left;
	position: relative;
	margin-top: 38px;
	margin-left: 11px;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
section.s2 .cards .item .title:hover,
section.s3 .cards .item .title:hover,
section.s4 .cards .item .title:hover,
section.s5 .cards .item .title:hover,
section.s6 .cards .item .title:hover {
	color: var(--primary-color);
}
section.s2 .cards .item .title::after,
section.s3 .cards .item .title::after,
section.s4 .cards .item .title::after,
section.s5 .cards .item .title::after,
section.s6 .cards .item .title::after {
	content: '';
	position: absolute;
	left: -10px;
	top: 1px;
	width: 4px;
	height: 20px;
	background: var(--primary-color);
}
section.s2 .cards .item .desc,
section.s3 .cards .item .desc,
section.s4 .cards .item .desc,
section.s5 .cards .item .desc,
section.s6 .cards .item .desc {
	text-align: left;
	color: var(--text-color-weak);
	margin-top: 31px;
	font-size: 14px;
	line-height: 21px;
	margin-left: 10px;
	font-family: Arial;
}
section.s2 .cards .item .desc {
	min-height: 63px;
	margin-bottom: 20px;
}
section.s2 .cards .item img,
section.s3 .cards .item img,
section.s4 .cards .item img,
section.s5 .cards .item img,
section.s6 .cards .item img {
	position: absolute;
	top: 174px;
	left: 50%;
	transform: translateX(-50%);
	width: 356px;
	height: 200px;
	margin-top: 0;
}
section.s2 .cards .item img {
	top: auto;
	bottom: 26px;
}
section.s3 .cards .item img {
	position: absolute;
	top: 200px;
}
section.s3 {
	height: 1472px;
}
section.s3 .fr,
section.s3 .fr2,
section.s5 .fr,
section.s6 .fr {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
section.s3 .fr,
section.s3 .fr2 {
	margin-top: 120px;
}
section.s5 .fr {
	margin-top: 283px;
}
section.s6 .fr {
	margin-top: 250px;
}
section.s3 .fr .title,
section.s5 .fr .title,
section.s3 .fr .desc,
section.s5 .fr .desc {
	text-align: right;
}
section.s3 .fr .title::after,
section.s5 .fr .title::after {
	right: 0;
}
section.s3 .fr2 .title::after,
section.s6 .fr .title::after {
	left: 0;
}
section.s3 img {
	flex-shrink: 0;
	width: 848px;
	height: 496px;
}
section.s4 {
	height: 841px;
}
section.s4 .cards.hori {
	margin-top: 308px;
}
section.s4 .cards.hori .item {
	width: 632px;
	height: 260px;
	flex-direction: row;
	justify-content: space-between;
}
section.s4 .cards.hori .item img {
	margin-top: 30px;
	position: relative;
	top: 0;
	left: 0;
	transform: translateX(0);
}
section.s4 .cards {
	margin-top: 32px;
}
section.s5 {
	height: 1113px;
}
section.s5 img{
	width: 848px;
	height: 496px;
}
section.s6 {
	height: 960px;
}
section.s6 img{
	width: 848px;
	height: 496px;
}
section.s7 {
	height: 361px;
}
