.quality-page {
	padding: .17rem 0 .73rem;
}
.quality-page .quality-page-title {
	margin-bottom: .37rem;
	font-family: ITC Avant Garde Gothic LT Book;
	font-size: .32rem;
	position: relative;
	line-height: 1.11rem;
	font-weight: bold;
}
.quality-page .quality-page-title::after {
	content: '';
	width: 1rem; height: 2px;
	background-color: #bfbfbf;
	position: absolute;
	bottom: 0; left: 0;
}
.quality-page .description {
	font-family: Calibri;
	font-size: .16rem;
	color: #5a5a5a;
	line-height: .24rem;
}
.quality-page .description p {
	display: block;
}
.equipment {
	margin-top: .98rem;
	position: relative;
}
.equipment .top::after {
	content: '';
	width: 0; height: 0;
	display: block;
	clear: both;
}
.equipment .top .left-img {
	float: left;
	width: 6.4rem; height: 3.22rem;
	border: 1px solid #39c5bb;
	box-sizing: border-box;
}
.equipment .top .right {
	width: 50%;
	padding: 0 .4rem;
	box-sizing: border-box;
	float: right;
	text-align: left;
}
.equipment .top .right .equipment-title {
	margin-bottom: .3rem;
	padding-bottom: .14rem;
	font-size: .32rem;
	color: var(--mainColor);
	position: relative;
	line-height: 2;
	font-family: ITC Avant Garde Gothic LT Book;
	font-weight: bold;
}
.equipment .top .right .equipment-title::after {
	content: '';
	width: .35rem; height: 2px;
	background-color: #bfbfbf;
	position: absolute;
	bottom: 0; left: 0;
}
.equipment .top .right p {
	font-size: .18rem;
	font-family: Calibri;
	color: #5a5a5a;
}
.equipment .bottom .img {
	margin-top: .3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.equipment .bottom .img img {
	width: 100%; height: 3rem;
	box-sizing: border-box;
	object-fit: cover;
}
.equipment .bottom .pic-name {
	margin-top: .05rem;
	font-size: .16rem;
	text-align: center;
	width: 100%;
	line-height: 2;
}
.equipment .iconfont {
	font-size: .6rem;
	color: var(--mainColor);
	position: absolute;
	top: calc(50% + 1.5rem); right: -6%;
	width: .64rem;
	outline: none;
	cursor: pointer;
}
.equipment .icon-back {
	left: -6%;
}

@media screen and (max-width: 768px) {
.quality-page .quality-page-title {
	font-size: .24rem;
	line-height: .8rem;
}
.equipment {
	margin-top: .4rem;
}
.equipment .top .left-img {
	width: 100%; height: 2.5rem;
	display: none;
}
.equipment .top .left-img img {
	width: 100%; height: 100%;
	object-fit: cover;
}
.equipment .top .right {
	padding: 0;
	width: 100%;
	float: left;
	text-align: left;
}
.equipment .top .right .equipment-title {
	padding-bottom: .04rem;
	margin: .1rem 0;
	font-size: .24rem;
}
.equipment .top .right .equipment-title::after {
	left: 0;
}
.equipment .top .right p {
	font-size: .16rem;
}
.equipment .iconfont {
	z-index: 1;
	font-size: .36rem;
	width: .35rem; height: .66rem;
	line-height: .66rem;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	top: 60%; right: 0;
}
.equipment .icon-back {
	left: 0;
}
}
