a,
a:visited {
    text-decoration: none !important;
}

.vote-pc {
    color: #000;
    font: 14px PingFang SC Regular, Microsoft YaHei, arial, \5b8b\4f53;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
}

.vote-pc input {
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

.vote-pc .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7f7f7;
    width: 367px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px
}

.vote-pc .search input {
    display: block;
    width: 260px;
    height: 40px;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 30px;
    background-color: #f7f7f7;
    font-size: 16px
}

.vote-pc .search .searchbtn {
    color: #fff;
    background-color: #373737;
    font-size: 14px;
    font-weight: bold;
    width: 67px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 8px
}

.vote-pc .search ::-webkit-input-placeholder {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold
}

.vote-pc .search :-moz-placeholder {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold
}

.vote-pc .search ::-moz-placeholder {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold
}

.vote-pc .search :-ms-input-placeholder {
    color: #b5b5b5;
    font-size: 16px;
    font-weight: bold
}

.vote-pc .content {
    width: 757px;
    max-width: 757px;
    margin-top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.vote-pc .content .item {
    width: 181px;
    background-color: #f6f7fa;
    padding-bottom: 12px;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    overflow: hidden
}

.vote-pc .content .item .cover-ct {
    width: 100%;
    height: 197px;
    position: relative;
    overflow: hidden
}

.vote-pc .content .item .cover-ct img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vote-pc .content .item .infos {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    color: #000;
    height: 48px;
    padding: 5px 9px
}

.vote-pc .content .item .infos .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vote-pc .content .item .infos .user .avatar {
    width: 20px;
    height: 20px;
    border-radius: 100%
}

.vote-pc .content .item .infos .user .name {
    width: 108px;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.vote-pc .content .item .infos .num {
    max-width: 52px;
    min-width: 52px;
    text-align: right;
    color: #f9cb65;
}

.vote-pc .content .item .btn-vote {
    width: 164px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #f9cb65;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    margin: 0 auto
}

.vote-pc .content .item:nth-of-type(4n) {
    margin-right: 0
}

.pc-type1 .content .item .infos .num {
    color: #e13c4a
}

.pc-type1 .content .item .btn-vote {
    background-color: #e13c4a
}

.pc-type2 .content .item .infos .num {
    color: #fb90a4
}

.pc-type2 .content .item .btn-vote {
    background-color: #fb90a4
}

.pc-type3 .content .item .infos .num {
    color: #f9cb65
}

.pc-type3 .content .item .btn-vote {
    background-color: #f9cb65
}

.pc-type4 .content .item .infos .num {
    color: #4d97f1
}

.pc-type4 .content .item .btn-vote {
    background-color: #4d97f1
}

.pc-type5 .content .item .infos .num {
    color: #5ac782
}

.pc-type5 .content .item .btn-vote {
    background-color: #5ac782
}