.datalist{
    margin: 0 0 0.75rem 0;
    font-size: 0.75rem;
    padding: 0.25rem;
    border: 1px dashed #e2e2e2;
    margin-top: -1px;
    display: none;
}
.datalist 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;
}
.datalist span.cle{
    background-color: #fff;
    color: #888;
    border: 1px solid #ddd;
}
.night .datalist span.cle{
    background-color: #444;
    border: 1px solid #666;
    color: #ccc;
}
.night .datalist{
    border: 1px dashed #444444;
    background-color: #181a1b;
}
.resdivs{
    padding: 0.25rem;
    border: 1px solid #e2e2e2;
    margin-top: 0.75rem;
    display: none;
}
.night .resdivs{
    border: 1px solid #444;
    border-radius: 4px;
}
.resdivs li{
    padding: 0.25rem;
    width: calc(100% / 3);
    float: left;
}
.resdivs li>div{
    padding: 0.5rem;
    border: 1px solid #06b672;    
    border-radius: 4px;
}
.resdivs li>div .ly{
    width: 5rem;
    display: inline-block;
    float: left;
}
.resdivs li>div .ly img{
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    height: 5.5rem;
}
.resdivs li>div .ly span{
    height: 1.2rem;
    line-height: 1.2rem;
    display: block;
    margin-top: 0.25rem;
    font-size: 0.6rem;
    text-align: center;
    border: 1px solid #e2e2e2;
    color: #888;
}
.night .resdivs li>div .ly span{
    border:1px solid #444;
}
.resdivs li>div .ly span.ok,.night .resdivs li>div .ly span.ok{
    color: #02b377;
    border: 1px solid #02b377;
}
.resdivs li>div .ry{
    float: right;
    padding-left: 0.5rem;
    width: calc(100% - 5rem);
}
.resdivs li>div p{ 
    font-size: 0.6rem;
    line-height: 1.25rem;
}
.resdivs li>div p.blur{
    color: #2196f3;
}
.butcarddiv{
    margin-top: 0.45rem;
}
.delbut{
    width: 100%;
    display: block;
    background-color: #ff5722;
    color: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}
.dowbut{
    width: 49%;
    float: left;
    background-color: #00b277;
}
.seebut{
    width: 49%;
    float: right;
    background-color: #2196f3;
}
@media screen and (max-width: 1300px){
    .resdivs li {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 1010px){
    .resdivs li {
        width: 100%;
    }
}
@media screen and (max-width: 885px){
    .resdivs li {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 680px){
    .resdivs li {
        width: 100%;
    }
}
@media screen and (max-width: 400px){
    .datalist span{
        display: block;
        margin-bottom: 0.25rem;
        text-align: center;
    }
}
@media screen and (max-width: 340px){
    .resdivs li {
        width: 100%;
    }
    .resdivs li>div .ly {
        width: 3rem;
    }
    .resdivs li>div .ly img {
        height: 3.5rem;
    }
    .resdivs li>div .ry {
        width: calc(100% - 3rem);
    }
    .resdivs li>div p {
        line-height: 1rem;
    }
}