.cq_item p img{
	width: 1rem;
	height: auto;
	margin-right: 0;
}
.qh_img1{
	display: block !important;
}
.qh_img2{
	display: none !important;
}
.cq_active .qh_img1{
	display: none !important;
}
.cq_active .qh_img2{
	display: block !important;
}
@media (max-width: 768px) {
   .cq_item p img {
       width: 0.7rem;
       height: auto;
   }
}

