body,html {
    width: 100%;
    height: 100%;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
}
.skin-grey .hd .logo {
    background-image: url(../images/logoT.png);
}
.skin-grey .hd {
    background: #102331;
    border-bottom: 1px solid #000;
}

.hd{
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 100;
}
#toolmenu{
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 50px;
    background: #181f24;
}
#widgets{
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 0;
    width: 140px;
    border-left: 1px #14171a solid;
    background: #292e33;
    color: #b8c2cc;
}
.bd{
    
    position: absolute;
    top: 50px;
    left: 190px;
    bottom: 0;
    background: #444;
}
#widgets .p-bd .item {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    cursor: pointer;
    clear: both;
    transition: 0.2s;
    font-size: 13px;
}
#widgets .p-bd .item:hover{
    background: #3c444c;
    transition: 0s;
    color: #eee;
}
#widgets .p-bd .item .iconfont{
    font-size: 17px;
    margin-left: 8px;
    margin-right: 8px;
}
#toolmenu .separate {
    width: 40px;
    margin: 0 4px;
}
#toolmenu .tools .ks-item {
    width: 50px;
    height: 46px;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
}
#toolmenu .tools .ks-item:hover {
    background: #333a40
}
#toolmenu .tools .ks-item.selected {
    background: #101519;
}
#toolmenu .tools .ks-item .iconfont{
    font-size: 20px;
    
}

#toolmenu .draw .iconfont{
    color: #19c2d1;
}
#toolmenu .else .iconfont{
    color: #13b964;
}


/* #control{
    width: 219px;
    position: absolute;
    left: auto;
    top:214px;
    right: 0;
    border: 1px #dbe2e7 solid;
    background: #edf5f6;
} */

/* .skin-grey #align .sort-panel {
    width: 154px;
    clear: both;
    float: left;
    margin-top: 8px;
}
#align .align-panel .clear{
    clear: both;
} */

/* 
.skin-grey .panelboxs .p-bd .layer-panel .layer-bd .ks-layer .eye {
    background-image: url(./images/diy/icon-grey.png?v=20170718)
} */