/*移动端*/
@media only screen and (max-width: 640px){
	header{height: auto;}
	header>img{width: 100%;display: block;}
	#pro-list{width: 95%;padding-top: .37rem;display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0px auto;}
	.pro-list-item{margin-bottom: .48rem;width: 48%; border-radius: 0.3rem;text-align: center;}
	.pro-list-item>p:first-of-type{margin: 0.15rem 0;font-weight: bold; font-size:0.28rem;}
	.pro-list-item>p:last-of-type{font-size: 0.25rem;color: #666666;margin: 0.1rem 0;font-family:SimHei,Microsoft YaHei}
	.pro-list-item>img{width: 100%;border-radius: 0.3rem;}
	.pro-list-item-btn>span{color: #FFFFFF;background: #ffa3b6;display: inline-block;text-align: center;font-size: .2rem;padding: 0.1rem;}
	.pro-list-item-btn:hover span{color: #ffa3b5; background: #fff; box-shadow: 2px 3px 10px 2.5px #ffe5ea;}
}