/* 平台功能 */
.platform_features>h5{
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	color: #1a1c1d;
	line-height: 8rem;
	font-weight: bold;
	text-align:left; 
}
.platform_features h6{
	font-family: SourceHanSansCN-Bold;
	font-size: 2rem;
	line-height: 5rem;
	letter-spacing: 0.02rem;
	color: #444444;
	text-align:left;
	font-weight: bold;
}
.platform_features p{
	font-family: SourceHanSansCN-Normal;
	font-size: 2.2rem;
	line-height: 3.6rem;
	color: #444444;
	text-align:left; 
}

/* 平台架构图 */
.platform_architecture>h5{
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	color: #1a1c1d;
	line-height: 8rem;
	font-weight: bold;
}

.platform_architecture img{
	width: 65.6rem;
	margin-bottom: 3rem;
}


/* 应用场景 */

.scene>h5 {	
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	color: #1a1c1d;
	line-height: 8rem;
	font-weight: bold;
}


.scene_box {
	display: flex;
	flex-wrap: wrap;
}

.scene_item {
	width: 21.4rem;
	height: 19.3rem;
	background-color: #eeeeee;
	margin-right: 0.7rem;
	margin-bottom: 0.7rem;
	text-align: center;
}

.scene_item img {
	width: 21.4rem;
	height: 15.8rem;
}

.scene_item p {
	line-height: 3rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	color: #1a1c1d;
}

.scene_item:nth-child(3n) {
	margin-right: 0;
}
/* 表单 */
.product_form_box{
/*	width: 75rem;*/
	margin-top: 2.4rem;
}
.product_form{
	text-align: center;
}
.form_text_box{
	width: 65.5rem;
	height: 7.6rem;
	padding: 1.75rem 3rem;
	background-color: #eeeeee;
	display: flex;
	justify-content: space-between; 
}
.form_text_box input[type="text"]{
	width: 19.5rem;
	height: 4.1rem;
	background-color: #ffffff;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 4.1rem;
	color: #5e5e5e;
	padding:0 1em ;
}

.product_form input[type="button"]{
	width: 17.7rem;
    height: 6rem;
    background-color: #0068b7;
    border-radius: 360px;
    font-family: SourceHanSansCN-Regular;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #ffffff;
    margin: 3rem 0;
}
