@charset "utf-8";
@media (max-width:1000px) {
	#productinfor { width: calc(100% - 217px); padding: 0 15px 30px; }
	#productlist { width: 95%; }
	#product1, #product2, #product3, #product4, #product5, #product6, #pagechange { width: 100%; height: auto; }
	
	#product1:before, #product1:after, #product2:before, #product2:after, #product3:before, #product3:after, #product4:before, #product4:after, #product5:before, #product5:after, #product6:before, #product6:after { content: ""; display: table; }
	#product1:after, #product2:after, #product3:after, #product4:after, #product5:after, #product6:after { clear: both; }
	#product1, #product2, #product3, #product4, #product5, #product6 { *zoom: 1; /*For IE 6&7 only*/ }
	
	#productlist .productintro { width: calc(100% - 140px); height: auto; }
	#positioninfor { width: 100%; height: auto; margin: 0 0 10px; padding: 5px 10px; text-indent: inherit; background: #4d65c7; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
	#pagechange { font-size: 16px; line-height: 1.5; }
	
	#product { width: 100%; }
}
@media (max-width:800px) {
	#productinfor, #pagechange { width: 100%; }
	
}