::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);  */
    /* border-radius: 5px;  */
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    /* border-radius: 5px;  */
    /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);  */
    background-color: #ccc;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font: 14px "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma,
        "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    /* background: rgba(245, 245, 245, 1.0); */
    /* background: #0e83e4; */
    /* overflow: hidden; */
    /* user-select: none; */
}

iframe {
    border: 0px;
}

#root {
    width: 100%;
    height: 100%;
}

div.root-provider {
    width: 100%;
    height: 100%;
    background: #fff;
}

div.root-provider-unselect {
    user-select: none;
}

div.root-header {
    width: 100%;
    height: 45px;
    /* border-bottom: 1px solid rgba(1, 6, 66, 0.7); */
    /* background:linear-gradient(#f9f9f9, #efefef); */
    background: #0066ff;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    font-size: 16px;
    line-height: 45px;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.root-header h1 {
    margin: 0px;
    padding: 0px 0 0 35px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0px;
}

div.root-header i.fa {
    margin-right: 15px;
    color: rgb(232, 235, 241);
    font-size: 22px;
    position: absolute;
    top: -5px;
}

div.root-header i img {
    width: 30px;
}

div.root-header span.header-term {
    position: absolute;
    right: 110px;
    font-size: 14px;
    top: 1px;
    font-weight: normal;
}

div.root-header span.user {
    position: absolute;
    right: 10px;
    font-size: 14px;
    top: 0px;
}

div.root-header span.user a {
    margin-left: 5px;
}

div.root-header a {
    outline: none;
    color: #d6e4ff;
}

div.root-header a:active {
    outline: none;
    text-decoration: none;
}

div.root-header a:focus {
    outline: none;
    text-decoration: none;
}

div.root-breadcrumb {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 50;
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    /* background:linear-gradient(#fff, #eaeaea); */
    background: rgb(242, 242, 242);
    user-select: none;
}

div.root-breadcrumb ul {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

div.root-breadcrumb ul li {
    display: inline-block;
    margin: 0px 0px 0px -1px;
    height: 100%;
    box-sizing: border-box;
    width: 120px;
    overflow: hidden;
    position: relative;
}

div.root-breadcrumb ul li i {
    position: absolute;
    right: 8px;
    top: 11px;
    color: #666;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 14px;
}

div.root-breadcrumb ul li i:hover {
    color: #d0eaff;
    background: rgba(1, 6, 66, 0.1);
}

div.root-breadcrumb ul li svg {
    transform: scale(0.7);
    position: absolute;
    top: 3px;
    left: 2px;
}

div.root-breadcrumb ul li a {
    color: #666;
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 10px 0 10px;
    border-radius: 0px 1px 0 0;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
    border-width: 0px 1px 0px;
    border-style: solid;
    border-color: #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 0px;
    background: #eee;
    text-align: left;
}

div.root-breadcrumb ul li a:focus {
    outline: none;
    text-decoration: none;
}

div.root-breadcrumb ul li a.tab-active {
    color: #333;
    background: #fff;
    cursor: default;
}

div.root-breadcrumb ul li span {
    width: 100%;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

div.root-breadcrumb ul li span.tab-panel-active {
    border-bottom: 3px solid #167eff;
}

div.root-viewport {
    padding: 40px 0 0 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: auto;
}

div.root-container {
    width: 100%;
    height: 100%;
    padding-left: 240px;
    box-sizing: border-box;
    transition: 0.5s all;
}

div.root-aside {
    width: 240px;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    padding-top: 40px;
    margin-top: -40px;
    transition: 0.5s all;
}

div.app-ztree {
    width: 100%;
    height: 100%;
    border-right: 2px solid #ccc;
    box-sizing: border-box;
    position: relative;
}

div.root-tree {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
}

div.root-search {
    width: 100%;
    height: 82px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 2px 0px;
    box-sizing: border-box;
    line-height: 35px;
    min-width: 870px;
    position: relative;
    z-index: 999;
}

div.root-search2 {
    height: 43px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 2px 0px;
    box-sizing: border-box;
    line-height: 35px;
    min-width: 870px;
    position: relative;
    z-index: 999;
}

div.root-search button {
    margin-right: 5px;
}

div.root-search button.extends-button {
    background: #ffc107;
    border: 1px solid #ffc107;
    color: #fff;
}

div.root-search button.extends-button i {
    margin-right: 5px;
}

div.root-search button.extends-button:hover {
    color: #fff;
    background: #d6a205;
}

div.root-search div.root-search-wrapper {
    height: 83px;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0px 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.1s;
}

div.root-search div.root-search-wrapper85 {
    height: 85px;
    width: 100%;
    /* width: 1300px; */
}

div.root-search div.root-search-wrapper85-4 {
    height: 85px;
    width: 100%;
}

div.root-search div.root-search-wrapper95 {
    height: 95px;
}

div.root-search2 div.root-search-wrapper {
    height: 43px;
}

div.root-search div.root-search-wrapper.search-toggle-open {
    height: 135px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

div.root-search div.root-search-wrapper.search-toggle-open4 {
    height: 175px;
}

div.root-search div.root-search-wrapper.search-student-expands {
    height: 85px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

div.root-search div.root-search-wrapper.search-student-expands4 {
    height: 185px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

div.root-search-wrapper div.search-item {
    height: 42px;
}

div.root-search-wrapper div.search-item label {
    width: 80px;
    display: inline-block;
}

div.root-search-wrapper2 div.search-item label {
    width: 65px;
    display: inline-block;
}

div.root-search-wrapper3 div.search-item label {
    width: 110px;
    display: inline-block;
}

span.cut-off-rule {
    width: 22px;
    text-align: center;
    display: inline-block;
}

div.root-toolbar {
    height: 40px;
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    text-align: right;
}

div.root-main {
    width: 100%;
    height: 100%;
    padding: 135px 5px 5px;
    margin-top: -130px;
    box-sizing: border-box;
}

div.root-main2 {
    width: 100%;
    height: 100%;
    padding: 90px 5px 5px;
    margin-top: -85px;
}

div.root-submain,
div.root-file {
    width: 100%;
    height: 100%;
    padding: 45px 5px 5px;
    margin-top: -40px;
    box-sizing: border-box;
}

div.root-file {
    padding: 90px 5px 5px;
    margin-top: -82px;
}

div.root-submain div.root-main,
div.root-file div.root-main {
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
    margin-top: -0px;
    box-sizing: border-box;
}

div.goback {
    padding: 0px 10px;
    text-align: right;
}

div.root-modal div.ant-modal-content,
div.root-modal-copy div.ant-modal-content,
div.root-modal-print div.ant-modal-content,
div.root-evalitem div.ant-modal-content,
div.root-attachment div.ant-modal-content {
    /* border: 1px solid #000; */
    background: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

div.root-modal div.ant-modal-header,
div.root-modal-print div.ant-modal-header,
div.root-modal-copy div.ant-modal-header,
div.root-evalitem div.ant-modal-header,
div.root-attachment div.ant-modal-header {
    height: 40px;
    padding: 5px 15px;
    background: #4086f0;
    position: relative;
    z-index: 2;
    line-height: 40px;
}

div.root-modal-print div.ant-modal-title,
div.root-modal-copy div.ant-modal-title,
div.root-attachment div.ant-modal-title,
div.root-evalitem div.ant-modal-title,
div.root-modal div.ant-modal-title {
    color: #fff;
    line-height: 30px;
}

div.root-modal-print div.ant-modal-body,
div.root-modal-copy div.ant-modal-body,
div.root-attachment div.ant-modal-body,
div.root-evalitem div.ant-modal-body,
div.root-modal div.ant-modal-body {
    background: #fff;
}

div.root-attachment div.ant-modal-footer {
    display: none;
}

div.root-modal div.ant-modal-footer,
div.root-modal-print div.ant-modal-footer,
div.root-modal-copy div.ant-modal-footer,
div.root-evalitem div.ant-modal-footer {
    background: #fff;
    padding: 0 10px 10px;
}

div.root-attachment div.ant-modal-body,
div.root-evalitem div.ant-modal-body,
div.root-modal div.ant-modal-body {
    height: 350px;
    padding: 0px;
    overflow: auto;
}

div.root-attachment div.ant-modal-body,
div.root-modal-copy div.ant-modal-body,
div.root-modal-print div.ant-modal-body {
    padding: 0px;
}

div.root-evalitem div.root-form-body {
    /* width: 800px; */
    padding: 10px 20px;
}

div.root-evalitem div.root-form-body button {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

div.root-attachment span.ant-modal-close-x,
div.root-evalitem span.ant-modal-close-x,
div.root-modal-copy span.ant-modal-close-x,
div.root-modal-print span.ant-modal-close-x,
div.root-modal span.ant-modal-close-x {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 4px;
}

div.root-modal-print div.root-form-body,
div.root-modal-copy div.root-form-body {
    padding: 10px;
    width: 450px;
}

div.root-modal-print div.ant-form-item-label label,
div.root-modal-copy div.root-form-body label {
    width: 90px;
    display: inline-block;
}

div.root-modal div.root-main {
    padding-top: 50px;
    margin-top: -45px;
}

div.root-evalitem div.root-main,
div.root-attachment div.root-main {
    padding-top: 5px;
    margin-top: 0px;
}

div.root-modal div.root-search {
    min-width: 815px;
}

div.root-modal div.root-search-wrapper div.search-item label {
    width: 60px;
}

div.root-modal div.data-grid-actions-wrapper {
    display: none;
}

div.root-modal div.data-grid-body {
    padding: 35px 0px 0px 40px;
}

div.root-modal2 div.ant-modal-body {
    padding: 10px;
    height: inherit;
    /* max-height: 400px; */
    overflow: auto;
}

div.root-modal2 div.ant-form-item-label label {
    width: 120px !important;
    display: inline-block;
}

div.root-modal3 div.ant-modal-body {
    padding: 0px;
    height: 580px;
    overflow-y: auto;
}

div.root-modal3 div.root-search div.root-search-wrapper85 {
    height: 85px;
    width: 99%;
}

div.root-modal3 div.root-search div.root-search-wrapper135 {
    height: 135px;
    width: 99%;
}

div.root-modal3 div.ant-form-item-label label {
    width: 120px;
    display: inline-block;
}

div.root-modal3 div.ant-modal-header {
    height: 40px;
    padding: 5px 15px;
    background: #4086f0;
    position: relative;
    z-index: 2;
    line-height: 40px;
}

div.root-modal3 div.ant-modal-title {
    color: #fff;
    line-height: 30px;
}

div.root-modal3 span.ant-modal-close-x {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 4px;
}

div.root-modal3 div.root-search-wrapper div.search-item label {
    width: 120px;
}

div.root-search-eval div.search-item label {
    width: 120px;
}

div.root-role-tree {
    height: 400px;
    overflow: auto;
}

.ant-avatar.ant-avatar-icon {
    background: rgba(255, 255, 255, 0.7);
}

i.anticon.anticon-user {
    color: #0949ff;
}

div.search-item {
    white-space: nowrap;
}

div.root-provider2 div.root-breadcrumb {
    padding: 0px 0px 0px 40px;
}

div.root-provider2 div.root-viewport {
    padding: 85px 0 0 40px;
}

div.home-cards {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    white-space: nowrap;
}

div.home-card {
    width: 14.285714285714286%;
    height: 60px;
    display: inline-block;
    position: relative;
}

div.home-card i {
    font-size: 35px;
    position: absolute;
    top: 15px;
    left: 25px;
}

div.home-card span {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 70px;
}

div.home-card label {
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 73px;
}

div.home-card i.fa-graduation-cap {
    color: rgba(51, 208, 153, 1);
}

div.home-card i.fa-sitemap {
    color: rgba(189, 84, 219, 1);
}

div.home-card i.fa-university {
    color: rgba(255, 159, 66, 1);
}

div.home-card i.fa-filter {
    color: rgba(0, 102, 255, 1);
}

div.home-card i.fa-users {
    color: rgb(255, 174, 0);
}

div.home-card i.fa-map-signs {
    color: rgba(248, 98, 98, 1);
}

div.home-card i.fa-file-text-o {
    color: rgba(0, 102, 255, 1);
}

div.root-panel {
    white-space: nowrap;
}

div.root-panel-wrapper {
    width: 33.333333%;
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
}

div.root-panel-item {
    border: 1px solid #eee;
}

div.root-panel-item h4,
div.root-panel-org h4 {
    padding: 0px 0 0 10px;
    margin: 0px;
    height: 30px;
    background: #f9f9f9;
    line-height: 30px;
    font-size: 14px;
}

div.root-panel-item-container {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

div.root-panel-org {
    margin: 0px 5px;
}

div.root-panel-org {
    border: 1px solid #eee;
}

div.root-chart {
    width: 100%;
    height: 100%;
}

div.root-panel-item-container {
    padding: 5px;
    box-sizing: border-box;
}

div.root-panel-item-container table {
    width: 100%;
}

div.root-panel-item-container table th {
    height: 30px;
    background: #f9f9f9;
}

div.root-panel-item-container table th,
div.root-panel-item-container table td {
    padding: 5px;
}

span.root-setscore {
    position: absolute;
    z-index: 100;
    right: 30px;
    top: 142px;
    font-weight: bold;
    color: rgb(218, 14, 14);
    cursor: pointer;
}

div.root-file-new {
    padding-top: 95px;
}

div.root-file2 {
    padding-top: 140px;
}

div.root-file2 .data-table-container {
    padding-bottom: 0px;
}

div.root-file2 .root-setscore {
    top: 192px;
}

div.root-file3 {
    padding-top: 146px;
    margin-top: -86px;
}

div.root-file3 .data-table-container {
    padding-bottom: 0px;
}

div.root-file3 .root-setscore {
    top: 192px;
}

div.root-file-detail {
    padding-top: 95px;
    margin-top: -82px;
}

div.root-file-new div.root-main {
    margin-top: 0px;
    padding-top: 0px;
}

/* div.root-file-detail  div.root-main{
  margin-top: -40px;
  padding-top: 45px;
} */

div.root-file-new div.data-table-container {
    padding-bottom: 0px;
}

div.task-main {
    /* padding: 50px 0 0 0;
  margin-top: -50px; */
    box-sizing: border-box;
    height: 100%;
}

div.task-main div.root-main {
    padding: 90px 0 0;
    margin-top: -90px;
    height: 100%;
}

div.root-search-wrapper div.search-item-default label {
    width: 50px;
}

div.root-search-wrapper div.search-item-default div.ant-form-item:nth-child(2) label {
    width: 75px;
}

div.root-graph-view {
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding: 10px;
    box-sizing: border-box;
}

div.root-chart-line {
    width: 100%;
    height: 450px;
}

table.chart-grid {
    width: 90%;
    margin: 0px auto;
}

table.chart-grid th {
    height: 35px;
    background: #f2f2f2;
}

table.chart-grid th,
table.chart-grid td {
    border-collapse: collapse;
    border: 1px solid #eee;
    padding: 7px 5px;
}

table.chart-grid td {
    height: 30px;
}

div.root-listen div.root-main {
    width: 100%;
    height: 100%;
    padding: 90px 5px 5px;
    margin-top: -85px;
    box-sizing: border-box;
}

div.root-file-ts {
    margin-top: -48px;
    padding-top: 50px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

span.select-comments {
    color: #0066ff;
    cursor: pointer;
}

span.select-comments:hover {
    color: #0949ff;
}

span.text-number {
    color: #f00;
    font-weight: bold;
}

div.root-modal div.root-search-wrapper08 div.search-item label {
    width: 80px;
}

div.root-modal div.root-main2 {
    padding-top: 45px;
    margin-top: -45px;
}

.ant-modal-mask {
    background-color: rgba(0, 0, 0, 0);
}

.ant-modal-mask:first-child {
    background-color: rgba(0, 0, 0, 0.3);
}

div.root-modal div.root-search {
    height: auto;
    padding-left: 10px;
}

div.ant-select-selection--multiple {
    height: 72px;
    overflow: auto;
    margin-top: 5px;
}

div.ant-table-small {
    border-radius: 0px;
}

div.ant-table-placeholder {
    display: none;
}

div.survey-detail {
    padding: 10px;
}

div.survey-detail h4 {
    font-weight: bold;
}

table.table {
    width: 100%;
    border: 1px solid #eee;
}

table.table caption {
    text-align: left;
}

table.table th {
    height: 30px;
    background: #f5f5f5;
    line-height: 30px;
    padding: 3px 5px;
    border: 1px solid #eee;
}

table.table td {
    height: 25px;
    padding: 3px 5px;
    line-height: 25px;
    border: 1px solid #eee;
}

div.root-modal div.root-search2 {
    height: 42px;
    padding: 0px;
}

div.score-footer {
    height: 25px;
    text-align: right;
    padding: 5px 10px;
}

div.root-meta {
    display: inline-block;
    color: #f00;
    padding-left: 10px;
}

div.root-meta-score {
    margin-top: -33px;
    margin-left: 5px;
    position: absolute;
}

div.root-expired-date {
    color: #0066ff;
}

div.root-dataview {
    padding: 5px 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

div.root-dataview button.ant-btn-sm {
    line-height: 24px;
}

div.root-dataview div.ant-form-item-label {
    position: relative;
    top: 2px;
}

div.root-dataview div.ant-upload-list {
    width: 200px;
    display: inline-block;
    position: absolute;
}

div.ant-upload-list-item-info {
    line-height: 25px;
}

div.root-data-radio .ant-radio-wrapper {
    color: #f00;
}

div.root-data-excel {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 135px 5px 5px;
    margin-top: -130px;
}

div.root-stutas-search {
    position: absolute;
    right: 10px;
    top: 8px;
}

div.root-import-search {
    position: absolute;
    right: 10px;
    top: 5px;
}

div.root-import-main {
    width: 100%;
    height: 100%;
}

div.root-import-main div.root-main {
    padding-top: 100px;
    margin-top: -95px;
}

span.root-unchecked {
    color: #f00;
}

div.root-form-question-container {
    height: 100%;
    padding-top: 40px;
    margin-top: -40px;
}

div.root-form-question-container form.ant-form {
    height: 100%;
    padding-top: 48px;
    margin-top: -48px;
}

div.root-form-question-container label {
    width: 120px;
    display: inline-block;
}

div.root-form-question-container div.ant-checkbox-group {
    margin-left: 120px;
}

div.root-form-question-container label.ant-checkbox-group-item {
    min-width: 150px;
    width: auto;
}

div.root-radar-wrapper {
    padding: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

div.root-panel-item h4 {
    position: relative;
}

div.root-panel-item h4 a {
    position: absolute;
    right: 5px;
}

div.root-panel-item-container a {
    text-decoration: underline;
}

div.root-search-diff {
    padding: 0px 5px;
}

div.root-search-diff button {
    /* position: relative; */
    /* margin-top:-2px; */
    margin-right: 5px;
}

div.root-groups {
    background: #f9f9f9;
    margin-top: -10px;
    padding-top: 10px;
}

div.root-group {
    padding-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #e4e4e4;
}

div.root-group label {
    display: inline-block;
    width: 80px;
}

div.chart-difforg {
    height: 300px;
    box-sizing: border-box;
}

div.root-chart-radar {
    height: 450px;
    width: 100%;
}

div.root-layout-view {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

div.root-layout-view form {
    position: relative;
    z-index: 10;
}

div.root-layout-view div.chart-difforg {
    position: relative;
    z-index: 1;
}

div.root-search-group-list div.root-group {
    display: none;
}

span.root-search-caret {
    position: absolute;
    width: 20px;
    height: 15px;
    left: 50%;
    margin-left: -10px;
    display: block;
    background: #06f;
    border-radius: 0 0 2px 2px;
    border-width: 0px 1px 1px;
    border-color: #06f;
    border-style: solid;
    text-align: center;
    font-size: 10px;
    color: #fff;
    cursor: pointer;
}

span.root-search-caret:hover {
    background: #06f;
    border-color: #06f;
    color: #fff;
}

div.root-modal-chart {
    width: 100%;
    height: 350px;
}

.ant-divider-horizontal.ant-divider-with-text,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
    margin: 6px 0;
}

div.search-multiple {
    display: inline-block;
}

div.search-multiple div.ant-select-selection--multiple {
    height: 30px;
}

div.search-multiple div.ant-form-item-label label {
    position: relative;
    top: -6px;
}

span.ant-modal-close-x {
    display: block;
}

div.root-domain5 {
    padding: 85px 5px 5px;
    margin-top: -83px;
}

div.root-modal4 div.ant-modal-body {
    max-height: 490px;
    overflow: auto;
}

div.root-draggable {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0px;
    right: -3px;
    z-index: 1000;
    padding: 0px 3px;
    cursor: ew-resize;
}

div.root-draggable i {
    width: 3px;
    height: 100%;
    display: block;
    transition: 1s all;
}

div.root-draggable:hover i {
    background: rgba(30, 150, 255, 0.5);
}

.root-grid {
    width: 100%;
    height: 100%;
}

.root-grid>.root-main {
    width: 100%;
    height: 100%;
    padding: 50px 5px 5px;
    margin-top: -50px;
    box-sizing: border-box;
}

div.root-main1 {
    padding: 45px 5px 5px;
    margin-top: -40px;
}

div.root-wrapper-mains {
    padding-left: 220px;
    padding-top: 45px;
    margin-top: -45px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

div.root-modal6 div.ant-modal-body {
    padding: 50px;
}

div.root-modal div.root-form-upload {
    padding: 10px;
}

div.root-modal div.root-form-upload div.ant-form-item label {
    width: 90px;
    display: inline-block;
}

span.check-employee-name {
    color: #f00;
    display: block;
    margin-left: 120px;
}

div.ant-upload-list-item-info {
    padding-right: 20px;
}

i.anticon-cross {
    top: 3px;
}

div.root-print-wrapper {
    max-width: 685px;
    max-height: 500px;
    overflow-y: auto;
}

table.root-print-table {
    width: 100%;
}

table.root-print-table th,
table.root-print-table td {
    border-collapse: collapse;
    border: 1px solid #ddd;
}

table.root-print-table th {
    height: 30px;
    padding: 0px 10px;
    background: #f5f5f5;
}

table.root-print-table th.root-print-table-title {
    height: 34px;
    padding: 0px 10px;
    background: #e4e4e4;
}

table.root-print-table td {
    height: 30px;
    padding: 0px 10px;
}

table.root-print-table th label {
    margin-right: 10px;
}

div.root-search div.root-search-wrapper.search-student-expands3 {
    height: 135px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.eval-survey-publish-student-item1 .ant-select-selection--multiple {
    height: 78px;
    overflow: auto;
}

.eval-survey-publish-teacher-item1 .ant-select-selection--multiple {
    height: 78px;
    overflow: auto;
}

.eval-survey-publish-student-item1 label {
    width: 80px;
    display: inline-block;
}

.eval-survey-publish-student-item1 .ant-select-selection__rendered {
    line-height: 72px;
}

.form-item-object .ant-form-item-label {
    display: none !important;
}

div.root-search div.root-search-wrapper.search-student-expands5 {
    height: 235px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

div.root-toolbar a.action-hide {
    display: none;
}

div.root-toolbar a.action-disiable {
    color: rgb(146, 146, 146);
    border: 1px solid rgb(212, 212, 212);
    background: rgb(230, 230, 230);
    cursor: not-allowed;
    user-select: none;
    text-shadow: 0 1px 1px #fff;
}

div.root-toolbar a.action-disiable i {
    color: rgb(107, 107, 107);
}

div.root-toolbar a.action-disiable:hover {
    color: rgb(146, 146, 146);
    border: 1px solid rgb(212, 212, 212);
    background: rgb(230, 230, 230);
    cursor: not-allowed;
    user-select: none;
    text-shadow: 0 1px 1px #fff;
}

input.input-rate {
    padding: 4px 5px;
    height: 28px;
    line-height: 28px;
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 2px;
}

input.input-rate:focus {
    border-color: #1890ff;
    outline: none;
}

.datav-config-container {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    padding: 60px 0px 0px;
    background: rgb(255, 255, 255);
    overflow: auto;
}

.datav-config-container .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /*margin-top: 10px;*/
}

.datav-config-container .title {
    width: 200px;
    padding-right: 15px;
    text-align: right;
    padding-top: 5px;
    box-sizing: border-box;
}

.datav-config-container .form-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.datav-config-container .ant-select-selection--multiple {
    height: 90px;
    overflow: auto;
}

div.root-search div.root-search-wrapper.search-toggle-open3 {
    height: 135px;
}

span.schoold-not-found {
    color: #f5222d;
    padding-top: 5px;
}

/* span.root-header-termname{
  display: none;;
} */

div.public-account-img {
    padding: 15px 0 0;
    margin-left: -30px;
}

div.public-account-img img {
    width: 260px;
    height: 260px;
}

.ant-confirm .ant-confirm-btns {
    margin-top: 15px;
}

.zyzg-submain .data-grid-footer {
    display: none !important;
}

.zyzg-table {
    margin-bottom: 0px;
}

.zyzg-table .ant-form-item {
    margin-bottom: 0;
}

.zyzg-table tr:first-child {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(220, 220, 220, 0.8);
    box-sizing: border-box;
    background: linear-gradient(#f9f9f9, #efefef);
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.zyzg-table td {
    border: 1px solid #d9d9d9 !important;
}

.zyzg-bottom-button {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.zyzg-bottom-button button {
    margin-right: 10px;
}

.analysis-customize-target-item1 .ant-select-selection--multiple {
    height: 119px;
    overflow: auto;
}

.customized-modal .ant-form-item {
    margin-bottom: 8px !important;
}

div.jszg-root-main {
    width: 100%;
    height: 100%;
    padding: 135px 5px 5px;
    margin-top: -130px;
    box-sizing: border-box;
}

div.jszg-result-main {
    width: 100%;
    height: 400px;
    padding: 135px 5px 5px;
    margin-top: -130px;
    box-sizing: border-box;
}

.data-table-main .ant-tabs-bar {
    margin: 0 0 5px 0;
}

.data-table-main .ant-card-head {
    height: 36px;
    min-height: 36px;
}

.data-table-main .ant-card-head .ant-card-head-title {
    padding: 8px 0;
}

.data-table-main .ant-card-head .ant-card-extra {
    padding: 7.5px 0;
}

.data-table-main .ant-card-body {
    padding: 5px 15px;
}

.data-table-main .ant-form-item {
    margin-bottom: 5px !important;
}

.data-table-main .ant-form-item-label {
    margin-right: 5px;
}

.jszg-bottom-button {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.jszg-bottom-button button {
    margin-right: 10px;
}

div.reply-div {
    border: 1px solid #ccc;
    overflow-y: auto;
    margin-bottom: 5px;
    border-radius: 5px 5px 5px 5px;
}

div.audit-div {
    padding-top: 10px;
}

li.reply-li {
    padding-left: 70%;
    line-height: 25px;
}

pre.reply-content {
    font-size: 1em;
    line-height: 25px;
    text-indent: 2em;
    padding: 0 14px;
    width: 100%;
    overflow: auto;
    height: auto;
    /*  解决兼容问题 */
    word-break: break-all;
}

a.reply-file {
    font-size: 0.9em;
}

b.reply-author {
    font-size: 0.9em;
    padding: 0 14px;
}

span.reply-author {
    font-size: 0.9em;
    padding-left: 5px;
}

.audit-status {
    padding-left: 70%;
    line-height: 25px;
}

.approval-status {
    padding-left: 80%;
    line-height: 25px;
}

.data-table-container .ant-radio-disabled+span {
    color: rgba(0, 0, 0, 0.65) !important;
}

.role-clear {
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
    opacity: 0;
    position: absolute;
    right: 11px;
    z-index: 1;
    background: #fff;
    top: 50%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
    width: 12px;
    height: 12px;
    margin-top: -6px;
    line-height: 12px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, opacity 0.15s ease;
    transition: color 0.3s ease, opacity 0.15s ease;
}

.role-clear:hover {
    opacity: 1 !important;
}

.role-clear::before {
    display: block;
    font-family: "anticon";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E62E";
}

.role-clear-show {
    opacity: 1 !important;
}

.zyzg-table .ant-form-item-label {
    /* text-overflow: ellipsis;
  width: 200px; */
    white-space: normal;
    margin-right: 5px;
}

.develop-tabs-title {
    font-weight: bold;
}

.develop-tabs-term {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.45);
}

.develop-tabs-tag {
    margin-top: 5px;
    font-size: 8px;
}

.develop-tabs-tag .ant-tag {
    line-height: 20px;
    height: 20px;
    font-size: 10px;
}

.develop-subitem-input-code {
    background-color: #f0f0f0;
    padding: 0 10px;
    margin: 0 5px;
    font-weight: bold;
}

@font-face {
    font-family: "Sym Bola";
    src: url(../fonts/symbola.woff2);
}

.sym-bola {
    font-family: "Sym Bola" !important;
}

.choice-input-radio input {
    margin: 0 10px;
    width: auto;
    border: 1px solid #1890ff;
}

.develop-hint {
    color: red;
    font-weight: bold;
}

.develop-item-input-container {
    margin-bottom: 10px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.analysis-customize-target-item1 .ant-select-selection--multiple {
    height: 120px !important;
    overflow: auto !important;
}

.develop-item-container {
    margin-bottom: 0px !important;
    margin-left: 10px;
    margin-right: 10px;
}

.develop-audit-detail-header {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.develop-audit-detail-header>label {
    font-weight: bolder;
    font-size: 16px;
}

.develop-goal-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 100px;
}

.develop-goal-container>div {
    margin-left: 20px;
    color: #f00;
}

.develop-goal-info-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.develop-goal-info-container>div {
    margin-left: 20px;
    color: #f00;
}

div.root-modal-print-develop div.ant-form-item {
    margin-left: 20px;
}

div.root-modal-print-develop div.ant-form-item-label label {
    width: auto !important;
}

.ciqa-base-form1 {
    padding: 14px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.ciqa-base-form1 .ant-form-item {
    display: flex;
}

.ciqa-base-form1 .ant-form-item-control-wrapper {
    flex: 1;
}

.ciqa-base-form2 {
    margin-top: 14px;
    padding: 14px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.ciqa-base {
    padding: 40px 0 0 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    background: #f2f2f2;
    overflow: auto;
}

.ciqa-report-card {
    margin-bottom: 20px;
}

.ciqa-base-form3 {
    padding: 14px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.ciqa-button {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.ciqa-button button {
    margin-right: 10px;
}

.ciqa-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ciqa-base-form2 .ant-row:nth-of-type(n + 2) {
    margin-bottom: 24px;
}

.ciqa-base .ant-input-disabled {
    background: #fff;
    color: #000;
}

.ciqa-base .ant-input-disabled {
    background: #fff;
    color: #000;
}

.ciqa-analysis div.search-item label {
    width: auto !important;
    display: inline-block;
}

.ciqa-word {
    padding: 20px 40px 40px 40px;
    background: #fff;
}

.ciqa-word h1 {
    text-align: center;
}

.ciqa-word h2 {
    text-align: center;
    color: red;
}

.ciqa-word>div {
    margin-bottom: 20px;
}

.ciqa-word-title {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.ciqa-word-content p {
    text-indent: 2em;
    letter-spacing: 2px;
}

.ciqa-word-content-img {
    text-align: center;
}

.ciqa-word-content-img img {
    height: auto;
    width: 90%;
}

.ciqa-word-content span {
    color: red;
}

.ciqa-word h3 {
    text-align: center;
}

.ciqa-word-title2 {
    text-indent: 1em;
    font-size: 18px;
    font-weight: bold;
}

.ciqa-word-title3 {
    text-indent: 2em;
    font-size: 17px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font-w {
    font-weight: bold;
    color: #000 !important;
}

.img-bottom-title {
    text-align: center;
    font-size: 12px;
    display: block;
    color: #000 !important;
    margin-top: 8px;
    margin-bottom: 8px;
}

.ciqa-base td {
    border: 1px solid black;
}

.ciqa-vip-table {
    width: 100%;
    margin-bottom: 50px;
}

.ciqa-vip-table td {
    box-sizing: border-box;
    height: 60px;
    padding: 5px;
}

.ciqa-vip-table .ant-form-item {
    margin-bottom: 0 !important;
}

.ciqa-collect-table {
    width: 100%;
    margin-bottom: 50px;
}

.ciqa-collect-table thead {
    height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.ciqa-collect-table thead td {
    padding: 10px;
}

.ciqa-collect-table tbody td {
    box-sizing: border-box;
    height: 60px;
    padding: 5px;
}

.ciqa-collect-table .ant-form-item {
    margin-bottom: 0 !important;
}

.div-reister {
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    /* background: #f2f2f2; */
}

.div-register-card {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.register-card-form {
    padding: 8px;
    background: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.register-card-form .ant-form-item {
    display: flex;
    margin-bottom: 0 !important;
}

.register-card-form .ant-form-item-control-wrapper {
    flex: 1;
}

.register-card-form input {
    width: 100%;
}

.register-card-form .div-entryciqa-card {
    margin-top: 20px;
    margin: 0 auto;
    width: 90%;
}

.register-card-form .div-entryciqa-card .entry-label {
    margin-top: 50px;
}

.register-card-form .div-entryciqa-card .mobile-entry-label {
    margin-top: 30px;
}

.register-card-form .div-entryciqa-card .entry-textarea {
    margin-top: 10px;
}

.mobile-register-card-form .ant-card-meta-title {
    white-space: unset !important;
}

.mobile-register-card-form .ant-form-item-label {
    width: 40%;
    line-height: 40px;
}

.mobile-register-card-form .professional-area .ant-form-item-label {
    width: 27%;
}

.entry-textarea-end {
    margin-bottom: 100px;
}

.register-ciqa-button {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    width: 70%;
    z-index: 10;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.mobile-register-ciqa-button {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-asses-entering-container {
    background: #f0f2f5;
    padding: 15px;
    width: 100%;
    min-height: 100%;
    padding-bottom: 50px;
}

.course-asses-entering-container .ant-card-body {
    padding: 10px 24px;
}

.course-asses-entering-container .ant-card-wider-padding .ant-card-head {
    padding: 0 10px;
}

.course-assess-card {
    margin-bottom: 10px;
}

.course-assess-card-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
}

.course-assess-card-content-container {
    width: 70%;
}

.course-assess-card-file-container {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.course-assess-card-file-container .ant-upload-list-item {
    height: auto;
}

.course-assess-card-file-container .ant-upload-list-item-name {
    white-space: normal;
}

.course-assess-card-file-container .ant-upload {
    display: flex;
    justify-content: center;
}

.course-assess-card-split {
    border-right: 2px dashed #bfbfbf;
    margin-top: 10px;
    margin-bottom: 10px;
}

.course-assess-card-item {
    margin-bottom: 20px;
}

.course-assess-card-item>div:first-child {
    font-size: 16px;
    /* font-weight: bold; */
}

.course-assess-card-item>div:last-child {
    margin-top: 2px;
    font-size: 16px;
    margin-left: 25px;
}

.course-asses-card-judge {
    margin-bottom: 10px;
}

.course-asses-card-judge>span {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.course-assess-card-disable {
    color: rgba(0, 0, 0, 0.25);
}

.course-asses-entering-container .ant-form-item {
    display: flex;
    margin-bottom: 0px;
    margin-right: 15px;
}

.course-assess-card-course-info-container {
    display: flex;
}

.course-assess-card-last {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-assess-bottom {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.course-assess-bottom button {
    margin-right: 10px;
}

.course-assess-title {
    font-weight: bold;
}

.course-assess-card-file-show-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-assess-card-audit-no-pass {
    color: #ff4d4f;
    font-weight: bold;
    font-size: 16px;
}

.course-assess-card-audit-pass {
    color: #52c41a;
    font-weight: bold;
    font-size: 16px;
}

.course-assess-card-audit-author {
    padding-top: 16px;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.45);
}

.course-assess-card-audit-content {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    font-size: 18px;
}

.course-assess-card-audit-author>span {
    padding-right: 10px;
}

/**新增*/
.ant-checkbox-wrapper {
    margin-left: 0px !important;
}

/**新增*/
div.root-modal3 div.root-main {
    padding-top: 85px;
    margin-top: -83px;
}

/**新增*/
div.zgcp-root-main {
    width: 100%;
    height: 100%;
    padding: 135px 5px 5px;
    margin-top: -130px;
    box-sizing: border-box;
}

.qr-code-container {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.qr-code-modal .ant-modal-body {
    height: auto !important;
}

.qr-code-url {
    text-align: center;
    /* margin-bottom: 15px; */
    margin: 15px;
}

/* .analysis-customize-target-item1 .ant-select-selection--multiple  {
  height: 89px;
  overflow: auto;
} */

.root-correlation .ant-form-item {
    margin-bottom: 0px !important;
}

.correlation-container>span:first-child {
    color: #4086f0;
    text-decoration: underline;
    cursor: pointer;
}

.correlation-container>span:last-child {
    color: #8c8c8c;
    font-size: 14px;
}

.div-employee-pwd {
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    /* background: #f2f2f2; */
}

/**文件上传样式新增*/
.upload-list-inline .ant-upload-list-item {
    float: left;
    width: 200px;
    margin-right: 8px;
}

.upload-list-inline .ant-upload-animate-enter {
    animation-name: uploadAnimateInlineIn;
}

.upload-list-inline .ant-upload-animate-leave {
    animation-name: uploadAnimateInlineOut;
}

/** 学生问卷发布检索栏样式新增 */
div.root-search div.root-search-wrapper.search-toggle-open5 {
    height: 235px;
}

/**修改 录入页面检索栏 大分辨率情况下出现滚动条 */
div.root-search-overflow {
    width: 100%;
    height: 82px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 2px 0px;
    box-sizing: border-box;
    line-height: 35px;
    min-width: 870px;
    position: relative;
    z-index: 999;
    overflow-x: auto;
    overflow-y: hidden;
}

/**按指标部门自定义统计-检索栏样式 */
div.root-search div.root-search-wrapper135 {
    height: 135px;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0px 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.1s;
}

div.root-search div.root-search-wrapper175 {
    height: 175px;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 0px 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.1s;
}

.datacenter-card-form .ant-form-item {
    display: flex;
    margin-bottom: 0 !important;
}

.datacenter-table {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #eee;
    border-collapse: collapse;
    margin-top: 10px;
    text-align: center;
}

.datacenter-table th {
    border: 1px solid rgb(226, 226, 226);
    border-collapse: collapse;
    padding: 5px;
}

.datacenter-table td {
    border: 1px solid rgb(226, 226, 226);
    border-collapse: collapse;
    padding: 5px;
}

.datacenter-button {
    /* padding: 35px 15px 10px; */
    box-sizing: border-box;
    text-align: right;
    /* border-top: 1px solid #ddd; */
    /* background: #eee; */
    position: relative;
    width: 100%;
    z-index: 10;
    margin: 0 auto;
    /* position: fixed; */
    left: 0;
    right: 0;
    bottom: 0;
}

div.site-card-border-less-wrapper {
    padding: 30px;
    background: #ececec;
}

/*新增 input组合样式**/
.site-input-group-wrapper .site-input-split {
    background-color: #fff;
}

.site-input-group-wrapper .site-input-right {
    border-left-width: 0;
}

.site-input-group-wrapper .site-input-right:hover,
.site-input-group-wrapper .site-input-right:focus {
    border-left-width: 1px;
}

.site-input-group-wrapper .ant-input-rtl.site-input-right {
    border-right-width: 0;
}

.site-input-group-wrapper .ant-input-rtl.site-input-right:hover,
.site-input-group-wrapper .ant-input-rtl.site-input-right:focus {
    border-right-width: 1px;
}

.correlation-container>span:first-child {
    color: #4086f0;
    text-decoration: underline;
    cursor: pointer;
}

.question-button {
    position: absolute;
    height: 100px;
    right: 10px;
    top: 45px;
}

.question-button button {
    position: relative;
    right: 10px;
    bottom: 10px;
}

.question-button>button:first-child {
    margin-right: 5px;
}

.question-type {
    padding-left: 10px;
}

.correlation-item {
    /* border: 1px solid #e8e8e8; */
    margin-bottom: 10px;
}

.correlation-item label {
    color: rgba(0, 0, 0, 0.65);
}

.correlation-item-checkbox {
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
}

.correlation-item-content {
    /* border-left: 1px solid #e8e8e8; */
    margin-left: 30px;
}

.root-correlation2 .ant-checkbox-group {
    display: block !important;
}

/** 干部听课 */
div.leader-listen-insert div.search-item-default label {
    width: 105px !important;
}

/* .leader-listen-table td {
  padding: 5px;
  margin: 1px;
} */

.leader-listen-table th {
    padding: 10px;
}

.leader-listen-table-tr {
    font-size: 14px;
    font-weight: bolder;
}

.leader-listen-insert {
    z-index: 999;
}

.leader-listen-insert div.search-item {
    min-height: 42px;
    max-height: 55px;
    height: auto !important;
}

div.leader-listen-root {
    overflow: hidden;
}

div.leader-listen-root div.root-form-container {
    overflow: scroll;
}

div.leader-listen-root div.root-search {
    height: 140px;
}

div.leader-listen-root div.root-form {
    padding-top: 135px;
    box-sizing: border-box;
}

div.leader-listen-root div.root-form-container {
    margin-top: -135px;
    padding-right: 10px;
}

div.leader-listen-root table.leader-listen-table td {
    border: 1px solid #ccc;
}

div.leader-listen-root table.leader-listen-table th {
    border: 1px solid #ccc;
}

div.leader-listen-root .ant-form-inline .ant-form-item {
    margin-right: 0px;
}

div.leader-listen-root .ant-form-item-label label {
    color: rgba(0, 0, 0, 0.7);
}

div.leader-listen-root .leader-listen-radio label {
    margin: 0 30px;
}

div.leader-listen-root td.item-td {
    padding: 10px;
}

div.leader-listen-root div.root-search div.root-search-wrapper {
    background: #f8f8f5;
}

div.leader-listen-root div.root-search button {
    margin-left: 5px;
}

div.leader-listen-root .ant-upload-list-picture-card .ant-upload-list-item {
    width: 200px;
    height: 100px;
    margin: 0 auto;
    float: none;
}

div.leader-listen-root .ant-upload.ant-upload-select-picture-card {
    width: 200px;
    height: 100px;
    margin: 0 auto;
}

div.leader-listen-root textarea.ant-input {
    border: none;
}

div.teader-listen-root div.root-search div.root-search-wrapper.search-toggle-open3 {
    height: 140px;
}

div.teader-listen-root div.root-form {
    padding-top: 140px;
}

div.peer-review-root div.root-search {
    height: 86px !important;
}

div.peer-review-root div.root-form2 {
    padding-top: 86px;
    height: 100%;
}

div.peer-review-root .leader-listen-table th {
    padding: 0;
}

div.peer-review-root div.root-form-container {
    margin-top: -86px;
    padding-right: 10px;
}

div.peer-review-root .minMultiple div.ant-select-selection--multiple {
    height: 32px;
}

div.root-form-container::-webkit-scrollbar {
    width: 16px;
}

/**新增*/
.react-resizable {
    position: relative;
    background-clip: padding-box;
}

/**新增*/
.react-resizable-handle {
    position: absolute;
    width: 10px;
    height: 100%;
    bottom: 0;
    right: -5px;
    cursor: col-resize;
    z-index: 1;
}

/**二级学院诊改样式调整*/

div.resultView .ant-form-item {
    margin-bottom: 0px;
}

div.zgcpView table tbody tr:hover>td {
    background-color: #ffffff !important;
}

div.zgcpView .ant-table-thead>tr>th,
.ant-table-tbody>tr>td {
    padding: 6px 6px;
}

div.zgcpView .ant-card-type-inner .ant-card-body {
    padding: 6px 6px;
}

div.zgcpView .ant-card-type-inner .ant-card-head-title {
    padding: 5px 0;
}

div.zgcpView .ant-card-type-inner .ant-card-extra {
    padding: 5.5px 0;
}

div.zgcpView .ant-card-head {
    min-height: 33px;
    background-color: white;
}

div.zgcpView .ant-input-number-input[disabled] {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, 0.65);
}

div.zgcpView .ant-input-disabled[disabled] {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, 0.65);
}

div.zgcpView .ant-checkbox-disabled+span {
    color: rgba(0, 0, 0, 0.65);
}

div.zgcpView .ant-radio-disabled+span {
    color: rgba(0, 0, 0, 0.65);
}

div.zgcpView .ant-select-disabled {
    color: rgba(0, 0, 0, 0.65);
}

div.zgcpView .ant-select-disabled .ant-select-selection {
    background-color: #ffffff !important;
}

div.zgcpView .ant-upload-list {
    width: 200px;
    display: inline-block;
}

div.zgcpView .fileList {
    line-height: 23px;
}

.jszg-root-main .data-grid-footer {
    display: none !important;
}

div.zgcpView .auditbutton {
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    border-radius: 15px;
    margin-bottom: 10px;
}

div.zgcpView table .ant-form-item-label label {
    line-height: 23px;
    display: block;
    white-space: normal;
    text-align: left;
}

div.zgcpView .nextForm {
    display: inline-flex;
    margin-left: 8px;
    align-items: center;
    justify-content: space-between;
}

div.zgcpView .nextForm .ant-form-item-label label {
    position: relative;
    top: 15px;
}

div.zgcpView table td {
    border: 1px solid #e8e8e8
}

div.zgcpView table .ant-form-item-control-wrapper {
    margin-top: 5px;
}

div.zgcpView table .ant-form-item {
    margin-bottom: 3px;
}

div.zgcpView table .ant-radio-inner:after {
    background-color: #1890ff;
}

div.zgcpView table .ant-radio-checked .ant-radio-inner {
    border-color: #1890ff !important;
}

div.zgcpView table .ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: #f5f5f5 !important;
}

div.zgcpView table .ant-checkbox-checked .ant-checkbox-inner {
    border-color: #1890ff !important;
    background-color: #1890ff;
}

div.zgcpView table .ant-checkbox {
    float: left;
    margin-top: 4px;
}

div.zgcpView table .ant-checkbox-wrapper+span,
div.zgcpView table .ant-checkbox+span {
    float: right;
    width: 98%;
}

div.zgcpView table .ant-radio {
    float: left;
    margin-top: 3px;
}

div.zgcpView table .ant-radio-wrapper+span,
div.zgcpView table .ant-radio+span {
    float: right;
    width: 98%;
}

div.zgcpView input::-webkit-input-placeholder {
    color: #988989d8;
    font-weight: bold;
}

div.zgcpView textarea::-webkit-input-placeholder {
    color: #988989d8;
    font-weight: bold;
}

div.root-role-student-modal div.root-main {
    padding-top: 50px;
    margin-top: -45px;
}

div.root-role-student-modal div.ant-modal-body {
    padding: 0px;
    height: 580px;
    overflow-y: auto;
}

div.root-role-student-modal div.ant-modal {
    top: 30px;
}

div.root-modal5 div.ant-modal-body {
    padding: 0px;
    height: 580px;
    overflow-y: auto;
}

div.root-modal5 div.ant-modal {
    top: 30px;
}

div.root-search div.root-search-wrapper85-2 {
    height: 85px;
}

div.root-viewport2 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
    overflow: auto;
}

.second-credit-import-viewport .data-grid-content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.graduation-entry-container {
    background: #f0f2f5;
    padding: 10px;
    width: 100%;
    min-height: 100%;
}

.graduation-entry-container .ant-form-item {
    /* display: flex; */
    margin-bottom: 0px;
    margin-right: 15px;
}

.graduation-entry-card {
    margin: 0px;
    border-radius: 0px;
}

.graduation-entry-card .ant-form-item-children {
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.graduation-entring-bottom {
    padding: 5px 15px 10px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.graduation-div-title-upload {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}

.graduation-div-upload {
    display: flex;
    align-self: center;
    margin-top: 35px;
}

/**修改*/
.graduation-download {
    border: 0px !important;
    width: 100%;
}

.approval-card-span span {
    margin-left: 10px;
}

.graduation-entry-card .ant-form-item-label {
    width: 150px;
    white-space: pre-wrap;
    margin-right: 10px;
}

.graduation-tip {
    margin: 0 auto;
}

.graduation-upload-button {
    width: 250px;
    margin-left: 30px;
    white-space: pre-wrap;
    height: 40px;
    line-height: 40px;
}

.graduation-entry-container .ant-tag-blue {
    background: none !important;
}

.graduation-entry-container .ant-tag {
    border: none !important;
}

.graduation-entry-container div.org-tree-select {
    width: 400px !important;
}

.colorGreen {
    color: green;
}

.colorRed {
    color: red;
}

.feedback-form .ant-form-item-label {
    width: 120px;
    white-space: pre-wrap;
}

.approval-div {
    text-align: left;
}

.approval-div div {
    display: inline-block;
}

.approval-div .ant-select-selection {
    width: 180px;
}

.graduation-analysis-customize-target-item1 .ant-select-selection--multiple {
    height: 75px;
    overflow: auto;
}

.graduation-analysis-customize-target-item2 .ant-select-selection--multiple {
    height: 120px;
    overflow: auto;
}

div.list-other .ant-list-item-meta-title a {
    color: #0e0101;
    font-weight: bolder;
}

div.list-other .ant-list-item-meta-description {
    color: #0e0101;
}

div.root-card {
    background-color: #fff;
    padding: 10px;
}

div.org-tree-select01 {
    width: 100 !important;
}

div.graduation-entry-container h2 {
    margin-top: 10px;
}

div.graduation-entry-container h3 {
    margin-top: 10px;
}

div.graduation-entry-container div.ant-collapse-borderless {
    margin-bottom: 20px;
}

div.graduation-entry-container div.ant-collapse-borderless>.ant-collapse-item {
    border-bottom: 1px solid #eee;
}

/**新增-课题弹框样式*/
div.root-modal5 div.ant-modal-body {
    max-height: 600px;
    overflow: auto;
}

/**新增-录入按钮样式*/
.graduation-templateEntring-bottom {
    padding: 5px 15px 10px;
    margin-left: 460px;
    box-sizing: border-box;
    text-align: right;
    border-top: 1px solid #ddd;
    background: #eee;
    position: relative;
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.graduation-entry-card .ant-form-item {
    display: flex;
    margin-bottom: 0px;
    margin-right: 15px;
}

/**新增*/
.data-tab-view {
    height: 100%;
}

/**新增*/
.data-tab-view .ant-tabs-content {
    height: 100%;
}

/**新增*/
.data-tab-view .ant-card-body {
    height: 100%;
}

span.listen-tooltip .ant-form-item-required:before {
    display: inline-block;
    margin-right: 4px;
    content: "#";
    font-family: SimSun;
    line-height: 1;
    font-size: 14px;
    color: #f5222d;
}

span.redclass {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

span.yellowclass {
    color: yellow;
    font-size: 14px;
    font-weight: bold;
}

span.blueclass {
    color: #2e55ef;
    font-size: 14px;
    font-weight: bold;
}

span.orangeclass {
    color: #ff7f24;
    font-size: 14px;
    font-weight: bold;
}

span.greenclass {
    color: green;
    font-size: 14px;
    font-weight: bold;
}

/** 抽检样式*/
div.graduation-root-main {
    width: 100%;
    height: 534px;
    box-sizing: border-box;
}

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open:after {
    font-size: 18px;
}

:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close:after {
    font-size: 18px;
}

:root .ant-tabs-tab-prev-icon:before,
:root .ant-tabs-tab-next-icon:before {
    font-size: 18px;
}

div.academic-form .ant-card-head {
    border-radius: 30px;
}

/* div.academic-form .ant-card-head .ant-card-head-title {
  font-size: 18px;
} */

div.academic-form .academic-card {
    width: 100%;
    border-radius: 30px;
}

div.academic-form-pmodal {
    text-align: center;
    margin-top: 30px;
}

div.root-teacher-student-modal div.root-main {
    padding-top: 50px;
    margin-top: -45px;
}

div.root-teacher-student-modal div.ant-modal-body {
    padding: 0px;
    height: 580px;
    overflow-y: auto;
}

div.root-teacher-student-modal div.ant-modal {
    top: 30px;
}

div.academic-detail-modal div.overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

.assessment-evaluate-modal .ant-form-item label {
    width: auto !important;
}

div.swot-analysis-chart {
    width: 1250px;
    margin: 10px;
    float: left;
    height: 480px;
    background-color: #fafafa;
}

div.gauss-analysis-chart {
    width: 900px;
    margin: 10px;
    margin-left: 5%;
    float: left;
    height: 450px;
    background-color: #fafafa;
}

div.gauss-analysis-pie {
    width: 580px;
    margin: 10px;
    margin-left: 5%;
    float: left;
    height: 450px;
    background-color: #fafafa;
}

div.gauss-analysis-model-chart {
    width: 800px;
    margin: 10px;
    float: left;
    height: 450px;
    background-color: #fafafa;
}

.assessment-label-content {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.eval-survey-collect-config-container .ant-form-item {
    margin-bottom: 0px !important;
}

.eval-survey-collect-config-container {
    padding-top: 20px;
}

.eval-survey-collect-config-container-item .ant-form-item {
    display: inline-block;
}

.eval-survey-collect-config-container-item .ant-form-item-label {
    display: inline-block;
}

.eval-survey-collect-config-container-item .ant-form-item-control-wrapper {
    display: inline-block;
}

div.supv-mul-select .ant-select-selection--multiple {
    height: 130px !important;
    overflow: auto !important;
    margin-top: 0px !important;
}

div.correlation-heatmap-chart {
    width: 90%;
    margin: 15px;
    display: flex;
    align-items: center;
    height: 450px;
    background-color: #fafafa;
}

.analysis-customize-target-item2 .ant-select-selection--multiple {
    height: 80px;
    overflow: auto;
}

.analysis-customize-target-item3 .ant-select-selection--multiple {
    height: 40px;
    overflow: auto;
}

.analysis-customize-target-item4 .ant-select-selection--multiple {
    height: 100px;
    overflow: auto;
}

.analysis-customize-target-item4 .ant-select-selection__rendered {
    height: 100%;
}

.analysis-customize-target-item4 .ant-select-selection--multiple {
    height: 100px !important;
}

div.regression-print-chart {
    width: 96%;
    margin: 15px;
    display: flex;
    height: 600px;
    background-color: #fafafa;
}

.target-config-container {
    padding: 30px;
    background-color: #eff3f6;
}

.target-config-card-container {
    box-sizing: border-box;
    width: 100%;
    height: 560px;
    position: relative;
    z-index: 10;
    background: rgb(255, 255, 255);
    overflow: auto;
}

.target-config-card-container .item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
}

.target-config-card-container .title {
    width: 200px;
    padding-right: 15px;
    text-align: right;
    padding-top: 5px;
    box-sizing: border-box;
}

.steps-content {
    margin-top: -4%;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    min-height: 200px;
    text-align: center;
    padding-top: 80px;
}

.steps-action {
    margin-top: 24px;
    text-align: center;
}

div.survey-statistics-modal div.ant-form-item-label label {
    width: 170px !important;
    display: inline-block;
}

div.survey-statistics-modal2 div.ant-form-item-label label {
    width: 410px !important;
    display: inline-block;
}

div.ky-statistics-exhibition {
    width: 100%;
    margin: 1px;
    display: flex;
    height: 50px;
    background-color: #fafafa;
}

div.ky-home-item {
    width: 33%;
    margin: 5px;
    height: 350px;
    background-color: #fafafa;
}

span.survey-table-container .data-grid-header {
    height: 70px;
}

span.survey-table-container div.data-grid-header ul.data-grid-columns>li {
    height: 70px;
    line-height: 20px;
}

span.survey-table-container .data-grid-container {
    padding-bottom: 70px;
}

span.survey-table-container div.data-grid-selects li.first-child {
    height: 70px;
    line-height: 20px;
}

span.survey-table-container .grid-sort-up {
    line-height: 30px;
}

span.survey-table-container .grid-sort-down {
    line-height: 30px;
}

div.survey-table-title {
    white-space: pre-line;
    height: 100%;
}

.survey-statistics-grid-container .data-grid-container {
    padding-bottom: 45px !important;
}

.survey-statistics-grid-container ul.data-grid-columns>li {
    height: auto !important;
}

.survey-statistics-grid-container div.data-grid-header {
    height: 45px !important;
}

.survey-statistics-grid-container div.data-grid-header ul.data-grid-columns>li>span.data-grid-columns-label {
    overflow: auto !important;
    white-space: pre-wrap !important;
    line-height: normal !important;
}

.survey-statistics-grid-container div.data-grid-selects li.first-child {
    height: 45px;
}

div.root-modal7 div.ant-modal-body {
    padding: 0px;
    height: 580px;
    overflow-y: auto;
}

div.root-modal7 div.ant-modal {
    top: 30px;
}

div.root-modal7 div.ant-modal-body {
    max-height: 500px;
    overflow: auto;
}

div.root-search div.root-search-wrapper85-3 {
    height: 45px;
}

div.datacenter-table-header {
    width: 350px;
    margin: 0 auto;
}

div.evalsurvey-data-option-table .ant-table-thead th.table_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

div.evalsurvey-data-option-table .ant-table-tbody td.table_title {
    font-size: 16px;
    text-align: center;
}

.select-multiple-model2>.ant-select-selection--multiple {
    height: auto !important;
}

div.ky-submit-footer {
    position: sticky;
    bottom: -0px;
    left: 0px;
    background: #fff;
    padding: 10px;
    border: #ddd 1px solid;
}

.ky-transfer>.ant-transfer>.ant-transfer-operation {
    overflow: initial !important;
}

.ky-transfer>.ant-transfer>.ant-transfer-operation>.ant-btn-sm {
    height: auto !important;
}

.teacher-teaching-quality-table .ant-table-body {
    height: calc(100vh - 152px - 161px - 45px - 64px - 30px) !important;
}

.teacher-teaching-quality-table2 .ant-table-body {
    height: calc(100vh - 152px - 62px - 45px - 64px - 30px) !important;
}

.teacher-teaching-quality-table3 .ant-table-body {
    height: calc(100vh - 152px - 107px - 45px - 64px - 30px) !important;
}

.second-credit-collect-table .ant-table-body {
    height: calc(100vh - 360px) !important;
}

div.icon-select {
    padding: 6px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

div.icon-select-checked {
    border: 1px solid #1890ff;
    padding: 5px;
}

div.icon-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

div.patrol-modal div.ant-modal-body {
    height: 100%;
}

.eval-survey-org-score .ant-select-selection__rendered {
    height: 76px;
}

.schoolCalendar th {
    border: 1px solid #eee;
    color: #333;
    font-size: 16px;
    line-height: 36px;
    background: #e5e5e5;
}

.schoolCalendar table {
    border-collapse: collapse;
    width: 100%;
}

.schoolCalendar td {
    border: 1px solid black;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
}

.schoolCalendar .table-head {
    color: red;
    height: 36px;
}

.schoolCalendar .table-body {
    width: 100%;
    max-height: 600px;
    overflow: overlay;
}

.schoolCalendar .table-head table {
    width: 100%;
}

.schoolCalendar .table-body table {
    width: 100%;
}

.dtme-enter-tabs .ant-tabs-content {
    height: 100%;
}

.dtme-enter-tabs .root-form-org-container {
    width: 100%;
    height: 100%;
    padding-bottom: 55px;
    box-sizing: border-box;
    padding-top: 45px;
    margin-top: -50px;
}

.dtme-enter-tabs div.root-form-body {
    padding: 10px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.dtme-enter-tabs .ant-tabs-tab {
    font-weight: bold;
}

.dtme-enter-tabs .ant-form-item-label label {
    width: 150px;
    display: inline-block;
}

.dtme-modal .root-form-body {
    width: 100% !important;
}

.dtme-modal .ant-form-item-label label {
    width: 150px !important;
    display: inline-block !important;
}

.peer-result-detail .ant-input-disabled {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65);
}

.peer-result-detail .ant-select-disabled .ant-select-selection {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65);
}

.peer-result-detail .ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.65);
}

.evalsurvey-student-analysis .ant-select-selection--single {
    height: 76px;
}

.dataSync-preview-table table {
    border: 1px solid #333;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.dataSync-preview-table thead {
    font-weight: bold;
    font-size: 12px;
}

.dataSync-preview-table td {
    border: 1px solid #333;
}

.message-chat-container {
    height: 350px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 5px;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message-card-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.message-card-wrapper:first-of-type {
    margin-top: 10px;
}

.message-header {
    width: 40px;
    height: 40px;
    float: left;
}

.message-header img {
    width: 80%;
    height: 80%;
    margin: 10%;
}

.message-content {
    width: calc(100% - 50px);
    height: auto;
    float: right;
}

.message-card {
    display: inline-block;
    position: relative;
    padding: 10px;
    max-width: calc(100% - 40px);
    line-height: 1.5;
    font-size: 10pt;
    text-align: left;
    word-break: break-all;
    background-color: #ffffff;
    border-radius: 6px;
    color: #2a2c36;
}

.msg-self .message-content {
    float: left !important;
}

.msg-self .message-card {
    float: right !important;
    background-color: #b4f96c !important;
}

.msg-self .message-header {
    float: right !important;
}

.msg-self .message-card:before {
    right: inherit !important;
    left: 100%;
    border-right-color: transparent !important;
    border-left-color: #b4f96c !important;
}

.message-card:before {
    content: " ";
    position: absolute;
    top: 9px;
    right: 100%;
    border: 6px solid transparent;
    border-right-color: #ffffff;
}

.msg-self .message-card-footer {
    text-align: right !important;
}

.message-card-footer {
    width: auto;
    height: auto;
    color: #c0bfbf;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 5px;
}

.message-card-time,
.message-card-people {
    font-size: 8pt;
}

.message-card-time {
    margin-left: 5px;
}

.message-card-main {
    white-space: pre-line;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.graduation-form-card .ant-card-head {
    background-color: #4086f0;
    /* 背景颜色 */
}

.graduation-form-card .ant-card-head-title {
    color: #fff;
    /* 标题文字颜色 */
    font-size: medium;
}

/** 菜单栏太长了，优化了一些样式 */
div.root-toolbar {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

div.root-toolbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: transparent;
}

div.root-toolbar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

div.root-toolbar:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
}

div.root-toolbar:hover::-webkit-scrollbar-track {
    background: transparent;
}

.form-bottom-button {
    padding: 5px 15px 10px;
    text-align: center;
    border-top: 1px solid #ddd;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.form-bottom-button button {
    margin-right: 10px;
}

div.form-review-root div.root-search {
    height: 48px !important;
}

div.form-review-root div.root-form2 {
    padding-top: 48px;
    height: 100%;
}

div.form-review-root .leader-listen-table th {
    padding: 0;
}

div.form-review-root div.root-form-container {
    margin-top: -48px;
    padding-right: 10px;
}

div.peer-review-root .minMultiple div.ant-select-selection--multiple {
    height: 32px;
}

.dtme-target .ant-avatar-string {
    position: initial !important;
}

.license-content {
    height: calc(100vh - 64px - 64px);
}

.license-content-container {
    width: 600px;
    height: 420px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.license-content-container label {
    display: inline-block;
    width: 120px;
}

.dtme-panel-span:before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    line-height: 1;
    font-size: 14px;
    color: #f5222d;
}

.dtme-collapse .ant-collapse-content-box {
    padding: 3px;
}

div.dossier-modal div.root-form-upload div.ant-form-item label {
    width: 250px;
    display: inline-block;
}

div.dossier-modal div.ant-modal-header {
    height: 40px;
    padding: 5px 15px;
    background: #4086f0;
    position: relative;
    z-index: 2;
    line-height: 40px;
}

div.dossier-modal div.ant-modal-content,
div.root-attachment div.ant-modal-content {
    /* border: 1px solid #000; */
    background: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

div.dossier-modal div.ant-modal-title {
    color: #fff;
    line-height: 30px;
}

div.dossier-modal div.ant-modal-body {
    background: #fff;
}

div.dossier-modal div.ant-modal-footer {
    background: #fff;
    padding: 0 10px 10px;
}

div.dossier-modal div.ant-modal-body {
    height: 350px;
    padding: 0px;
    overflow: auto;
}

div.dossier-modal span.ant-modal-close-x {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-top: 4px;
}

div.dossier-mul-select .ant-select-selection--multiple {
    height: 85px !important;
    overflow: auto !important;
    margin-top: 0px !important;
}

div.icon2-container {
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow-y: auto;
}

div.icon-select2 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.icon-select-checked2 {
    border: 1px solid #1890ff;
}

div.survey-form-modal div.ant-modal-body {
    height: inherit;
    max-height: 500px;
    overflow: auto !important;
}

div.jxcp-report-modal div.ant-modal-body {
    height: 520px;
    overflow: auto !important;
}

.course-target-table {
    margin-top: 10px;
    margin-left: 10px;
}

.course-target-table th {
    text-align: center;
    font-size: 16px;
}

.course-target-table th,
.course-target-table td {
    border: 1px solid black;
    border-collapse: collapse;
    /* 移除单元格之间的间隔 */
}

.course-target-table tr>td:first-child {
    text-align: center;
}

.course-target-table tr>td:nth-child(2) {
    text-align: center;
}

.course-target-table tr>td:nth-child(3) {
    padding: 5px;
}

.course-target-table-container {
    height: 580px;
    overflow: scroll;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
}

.no-course-target {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
}

.course-target-table-container>div {
    position: absolute;
    top: 10px;
    left: 600px;
    display: flex;
    flex-direction: column;
}

.course-target-tab {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.course-target-tab-title1 {
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.course-target-tab-title2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.data-view-source-container {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    padding: 20px;
    position: relative;
}

.data-view-source-body {
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: clip;
}

.first-item-label>.ant-form-item-label {
    font-weight: bolder;
}

.data-view-source-head-container {
    display: flex;
    align-items: center;
}

.data-view-source-head-container>div {
    margin-right: 20px;
}

.data-view-source-button-container {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

.statistical-analysis .questionnaire-analysis-container {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
}

div.root-form-project-container form {
    height: 100%;
}

div.root-form-project-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
}

div.root-form-project-container label {
    width: 120px;
    display: inline-block;
}

div.root-form-project-container label.ant-checkbox-wrapper {
    width: 20px;
}

div.projectView .graduation-entry-card .ant-form-item {
    display: block;
    margin-bottom: 0px;
    margin-right: 15px;
}

.comments-acud-modal-content {
    position: relative;
    background-color: #fff;
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 0px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    height: 480px;
}

.comments-acud-modal-content .acud-col-11 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 480px;
    overflow: auto;
}

.comments-acud-modal-content .acud-col-13 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 480px;
    overflow: auto;
}

.ai-comment-analysis-label {
    width: 100%;
    height: auto;
    background-color: #eee;
    margin-top: 15px;
    padding: 10px;
}

.ai-comment-analysis-label pre {
    font-size: 15px;
    line-height: 24px;
}

.ai-comment-analysis-reasoning-content {
    background-color: #f6f8fb;
    padding: 4px;
    margin-bottom: 5px;
}

div.jxcp-report-selection-multiple .ant-select-selection--multiple {
    height: 120px;
}

.target-form-div div.root-form-body {
    overflow: auto;
}

.search-multiple-evaluation .ant-select-selection__rendered {
    height: 80px;
    line-height: 80px;
    width: 100%;
    overflow-y: auto;
}

div.search-multiple-evaluation .div.ant-select-selection--multiple {
    height: 80px;
    line-height: 80px;
    width: 100%;
    overflow-y: auto;
}

.ant-popover-buttons .ant-btn {
    line-height: 24px;
}

.survey_table td.survey-table-disabled {
    background-color: #eee;
    text-align: center;
}

.survey_table li.ant-select-tree-treenode-disabled>span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled>.ant-select-tree-node-content-wrapper span {
    color: #9f6969;
}

.dossier_upload_list .ant-upload-list {
    width: 370px;
}

.survey-major-match-form-select {
    width: 400px !important;
}

.chat-bot-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chat-bot-container>.sub-title {
    margin-bottom: 20px;
}

.question-container-1 {
    width: 45%;
    margin-bottom: 20px;
}

.question-container-1>h4 {
    color: #889096;
}

.question-container-1>.question-list {
    margin-left: 20px;
}

.question-container-1>.question-list>button {
    border-radius: 10px;
    margin: 5px 10px;
}

.user-question-container-2 {
    width: 40%;
    display: flex;
    margin-top: 5px;
}

.user-question-container-2>div {
    max-width: 25%;
    padding: 5px;
    font-size: 12px;
    background-color: #f2f4f5;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.question-input-container {
    width: 45%;
    height: 150px;
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.question-input {
    max-height: inherit;
    min-height: 100%;
    overflow-anchor: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    position: relative;
    resize: none;
    vertical-align: bottom;
    width: 100%;
}

.question-button-container {
    display: flex;
    justify-content: end;
}

.question-button-container .ant-btn {
    border-radius: 50% !important;
}

.question-container-2 {
    margin-top: 20px;
}

.question-container-2>div>button {
    margin-bottom: 5px;
    border-radius: 10px;
    border-radius: 5px;
}

.question-chat-bot-container-2 {
    width: 600px;
}

.chat-bot-out-container-2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chat-bot-container-2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
    padding: 0 80px;
}

.question-input-container-2 {
    height: auto;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    border: 1px solid #bfbfbf;
    border-radius: 15px;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 0 15%;
}

.question-button-container-2 .ant-btn {
    border-radius: 50% !important;
    top: 0;
}

.question-input-2 {
    min-height: 20px;
    overflow-anchor: auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 !important;
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    position: relative;
    resize: none;
    vertical-align: bottom;
    width: 100%;
    resize: "none";
}

.question-input-container-2>div:first-child {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.chat-container {
    width: 100%;
    /* height: 65vh; */
    height: auto;
    max-height: 65vh;
    margin-bottom: 20px;
    min-height: 200px;
}

.chat-container>div {
    height: 100%;
    overflow: auto;
    padding: 0 15%;
}

.chat-container .chat-message {
    margin: 30px 0;
}

.chat-container .chat-left {
    display: flex;
    justify-content: end;
}

.chat-container .chat-left>span {
    background-color: #eff6ff;
    padding: 8px;
    border-radius: 11px;
    font-size: 16px;
}

.chat-container .chat-right>span {
    font-size: 16px;
}

.chat-container ol li {
    list-style-type: auto !important;
    list-style-position: outside !important;
}

.knowledge-base-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.knowledge-base-list-container {
    width: 400px;
    border-right: 1px solid #ccc;
    height: 100%;
}

.knowledge-base-list-header {
    margin: 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    color: #232323;
}

.knowledge-base-list-header>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.knowledge-base-list-container .anticon {
    font-size: 18px;
    cursor: pointer;
}

.knowledge-base-add-container {
    margin: 10px;
    display: flex;
    justify-content: space-between;
}

.knowledge-base-add-container>span {
    font-size: 13px;
}

.knowledge-base-list-container .not-data-indicate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.knowledge-base-list-container .not-data-indicate>img {
    padding-top: 35px;
    width: 70px;
}

.knowledge-base-list-container .not-data-indicate>.not-data-desc {
    color: #ccc;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 12px;
}

.knowledge-base-add-modal div.ant-modal-body {
    height: auto !important;
    padding-top: 10px !important;
}

.knowledge-base-add-modal .ant-form-item {
    margin-bottom: 10px !important;
}

.knowledge-base-name-input-label label::before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    line-height: 1;
    font-size: 14px;
    color: #f5222d;
}

.no-base-name-notice,
.no-base-name-notice label {
    color: red;
}

.knowledge-base-uploading-type {
    cursor: pointer;
    padding: 3px 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    border-bottom: 1px solid #ccc;
}

.knowledge-base-uploading-type-name {
    margin-left: 5px;
}

.knowledge-base-file-list {
    padding: 10px;
    height: 100%;
    overflow: auto;
    height: calc(100vh - 184px);
}

.knowledge-base-file-item {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border: 0.5px solid #eaedf1;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    margin: 10px 0;
    position: relative;
    /* height: 76px; */
}

.knowledge-base-file-item2 {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border: 0.5px solid #eaedf1;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    margin: 10px 0;
    position: relative;
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.15),
        /* 底部主阴影 */
        0 4px 12px -6px rgba(0, 0, 0, 0.1);
    /* 底部辅助渐变阴影 */
    transform: translateY(-0.5px);
    border: 0.5px solid #0064fba1;
}

.knowledge-base-file-item:hover {
    box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.15),
        /* 底部主阴影 */
        0 4px 12px -6px rgba(0, 0, 0, 0.1);
    /* 底部辅助渐变阴影 */
    transform: translateY(-0.5px);
    border: 0.5px solid #0064fba1;
}

.knowledge-base-file-img>img {
    width: 50px;
    height: 60px;
    border: 0.5px solid #ccc;
    border-radius: 6px;
}

.knowledge-base-file-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 100%;
}

.knowledge-base-file-info span {
    color: #000000db;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
}

.knowledge-base-file-type {
    color: #00000070;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.knowledge-base-file-type>img {
    width: 13px;
    margin-right: 5px;
}

.knowledge-base-file-type>span {
    color: #00000070;
    font-size: 13px;
}

.knowledge-base-no-file-notice {
    text-align: center;
    font-size: 12px;
    color: #00000070;
    /* height: 10px; */
}

.knowledge-base-file-state {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 11px;
    border-radius: 8px;
}

.knowledge-base-file-state-2 {
    background-color: #ebf1ff;
    color: #1664ff;
    padding: 3px;
}

.knowledge-base-file-state-3 {
    background-color: #e1f6e6;
    color: #2a814b;
    padding: 3px;
}

.knowledge-base-file-state-4 {
    background-color: #ffecec;
    color: #d7312a;
    padding: 3px;
}

.knowledge-base-chat-container {
    width: 100%;
    height: 100%;
}

.knowledge-base-chat-container .chat-bot-container-2 {
    padding: 0 20px;
}

.knowledge-base-model-type .ant-select-selection {
    border-color: transparent !important;
    box-shadow: none;
}

.no-chat-message-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 16px;
}

.knowledge-base-chat-container .question-input-container-2>div:first-child {
    margin-left: 10px;
    padding-top: 5px;
    height: auto;
}

.knowledge-base-file-checkbox-container {
    position: absolute;
    bottom: 8px;
    right: 70px;
}

.reason-text-container {
    white-space: pre-wrap;
    color: #8b8b8b;
    padding-left: 10px;
    border-left: 2px solid #e5e5e5;
    margin-bottom: 25px;
    margin-top: 20px;
}

.chat-message-single {
    /* border-bottom: 1px solid #e5e5e5; */
}

.chat-message-operation-container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: end;
}

.chat-message-operation-container>div {
    cursor: pointer;
}

.question-input-bottom-container {
    width: 100%;
    display: flex;
    justify-content: end;
}

.question-list-container {
    display: flex;
    align-items: end;
    margin: 0 15%;
}

.question-list-container .question-container-1 {
    width: 100% !important;
}

.chat-answer-reference>div:first-child {
    color: #8b8b8b;
    cursor: pointer;
}

.chat-answer-reference>div>span:nth-child(2) {
    margin-left: 5px;
}

.chat-answer-reference-list {
    margin-top: 10px;
    padding-top: 10px;
    background-color: #f5f5f5;
    padding-bottom: 2px;
    border-radius: 8px;
}

.chat-answer-reference-list li {
    margin-bottom: 8px;
}

.knowledge-editor-container {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.knowledge-toolbar {
    background: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 8px;
}

.knowledge-toolbar button {
    padding: 6px 12px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.knowledge-toolbar button:hover {
    background: #f0f0f0;
    border-color: #999;
}

.knowledge-preview-btn {
    margin-left: auto;
    background: #007bff !important;
    color: white;
    border-color: #007bff !important;
}

.knowledge-content-area {
    height: calc(100vh - 213px);
}

.knowledge-editor-input {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: none;
    resize: none;
    font-family: "Courier New", monospace;
    outline: none;
    /* 去除聚焦时的轮廓 */
    box-shadow: none;
    /* 去除阴影 */
    font-size: 14px;
    line-height: 1.6;
}

.knowledge-preview-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    background: white;
}

.knowledge-markdown-body {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif;
}

/* 代码块样式 */
.knowledge-editor-container pre {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 6px;
    overflow-x: auto;
}

.knowledge-editor-container code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 14px;
}

/* 图片样式 */
.knowledge-markdown-body img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 10px 0;
}

.knowledge-editor-container .upload-status {
    position: fixed;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 1000;
}

/* 禁用按钮样式 */
.knowledge-editor-container button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.knowledge-editor-container button:disabled:hover {
    background: white !important;
    border-color: #ccc !important;
}

.knowledge-note-file-type {
    color: #00000070;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 200px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.knowledge-note-file-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
    width: 100%;
}

.knowledge-note-file-checkbox-container {
    position: absolute;
    top: 4px;
    right: 5px;
}

.hsl-player-div {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 5px;
}

.eval-target-extend-container .ant-form-item-label {
    vertical-align: top !important;
}

.eval-target-extend-title .ant-form-item-label>label::before {
    display: inline-block;
    margin-right: 4px;
    content: "*";
    font-family: SimSun;
    line-height: 1;
    font-size: 14px;
    color: #f5222d;
}

.eval-target-extend-label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: italic;
    color: #bfbfbf;
}

.item-name-td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.comments-acud-modal-content2 {
    position: relative;
    background-color: #fff;
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 0px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    height: 510px;
    border-bottom: 1px solid #e4e4e4;
}

.comments-acud-modal-content2 .acud-col-11 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 40.83333333%;
    max-width: 40.83333333%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 510px;
    overflow: auto;
}

.comments-acud-modal-content2 .acud-col-13 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 59.16666667%;
    max-width: 59.16666667%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 510px;
    overflow: auto;
}

.knowledge-container {
    padding: 20px;
}

.knowledge-top-container {
    display: flex;
    justify-content: space-between;
}

.knowledge-search-input-container {
    padding-right: 20px;
}

.knowledge-split-line {
    height: 1px;
    background-color: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.knowledge-count {
    font-size: 12px;
}

.knowledge-list-container {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.knowledge-list-container>.ant-card {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-image: linear-gradient(292deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.5) 22.83%,
            rgb(255, 255, 255) 44.77%),
        url(../images/knowledge-background.png);
}

.knowledge-list-container .ant-card-body {
    padding: 12px !important;
}

.knowledge-item>img {
    width: 25px;
}

.knowledge-item>span {
    font-size: 16px;
    margin-left: 10px;
    color: black;
    font-weight: 600;
}

.knowledge-add-time {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #737a87;
    font-size: 12px;
}

.knowledge-detail-container {
    display: flex;
    flex-direction: row;
}

.knowledge-detail-container>div {
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.knowledge-detail-container>div>div:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 500px;
}

.knowledge-detail-container>div>div:last-child {
    color: #737a87;
    font-size: 13px;
}

.knowledge-search-container {
    display: flex;
}

.knowledge-describe {
    margin-top: 15px;
}

.knowledge-describe>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.knowledge-top-right-container {
    position: absolute;
    top: 15px;
    right: 15px;
}

.knowledge-success-state {
    background-color: #e1f6e6;
    font-size: 12px;
    color: #2a814b;
    padding: 2px;
    border-radius: 5px;
}

.szd-dataTable-td {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.szd-dataTable-td>div:first-child {
    /* padding-left: 30px; */
    padding-right: 30px;
}

.knowledge-creating-state {
    background-color: #eaedf1;
    font-size: 12px;
    color: #42464e;
    padding: 2px;
    border-radius: 5px;
}

.knowledge-fail-state {
    background-color: #ffecec;
    font-size: 12px;
    color: #d7312a;
    padding: 2px;
    border-radius: 5px;
}

.file-manage-ppt-convert {
    position: relative;
}

.file-manage-ppt-convert .steps-content {
    margin-top: 16px;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    height: 410px;
    text-align: center;
    padding-top: 20px;
    padding-left: 5px;
    overflow: auto;
}

.file-manage-ppt-convert .file-upload-form {
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.file-manage-ppt-convert .outline-container {
    font-family: Arial, sans-serif;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.file-manage-ppt-convert .outline-item {
    margin-bottom: 10px;
}

.file-manage-ppt-convert .outline-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.file-manage-ppt-convert .outline-children {
    margin-top: 5px;
}

.file-manage-ppt-convert .outline-input-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.file-manage-ppt-convert .prefix {
    width: 120px;
    font-weight: bold;
    color: #666;
    text-align: left;
}

.file-manage-ppt-convert .template-options {
    height: 80px;
    border: 1px #eee solid;
    border-radius: 10px;
    margin-right: 5px;
    padding: 5px;
    text-align: left;
    text-align: 16px;
}

.file-manage-ppt-convert .template-options .style-item {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}

.file-manage-ppt-convert .template-options .color-item {
    display: inline-block;
    height: 20px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.file-manage-ppt-convert .template-options .color-item0 {
    background: linear-gradient(to right bottom, #673AB7, #FFEB3B, #FF5722);
}

.file-manage-ppt-convert .template-items {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow-y: auto;
}

.file-manage-ppt-convert .template-items .template-item {
    margin: 5px;
    border-radius: 5px;
    background-color: beige
}


.file-manage-ppt-convert .template-items .img-item {
    width: 250px;
    margin: 5px;
    transition: transform 0.3s ease;
}

.file-manage-ppt-convert .template-items .img-item:hover {
    transform: scale(1.1);
}

.file-manage-ppt-convert .ppt-img {
    width: 70%;
    transition: transform 0.3s ease;
    /* 为图片添加投影，营造立体感 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* 为图片容器设置透视效果，增强 3D 感 */
    transform-style: preserve-3d;
    perspective: 1000px;
}

.file-manage-ppt-convert .ppt-img:hover {
    transform: rotateX(10deg) rotateY(-10deg) scale(1.05);
}


.data-table-tooltip .ant-tooltip-inner {
    max-width: 350px;
    overflow: auto;
}

.data-table-tooltip .ant-tooltip-inner div p {
    /* 中文自动换行，英文单词尽量保持完整，数字不被拆分 */
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
    white-space: pre-wrap;
}

.comments-word-cloud-modal {
    position: relative;
    background-color: #fff;
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 0px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    height: 550px;
}

.comments-word-cloud-modal .acud-col-11 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 35.83333333%;
    max-width: 35.83333333%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 550px;
    overflow: auto;
}

.comments-word-cloud-modal .acud-col-13 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 64.16666667%;
    max-width: 64.16666667%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 550px;
}

.comments-word-cloud-modal .ai-comment-analysis-label {
    width: 100%;
    background-color: #e2effa;
    margin-top: 15px;
    padding: 10px;
    overflow: auto;
    min-height: 95%;
}

.word-cloud-theme-color-list .color-item {
    display: inline-block;
    height: 20px;
    width: 30px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
}

.word-cloud-theme-color-list .color-item0 {
    background: linear-gradient(to right bottom, #673AB7, #FFEB3B, #FF5722);
}

.word-cloud-theme-color-list .size-item {
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    background-color: #ccc;
    padding: 4px 7px;
}

.eval-result-ai-analysis-markdown-body {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
        sans-serif;
}

.eval-result-ai-analysis-preview-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    background: white;

}

.custom-select-dropdown .ant-select-dropdown-menu-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}

.custom-select-dropdown .ant-select-dropdown-menu-item:hover {
    overflow: visible;
    white-space: normal;
    word-break: break-all;
    position: relative;
    z-index: 1;
}


div.root-search-wrapper .search-item-score-detail-1 .ant-form-item:nth-child(1) label {
    width: 50px;
}

div.root-search-wrapper .search-item-score-detail-1 .ant-form-item:nth-child(2) label {
    width: 70px;
}

div.root-search-wrapper .search-item-score-detail-1 .ant-form-item:nth-child(5) label {
    width: 70px;
}

div.root-search-wrapper .search-item-score-detail-2 .ant-form-item:nth-child(1) label {
    width: 50px;
}

div.root-search-wrapper .search-item-score-detail-2 .ant-form-item:nth-child(2) label {
    width: 70px;
}

div.root-search-wrapper div.search-item-default div.ant-form-item:nth-child(5) label {
    width: 75px;
}

div.root-search-wrapper div.search-item-default2 div.ant-form-item:nth-child(1) label {
    width: 90px;
}

div.root-search-wrapper div.search-item-default2 div.ant-form-item:nth-child(2) label {
    width: 90px;
}

div.root-search-wrapper div.search-item-default2 div.ant-form-item:nth-child(3) label {
    width: 75px;
}

div.root-search-wrapper div.search-item-default2 div.ant-form-item:nth-child(4) label {
    width: 75px;
}

div.root-search-wrapper div.search-item-default3 div.ant-form-item:nth-child(1) label {
    width: 75px;
}

div.root-search-wrapper div.search-item-default3 div.ant-form-item:nth-child(2) label {
    width: 75px;
}

div.root-search-wrapper div.search-item-default3 div.ant-form-item:nth-child(3) label {
    width: 90px;
}

div.root-search-wrapper div.search-item-default3 div.ant-form-item:nth-child(4) label {
    width: 90px;
}

div.root-search-wrapper > div.search-item-default4 > div.ant-form-item:nth-child(1) label {
    width: 50px;
}

div.root-search-wrapper > div.search-item-default4 > div.ant-form-item:nth-child(2) label {
    width: 50px;
}

div.root-search-wrapper > div.search-item-default4 > div.ant-form-item:nth-child(3) label {
    width: 75px;
}

div.root-search-wrapper > div.search-item-default4 > div.ant-form-item:nth-child(4) label {
    width: 90px;
}

div.root-search-wrapper > div.search-item-default5 > div.ant-form-item:nth-child(1) label {
    width: 65px;
}

div.root-search-wrapper > div.search-item-default5 > div.ant-form-item:nth-child(2) label {
    width: 78px;
}

div.root-search-wrapper > div.search-item-default5 > div.ant-form-item:nth-child(3) label {
    width: 78px;
}

div.root-search-wrapper > div.search-item-default5 > div.ant-form-item:nth-child(4) label {
    width: 65px;
}

div.root-search-wrapper > div.search-item-default5 > span > div.ant-form-item label {
    width: 78px;
}

/* 为Markdown容器添加表格样式 */
.eval-result-ai-analysis-markdown-body table, .knowledge-markdown-body table {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
}

.eval-result-ai-analysis-markdown-body th, .knowledge-markdown-body th,
.eval-result-ai-analysis-markdown-body td, .knowledge-markdown-body td {
    border: 1px solid #dfe2e5;
    padding: 8px 16px;
    text-align: left;
}

.eval-result-ai-analysis-markdown-body th, .knowledge-markdown-body th {
    background-color: #f6f8fa;
    font-weight: 600;
}

.eval-result-ai-analysis-markdown-body tr:nth-child(even), .knowledge-markdown-body tr:nth-child(even) {
    background-color: #f6f8fa;
}

.ai-comment-analysis-label .word-data-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.ai-comment-analysis-label .word-data-item :hover {
    background-color: #fafafa;
}

/* 词条项容器 */
.ai-comment-analysis-label .word-data-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    margin: 6px 0;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.ai-comment-analysis-label .word-data-item:hover {
    background-color: #f5f5f5;
}

/* 输入框样式 */
.ai-comment-analysis-label .word-input {
    flex: 2;
    max-width: 200px;
}

.ai-comment-analysis-label .number-input {
    flex: 1;
    max-width: 100px;
}

/* 百分比显示 */
.ai-comment-analysis-label .percentage {
    color: #666;
    min-width: 80px;
}

/* 删除按钮 */
.ai-comment-analysis-label .delete-icon {
    color: #ff4d4f;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s;
}

.ai-comment-analysis-label .delete-icon:hover {
    opacity: 0.8;
}

/* 输入框聚焦状态 */
.ai-comment-analysis-label .ant-input:focus,
.ai-comment-analysis-label .ant-input-number-focused {
    border-color: #1890ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.eval-result-detail-div .ant-input-disabled {
    color: #000;
    background-color: #fff;
}

.zgcp-ai-modal-content {
    font-size: 15px;
    line-height: 22px;
}

.zgcp-ai-modal-content .acud-col-1 {
    padding-left: 8px;
    padding-right: 8px;
    display: block;
    flex: 0 0 59.16666667%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    max-height: 510px;
    overflow: auto;
}

.expert-result-total3-ai-modal {
    height: auto !important;
    background: #9e9e9e26 !important;
}

.eval-result-detail-div .ant-select-disabled .ant-select-selection {
    background-color: #fff;
}

.eval-result-detail-div .ant-select-selection-selected-value {
    color: #000;
}

.remark-required {
    color: #e53e3e;
    font-weight: 500;
}

.level1-header {
    background-color: #edf2f7;
    font-weight: bold;
}

.level2-header {
    background-color: #f7fafc;
    font-weight: 600;
}

div.root-modal-publish div.root-form-body {
    width: 700px !important;
}

div.root-modal-publish div.root-form-body div.ant-form-item .ant-radio-wrapper {
    width: auto !important;
}

div.root-plan-modal-publish div.root-form-body div.ant-form-item .ant-radio-wrapper {
    width: auto;
}

div.root-plan-modal-publish div.root-form-body div.ant-form-item label{
    width: 120px !important;
    display: inline-block;
}


div.teacher-report-apply-notice {
    color: red;
    margin-left: 96px;
    margin-top: 5px;
}

.report-teacher-explain-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.report-teacher-explain-header {
    background: linear-gradient(135deg, #4a6fa5, #6b8ec9);
    color: white;
    padding: 25px 30px;
    text-align: center;
}

.report-teacher-explain-header h1 {
    font-size: 24px;
    margin-bottom: 5px;
}

.report-teacher-explain-content {
    padding: 20px;
}

.report-teacher-explain-section {
    margin-bottom: 20px;
}

.report-teacher-explain-section-title {
    font-size: 18px;
    color: #2c5282;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.report-teacher-explain-section-content {
    background-color: #f8fafc;
    border-left: 4px solid #4a6fa5;
    padding: 10px 20px;
    border-radius: 0 5px 5px 0;
}

.report-teacher-explain-section-content ol,
.report-teacher-explain-section-content ul {
    padding-left: 20px;
    margin-top: 10px;
}

.report-teacher-explain-section-content li {
    margin-bottom: 8px;
}

.report-teacher-explain-note {
    background-color: #ebf8ff;
    border-left: 4px solid #3182ce;
    padding: 15px;
    margin-top: 20px;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
}

.report-teacher-explain-note-title {
    font-weight: bold;
    color: #2c5282;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .report-teacher-explain-content {
        padding: 20px;
    }

    .report-teacher-explain-section-title {
        font-size: 16px;
    }
}

.report-teacher-explain-container li {
    list-style-type: auto !important;
}

.eval-comment-select div.ant-select-selection--multiple {
    height: 32px;
    overflow: auto;
    margin-top: 5px;
}

.zgcp-enter-role-warn {
    margin-left: 2%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 500px;
}

.detection-page-container, .assessView, .ai-demo {
    background-color: var(--gray-light);
    padding: 0 24px 48px;
    margin-bottom: 40px;
    font-family: "Inter", "Microsoft YaHei", sans-serif; /* 现代字体 */
        --primary-color: #1890ff; /* 主色：Antd蓝，保持品牌一致性 */
    --primary-light: #e6f4ff; /* 主色浅版：用于背景/hover */
    --primary-gradient: linear-gradient(135deg, #1890ff 0%, #52c41a 100%); /* 主色渐变 */
    --gray-light: #f5f7fa; /* 浅灰：背景色 */
    --gray-mid: #e2e8f0; /* 中灰：边框/分割线 */
    --gray-dark: #4a5568; /* 深灰：辅助文字 */
    --text-main: #1f2937; /* 主文字色：标题/正文 */
    --text-secondary: #6b7280; /* 次要文字色：说明/提示 */
    --success-color: #52c41a; /* 成功色 */
    --warning-color: #faad14; /* 警告色 */
    --danger-color: #ff4d4f; /* 危险色 */
    --border-radius: 8px; /* 全局圆角：现代感 */
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08); /* 小阴影：卡片/容器 */
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12); /* 中阴影：模态框/悬浮元素 */
    --transition-base: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); /* 基础过渡：流畅交互 */
}

/* 3. 顶部标题区优化 */
.detection-page-container .page-header {
    padding: 25px 0 5px;
}

.detection-page-container .header-card {
    background: white;
    border-radius: var(--border-radius);
    padding: 28px 36px;
    position: relative;
    overflow: hidden;
}

.detection-page-container .page-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: var(--text-main);
    margin: 0 0 8px;
}

.detection-page-container .page-subtitle {
    font-size: 14px;
    color: var(--text-secondary);
    text-align: center;
    margin: 0 0 20px;
}

/* 1. 头部卡片布局调整（Flex左右分区） */
.detection-page-container .header-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* 响应式换行 */
    gap: 20px; /* 间距，避免内容拥挤 */
}

/* 2. 左侧标题组容器 */
.detection-page-container .header-title-group {
    flex: 1; /* 占满剩余空间，确保右侧统计区靠右 */
    min-width: 300px; /* 最小宽度，避免标题挤压 */
}

/* 3. 右侧统计数据容器 */
.detection-page-container .header-stats-container {
    display: flex;
    align-items: center;
    gap: 16px; /* 统计项之间的间距 */
    flex-wrap: wrap; /* 小屏幕换行 */
    min-width: 300px; /* 最小宽度，确保统计项不重叠 */
    padding-right: 20px;
}

/* 4. 单个统计项样式（卡片式） */
.detection-page-container .stat-item {
    padding: 12px 16px;
    border-radius: var(--border-radius);
    background-color: var(--gray-light);
    min-width: 100px; /* 最小宽度，确保内容不换行 */
    text-align: center;
    transition: var(--transition-base);
}

/* 统计项hover效果（轻微上浮） */
.detection-page-container .stat-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

/* 统计项标签样式 */
.detection-page-container .stat-label {
    display: block;
    font-size: 12px;
    color: var(--text-secondary);
    margin-bottom: 4px;
}

/* 统计项数值样式（加粗突出） */
.detection-page-container .stat-value {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-main);
}

/* 5. 不同统计项颜色区分（增强辨识度） */
/* 总指标数（主色） */
.detection-page-container .stat-total {
    background-color: var(--primary-light);
}
.detection-page-container .stat-total .stat-value {
    color: var(--primary-color);
}

/* 未录入数（警告色） */
.detection-page-container .stat-not-input {
    background-color: rgba(250, 173, 20, 0.1);
}
.detection-page-container .stat-not-input .stat-value {
    color: var(--warning-color);
}

/* 审核通过数（成功色） */
.detection-page-container .stat-pass {
    background-color: rgba(82, 196, 26, 0.1);
}
.detection-page-container .stat-pass .stat-value {
    color: var(--success-color);
}

/* 审核失败数（危险色） */
.detection-page-container .stat-fail {
    background-color: rgba(255, 77, 79, 0.1);
}
.detection-page-container .stat-fail .stat-value {
    color: var(--danger-color);
}


/* 4. 表格容器优化 */
.detection-page-container .table-container {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    padding: 24px;
    position: relative;
}

.detection-page-container .table-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--primary-gradient);
}

.detection-page-container .table-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.detection-page-container .table-caption {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
}

.detection-page-container .table-tip {
    font-size: 12px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
}

.detection-page-container .pdf-icon {
    color: var(--danger-color);
    margin-right: 4px;
    font-size: 12px;
}

.detection-page-container .table-scroll::-webkit-scrollbar {
    height: 6px;
}

.detection-page-container.table-scroll::-webkit-scrollbar-thumb {
    background-color: var(--gray-mid);
    border-radius: 3px;
}

/* 表格样式重构 */
.detection-page-container .data-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/* 表头样式（渐变背景+加粗） */
.detection-page-container .table-header-row {
    background: var(--primary-gradient);
    color: white;
}

.assessView .assess-card-header .ant-card-head{
    min-height: 33px;
    background: var(--primary-gradient);
}

.ant-tooltip-inner {
    white-space: pre-line !important; /* 关键样式：识别\n并换行 */
    /* 可选：调整最大宽度，避免文本过长 */
    max-width: 300px;
}

.ant-alert-info {
    white-space: pre-line !important; /* 关键样式：识别\n并换行 */
    /* 可选：调整最大宽度，避免文本过长 */
}

.detection-page-container .table-th {
    padding: 14px 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    border-bottom: none;
}

/* 表体样式（隔行变色+hover效果） */
.detection-page-container .table-body-row {
    transition: var(--transition-base);
}

.detection-page-container .even-row {
    background-color: white;
}

.detection-page-container .odd-row {
    background-color: var(--gray-light);
}

.detection-page-container .table-body-row:hover {
    background-color: var(--primary-light);
    transform: translateX(2px); /* hover时轻微左移，增强交互感 */
}

.detection-page-container .table-td {
    padding: 16px;
    font-size: 14px;
    color: var(--text-main);
    border-bottom: 1px solid var(--gray-mid);
    vertical-align: middle;
}

/* 层级指标单元格（一级/二级） */
.detection-page-container .level-cell {
    font-weight: 500;
    color: var(--primary-color);
}

/* 可点击单元格（hover提示） */
.detection-page-container .clickable-cell {
    cursor: pointer;
    position: relative;
}

.detection-page-container .clickable-cell:hover::after {
    content: "点击查看PDF";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--text-main);
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 10;
}

.detection-page-container .clickable-cell:hover::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--text-main);
    z-index: 10;
}

/* 行内PDF图标 */
.detection-page-container .inline-pdf-icon {
    margin-left: 8px;
    font-size: 14px;
}

/* 图表图标容器（hover放大） */
.detection-page-container .chart-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--primary-light);
    color: var(--primary-color);
    margin-left: 8px;
    cursor: pointer;
    transition: var(--transition-base);
}

.detection-page-container .chart-icon-container:hover {
    background-color: var(--primary-color);
    color: white;
    transform: scale(1.1); /*  hover放大 */
}

.detection-page-container .chart-icon {
    font-size: 14px;
}

.detection-page-container .clickable-text {
    color: var(--primary-color);
    cursor: pointer;
}

.detection-page-container .view-more {
    font-size: 12px;
    color: var(--text-secondary);
    margin-left: 4px;
}

.detection-page-container .file-link {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    text-decoration: none;
    transition: var(--transition-base);
}

.detection-page-container .file-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.detection-page-container .file-icon {
    margin-right: 8px;
    font-size: 14px;
}

.detection-page-container .no-file-text {
    font-size: 13px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
}

.detection-page-container .no-file-text::before {
    content: "—";
    margin-right: 4px;
}

.detection-page-container .table-footer {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 13px;
    color: var(--text-secondary);
}

.detection-page-container .info-icon {
    margin-right: 8px;
    color: var(--warning-color);
}

.detection-page-container .explanation-container {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    padding: 24px;
    /* margin-bottom: 48px; */
}

.detection-page-container .detection-datav-pdf-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding: 32px;
    border-radius: var(--border-radius);
    box-shadow: none; /* 去掉旧纸张阴影，统一容器阴影 */
}

.detection-page-container .detection-datav-pdf-container .article-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-light);
    color: var(--text-main);
}

.detection-page-container .detection-datav-pdf-container .section-title {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 12px;
    color: var(--primary-color);
    padding-left: 12px;
    border-left: 4px solid var(--primary-color); 
}

.detection-page-container .detection-datav-pdf-container .detection-datav-describe-article {
    line-height: 1.8;
    font-size: 14px;
    color: var(--text-main);
}

.detection-page-container .detection-datav-pdf-container .detection-datav-describe-article p {
    margin: 10px 0;
    text-align: justify;
    padding-left: 0;
    text-indent: 2em;
}

.detection-page-container .detection-datav-pdf-container .lettered-list {
    padding-left: 24px;
    margin: 8px 0;
}

.detection-page-container .detection-datav-pdf-container .lettered-list li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
    text-indent: 1em;
}

.detection-page-container .detection-datav-pdf-container .lettered-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--primary-color);
    font-weight: bold;
}

.detection-page-container .custom-modal {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-md);
}

.detection-page-container .custom-modal .ant-modal-header {
    border-bottom: 1px solid var(--gray-mid);
    padding: 16px 24px;
}

.detection-page-container .custom-modal .ant-modal-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
}

.detection-page-container .modal-content {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-main);
    white-space: pre-wrap; 
}

.detection-page-container .modal-btn {
    background: var(--primary-color);
    border-radius: var(--border-radius);
    transition: var(--transition-base);
}

.detection-page-container .modal-btn:hover {
    background: var(--primary-color);
    opacity: 0.9;
}

.detection-page-container .pdf-iframe {
    border: none;
    background-color: white;
}

/* 监测录入样式 */
.detection-page-container .input-edit {
    width: 100%;
    padding: 6px 12px;
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-mid);
    transition: var(--transition-base);
    font-size: 14px;
}

.detection-page-container .input-edit:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    outline: none;
}

/* 监测录入样式 */
.detection-page-container .select-edit {
    width: 100%;
    border-radius: var(--border-radius);
    border: 1px solid var(--gray-mid);
    transition: var(--transition-base);
    font-size: 14px;
    border-radius: var(--border-radius);
}

.detection-page-container .select-edit .ant-select-selection {
    border-radius: var(--border-radius);
}

.detection-page-container .select-edit:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    outline: none;
}

/* 2. 文件上传组件样式 */
.detection-page-container .upload-component {
    display: flex;
    align-items: center;
    gap: 8px;
}

.detection-page-container .upload-btn {
    background-color: white;
    border-color: var(--gray-mid);
    color: var(--text-main);
    border-radius: var(--border-radius);
    transition: var(--transition-base);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

.detection-page-container .upload-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: white;
}

.detection-page-container .uploaded-file {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background-color: var(--gray-light);
    border-radius: var(--border-radius);
    font-size: 13px;
    color: var(--text-main);
}

/* 3. 审核状态样式 */
.detection-page-container .review-status {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: var(--border-radius);
    font-size: 13px;
}

/* 审核通过（绿色） */
.detection-page-container .review-status.pass {
    background-color: rgba(82, 196, 26, 0.1);
    color: var(--success-color);
}

.detection-page-container .review-status.pass Icon {
    color: var(--success-color);
}

/* 审核不通过（红色） */
.detection-page-container .review-status.reject {
    background-color: rgba(255, 77, 79, 0.1);
    color: var(--danger-color);
    cursor: pointer;
}

.detection-page-container .review-status.reject Icon {
    color: var(--danger-color);
}

/* 未审核（橙色） */
.detection-page-container .review-status.pending {
    background-color: rgba(250, 173, 20, 0.1);
    color: var(--warning-color);
}

.detection-page-container .review-status.pending Icon {
    color: var(--warning-color);
}

/* 审核弹窗优化 */
.detection-page-container .review-popover .ant-popover-inner {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

/* 4. 底部提交栏样式 */
.detection-page-container .submit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 12px 24px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: flex-end;
    z-index: 100;
}

/* 5. 修复详情页CSS中的滚动条选择器错误 */
.detection-page-container .table-scroll::-webkit-scrollbar {
    height: 6px;
}

.detection-page-container .table-scroll::-webkit-scrollbar-thumb {
    background-color: var(--gray-mid);
    border-radius: 3px;
}

.detection-page-container .save-btn {
    border-radius: 5px;
}

.detection-page-container .review-btn {
    border-radius: 5px;
    height: auto;
    padding: 0px 15px;
}

@media (max-width: 768px) {
    .detection-page-container {
        padding: 0 12px 24px;
    }

    .detection-page-container .page-header {
        padding: 24px 0 16px;
    }

    .detection-page-container .header-card {
        padding: 16px 20px;
    }

    .detection-page-container .page-title {
        font-size: 20px;
    }

    .detection-page-container .table-container {
        padding: 16px;
    }

    .detection-page-container .table-td {
        padding: 12px 8px;
        font-size: 13px;
    }

    .detection-page-container .explanation-container {
        padding: 16px;
    }

    .detection-page-container .detection-datav-pdf-container {
        padding: 16px;
    }

    .detection-page-container .custom-modal {
        width: 90% !important;
        top: 20px !important;
    }

    .detection-page-container .submit-bar {
        padding: 12px 16px;
    }

    .detection-page-container .upload-btn {
        padding: 4px 8px;
        text-align: center;
        font-size: 12px;
    }

    .detection-page-container .review-status {
        font-size: 12px;
        padding: 2px 6px;
    }
}

/**评估系统样式 **/
div.assessView table tbody tr:hover>td {
    background-color: #ffffff !important;
}

div.assessView .ant-table-thead>tr>th,
.ant-table-tbody>tr>td {
    padding: 6px 6px;
}

div.assessView .ant-card-type-inner .ant-card-body {
    padding: 6px 6px;
}

div.assessView .ant-card-type-inner .ant-card-head-title {
    padding: 5px 0;
}

div.assessView .ant-card-type-inner .ant-card-extra {
    padding: 5.5px 0;
}

div.assessView .ant-card-head {
    min-height: 33px;
    background-color: white;
}

div.assessView .ant-input-number-input[disabled] {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, 0.65);
}

div.assessView .ant-input-disabled[disabled] {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, 0.65);
}

