#wrap{
	width: 100%;
	height: 100%;
	background: #f2f3f3;
	padding-top: 0.27rem;
	box-sizing: border-box;
}
.lists{
	padding: 0.4rem 0;
	background: white;
	display: none;
}
.list{
	border-bottom: 1px solid #999;
	height: 2.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.list img{
	width: 3.33rem;
	height: 1.87rem;
}
.list .con{
	width: 60%;
}
.list .con h3{
	font-size: 0.4rem;
	color: black;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.33rem;
	font-weight: bold;
}
.list .con div{
	height: 0.8rem;
	overflow: hidden;
	font-size: 0.38rem;
	color: #636363;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tag{
	position: absolute;
	width: 0.93rem;
	height: 0.93rem;
	background: url(img/tag.png) no-repeat;
	background-size: cover;
	top: 0;
	right: -0.47rem;
	display: none;
}
.tabbar{
	position: fixed;
	width: 100%;
	height: 1.33rem;
	background: white;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.tabbar div{
	width: 2rem;
	text-align: center;
	color: #999999;
}
.tabbar span{
	display: block;
	margin-top: 0.13rem;
	font-size: 0.3rem;
}
.tabbar i{
	font-size: 0.53rem;
}
.tabbar .active{
	color: #ef7800;
}
.cases{
	margin-top: -0.27rem;
	display: none;
	background: #f2f3f3;
}
.cases .status{
	width: 100%;
	height: 1.2rem;
	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.26rem;
}
.status div{
	height: 0.73rem;
	width: 4.53rem;
	text-align: center;
	line-height: 0.73rem;
	color: #999999;
	font-size: 0.44rem;
}
.status .active_status{
	color: #ef7800;
}
.cases_list{
	width: 100%;
	background: white;
	padding: 0 0.4rem;
	box-sizing: border-box;
}
.cases_mes{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 2.33rem;
	border-bottom: 1px solid #c6c6c6;
}
.cases_mes .cases_message{
	height: 1.6rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: black;
	font-size: 0.4rem;
}
.cases_message .message_time{
	font-size: 0.34rem;
	color: #c6c6c6;
}
.complete a{
	width: 2.13rem;
	height: 0.66rem;
	color: white;
	background: #ef7800;
	display: block;
	font-size: 0.34rem;
	line-height: 0.66rem;
	text-align: center;
	border-radius: 0.13rem;
}
.personal{
	display: none;
	margin-top: -0.26rem;
}
.doctor_list,.assistance_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: -0.26rem;
	padding: 0 0.5rem;
	box-sizing: border-box;
	padding-bottom: 0.5rem;
	padding-top: 0.3rem;
}
.ullist{
	background: white;
	padding-bottom: 2rem;
}
.doctor_list .doctor,.assistance_list .doctor{
	text-align: left;
	font-size: 0.4rem;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	border: 1px solid #999;
	padding: 0.26rem;
	box-sizing: border-box;
	width: 100%;
	box-sizing: border-box;
}
.doctor .doctor_hos{
	display: inline-block;
	width: 6rem;
}
.ass_hos{
	display: inline-block;
	width: 6rem;
}
.center_detail{
	display: none;
}