<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
html,body{
	font-size: .32rem;
	width:100%;
	height:100%;
	background: #f7f7f7;
}
.school{
	padding: 0 .3rem;
}
.schoolNav{
	overflow: hidden;
	margin:.2rem 0;
}
.schoolNav a{
	display: inline-block;
	width: 1.38rem;
	height:.5rem;
	color:#333;
	background:#e6e3e3;
	text-align:center;
	line-height: .5rem;
	font-size: .24rem;
	margin:.1rem .45rem .1rem 0;
	border-radius:.1rem;
	float:left;
}
.schoolNav .current{
	background: #05a0d0;
    color: #fff;
}
.schoolNav a:nth-child(4n){
	margin-right:0;
}
.schoolList ul{
	border:solid 1px #999;
	font-size: .24rem;
	color:#333;
	margin-bottom: .2rem;
}
.schoolList ul li{
	border-bottom:solid 1px #999;
	overflow: hidden;
	line-height: .5rem;
}
.schoolList ul li span{
	float:left;
	width:1rem;
	text-align: center;
}
.schoolList ul li p{
	float: left;
	width: 80%;
	border-left: solid 1px #999;
	padding-left:.2rem;
}
.schoolList ul li:nth-child(2n){
	background:#ececec;
}
.schoolList ul li:last-child{
	border:none;
}
.toggle img{
	width:.32rem;
	height:.32rem;
	padding-top:.1rem;
}
.header{
	height:.8rem;
	background:#fff;
}
.header h1{
	font-size:.26rem;
	color:#22252e;
	text-align: center;
	line-height:.8rem;
}
.returnBtn{
	position:absolute;
	top:.22rem;
	left:.35rem;
	width: .2rem;
}</pre></body></html>