.kernel_content {
    background: #fff;
}

.filetree_wrap {
    width: 100%;
}

.filetree_leftbar {
    width: 300px;
    float: left;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #F2F2F2;
    position: relative;
    padding-top: 70px;
}

.filetree_touchbar{
    width: 3px;
    float: left;
    height: 100%;
    cursor: col-resize;
    transition: .1s
}

.filetree_rightcon {
    width: 776px;
    float: left;
    height: 100%;
}

.filetree_upload_wrap {
    width: 100%;
    height: 50px;
    background: #4795F7;
    padding: 12px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.upload_wrap{
    margin-right: 21px;
}

.upload_section {
    float: left;
    cursor: pointer;
}

.upload_section img {
    width: 26px;
    height: 26px;
    display: block;
    float: left;

}

.upload_section span {
    display: block;
    float: left;
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    margin-left: 7px;
    margin-top: 3px;
}

.filetree_list_wrap {
    margin-bottom: 15px;
}

.filetree_top {
    cursor: pointer;
}

.filetree_top img {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
}

.filetree_top span {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
    display: block;
    float: left;
    margin-left: 5px;
}

.filetree_contain {
    margin-left: 31px;
    margin-top: 15px;
}

.clickPtext {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: left;
}

.clickPtext div {
    float: left;
    max-width: 300px;
    min-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clickPtext img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    float: left;
    display: block;
}

.clickPtext p{
	margin-bottom: 0;
}

.filetree_section {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 22px;
}

.fils_btn {
    cursor: pointer;
}

.filetree_files{
	cursor: pointer;
}

.filetree_contain ul{
	margin-left: 16px;
}

#picker{
    float: left;
}

.webuploader-pick{
    display: block;
    float: left;
    height: 26px!important;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1)!important;
    line-height: 20px;
    margin-left: 7px;
    background: #4795F7!important;
    min-width: auto;
}