@media (max-width: 768px) {
     body {
        background: #F8F8F8;
        background-image: url(../image/schoolInfo/schoolInfo-bg.png) !important;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .ai-250313-boot3-box{
         display: none !important;
    }

    .m-box {
        padding: .3rem .13rem;
    }

    
    .back {
        display: block;
        font-weight: 800;
        font-size: .16rem;
        color: #0e0805;
        margin-bottom: .22rem;
    }

    .back img {
        height: .14rem;
        margin-right: .18rem;
    }

    .school-info {
        display: flex;
        align-items: center;
        margin-bottom: .22rem;
    }

    .school-info .school-logo {
        width: .91rem;
        height: .91rem;
        border-radius: 50%;
        margin-right: .1rem;
    }

    .school-text {
        display: flex;
        flex-direction: column;
    }

    .school-text h2 {
        font-weight: 700;
        font-size: .16rem;
        color: #2c2c2c;
        margin-bottom: .06rem;
    }

    .school-text>div {
        display: flex;
        flex-wrap: wrap;
    }

    .school-text>div p {
        border-radius: .04rem;
        margin-right: .08rem;
        margin-bottom: .08rem;
        font-size: .13rem;
        color: #b44a2d;
        padding: .03rem .08rem;
        background: linear-gradient(128deg, #ffd7a3, #ffe9be, #ffd7a3);
    }

    .card {
        background: #fff;
        border-radius: .11rem;
        padding: .13rem;
        margin-bottom: .23rem;
    }

    .text-list li {
        display: flex;
        color: #000;
        margin-bottom: .11rem;
        align-items: baseline;
    }

    .text-list li div {
        text-wrap: nowrap;
        font-size: .13rem;
        white-space: nowrap;
    }

    .text-list li img {
        display: inline-block;
        width: .16rem;
        height: .16rem;
        margin-right: .11rem;
    }

    .text-list li span {
        color: #5d5d5d;
        margin-left: .11rem;
        line-break: anywhere;
        word-wrap: break-word;
        white-space: normal;
        font-size: .13rem;
    }

     .text-list li span a{
        display:inline-block
    }
    .text-list li span a::after{
           content:',';
           display:inline-block;
    }
    .text-list li span a:last-child::after{
        display:none;
    }

    .nav-tab li {
        font-size: .16rem;
        font-weight: 700;
        color: #000;
        text-align: center;
        padding-bottom: .13rem;
        padding-top: .08rem;
    }

    .nav-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: .2rem;
    }

    .nav-tab .ac {
        font-weight: 700;
        font-size: .17rem;
        color: #f15717;
        position: relative;
    }
    .nav-tab .ac a{
        font-size: .17rem;
        color: #f15717;
    }
         

    .nav-tab .ac:after {
        content: "";
        display: block;
        width: .4rem;
        height: .02rem;
        background: #f15717;
        border-radius: .01rem;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }



    .footer-box {
        background: #fe6f05;
        margin-top: .2rem;
    }

    .footer-box .t {
        font-weight: 400;
        font-size: .12rem;
        color: #fff;
        padding: .25rem 0 .11rem;
    }

    .footer-box .t .img-box {
        padding: 0 .18rem;
        display: flex;
        align-items: top;
        justify-content: space-between;
        margin-bottom: .16rem;
    }

    .footer-box .t p {
        line-height: 2;
        text-align: center;
        font-weight: 400;
        font-size: .11rem;
        margin: 0;
    }

    .footer-box .t .img-box img {
        height: .37rem;
        margin-top: .19rem;
    }

    .footer-box .t .img-box .ewm-box {
        display: flex;
    }

    .footer-box .t .img-box .ewm-box div:nth-child(1) {
        margin-right: .19rem;
    }

    .footer-box .t .img-box .ewm-box div img {
        width: .62rem;
        height: .62rem;
        margin: 0;
        background-color: #fff;
    }

    .footer-box .t p {
        line-height: 2;
        text-align: center;
        font-weight: 400;
        font-size: .11rem;
        margin: 0;
    }

    .footer-box a {
        font-size: .11rem;
    }

    .footer-box .b {
        padding: .11rem 0 0;
        border-top: .01rem solid #fd954b;
        text-align: center;
        font-weight: 400;
        font-size: .11rem;
        color: #f2d0b8;
        line-height: 2;
    }

    .footer-box .b a {
        text-decoration: none;
        color: #f2d0b8;
    }

    .footer-box .b img {
        width: .13rem;
        display: inline-block;
    }

     .table {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        border: .01rem solid #ebebeb;
        width: 100%;
        border-collapse: collapse;
        border-bottom: none;
    }

    .table .table-header,
    .table .table-row {
        display: flex;
        width: 100%;
        border-bottom: .01rem solid #ebebeb;
    }

    .table .table-header {
        background-color: #f7f7f7;
        font-size: .12rem;
        color: #606060;
    }

    .table .table-header div,
    .table .table-row div {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        padding: .04rem;
        text-align: center;
        border-right: .01rem solid #ebebeb;
        font-size: .12rem;
        color: #222;
        line-height: .2rem;
        font-size: .12rem;
    }
    .table p{
        font-size: .12rem;
    }

    .table .center {
        text-align: center !important;
    }

    .el-scrollbar .el-scrollbar__bar {
        opacity: 1 !important;
    }
}