﻿body {
margin: 0;
}

* {
font-family: 微软雅黑;
}
.worktools{
    float:left; width:90%;margin:0; padding:0;
}
.worktools li {
    list-style:none;float:left; margin-right:10px;  padding:5px; background-color:#00b6cf;color:white;border-radius:5px; border:1px solid #00e0ff;cursor:pointer
}
.scrollbar-1::-webkit-scrollbar {
/*滚动条整体样式*/
width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
height: 10px;
}

.scrollbar-1::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #535353;
}

.scrollbar-1::-webkit-scrollbar-track {
/*滚动条里面轨道*/
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
background: #ededed;
}

.ztree li a > span:not(.button) {
max-width: 120px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
}

.ztree li span.button.add {
vertical-align: top;
}

.rowss {
width: 99%;
float: left;

padding: 5px;
}

.white_title {
background-color: #3367d6;
color: white;
font-size: 1.2em;
font-weight: bold;min-height: 60px;
line-height: 60px;
}

.small-txt {
font-size: 15px;
}

.float_r {
float: right;
}

i {
font-style: normal;
margin-right: 10px;
}

.no_m_r {
margin-right: 2px;
}
a {text-decoration: none}
    .white_title i a{
        color:white;
    }   

th{
        background-color:#555555;color:white; text-align:center
    }

.red_font{
    color:red
}
.sxsb{
    cursor:pointer
}

     
.fontredsss {
           
background-color: #fade04;
color: red;
font-size: 1em;
padding: 5px;
border-radius: 2px;
border: 1px solid #d89a05;
cursor: pointer;
margin-left: 5px;
} 
.pagesss {
color: #808080;
font-size: 0.85em;
padding: 2px;
border-radius: 2px;
cursor: pointer;
margin-left: 5px;
} 