.midd{
	width: 12rem;
	margin: auto;
	display: flex;
	padding-bottom: 0.3rem;
}
.midd .cates{
	width: 2.3rem;
	margin-right: 0.12rem;
	margin-top: 0.25rem;
}
.midd .cates .lei{
	width:1.68rem;
	height: 0.64rem;
	background: #fff;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333;
	line-height:  0.64rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position: relative;
	padding-left: 0.62rem;
}
.midd .cates .lei.on{
	background: #104097;
	color: #FFFFFF;
}
.midd .cates .lei .rang{
	width: 0.13rem;
	height: 0.13rem;
	position: absolute;
	left: 0.4rem;
	top:0.25rem;
	display: none;
	line-height: 0;
}
.midd .cates .lei .rang2{
	width: 0.13rem;
	height: 0.13rem;
	position: absolute;
	left: 0.4rem;
	top:0.25rem;
	display: block;
	line-height: 0;
}
.midd .cates .lei.on .rang{
	display: block;
}
.midd .cates .lei.on .rang2{
	display: none;
}

.midd .subs{
	background-color: #F7F7F7;
	padding-top: 0.28rem;
	display: none;
	padding-bottom: 0.28rem;
}
.midd .subs.on{
	display: block;
}
.midd .subs .mbs{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.19rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 0.4rem;
	margin-bottom: 0.28rem;
}
.midd .subs .mbs:last-child{
	margin-bottom: 0;
}
.midd .subs .mbs.on{
	color: #104097;
}
.midd .list{
	flex: 1;
	
	background-color: #fff;
	margin-top: 0.25rem;
	padding: 0.38rem;
	
}
.list .title{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.29rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.list .tms{
	font-family: PingFang SC, PingFang SC;
	font-weight: 600;
	font-size: 0.14rem;
	color: #999;
	line-height: 0.29rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0.3rem;
}
.list .cons{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.29rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	
}
.list .ext{
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.24rem;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0.1rem;
}
.list .ext .btnd{
	display: flex;
}
.list .ext .btnd .nm{
	width: 1rem;
	color: #333;
}
.list .ext .btnd .vm{
	color: #999;
}