.school_box {
    padding: 0.8rem 0 1.5rem;
}

.mobile .school_box {
    padding: 0.3rem 0 0;
}

.tab_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -0.15rem;
}


.tab_box>div {
    margin-left: 0.36rem;
    display: flex;
    align-items: center;
}

.mobile .tab_box>div {
    margin-left: 0.1rem;
}

.tab_box>div>select {
    border: none;
    outline: none;
    font-size: 16px;
    background: #fff;
}

.mobile .tab_box>div>select {
    font-size: 0.12rem;
    width: 1.5rem;
}

.school_list_box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.64rem;
}

.mobile .schoole_list {
    width: 100%;
    padding: 0 1.4rem;
}

.schoole_list {
    width: 9.48rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.schoole_list .school_item {
    width: 4.5rem;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    margin-right: 0.2rem;
    padding: 0.16rem 0.48rem 0.24rem;
    text-align: center;
    color: #101010;
}

.mobile .school_item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.8rem;
}

.schoole_list .school_item:hover {
    outline: 2px solid #4B523E;
}

.schoole_list .school_item>a {
    color: #101010;
}

.school_title>p:nth-child(1) {
    font-size: 0.18rem;
}

.school_title>p:nth-child(2) {
    font-size: 0.12rem;
    margin-bottom: 0.18rem !important;
}

.schoole_list .school_item .school_img_box {
    position: relative;
    height: 1.95rem;
}

.schoole_list .school_item .school_img_box .school_img {
    width: 100%;
    height: 100%;
}

.school_icon {
    position: absolute;
    width: 0.52rem;
    height: 0.52rem;
    background: #fff;
    border-radius: 50%;
    top: -0.2rem;
    right: -0.2rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, .5);
    overflow: hidden;
}

.school_icon>img {
    width: 100%;

}

#pageToolbar {
    width: 12rem;
    margin: 0 auto;
    padding-right: 0.67rem;
    box-sizing: border-box;
}

.mobile #pageToolbar {
    width: 100%;
    text-align: center;
}

.mobile .ui-paging-container ul {
    text-align: center;
}

.test_box {
    margin: 0 auto;
    padding: 0 0.72rem;
    box-sizing: border-box;
}

.mobile .test_box {
    margin-top: 1rem;
}

.test_box .test_title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.24rem;
    color: #424E37;
}

.mobile .test_title {
    font-size: 0.44rem;
    align-items: center;
}

.test_box .test_title>img {
    width: 0.36rem;
    margin-right: 0.2rem;
}

.mobile .test_title>img {
    width: 0.44rem;
}

.test_box .test_form_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}

.test_box .test_form_box>input {
    width: 4.9rem;
    height: 0.6rem;
    border: 2px solid #405035;
    margin-bottom: 0.12rem;
    padding-left: 0.24rem;
}

.mobile .test_box .test_form_box>input {
    width: 100%;
    border: 1px solid #405035;
}

.test_box .test_btn {
    width: 1.92rem;
    height: 0.48rem;
    text-align: center;
    margin: 0.38rem auto 0.72rem;
    background: #405035;
    color: #fff;
    line-height: 0.48rem;
}

.mobile .test_btn {
    width: 3.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
}