.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
}

@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);
    }
}