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

textarea{
    resize: none !important;
}

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

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

.extdomain>div{
    padding: 0.25rem;
}

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


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


.resexcel{
    border: 1px solid #eee;
    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;
    border-bottom: 1px solid #eee;;
}

.night .resexcel .titles{
    color: #aaa;
    border-bottom: 1px solid #444;;
}

.resbut{
    padding: 0.5rem 0;
    text-align: center;
    border-top:1px solid #eee;
}

.night .resbut{
    border-top:1px solid #444;
}

.resbut span{
    height: 1.6rem;
    line-height: 1.6rem;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 0.25rem;
    width: 5rem;
    border-radius: 3px;
    cursor: pointer;
}

.night .resbut span{
    border:1px solid #444;
    color:#aaa;
}

.resexcel textarea {
    border:0;
}

.night .resexcel textarea {
    border:0;
}

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