.zwres{
    padding: 0.5rem;
    border-radius: 6px;
    display: none;
    border: 1px solid #e6cf9b;
    background: #fef7e8;
    background-image: repeating-linear-gradient(45deg, rgba(210, 180, 110, 0.08) 0px, rgba(210, 180, 110, 0.08) 2px, transparent 2px, transparent 8px);
}

.night .zwres{
    background-color: #222;
    border: 1px solid #444;
    background-image: repeating-linear-gradient(45deg, rgb(37 37 35 / 8%) 0px, rgb(109 100 78 / 8%) 2px, transparent 2px, transparent 8px);
}

.zwres h2{
    font-size: 0.6rem;
    color: #a8875b;
}

.zwres p{
    color: #6e6c79;
    font-size: 0.6rem;
    margin: 0.25rem 0;
}

.night .zwres p{
    color: #aaa;
}

@media screen and (max-width: 590px) {
    .zwres {
        margin-top: 0.75rem;
    }
}

@media screen and (max-width: 350px){
    .layui-form-pane .layui-form-label {
        width: 4rem;
    }
    .layui-form-pane .layui-input-block {
        margin-left: 4rem;
    }
}