.school{
    overflow: auto;
    position: relative;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 95%;
}
.back{
    position: fixed;
    top: 10px;
    right: 10%;
    color: white;
    border: 1px solid white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: none;
}
@media screen and (min-width: 768px) {
    .school{
        width: 85%;
    }
    body>.search{
        width: 40%;
        left: 7%;
    }
    .back{
        display: block;
    }
}
body>.btns{
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 35px;
    z-index: 20;
}
body>.btns>a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 50%;
    margin-top: 15px;
}
/* 搜索框 */
.search{
    height: auto;
    width: 90%;
    position: fixed;
    left: 5%;
    top: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
}
.search>.name{
    color: white;
    font-size: 18px;
    width: 30%;
    white-space: nowrap;
    margin-left: 15px;
}
.search>.searchInput{
    border: 1px solid #e1e1e1;
    width: 70%;
    height: 35px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    background-color: rgb(247,249,251);
}
.search>.searchInput>input{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    text-indent: 1rem;
    background-color: rgb(247,249,251);
    line-height: 35px;
}
.search>.searchInput>i{
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    right: 6px;
    top: 4px;
    background-image: url(/abroad/images/shuaixuan_06.png);
    background-size: 100% 100%;
}
/* 筛选 */
.well{
    background-color: rgba(0,0,0,0);
    padding: 0;
    position: relative;
}
.well>div{
    position: absolute;
    right: 5%;
    top: 10px;
    z-index: 5;
}
.well>div>a{
    margin-right: 10px;
}
main .btns{
    padding: 10px 5%;
}
.well a{
    margin-right: 5px;
    text-decoration: none;
}

.select{
    margin-bottom: 15px;
}
.select>li{
    border-bottom: 1px solid rgb(237,237,237);
    margin: 0 4%;
    display: flex;
    height: 40px;
    margin-top: 10px;
    position: relative;
}
.select>li>div:nth-child(1){
    font-size: 14px;
    font-weight: 600;
    text-indent: 1rem;
}
.select>li>span{
    display: block;
    background-color: rgb(92,143,218);
    height: 3px;
    width: 70px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
}
.select>div{
    margin: 8px 4% 0;
}
.select>div>ul{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.select>div li{
    font-size: 12px;
    white-space: nowrap;
    background-color: white;
    color: rgb(193,193,193);
    border: 2px solid rgb(193,193,193);
    border-radius: 3px;
    padding: 3px 7px;
    margin: 0 5px 10px;
}
.select>div .active{
    background-color: rgb(238,242,251);
    color: rgb(134,171,228);
    border: 2px solid rgb(134,171,228);
}

#addr li{
    width: 60px;
}
#addr .s{
    display: inline-block;
    margin-left: 10px;  
}

.stu{
    margin-top: 25px !important;
}

.allAddr{
    text-align: center;
}
/* 学校 */
.schoolList{
    padding: 0 5%;
    text-align: center;
}
.schoolList>dd{
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 0px 5px #e1e1e1;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.schoolList>dd>.img-box{
    height: 80%;
    width:  30%;
    overflow: hidden;
    height: 130px;
    /* background-image: url(/abroad/images/xuexiao_06.png); */
    background-size: auto 100%;
    text-align: right;
}
.schoolList>dd>.img-box>img{
    height: 100%;
}
.schoolList>dd>.info{
    margin-left: 15px;
}
.schoolList>dd>.info>h5{
    font-weight: 600;
    text-align: left;
}
.schoolList>dd>.info>div{
    color: rgb(157,157,157);
    display: flex;
    justify-content: left;
    margin: 15px 0;
    white-space: nowrap;
    flex-wrap: wrap;
}
.schoolList>dd>.info>div>div{
    display: flex;
    justify-content: left;
    margin-right: 15px;
}
.schoolList>dd>.info>div>div>span{
    display: block;
    width: 12px;
    height: 15px;
    background-image: url(/abroad/images/yixiangxuexiao_06.png);
    background-size: 100% 100%;
}
.schoolList>dd>.info>ul{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 15px 0;
}
.schoolList>dd>.info>ul>li{
    color: rgb(157,157,157);
    padding: 3px;
    margin-right: 5px;
    margin-top: 5px;
    white-space: nowrap;
}
.schoolList>dd>button{
    position: absolute;
    right: 10px;
    top: 40px;
    width: 120px;
    height: 30px;
    color: rgb(254,190,92);
    border: 1px solid rgb(254,190,92);
    background-color: rgba(0,0,0,0);
}
/* 当没有找到语言学校时情况 */
.schoolList>img{
    width: 60%;
    margin-top: 30px;
}
.schoolList>p{
    text-align: center;
    line-height: 35px;
    color: #666;
}
/* 加载 */
.load{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.7;
}
.load>img{
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -50%;
}
.load>span{
    position: absolute;
    bottom: 0;
}