.vote-flex {
    display: flex;
}

.txt_hidden2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cy_player .container {
    margin: 0 3% 8px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cy_player .container .cy_player_item {
    margin-top: 10px;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
}

.cy_player .container .cy_player_item img {
    width: 92px;
    height: 92px;
}

.cy_player .container .cy_player_item .text {
    position: relative;
    width: calc(100% - 55px);
    align-self: stretch;
}

.cy_player .container .cy_player_item .text .lfy_name_xuanshou {
    margin-top: 6px;
}

.cy_player .container .cy_player_item .text .lfy_piaoshu {
    position: absolute;
    left: 0;
    bottom: 6px;
}

.cy_player_item .lfy_toupiao_btn {
    margin: 0;
    width: 55px;
    height: 26px;
    line-height: 26px;
}

.cy_player_item .lfy_toupiao_btn .lfy_toupian{
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.cy_player .container .cy_player_item .text-box {
    padding-right: 6px;
    width: calc(100% - 92px);
    justify-content: space-between;
    align-items: center;
}

.cy_player .container .cy_player_item.player-card {
    padding-right: 0;
    flex-wrap: wrap;
}

.cy_player .container .cy_player_item.player-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cy_player .container .cy_player_item.player-card .text-box {
    width: 100%;
}

.cy_player .container .cy_player_item.player-card .text-box .text {
    width: calc(100% - 55px);
}

.cy_player .container .cy_player_item.player-card .text .lfy_piaoshu {
    position: static;
    padding-bottom: 6px;
}