.layui-tab-content {
    padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}

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

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

.ex2tab>div{
    padding: 0.25rem;
}

.ex2tab>div>div{
    margin-bottom: 0rem !important;
}


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 span{
    padding: 0.4rem 0;
    display: block;
    text-align: center;
    border: 1px solid #eee;
    color: #888;
    margin-top: 0.5rem;
    cursor: pointer;
}

.night .ress span{
    border: 1px solid #444;
    color: #888;
}

.resexcel{
    border: 1px solid #e8e8fd;
    margin-top: 0.75rem;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

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

.resexcel .titles{
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
}

.night .resexcel .titles{
    color: #aaa;
}

.restabledemo{
    margin-top: 0.75rem;
    display: none;
}

.restabledemo .titles{
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 0.5rem;
    border: 1px solid #dee2e6;
    border-bottom: 0;
}

.night .restabledemo .titles{
    border: 1px solid #333;
    border-bottom: 0;
    color: #aaa;
}

.restablehtml table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.restablehtml table th, .restablehtml table td {
    border: 1px solid #dee2e6;
    padding: 12px 15px;
    text-align: left;
}

.night .restablehtml table th, .night .restablehtml table td {
    border: 1px solid #333;
}

.night .restablehtml table td {
    color:#aaa;
}

.restablehtml table th {
    background-color: #4dabf7;
    color: #fff;
    font-weight: 600;
}

.night .restablehtml table th {
    color: #fff;
}

.restablehtml table tr:nth-child(even) {
    background-color: #f8f9fa;
}

.night .restablehtml table tr:nth-child(even){
    background-color: #444;
}

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