 .layui-tab-content {
    padding: 0;
}
.layui-tab{
    margin: 0;
    margin-bottom: 10px;
}
.CodeMirror{
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow:none;
    border-bottom: 0;
    border-top: 1px solid #eee;
}

.CodeMirror-gutters {
    border-right: 1px solid #eee;
}

.layui-tab-card>.layui-tab-title{
    border-bottom: 0;
}

.layui-tab-card>.layui-tab-title li{
    font-size: 0.6rem;
}

.layui-tab-card{
    box-shadow: none;
}

.layui-colla-content .layui-form-item:first-child{
    margin-top: 5px;
}

.layui-colla-content .layui-form-item:last-child{
    margin-bottom: 5px;
}
.formats .layui-form-select {
    width: 7.5rem;
}

table{
    width: 100%;
    color: #666 !important;
    margin-top: 10px;
    font-size: 0.6rem;
}

table tr td {
    padding: 10px 10px;
    border: 1px solid #ffc8ce;
}

table tr td:first-child {
    background-color: #f8fafe;
    width: 130px;
    color: #fe5668;
    background: #fff2f4;
    text-align: right;
    padding: 10px 5px;
}

table tr td:last-child{
    width:calc(100% - 130px);
}

table tr td strong{
    font-size: 0.66rem;
    line-height: 1.4rem;
    color: #222;
    font-weight: bold;
    font-size: 0.6rem;
}

table tr td code{
    color: #2196F3;
    font-size: 0.6rem;
}

.night table{
    color: #ddd !important;
}

.night table tr td:first-child {
    color: #fff;
    background: #000000;
}

.night table tr td {
    border: 1px solid #444;
}

table p{
    line-height: 1.2rem;
    font-size: 0.6rem;
}

.night table tr td strong {
    color:#eee;
    font-size: 0.6rem;
}

@media screen and (max-width: 1920px){
    .formats .layui-form-select {
        width: 100%;
    }
}

@media screen and (max-width: 640px){
    table tr td{
        width:calc(100% - 20px);
    }
    table tr td:first-child {
        width:20px;
        padding: 10px 5px 10px 10px;
    }
}


