body{
    background-color: #212731!important;
    font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    /*min-width: 1200px;*/
    /*overflow-x:scroll ;*/
}
*{
    box-sizing: border-box;
}

.fn-app{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.fn-head{
    position: absolute;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #191e28;
    z-index: 3;
}
.fn-head-box{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
/*定义滚动条样式*/
.fn-head ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent !important;
    border-radius: 0 !important;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.fn-head ::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 0 !important;
}
/*定义滚动条轨道 内阴影+圆角*/
.fn-head ::-webkit-scrollbar-thumb {
    background-color:rgba(255,255,255,0.3)  !important;
    border-radius: 3px !important;
}
/*定义滑块 内阴影+圆角*/
.fn-head ::-webkit-scrollbar-corner {
    background-color:transparent!important;
}

/*.fixedleft .layadmin-iframe{*/
/*    left: 295px;*/
/*    width: calc(100% - 295px);*/
/*}*/
.fixedleft .levelbox{

    max-height:calc(100vh - 120px);
    height:calc(100vh - 120px);
}
.fixedleft .fn-head-box .fn-head-op .opbox .pop-op{
    display: block!important;
}
.fixedleft .fn-head-box .fn-head-op .opbox .pop-op{
    bottom:-100vh!important;
    padding-bottom: 40px;
}
.fixedleft  .fn_body{
    left:272px ;
}
.fixedicon{
    left: 0;
    top: 0;
    width: 100%;
    line-height: 36px;
    position: absolute;
    transition: all .2s;
    transform: rotateZ(0deg);
}
.fixedleft .fixedicon{
    transform: rotateZ(90deg);
}

.fn-head-op{
    width: 320px;
    height: 100%;
    border-right: 1px solid #191e28;
    padding: 0 5px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.fn-head-box .opbox{
    width: 260px;
    height: 36px;
    margin-right:5px;
    border: 1px solid #393f4a;
    border-radius: 6px;
    padding-left: 45px;
    padding-right: 35px;
    position: relative;
    cursor: pointer;
    flex: 1;
}
.fn-head-box .opbox:hover .pop-op{
    display: block!important;
}
.inopbox{
    width: 100%;
    height: 100%;
}
.fn-head-box .opbox .pop-op{
    position: absolute;
    border-radius: 6px;
    top: 36px;
    left: 0;
    right: 0;
    /*padding: 10px 10px;*/
    /*min-width:260px;*/
    /*min-height: 250px;*/
    /*max-width: 80vw;*/
    /*max-height: 80vh;*/
    /*height: 80vh;*/
    /*overflow: scroll;*/
}

.fn-head-box .opbox .iconleft{
    position: absolute;
    width:45px ;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 36px;
}

.fn-head-box .opbox .iconright{
    position: absolute;
    top: 5px;
    right: 5px;
    width:25px ;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
}
.fn-head-box .opbox .iconright span{
    transition: all .2s;
    transform: rotateZ(0deg);
}
.fn-head-box .opbox .iconright span.down,
.fn-head-box .opbox:hover .iconright span{
    transform: rotateZ(90deg);
}
.fn-head-box .opbox .con{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.fn-head-pagetabs{
    flex: 1;
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

.fn-head-pagetabs .layadmin-pagetabs{
    position: relative;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
    padding-left: 50px;
    padding-right: 140px;
}
.fn-head-pagetabs .headtab{
    position: relative;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
    padding-left: 10px;
    padding-right: 176px;
}
.fn-head-pagetabs .headtab .delete-btn{
    color: #f74b4b;
}
.fn_body{
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:1;
}
.fn-iframe {
    position: relative;
    width: 100%;
    height: 100%;
}


/*下拉列表*/
.poprlt{
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56px;
}
.levelbox *{
    box-sizing: border-box;
}
.levelbox{
    width: 100%;
    position: relative;
    min-width: 260px;
    min-height: 250px;
    max-width: 80vw;
    max-height: 80vh;
    height: 80vh;
    overflow: scroll;
    padding-left: 5px;
}
.levelbox-top{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width:100%;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 6px;
    background-image: linear-gradient(rgba(57,63,74,1) , rgba(57,63,74,0));

}
.levelbox li{
    display: block;
    width: 100%;
    line-height: 45px;
    position: relative;
}
.levelbox li:after {
    content: "";
    display: block;
    position: absolute;
    top: 38px;
    bottom: 6px;
    left:16px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
}
.levelbox ul{
    position: relative;
    padding: 0;
    border-radius: 2px;
    font-size: 0;
    box-sizing: border-box;
    height: 100%;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 80px;
}
.serch-case{
    width: 100%;
    height:24px;
    line-height: 24px;
    font-size: 12px;
    text-align: right;
}

.serch-case span{
    cursor: pointer;
    color: #429af3;
    margin: 0 3px;

}
.serch-case span:hover{
    color: #148eff;
}
.item-name{
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: block;
    position: relative;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    padding: 0 10px;
    border-radius: 6px;
}
.levelbox .layui-this .item-name{
    /*background-color: #0d85ff;*/
    background-image: linear-gradient(to bottom right, #0075ff , #148eff);
}
.item-name:hover{
    /*background-color: rgba(13,133,255,0.8);*/
    background-image: linear-gradient(to bottom right, #0075ff , #148eff);
}
.item-arrow{
    padding-right: 20px;
    position: relative;
}
.item-arrow .fn-icon{
    font-size: 15px;
    position: absolute;
    right:5px;
    top:0px;
    transition: all .2s;
    transform: rotateZ(0deg);
}
.item-arrow .fn-icon.down{
    transition: all .2s;
    transform: rotateZ(90deg);
}
.item-name .eova-icon{
    margin-right: 5px;
}
.levelbox cite{
    font-size: 14px;
}
.item-one,.item-one.item-arrow .fn-icon{
    height: 30px;
    line-height: 30px;
}
.item-one:first-child{
    margin-top: 2px;
}
.item-one{
    margin: 8px 0;
}
.item-two,.item-two.item-arrow .fn-icon{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.fn-nav-child dd{
    position: relative;
}
.fn-nav-child{
    display: none;
}
.fn-nav-child.fn-nav-itemed{
    display: block;
}
.fn-nav-child{
    padding-left: 18px;
    position: relative;
}
.fn-nav-child dd:after {
    content: "";
    display: block;
    position: absolute;
    top: 26px;
    bottom: 6px;
    left:16px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
}
.fn-head .more-list{
    position: fixed;
    z-index: 99;
    width: 100px;
    top: 45px;
    right: 22px;
    display: none;
    min-height: 100px;
}
.fn-head .more:hover .more-list{
    display: block;
}
.fn-head .more-list.show{
    display: block;
}
.fn-head .more-list .layui-nav-child{
    display: block;
    border-radius: 6px;
    top:5px;
    padding:5px;
}
.fn-head .more-list li{
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
}

.fn-head .more-list li dd:hover{
    border-radius: 6px;
    background-color: #148eff;
}
.tab-right{
    position: absolute;
    right:5px;
    top:7px;
    z-index: 3;
    bottom: 5px;
}
.tab-left{
    position: absolute;
    left:5px;
    top:7px;
    z-index: 2;
}
.tab-control{
    display: inline-block;
    position: relative;
    height:36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: all .1s;
    -webkit-transition: all .1s;
    box-sizing: border-box;
    min-width:38px;
    border-radius: 6px;
    font-size: 17px;
    top: -1px;
}
.tab-control:hover {
    /*box-shadow:0px 1px 4px rgba(241,241,241,0.8);*/
    color: #fff;
}
.tab-control .refresh{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.fn-tab{
    text-align: left!important;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.fn-head-pagetabs .fn-tab ul{
    position: relative;
    left: 0;
    height: 50px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    transition: all .2s;
    -webkit-transition: all .2s;
    padding-top: 7px;
}
.fn-head-pagetabs .layui-tab.fn-tab li {
    border-right:none;
    height: 36px;
    line-height:36px;
    border-radius: 6px;
    margin-right: 3px;
    transition: all .1s;
    font-size: 15px;
}
/*.fn-head-pagetabs .layui-tab.fn-tab li.home{*/
/*    position: absolute;*/
/*    left: -115px;*/
/*    top:8px;*/
/*    z-index:*/
/*}*/


/*     重写element-ui     */

.el-input__inner{
    border-radius: 6px;
}
/*.el-input__inner:hover {*/
/*    border-color: #184fbd;*/
/*}*/
.el-input--mini .el-input__icon{
    font-size: 15px;
}