
body{
	max-width: 7.5rem;
}
.yellow{
	color: rgb(255, 118, 26);
}
.bold{
	font-weight: 600;
}
.school_item{ margin-bottom:0.1rem;}
.school_item .to_detail_btn{
	margin-left: 0.1rem;
	background-color:#f60;
}
.footer{
	background-color: unset;
}
footer{
	display: block;
}
.footer-info{
	font-size: 0.24rem;
	color: #666;
}
.footer-info .link a{
	font-size: 0.24rem;
	color: #666;
}

nav .topnav li.title a{
	line-height: 50px !important;
}

.table_type_name{
	line-height: 0.54rem !important;
}

nav #menu ul.menu li a{
	line-height: 35px !important
} 
nav .topnav{
	background: #f60;
	border-bottom: 1px solid #f60;
}
nav .menu li{
	font-size: 16px;
}
nav .menu{
	display: block !important;
}

.shaixuan{
	background-color: #fff;
	border-radius: 0.1rem;
	padding: 0.24rem 0.2rem;
	font-size: 0.26rem;
	margin-bottom: 0.3rem;
}
.shaixuan .sx_line{
	display: flex;
	
	margin-bottom: 0.14rem;
}
.shaixuan .sx_line:last-child{
	margin-bottom: 0;
}
.shaixuan .sx_line .label{
	flex-shrink: 0;
	text-align: right;
	width: 0.8rem;
	margin-right: 0.3rem;
	position: relative;
	top: 0.03rem;
	opacity: 0.8;
	
}
.shaixuan .sx_line .item_box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.shaixuan .sx_line .item_box a{
	margin-right: 0.2rem;
	margin-top: 0.03rem;
	margin-bottom: 0.03rem;
}
.shaixuan .sx_line .item_box a.active{
	background-color: #e0f2ff;
	color: #5E82FF;
	padding: 0.02rem 0.08rem;
	border-radius: 0.06rem;
}


	.paginator{
		font-size: 0.25rem;
		margin:0 0.2rem;
		margin: auto;
		width: 100%;
		color: #555;
		/* background-color: pink; */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.paginator li{
		 height: 0.3rem;
		min-width: 0.3rem;
		line-height: 0.3rem !important;
		text-align: center;
		background-color: #ffffff;
		color: #ccc;
		border-radius: 0.04rem;
		padding: 0.01rem 0.02rem;
		margin: 0.05rem;
	}
   .paginator a{
		 height: 0.3rem;
		 min-width: 0.3rem;
		line-height: 0.3rem !important;
		text-align: center;
		background-color: #ffffff;
		color: #3d3d3d;
		border-radius: 0.04rem;
		padding: 0.01rem 0.02rem;
		margin: 0.05rem;
	}
	.paginator a:hover{
		background-color: #dff4fd;
	}

.weui-mask {
position: fixed;
z-index: 1000;
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
position: fixed;
z-index: 5000;
width: 80%;
max-width: 750px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #FFFFFF;
text-align: center;
border-radius: 0.06rem;
overflow: hidden;
}

.weui-dialog__hd {
padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
font-weight: 400;
font-size: 0.36rem;
}

.weui-dialog__bd {
padding: 0 1.6em 0.8em;
min-height: 0.8rem;
font-size: 0.28rem;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
color: #808080;
text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
padding: 0.3rem 0.4rem 1.7em;
color: #353535;
}

.weui-dialog__ft {
position: relative;
line-height: 0.96rem;
font-size: 0.36rem;
display: -webkit-box;
display: -webkit-flex;
display: flex;
}

.weui-dialog__ft:after {
content: " ";
position: absolute;
left: 0;
top: 0;
right: 0;
height: 0.02rem;
border-top: 0.02rem solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleY(0.5);
transform: scaleY(0.5);
}

.weui-dialog__btn {
display: block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
color: #09BB07;
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;
}

.weui-dialog__btn:active {
background-color: #EEEEEE;
}

.weui-dialog__btn:after {
content: " ";
position: absolute;
left: 0;
top: 0;
width: 0.02rem;
bottom: 0;
border-left: 0.02rem solid #D5D5D6;
color: #D5D5D6;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transform: scaleX(0.5);
transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
display: none;
}

.weui-dialog__btn_default {
color: #353535;
}

.weui-dialog__btn_primary {
color: #09BB07;
font-size: 0.32rem;
line-height: 0.8rem !important;
}
.weui-dialog__bd img{
	height: auto !important;
	margin-top: 0.1rem;
}

body{
	padding-bottom: 1.1rem;
}
.daofen_footer_btn a {
	line-height: 0.8rem !important;
	background-color: #f60;
	font-size: 0.32rem;
	border-radius: 0.8rem;
	text-align: center;
	color: #fff;
}
.daofen_footer_btn{
	border-top: 1px solid rgb(240, 240, 240);
	padding-bottom: 0.30rem;
}
.other-city{
	width: 50%;
}

