* {
	padding: 0;
	margin: 0;
}
html,
body {
	/*width: 375px;*/
	overflow-x: hidden;
}
.header {
	width: 100%;
	height: 44px;
	position: relative;
}

.header img {
	position: absolute;
	left: 15px;
	top: 15px;
	width: 17px;
	height: 16px;
}

.header div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 192px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

.banner {
	width: 100%;
	/* height: 56vh; */
	/* background-size: cover; */
}
.banner img {
	width: 100%;
}

.price {
	width: 100%;
	height: 146px;
	position: relative;
	font-size: 12px;
}

.price img {
	position: absolute;
	top: 25px;
	left: 15px;
	width: 54px;
	height: 19px;
}

.gap {
	background: #fafafa;
	width: 100%;
	height: 10px;
}

.container {
	width: 100%;
	overflow: hidden;
}

.container h2 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-top: 20px;
	margin-left: 15px;
}

.container p {
	font-size: 15px;
	font-weight: 400;
	color: #666;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
