.title {
	display: flex;
	width: 600px;
	margin: 20px auto;
	margin-bottom: 5px;
	height: 40px;
	justify-content: space-between;
}

.introduce {
	background: #f1f1f2;
	padding-top: 20px;
}

.top-word {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	width: 1200px;
	margin: 0 auto;
}

.productImg {
	text-align: center;
	margin: 30px 0 50px 0;
}

.characteristic {
	background: #237ef5;
	height: 50px;
	font-size: 28px;
	color: #ffffff;
	line-height: 50px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}

.list {
	margin: 0 auto;
	width: 1200px;
	margin-top: 40px;
	display: flex;
	align-items: center;
}

.list span {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	margin-left: 20px;
}

.span-phone {
	font-size: 16px;
	line-height: 25px;
}

.list img {
	width: 80px;
	height: 80px;
}

.bottomContent {
	padding-bottom: 40px;
}

.software {
	background: #f1f1f2;
	margin-top: 20px;
	padding: 40px 0;
}

.name {

	font-size: 32px;
	font-weight: bold;

}

.margin{
	width: 1200px;
	margin: 0 auto;
}

.font {
	font-size: 16px !important;
	line-height: 25px !important;
	/* margin-top: 20px; */
	width: auto !important;
}
