.datalist{
    display: none;
}

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

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

.txtpaddsetup>div{
    padding: 0.25rem;
}

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

.resdivs{
    padding: 0.25rem;
    border: 1px solid #e2e2e2;
    margin-top: 0.75rem;
    border-radius: 6px;
    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;
}

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

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