/* 底部部 PC端样式*/
@media (min-width: 901px) {
    .mo_footer {
        display: none;
    }

    .footer_wrapper {
        background: #383738;
        padding: 30px 0 15px;
        color: #aaa;
        font-size: 14px;
        line-height: 25px;
    }

    .footer_wrapper p {
        text-indent: 0 !important;
    }

    .footer_wrapper .footer_content {
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
 
    .footer_wrapper a {
        color: #aaa;
    }

    .footer_wrapper a:hover {
        color: #fff
    }

    .footer_wrapper .links {
        display: flex;
    }

    .footer_wrapper .footer-nav {
        width: 715px;
        display: flex;
        text-align: center;
    }

    .footer_wrapper .nav-title,
    .footer_wrapper .about-title {
        font-size: 16px;
        color: #fff;
    }

    .footer .footer-nav .nav-list {
        margin-top: 20px;
    }

    .footer_wrapper .footer-nav .sort1,
    .footer_wrapper .footer-nav .sort2 {
        width: 100px;
    }

    .footer_wrapper .footer-nav .sort3 {
        width: 140px;
    }

    .footer_wrapper .footer-nav .sort4 {
        width: 360px;
    }

    .footer_wrapper .footer-nav .footer .about-us {
        flex: 1;
    }

    .about-name {
        margin-top: 20px;
    }

    .footer_wrapper .about-tel {
        /* font-size: 16px; */
        margin-top: 20px;
        margin-bottom: 15px;
        display: flex;
    }

    .footer_wrapper .about-tel span:nth-of-type(1) {
        width: 80px;
    }

    .footer_wrapper .address {
        display: flex;
    }

    .footer_wrapper .address span:nth-of-type(1) {
        width: 70px;
    }

    .footer_wrapper .friendship-link,
    .footer_wrapper .copyright {
        font-size: 12px;
        line-height: 22px;
        box-sizing: border-box;
        text-align: center;
        color: #707070;
    }

    .footer_wrapper .friendship-link {
        margin-top: 40px;
    }

    .footer_wrapper .copyright a,
    .footer_wrapper .friendship-link a {
        color: #707070;
    }

    .footer_wrapper a:hover {
        color: #fff;
    }




    .addTeachers {
        /* width: 420px;
            height: 500px; */
        padding: 10px;
        background: #fff;
        position: fixed;
        left: 0;
        bottom: 430px;
        border-radius: 5px;
        border: 1px solid black;
        z-index: 9999;
    }

    .addTeachers .top {
        width: 100%;
        height: 40px;
        text-align: center;
        font-weight: bold;
    }

    .addTeachers img {
        width: 180px;
    }

    .addTeachers .bot {
        text-align: center;
    }

    .addTeachers .bot strong {
        color: #fe0909;
    }
}

/* 底部 移动端样式*/
@media (max-width: 900px) {
    .footer_wrapper .pc_footer {
        display: none;
    }

    .mo_footer {
        display: flex;
        width: 100%;
        justify-content: space-between;
        height: 8rem;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0 0 2rem #ccc;
    }

    .menu_icon {
        width: 14%;
        position: relative;
        border-right: 0.1rem solid #ccc;

    }

    .menu_icon .iconfont {
        font-weight: 700;
        color: #666;
        font-size: 4.6rem !important;

    }
    
    .menu_icon .menu_list_wrap {
        position: absolute;
        left: 0;
        bottom: 8rem;
        width: 25rem;
        height: 0;
        background-color: #fff;
        overflow: hidden;
        transition: all 0.2s linear;
        box-shadow: 0 0.1rem 0.1rem hsl(0deg 0% 0% / 0.075),
            0 0.2rem 0.2rem hsl(0deg 0% 0% / 0.075),
            0 0.4rem 0.4rem hsl(0deg 0% 0% / 0.075),
            0 0.5rem 0.5rem hsl(0deg 0% 0% / 0.075),
            0 1.6rem 1.6rem hsl(0deg 0% 0% / 0.075);
        ;
    }
   
    .footer_wrapper .menu_list a {
        font-size: 3.6rem;
        color: #333;
        display: block;
        text-align: center;
        line-height: 1;
        padding: 3rem;
        border-bottom: 0.1rem solid #eee;
    }
    .mo_footer_item {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3rem;
    }

    .menu_list_wrap {
        position: absolute;
        bottom: 8rem;
        left: 0;
    }

    .mo_footer_item:nth-child(n+1) .iconfont {
        font-size: 4.6rem;
        margin-right: 1.5rem;
    }

    .mo_footer_item1 {
        width: 43%;
        color: #666;
    }

    .mo_footer_item1 .iconfont {
        color: #44bfd0;
    }

    .mo_footer_item2 {
        width: 43%;
        background-color: #3bbcce;
        color: #fff;
    }


}