.productPage {
	width: 100%;
	background-color: rgba(247, 249, 248, 1);
}

.productTitle {
	width: calc(100% - 3.6rem);
	height: 0.4rem;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0.68rem 1.8rem 0.26rem;
}

.productType {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
}

.productType>img {
	width: 0.36rem;
	height: 0.36rem;
}

.productType>p {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(49, 49, 49, 1);
	line-height: 0.34rem;
	margin-left: 0.12rem;
}

.productContainer {
	background-color: rgba(255, 255, 255, 1) !important;
}

.product {
	background-color: rgba(255, 255, 255, 1) !important;
}

.communication {
	height: 100%;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	align-items: flex-end;
	margin-right: 0.1rem;
}

.communication>img {
	display: block;
	padding: 0 0.15rem;
}

.Bluetooth {
	width: 1.45rem;
	height: 0.38rem;
}

.NB-loT {
	width: 1.12rem;
	height: 0.4rem;
}

.WiFi {
	width: 0.84rem;
	height: 0.36rem;
}

.LTE {
	width: 1.15rem;
	height: 0.48rem;
}
