.detect-doc-contain{
    height:100%;
    width:100%;
    padding:12px 2vw 0px 10px;
    background:#F7F7F7;
}
.detect-doc-box{
    height:100%;
    width:100%;
    background:white;
    border-radius:6px;
    box-shadow:0px 0px 20px #E8E8E8;
    padding-top:0.73vw;
    display:flex;
    flex-direction:column;
}
.detect-doc-head{
    display:flex;
    background:white;
    height:2.78vw;
    padding-left:2.2vw;
    border-bottom:1px solid #E8E8E8;
}
.detect-head-one{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 1.02vw;
    border-bottom:2px solid white;
    margin-right:2.05vw;
    letter-spacing: 1px;
    color:#555;
    font-size:1.17vw;
}
.detect-head-one-cag{
    color:#4276E1;
    font-weight:600;
    border-bottom:2px solid#4276E1;
}
.detect-doc-bottom{
    overflow-y:auto;
    flex:1;
    padding-left:2.2vw;
    padding-top:1.76vw;
    margin-right:0.59vw;
}
.detect-doc-bottom::-webkit-scrollbar{
    width:4px;
    height:20px;
}
.detect-doc-bottom::-webkit-scrollbar-thumb{
    background:rgba(34,34,34,0.10);
    border-radius: 10px;
}
.detect-box-head{
    color:#000;
    font-size:1.1vw;
    display:flex;
    align-items:center;
}
.detect-box-line{
    height:1.24vw;
    width:0.8vw;
    margin-right:0.29vw;
}
.detect-bottom-content{
    display:flex;
    flex-wrap:wrap;
    margin: 0.88vw 0 0px 0;
    padding-left:1.17vw;
}
.lung-content{
    overflow-y:auto;
    display:flex;
    flex-wrap:wrap;
    padding: 2.34vw 0 0px 2.93vw;
    margin-right:0.59vw;
}
.lung-content::-webkit-scrollbar{
    width:4px;
    height:20px;
}
.lung-content::-webkit-scrollbar-thumb{
    background:#ccc;
    border-radius: 10px;
}
.detect-img{
    display:flex;
    flex-direction:column;
    align-items:center;
    height:auto;
    overflow:hidden;
    margin-right:3.66vw;
    border:1px solid #EEE;
    margin-bottom:1.61vw;
    border-radius:2px;
}

.detect-img:hover{
    display:flex;
    flex-direction:column;
    align-items:center;
    height:auto;
    overflow:hidden;
    margin-right:3.66vw;
    border:1px solid #EEE;
    margin-bottom:1.61vw;
    border-radius:2px;
    background:#E3EBFB;
}
.detect-img > span{
    font-size:1.1vw;
    color:#555;
    letter-spacing: 1px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0.45vw 0;
}
.detect-img-box{
    width:8.78vw;
    background:#EEE;
    display:flex;
    justify-content:center;
    align-items:center;
}
.detect-bottom-img{
    width:8.78vw;
    height:11.12vw;
}
.detect-time-box{
    width:100%;
    padding-bottom:0.45vw;
}
.detect-time-box span{
    display:block;
    width:100%;
    font-size:0.95vw;
    color:#555;
    letter-spacing: 1px;
    line-height:0.95vw;
    margin-top:0.45vw;
}