.candidate_item{
	width: calc(100% - 0.4rem);
	padding: 0.2rem;
	height: 1.25rem;
	background-color: #fff;
	position: relative;
	margin-bottom: 0.3rem;
	border-radius: 0.05rem;
	box-shadow: 0 0.02rem 0.3rem 0.01rem rgba(201,0,46,.2);
}
.candidate_item:last-child{
	margin-bottom: 0;
}
.candidate_link{
	display: block;
	width: 100%;
	height: 100%;
}
.candidate_img{
	float: left;
	width: 1.25rem;
	height: 100%;
	margin-right: 0.2rem;
	overflow: hidden;
}
.candidate_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.candidate_msg{
	float: left;
	width: calc(100% - 1.45rem);
	height: 100%;
	position: relative;
}
.msg_wrap{
	padding-bottom: 0.1rem;
	border-bottom: 0.01rem dashed #dedede;
	color: #222;
}
.msg_wrap h3{
	line-height: 0.3rem;
	font-weight: normal;
	font-size: 0.22rem;
	margin-bottom: 0.05rem;
	overflow: hidden;
}
.candidate span{
	float: left;
	display: block;
	height: 100%;
}
.candidate .ranking{
	float: left;
	display: block;
	padding: 0 0.05rem;
	height: 0.22rem;
	border-radius: 0.2rem;
	font-style: normal;
	font-size: 0.12rem;
	color: #fff;
	line-height: 0.23rem;
	margin-left: 0.2rem;
	margin-top: 0.02rem;
	background: -webkit-linear-gradient(#68f3ff,#00aff9);
	background: -moz-gradient(#68f3ff,#00aff9);
	background: -o-gradient(#68f3ff,#00aff9);
	background: linear-gradient(#68f3ff,#00aff9);
}
.candidate .ranking_active{
	background: -webkit-linear-gradient(#fe7676,#ff1e33);
	background: -moz-gradient(#fe7676,#ff1e33);
	background: -o-gradient(#fe7676,#ff1e33);
	background: linear-gradient(#fe7676,#ff1e33);
}
.msg_wrap p{
	font-size: 0.22rem;
	line-height: 0.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.candidate_account{
	font-size: 0.2rem;
	height: 0.3rem;
	line-height: 0.3rem;
	color: #4a90fd;
	font-style: italic;
	position: absolute;
	bottom: 0;
}
.candidate_account span{
	display: block;
	float: left;
	height: 100%;
}
.account{
	display: block;
	margin-left: 0.05rem;
	font-size: 0.2rem;
	height: 100%;
	line-height: 0.32rem;
}
.vote_btn{
	display: block;
	width: 1.35rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-radius: 0.05rem;
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0.2rem;
	bottom: 0.2rem;
}
.vote_operate{
	background: -webkit-linear-gradient(#ffdf3a,#ff8b2d);
	background: -moz-linear-gradient(#ffdf3a,#ff8b2d);
	background: -o-linear-gradient(#ffdf3a,#ff8b2d);
	background: linear-gradient(#ffdf3a,#ff8b2d);
	box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem rgba(255,150,47,.2);
}
.operate_disabled{
	background: #777777;
	box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem rgba(90,90,90,.3);
}