.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: '微软雅黑';
    font-size:32px;
    font-weight: 700;
}
small{
    margin-left: 10px;
    font-family: 'youyuan';
    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: 84%;
    margin:0 auto;
}
.search{
    margin-top: 10px;
    text-align: center;
}
#searchKey,#searchKey-collection,#searchKey-person{
    padding-left: 10px;
    border-radius: 2px;
    height: 36px;
    border:1px solid #292929;
    display: inline-block;
    width: 50%;
    margin: 0;
}
#searchBtn,#searchBtn-collection,#searchBtn-person{
    margin-left: -5px;
    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;
}
/*
以上是头部、菜单栏、以及搜索框的通用样式*/
table td{
    text-align: center;
}
#gj{
    cursor: pointer;
    margin-left: 10px;
    line-height: 40px;
    background-color: #292929;
    width: 38px;
    display: inline-block;
    height: 38px;
    color:white;
    border-radius: 50%;
    vertical-align: bottom;
    font-size:16px;
}
.condition{
    background-color: #FAFAFA;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin: 10px auto;
    position: relative;
}
.condition input{
    height:30px;
    display: inline-block;
    width: 200px;
}
.show:hover,.personDetail:hover{
    cursor: pointer;
    color:red;
    text-decoration: underline
}
.personDayDetail{
    display: none;
    width: 800px;
    position: absolute;
    background-color: white;
    top:200px;
    left: 50%;
    margin-left: -400px;
}
.personDayDetail-title{
    font-size:16px;
    padding: 10px;
    text-align: center;
    background-color: #292929;
    color:white;
}
.personDayDetail .detailInfo{
    padding: 10px;
    border:1px solid #e6e6e6;
    max-height: 500px;
    overflow-y: auto;
}
.personDayDetail .detailInfo div{
    margin: 10px auto;
    text-align: center;
}
.closePoliceInfo{
    cursor: pointer;
}
table img{
    width: 25px;
    height: 25px;
}
span.showPersonDayDetail{
    cursor: pointer;
}
div.detailInfo{
    padding: 10px;
}
td.viewPic:hover{
    cursor: pointer;
    color:red;
}
div.pic{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index:99999;
}
#close{
    position: absolute;
    color: white;
    font-size: 50px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
div.pic img{
    display: block;
    position: absolute;
    line-height:100%;
    max-height: 100%;
    max-width:100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
ul.layui-tab-title i:hover{
    border-radius: 2px;
    background-color: #FF5722;
    color: #fff;
}
ul.layui-tab-title i{
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 20px;
    margin-left: 8px;
    top: 1px;
    text-align: center;
    font-size: 14px;
    color: #c2c2c2;
    transition: all .2s;
    -webkit-transition: all .2s;
}
div.pic div.picCount{
    background-color: rgb(0,0,0,0.5);
    color: white;
    bottom: 50px;
    text-align: center;
    position: absolute;
    width: 50px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    border-radius: 5px;
}
div.pic div button{
    margin-left: 30px;
    padding: 12px;
    color: white;
    border: none;
    background-color: #292929;
    width: 120px;
    border-radius: 5px;
    cursor: pointer;
}
div.pic div.page{
    top: 20px;
    text-align: center;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    z-index: 9;
}
div.pic div button[disabled="disabled"]{
    cursor:not-allowed;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color:#292929;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #292929;
}
.collectionNum{
    color:blue;
    text-decoration: underline;
}
.collectionNum:hover{
    cursor: pointer;
    color:blue;
}
#today{
    cursor: pointer;
    height: 28px;
    width: 60px;
}
#order{
    position: absolute;
    right:10px;
    padding: 5px;
    cursor: pointer;
}
td.police-station{
    color:blue;
    text-decoration: underline;
    cursor: pointer;
}
