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

.layfmb5 .layui-form-item {
    margin-bottom: 0rem;
}

textarea{
    resize: none !important;
}

.in textarea::-webkit-input-placeholder{
    color: #ccc;
    opacity: 0.9;
}
.in textarea::-moz-placeholder{ 
    color: #ccc;
    opacity: 0.9;
}
.in textarea:-moz-placeholder{ 
    color: #ccc;
    opacity: 0.9;
}
.in textarea:-ms-input-placeholder{  
    color: #ccc;
    opacity: 0.9;
}


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



.ress{
    display: none;
}
.ress>div{
    padding: 0.5rem 0;
    display: block;
    border: 1px solid #eee;
    border-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #666;
    margin-top: 0.5rem;
    cursor: pointer;
    font-weight: bold;
}
.night .ress>div {
    border: 1px solid #444444;
    border-bottom: 0;
    color: #eee;
}
.ress span{
    float: right;
    cursor: pointer;
    color: #999;
    font-weight: 400;
    font-size: 0.6rem;
}
.night .ress span{
    color: #aaa;
}

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