.solution-items-wrap[data-v-6vp7VndR] {
	font-size: 14px;
	background-color: #fff;
}
.solution-items-wrap .header-title[data-v-6vp7VndR] {
	font-weight: 600;
	font-size: 32px;
	line-height: 45px;
	color: #333;
	text-align: center;
	padding-top: 58px;
	padding-bottom: 60px;
}
.solution-items-wrap-box[data-v-6vp7VndR] {
	width: 1180px;
	margin: 0 auto;
}
.solution-items-wrap-box .solution-item-body[data-v-6vp7VndR] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 58px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 280px;
}
.solution-items-wrap-box .solution-item-body[data-v-6vp7VndR]:last-child {
	margin-bottom: 160px;
}
.solution-items-wrap-box .solution-item-body .text-box[data-v-6vp7VndR] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 40px;
}
.solution-items-wrap-box .solution-item-body .text-box .main-title[data-v-6vp7VndR] {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}
.solution-items-wrap-box .solution-item-body .text-box .main-sub-title[data-v-6vp7VndR] {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}
.solution-items-wrap-box .solution-item-body .text-box .text-item[data-v-6vp7VndR] {
	padding-left: 20px;
	line-height: 28px;
	color: #333;
	position: relative;
}
.solution-items-wrap-box .solution-item-body .text-box .text-item[data-v-6vp7VndR]:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #3e3e3e;
	border-radius: 50%;
	border: 3px solid #ccc;
	top: 10px;
	left: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.solution-items-wrap-box .solution-item-body .text-box .text-item-title[data-v-6vp7VndR] {
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.solution-items-wrap-box .solution-item-footer[data-v-6vp7VndR] {
	margin-top: 30px;
}
.btn-dialog-wrap {
	font-size: 0;
}
.solution-button {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	-webkit-transition: .1s;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
}
.solution-button--primary {
	color: #fff;
	background-color: #409eff;
	border-color: #409eff;
}
.btn-dialog-wrap .solution-button {
	width: 180px!important;
	padding: 12px 32px;
	height: 48px;
	margin-bottom: 0;
}
.btn-dialog-wrap .solution-button {
	background-color: #4c6aff;
	width: 160px;
	height: 44px;
	border: none;
}
.btn-dialog-wrap .solution-button:hover {
    background: #7088ff;
}
.solution-items-wrap-box .solution-item-footer[data-v-6vp7VndR] .solution-button {
	height: 50px;
	margin-bottom: 0;
}
.btn-dialog-wrap .solution-button span {
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn-dialog-wrap .solution-button span {
	font-size: 16px!important;
	font-weight: 400;
}
.solution-items-wrap-box .solution-item-body .item-img[data-v-6vp7VndR] {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}