/*operate*/
.operate_area{
	width: 100%;
	height: 1rem;
	position: fixed;
	bottom: 0;
	left: 0;
	box-shadow: 0 0 0.1rem 0.01rem rgba(0,0,0,.2);
	z-index: 99;
}
.vote_icon{
	width: 4.8rem;
	height: 0.7rem;
	padding: 0.15rem 0;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	float: left;
}
.vote_icon_list a{
	display: block;
}
.vote_icon_list a i,.share i{
	display: block;
	width: 0.45rem;
	height: 0.42rem;
	margin: 0 auto;
}
.vote_icon_list a i img,.share i img{
	display: block;
	width: 100%;
	height: 100%;
}
.vote_icon_list span,.share span{
	display: block;
	width: 100%;
	height: 0.2rem;
	line-height: 0.22rem;
	font-size: 0.2rem;
	text-align: center;
	margin-top: 0.08rem;
	color: #70747e;
}
.icon_select span{
	color: #557efe;
}
.share{
	float: left;
	width: calc(100% - 4.8rem);
	height: 100%;
	background: -webkit-linear-gradient(#fe7676,#ff1e33);
	background: -moz-linear-gradient(#fe7676,#ff1e33);
	background: -o-linear-gradient(#fe7676,#ff1e33);
	background: linear-gradient(#fe7676,#ff1e33);
}
.share i{
	margin-top: 0.15rem;
}
.share span{
	color: #fff;
}
/*follow*/
.follow_area{
	padding: 0.5rem 0.2rem;
	display: none;
}
.follow_bg{
	width: calc(100% - 0.8rem);
	height: 1.8rem;
	padding: 0.4rem;
	border-radius: 0.05rem;
	position: relative;
	box-shadow: 0 0 0.2rem 0.01rem rgba(201,0,46,.2);
}
.follow_bg:after{
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,0),rgba(136,237,255,.2));
}
.live:after{
	display: none;
}
.follow_tips{
	float: left;
	padding-top: 0.5rem;
	position: relative;
	z-index: 1;
}
.follow_tips:before{
	display: block;
	content: "";
	width: 0.2rem;
	height: 0.04rem;
	background-color: #5d72fe;
	position: absolute;
	left: 0;
	top: 0.2rem;
}
.live .follow_tips:before{
	background-color: #ff7a00;
}
.follow_tips p{
	font-size: 0.24rem;
	color: #5d72fe;
	line-height: 0.35rem;
}
.follow_tips p:last-child{
	margin-top: 0.2rem;
}
.live .follow_tips p{
	color: #ff7a00;
}
.follow_code{
	float: right;
	width: 1.8rem;
	height: 100%;
	box-shadow: 0 0 0.2rem 0.01rem rgba(0,0,0,.1);
	position: relative;
	z-index: 1;
}
.follow_code img{
	display: block;
	width: 100%;
	height: 100%;
}
/*底部内边距*/
.active_bottom{
	padding-bottom: 1.3rem;
}