﻿/*相册列表*/
.uc-vote .wrap{
    background-color:#fff;
    border-radius:8px;
}
.uc-vote .hd{
    background-color:#f2f6f9;
    border-bottom:1px solid #dce2e6;
    box-sizing: border-box;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.uc-vote .creatLinkBtn {
    margin: 8px 27px 0px 0px;
}
.uc-vote .hd h2 .uc-btn{
    width:170px;
    border:none;
    color:#999;
    height:42px;
    line-height:42px;
    border-right:1px solid #dce2e6;
}
.uc-vote .hd h2 .uc-btn:hover{
    color:#0094ff;
}
.uc-vote .hd h2 .uc-btn.cur{
    background-color:#fff;
    color:#333;
    border-top-left-radius:8px;
}
.uc-vote-list{
    position:relative;
}
.uc-vote-item{
    width:90%;
}
.uc-vote-option h2{
    line-height:24px;
    max-height:72px;
    overflow:hidden;
}
.uc-vote-option dt{
    position:relative;
    width:70%;
    height:8px;
    line-height:8px;
    margin-top:6px;
    background-color:#ddd;
    border-radius:4px;
}
.uc-vote-option ul li>span{
    margin-top:5px;
}
.uc-vote-percent{
    position:absolute;
    left:0px;
    top:0px;
    display:inline-block;
    width:0;
    height:8px;
    line-height:8px;
    background-color:#6acbf7;
    border-radius:4px;
}
.uc-vote-ulist{
    background-color:#f2f6f9;
}
.uc-vote-appender{
    background-color:#fff; 
}
.uc-vote-appender h2{
    width:70%;
}
.uc-vote-selection{
    max-width:80%;
}
