#nav-box{
    position: relative;
}
#down{
    position: absolute;
    background: white;
    width: 100%;
    height: 500px;
    top: 50px;
    display: none;
    box-shadow: 0 8px 13px 0 rgba(0,0,0,.1);
    border-radius: 0 0 2px 2px;
}
.menu-left{
    background: #ffffff;
    height: 100%;
}
.menu-left-box{
    float: right;
    width: 22%;
    padding-right: 20%;
    text-align: left;
}
.menu-left-box ul li > div{
    height: 36px;
}
.menu-left ul li{
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
.menu-left{
    background: #f5f5f6;
    overflow-y:auto;
    height: 100%;
}
.menu-left::-webkit-scrollbar {
    width:3px;
    height:3px;
}
/*滚动条里面小方块样式*/
.menu-left::-webkit-scrollbar-thumb {
    border-radius:100px;
    -webkit-box-shadow:inset 0 0 3px #dfdfdf;
}
/*滚动条里面轨道样式*/
.menu-left::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0);
    border-radius:0;
    background:rgba(0,0,0,0);
    display: none;
}


.menu-left, .menu-content, .menu-right{
    padding-top: 25px;
}
.menu-title-link{
    position: relative;
    top: -5px;
    border-top: 3px solid #009688;
    width: 0%;
    transition: width 0.5s;
}
.link-active{
    width: 100%;
}

.menu-content{
    padding-left: 48px;
    padding-right: 30px;
    overflow-y:auto;
    height: 100%;
}
.menu-content::-webkit-scrollbar {
    width:3px;
    height:3px;
}
/*滚动条里面小方块样式*/
.menu-content::-webkit-scrollbar-thumb {
    border-radius:100px;
    -webkit-box-shadow:inset 0 0 3px #dfdfdf;
}
/*滚动条里面轨道样式*/
.menu-content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 3px rgba(0, 0, 0, 0);
    border-radius:0;
    background:rgba(0,0,0,0);
    display: none;
}


.menu-select-box{
    position: relative;
}
.menu-search-input{
    padding: 5px 30px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
}
.menu-search-input:hover{
    border-bottom: 1px solid #5FB878 !important;
}
.menu-search-input:focus{
    border-bottom: 1px solid #5FB878 !important;
}
.search-icon{
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: bold;
    color: #5FB878;
}
.search-btn{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #5FB878;
    font-weight: bold;
    cursor: pointer;
}
.search-res{
    width: 100%;
    position: absolute;
    top: 37px;
    border: 1px solid #ededed;
    box-shadow: 0 8px 13px 0 rgba(0,0,0,.1);
    border-radius: 0 0 2px 2px;
    padding: 20px 0;
    display: none;
    background: white;
    z-index: 999;
}
.search-res a{
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    color: #0c0c0c;
    height: 26px;
    display: block;
    padding: 6px 0 10px 20px;
}
.search-res a:hover{
    color: #5FB878;
    background: #f9f9f9;
}

.menu-lists{
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
}

.menu-tab-content > div ul li{
    height: 36px;
    line-height: 36px;
}
.menu-tab-content{
    display: none;
}
.menu-tab-content ul li i{
    cursor: pointer;
}
.menu-right{
    text-align: right;
    height: 38px;
    line-height: 38px;
    padding-right: 60px;
}
.menu-right i{
    cursor: pointer;
}