div.assessView .ant-checkbox-disabled+span {
    color: rgba(0, 0, 0, 0.65);
}

div.assessView .ant-radio-disabled+span {
    color: rgba(0, 0, 0, 0.65);
}

div.assessView .ant-select-disabled {
    color: rgba(0, 0, 0, 0.65);
}

div.assessView .ant-select-disabled .ant-select-selection {
    background-color: #ffffff !important;
}

div.assessView .ant-upload-list {
    width: 200px;
    display: inline-block;
}

div.assessView .fileList {
    line-height: 23px;
}

div.assessView .auditbutton {
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    border-radius: 15px;
    margin-bottom: 10px;
}

div.assessView table .ant-form-item-label label {
    line-height: 23px;
    display: block;
    white-space: normal;
    text-align: left;
}

div.assessView .nextForm {
    display: inline-flex;
    margin-left: 8px;
    align-items: center;
    justify-content: space-between;
}

div.assessView .nextForm .ant-form-item-label label {
    position: relative;
    top: 15px;
}

div.assessView table td {
    border: 1px solid #e8e8e8
}

div.assessView table .ant-form-item-control-wrapper {
    margin-top: 5px;
}

div.assessView table .ant-form-item {
    margin-bottom: 3px;
}

div.assessView table .ant-radio-inner:after {
    background-color: #1890ff;
}

