html{
    font-size: 16px;
}
.mobile_body{
    width: 100%;
    min-height: 100vh;
    background-color: #fefefe;
}
.mobile_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem .5rem;
    width: calc(100% - 1rem);
    font-size: .9rem;
    font-weight: bold;
}
.mobile_banner{
    width: 100%;
    height: 10rem;
    background-image: url("/static/image/app_banner.png");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.mobile_banner_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}
.mobile_banner_name{
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
}
.mobile_banner_name>div{
    white-space: nowrap;
    margin-bottom: .7rem;
}
.mobile_banner_name>div:first-child{
    font-size: 1rem;
}
.mobile_search{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    width:  calc(100% - .4rem);
    padding: .4rem .2rem;
}
.mobile_search .mobile_search_input{
    display: flex;
    align-items: center;
    padding: 0 .7rem;
    width: calc(100% - 4.6rem);
    background-color: #FFFFFF;
    border-radius: .3rem;
}
.mobile_search .mobile_search_input input{
    outline: none;
    appearance: none;
    border: none;
    padding: .4rem .2rem;
    width: calc(100% - 2rem);
    font-size: .9rem;
}
.mobile_search .mobile_search_input input:disabled {
    color: #000;
    opacity: 1;
    background-color: #FFFFFF;
    -webkit-text-fill-color: #000;
}
.mobile_search .mobile_search_input input::placeholder{
    color: #dcdcdc;
    font-size: .9rem;
}
.mobile_search_input .icon-dzsousuo{
    font-size: 1rem;
}
.search_btn{
    color: #222222;
    font-weight: bold;
    font-size: 1rem;
    margin-left: .5rem;
}
.mobile_list{
    padding: 0rem 1rem;
}
.mobile_list_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 1rem;
    padding: .7rem 0.2rem;
    border-bottom: 1px solid #e3e3e3;
    /*box-shadow: 0 0px 5px 1px rgb(0 0 0 / 10%);*/
    /*box-shadow: ;*/
}
.mobile_list_title_name{
    font-weight: bold;
}
.mobile_list_title_more{
    font-size: 12px;
    color: #27b0f2;
}
.mobile_list_body{
    /*padding: 1rem 0 0 0;*/
}
.mobile_list_body_item{
    list-style: none;
    border-bottom: 1px solid #e3e3e3;
    padding: .4rem 0rem;
}
.mobile_list_body_item::marker{
    color: #63acfd;
    font-weight: bold;
}
.mobile_list_body_item:last-child{
    border: none;
}
.body_item_name{
    margin-bottom: .3rem;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    color: #222222;
}
.body_item_Time{
    font-size: 12px;
    color: #a0a0a0;
}
.body_item_file{
    font-size: .7rem;
    margin-top: 2px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mobile_list_search{
    background-color: #ecf2fe;
    color: #5a8fe7;
    margin-top: 1rem;
    padding: .4rem .7rem;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
}
.mobile_footer{
    padding: .7rem 0;
    background-color: #222222;
    color: #FFFFFF;
    font-size: .6rem;
    text-align: center;
}
.mobile_footer_item{
    margin: .7rem 0;
}

.file_title{
    text-align: center;
    margin-top: .7rem;
    margin-bottom: .3rem;
    font-size: 1rem;
    font-weight: bold;
}
.file_push_item{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    color: #999999;
    margin-bottom: .7rem;
}
.file_push_item span{
    margin: 0 .1rem;
}
.file_name{
    display: flex;
    font-size: .9rem;
    color: #88b8f8;
    justify-content: center;
    padding-bottom: .7rem;
    border-bottom: .02rem solid #e3e3e3;
}

.guide_item_ul li{
    padding: .7rem 0;
    border-bottom: 1px solid #e2e2e3;
    color: #0e78c9;
}
.guide_item_ul li:last-child{
    border-bottom: none;
}

.guide-item{
    margin: .7rem;
    font-size: 1rem;
    padding: 10px;
    border-radius: 5px;
    /*box-shadow: 1px 1px 10px #999999;*/
    box-shadow: 0 0px 5px 1px rgb(0 0 0 / 10%)
}
.guide-item-title{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: .7rem;
}
.guide-item-content{
    font-size: .9rem;
    line-height: 1.5rem;
}
.guide-item-label{
    display: inline-block;
    text-align: right;
    color: #999999;
    vertical-align: middle;
}
.search_item{
    padding: 8px 10px;
    /*border-bottom: 1px solid #e3e3e3;*/
    /*border-top: 1px solid #e3e3e3;*/
    margin: 10px;
    box-shadow: 0 0px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
}
.search_title{
    font-size: .9rem;
    font-weight: bold;
}
.search_title a{
    color: #0e78c9;
}

.search_list_item_content{
    margin: 5px 0;
}
.search_list_item_span{
    font-size: .8rem;
    color: #999999;
}

.search_list_item_span span{
    font-size: .8rem;
    color: #222222;
}
.preview_box{
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 3px;
}
.preview_title{
    display: flex;
    font-size: 16px;
    font-weight: bold;
    align-items: flex-start;
    justify-content: space-between;
}
.preview_title label{
    display: block;
    width: calc(100% - 4rem);
}
.preview_title span{
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: normal;
    background-color: #0e78c9;
    margin-left: 5px;
}
.preview_content{
    /*margin: 10px;*/
}
.preview_content_item{
    line-height: 1.6rem;
}
.preview_content_label{
    color: #999999;
}
.mobile_title{
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    /*margin:10px;*/
    /*padding-bottom: 10px;*/
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_userInfo{
    padding: 10px 16px;
}

.userInfo_name{
    font-size: 1.1rem;
    font-weight: bold;
}
.userInfo_phone{
    font-size: .9rem;
    color: #999999;
    margin-top: 10px;
}

.filePageBtn{
    margin: 10px;
}
.menu_list{
    margin: 5px 0;
    font-size: .9rem;
}
.menu_list span{
    color: #999999;
}
.menu_list span::before{
    content: '/';
    display: inline-block;
    margin: 0 2px;
}
.menu_list span:first-child::before{
    content: '';
    display: inline-block;
}
.file_name{
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.file_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    margin: 10px;
    border-bottom: 1px solid #f3f3f3;

}
.file_item:last-child{
    border-bottom: none;
}
.file_img{
    width: 40px;
    height: 40px;
}
.file_img img{
    width: 100%;
}
.file_left{
    width: calc(100% - 75px);
    margin-left: 5px;
}
.my-file-item-title{
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.file_time{
    font-size: 12px;
    margin-top: 5px;
    color: #999999;
}
.file_right{
    margin-left: 10px;
}
.file_right i{
    font-weight: bold;
}
.supervise{
    font-size: 1.1rem;
    font-weight: bold;
    padding:5px 10px;
    margin: 5px 10px;

}