.reszip{
    padding: 0.25rem;
    border: 1px solid #eee;
    margin-top: 0.75rem;
    border-radius: 3px;
    display: none;
}

.night .reszip{
    border: 1px solid #444;
}

.reszip li{
    width: calc(100% / 5);
    overflow: hidden;
    float: left;
    padding: 0.25rem;
}
.reszip li>div{
    border: 1px solid #eee;
    border-radius: 3px;
}

.night .reszip li>div{
    border: 1px solid #444;
}

.reszip li>div div:first-child{
    height: 8rem;
    background-color: #f6f7fa;
}

.night .reszip li>div div:first-child{
    background-color: #181a1b;
}

.reszip li>div div:first-child img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.reszip li>div div:last-child{
    font-size: 0.6rem;
    line-height: 1.2rem;
    padding: 0.5rem;
    border-top: 1px solid #eee;
}

.night .reszip li>div div:last-child{
    border-top: 1px solid #444;
}

.reszip li>div div:last-child span{
    width: 100%;
    display: inline-block;
    background-color: #ff7503;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin-top: 0.25rem;
    cursor: pointer;
}

.reszip li>div div:last-child span.loading{
    background-color: #F44336;
}

.reszip li>div div:last-child span.dowimgs{
    background-color: #4CAF50;
}

.reszip li>div div:last-child i{
    color: #FF9800;
    font-style: normal;
}

#tipsAlways,#bifenbikuandu{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bl{
    line-height: 1.8rem;
    height: 1.8rem;
    padding: 0 15px 0 15px;
}
.baifenkuan{
    display: block;
}
.maxkuan{
    display: none
}

.datalist{
    padding: 0.25rem;
    border: 1px solid #eeeeee;
    margin-top: 0.75rem;
    border-radius: 3px 3px 0 0;
}

.night .datalist{
    border:1px solid #444;
}

.datalist>div{
    padding: 0.25rem;
}

.datalist>div>div{
    margin-bottom: 0 !important;
}

.divbuts{
    padding: 0.5rem;
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.night .divbuts{
    border:1px solid #444;
    border-top:0;
}

.divbuts button{
    padding: 0.4rem 1rem;
    text-align: center;
    border: 0;
    background-color: #607D8B;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.divbuts button:nth-child(1) {
    background-color: #009688;
}

.divbuts button:nth-child(2) {
    background-color: #795548;
}

@media screen and (max-width: 390px){
    .divbuts button:nth-child(1){
        width: calc(50% - 0.25rem);
        float: left;
    }
    .divbuts button:nth-child(2){
        width: calc(50% - 0.25rem);
        float: right;
    }
    .divbuts button:nth-child(3){
        width: 100%;
        margin-top: 0.5rem;
    }
}


@media screen and (max-width: 1480px){
    .reszip li {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 1280px){
    .reszip li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1130px){
    .reszip li {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 500px){
    .reszip li {
        width: calc(100% / 1);
    }
}