div.assessView table .ant-radio-checked .ant-radio-inner {
    border-color: #1890ff !important;
}

div.assessView table .ant-checkbox-disabled .ant-checkbox-inner:after {
    border-color: #f5f5f5 !important;
}

div.assessView table .ant-checkbox-checked .ant-checkbox-inner {
    border-color: #1890ff !important;
    background-color: #1890ff;
}

div.assessView table .ant-checkbox {
    float: left;
    margin-top: 4px;
}

div.assessView table .ant-checkbox-wrapper+span,
div.assessView table .ant-checkbox+span {
    float: right;
    width: 98%;
}

div.assessView table .ant-radio {
    float: left;
    margin-top: 3px;
}

div.assessView table .ant-radio-wrapper+span,
div.assessView table .ant-radio+span {
    float: right;
    width: 98%;
}

div.assessView input::-webkit-input-placeholder {
    color: #988989d8;
    font-weight: bold;
}

div.assessView textarea::-webkit-input-placeholder {
    color: #988989d8;
    font-weight: bold;
}

/* 修复父容器span的限制 */
.detection-page-container .table-year-select-title {
  font-size: 14px;
  font-weight: bold;
  /* 关键：将行内span改为行内块级，避免限制内部元素高度和边框显示 */
  display: inline-block;
  /* 可选：添加微小间距，避免文字与下拉框紧贴 */
  padding: 2px 0;
}

