/* 标题样式 */
.til {
    margin-top: 37px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
/* 查询条件 */
.ctrls-groups li {
    float: left;
    color: #333333;
    margin-bottom: 19px;
    margin-right: 50px;
}
.ctrls-groups li input,
.ctrls-groups li select {
    height: 36px;
    border-radius: 6px;
    padding: 0 14px;
    border: 1px solid #DDDDDD;
}
.ctrls-groups li:first-child{margin-right: 40px;}
.ctrls-groups li:first-child input {
    width: 170px;
}
.ctrls-groups input::-webkit-input-placeholder {
    color: #999;
}
.ctrls-groups li select {
    width: 240px; 
    margin-left: 16px;
    color: #999;
    outline: none;
}
#date {
    width: 140px;
    margin-left: 20px;
    background: url(../images/public/rl.svg) 90% center no-repeat;
}
.btn-group a {
    display: inline-block;
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    border: 1px solid #0050AC;  
    color: #0050AC;
    margin-right: 20px;
}
.btn-group a:first-child {
    background: #0050AC;
    border-radius: 6px;
    color: #fff;
}
/* 表格样式 */
.table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 6px;
    overflow: hidden;
}
.table thead {
    background: #F5F9FF;
    border-radius: 6px 6px 0px 0px;
}
.table tbody{
    font-size: 12px;
}
.table tr,
.table th, 
.table td {
    height: 50px;
    line-height: 20px;
    border: 1px solid #E8EFFA;
}
.table td {
    text-align: center;
}
.table tbody tr:nth-child(2n){
    background-color: #f8f8f8;
}
.table td.person{
	cursor: pointer;
}
/* 年份 */
.date-sel {
    margin-top: 32px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.date-sel span {
    color: #333333;
    margin-right: 20px;
}
.date-sel input {
    width: 113px;
    height: 36px;
    border-radius: 6px;
    padding: 0 14px;
    border: 1px solid #DDDDDD;
    background: url(../images/public/rl.svg) 90% center no-repeat;
}
#layui-laydate1{
    border-radius: 6px;
    border: none;
}
.layui-laydate-list li:hover{
    background-color: #E9F4FF!important;
    color: #0050AC!important;
}
.layui-laydate li.layui-this {
    background-color: #0050AC!important;
    color: #fff!important;
}
.footfi{position:fixed;bottom:0;width:100%;}