/* 移动端lsit*/
.mobile_list_body{
    height: 40px;
    padding: 10px 15px;
    display: none;
}

.mobile_tabs{
    border-bottom: 2px solid #A11823;
    display: none;
}
.mobile_tabs_list{
    background: #fff;
    padding: 10px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_tabs_list .mobile_tabs_item{
    border-radius: 4px 4px 0px 0px;
    color: #999999;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    width: 95px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_tabs_list .mobile_tabs_item a{
    color: #999999;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
}
.mobile_data_list{
    display: none;
}
.mobile_more{
    color: #999;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile_tabs_active{
    background: #A11823;
    font-size: 16px !important;
    color: #fff !important;
}
.mobile_tabs_active a{
    background: #A11823;
    font-size: 16px !important;
    color: #fff !important;
}

/* 移动端list结束*/
/*--------------------------------------*/
/* 移动端list1 */
.mobile_list1_body , .mobile_list1_box{
    display: none;
}
.mobile_active{
    font-weight: bold;
    color: #A11823;
}
.left_arrow{
    transition: all .3s;
}
.left_arrow_active{
    color: #A11823;
    font-weight: bold;
    transform: rotateZ(90deg) !important;
}
.mobile_nav_link_active{
    color:#A11823 !important;
    font-weight: bold;
}
.first_left_arrow{
    transition: all .3s;
}
.mobile_first_active{
    transform: rotateZ(90deg);
}
.mobile_footer{
    display: none;
}
.mobile_box{
    width: 100%;
    transition: all .5s;
    background: #fff;
    position: absolute;
    top: -420px;
    z-index: 999;
    padding: 10px 0;
    max-height: 450px;
    overflow-y:auto;
}
.mobile_box_active{
    width: 100%;
    transition: all .5s;
    background: #fff;
    position: fixed;
    top: 50px;
    z-index: 999;
    padding: 10px 0 20px;
    box-shadow: 0px 2px 24px 0px rgba(58,58,58,0.3);
    max-height: 480px;
    overflow-y:auto;
}


@media screen and (max-width: 850px){
    body{
        background: #fff;
    }
    /* 移动端中间内容 list1页面 */
    .mobile_list1_body{
        display: flex;
        align-items: center;
        width: 90%;
        height: 50px;
        font-size: 14px;
        color: #2E2020;
        border-radius: 4px;
        background: #F7EBEC;
        padding: 0 20px;
        margin: 20px auto 0;
    }
    .mobile_list1_body a{
        font-size: 14px;
        color: #2E2020;
    }
    .mobile_list1_body span{
        color: #A11823;
    }
    .mobile_list1_body span b{
        font-size: 18px;
        font-weight: 700;
        margin-left: 20px;
    }
    /*移动端列表list1*/
    .mobile_list1_box{
        display: block;
        padding: 0 15px;
    }
    .mobile_nav .mobile_nav_item{
        height: 55px;
        border-bottom: 1px solid #E5E5E5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .mobile_nav-link{
        color: #2E2020;
    }
    /* 文献资源 */
    .mobile_resouce_box {
        display: none;
    }
    .mobile_list{
        display: none;
    }
    /* 借阅服务 */
    .mobile_borrow_box{
        display: none;
        transition: all 5s;
    }
    /* 学科支持 */
    .mobile_subject_box{
        display: none;
    }
    /* 我的图书馆 */
    .mobile_mylib_box{
        display: none;
    }
    /* 关于我们 */
    .mobile_about_box{
        display: none;
    }
    /*移动端列表list1公共样式*/
    .mobile_public{
        background: #FAFAFA;
    }
    .mobile_public ul li{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-family: PingFang SC-Medium, PingFang SC;
        font-weight: 500;
        color: #666666;
        padding: 0 20px;
    }
    .mobile_public ul li a{
        font-family: PingFang SC-Medium, PingFang SC;
        color: #666666;
    }
    .mobile_public .first{
        margin-left: 0px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #A11823;
        margin-top: 0px;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        border-bottom: 1px solid #E6E6E6;
    }
    .mobile_public .first a{
        font-family: Microsoft YaHei;
        color: #A11823;
        font-weight: bold;
    }
    .mobile_public .first i{
        float: right;
    }
    .mobile_public .first:before {
        content: "●";
        color: #A11823;
        margin-right: 10px;
        font-size: 20px;
    }
    /* 移动端列表list1结束 */

    /*-------------------------------------- */

    /* 移动端列表list */
    .mobile_list_body{
        display: block;
    }
    .mobile_tabs{
        display: block;
    }
    .mobile_data_list{
        display: block;
        padding: 0 10px;
    }
    .mobile_content_item{
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 14px;
        border-bottom: 1px dashed  #D9D9D9;
    }
    .mobile_content_item_title{
        display: flex;
        align-items: center;
    }
    .mobile_content_item_title a{
        color: #212529;
        text-decoration: none;
        display: block;
        width: 250px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: PingFang SC-Medium, PingFang SC;
    }
    .mobile_list_time{
        color: #999999;
        margin-left: 10px;
    }
}
