.top {
	width: 100%;
	height: 16px;
	background: white;
}

.con {
	width: 100%;
	padding: 0 2%;
	transform: translateY(-16px);
}

.nav {
	width: 100%;
	height: 40px;
	background: white;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
}

.con_ {
	margin-top: 1px;
}

.nav_block {
	color: #101010;
	font-size: 13px;
	float: left;
	padding: 9px 0;
	height: 40px;
	text-align: center;
}

body .mui-scroll-wrapper .mui-scroll .con .nav #timer_swiper .on .p1{
	color: #ee344a;
	border-bottom: 4px solid #ed374c;
}
#timer_swiper .p1{
	text-align: center;
	display: inline-block;
}
.con_block {
	width: 100%;
	height: 120px;
	background: #fff;
	position: relative;
}

.cbimg {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 16px;
	top: 16px;
}

.cbtitle {
	width: calc(100% - 140px);
	position: absolute;
	left: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	color: black;
	font-size: 13px;
	top: 18px;
}

.name{
	font-size: 10px;
	color: #808080;
	position: absolute;
	left: 120px;
	top: 60px;
}
.name img{
	width: 17.5px;
}