.solution-page {
	background: #fff;
	position: relative;
	overflow-x: hidden;
}

.solution-first {
	width: 100%;
	height: 998px;
	text-align: center;
	position: relative;
	z-index: 1;
	background: linear-gradient(0deg, #003596 0%, #1791F8 100%);
}

.solution-first-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 40%;
	z-index: -1;
}

.solution-first .first-title {
	font-weight: 600;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 84px;
	padding-top: 276px;
	letter-spacing: 3px;
}

.solution-first .first-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
	padding-top: 40px;
}

.solution-second {
	position: relative;
	z-index: 3;
	background: #F8F8F8;
}

.solution-list {
	display: flex;
	justify-content: space-between;
	padding-top: 120px;
	padding-bottom: 120px;
}

.solution-list .solution-left {
	width: 334px;
	height: 1392px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 24px 24px 24px 24px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 64px 0;
}

.solution-left-item {
	min-height: 40px;
	border-bottom: 1px solid #D9D9D9;
	cursor: pointer;
	padding-left: 32px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.solution-left-item:not(.active):hover {
	background: #DEF0FF;
}

.solution-left-item.active {
	background: #DEF0FF;
}

.solution-left-item .name {
	font-weight: 600;
	font-size: 24px;
	color: #000000;
	line-height: 34px;
	padding-bottom: 12px;
}

.solution-left-item .text {
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}

.solution-left-item.active .name {
	color: #1791F8;
}

.solution-right {
	width: 1146px;
	height: 1392px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px #F8F8F8;
	border-radius: 24px 24px 24px 24px;
	border: 1px solid #D9D9D9;
}

.solution-right .solution-right-item {
	display: none;
}

.solution-right .solution-right-item.active {
	display: block;
}

.solution-right .pain-point-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 67px;
	padding-left: 24px;
	margin-bottom: 78px;
	margin-top: 47px;
	margin-left: 59px;
	position: relative;
}

.solution-right .pain-point-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	width: 8px;
	height: 32px;
	background: #1791F8;
}

.solution-right .pain-point-item {
	width: 224px;
	height: 252px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	color: #000000;
	line-height: 34px;
}

.solution-right .pain-point-item img {
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto 32px;
}

.solution-right .highlight-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 67px;
	padding-left: 24px;
	margin-bottom: 57px;
	margin-left: 59px;
	position: relative;
}

.solution-right .highlight-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	width: 8px;
	height: 32px;
	background: #1791F8;
}

.solution-right .highlight-list {
	padding: 0 69px 0 59px;
	font-size: 18px;
	color: #333333;
}

.solution-right .highlight-list .highlight-dot {
	width: 6px;
	height: 6px;
	background: #333333;
	border-radius: 50%;
	margin: 0 10px 0 34px;
}

.solution-right .highlight-list .highlight-item {
	width: 286px;
	height: 101px;
	background: #F8F8F8;
	border-radius: 16px 16px 16px 16px;
	margin-top: 24px;
	line-height: 38px;
}

.solution-right .highlight-list img {
	width: 315px;
	height: 283px;
}

.solution-right .highlight-list .highlight-2-item {
	width: 324px;
}

.solution-right .revenue-title {
	font-weight: 600;
	font-size: 48px;
	color: #000000;
	line-height: 67px;
	padding-left: 24px;
	margin-top: 48px;
	margin-bottom: 60px;
	margin-left: 59px;
	position: relative;
}

.solution-right .revenue-title:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 18px;
	width: 8px;
	height: 32px;
	background: #1791F8;
}

.solution-right .revenue-list {
	padding: 0 38px;
	display: flex;
	justify-content: space-between;
}

.solution-right .revenue-list .revenue-item {
	width: 247px;
	height: 195px;
	background: #F8F8F8;
	border-radius: 20px 20px 20px 20px;
	padding-left: 31px;
	/* padding-top: 50px; */
	box-sizing: border-box;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.63);
	line-height: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solution-right .revenue-list .revenue-item img {
	width: 42px;
	height: 42px;
	display: block;
	margin-right: 13px;
}

.solution-right .revenue-list .revenue-item .r-title {
	font-size: 24px;
	color: #000000;
	line-height: 36px;
	margin-bottom: 24px;
}

.solution-right .solution-detail-btn {
	display: block;
	width: 210px;
	height: 50px;
	background: #1791F8;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	margin: 60px auto 0;
	cursor: pointer;
}

.solution-case-pc {}

.solution-case-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	line-height: 112px;
	text-align: center;
	position: relative;
	padding-top: 120px;
	margin-bottom: 13px;
}

.solution-case-pc-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 19px;
	width: 280px;
	height: 36px;
	background: rgba(23, 145, 248, 0.1);
}

