
.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 #e8e8fd;
    cursor: pointer;
    border-top: 0;
    font-size: 0.6rem;
    color: #616d8d;
}

.night #copys{
    border:1px solid #444;
    border-top: 0;
}
.CodeMirror{
    height: 23.85rem !important;
}

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