html {
    height:100%;
}
body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1200px;
    font: 14px Microsoft Yahei,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

/* 禁用 浏览器自动完成功能 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.rj-help .rj-input-bind2:focus {
    border-color: #eee !important;
}

/* DropDown Button 弹出框 */
.layui-dropdown {
    margin: 2px 0px;
}
.layui-dropdown-menu {
    margin: 0px;
    border: 1px solid silver;
    padding-top: 2px;
    border-top: 2px solid dimgray;
}
    .layui-dropdown-menu li {
        padding: 5px 15px;
        border-bottom: 1px solid whitesmoke;
    }

/* Pop 弹出层 */
.pop-float-layer .layui-layer-title {
    background-color: darkslategray; 
    color: white; 
}
.pop-float-layer .layui-layer-setwin .layui-icon {
    color: white;  
}

#__SCREEN_LOCK__ {
    display:none;
    background-color:silver;
    opacity:0.1;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9999999999;
}
#__HIDE_CURSOR__ {
    position: fixed;
    top: -10px;
    left: -10px;
    height: 0px;
    width: 0px;
    background-color:red;
    z-index: -99999999;
}