* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

.weizhi-div {
    width: 100%;
	/*max-width: 1920px;*/
	height: 60px;
	margin: 0 auto;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
}

.weizhi-span {
	font-size: 18px;
	color: #666666;
	margin-left: 200px;
}




.chanpin-div {
	max-width: 1920px;
	width: 100%;
	padding: 46px 262px 91px 259px;
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	gap: 75px;
}

.div-biaoti {
	margin: 0 auto;
	font-size: 48px;
}

.div-neirong {
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.img-div {
	position: relative;
}

.chanpin-img {
	width: 100%;
	object-fit: cover;
}

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
}

.img-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}



@media (max-width: 1280px) and (min-width: 768px) {
	.weizhi-div {
		max-width: 1280px;
		height: 60px;
		margin: 0 auto;
		background-color: #F5F5F5;
		display: flex;
		align-items: center;
	}

	.weizhi-span {
		font-size: 16px;
		color: #666666;
		margin-left: 100px;
	}
	
	.chanpin-div {
		max-width: 1280px;
		width: 90%;
		padding: 0;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		gap: 80px;
		margin-bottom: 80px;
	}
	
	.div-biaoti {
		margin: 0 auto;
		font-size: 24px;
	}
	
	.div-neirong {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 20px;
	}
	.img-div {
		position: relative;
	}
	
	.chanpin-img {
		width: 80%;
		object-fit: cover;
	}
	
	.gradient-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 120px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
	}
	
	.img-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}


}


@media (max-width: 767px) {
	.weizhi-div {
		max-width: 767px;
		height: 30px;
		margin: 0 auto;
		background-color: #F5F5F5;
		display: flex;
		align-items: center;
	}

	.weizhi-span {
		font-size: 10px;
		color: #666666;
		margin-left: 20px;
	}
	
	
	
	
	
	.chanpin-div {
		max-width: 767px;
		width: 90%;
		padding: 0;
		display: flex;
		margin: 0 auto;
		flex-direction: column;
		gap: 40px;
	}
	
	.div-biaoti {
		font-size: 18px;
	}
	
	.div-neirong {
		width: 100%;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}
	.img-div {
		position: relative;
	}
	
	.chanpin-img {
		width: 80%;
		object-fit: cover;
	}
	
	.gradient-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 80px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1), transparent);
	}
	
	.img-text {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #000;
		font-size: 6px;
		font-weight: 400;
		text-align: center;
		z-index: 2;
	}
}