.detection-page-container .table-year-select {
  /* 基础尺寸与内边距 */
  min-width: 80px;
  height: 28px;
  padding: 0 12px;
  padding-right: 24px; /* 增加右侧内边距，确保箭头不超出边框（关键修复） */
  
  /* 边框与圆角 */
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  
  /* 背景与文字 */
  background-color: #fff;
  color: var(--text-main);
  font-size: 14px; /* 匹配文字大小，避免内容溢出 */
  
  /* 去除默认样式 */
  appearance: none;
  outline: none;
  box-sizing: border-box; /* 确保边框和内边距计入总高度，避免溢出 */
  
  /* 关键：设置相对定位，让箭头伪元素相对于下拉框定位 */
  position: relative;
  
  /* 过渡效果 */
  transition: var(--transition-base);
}

/* 修复自定义箭头定位（避免超出边框） */
.detection-page-container .table-year-select::after {
  content: '';
  position: absolute;
  right: 8px; /* 调整箭头位置，避免贴近边框 */
  top: 50%;
  transform: translateY(-50%);
  
  /* 箭头尺寸缩小，避免溢出 */
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--text-secondary);
  
  pointer-events: none;
}


.edu-industry-declear-container .declaration-page {
    padding: 20px;
}

.edu-industry-declear-container .title-bar {
    background: linear-gradient(to right, #4f46e5 0%, #7c3aed 100%);
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}

.edu-industry-declear-container h1 {
    color: white;
    text-align: center;
}

.edu-industry-declear-container .instruction-content {
    margin: 20px 0;
    line-height: 1.8;
    text-align: center;
}


.edu-industry-declear-container .steps {
    padding: 10px 30px;
}

.edu-industry-declear-container .action-button {
    text-align: center;
    margin-top: 30px;
}

.edu-industry-declear-container .steps-content {
    margin-top: 16px;
    border: 1px dashed #e9e9e9;
    border-radius: 6px;
    background-color: #fafafa;
    min-height: 200px;
    text-align: center;
    padding-top: 0px !important;
}

.edu-industry-declear-container .steps-action  {
    margin-top: 24px;
}

.edu-industry-declear-container .step2-table {
    border-collapse: collapse;
    margin-left: -1px;
    width: 100%;
}

.edu-industry-declear-container .step2-table tr{
    vertical-align: middle;
}

.edu-industry-declear-container .step2-table td{
    vertical-align: middle;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px;
}

.edu-industry-declear-container .step2-table td .ant-form-item {
    margin-bottom: 0px;
    display: flex;
}

.edu-industry-declear-container .step2-table td  .ant-form-item-label {
    width: 120px;
}

.comments-filter-modal {
    position: relative;
    background-color: #fff;
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 0px;
    box-sizing: border-box;
    height: 480px;
}

.comments-filter-modal-content {
    height: 450px;
    overflow-y: scroll;
}

.comments-filter-modal .tag-input-container {
    width: 100%;
    width: 100%;
    padding: 20px;
    margin-left: 10px;
    border: 1px solid #40a9ff;
  }

.comments-filter-modal  .tag-display {
    line-height: 1.8;
    padding: 20px;
    margin-left: 10px;
    border: 1px solid #40a9ff;
}

.comments-filter-modal  .ant-card {
    transition: all 0.3s ease;
  }

.comments-filter-modal  .ant-card &:hover {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.comments-filter-modal  .ant-tag {
    margin-bottom: 4px;
  }

.edu-industry-declear-container .ant-card-body {
    padding: 5px;
}

/* 超链接风格的按钮样式 */
.link-button {
  /* 清除按钮默认样式 */
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer; /* 保持手型光标，和a标签一致 */
  
  /* 模拟a标签文字样式 */
  color: #1890ff; /* 常见的链接蓝色 */
  text-align: left;
  
  /* 继承父元素字体样式（避免按钮默认字体） */
  font: inherit;
}

/* 模拟a标签hover效果 */
.link-button:hover {
  color: #1890ff; /* hover时加深颜色 */
  text-decoration: none; /* 可选：hover时去掉下划线 */
}

/* 模拟a标签聚焦效果（键盘导航时可见，提升可访问性） */
.link-button:focus {
  /* outline: 2px solid #99ccff; */
  /* outline-offset: 2px; */
   color: #1890ff; /* hover时加深颜色 */
  text-decoration: underline; /* 下划线 */
}

.zgcp-item-subform-select .ant-select-selection--multiple {
    height : auto !important;
}

.ai-demo {
    padding: 0;;
    padding-bottom: 40px;
}

 /* 顶部标题栏样式 */
.ai-demo .ai-demo-header {
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
    background: url(/images/ai/demo-head.png) no-repeat center center / 100% 100%;
    
}

.ai-demo .nav-title {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* 导航容器样式 */
.ai-demo .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    margin-bottom: 24px;
}

/* 按钮组样式 */
.ai-demo .button-group {
    display: flex;
    gap: 16px;
}

/* 普通按钮样式 */
.ai-demo .nav-button {
    padding: 8px 18px;
    border-radius: var(--border-radius);
    border: 1px solid var(--primary-light);
    background-color: white;
    color: var(--primary-color);
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    transition: var(--transition-base);
}

.ai-demo .nav-button:hover {
    background-color: var(--primary-light);
    transform: translateY(-1px);
}

/* 选中按钮样式 */
.ai-demo .nav-button-selected {
    padding: 8px 18px;
    border-radius: var(--border-radius);
    border: none;
    background-color: var(--primary-color);
    color: white;
    font-family: inherit;
    font-size: 14px;
    cursor: default;
    box-shadow: 0 2px 4px rgba(24, 144, 255, 0.2);
}

/* 搜索框样式 */
.ai-demo .search-box {
    position: relative;
    width: 240px;
}

.ai-demo .search-input {
    width: 100%;
    padding: 8px 16px 8px 36px;
    border: 1px solid var(--gray-mid);
    border-radius: var(--border-radius);
    font-family: inherit;
    font-size: 14px;
    color: var(--text-main);
    transition: var(--transition-base);
}

.ai-demo .search-input:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.1);
}

