.content {
	padding: 72px 0 0;
}

.product-1 {
	padding: 45px 0;
	background-color: #FAFAFA;
}

.device-title {
	text-align: center;
	margin: 0;
	padding-bottom: 45px;
}

.device-list-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.device-list {
	margin-bottom: 10px;
	padding: 45px 0;
	width: 23%;
	background-color: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #E2E2E2;
	transition: all .3s linear;
}

/* .device-list:hover {
	transform: translateY(-5px);
	border: none;
	box-shadow: 0 3px 16px 0 rgba(0,0,0,.1);
} */

.device-list>img {
	height: 130px;
}

.device-list>h4 {
	font-size: 16px;
	margin-top: 45px;
	color: #000000;
	font-weight: 600;
}

.device-list>p {
	margin: 0;
}

.device-des {
	font-size: 14px;
	color: #666666;
}

.device-des.sec {
	padding-bottom: 30px;
}

.device-detail-btn {
	border-radius: 4px;
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #E0E0E0;
	cursor: pointer;
	color: #666666;
}

.device-detail-btn:hover {
	border: none;
	background-color: #1AB8F1;
}
.device-detail-btn:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.product-2 {
	padding: 45px 0;
}

.product-2 .tit {
	color: #333333;
	font-size: 26px;
	text-align: center;
}

.product-2 .des {
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-bottom: 45px;
}

.device-banner {
	position: relative;
	height: 353px;
	background-image: url(https://cdn.xu5g.com/wg_v2_device_banner.png);
	background-size: cover;
}

.device-banner>div {
	position: absolute;
	top: 50%;
	left: 157px;
	transform: translateY(-50%);
}

.banner-des {
	color: #333333;
	/* font-size: 16px; */
	margin: 30px 0;
}

.banner-btn {
	cursor: pointer;
	display: inline-block;
	padding: 8px 20px;
	background-color: #1AB8F1;
	color: #FFFFFF;
	border-radius: 4px;
}

.banner-btn:hover {
	background-color: rgb(78, 211, 255);
}

@media (max-width:768px) {
	.device-list-wrap {
		display: block;
	}

	.device-list {
		width: 95%;
		margin: 20px auto;
	}

	.device-banner>div {
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
