@charset "utf-8";
/* CSS Document */
@media screen and (max-width:1600px) {
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:1023px) {
}

@media screen and (max-width:850px) {
	.pro-detail .pp-intro .pp-item .title{
		padding: 0 2rem!important;
	font-size: 2rem!important;
	line-height: 2!important;
	}
	
	.pro-detail .pp-intro .pp-item .neirong{
		font-size: 1.6rem!important;
	}
	
	.pro-detail .pp-bottom .pp-item .title{
		padding: 0 2rem;
	font-size: 2rem;
	line-height: 2;
	}
	
	.pro-detail .pp-bottom .pp-item .neirong{
		font-size: 1.6rem;
	}
}

@media screen and (max-width:767px) {
}

@media screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
	.pro-detail .pp-intro .pp-item .title{
		padding: 0 2rem!important;
	font-size: 1.8rem!important;
	line-height: 2!important;
	}
	
	.pro-detail .pp-intro .pp-item .neirong{
		font-size: 14px!important;
	}
	
	.pro-detail .pp-bottom .pp-item{
		width: 100%;
	}
	
	.pro-detail .pp-bottom .pp-item .title{
		padding: 0 2rem;
	font-size: 1.8rem;
	line-height: 2;
	}
	.pro-detail .pp-bottom .pp-item .neirong{
		font-size: 1.4rem;
		padding-left: 0;
	padding-right: 0;
	}
}