.ai-demo .search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray-dark);
    font-size: 16px;
}

.ai-demo .submit-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    padding: 12px 24px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: flex-end;
}

.reportClass .ant-input-search.ant-input-search-enter-button > .ant-input-suffix {
   right: 0;
   bottom: -25px;
 }

 .st-chat-messages {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    scroll-behavior: smooth;
    background-color: #f1f5f9;
    background-image: linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
}

.st-message {
    max-width: 75%;
    min-width: 40%;
    border-radius: 8px;
    padding: 10px;
    position: relative;
    animation: fadeIn 0.3s ease forwards;
    opacity: 0;
}

.st-teacher-message {
    background-color: #ffffff;
    color: #1e293b;
    margin-left: auto;
    border-top-right-radius: 0;
    box-shadow: 0 4px 12px #0000000d;
    border: 1px solid #e2e8f0;
}

.st-student-message {
    background-color: #ffffff;
    color: #1e293b;
    margin-right: auto;
    border-top-left-radius: 0;
    box-shadow: 0 4px 12px #0000000d;
    border: 1px solid #e2e8f0;
}

.st-message-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.st-message-content {
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
}

.st-message-sender.st-text-teacher {
    color: #5b5fff;
}

.st-message-sender.st-text-student {
    color: #34d399;
}

.st-message-sender {
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.st-message-time {
    font-size: 12px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
}

.st-sender-badge {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.st-badge-teacher {
    background-color: #5b5fff;
}

.st-badge-student {
    background-color: #34d399;
}
