* {
	margin: 0;
	padding: 0;
}
html,
body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

li {
	list-style: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000000;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	/* display: block; */
}

img {
	width: 100%;
	display: block;
}

input {
	border: none;
	outline: none;
}
input::-webkit-search-cancel-button{
   display: none;
}
input::-webkit-input-placeholder {
	color:rgba(199, 199, 199, 1);
}

input::-moz-placeholder {
	color:rgba(199, 199, 199, 1);
}

input:-moz-placeholder {
	color:rgba(199, 199, 199, 1);
}
.fans{
	height: 100%;
	overflow: auto;
}
/* 头部 */
.head_nav {height:0.88rem;position:relative;font-size:0.32rem;background-color:#ffffff;}
.head_return {position:absolute;left:0.32rem;width:0.2rem;display:flex;align-items:center;height:100%;}
.head_cont {text-align:center;    display: flex;justify-content: center;align-items: center;height: 0.88rem;color: #222222;border-bottom: 1px solid #E6E6E6;}
.paynemt_im {width:0.32rem;height:0.32rem;position:absolute;display:flex;align-items:center;height:100%;right:0.3rem;top:0;}
.hea_right{
	position: absolute;
	top: 0;
	right: 0.3rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.hea_right img{
	width: 0.4rem;
}
/* 我的粉丝 */
.pro_img{
	width: 0.72rem;
	height: 0.72rem;
	margin-right: 0.14rem;
}
.pro_img img{
	border-radius: 50%;
}
.pro_nav{
	font-size: 0.3rem;
	color: #333333;
	font-weight: 600;
}
.pro_p{
	flex: 1;
}
.pro_ps{
	font-size: 0.22rem;
	color: #999999;
	margin-top: 0.04rem;
}
.pro_zhu{
	width: 1.4rem;
	/* height: 0.52rem; */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 0.26rem;
	background-color: #007CFF;
	border-radius: 0.28rem;
	padding: 0.08rem 0;
}
.pro_zhus{
	color: #444444;
	background-color: #F5F5F5;
}
.fans_list{
	padding: 0.2rem 0.3rem 0.2rem 0.4rem;
}
.list_pro{
	padding: 0.25rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 收藏 */
.coll{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.3rem;
}
.coll_img{
	width: 0.34rem;
	margin-right: 0.12rem;
}
.coll_on{
	width: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.26rem;
	color: #666666;
}
.coll_on a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
}
/* 分割线 */
.fen{
	height: 0.12rem;
	background-color: #F4F5F6;
}
/* 底部导航 */
.footer{
	height: 0.98rem;
	background-color: #ffffff;
	box-shadow: 0 27px 10px 29px #e9e9ec;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.42rem;
}
.footer_list{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333 !important;
	font-size: 0.2rem;
	margin-top: 0.06rem;
}
.footer_list a{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333333;
}
.footer_color{
	color: #5a9dff !important;
}
.footer_img{
	width: 0.37rem;
	height: 0.37rem;
	margin-bottom: 0.06rem;
	position: relative;
}
.footer_img img{
	height: 100%;
	width: auto;
}
.foo_red{
	width: 0.15rem;
	height: 0.15rem;
	background-color: #ff5a45;
	border-radius: 50%;
	position: absolute;
	top: -0.02rem;
	right: -0.06rem;
}
/* 弹窗 */
.list_popup{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(178,178,178,0.5);
}
.popup_list,.popup_nal{
	display: none;
	width: 100%;
	background-color: #ffffff;
	border-radius: 0.12rem 0.12rem 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.popup_top{
	color: #222222;
	font-size: 0.28rem;
	display: flex;
	align-items: center;
	padding: 0.3rem 0.25rem;
	border-bottom: 1px solid #F0F0F0;
	
}
.popup_last{
	justify-content: center;
}
.popup_img{
	width: 0.34rem;
	margin-right: 0.27rem;
}