.solution-case-pc-text {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
	text-align: center;
}

.case-list {
	padding-top: 80px;
	padding-bottom: 120px;
}

.case-list .case-item {
	width: 465px;
	min-height: 450px;
	background: #F8F8F8;
	border-radius: 24px 24px 24px 24px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-sizing: border-box;
	position: relative;
	color: #000000;
	text-align: center;
	padding-bottom: 30px;
}

.case-list .case-item img {
	width: 72px;
	height: 72px;
	display: block;
	margin: 31px auto;
}

.case-list .case-item .case-item-name {
	font-size: 18px;
	height: 90px;
	box-sizing: border-box;
	margin: 0 auto;
	line-height: 25px;
	padding: 0 30px;
}

.case-list .case-item .inner {
	width: 399px;
	min-height: 187px;
	background: #FFFFFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 24px 24px 24px 24px;
	margin: 0 auto;
	padding: 30px 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case-list .case-item .case-item-title {
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 21px;
}

.case-list .case-item .case-item-text {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto;
	color: rgba(0, 0, 0, 0.6);
}


.solution-compare-pc {
	position: relative;
	z-index: 3;
	background: #F8F8F8;
}

.solution-compare-pc-title {
	font-weight: 600;
	font-size: 60px;
	color: #000000;
	text-align: center;
	line-height: 84px;
	position: relative;
	padding-top: 120px;
	margin-bottom: 30px;
}

.solution-compare-pc-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2px;
	width: 280px;
	height: 36px;
	background: rgba(23, 145, 248, 0.1);
}

.solution-compare-pc-text {
	font-size: 24px;
	color: #666666;
	line-height: 34px;
	text-align: center;
}

.compare-box {
	padding-top: 80px;
	padding-bottom: 120px;
}

.compare-box .compare-left {
	width: 468px;
	height: 616px;
}

.compare-box .compare-left .compare-left-top {
	width: 100%;
	height: 187px;
	background-image: url('../image/solution/solution_pc_img4.png');
	background-size: 100% 100%;
	font-weight: 600;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-box .compare-data {
	width: 468px;
	height: 429px;
	background: #FFFFFF;
	font-size: 24px;
	color: #666666;
	line-height: 80px;
	padding-top: 24px;
	box-sizing: border-box;
	border-radius: 0 0 30px 30px;
}

.compare-box .compare-data img {
	width: 28px;
	height: 28px;
	display: block;
	margin-left: 100px;
	margin-right: 16px;
}

.compare-box .compare-center {
	/* margin-left: 157px; */
}

.compare-box .compare-center img {
	width: 243px;
	height: 160px;
	display: block;
	margin-top: 38px;
	/* margin-bottom: 11px; */
	margin: 36px auto 11px;
}

.compare-box .compare-center .compare-center-name {
	font-size: 24px;
	color: #000000;
	line-height: 80px;
	padding-left: 67px;
	text-align: center;
}

.compare-box .compare-right {
	width: 468px;
	height: 616px;
}

.compare-box .compare-right .compare-data {
	color: #000000;
}

.compare-box .compare-right .compare-right-top {
	width: 100%;
	height: 187px;
	background-image: url('../image/solution/solution_pc_img6.png');
	background-size: 100% 100%;
	font-weight: 600;
	font-size: 48px;
	color: #FFFFFF;
	line-height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compare-box .compare-right .compare-data img {
	margin-left: 100px;
}

.compare-box .compare-right .compare-data .data-item {
	height: 80px;
	line-height: 36px;
}

.solution-four {
	width: 100%;
	position: relative;
	z-index: 3;
	color: #FFFFFF;
	padding: 120px 0;
}

.solution-four .inner {
	position: relative;
	min-height: 420px;
	background-image: url('../image/solution/solution_pc_img12.png');
	background-size: 100% 100%;
	padding: 0 200px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}

.solution-four .inner .four-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 67px;
	width: 840px;
}

.solution-four .inner .four-text {
	font-size: 18px;
	line-height: 25px;
	padding-top: 14px;
	padding-bottom: 47px;
	width: 840px;
}

.solution-four .inner .four-btn {
	min-width: 180px;
	padding: 0 16px;
	height: 60px;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 20px;
	cursor: pointer;
}

.solution-four .inner .four-btn+.four-btn {
	background: #FFFFFF;
	color: #1791F8;
	margin-left: 24px;
}

.solution-four .four-right {
	width: 280px;
	height: 280px;
	position: absolute;
	top: 78px;
	right: 190px;
	z-index: 1;
}

.solution-four .four-right img {
	width: 100%;
	height: 100%;
	display: block;
}