
.content {
    padding: 0 0.38rem 0;
}

.content .c-left {
    margin:0.23rem 0.37rem 0.5rem 0;
    padding: 0.5rem;
    box-shadow: 0px 0.09rem 0.15rem 0px rgba(0, 0, 0, 0.03);
    border-radius: 0.04rem;
}
.content .table{
    max-width: 78vw;  
}
.layui-layer-dialog .layui-layer-content .layui-layer-ico{
    top: 25px !important;
}
.t-underline {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important
}
@media screen and (max-width: 800px) {
    .content .c-left {
        margin:0.23rem 0;
        padding: 0;
    }
    .content .table{
        max-width: 100vw;  
    }
}