/*share_wrap*/
.vote_share{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.share_wrap,.vote_wrap,
.over_wrap{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.lead_angle{
	display: block;
	widows: 1.6rem;
	height: 1.4rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
}
.lead_angle img{
	display: block;
	width: 100%;
}
.share_tips,.vote_tips,
.over_tips{
	width: 4.3rem;
	padding: 0.3rem 0.5rem;
	border-radius: 0.1rem;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -2.65rem;
	box-shadow: 0 0 0.2rem 0.01rem rgba(0,0,0,.2);
}
.share_tips{
	height: 4.4rem;
	top: 3rem;
}
.vote_tips{
	height: 2.85rem;
	top: 4rem;
}
.over_tips{
	height: 5.85rem;
	top: 50%;
	margin-top: -3.2rem;
}
.tips_img{
	width: 4.3rem;
	height: 2.1rem;
	margin: 0 auto;
}
.regret_img{
	display: block;
	width: 1.45rem;
	height: 1.45rem;
	margin: -0.5rem auto 0;
}
.over_img{
	display: block;
	width: 100%;
	height: 2.8rem;
	margin: 0 auto;
}
.tips_img img,.regret_img img,
.over_img img{
	display: block;
	width: 100%;
}
.share_content{
	position: relative;
	margin-top: 0.5rem;
}
.regret_content{
	margin-top: 0.1rem;
	padding: 0 0.2rem;
	text-align: center;
}
.share_content:before{
	display: block;
	content: "";
	width: 0.15rem;
	height: 0.02rem;
	background-color: #222;
	position: absolute;
	left: 0;
	top: -0.2rem;
}
.over_content{
	text-align: center;
	color: #ff4a3c;
	margin-top: 0.25rem;
}
.share_content p,.vote_tips p{
	font-size: 0.26rem;
	color: #222;
	line-height: 0.42rem;
}
.over_content h1{
	font-size: 0.36rem;
}
.over_content p{
	font-size: 0.24rem;
	margin-top: 0.05rem;
}
.over_tips h2{
	font-size: 0.26rem;
	color: #000;
	text-align: center;
	margin-top: 0.25rem;
	line-height: 0.4rem;
}
.common_btn,.over_btn{
	display: block;
	width: 100%;
	height: 0.6rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #fff;
	border-radius: 0.05rem;
	margin-top: 0.25rem;
	background: -webkit-linear-gradient(left,#ff6363,#ff2d2d);
	background: -o-linear-gradient(right,#ff6363,#ff2d2d);
	background: -moz-linear-gradient(right,#ff6363,#ff2d2d);
	background: linear-gradient(to right,#ff6363,#ff2d2d);
	box-shadow: 0 0.02rem 0.1rem 0.01rem rgba(209,57,57,.1);
}