.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: 15%;
    min-width: 200px;
}
.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;
}
#addKeyPerson{
    margin-left:  15px;
    font-weight: 700;
    float: left;
    font-size: 30px;
    color:#292929;
    cursor: pointer;
    border-style: none;
    background-color: white;
}
.keyPersonInfo{
    display: none;
    position: absolute;
    width: 900px;
    height: 600px;
    top:50%;
    margin-top: -300px;
    left: 50%;
    margin-left: -450px;
    background-color: white;
    border:1px solid #e6e6e6;
}
.layui-collapse{
    border:none;
}
.keyPersonInfo>div{
    border-top:none;
    height: 500px;
    overflow-y: scroll;
    background-color: white;
}
.keyPersonInfo>div::-webkit-scrollbar{
    display: none;
}
p.title{
    background-color: #292929;
    text-align:center;
    padding: 10px;
    color:white;
}
i.layui-colla-icon{
    color:black;
    font-size:14px;
}
.btns {
    background-color: white;
    width: 878px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 1px;
    padding: 10px;
}
.btn{
    background-color: #292929;
    color:white;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width: 80px;
    cursor:pointer;
}
.keyPersonInfo input,.keyPersonInfo select{
    display: inline-block;
    width: 250px;
    height: 30px;
    border-color:#D2D2D2;
    border-radius: 3px;
}
.keyPersonInfo label{
    text-align: right;
    display:inline-block;
    width: 140px;
}
.layui-colla-content div{
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.layui-colla-content div:last-child{
    margin-bottom: 0;
}
input.single,select.single{
    width: 644px;
}
input[disabled]{
    background-color: #b9b9b9;
}
table td{
    text-align: center;
}
.edit{
    cursor: pointer;
    color:black;
    font-size: 20px;
}
.hidden{
    display: none;
}
.layui-colla-item{
    border-bottom: 1px solid #e6e6e6;
}
i.redColor{
    top: 10px;
    position: absolute;
    font-size: 20px;
    color: red;
}
.viewReturnRecord:hover{
    color: red;
    cursor: pointer;
}
.viewReturnRecord{
    color: #666;
}
td.overdue{
    background-color: rgb(249,77,85);
    color:#fff;
}
td.warning{
    background-color: rgb(255,192,0);
    color:#fff;
}