<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{overflow: hidden;}
#wrapper{
    position: absolute;
    left:0;
    right: 0;
    top: .88rem;
    bottom: 1.14rem;
    z-index:1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#schoollist_wapper{
    position: absolute;
    left:0;
    right: 0;
    top: 2.65rem;
    bottom: 1.14rem;
    z-index:1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.bgdee+.univer_content{
    min-height: calc(100vh - 4.9rem);
    /*margin-bottom: 2.2rem;*/
}
/*#wrapper .lookMore{margin-bottom: 1.6rem;}*/
#school-app {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.6rem;
	background: rgba(0, 0, 0, .5);
	padding: .1rem .52rem;
	font-size: .24rem;
	z-index: 99999;
} 
    #school-app form {
        font-size: 0;
    }
    
    #school-app form input {
        width: 50%;
        height: .65rem;
        font-size: .24rem;
        border-radius: 0;
        vertical-align: top;
    }
    
    #school-app input[type="text"] {
        background: #fff;
        border: 1px solid #dcdcdc;
        padding: 0 .14rem;
    }
    
    #school-app input[type="button"] {
        background: #28adc0;
        color: #efefef;
        text-align: center;
        border: none;
    }
    
    #school-app nav {
        height: .65rem;
        line-height: .65rem;
        margin-top: .1rem;
        font-size: 0;
    }
    
    #school-app a {
        display: inline-block;
        background: #0258af;
        text-align: center;
        width: 49%;
        height: 100%;
        color: #efefef;
        font-size: .24rem;
    }
    
    #school-app a:nth-child(1) {
        margin-right: 2%;
    }
    
    #school-app a:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: .12rem;
    }
    
    #school-app a:nth-child(1):before {
        content: "";
        background: url(../images/ico_app.png) 0 0 no-repeat;
        width: .3rem;
        height: .3rem;
        background-size: cover;
    }
    
    #school-app a:nth-child(2):before {
        content: "";
        width: .3rem;
        height: .3rem;
        background: url(../images/ico_app.png) 0 -.35rem no-repeat;
        background-size: cover;
    }

    #content{position: absolute;left:0;right:0;top:0;z-index: 1;}
    .popup{position:fixed;left:50%;top:50%;z-index:100000;width:300px;height: 160px;margin:-80px 0 0 -150px;background:#fff;z-index: 99991;font-size: .3rem;}
    .popup h3{background-color:rgb(39,174,194);text-align: center;color:#fff;height: 40px;line-height: 40px;font-size: 14px;}
    .popup .close{position: absolute;right:10px;top:8px;color:#fff;-webkit-transform:rotate(133deg);font-size:20px;width:23px;height:23px;border-radius:50%;background:#fff;color:#27aec2;text-align:center;}
    .popup .con{padding:.2rem .15rem .3rem;border: 1px solid #ccc;border-top: none;height: 120px;line-height: 18px;font-size:14px;}
	.popup .con p{text-align:center;color:#27aec2;margin-top:30px;}
    .overlay{position:fixed;left:0;top:0;z-index:99999;width:100%;height:100%;background:rgba(0,0,0,.5);z-index: 1000;}
    
/*åº•éƒ¨å›ºå®šæŒ‰é’®*/
.footer-tools {
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0.04rem 0.14rem 0 #dfdfdf;
    width: 100%;
    height: 1.14rem;
    font-size: 0;
    text-align: center;
    padding-top: .14rem;
    z-index: 7777;
    max-width: 750px;
}

.footer-tools a {
    color: #fff;
    display: inline-block;
    width: 2.1rem;
    height: .84rem;
    line-height: .84rem;
    font-size: .3rem;
    text-align: center;
    border-radius: .12rem;
    padding-left: .2rem;
    margin-right: .2rem;
}


.footer-tools a:nth-of-type(1) {
    background: #f6a623 url(../images/message.png) .15rem center no-repeat;
    background-size: .4rem .4rem;
}

.footer-tools a:nth-of-type(2) {
	width:2.7rem;
    background: #f6a623 url(../images/yuyue.png) .15rem center no-repeat;
    background-size: .4rem .4rem;
}

.footer-tools a:nth-of-type(3) {
    background: #f6a623 url(../images/phone.png) .15rem center no-repeat;
    background-size: .4rem .4rem;
    margin-right: 0;
}
</pre></body></html>