.updivs{
    text-align: center;
    padding: 3rem 0;
    border: 1px solid #f5f5f5;
}
.night .updivs{
    border:1px solid #444;
}
.updivs>div{
    max-width: 15rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #f5f5f5;
    margin: 0 0.5rem;
    height: 4rem;
    line-height: 4rem;
    background-color: #06b672;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
}
.night .updivs>div{
    border: 1px solid #242627;
}
.updivs>div i{
    font-weight: bold;
    font-size: 1rem;
    margin-right: 0.5rem;
}
.updivs>div.adddir{
    background-color: #2196F3;
}
.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;
    overflow: hidden;
    height: 100%;
}
.unzipres>div>span i{
    font-style: normal;
    display: inline-block;
    color: #06b672;
    font-size: 0.6rem;
    cursor: pointer;
    margin-left: 0.5rem;
}
.unzipres>div>span i.see{
    background-color: #2196F3;
}
.unzipres>div>span:nth-child(1){
    width:calc(100% - 14rem);
    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:4rem;
    padding-left:0;
    text-align: center;
}
.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;
}
.unzipres label{
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}
.unzipres input[type="checkbox"]{
    display: none;
}
.unzipres input[type="checkbox"] + span {
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
}
.night .unzipres input[type="checkbox"] + span{
    border: 1px solid #444;
}
.unzipres input[type="checkbox"]:checked + span:after {
    position: absolute;
    left: -1px;
    top: -1px;
    font-family: "icons" !important;
    font-size: 14px;
    content: "\e633";
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-radius: 3px;
    background-color: #2196f3;
}
.zipbut{
    padding: 0.5rem;
    border: 1px solid #f5f5f5;
    margin-top: 0.25rem;
    display: none;
}
.night .zipbut{
    border: 1px solid #444444;
}
.zipbut span{
    padding: 0.25rem 0.5rem;
    display: inline-block;
    background-color: #06b672;
    color: #fff;
    font-size: 0.6rem;
    border-radius: 3px;
    cursor: pointer;
}
.zipbut span.lr{
    background-color: #FF9800;
}
.zipbut span.adddir{
    background-color: #2196F3;
    margin-left: 0.5rem;
}
@media screen and (max-width: 1110px){
    .updivs {
        padding: 1rem 0;
    }
    .updivs>div {
        max-width: 8rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 0.7rem;
        margin: 0 0.25rem;
    }
    .updivs>div i {
        font-size: 0.65rem;
    }
}
@media screen and (max-width: 1023px){
    .unzipres>div>span:nth-child(2){
        display: none;
    }
    .unzipres>div>span:nth-child(3){
        display: none;
    }
    .unzipres>div>span:nth-child(1){
        width:calc(100% - 4rem);
    }
}
@media screen and (max-width: 580px){
    .unzipres>div>span:nth-child(4){
        display: none;
    }
    .unzipres>div>span:nth-child(1){
        width:100%;
    }
    .zipbut span.lr{
        display: none;
    }
}
@media screen and (max-width: 400px){
    .updivs {
        padding: 0.125rem 0.25rem;
    }
    .updivs>div {
        max-width: 100%;
        height: 2rem;
        line-height: 2rem;
        font-size: 0.7rem;
        margin: 0.125rem 0;
    }
}