body{
	background: #f8fafe;
}
.t{
	padding-top: 114px;
	margin-bottom: 10px;
	font-size: 48px;
	text-align: center;
	color: #333333;
	line-height: 67px;
}
.i{
	font-size: 26px;
	text-align: center;
	color: #333333;
	line-height: 37px;
	margin-bottom: 53px;
}
.s{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s .model{
	width: calc(50% - 20px);
	background: #ffffff;
	border: 1px solid #f6f5f5;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.s .model .icon{
	height: 30px;
	width: auto;
	margin-top: 40px;
	margin-bottom: 30px;
}
.s .model .name{
	height: 33px;
	font-size: 24px;
	font-weight: 500;
	color: #333333;
	line-height: 33px;
	margin-bottom: 4px;
}
.s .model .info{
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-bottom: 30px;
}
.s .model .btns{
	display: flex;
	justify-content: space-around;
	width: 100%;
	text-align: center;
}
.s .model .btns .btn1{
	width: calc(50% - 60px);
	margin-left: 50px;
	margin-right: 10px;
	height: 46px;
	line-height: 46px;
	background: #3170ff;
	border-radius: 8px;
	color: #ffffff;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
}
.s .model .btns .btn1:hover{
	background: #518cff;
}
.s .model .btns .btn2{
	width: calc(50% - 60px);
	margin-left: 10px;
	margin-right: 50px;
	height: 46px;
	line-height: 46px;
	border-radius: 8px;
	color: #3170ff;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #3170ff;
	font-weight: 500;
}
.s .model .btns .btn2:hover{
	border: 1px solid #518cff;
	color: #518cff;
}
.s .model .btns .btn3{
	width: calc(100% - 100px);
	height: 46px;
	line-height: 46px;
	border-radius: 8px;
	color: #ffffff;
	background: #3170ff;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
}
.s .model .btns .btn3:hover{
	background: #518cff;
}
@media (max-width:1050px) {
	.t{
		font-size: 36px;
		margin-bottom: 15px;
	}
	.i{
		font-size: 16px;
		margin-bottom: 55px;
	}
	.width1000{
		width: auto;
	}
	.width1000 .s .model{
		width: calc(100% - 30px);
		margin-left: 15px;
	}
	.width1000 .s .model .icon{
		width: 25px;
		height: auto;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.width1000 .s .model .name{
		font-size: 21px;
		margin-bottom: 6px;
	}
	.width1000 .s .model .info{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.width1000 .s .model .btns{
		justify-content: center;
	}
	.width1000 .s .model .btn1,.width1000 .s .model .btn2{
		margin: 0;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		width: calc(50% - 25px);
	}
	.width1000 .s .model .btn1{
		margin-right: 5px;
	}
	.width1000 .s .model .btn3{
		margin: 0;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		width: calc(100% - 40px);
	}
}