.info_5 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	padding: 0 5px 10px;
	border-bottom: 2px solid #f1f1f1;
	margin-top: 0px;
}
.info_5 * { color: #999999;}
body {overflow: hidden}
#mainNav {height: 40px;}
.container { height: calc(100% - 60px); overflow-y: auto;}
#app > div.pic_listall > dl > a > dd > p {margin-bottom: 0px;}
#app > div.pic_listall > dl > a > dd > span {font-size: 12px; color: grey;}
.container ul, .container ol {padding: 0}
.van-list .pic_listall {
	background: #FFF;
	padding: 15px 10px 20px;
	border-bottom: 2px solid #f1f1f1;
	overflow: hidden;
}
.pic_listall dl {
	padding: 5px 0;
	margin: 0;
}
.pic_listall dl a, .pic_listall ol {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.pic_listall dl dt {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 5px !important;
}
.pic_listall > dl > a > dt > img {
	width: 100%;
	height: 100%;
}
.pic_listall dl dd {
	line-height: 18px;
	margin-top: 5px;
	text-align: left;
	width: 85%;
	margin-bottom: 0 !important;
	margin-left: 0;
}
.pic_listall dl dd em {
	color: #999;
	font-size: 12px;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.oneping {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.oneping p {
	text-align: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
	font-size: 18px;
}
.oneping span {
	height: inherit;
	width: 110px;
	margin-right: 5px;
	min-width: 110px;
	max-width: 110px;
}
.oneping ol li {
	width: 80px; background-repeat: round; margin-left: 3.5px;
}
.pic_listall ol li {
	margin-left: 5px;
	flex: 1;
	height: 80px;
	overflow: hidden;
	align-items: center;
	padding: 3px;
}
#app > div:nth-child(2) > div:nth-child(1) > button > div > i { font-size: 20px;}