div.data-table{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    /* user-select: none; */
}

div.data-table-container {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

div.data-table-header {
    width: 100%;
    padding-right: 8px;
    height: 35px;
    border: 1px solid rgba(220, 220, 220, .8);
    box-sizing: border-box;
    background:linear-gradient(#f9f9f9, #efefef);
    position: relative;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

table.data-table-header{
    width: 100%;
    border-collapse: collapse;
    margin: -1px 0 0 -1px;
}

table.data-table-header th{
    height: 35px;
    border: 1px solid #ddd;
    padding-left: 5px;
}

div.data-table-header ul.data-table-columns {
    width: 9999px;
    padding: 0px;
    margin: 0px;
}

div.data-table-header ul.data-table-columns > li {
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    list-style: none;
    padding: 0px 10px;
    margin: 0px;
    border-right: 1px solid rgba(220, 220, 220, .8);
    box-sizing: border-box;
    font-weight: bold;
}

div.data-table-header ul.data-table-columns > li > span.data-table-columns-label{
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    cursor: default;
}

div.data-table-body {
    width: 100%;
    height: 100%;
    padding: 35px 0px 0px 0px;
    margin-top: -35px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

div.data-table-viewport{
    width: 100%;
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    border-width: 0px 1px 1px;
    border-color: rgba(220, 220, 220, .8);
    border-style: solid;
    position: relative;
}

div.data-table-column-resize{
    width: 0px;
    height: 100%;
    position: absolute;
    border-width: 0px 1px;
    border-style: dashed;
    border-color: rgba(0, 0, 0, .6);
    top: 0px;
    left: -9999px;
    margin-left: -1px;
    background: rgba(0, 0, 0, .1)
}

div.data-table-main > ul.data-table-row {
    display: block;
    height: 30px;
    padding: 0px;
    margin: 0px;
    transition: all .5s;
    width: 100%;
}

div.data-table-main > ul:nth-child(even) {
    background: #fff;
}

div.data-table-main > ul:hover{
    background: #ebf3fa;
    cursor: default;
}

div.data-table-main > ul > li {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    border-width: 0px 1px 1px 0px;
    border-color: rgba(220, 220, 220, .8);
    border-style: solid;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


div.data-table-notify{
    width: 500px;
    box-sizing: border-box;
    padding: 15px;
}

span.data-table-inline{
    width:20px;
    height: 35px;
    background: rgba(255, 177, 0, 0);
    position: absolute;
    top: 0px;
    display: inline-block;
    z-index: 9999;
    margin-left: -10px;
    cursor: col-resize;
}

div.data-table-footer{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-top: 10px;
    text-align: right
}

div.data-table-main table{
    border-collapse: collapse;
    margin-left: -1px;
    width: 100%;;
}

div.data-cj-table-main table{
    border-collapse: collapse;
    margin-left: 0px;
    width: 100%;;
}

div.data-table-main table td{
    border: 1px solid #eee;
    background: #fff;
    padding: 5px;
}


div.data-cj-table-main table td{
    border: 1px solid rgb(81, 59, 59);
    background: #fff;
    padding: 5px;
}

div.data-table-main td div.ant-radio-group, div.data-table-main td div.scores-item{
    display: inline-block;
}


div.data-table-main td div.scores-item div.ant-select-selection{
    margin:0px 5px;
}

div.data-table-footer ul{
    display: inline-block;
}

.statistical-analysis .questionnaire-analysis-container table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    border-top: 2px solid black;
    border-bottom: 2px solid #555;
    font-family: Arial, sans-serif;
    line-height: 25px;
}

div.statistical-analysis .questionnaire-analysis-container th td {
    border: 1px solid #ddd;
    padding: 8px;
    border-left: none;
    border-right: none;
    text-align: center;
}
.statistical-analysis .questionnaire-analysis-container th {
    background-color: #f2f2f2;
}

.statistical-analysis .questionnaire-analysis-container tr:hover {
    background-color: #f1f1f1;
}

/* 试卷返还模块样式 */

.table5 {
    border-collapse: collapse; /* 合并边框，让表格看起来更整齐美观，可选，可根据需求决定是否添加 */
    margin-left: 0; /* 将 margin-left 设置为 0，使表格靠左对齐 */
    width: 100%; /* 让表格宽度占满父容器 */
}

.table5 td {
    width: auto; /* 让单元格宽度自动调整 */
    height: 62px; /* 设置普通单元格高度为 22px，可根据实际情况调整 */
    padding: 8px; /* 添加内边距，让内容有一定的空间 */
}

.table5 td,
.table5 th {
    border: 1px solid #ccc; /* 同时加粗表格单元格（td 和 th）的边框，保持整体风格一致，可按需调整 */
    text-align: center;
    font-size: 14px;
}

/* 小屏幕设备（宽度小于 768px） */
@media (max-width: 768px) {
    .table5 td {
        width: auto; /* 让单元格宽度自动调整 */
        padding: 4px; /* 减小内边距 */
        font-size: 14px; /* 减小字体大小 */
    }
}

/* 超小屏幕设备（宽度小于 480px） */
@media (max-width: 480px) {
    .table5 td {
        width: auto; /* 让单元格宽度自动调整 */
        padding: 2px; /* 进一步减小内边距 */
        font-size: 12px; /* 进一步减小字体大小 */
    }
}

.table5-10 {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
}

.table5-11 {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    text-align: left !important;
}


div.table4 div.search-item-default label {
    width: 105px !important;
  }
  .table4 {
    z-index: 999;
  }
  
  .table4 div.search-item {
    min-height: 42px;
    max-height: 55px;
   
  }  






