.nshiting{
    height: 1.9rem;
    line-height: 1.9rem;
    border: 1px solid #e8e8fd;
    text-align: center;
    cursor: pointer;
    width: 2.25rem;
    display: inline-block;
    float: right;
}

.night .nshiting{
    border: 1px solid #444;
    color: #ccc;
    background-color: #181a1b;
}

.lingsheng .layui-form-select{
    width: calc(100% - 2.5rem);
    display: inline-block;
    float: left;
}

.ldiv{
    width: 18rem;
    display: inline-block;
}

.autodiv{
    padding: 0.6rem;
    border: 1px solid #d3d1ef;
    border-radius: 3px;
    
}

.rdiv{
    width: calc(100% - 18.75rem);
    display: inline-block;
    float: right;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border: 1px solid #e8e8fd;
    border-radius: 3px;
}
.rdiv>div{
    border: 1px solid #e8e8fd;
    margin: 0.5rem 0;
    font-size: 0.65rem;
    padding: 0 0.5rem;
    color: #09477a;
    height: 2rem;
    line-height: 2rem;
}
.rdiv>div span{
    
}
.rdiv>div i{
    float: right;
    color: #88b9df;
    cursor: pointer;
    margin-left: 0.5rem;
    font-size: 0.6rem;
}
.nz_now{
    margin-top: 0.75rem;
    padding: 1.45rem 0.6rem;
    border: 1px solid #d3d1ef;
    border-radius: 3px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: Arial, sans-serif;
}
.nz_al{
    text-align: center;
    padding: 1rem;
    display:none;
}
.nz_al img{
    width: 3rem;
    animation: shake 0.5s infinite;
}
.nz_al p{
    margin: 1rem 0;
    font-size: 1rem;
}
.nz_al span{
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-radius: 4px;
    font-size: 0.6rem;
    cursor: pointer;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(2deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(2deg); }
    70% { transform: translate(3px, 1px) rotate(0deg); }
    80% { transform: translate(-1px, -1px) rotate(-1deg); }
    90% { transform: translate(1px, 2px) rotate(1deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.night .nz_al span{
    border: 1px solid #444;
    color: #888;
}
#laydate-static{
    display: none;
}
.night .autodiv{
    border:1px solid #444;
}
.night .nz_now {
    border:1px solid #444;
}
.night .rdiv{
    border:1px solid #444;
}
.night .rdiv>div{
    border:1px solid #444;
    color:#ccc;
}
@media screen and (max-width: 988px) {
    .ldiv {
        width: 14rem;
        display: inline-block;
    }
    .rdiv {
        width: calc(100% - 14.75rem);
    }
}
@media screen and (max-width: 600px) {
    .ldiv {
        width: 100%;
    }
    .rdiv {
        width: 100%;
        margin-top: 0.75rem;
    }
}