html,body{
	background: -webkit-linear-gradient(left,#f75033,#f62323);
	background: -moz-linear-gradient(right,#f75033,#f62323);
	background: -o-linear-gradient(right,#f75033,#f62323);
	background: linear-gradient(to right,#f75033,#f62323);
}
.activity_theme{
	width: 100%;
	height: 7.25rem;
	position: relative;
}
.activity_msg{
	width: calc(100% - 0.4rem);
	background-color: rgba(255,255,255,.85);
	border-radius: 0.05rem;
	position: absolute;
	left: 0.2rem;
	top: 2.9rem;
}
.activity_desc{
	width: calc(100% - 0.4rem);
	padding: 0.2rem;
	position: relative;
}
.act_date{
	width: 4rem;
	height: 0.3rem;
	background-color: #7b0fce;
	background: -webkit-linear-gradient(left,#c932a0,#7b0fce);
	background: -moz-gradient(right,#c932a0,#7b0fce);
	background: -o-gradient(right,#c932a0,#7b0fce);
	background: linear-gradient(to right,#c932a0,#7b0fce);
	border-radius: 0.3rem;
	position: absolute;
	top: -0.15rem;
	left: 50%;
	margin-left: -2rem;
	text-align: center;
	line-height: 0.32rem;
	font-size: 0.2rem;
	color: #fff;
	text-shadow: 0.01rem 0.01rem 0.01rem rgba(124,15,205,.4);
	letter-spacing: 0.01rem;
}
.vote_desc p{
	font-size: 0.22rem;
	color: #222;
	line-height: 0.25rem;
}
.vote_desc .desc_header{
	height: 0.25rem;
	padding: 0.1rem 0;
}
.vote_desc .desc_content{
	line-height: 0.35rem;
	text-align: justify;
	margin-top: 0.05rem;
}
.desc_content span{
	display: block;
	text-indent: 0.45rem;
}
.circle_header{
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: -0.2rem;
	right: 0.15rem;
}
.circle_aside{
	width: 0.85rem;
	height: 0.85rem;
	position: absolute;
	left: -0.7rem;
	bottom: 0.5rem;
}
.circle_header img,.circle_aside img{
	display: block;
	width: 100%;
	height: 100%;
}
/*vote_area*/
.vote_area{
	background: -webkit-linear-gradient(left,#f75033,#f62323);
	background: -moz-linear-gradient(right,#f75033,#f62323);
	background: -o-linear-gradient(right,#f75033,#f62323);
	background: linear-gradient(to right,#f75033,#f62323);
	padding: 0 0.2rem;
	position: relative;
	z-index: 8;
}
.rule_bg{
	width: 100%;
	position: absolute;
	bottom: -3.3rem;
	left: 0;
}
.rule_bg img{
	display: block;
	width: 100%;
}
.vote_mark{
	margin-top: -0.3rem;
	padding: 0.6rem 0 0.1rem;
	z-index: 7;
}
.vote_mark,.rule_mark{
	width: 100%;
	background-color: rgba(255,255,255,.85);
	border-radius: 0.05rem;
	position: relative;
	box-shadow: 0 0 0.1rem 0.01rem rgba(238,30,29,.4);
}
.mark_item{
	width: 3.7rem;
	height: 1.2rem;
	position: absolute;
	left: 50%;
	margin-left: -1.85rem;
	top: -0.85rem;
}
.mark_item img{
	display: block;
	width: 100%;
	height: 100%;
}
.candidate_content{
	padding: 0 0.3rem;
}
.candidate_item{
	float: left;
	width: 2.55rem;
	height: 5.3rem;
	margin-right: 0.3rem;
	margin-bottom: 0.3rem;
}
.candidate_item:nth-of-type(2n){
	margin-right: 0;
}
.candidate_link{
	display: block;
	width: 100%;
	background-color: #fff;
	height: 4.6rem;
	border-radius: 0.05rem;
	box-shadow: 0 0 0.2rem 0.01rem rgba(248,71,47,.2);
	position: relative;
}
.candidate_img{
	width: 100%;
	height: 3.3rem;
	border-top-left-radius: 0.05rem;
	border-top-right-radius: 0.05rem;
	background-color: #ccc;
	overflow: hidden;
}
.candidate_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.candidate_wrap{
	padding: 0 0.15rem;
}
.candidate_msg{
	padding: 0.15rem 0 0.09rem;
	height: 0.3rem;
	border-bottom: 0.01rem dashed #cacaca;
}
.candidate_msg h3{
	float: left;
	font-size: 0.2rem;
	color: #222;
	height: 100%;
	line-height: 0.3rem;
	font-weight: normal;
}
.candidate_account{
	float: right;
	height: 100%;
}
.msg_like{
	float: left;
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	margin-top: 0.05rem;
}
.msg_like img{
	display: block;
	width: 100%;
	height: 100%;
}
.motto_msg{
	height: 0.55rem;
	padding: 0.1rem 0;
	overflow: hidden;
}
.motto_msg i{
	display: block;
	width: 100%;
	font-size: 0.18rem;
	line-height: 0.2rem;
	color: #2d2d2d;
	line-height: 0.25rem;
}
.account{
	float: left;
	display: block;
	margin-left: 0.05rem;
	font-size: 0.2rem;
	color: #222;
	height: 100%;
	line-height: 0.32rem;
}
.account_active{
	color: #f12538;
}
.vote_btn{
	display: block;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-top: 0.2rem;
	border-radius: 0.5rem;
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
}
.vote_operate{
	background: -webkit-linear-gradient(#fe7676,#ff1e33);
	background: -moz-linear-gradient(#fe7676,#ff1e33);
	background: -o-linear-gradient(#fe7676,#ff1e33);
	background: linear-gradient(#fe7676,#ff1e33);
	box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem rgba(255,50,50,.2);
}
.operate_disabled{
	background: #777777;
	box-shadow: 0.01rem 0.01rem 0.05rem 0.01rem rgba(90,90,90,.3);
}
.rank_mark{
	display: block;
	width: 0.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.16rem;
	color: #fff;
	position: absolute;
	right: 0.05rem;
	top: -0.05rem;
	text-align: center;
}
/*rule*/
.rule_area{
	width: 100%;
	position: relative;
	z-index: 9;
	margin-top: 1rem;
}
.rule_area.rule_active{
	padding-bottom: 1.2rem;
}
.rule_mark{
	width: calc(100% - 0.4rem);
	margin: 0 auto;
	padding: 0.5rem 0 0.3rem;
}
.rule_content .desc_content{
	font-size: 0.26rem;
	color: #222;
	line-height: 0.35rem;
	margin-top: 0.05rem;
	padding: 0 0.2rem;
}