@media screen and (max-width: 1200px) and (min-width: 900px){
	.scrap{
		width: 976px;
	}
	#banner .mariWrapper{
 	    width: 976px;
 	}
 	#banner a.arrow-left,#banner a.arrow-right{
		display: none;
 	}
 	#banner .prod {
		bottom: 0px;
		left: 24%;
	}
	#banner .img_pad {
	  display: block;
	  width: 100%;
	  /*position: relative;*/
	}
	#banner .img,
	#banner .img_m {
	  display: none;
	}
	.related .txtbox{
		width:36%;
		padding-right:1%;
		padding-left:0;
	}
	.related .imgbox{
		padding-left:10px;
	}
	.related .imgbox .img_pad{
		display: block;
	}
	.related .imgbox .img_pc,.related .imgbox .img_mobile{
		display: none;
	}
	.related .imgbox_pc,.related .imgbox_m{
		display: none;
	}
	.related ul li{
		line-height: 20px;
	}
	.related .imgbox_pad{
		display: table-cell;
	}
	.related .imgbox_pad a,.related .imgbox_pad img{
		width:98%;
	}
	.related .imgbox_pad a{

	}
	/*prodInfoWrapper css*/
	.prodInfoWrapper{
		width: 976px;
	}

	.prodInfoWrapper .prodCateRight .CateNames .plfs .option{
		min-width: 100%;
	}
	.prodInfoWrapper .prodCateRight .CateNames .xscp .option{
		min-width: 100%;
	}
	.prodInfoWrapper .prodCateRight .allProds ul li{
	    padding: 40px 15px;
	    width: 50%;
	}
	.prodInfoWrapper .prodCateRight .allProds ul li.noPadding{
   		padding-right: 46px!important;
 	}
 	.prodInfoWrapper .allProds .pageNum{
 		width:664px;
 	}

 	/*related css*/
 	.related{
 	  width:100%;
 	  padding: 25px 15px;
 	}
 	
}