﻿
/*html {
    font-size: 10px;
}*/

.puser_top {
    height: 70px;
    width: 100%;
    color: #fff;
    position:relative;
}
.puser_top .puser_top_bg{
    width:100%;
    height:100%;
}
.puser_top .puser_logo{
    position:absolute;
    left:20px;
    top:17px;
}
.puser_top .puser_logo .logo {
    height:40px;
}

.puser_top_right {
    position:absolute;
    right:20px;
    top:20px;
    display: flex;
    align-items: center;
}

.puser_top_right .form-control {
    width: 100px;
    margin-left: 20px;
    cursor: pointer;
     padding:0 6px;
     height:30px;
}

.puser_con {
    width: 100vw;
    /* height:100vh; */
    background: #fff;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.puser_bcon {
    position: relative;
}

.puserleft {
    width: 300px;
    background: #f3f3f3;
    height: 100%;
    border-right: 1px solid #D6D6D6;
    float: left;
}
.puserleft .form-control{
  padding-right: 20px;
}
.puser_bcon .menufold {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 55px;
    cursor: pointer;
}
.puser_bcon .menufold .menufoldImg{
    width: 100%;
    height: 100%;
}
.puser_center .search {
    display: flex;
    margin-left: 45px;
    position: relative;
    margin-right: 20px;
    width: 250px;
}

.puser_center .search .searchimg {
    position: absolute;
    right:20px;
    width: 22px;
    height: 22px;
    top:5px;
}
.form-control{
    border:1px solid #e4e6ec;
    border-radius: 5px;
    height:32px;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.puserright {
    flex-grow: 1;
    float: left;
    width:calc(100vw - 300px);
    height: 100%;
    position: relative;
}

.puser_center {
    height: 55px;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 20px;
    padding-left:30px;   
}

.puser_center .puserright_top_left {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    /* float: left;
    margin-top:17px; */
}
.onlineleft{
    display: flex;
    align-items: center;
    float: left;
    margin-top:15px;
}
.offlineleft{
    display: flex;
    align-items: center;
    float: left;
    margin-top:15px;
}
.puserright_top_left > li {
    display: inline-block;
}

.puserright_top_left > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}

.puserright_top_right {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 10px;
    width: 480px;
    float: right;
}
.puserright_top_right.offline_right{
    width: 540px;
}
.puser_center .tocaxa {
    cursor: pointer;
    /* float: left; */
    margin-right: 10px;
    /* margin-top:15px;  */
}
.puser_center .tocaxaimg{
    width:22px;
}
.back_forward{
    display: flex;
}

.puser_center .goback {
    background: url(../image/back.png) no-repeat;
    background-size: 24px 24px;
    line-height: 24px;
    padding-left: 26px;
    margin-right: 20px;
    cursor: pointer;
}

.puser_center .forward {
    background: url(../image/forward.png) no-repeat;
    background-size: 24px 24px;
    padding-left: 26px;
    line-height: 24px;
    margin-right: 20px;
    cursor: pointer;
}
.back_forwardn {
    display: flex;
}
.puser_center .toshare {
    margin-right: 20px;
    cursor: pointer;
}
.puser_center .toshareimg{
    height:18px;
    position: relative;
    top:-2px;
}

.main{
    margin: 0 auto;
    height: 100%;
    width: 100%;
    padding-left:20px;
    padding-top:15px;
    box-sizing: border-box;
}

.search_result_div{
    display: none;
    padding:10px 20px 0 10px;
    overflow:scroll;
}

.search_result_div li{
    margin-top: 5px;
}

.search_result_title span{
    cursor: pointer;
    color: #337ab7;
    font-weight: bold;
    font-size: 16px;
}
.search_result_content{
    text-overflow: ellipsis;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    position: relative;
    line-height: 20px;
    max-height: 40px;
}
.search_result_content::after{
    content: "..."; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    padding-left: 40px;
}


.tree {
    width: 300px; 
    overflow: auto;
    position: relative;
    box-sizing: border-box;
    padding-right: 10px;
    height:calc(100vh - 130px);
}

a {
    text-decoration: none;
    color: #434b5a;
}

.tree ul {
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-out;
    padding-left: calc(10px*2);

}

