.margin{
	width: 1150px;
	margin: 0 auto;
}

.name{
	padding: 30px 0;
	/* font-size: 28px; */
	font-weight: bold;
}

.machineImg{
	text-align: center;
}

.machineImg img{
	width: 550px;
}

.machineImg-phone{
	width: 320px !important;
}

.imgMachine{
	width: 350px;
}

.introduceBottom{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.explain{
	text-align: center;
}

.content{
	font-size: 22px;
	text-align: center;
}

.content-phone{
	font-size: 13px;
}

.leftTitle {
	height: 5px;
	width: 180px;
	background-color: #237ef5;
	margin: auto 0;
	background-image: linear-gradient(to bottom right, #ffffff, #237ef5);
}

.rightTitle {
	height: 5px;
	width: 180px;
	background-color: #237ef5;
	margin: auto 0;
	background-image: linear-gradient(to bottom left, #ffffff, #237ef5);
}

