#lead_follow{
	width: 100%;
	background-color: #1c1b20;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
#nav_lead{
	padding: 0.15rem 0.2rem;
	height: 0.5rem;
	display: flex;
	justify-content: space-between;
}
.lead_list i{
	float: left;
	display: block;
}
.lead_logo i{
	width: 0.5rem;
	height: 100%;
	border-radius: 50%;
}
.lead_follow{
	padding: 0.07rem 0;
}
.lead_follow i{
	width: 0.36rem;
	height: 0.36rem;
	padding-left: 0.2rem;
	border-left: 0.01rem solid #333;
}
.lead_list i img{
	display: block;
	width: 100%;
	height: 100%;
}
.lead_list span{
	float: left;
	display: block;
	height: 100%;
	font-size: 0.3rem;
	margin-left: 0.1rem;
}
.lead_logo span{
	line-height: 0.5rem;
	color: #fff;
}
.lead_follow span{
	line-height: 0.36rem;
	color: #cf0202;
}
/*follow_wrap*/
#follow_wrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#follow{
	width: 100%;
	height: 3rem;
	padding: 0.4rem 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
#follow_close{
	width: 0.3rem;
	height: 0.3rem;
	padding: 0.2rem;
	position: absolute;
	top: 0;
	right: 0;
}
#follow_close img{
	display: block;
	width: 100%;
	height: 100%;
}
.follow_tip{
	font-size: 0.3rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #cf0202;
	text-align: center;
}
.follow_code{
	width: 2.5rem;
	height: 2.5rem;
	margin: 0.2rem auto 0;
}
.follow_code img{
	display: block;
	width: 100%;
	height: 100%;
}
/*follow_tip*/
#follow_tips{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}