#scrollable-content {
    height: 900px;
    /* 设置元素高度 */
    overflow: auto;
    /* 显示滚动条 */

}

::-webkit-scrollbar {
    width: 10px;
    /* 设置滚动条宽度 */
    height: 10px;
    /* 设置滚动条高度 */
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    /* 设置拖动条颜色 */
}

::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    /* 设置滚动条背景颜色 */
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 4px;
    /* 设置圆角 */

}

table {
    border-collapse: collapse;
    /*合并表格边框*/
    width: 100%;
    background: #ffffff;
}

.sticky-table th {
    position: sticky;
    top: 0;
    /* 首行永远固定在头部  */
    background-color: #13a9f5ef;
    /*设置表头背景色*/
}

.sticky-table td:first-child,
.sticky-table th:first-child {
    position: sticky;
    left: 0;
    /* 首列永远固定在左侧 */
    z-index: 1;
    /* background-color: #ebedeeef; */
}

.sticky-table th:first-child {
    z-index: 2;
}

/*表头的首列要在上面*/
.sticky-table th>div {
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.x21 {
    background-color: #13a9f5ef;
}

.x27 {

    background-color: #13a9f5ef;
}

.x30 {
    background-color: #13a9f5ef;
}

.x32 {
    vertical-align: bottom;
    background-color: #13a9f5ef;
}

.x33 {
    background-color: #13a9f5ef;
}

.x35 {
    border-top: 3px solid windowtext;

    border-left: 3px dashed windowtext;
}

.x36 {
    border-top: 3px solid windowtext;
}

.x37 {
    border-top: 3px solid windowtext;
    border-right: 2px solid windowtext;
}

.x38 {
    border-top: 3px solid windowtext;
    border-left: 3px dashed windowtext;
}

.x39 {
    border-top: 3px solid windowtext;
}

.x40 {
    border-top: 3px solid windowtext;
    border-right: 2px solid windowtext;
}

.x41 {
    border-left: 3px dashed windowtext;
}

.x43 {
    border-right: 2px solid windowtext;
}

.x44 {
    border-left: 3px dashed windowtext;
}

.x46 {
    border-right: 2px solid windowtext;
}

.x47 {
    border-bottom: 2px solid windowtext;
    border-left: 3px dashed windowtext;
}

.x48 {
    border-bottom: 2px solid windowtext;
}

.x49 {
    border-right: 2px solid windowtext;
    border-bottom: 2px solid windowtext;
}

.x50 {
    border-bottom: 2px solid windowtext;
    border-left: 3px dashed windowtext;
}

.x51 {
    border-bottom: 2px solid windowtext;
}

.x52 {
    border-right: 2px solid windowtext;
    border-bottom: 2px solid windowtext;
}