.reszip{
    padding: 0.25rem;
    border: 1px solid #e2e2e2;
    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 #ddd;
    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: #444;
}

.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 #ddd;
}

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

.datalist{
    font-size: 0.75rem;
    padding: 0.25rem;
    border: 1px dashed #e2e2e2;
    margin-top: -1px;
}

.night .datalist{
    border: 1px dashed #444444;
    background-color: #181a1b;
}
#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
}

.datalistbut{
    padding: 0.25rem;
    border: 1px solid #e2e2e2;
    background-color: #f6f7fa;
    display: none;
    margin: 0.75rem 0 0 0;
}

.night .datalistbut{
    display: block;
    background-color: #171a1b;
    border: 1px solid #444;
}

.datalistbut span{
    height: 1.9rem;
    line-height: 1.9rem;
    display: inline-block;
    background-color: #2196f3;
    border: 1px solid #2196f3;
    padding: 0 1rem;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    width: calc(50% - 0.125rem);
    float: left;
    text-align: center;
}
.datalistbut span.cle{
    float: right;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #888;
}
.night .datalistbut span.cle{
    background-color: #444;
    border: 1px solid #666;
    color: #ccc;
}

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