

.pollTitleTop{
    display: flex;
}
.pollTitle{
    font-size: 16px;
    letter-spacing: -1px;
    padding: 0px 1em 0 3%;
    text-align: center;
    text-align: left;
    /* position: absolute; */
    top: 0px;
}


.VoteItem{
    width: 94vw;
    padding: 0 3%;
    margin: 10px 0;
    position: relative;
    line-height:1
}
.bar{
    width: 73%;
    height: 20px;
    background: #efefef;
    position: absolute;
    z-index: 40;
    /* left: 0px; */
    right: 3%;
}
.c_bar{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
}
.rightVoteItem .c_bar{  background-color: #ffbccc;}
.leftVoteItem .c_bar{  background-color: #94a8ef;}


.example_Title{
    text-align: left;
    float: left;
    position: relative;
    z-index: 60;
    font-size: 12px;
    padding: 3px 0;
    letter-spacing:-0.05em
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.leftVoteItem .voteData{    color: #2144bc;}
.rightVoteItem .voteData{    color: #df325a;}
.voteData{
    text-align: right;
    float: right;
    position: relative;
    z-index: 50;
    font-size: 13px;
    padding: 3px;
    padding-right:2%
}
.countVote{
    font-weight: bold;
}
.countPer{
    font-size: 12px;
}
.pollData{
    position: relative;
    padding-bottom: 5px;
}
.vote_Center{

    z-index: 50;
    position: relative;
    margin-bottom: 10px;
    padding: 0 3%;
    text-align: right;
    flex-basis: 120px;
}
.totalVote{
    font-size: 0.8em;
    color: #999;
}
.goVote{
    position: relative;
    padding-top: 12px;
    z-index: 0;
}