.no-attendee {
	background: #fff;
	text-align: center;
}
.no-attendee.mobile{
	min-height: 100vh;
}
.no-attendee .ico013 {
	height: 100px;
	background: url(../../i/e31-attendee-manage/ico-013.png) no-repeat bottom center;
}
.no-attendee.mobile .ico013 {
	height: 160px;
}
.no-attendee .color666 {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 35px;
}
.no-attendee .btn-m-0 {
	width: 150px;
	height: 40px;
	background: #20a0ff;
	color: #fff;
	font-size: 14px;
	display: inline-block;
}

/*手机端主页模块开始*/
.joinUserCell {
	display: block;
	height: 80px;
	overflow: hidden;
}
.joinUserHeadImage {
	float: left;
	-moz-border-radius: 25px; /* Gecko browsers */
	-webkit-border-radius: 25px; /* Webkit browsers */
	border-radius: 25px; /* W3C syntax */
	overflow: hidden;
}
.joinUserHeadImage img {
	width: 50px;
	height: 50px;
}
.joinUserInfo {
	padding: 5px 10px;
	float: left;
}
.joinUserCreateTime {
	margin-top: 3px;
	color: #ccc;
}
.box-table-scroll {
	overflow: hidden;
	min-height: 183px;
	max-height: 600px;
	height: auto;
}

/*手机端主页模块结束*/