/*给div设置背景图片，并且div的大小由背景图片撑开 start*/
	.content .solution-details-banner-wrapper {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		background: #fff url(../img/solution/202307040837.jpg) no-repeat 50% 50%;
		background-size: 100% auto;
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/

		display: -webkit-flex; /* Safari */
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.content .solution-details-banner-wrapper:before {
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 start*/
		content:"";
		display: block;
		padding-bottom: 31.25%; /*背景图片高宽比, 比如背景图高为900px,宽为1920像素,高宽比为46.875%*/
		/*给div设置背景图片，并且div的大小由背景图片撑开 样式 end*/
	}
/*给div设置背景图片，并且div的大小由背景图片撑开 end*/
.content .solution-details-banner-wrapper .title-description-wrapper {
	
}
.content .solution-details-banner-wrapper .title-description-wrapper .title {
	color: #fff;
    font-size: 5rem;
    font-family: SimHei;
    text-align: center;
}
.content .solution-details-banner-wrapper .title-description-wrapper .description {
	color: #fff;
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 10rem;
}


.content .mbx-wrapper {
	padding-top: 3rem;
    padding-bottom: 3rem;
    font-size: 1.4rem;
}
.content .mbx-wrapper .mbx {
	background: #F6F6F8;
    padding: 1rem;
    border-radius: 0.5rem;
}


.content .details-wrapper .title {
	text-align: center;
	font-size: 1.8rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
.content .details-wrapper .content-details {
	font-size: 1.6rem;
	line-height: 3rem;
	margin-bottom: 2.5rem;
	text-indent:3.2rem;
}

.content .solution-details-width {
	width: 146rem;
}



.content .p-n-wrapper .p-n {
	background: #F6F6F8;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.content .p-n-wrapper .p-wrapper a,.content .p-n-wrapper .n-wrapper a {
	display: inline-block;
	height: 3.8rem;
    line-height: 3.8rem;
    border: 0.1rem solid transparent;
    padding: 0 1.8rem;
    font-size: 1.4rem;
    border-radius: 10rem;
}
.content .p-n-wrapper .p-wrapper div,.content .p-n-wrapper .n-wrapper div {
	display: inline-block;
	vertical-align: middle;
	width: 50rem;
}
.content .p-n-wrapper .n-wrapper {
	text-align: right;
}