.school_search_inputs{
    width: 100%;
    height: 2.8rem;
    background: linear-gradient(180deg, #74D3F9 0%, rgba(181,234,157,0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.school_search_input_box{
    width: 89%;
    height: 0.8rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0.4rem;
    display: flex;
}
.school_search_input{
    flex: 1;
    padding-left: 0.3rem;
    box-sizing: border-box;
    border-radius: 0.4rem 0 0 0.4rem;
}
.school_search_btn{
    width: 1.4rem;
    height: 100%;
    background-color: #020302;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 0.28rem;
    font-weight: bold;
    flex-shrink: 0;
}
.school_navs{
    width: 100%;
    margin-top: -10px;
}
.school_nav_box{
    width: 100%;
    height: 0.8rem;
    display: flex;
}
.school_nav_title{
    flex: 1;
    color: #34353A;
    font-size: 0.24rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(52, 53, 58, 0.2);
    box-sizing: border-box;
}
.school_nav_title:last-child{
    border-right: none;
}
.school_nav_title::after{
    content: '';
    width: 0.26rem;
    height: 0.16rem;
    background-image: url(https://imgs.sfkedu.com/artdesign/img/school/m/arrow_icon.png);
    background-size: cover;
    margin-left: 0.2rem;
    /* margin-top: 0.04rem; */
}
.school_nav_title.active::after{
    background-image: url(https://imgs.sfkedu.com/artdesign/img/school/m/arrow_icon_a.png);
}
.school_nav_list{
    width: 100%;
    flex-wrap: wrap;
    display: none;
}
.school_nav_list.active{
    display: flex;
}
.school_nav_item{
    width: 21.7%;
    height: 0.6rem;
    border: 1px solid #F5F5F5;
    box-sizing: border-box;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.24rem;
    margin-right: 4.3%;
    margin-top: 10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.school_nav_item:nth-child(4n){
    margin-right: 0;
}
.school_nav_item.active{
    border: none;
    background: linear-gradient(180deg, #74D3F9 0%, #B5EA9D 100%);
    color: #000000;
}
.school_item{
    width: 100%;
    padding: 15px 10px 20px 15px;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}
.school_item:hover{
    border-color: #F5F5F5 !important;
}
.school_item_infos{
    display: flex;
}
.school_item_logo{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
.school_item_logo>img{
    border-radius: 50%;
}
.school_item_names{
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.school_item_name{
    color: #34353A;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.school_item_en_name{
    color: #34353A;
    font-size: 0.24rem;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.school_item_bot{
    margin-top: 25px;
    display: flex;
    align-items: center;
}
.school_item_info{
    flex: 1;
    margin-right: 20px;
    color: #34353A;
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.school_item_info>p{
    letter-spacing: 0;
}
.school_item_btns{
    display: flex;
    flex-direction: column;
}
.school_item_btn{
    width: 1.4rem;
    height: 0.5rem;
    border: 1px solid rgba(52, 53, 58, 0.2);
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.2rem;
    margin: 0.1rem 0;
}
.school_more{
    width: 5.1rem;
    height: 0.8rem;
    background: #63C697 linear-gradient(90deg, #74D3F9 0%, #B5EA9D 100%);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 0.28rem;
    margin: 0 auto 40px;
}