.votecol2 .itembox{counter-reset: li;padding:10px 10px 20px 10px; overflow:hidden;}
.votecol2 .itembox .item{padding:24px 0px; border-bottom:1px solid #eee; position:relative; width:46%; margin-left:2%; margin-right:2%; float:left; display: flex;align-items: center;}
.votecol2 .itembox .item .num{width:28px; height:33px; line-height:33px; padding-top:8px; margin-top:10px; background:url(../png/4-3.png) center center no-repeat; background-size:100%; box-sizing:initial; text-align:center; color:#fff; float:left; font-size:15px;}
.votecol2 .itembox .item .num::after{counter-increment: li; content: counter(li);}
.votecol2 .itembox .item:nth-child(1) .num{background-image:url(../png/1-3.png);}
.votecol2 .itembox .item:nth-child(2) .num{background-image:url(../png/2-3.png);}
.votecol2 .itembox .item:nth-child(3) .num{background-image:url(../png/3-3.png);}
.votecol2 .itembox .item .img{width:138px; height:60px;overflow:hidden; float:left; margin:0px 15px;}
.votecol2 .itembox .item .brandinfo{ width:200px; float:left;}
.votecol2 .itembox .item .name{ width:100%; display:inline-block;line-height:24px;}
.votecol2 .itembox .item .name:hover{ color:#f60;}
.votecol2 .itembox .item .brandinfo .branddesc{width:100%; display:inline-block; position:relative; line-height:24px; height:28px;}
.votecol2 .itembox .item .brandinfo .branddesc .votenum:after{ content:"票";}
.votecol2 .itembox .item:nth-child(1) .name{color:#f12828;}
.votecol2 .itembox .item:nth-child(2) .name{color:#ff7640;}
.votecol2 .itembox .item:nth-child(3) .name{color:#ffa500;}
.votecol2 .itembox .item .votebtn{width:auto; display:inline-block; text-align:center; border-radius:25px; position:absolute; top:-4px; right:0;background: #f4f1ec;
background: -webkit-linear-gradient(to bottom, #ffffff,#f4f1ec);
background: -o-linear-gradient(to bottom,#ffffff,#f4f1ec);
background: -moz-linear-gradient(to bottom,#ffffff,#f4f1ec); background:linear-gradient(to bottom,#ffffff,#f4f1ec); border:1px solid #ede7df; padding:1px 20px;}
.votecol2 .itembox .item .votebtn::after{content: "人气票";}
.votecol2 .itembox .item .votebtn.isvote::after{ content:"已投";}
.votecol2 .itembox .item .votebtn:hover{background:#ede7df;}