.leg_tree li {
    list-style-type: none;
    position: relative;
    line-height: 22px;
   
}
.leg_tree li:first-child{
    margin-top:5px;
}
.leg_tree li p {
    color: #333333;
    height: 28px;
    line-height: 28px;
    position: relative;
    transition: all 0.2s linear;
}

.leg_tree li p:hover {
  background: #d8d8d8;
}

.leg_tree li p.active {
    background: #d8d8d8;
  }

.leg_tree > li > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
}
.leg_tree .is-leaf{
   color:transparent;
   visibility: hidden;
}
/*level 1*/
/* .leg_tree > li > ul > li > p {
    padding-left: calc(10px*2);
} */
/*level 2*/
/* .leg_tree > li > ul > li > ul > li > p {
    padding-left: calc(10px*4);
} */
/*level 3*/
/* .leg_tree > li > ul > li > ul > li > ul > li > p {
    padding-left: calc(10px*6);
} */
/*level 4*/
/* .leg_tree > li > ul > li > ul > li > ul > li > ul > li > p {
    padding-left: calc(10px*8);
} */
/*level 5*/
/* .leg_tree > li > ul > li > ul > li > ul > li > ul > li > ul > li > p {
    padding-left: calc(10px*10);
} */
/*level 6*/
/* .leg_tree > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > p {
    padding-left: calc(10px*12);
} */
/*level 7*/
/* .leg_tree > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > p {
    padding-left: calc(10px*14);
} */
/*level 8*/
/* .leg_tree > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > p {
    padding-left: calc(10px*16);
} */

.leg_tree li i {
    font-size: 20px;
    /* top: -6px; */
}

.leg_tree li i ~ i:before {
    position: relative;
    top: -10px;
    left: 5px;
}

.tree span {
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: inline-block; */
    /* width: 160px; */
}




.isShow {
    position: relative;
}

/* 隐藏无子元素的图标 */
/* .tree .leg_tree li:has(> a:not(:has(> i))) > a > i {
    display: none;
} */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 12px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #d8d8d8;
}

.puserright_con .title {
    color: #3e3e3e;
    font-weight: bolder;
    padding-left: 30px;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    border-bottom:1px solid #e3e6eb;
}


.ifneed {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: 88px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.5);
    background:#fff;
}

.ifneed {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3D3D3D;
}

.y_es, .n_o {
    background: #409EFF;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    margin:0 10px;
    cursor:pointer;
}
.y_es:hover, .n_o:hover{
    opacity:0.9;
}
.ifneed .ifneed_com{
    font-size:12px;
}
.ifneed .close{
    position:absolute;
    top:10px;
    right:20px;
    color:#3d3d3d;
}
.ifneed .close img{
    width:14px;
    cursor:pointer;
}
.btn-primary {
    background: #409EFF;
    border-color:#409eff;
}
.btn-primary:hover{
  background: #409EFF;
    border-color:#409eff;
    opacity:0.8;
}
.docmes .modal-title {
    position:absolute;
}
.puserright_top_right .form-control{
    padding-right: 40px;
  }


@media only screen and (max-width: 768px) {
    .m_ifneed{
        width:100%;
        font-size:12px;
    }
    .m_y_es{
        padding:5px 10px;
        margin:0 5px;
    }
    .ifneed .ifneed_com {
        width: 40%;
    }
    .puserright_top{
       padding-left:10px;
    }
    .main{padding-left:0;}
    .puser_center{
        height:80px;
    }
    .puser_center .search {
        margin-left: 0px;
    }
    .puser_bcon .menufold{
        left:0px;
    }
    .tree ul:first-child{
        padding-left:8px;
    }
    .puserright_con .title{
        padding-left:10px;
    }
    .puser_center{
        padding-left:10px;
    }
    .puser_center .tocaxa {
        cursor: pointer;
        /* float: right; */
        margin-right: 0px;
        margin-top:0px; 
    }
    .puserright_top_right{
        float: none;
        justify-content: flex-start;
        width: 100%;
        padding-top:3px;
    }
    .tosharebox{
        display: flex;
        align-items: center;   
    }
    .puserright_top_left {
        display: block; /* 将列表项从inline-block转为block，使其能折行 */
    }
}
@media only screen and (max-width: 375px) {

}
.btn-primary {
    background-color: #409eff;
    border-color: #409eff;
}

#mainObj{
    border:none;
}
iframe body{
  margin: 0;
}