.bg-one {
	background: #6046E8;
	position: relative;
	overflow: hidden;
}
.retail {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
nav>ul li:nth-child(2)::after {
	content: '';
	width: 40px;
	height: 2px;
	background: #7C7C7C;
	border-radius: 1px;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 20px);
}
.life {
	/* display: flex; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%
}

.l-left {
	width: 46%;
	display: flex;
	justify-content: flex-end;
	/* margin-top: 313px; */
}

.l-title {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
}

.l-t {
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 27px;
}

/*--------------------------------------第二部分--------------------------------------------------*/
.platform-detail {
	padding: 116px 0 122px 0;
	background: #F3F3F3;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-d-title {
	font-size: 34px;
	font-weight: bold;
	color: #217AF0;
}

.p-d-t {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	margin-top: 25px;
}

.p-d-all {
	display: flex;
	align-items: center;
	width: 100%;
}

.p-d-all>div {
	width: 38%;
	height: 240px;
	background: #FFFFFF;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 71px;
}

.p-d-all>div>div>div:first-child {
	font-size: 20px;
	font-weight: 500;
	color: #666666;
}

.p-d-all>div>div>div:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	margin-top: 22px;
}

.p-d-all>img {
	transform: translateX(-8%);
}

.p-d-all>ul {
	list-style-type: none;
}

.p-d-all>ul>li {
	margin-top: 23px;
}

.p-d-all>ul>li>div:first-child {
	display: flex;
	align-items: center;
}

.p-d-all>ul>li>div>span:first-child {
	display: block;
	width: 10px;
	height: 10px;
	background: #217AF0;
	margin-right: 16px;
}

.p-d-all>ul>li>div>span:last-child {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.p-d-all>ul>li>div:last-child {
	font-size: 18px;
	font-weight: 400;
	color: #777777;
	margin-top: 10px;
	padding-left: 26px;
}

.p-data {
	display: flex;
	width: 100%;
	margin-top: 107px;
}

.p-data>div {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.p-data>div>div:nth-child(1) {
	font-size: 50px;
	font-weight: bold;
	color: #217AF0;
}

.p-data>div>div:nth-child(2) {
	font-size: 18px;
	font-weight: 500;
	color: #444444;
	margin-top: 20px;
}

.p-data>div>div:nth-child(3) {
	s font-size: 14px;
	font-weight: 400;
	color: #777777;
	margin-top: 24px;
	text-align: center;
}
