
/*控制面板样式*/
.hand-box{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 300px;
    height: 360px;
    background-color: rgba(0,0,0,0.5);
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.right-box{
    position: absolute;
    z-index: 999;
    top: 360px;
    left: 0;
    width: 300px;
    height: 600px;
    background-color: rgba(0,0,0,0.5);
    text-align: left;
    padding: 15px;
}
#hot-box .row{color:#eee; border-bottom: 1px solid #666; padding-bottom: 3px;}

/*layer 字体颜色*/
.layui-layer-dialog .layui-layer-content{
    color: #212529;
}