.record-doc-contain{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:#F7F7F7;
    align-items:flex-end;
    padding:0 2vw 0 0.88vw;
}
.recordKong{
    padding-right:0.59vw;
    width:100%;
    background:white;
    margin: 0.88vw 0 0.88vw 0;
    border-radius:4px;
    box-shadow:0px 0px 14px #E8E8E8;
    height:92%;
    display:flex;
}
.record-doc-box{
    flex:1;
    width:100%;
    overflow-y:auto;
}

.record-doc-box::-webkit-scrollbar{
    width:4px;
    height:20px;
}
.record-doc-box::-webkit-scrollbar-thumb{
    background:rgba(34,34,34,0.10);
    border-radius: 10px;
}
.record-box-one{
    height:5.56vw;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #E8E8E8;
    padding:0px 3.66vw;
}
.record-box-one:hover{
    height:5.56vw;
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #E8E8E8;
    padding:0px 3.66vw;
    background:#E3EBFB;
}
.record-title-box{
    display:flex;
    align-items:center;
}
.record-title-box span{
    display:block;
    font-size:1.17vw;
    color: #222222;
    letter-spacing: 1px;
    line-height: 2.05vw;
    font-weight:600;
    margin-right:3vw;
}
.record-btn{
    height:2.93vw;
    background:#4A90E2;
    font-size: 0.88vw;
    color: #FFF;
    letter-spacing: 1.09px;
    line-height:2.93vw;
    text-align:center;
    width:6.59vw;
    border-radius:4px;
}
