body{
    overflow: hidden;
}
.loginUserInfo{
    background: 0 0;
    padding: 0px 10px;
}
.font-balck{
    color: #333 !important;
    text-decoration : none !important;
}
.logo{
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    width: 220px;
    height: 49px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    color: rgba(255,255,255,.8);
    background-color: #20222A !important;
}
.layui-side-menu .layui-nav-item>a {
    color: #fff!important;
    text-decoration: none;
}
.right-wrapper{
    margin: 0;
    height: 100%;
    position: fixed;
    padding-top: 50px;
    padding-left: 220px;
    width: 100%;
}
.main-content{
    background-color: white;
    margin: 10px;
    width: 99%;
    min-height: 96%;
}
#watermark-wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.text-color-red {
    color: red;
}
.text-color-blue {
    color: blue;
}

.table-cell-btn {
    display: inline-block;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.layui-btn-orange {
    background-color: #F78400 !important;
}

.layui-btn-violet {
    background-color: rgb(136, 72, 152) !important;
}

.layui-btn-molv {
    background-color: #009f95 !important;
}

.layui-btn-lan {
    background-color: #4476A7 !important;
}