.layui-tab-content {
    padding: 0.5rem 0.75rem 0.75rem 0.75rem;
}
.titlespan{
    margin: 0.5rem 0;
    font-size: 0.6rem;
}
.night .titlespan{
    color: #aaa;
}
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{
    text-align: center;
    margin: 1rem;
}
.divbuts span{
    padding: 0.4rem 0.8rem;
    background-color: #4CAF50;
    border: 1px solid #4caf50;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    margin: 0 0.2rem;
}
.divbuts span.clear{
    background-color: #fff;
    color: #888;
    border: 1px solid #eee;
}

.divbuts span.huanhang{
    background-color: #fff;
    border: 1px solid #FF9800;
    color: #ff9800;
}

.night .divbuts span.huanhang{
    background-color: #666;
    color: #bbb;
    border: 1px solid #666;
}

.night .divbuts span.clear{
    background-color: #444;
    color: #bbb;
    border: 1px solid #444;
}

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

.txtpaddsetup{

}

.txtpaddsetup>div{
    width: calc(100% / 2);
    float: left;
    padding: 0 5px;
}
.txtpaddsetup>div:first-child{
    padding-left:0px;
}

.txtpaddsetup>div:last-child{
    padding-right: 0px;
}

.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: 610px){
    .txtpaddsetup>div {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 380px){
    .divbuts span{
        padding: 0.4rem 0.4rem;
        margin: 0 0.1rem;
    }
}