.unzipres{
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
    margin-top: 0.75rem;
    display:none;
}
.unzipres>div{
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px solid #f5f5f5;
}
.unzipres>div:nth-child(1){
    background-color: #f6f7fa;
}
.unzipres>div>span{
    min-width: 4rem;
    display: inline-block;
    float: left;
    border-right:1px solid #f5f5f5;
    padding-left: 0.5rem;
    text-align: left;
}
.unzipres>div>span i{
    font-style: normal;
    padding: 0 0.25rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    background-color: #4CAF50;
    color: #fff;
    margin: 0 0.25rem;
    font-size: 0.6rem;
    border-radius: 3px;
    cursor: pointer;
}
.unzipres>div>span i.see{
    background-color: #2196F3;
}
.unzipres>div>span:nth-child(1){
    width:calc(100% - 16rem);
    cursor: pointer;
}
.unzipres>div>span:nth-child(2){
    width:6rem;
}
.unzipres>div>span:nth-child(3){
    width:4rem;
}
.unzipres>div>span:nth-child(4){
    width:6rem;
}
.blur{
    color: #2196F3;
}
.night .unzipres{
    border-left: 1px solid #444;
    border-top: 1px solid #444;
}
.night .unzipres>div:nth-child(1) {
    background-color: #181a1b;
}
.night .unzipres>div{
    border-bottom: 1px solid #444;
}
.night .unzipres>div>span{
    border-right: 1px solid #444;
}
@media screen and (max-width: 1023px){
    .unzipres>div>span:nth-child(3){
        display: none;
    }
    .unzipres>div>span:nth-child(4){
        display: none;
    }
    .unzipres>div>span:nth-child(1){
        width:calc(100% - 6rem);
    }
}
@media screen and (max-width: 580px){
    .unzipres>div>span:nth-child(3){
        display: none;
    }
    .unzipres>div>span:nth-child(4){
        display: none;
    }
    .unzipres>div>span:nth-child(2){
        display: none;
    }
    .unzipres>div>span:nth-child(1){
        width:100%;
    }
}