.imglist{
    border: 1px solid #ecf0f8;
    margin-top: 0.75rem;
    padding: 0.25rem;
    border-radius: 3px;
    display: none;
}
.night .imglist{
    border: 1px solid #444;
}
.imglist>div{
    width: calc(100% / 6);
    display: inline-block;
    float: left;
    padding: 0.25rem;
}
.imglist>div>div{
    border: 1px solid #ecf0f8;
}
.night .imglist>div>div{
    border: 1px solid #444;
}
.imglist>div>div .pdfims{
    height: 8rem;
    background-color: #f6f7fa;
}
.night .imglist>div>div .pdfims {
    background-color: #171a1b;
}
.imglist>div>div .pdfims img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.imglist>div>div .pdfdiv p{
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.5rem;
    border-bottom: 1px solid #ecf0f9;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.imglist>div>div .pdfdiv p span{
    font-size: 0.6rem;
    height: 1.3rem;
    line-height: 1.3rem;
    display: inline-block;
    background-color: #ecf0f9;
    width: 1.5rem;
    text-align: center;
    border-radius: 3px 0 0 3px;
    color: #6d88cb;
    cursor: pointer;
}

.imglist>div>div .pdfdiv p input{
    width: calc(100% - 3rem);
    height: 1.3rem;
    line-height: 1.3rem;
    border: 1px solid #ecf0f9;
    text-align: center;
    color: #6d88cb;
}

.imglist>div>div .pdfdiv p span:last-child{
    border-radius: 0 3px 3px 0;
}


.night .imglist>div>div .pdfdiv p{
    border-bottom: 1px solid #444;
    color: #999;
    position: relative;
}
.imglist>div>div .pdfdiv p:last-child {
    border-bottom: 0;
}
.imglist>div>div .pdfdiv p i{
    cursor: pointer;
}

.imglist>div>div .pdfdiv p m{
    display: none;
    position: absolute;
    background-color: #444;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    padding: 0 0.5rem;
    border-radius: 6px;
    left: 50%;
    top: -1.2rem;
    transform: translateX(-50%);
}

.imglist>div>div .pdfdiv p m::before {
    content: '';
    border: 0.4rem solid transparent;
    border-top-color: #444444;
    position: absolute;
    left: calc(50% - 0.4rem);
    bottom: -0.6rem;
    width: 0.8rem;
    height: 0.8rem;
}

.imglist>div>div .pdfdiv p:hover m{
    display: block;
}

.divt{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 0.375rem 0 0.75rem;
}
.divt.rt{
    padding: 0 0.75rem 0 0.375rem;
}
.divt .layui-form-item:last-child{
    margin-bottom: 0;
}
.onedivs{
    padding: 0 0.75rem;
}
.onedivs .layui-form-item:last-child{
    margin-bottom: 0;
}
.pdfbutdiv{
    padding: 0.75rem 0.75rem 0 0.75rem;
}
.pdfbut{
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #ff7504;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.dowbut{
    height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    background-color: #07b672;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 0.25rem;
    display: none;
}
.gifaddsetup{
    margin-top: 0.75rem;
    border: 1px solid #ecf0f8;
    padding: 0.75rem 0;
    border-radius: 3px;
}
.night .gifaddsetup{
    border: 1px solid #444;
}
@media screen and (max-width: 1390px){
    .imglist>div{
        width: calc(100% / 5);  
    }
}

@media screen and (max-width: 1110px){
    .imglist>div{
        width: calc(100% / 4);  
    }
}
@media screen and (max-width: 1023px){
    .imglist>div{
        width: calc(100% / 3);  
    }
}
@media screen and (max-width: 1023px){
    .divt {
        width: 100%;
        padding: 0 0.75rem;
    }
    .divt.rt {
        padding: 0 0.75rem;
        margin-top: 0.75rem;
    }
}
@media screen and (max-width: 886px){
    .imglist>div{
        width: calc(100% / 4);  
    }
}
@media screen and (max-width: 740px){
    .imglist>div{
        width: calc(100% / 3);  
    }
}
@media screen and (max-width: 540px){
    .imglist>div{
        width: calc(100% / 2);  
    }
}
@media screen and (max-width: 340px){
    .imglist>div{
        width: calc(100% / 1);  
    }
}