     .new-h1 {

    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%) !important;
    padding: 0.4rem 0 !important;
    margin: -5px -35px 10px -35px !important;
    border-radius: 0 !important;
    width: calc(100% + 90px) !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    z-index: 1 !important;
    position: relative !important;
    left: -35px !important;
    color: white !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Arial', sans-serif !important;
     }
  .new_css {
    margin-bottom: 10px;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    background-color:#ab6736;
    border: 0px sold;
    width:100%;
}

.new_css > div {
        /* 保留HTML内联样式，不移除居中样式 */
        display: block;
        cursor: pointer;
        width: 100%;
        max-width: 100%;
    }

    /* 响应式表格样式 */
    .new_css table {
        width: 100% !important;
background-color:#ab6736;
        max-width: 100% !important;
        border-collapse: collapse;
        margin: 0 auto;
        table-layout: fixed;
    }
    
    .new_css .quill-better-table,
    .new_css table[style*="width"],
    .new_css table[class*="table"] {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed;
    }
    
    .new_css td,
    .new_css th {
        padding: 2px;
        border-bottom:1px solid #fcfcfc;
        word-wrap: break-word;
        word-break: break-word;
        max-width: 100%;
        text-align: inherit;
        overflow-wrap: break-word;
        line-height:30px;
        font-size:16px;
background-color:#ab6736;
    }
    
    /* 强制Quill表格适应 */
    .new_css colgroup,
    .new_css col {
        width: auto !important;
        max-width: 100% !important;
    }
    
    /* 处理固定宽度表格 */
    .new_css table[style*="600px"],
    .new_css table[style*="500px"],
    .new_css table[style*="400px"] {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    /* 保留Quill编辑器的居中样式 */
    .new_css .ql-align-center {
        text-align: center !important;
    }
    
    .new_css .ql-align-right {
        text-align: right !important;
    }
    
    .new_css .ql-align-left {
        text-align: left !important;
    }
    
    /* 表格居中样式 */
    .new_css table[style*="margin-left: auto; margin-right: auto"] {
        margin-left: auto !important;
        margin-right: auto !important;
    }
 .carddh {
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%) ;
    border:none;
    padding: 0px;
    margin:-2px -35px 5px -35px;
    border-top-left-radius: 0px; /* 左上角圆角 */
    border-top-right-radius: 0px; /* 右上角圆角 */
    width: calc(100%);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    position: relative;
    left:35px;
    color: white;
    text-align: center;
    vertical-align:middle;
    font-weight: bold;
    font-family: 'Arial', sans-serif;
    height:26px;
}
.juzhong{
vertical-align: middle;
text-align: center;
}




    /* 移动设备优化 - 无横向滚动条 */
    @media screen and (max-width: 768px) {
        .new_css table,
        .new_css .quill-better-table {
            font-size: 16px;
            width: 100% !important;
            table-layout: fixed;
            display: table;
            overflow-x: visible;
            white-space: normal;
            max-width: 100vw !important;
        }
        
        .new_css td,
        .new_css th {
            padding: 4px 2px;
            font-size: 18px;
            line-height: 1.4;
            word-break: break-all;
            overflow-wrap: break-word;
            white-space: normal;
            min-width: 0;
            max-width: calc(100vw / 6); /* 6列均分屏幕宽度 */
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;

        }
        
        /* 强制Quill表格列宽适应 */
        .new_css colgroup,
        .new_css col,
        .new_css [width] {
            width: auto !important;
            max-width: calc(100vw / 6) !important;
        }
        
        .new_css tr {
            display: table-row;
        }
        
        .new_css {
            overflow-x: visible;
            word-wrap: break-word;
            width: 100% !important;
        }
        
        /* 强制适应 */
        .new_css table,
        .new_css tbody,
        .new_css thead,
        .new_css tfoot {
            width: 100% !important;
            max-width: 100vw !important;
        }
    .carddh{
    font-size: 16px;}
    }
    
    /* 超小屏幕优化 - 完全无滚动 */
    @media screen and (max-width: 480px) {
        .new_css table {
            font-size: 15px;
            width: 100% !important;
            border-collapse: collapse;
            table-layout: fixed;
        }
        
        .new_css td,
        .new_css th {
            padding: 2px 1px; /* 最小内边距 */
            font-size: 16px;
            line-height: 1.4;
            word-break: break-all;
            overflow-wrap: break-word;
            max-width: 100%;
            font-family: 'Arial', sans-serif;

        }
        .juzhong {
            padding: 0 2px; /* 最小外边距 */
            margin: 0;
            width: 100%;
        }
        
        /* 强制内容适应 */
        .new_css {
            width: 100% !important;
            overflow: hidden;
        }
    .carddh{
    font-size: 16px;}
    }
}
    /* 超小屏幕优化 - 完全无滚动 */
    @media screen and (max-width: 375px) {
        .new_css table {
            font-size: 15px;
            width: 100% !important;
            border-collapse: collapse;
            table-layout: fixed;
        }
        .new_css td,
        .new_css th {
            padding: 2px 1px; /* 最小内边距 */
            font-size:16px;
            line-height: 1.3;
            word-break: break-all;
            overflow-wrap: break-word;
            max-width: 100%;
            font-family: 'Arial', sans-serif;

        }
    .carddh{
    font-size: 16px;}
    }
}


