.user_head{
	background:#fff;
	max-width:750px;
	margin:0 auto;
	height:.44rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	position:relative;
	padding:0 .15rem;
}
.user_head>div{
	display:flex;
}
.back_home{
	display:flex;
	align-items:center;
	height:.44rem;
	position:relative;
	z-index:999;
}
article{
	margin:0!important;
}
.back_home a{
	display:block;
	width:.2rem;
	height:.44rem;
	background:url(../images/t4.png) no-repeat left center;
	background-size:.105rem .175rem;
}
.back_home a.page_close{
	background:url(../images/page_close.png) no-repeat left center;
	background-size:.175rem .175rem;
	width:.2rem;
	height:.44rem;
	margin-left:.05rem;
}
.user_title{
	position:absolute;
	width:83%;
	left:.3rem;
	top:0;
	height:.44rem;
	font-size:.15rem;
	color:#1F1F1F;
	font-weight:500;
	justify-content:center;
	align-items:center;
}
.clear_box{
	align-items:center;
}
.clear_box a{
	width:.17rem;
	height:.17rem;
}
.clear_box a img{
	display:block;
	width:.17rem;
	height:.17rem;
}
.news_list{
	background:#fff;
	padding:.15rem;
}
.news_list ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.news_list ul>li{
	flex:1;
	text-align:center;
}
.news_list ul li a{
	display:block;
	position:relative;
	width:.40rem;
	height:.40rem;
	margin:0 auto;
	margin-bottom:.05rem;
}
.news_list ul li a img{
	display:block;
	width:.40rem;
	height:.40rem;
}
.news_list ul li a i{
	background:#E02A52;
	border-radius:.05rem;
	border-bottom-left-radius:0;
	font-size:.10rem;
	color: #fff;
	z-index:99;
	min-width:.225rem;
	transform:scale(.8);
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	right:-.15rem;
	top:-.05rem;
	transform:scale(.8);
}
.news_list ul li span{
	display:block;
	font-size:.12rem;
	color:#666666;
}
.news_list ul li:first-child a{
	background:url(../images/w23.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li:nth-child(2) a{
	background:url(../images/w2.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li:nth-child(3) a{
	background:url(../images/w3.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li:nth-child(4) a{
	background:url(../images/w4.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li:last-child a{
	background:url(../images/w5.png) no-repeat;
	background-size:100% 100%;
}

.news_list ul li.on:first-child a{
	background:url(../images/w1.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li.on:nth-child(2) a{
	background:url(../images/w19.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li.on:nth-child(3) a{
	background:url(../images/w20.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li.on:nth-child(4) a{
	background:url(../images/w21.png) no-repeat;
	background-size:100% 100%;
}
.news_list ul li.on:last-child a{
	background:url(../images/w22.png) no-repeat;
	background-size:100% 100%;
}

.news_list ul li.on:first-child span{
	color:#E02A52;
}
.news_list ul li.on:nth-child(2) span{
	color:#84DD98;
}
.news_list ul li.on:nth-child(3) span{
	color:#FF8A3D;
}
.news_list ul li.on:nth-child(4) span{
	color:#3998F5;
}
.news_list ul li.on:last-child span{
	color:#7B68DE;
}

@-webkit-keyframes shake{
	0%,100%{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
	10%,30%,50%,70%,90%{
		-webkit-transform:translate3d(-10px,0,0);
		transform:translate3d(-10px,0,0)
	}
	20%,40%,60%,80%{
		-webkit-transform:translate3d(10px,0,0);
		transform:translate3d(10px,0,0)
	}
}
@keyframes shake{
	0%,100%{
		-webkit-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0)
	}
	10%,30%,50%,70%,90%{
		-webkit-transform:translate3d(-2px,0,0);
		-ms-transform:translate3d(-2px,0,0);
		transform:translate3d(-2px,0,0)
	}
	20%,40%,60%,80%{
		-webkit-transform:translate3d(2px,0,0);
		-ms-transform:translate3d(2px,0,0);
		transform:translate3d(2px,0,0)
	}
}
.shake{
	-webkit-animation-name:shake;
	animation-name:shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.comm_news{
	margin-top:.08rem;
}
.reply_list{
	padding:0 .15rem;
	background:#fff;
}
.reply_list li{
	border-bottom:0.8px solid #EEEEEE;
	padding:.15rem 0;
	overflow:hidden;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-o-box;
}
.reply_list li:last-child{
	border:none;
}
.user_tx{
	width:.25rem;
	height:.25rem;
	border-radius:50%;
	margin-right:.075rem;
}
.user_tx img{
	display:block;
	width:.25rem;
	height:.25rem;
	border-radius:50%;
}
.boss_r{
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-o-box-flex:1;
	-ms-box-flex:1;
	box-flex:1;
}
.boss_r>div>p{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.boss_r>div>p>span, .boss_r>div>p>i{
	display:block;
	font-size:.11rem;
	color:#999999;
}
.boss_r p:last-child{
	margin-top:.1rem;
}
.boss_r p i em, .boss_r p i o{
	display:inline-block;
}
.boss_r p i em{
	font-style:inherit;
	font-size:.14rem;
	color:#999999;
	width:21%;
}
.boss_r p i o{
	font-size:.14rem;
	color:#1F1F1F;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:79%;
}
.used_box p i o{
	color:#999;
}
.boss_r .boss_name{
	font-size:.14rem;
	color:#1F1F1F;
	font-weight:500;
}
.boss_box p:last-child i:first-child{
	font-size:.13rem;
	color:#1F1F1F;
	width:97%;
	display:flex;
}
.boss_box p .tixing{
	display:block;
	width:.08rem;
	height:.08rem;
	background:#E02A52;
	border-radius:50%;
}
.reply_box{
	margin-top:.1rem;
	background:#F8F9FB;
	border-radius:.05rem;
	min-height:.2rem;
	display:flex;
	align-items:center;
}
.news_color{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#F8F9FB;
	border-radius:.05rem;
	/* padding:.075rem; */
}
.news_color .line1{
	color:#1F1F1F;
}
.line1{
	font-size:.13rem;
	color:#999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:.1rem;
}
.news_ts{
	height:.325rem;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:.12rem;
	color:#999999;
}
.yuantie{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#F8F9FB;
	border-radius:.05rem;
	padding:.075rem;
}
.yuantie .line1{
	padding:0 .075rem 0 0;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
	word-break: break-all;
	white-space: inherit;
	line-height: .2rem;
}
.tie_img{
	width:.60rem;
	height:.44rem;
	border-radius:.05rem;
}
.tie_img img{
	display:block;
	width:.60rem;
	height:.44rem;
	border-radius:.05rem;
}
.fans_list{
	background:#fff;
	padding:0 .15rem;
}
.fans_list li{
	display:flex;
}
.fans_list li:last-child .fans_info{
	border:none;
}
.fans_img{
	width:.40rem;
	height:.40rem;
	margin-right:.1rem;
	border-radius:50%;
	position:relative;
}
.fans_img img{
	display:block;
	width:.40rem;
	height:.40rem;
	border-radius:50%;
	margin-top:.15rem;
}
.fans_img i{
	display:block;
	position:absolute;
	right:0;
	top:.15rem;
	width:.11rem;
	height:.11rem;
	background:#E02A52;
	border-radius:50%;
	border:3px solid #fff;
}
.fans_info{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex:1;
	padding:.15rem 0;
	border-bottom:0.8px solid #EEEEEE;
}
.fans_name p:first-child{
	font-size:.15rem;
	color:#1F1F1F;
	margin-bottom:.05rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.fans_name p:last-child{
	font-size:.11rem;
	color:#999999;
}
.guanzhu_btn{
	justify-content:flex-end;
	align-items:center;
	display:flex;
}
.guanzhu_btn a{
	display:flex;
	width:.75rem;
	height:.25rem;
	border:0.8px solid #EEEEEE;
	font-size:.13rem;
	color:#1F1F1F;
	border-radius:.125rem;
	margin-left:.1rem;
	justify-content:center;
	align-items:center;
	background:#fff;
}
.guanzhu_btn .btn1{
	background:#FF8A3D;
	border:0.8px solid #FF8A3D;
	color:#fff;
}
.guanzhu_btn .btn2{
	background:#fff;
	border:0.8px solid #EEEEEE;
	color:#999999;
}
.guanzhu_btn .btn3{
	background:#E02A52;
	border:0.8px solid #E02A52;
	color:#fff;
}
.guanzhu_btn .btn4{
	border:1px solid #E02A52;
	color:#E02A52;
}
.system_nav{
	margin-bottom:.08rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.system_nav a{
	display:block;
	font-size:.13rem;
	color:#666666;
	margin:0 .25rem;
}
.system_nav a.on{
	color:#E02A52;
}
.system_list{
	background:#fff;
	padding:0 .15rem;
}
.system_list li{
	padding:.15rem 0;
	border-bottom:0.8px solid #EEEEEE;
	justify-content:space-between;
	align-items:center;
	display:flex;
	position:relative;
}
.system_list li em{
	display:block;
	position:absolute;
	right:0;
	top:0;
}
.system_con{
	width:80%;
}
.system_txt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:.15rem;
	color:#1F1F1F;
}
.system_type{
	display:flex;
	margin-top:.05rem;
}
.system_type span{
	display:block;
	font-size:.12rem;
	color:#666666;
	margin-right:.1rem;
}
.system_type span:last-child{
	color:#999999;
}
.system_btn{
	justify-content:flex-end;
}
.system_btn a{
	display:flex;
	width:.50rem;
	height:.225rem;
	justify-content:center;
	align-items:center;
	border-radius:.125rem;
	font-size:.12rem;
}
.system_btn a.btn1{
	background:#F8F9FB;
	color:#999999;
}
.system_btn a.btn2{
	background:#FDE8E8;
	color:#E02A52;
}
.notice_list{
	background:#fff;
	padding:0 .15rem;
}
.notice_list li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:1rem;
}
.notice_list li:last-child .notice_info{
	border:none;
}
.notice_info{
	display:flex;
	align-items:center;
	flex-direction:column;
	border-bottom:0.8px solid #EEEEEE;
	flex:1;
	margin-right:.05rem;
	height:.81rem;
	margin-top:.2rem;
	position:relative;
}
.notice_info .hui{
	color:#999999;
}
.notice_img{
	width:1.1rem;
	height:.81rem;
}
.notice_img img{
	display:block;
	width:1.1rem;
	height:.81rem;
}
.notice_title{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-wrap:break-word;
	word-break:break-all;
	font-size:.15rem;
	color:#1F1F1F;
	line-height:.23rem;
	width:100%;
}
.notice_title i{
	display:inline-block;
	width:.15rem;
	height:.15rem;
	background:url(../images/w7.png) no-repeat;
	background-size:100% 100%;
	vertical-align:-1px;
}
.notice_box{
	display:flex;
	justify-content:space-between;
	width:100%;
	position:absolute;
	bottom:.15rem;
	left:0;
}
.notice_box>p{
	font-size:.11rem;
	color:#666666
}
.notice_box p:last-child{
	color:#999;
}
.community_con{
	padding:.075rem .15rem;
	border-top:0.8px solid #EEEEEE;
	padding-bottom:1.03rem;
}
.community_con>div{
	padding:.075rem 0;
}
.community_con>div>p{
	font-size:.15rem;
	color:#1F1F1F;
	line-height:.24rem;
	font-weight:500;
}
.community_con p.font_1{
	font-size:.14rem;
	font-weight:400;
}
.community_con p.font_color{
	color:#E02A52;
}
.community_con p.font_2{
	font-weight:normal;
}
.community_close{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
.community_close a{
	display:flex;
	justify-content:center;
	align-items:center;
	max-width:750px;
	background: linear-gradient(0deg, #F8F9FB 0%, rgba(248,249,251,.3) 100%);
	height:1.03rem;
	margin:0 auto;
}
.community_close a img{
	display:block;
	width:.21rem;
	height:.21rem;
	-webkit-animation:spin 1s 1 normal;
	animation:spin 1s 1 normal;
}
@keyframes spin{
	form{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
		transition:all 1s;
	}
}
.community_close a:hover img{
	-webkit-animation:spin 1s 1 normal;
	animation:spin 1s 1 normal;
}
.gz_home{
	background:#fff;
}
.kong_drafts{
	flex-direction:column;
	justify-content:flex-start;
}
.kong_drafts img{
	display:block;
	width:1.015rem;
	height:.965rem;
	margin:0 auto;
}
.kong_drafts span{
	display:block;
	margin-top:.05rem;
	font-size:.13rem;
	color:#999999;
	text-align:center;
}
.comm_news .kong_drafts{
	padding-top:0.4rem;
	position:inherit;
	padding-bottom:3.65rem;
}
@media screen and (min-width:750px){
	.boss_r p i em{
		width:initial;
	}
}