.metas{
    padding: 0.25rem;
    border: 1px solid #eee;
    border-radius: 3px 3px 0 0;
}

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

.metas>div{
    padding: 0.25rem;
}

.metas>div>div{
    margin-bottom: 0 !important;
}
.layui-form{
    width: 50%;
    display: inline-block;
    float: left;
}
.metalr{
    width: 50%;
    float: right;
    padding-left: 0.75rem;
}
#copys{
    width: 100%;
    text-align: center;
    padding: 0.4rem 0;
    border: 1px solid #eee;
    cursor: pointer;
    border-top: 0;
    font-size: 0.6rem;
    color: #616d8d;
}

.night #copys{
    border:1px solid #444;
    border-top: 0;
    color: #aaa;
}

.CodeMirror {
    height: 27.7rem;
    border-radius: 3px 3px 0 0;
    border: 1px solid #eee;
    padding: 0.2rem 0.3rem;
}

.night .cm-s-default.CodeMirror {
    background: #181a1b;
    background-color: #181a1b;
    color: #eee;
}

@media screen and (max-width: 1160px){
    .layui-form{
        width: 100%;
        display: inline-block;
        float: left;
    }
    .metalr{
        margin-top: 0.75rem;
        width: 100%;
        float: right;
        padding-left: 0rem;
    }
    .CodeMirror {
        height: 15rem;
    }
}