::-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 {
  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: -83px;
}

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.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-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: 330px;
}

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: 675px;
  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 .entry-textarea {
  margin-top: 10px;
}

.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;
}

.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;
}

/**新增*/
.data-tab-view  {
  width: 100%;
  height: 100%;
}

/**新增*/
.data-tab-view .ant-tabs-content  {
  width: 100%;
  height: 100%;
}

/**新增*/
.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.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: 10px 16px;
}

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-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;
}

div.zgcpView table .ant-form-item-label label{
  line-height: 23px;
  display: block;
  white-space: normal;
  text-align: left;    
}

div.zgcpView table .nextForm{
  display: inline-flex;
  margin-left: 8px;
}

div.zgcpView table .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{
  vertical-align: middle;    
  margin-bottom: 3px;
}

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;
}