#imglist{
    border: 1px solid #e8e8fd;
    padding: 0.25rem;
    margin-top: 0.75rem;
    display: none;
}
.night #imglist{
    border:1px solid #444;
}
#imglist>div{
    width: calc(100% / 6);
    float: left;
    padding: 0.25rem;
}
#imglist>div>div{
    border: 1px solid #e8e8fd;
}
.night #imglist>div>div{
    border:1px solid #444;
}
#imglist>div>div>div{
    height: 8rem;
    background-color: #f6f7fa;
}
.night #imglist>div>div>div{
    background-color: #111;
}
#imglist>div>div>div img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
#imglist>div>div p{
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #888;
    border-top: 1px solid #e8e8fd;
}
.night #imglist>div>div p{
    border-top: 1px solid #444;
}
#imglist>div>div p i{
    cursor: pointer;
    margin: 0 0.5rem;
}
.pdfimg{
    padding: 0.25rem;
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    display: none;
}
.night .pdfimg{
    border: 1px solid #444;
}
.pdfimg span{
    padding: 0.25rem 0.25rem;
    background-color: #07b672;
    border: 1px solid #07b672;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin-right: 0.25rem;
    cursor: pointer;
}
.pdfimg span.cle{
    border: 1px solid #ddd;
    background-color: #fff;
    color: #888;
}
.night .pdfimg span.cle{
    border: 1px solid #444;
    background-color: #232627;
}
.pdfseeimg{
    overflow: hidden;
}
.pdfseeimg img{
    display: block;
    width:100%;
}
@media screen and (max-width: 1300px){
    #imglist>div{
        width: calc(100% / 5);  
    }
}
@media screen and (max-width: 1110px){
    #imglist>div{
        width: calc(100% / 4);  
    }
}
@media screen and (max-width: 900px){
    #imglist>div{
        width: calc(100% / 3);  
    }
}
@media screen and (max-width: 560px){
    #imglist>div{
        width: calc(100% / 2);  
    }
}
@media screen and (max-width: 330px){
    #imglist>div{
        width: calc(100% / 1);  
    }
}