body{background:#e9e9e9;
}
/*产品列表左侧菜单栏*/
.product_left{
	position: fixed;
	left: 0;
	top:70px;
	padding: 20px 0;
	width: 273px;
	height: 100%;
	color: #FFFFFF;
	background-color: #545454;
	z-index: 1;
	/*background: url(../images/png.png) repeat;*/
}
.left_con{
	 padding: 0;
        margin: 0;
        position: fixed;
        z-index: 8;
        top:70px;
        bottom:0;
        left:0;
        width: 273px;
        overflow-y: scroll;
        overflow-x: visible;
}
.product_left li{
	position: relative;
	margin: 10px auto;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
}
.product_left li a{display:block;color: #FFFFFF;padding: 0 20px ;margin-left: 40px;width:80px;}
.product_left .pro_left_tit{ color: #FFFFFF;}
.product_left li a:hover{border-radius: 10px; background: url(../images/png.png);}
.pro_left_tit,.pro_right_tit{  font-size: 15px; color: #FFFFFF; background: url(../images/png.png) repeat;
border-right: 3px solid #ff8600; height: 40px; line-height: 40px; padding-left: 58px;}
.product_left li span{display:inline-block;margin-right: 10px; }
.pro_right_tit p,.pro_left_tit p{ position: relative;}
.product_left li.log1 span{ width:15px; height:15px;background: url(../images/product/pro_left_log.png) no-repeat 0 0; }
.product_left li.log2 span{ width:15px; height:15px;background: url(../images/product/pro_left_log.png) no-repeat -16px 0; }
.product_left li.log3 span{ width:15px; height:16px;background: url(../images/product/pro_left_log.png) no-repeat 0 -16px; }
.product_left li.log4 span{ width:15px; height:18px;background: url(../images/product/pro_left_log.png) no-repeat -16px -16px; }
.product_left li.log5 span{ width:15px; height:17px;background: url(../images/product/pro_left_log.png) no-repeat 0 -33px; }
.newP{position: absolute; left:15px;top:12px; display:inline-block;width:40px;height: 15px; background: url(../images/product/new.jpg) no-repeat;}
/*产品列表右侧联盟赢收排行榜*/
.product_right{
	position: fixed;
	right: 0;
	top: 70px;
	width: 273px;
	height: 2000px;
	padding: 20px 0;
	background:#545454;
}
.product_right li{ 
	position: relative;
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	font-size: 15px;
	color: #FFFFFF;
	cursor: pointer;
}
.pro_right_tit{
	border: none; border-left: 3px solid #ff8600;
}
.product_right li .pro_num{position: absolute;font-size: 18px; }
.product_right li .pro_img{ position: absolute;left: 65px; line-height: 80px; }
.product_right li .pro_img img{ margin-top: 20px;}
.product_right li .pro_info{ position: absolute; height: 80px;left:125px;}
.product_right li .pro_info h2{ line-height: 40px;  margin-top: 10px;}
.star{width: 74px; background:url(../images/product/star_bg.png) no-repeat; height:12px;}
	.star1{width: 74px; background:url(../images/product/star.png) no-repeat; height:12px;}
/*中间产品列表*/
.product_center{position: absolute;left: 300px;right:250px;top: 0;}
.product_center a{ color: #000000;}
.product_center ul{ position: absolute; top: 160px; left: 20px; right: 80px; }
.product_center ul li{position: relative; overflow: hidden; float: left; background: #FFFFFF url(../images/loading.gif) no-repeat center center;
 margin:15px 6px; width: 160px; height: 245px;padding: 2px 0; box-shadow:0px 2px 5px #81807E ;}
.product_center .center_img img{width: 130px; height: 130px; margin:15px;}
.product_center .center_info{ width: 130px; margin: 0 auto; font-size: 12px;line-height: 18px;}
.center_info .info_tit{ font-size: 14px;  margin-bottom: 5px;}
.center_info .info_second span{ display: inline-block; color: #959595;}
.center_info .info_third{ color: #ca2828; }
.li_mask{ position: absolute; left: 0; top:-150px; width: 100%; background: #000000; height:150px; text-align: center; 
line-height: 150px; color: #FFFFFF;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7000000,endColorstr=#7000000);
	background:rgba(0, 0, 0, 0.7)!important;
	filter:Alpha(opacity=70);}
	
.selected{border: 1px solid #FF7F18;background: url(../images/png.png) repeat; border-radius: 10px;}

@media only screen and (max-width: 1300px) {
	.product_right{display: none;}
	.product_center ul{ right: 0px;left: 0; }
	.product_center{right: 50px;left: 280px;}
}