<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    width: 100%;
    margin: auto;
    position: relative;
}

.ban {
    width: 100%;
    height: 100%;
    display:block;
}

.bansw {
    width: 50%;
    height: 100%;
    display: block;
}

.bannermin {
    width: 90%;
    margin: auto;
    position: relative;
}

.bannerminsuper {
    width: 60%;
    margin: auto;
    position: relative;
}


.ask {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.askTel {
    width: 3.7rem;
    height: 1rem;
    text-align: center;
    font-size: .3rem;
    border-radius: .8rem;
    margin-left: .8rem;
    line-height: 1rem;
    border: 1px solid #D79F6A;
    background-color: #FFFFFF;
    color: #D69E6A;
    cursor: pointer;
}

.askMore {
    width: 3.7rem;
    height: 1rem;
    text-align: center;
    font-size: .3rem;
    border-radius: .8rem;
    line-height: 1rem;
    background: linear-gradient(90deg, #F0C396 0%, #D69E69 100%);
    /*box-shadow: 0px 5px 10px 0px rgba(215, 159, 106, 0.79);*/
    color: #FFFFFF;
    cursor: pointer;
}





.block {
    width: .666667rem;
    height: .08rem;
    background: #FFA60A;
    margin: auto;
}


.schoolListBox {
    width: 90%;
    text-align: center;
    margin: auto;
    position: relative;
    padding-bottom: .533333rem;
}



.schoolList {
    width: 98%;
    padding: .453333rem .266667rem .4rem .266667rem;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    margin-top: .533333rem;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
}


.school-item, .school-item2 {
    height: .586667rem;
    line-height: .586667rem;
    padding: 0 .266667rem;
    font-size: .293333rem;
    margin-left: .1rem;
    color: #010101;
    font-family: SourceHanSansSC;
    font-weight: 400;
    border: .026667rem solid #E6E6E6;
    border-radius: .133333rem;
    margin-bottom: .4rem;
    /* float: left;
    margin-left: .533333rem; */
}

.school-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more {
    margin-left: .346667rem;
}

.clk {
    color: #fff;
    background: #FD890D;
}

.address {
    width: 100%;
    margin: auto;
    font-size: .32rem;
}

    .address p {
        text-align: left;
        /* height: 1.626667rem; */
        font-family: SourceHanSansSC;
        color: #343434;
        line-height: .533333rem;
    }

        .address p span {
            font-weight: 600;
        }


</pre></body></html>