.check-contain{
    height:80%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#F7F7F7;
    align-items:flex-end;
    margin-bottom:14px;
    flex:1;
}
.check-content-box{
    padding-left:3.22vw;
    padding-right:0.73vw;
    border-bottom:1px solid #E8E8E8;
    height:5.12vw;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:white;
}
.check-content-search-box{
    display:flex;
    height:5.12vw;
    align-items:center;
}
.check-content-search{
    font-size:1.02vw;
    color: rgba(0,0,0,0.25);
    height:2.49vw;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    display:flex;
    align-items:center;
    width:20.06vw;
    margin-right:1.46vw;
}
.check-content-search input{
    border:0;
    height:100%;
    flex:1;
    color:#555;
    outline:0;
    background:transparent;
    margin-left:0.73vw;
}
.check-content-search input::-webkit-input-placeholder{
    color:rgba(0,0,0,0.25);
}
.check-content-search input::-moz-placeholder{
    color:rgba(0,0,0,0.25);
}
.check-content-search input:-moz-placeholder{
    color:rgba(0,0,0,0.25);
}
.check-content-search img{
    height:1.02vw;
    width:1.02vw;
    margin:0 0.88vw
}
.check-content-date{
    font-size:1.02vw;
    color: rgba(0,0,0,0.25);
    height:2.49vw;
    border-radius:4px;
    width:16vw;
}
.check-content-date .ant-calendar-picker{
    width:100%;
    height:100%;
}
.check-content-date .ant-input{
    height:100% !important;
    font-size:1.02vw;
}
.check-doc-box{
    background:white;
    height:100%;
    width:100%;
    margin-bottom:1.4vw;
    border-radius:6px;
    display:flex;
    flex-direction:column;
    box-shadow:0px 0px 1.46vw #E8E8E8;
    padding:0 2vw;
}
.check-head{
    color:#333;
    letter-spacing: 0.57px;
    height:3.66vw;
    font-size: 1.2vw;
    background:#dce9f9;
    font-weight:600;
}
.check-doc-content{
    display:flex;
    align-items:center;
    height:100%;
    justify-content:space-between;
}
.check-doc-content span{
    display:flex;
    justify-content:center
}
.check-num-span,.check-total-span,.check-mind-span,.check-time-span{
    flex:1
}
.check-bottom-box{
    flex:1;
    overflow-y:auto;
}
.check-bottom-box::-webkit-scrollbar{
    width:4px;
    height:20px;
}
.check-bottom-box::-webkit-scrollbar-thumb{
    background:rgba(34,34,34,0.10);
    border-radius: 10px;
}

.checkModelRow{
    width: 100%;
    background:white;
}

.checkModelRow:hover{
    width: 100%;
    background:#E3EBFB;
}

.check-bottom{
    color:#555555;
    min-height:0;
}

.check-doc-content1{
    display:flex;
    min-height:3.8vw;
}
.check-doc-content1 > div{
    display:flex;
    justify-content:center
}
.check-time{
    flex:1;
    align-items:center;
    font-size:1.2vw;
}
.check-total{
    align-items:center;
    flex:1;
    font-size:1.2vw;
}
.checkModelBtnFont{
    font-size:1.2vw;
    color: #4276E1;
    display:flex;
}
.checkModelBtnFont a{
    padding:0 1vw;
    line-height:1.12vw;
    display:block;
}
.docLine{
    width:100%;
    height:1px;
    background:#E8E8E8;
    margin: 0 auto;
}
.dataEmpy{
    flex:1;
    padding-top:5.27vw;
    display:flex;
    justify-content:center;
}
.dataEmpy img{
    width:13.25vw;
    height:11.35vw;
}
