.productlist3 .item{ width:32%; float:left; box-sizing:border-box;border-radius: 6px;border: solid 3px #f4e5d3; background:#f3efea; padding:15px;}
.productlist3 .item:nth-child(3n+2){ margin-left:2%; margin-right:2%;}
.productlist3 .item .imgbox{ position:relative;width:220px; height:220px; overflow:hidden; margin:0 auto;}
.productlist3 .item .imgbox img{width: 100%;}
.productlist3 .item .imgbox .score{ background:url(/public/img/product/biaoqian.png?0507); width:74px; height:70px; position:absolute; right:0px; top:0px;color: #7c5233; font-weight:bold; text-align:center;padding-top: 12px;background-size: 74px auto;}
.productlist3 .item .title{ height:3em; overflow:hidden;margin-top:6px;}
.productlist3 .item .other1{ height:20px; line-height:20px;margin-top: 10px;}
.productlist3 .item .other1 .price{color: #ff0000;}
.productlist3 .item .other1 .num{color: #9b9a9a; float:right;}
.productlist3 .item .other1:after{ content:""; clear:both; display:block;}
.productlist3 .item .other2{ height:27px; line-height:27px;margin-top: 6px;}
.productlist3 .item .other2 .wname{color: #9b9a9a; display:inline-block; width:100%;}
.productlist3 .item .other2 a.wname:hover{ color:#F60;}
.productlist3 .item .other2 .blogo{float: right;}
.productlist3 .item .other2 .blogo img{ width:61px; height:27px;}
.productlist3 .item .other2:after{ content:""; clear:both; display:block;}
.productlist3 .item .look{ display:block;border-radius: 6px; text-align:center; background:#cc3333;line-height: 2.2em;margin-top: 10px;}
.productlist3 .swipe{ padding-bottom:40px;}