.list{
	height: 100%;
	overflow:auto;
}
/*.list_cent{
	padding-bottom: 1rem;
}*/
.table_ul{
	display: flex;
	flex-wrap: wrap;
}
.table_ul a{
	color: #000000;
	font-size: 0.28rem;
	white-space: nowrap;
}
.table_ul li{
	width: 25%;
	padding: 0.18rem 0;
	text-align: center;
}

.level{
	margin: 0 0.3rem;
}
.tableto_list{
	margin: 0 0.3rem;
	overflow: auto;
	justify-content: normal;
}
.tableto_list::-webkit-scrollbar{
	/* border: none;
	height: 0; */
	display: none;
}
.tableto_list li{
	white-space: nowrap;
	padding: 0 0.2rem;
}
/* 列表 */
.navto_head{
	display: flex;
	align-items: center;
	background: #f5f8fb;
	padding: 0.24rem 0;
	margin-top: 0.4rem;
}

.navto_left{
	width: 0.1rem;
	margin: 0 0.15rem 0 0.4rem ;
	margin-top: 2px;
}
.navto_list{
	padding-top: 0.32rem;
}
.position{
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: space-between;
	padding-right: 0.3rem;
}
.position a{
	color: #262626;
	font-size: 0.3rem;
}
a.posi_min{
	font-size: 0.26rem;
	margin-left: 0.3rem;
}
.page_list{
	padding-bottom: 1rem;
}
.posi_right{
	display: flex;
	align-items: center;
}
.look{
	color: #3477f6;
	    font-size: 0.24rem;
	    margin: 0.4rem 0.3rem 0;
	    text-align: center;
	    border-radius: 5px;
}

/*.left_time{
	justify-content: flex-end;
	margin-top: 0;
}*/