.btn{
/*	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #ff8400;
	color: #fff;
	display: inline-block;*/

	/*line-height: 28px;
	text-align: center;*/
	width: 120px;
/*	transition: background-color 0.2s linear 0s;*/
	border: none;
	cursor: pointer;
	margin-right: 10px;
/*	margin: 0 0 20px;*/
}
.btn img{

}

.demo {
	width: 700px;
	margin: 0 auto
}

/*.btn:hover {
	background-color: #e95a00;
	text-decoration: none
}
*/
.ul_pics li {
	float: left;
	width: 150px;
	height: 100px;
	border: 1px solid #ddd;
/*	padding: 2px;*/
	text-align: center;
	margin: 0 5px 5px 0;
	position: relative;

}

.ul_pics li .img {
	width: 150px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

.ul_pics li img {
	width:150px;
	height: 100px;

}

.progress {
	position: relative;
	padding: 1px;
	border-radius: 3px;
	margin: 60px 0 0 0;
}

.bar {
	background-color: green;
	display: block;
	width: 0%;
	height: 20px;
	border-radius: 3px;
}

.percent {
	position: absolute;
	height: 20px;
	display: inline-block;
	top: 3px;
	left: 2%;
	color: #fff
}



/* 选手列表 */
.vo-palyer-wrap{}
.vo-palyer-wrap li {
	display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #f5f5f5; */
    padding: 20px;
	padding-bottom: 10px;
	padding-top: 10px;

}
.pl-left{
	width: 300px;
	display: flex;
	align-items: center;
	flex-grow: 1;
}
.vo-play-img{
	width: 100px;
	height: 100px;
	/* display: table-cell; */
    vertical-align: middle;
    overflow: hidden;
	border-radius: 5px;
	position: relative;
	flex-shrink: 0;
}
.play-number{
	width: 60px;
	border-radius: 5px 0 0 0;
	background: rgba(000, 000, 000, 0.7);
	color: #fff;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
.vo-play-img img{
	border-radius: 5px;
	width: 100%;
	height: 100%;
}
.vo-play-info {
	margin-left: 20px;
}
.vo-pl-name{
	width: 170px;
	font-size: 16px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.vo-pl-group{
	font-size: 13px;
	margin-top: 15px;
	color: #777;
}
.pl-center{
	display: flex;
	align-items: center;
	
}
.pl-center div{
	width: 100px;
}
.v-p-votes{
	font-size: 14px;
	margin-right: 20px;
}

.view-details{
	width: 100px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	background: #4579FF;
}
.pl-right{
	display: flex;
	align-items: center;
	width: 410px;
	justify-content: space-between;
}
.p-operation{
	font-size: 14px;
}
.p-operation span{
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
.p-operation span:hover{
	color: #4579FF;
}
.v-p-line::after{
	content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background: #dedede;
    right: -12px;
    top: 2px;
}


/* 删除弹窗 */
.vp-delaler{
	width: 100vw;
	height: 100vh;
	background: rgba(000, 000, 000, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}

.vp-delaler-c{
	display: inline-block;
	width: 420px;
	height: 170px;
	padding-bottom: 10px;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #ebeef5;
	font-size: 18px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	text-align: left;
	overflow: hidden;
	backface-visibility: hidden;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;


}
.vp-title{
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}
.del-text{
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}
.vp-delaler-btn{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.vp-del-b{
	padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #4579FF;
    border: 1px solid #4579FF;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
	color: #fff;
}

.vp-del-q{
	padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
	margin-left: 20px;
}