.top-nav .album {
	position: absolute;
	top: .3rem; right: .6rem;
	padding: 0 0 0 .3rem;
}
.top-nav .album .iconfont {
	margin-left: .1rem;
	color: var(--mainColor);
	font-size: .16rem;
	font-weight: bold;
}
.content .right-content li {
	margin-bottom: .7rem;
}
.content .right-content h3 {
	margin-bottom: .2rem;
	font-size: .24rem;
	color: var(--mainColor);
	display: block;
}
.content .right-content p {
	margin-bottom: .1rem;
	font-size: .16rem;
	color: #757373;
	line-height: 1.5;
	letter-spacing: -.8px;
}
.content .right-content .img {
	margin-top: .1rem;
	width: 100%;
	position: relative;
	cursor: pointer;
}
.content .right-content .img::after {
	content: '\e615';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	font-family: iconfont;
	font-size: .64rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
	opacity: 0;
	transition: opacity .4s ease-in-out;
	pointer-events: none;
}
.content .right-content .img:hover::after {
	opacity: 1;
}
.content .right-content .img img {
	max-width: 100%;
}
.product-customer {
	border-top: 1px solid #cbcaca;
}
.product-customer .index-customer {
	padding: .1rem 0 .8rem;
}
@media screen and (max-width: 768px) {
.content .right-content h3 {
	margin-bottom: .2rem;
	font-size: .24rem;
}
.content .right-content p {
	font-size: .18rem;
	text-align: justify;
}
.content .right-content .img {
	margin-top: .2rem;
}
.content .right-content li {
	margin-bottom: .6rem;
}
.product-customer .index-customer .main {
	padding: 0 6%;
}

}
