::-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: 1296px;
}

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;
}

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-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, .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;
}

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;
}

div.zgcpView .nextForm .ant-form-item-label label {
  position: relative;
  top: 15px;
}

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;
}

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;
}

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, .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, .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-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: .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-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;
}

.hsl-player-div {
  width: 900px;
  height: 900px;
  margin: 0 auto;
  padding-top: 20px;
}

div.hsl-player-div .ant-card-bordered {
  border-radius: 10px;
}

div.hsl-player-div .ant-card-head,.ant-card-body {
  padding: 0;
}

div.hsl-player-div .ant-card-head-title {
  font-size: large;
  font-weight: bolder;
}
