@charset "utf-8";
	/*产品*/
	.products{float:left;width:270px;height:500px;margin-right:17px;margin-bottom:20px;background:#fff;border-radius:0 0 4px 4px;border:0px solid transparent;}
	.products:nth-last-of-type(1){margin-bottom:-150px;}
	.products:hover{border-color:#ffffff;box-shadow:0 20px 24px  -10px rgba(0,0,0,0.2);}
	.products:hover .photo.photoscroll img{transform:translatey(-100%);bottom:-330px;transition:all 1.2s linear;}
	.products .photo{width:263px;height:350px;overflow:hidden;margin-bottom:5px;position:relative;background:#282828 url(../static/images/thumb-ing.gif) no-repeat center top;display:block;}
	.products .photo img{height:auto;transition:all 1s linear;position:relative;transform:translatey(0);bottom:0px;}
	.products .photo ._tip{position:absolute;bottom:-30px;left:0px;right:0px;color:#fff;text-align:center;height:29px;line-height:29px;font-size:14px;background:rgba(155,68,179,0.8);z-index:1500;}
	.products .photo ._tipbg1{background:rgb(0 110 255);}
	.products .photo ._tipbg2{background:rgba(187,139,79,0.8);}
	.products:nth-child(4n){margin-right:0;}
	.products ._price{float:left;height:36px;line-height:36px;font-size:17px;color:#9b43b3;margin-left:8px;}
	.products ._seeCount{float:right;margin-top:10px;margin-right:8px;text-decoration:none;color:#999999;}
	.products h5{height:21px;line-height:1.75;clear:both;overflow:hidden;font-size:13px;margin-right:8px;margin-bottom:3px;margin-left:8px;text-overflow:ellipsis;white-space:nowrap;}
	.products time{float:right;margin-right:8px;color:#c7c7c7;font-size:12px;line-height:20px;}
	.products p{line-height:20px;font-size:12px;color:#c7c7c7;margin-bottom:15px;margin-left:8px;}
	.products .keys{padding-top:14px;padding-right:9px;padding-bottom:14px;padding-left:9px;border-top:1px solid #eeeeee;}
	.products .keys .icon_key01,.products .keys .icon_key02{float:right;}
	.products .keys span{width:16px;text-align:center;color:#fff;margin-right:1px;background-color:#282828;border-radius:3px;display:inline-block;}
	.products .photocenter{background:#fff;}
	.products .photocenter::after{height:100%;width:0;overflow:hidden; font-size:0;line-height:0;display:inline-block;vertical-align:middle;content:"";}
	.products .photocenter img{ position:static!important;display:inline;left:auto;top:auto;width:auto;height:auto;max-width:100%;max-height:100%;}
	/*品牌列表*/
	 .brandList{float:left;width:100%;}
	.brandList li{float:left;width:228px;height:162px;margin-right:2px;margin-bottom:6px;border-radius:5px;overflow:hidden;background:#000;}
	.brandList li:nth-child(6n){margin-right:0px;}
	.brandList li .photo{width:100%;height:100%;overflow:hidden;display:block;position:relative;border-radius:5px;}
	.brandList li .photo img{width:100%;height:100%;}
	.Tab_content{width:270px;margin-left:auto;margin-right:auto;max-width:1380px;}
	.Tab_content::after{content:"";display:block;clear:both;}

