.header{
    padding: 5px 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.349019607843137);
}
.header div{
    display: inline-block;
}

.header .img-logo{
    width: 50px;
    height: 50px;
    vertical-align: top;
}
.name{
    margin-left:10px;
    font-family: 'Arial Negreta', 'Arial';
    font-size:32px;
    font-weight: 700;
}
small{
    margin-left: 10px;
    font-family: 'å¹¼åœ† Regular', 'å¹¼åœ†';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.header-right{
    float: right;
}
.img-user,.img-logout{
    vertical-align: middle;
    cursor: pointer;
}
.img-user{

    width: 50px;
    height: 50px;
}
.img-logout{
    margin-left: 20px;
    width: 32px;
    height: 26px;
}
.logout{
    margin-right: 20px;
}
.userName,.logout{
    margin-top: 50px;
}
.contain div{
    display: inline-block;
}
.s-side{
    width: 10%;
    min-width: 100px;
}
.content{
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    width: 83%;
    margin:0 auto;
}
.search{
    margin-top: 10px;
    text-align: center;
}
#searchKey{
    display: inline-block;
    width: 50%;
    margin: 0;
}
#searchBtn{
    border-radius: 5px  ;
    margin-left: 10px;
    cursor: pointer;
    border-style:none;
    display: inline-block;
    background-color:#292929;
    height: 38px;
    color:white;
    width: 80px;
}
#searchKey:hover{
    border-color:#292929;
}
#page{
    text-align: center;
}
#page>div{
    width: 90%;
    margin:10px auto;
}
select option{
   padding: 14px 0;
}
table tbody td:last-child{
    width: 100px;
}
.handlerState{
    display: none;
    border: 1px solid #292929;
    background-color: white;
    position: absolute;
    top:220px;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-left: -150px;
}
p.title{
    background-color: #292929;
    text-align: left;
    color:white;
    padding: 10px;
}
.handlerState>div{
    padding: 10px;
}
.handlerState div{
    text-align: center;
}
.handlerState .btns{
    text-align: center;
}
.btn{
    font-size: 14px;
    margin-left: 20px;
    font-family: '幼圆 14px', '幼圆';
    font-weight: 400;
    font-style: normal;
    width: 60px;
    height: 30px;
    background-color: #292929;
    color:white;
    border-style:none;
    border-radius:5px;
    cursor: pointer;
}
div.filter{
    display: inline-block;
    float: right;
}
div.filter select{
    height: 34px;
    width: 122px;
    border-color: #e6e6e6;
    font-size: 14px;
    padding-left: 5px;
}
div.filter label{
    margin-right: 5px;
    font-size: 16px;
}
