.vld-overlay,
.vld-shown {
    overflow: hidden
}

.vld-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999
}

.vld-overlay.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vld-overlay.is-full-page {
    z-index: 9999;
    position: fixed
}

.vld-overlay .vld-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    opacity: .5
}

.vld-overlay .vld-icon,
.vld-parent {
    position: relative
}

.voteList[data-v-6c32358b] {
    padding: 20px;
    max-width: 600px;
    display: block;
    margin: 0 auto
}

.voteList .title[data-v-6c32358b] {
    color: #d16c00;
    font-weight: 700;
    font-size: 26px
}

.voteList dd[data-v-6c32358b] {
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999
}

.voteList dd .top[data-v-6c32358b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
    background-color: hsla(0, 0%, 93.3%, .93);
    height: 50px
}

.voteList dd .top .state1[data-v-6c32358b] {
    background-color: #aaa
}

.voteList dd .top .state1[data-v-6c32358b],
.voteList dd .top .state2[data-v-6c32358b] {
    width: 110px;
    margin: 5px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px
}

.voteList dd .top .state2[data-v-6c32358b] {
    background-color: #d16c00
}

.voteList dd .top .title[data-v-6c32358b] {
    width: 100%;
    line-height: 25px;
    color: #d16c00;
    font-size: 13px;
    margin-left: 10px
}

.space[data-v-6c32358b] {
    min-height: 200px
}

@media only screen and (max-width:600px) {
    .voteList[data-v-6c32358b] {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}