
.a-hd{
	padding: .1rem;
	height: .8rem;
	background: url(../../../images/h5/images/ucenter/bg.png) no-repeat 0 0 / 100% 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.a-hd .search-box{
	width: 100%;
	background: #fff;
	border-radius: .04rem;
	overflow: hidden;
}
.a-hd .inp{
	height: .26rem;
	padding: 0 .1rem;
	font-size: .14rem;
	border: none;
	outline: none;
}
.a-hd .search-a{
	width: .26rem;
	height: .26rem;
	background: url(../../../images/h5/images/yixing/search.png) no-repeat center center / 50% 50%;
}
.a-hd .categorys{
	margin-top: .1rem;
	font-size: .14rem;
}
.a-hd .cate-a{
	color: #fff;
	margin-right: .1rem;
}
.a-bd{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.a-bd .activity-list{
	padding: 0 .1rem;
}
.a-bd .item{
	display: block;
	padding: .15rem 0;
	border-bottom: 1px solid #f3f3f3;
}
.a-bd .item .user img{
	width: .3rem;
	height: .3rem;
	border-radius: 100%;
	margin-right: .1rem;
}
.a-bd .item .user .nick{
	font-size: .13rem;
	color: #333;
	line-height: 1;
}
.a-bd .item .infos{
	margin-top: .1rem;
}
.a-bd .item .pic{
	width: 1rem;
	height: .7rem;
	overflow: hidden;
	border-radius: .03rem;
	margin-right: .1rem;
}
.a-bd .item .info{
	position: relative;
	overflow: hidden;
}
.a-bd .item .title{
	font-weight: 600;
	font-size: .16rem;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.a-bd .item .addr{
	font-size: .13rem;
	color: #999;
	margin-top: .1rem;
}
.a-bd .item .addr img{
	width: .12rem;
	margin-right: .1rem;
}
.a-bd .item .end{
	position: absolute;
	right: 0;
	bottom: 0;
	width: .6rem;
	height: .6rem;
	background: url(../../../images/h5/images/activity/end.png) no-repeat 0 0 / 100% 100%;
}
.foot{
	position: fixed;
	bottom: 0;
	height: .5rem;
}
.foot .btn1{
	font-size: .12rem;
	width: 25%;
	text-align: center;
	background: #fff;
	border-top: 1px solid #f3f3f3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.foot .btn1 img{
	width: .2rem;
	margin-top: .05rem;
}
.foot .btn1.act{
	border-right: 1px solid #f3f3f3;
}
.foot .btn2{
	width: 50%;
	font-size: .14rem;
	color: #fff;
	background: #ff6811;
}
.foot .btn2 img{
	width: .2rem;
}
