﻿.text-elipse {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*layui 样式重置*/
.history-box td input {
  width: 260px !important;
}
.history-box td[colspan] input {
  width: 80% !important;
}
.layui-form-onswitch em {
  white-space: nowrap;
}
.layui-table th,
.layui-table td {
  min-width: 50px;
}
.openFrame {
  white-space: nowrap;
}
.jfOpenFrame {
  color: #5a6dfe;
}
.layui-disabled,
.layui-disabled:hover {
  color: #999 !important;
}
.disabled {
  background-color: #f7f7f7;
  color: #999 !important;
  cursor: not-allowed;
  pointer-events: none;
}
a.readonly {
  color: #999 !important;
  cursor: not-allowed;
}
.layui-form-select {
  font-size: 14px;
}
.funding-table tbody .firstType td:first-of-type,
.funding-table tbody tr:nth-of-type(4) td,
.funding-table tbody tr:nth-of-type(9) td,
.funding-table tbody tr:nth-of-type(12) td,
.funding-table tbody tr:nth-of-type(15) td,
.funding-table tbody tr:nth-of-type(16) td {
  border-bottom: 1px solid #999 !important;
}
.funding-table tbody tr:last-of-type td:first-of-type {
  border-bottom: 1px solid #ddd !important;
}
.funding-table tr td:nth-last-of-type(4),
.funding-table tr td:nth-last-of-type(7),
.funding-table tr td:nth-last-of-type(10),
.funding-table tr td:nth-last-of-type(11) {
  border-right: 1px solid #999 !important;
}
.funding-table .tr th:nth-last-of-type(4),
.funding-table .tr th:nth-last-of-type(7),
.funding-table .tr th:nth-last-of-type(10),
.funding-table .tr th:nth-last-of-type(11) {
  border-right: 1px solid #999 !important;
}
.table-form-bg {
  background: #eaeff3 !important;
}
.deep-border-top {
  border-top: 1px solid #999 !important;
}
.deep-border-bottom {
  border-bottom: 1px solid #999 !important;
}
.deep-border-left {
  border-left: 1px solid #999 !important;
}
.deep-border-right {
  border-right: 1px solid #999 !important;
}
.td-relative td {
  position: relative;
  padding: 15px 10px;
}
.td-relative td input[type=text],
.td-relative td input[type=number] {
  width: 100% !important;
  box-sizing: border-box;
}
.td-relative td input[readonly] {
  background-color: #f7f7f7;
  color: #999 !important;
  cursor: not-allowed;
  pointer-events: none;
}
.td-relative td input.mycalendar {
  color: #333 !important;
  pointer-events: all;
  cursor: pointer;
}
.td-relative td .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.td-relative td .mark .mark-img {
  left: -5px;
  top: 0;
}
.td-flag {
  position: relative;
}
.td-flag i {
  color: red;
  position: absolute;
  left: 0px;
  top: -6px;
  font-size: 18px;
}
.layui-card-body {
  padding: 10px 0;
}
.layui-layer-iframe {
  overflow-y: hidden !important;
  max-height: 96vh;
}
.layui-btn {
  height: 34px;
  line-height: 32px;
}
.layui-checkbox-disbaled span,
.layui-radio-disbaled * {
  color: #ccc !important;
}
.layui-checkbox-disbaled:hover i {
  color: #5a6dfe !important;
  opacity: 0.6;
}
.layui-form-label {
  padding: 9px 3px 0 0;
  text-align: left;
}
.layui-input-block {
  margin-left: 90px;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.column-btn {
  padding: 5px 0 5px 0;
  text-align: center;
  background-color: #f6f6f6;
}
.cursor {
  cursor: pointer;
}
.file-list {
  max-width: 450px;
}
.file-list li.error a {
  color: #f56c6c;
}
.file-list li.error .layui-icon:first-of-type {
  color: #f56c6c;
}
.file-list li .flex {
  line-height: 16px;
  font-size: 14px;
}
.file-list li .icon-box {
  margin-left: 20px;
}
.file-list li .layui-icon:last-of-type {
  display: none;
}
.file-list li .layui-icon:first-of-type {
  color: #67c23a;
}
.file-list li:hover {
  background: #f5f5f5;
}
.file-list li:hover .layui-icon {
  cursor: pointer;
}
.file-list li:hover .layui-icon:last-of-type {
  display: inline-block;
}
.file-list li:hover .layui-icon:first-of-type {
  display: none;
}
.wf-tab-head {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: bold;
}
.wf-tab-head .more {
  position: absolute;
  font-size: 14px;
  color: #5a6dfe;
  right: 20px;
  top: 0px;
}
.wf-tab-head ul {
  overflow: hidden;
  transform: translateY(2px);
}
.wf-tab-head ul li {
  float: left;
  margin: 0 5px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  position: relative;
}
.wf-tab-head ul li .mark-num {
  position: absolute;
  right: -6px;
  top: 4px;
  min-width: 12px;
  padding: 0 3px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  background: #f56c6c;
  color: #fff;
  font-size: 12px;
  border-radius: 9px;
}
.wf-tab-head ul li.active {
  color: #5a6dfe;
  border-color: #5a6dfe;
}
.wf-tab-content {
  padding-bottom: 10px;
}
.wf-tab-content_item {
  display: none;
}
.wf-tab-content_item.active {
  display: block;
}
.panel-head {
  height: 43px;
  line-height: 40px;
  position: relative;
}
.panel-head .more {
  position: absolute;
  font-size: 14px;
  color: #5a6dfe;
  right: 0px;
  top: 0;
}
.panel-content {
  padding-bottom: 10px;
}
.gl-modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
}
.gl-modal-content {
  padding: 5px 0 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}
.gl-modal-content .head {
  padding-left: 20px;
  padding-right: 15px;
  line-height: 36px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  color: #5a6dfe;
}
.gl-modal-content .head h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.gl-modal-content .head .close {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 16px;
  cursor: pointer;
}
.gl-modal-content .content {
  padding: 20px;
  min-height: 260px;
  max-height: 60vh;
  min-width: 500px;
  overflow: auto;
}
.gl-modal-content .foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
}
.table-nowrap {
  table-layout: fixed;
}
.table-nowrap td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.noPadding {
  padding: 0 !important;
}
.textare-kh {
  width: calc(100% - 180px) !important;
  height: 140px !important;
  padding: 0 10px;
  line-height: 24px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
}
.kh-border {
  height: 8px;
  background: #f5f5f5;
}
.flex-kh {
  display: flex;
}
.flex-kh > div {
  flex: 30% 0 0;
  flex-wrap: wrap;
}
.flex-kh > div.gl-form-item label {
  width: 80px;
}
.flex-kh > div.gl-form-item:first-of-type label {
  width: 80px;
}
.flex-kh > div.gl-form-item:first-of-type .text {
  width: calc(100% - 100px);
}
.flex-kh > div.gl-form-item .text {
  width: calc(100% - 85px);
}
.loginbgdiv {
  width: 100%;
  height: 680px;
  background: url(../../Images/login/bg2.png) no-repeat center;
}
.add-box {
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 26px;
  color: #666;
  border: 1px dashed #adadad;
  cursor: pointer;
  user-select: none;
}
.add-box:hover {
  background: #e8efed;
  border-color: #5a6dfe;
}
.border-label {
  display: inline-block;
}
.border-label .bord {
  cursor: pointer;
  padding: 10px;
  line-height: 12px;
  display: block;
  border: 1px solid #dcdfe6;
  color: #333;
  border-radius: 4px;
}
.border-label .bord span {
  margin-right: 4px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  vertical-align: bottom;
}
.border-label input {
  visibility: hidden;
}
.border-label input:checked + .bord {
  border-color: #5a6dfe;
  color: #5a6dfe;
}
.border-label input:checked + .bord span {
  border: 5px solid #5a6dfe;
}
.sort-box {
  padding-left: 10px;
  line-height: 40px;
}
.sort-box a {
  display: inline-block;
  margin-right: 15px;
}
.sort-box a .sort-color {
  display: none;
}
.sort-box a i {
  margin-left: 5px;
  vertical-align: middle;
}
.sort-box a.active,
.sort-box a:hover {
  font-weight: bold;
  color: #5a6dfe;
}
.sort-box a.active .sort,
.sort-box a:hover .sort {
  display: none;
}
.sort-box a.active .sort-color,
.sort-box a:hover .sort-color {
  display: inline-block;
}
.border-label {
  margin-right: 15px;
}
.indexwelcome {
  margin-right: 0px;
  background: url(../../images/ico/member.gif) no-repeat left;
  padding-left: 18px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f30 {
  font-size: 30px;
}
a {
  color: #333;
  text-decoration: none;
}
.block {
  display: block;
}
.block-a a {
  display: block;
}
a:hover {
  color: #5a6dfe;
}
.color {
  color: #5a6dfe;
}
.color3 {
  color: #333;
}
.color6 {
  color: #666;
}
.color9 {
  color: #999;
}
.color-a a {
  color: #5a6dfe;
}
.inline {
  display: inline;
}
.w1100 {
  width: 1100px;
}
.l32 {
  line-height: 32px;
}
.twoRow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.req-i {
  margin-right: 2px;
  color: red;
  font-size: 16px;
  font-weight: bold;
}
.html {
  margin-top: 10px;
  padding-top: 5px;
}
.inline-block {
  display: inline-block;
}
.lef {
  float: left;
}
.right {
  float: right;
}
.calc-lable {
  width: calc(100% - 150px);
  vertical-align: top;
}
.calc-lable .gl-table {
  float: none !important;
}
.tit-info {
  height: 34px;
  line-height: 34px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 17px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.tit-bg {
  margin-left: 0;
  margin-right: 0;
  text-indent: 25px;
  border-left: 5px solid #ccc;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  font-weight: normal;
  background: #F5F5F5;
}
.border-wrap {
  margin-top: 20px;
  border: 1px solid #999;
  border-radius: 5px;
}
.indent2 {
  text-indent: 2em;
}
.mt20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.projectnumberList {
  position: absolute;
  left: calc(80% - 15px);
  width: 100%;
  max-height: 360px;
  z-index: 9;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  border: 1px solid #ddd;
  border-top: none;
}
.projectnumberList li {
  padding: 0 10px;
  cursor: pointer;
}
.projectnumberList li:hover {
  background: #5a6dfe;
  color: #fff;
}
.fixed-menu + .content .gl-table-form td:nth-of-type(2n+1) {
  width: 110px;
}
.fixed-menu {
  position: fixed;
  right: 0;
  top: 0;
  padding-left: 40px;
  transition: all linear 0.3s;
  transform: translate(calc(100% - 40px), calc(30vh - 50%));
  text-align: center;
  min-width: 160px;
  z-index: 2000;
}
.fixed-menu:hover {
  transform: translate(0, calc(30vh - 50%));
}
.fixed-menu .fixed-menu-set {
  position: absolute;
  left: 0;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #5a6dfe;
}
.fixed-menu .fixed-menu-set i {
  color: #fff;
}
.fixed-menu ul {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #5a6dfe;
}
.fixed-menu li:last-of-type a {
  border: none;
}
.fixed-menu li.active {
  background: #e6f2fe;
  font-weight: bold;
}
.fixed-menu li {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #5a6dfe;
  border-bottom: 1px solid #5a6dfe;
  cursor: pointer;
}
.fixed-menu li:hover {
  background: #e6f2fe;
  font-weight: bold;
}
.gl-button {
  min-width: 68px;
  padding: 5px 14px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  background: #fff;
  color: #5a6dfe;
  border: 1px solid #5a6dfe;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.gl-button:hover {
  opacity: 0.7;
  color: #5a6dfe;
}
.gl-button + .gl-button {
  margin-right: 14px;
}
.gl-button + .gl-button-color,
.gl-button-color + .gl-button {
  margin-right: 14px;
}
.gl-button-color {
  min-width: 68px;
  padding: 5px 14px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  background: #fff;
  color: #5a6dfe;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  background: #5a6dfe;
  color: #fff;
  border: 1px solid #5a6dfe;
}
.gl-button-color:hover {
  opacity: 0.7;
  color: #5a6dfe;
}
.gl-button-color:hover {
  opacity: 0.6;
  color: #fff;
}
.mybutton {
  min-width: 68px;
  padding: 5px 14px;
  font-size: 14px;
  background: #fff;
  color: #5a6dfe;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: #5a6dfe;
  color: #fff;
  border: 1px solid #5a6dfe;
  border: none;
  height: 32px;
  line-height: 22px;
  box-sizing: border-box;
  vertical-align: middle;
}
.mybutton:hover {
  opacity: 0.7;
  color: #5a6dfe;
}
.mybutton:hover {
  opacity: 0.6;
  color: #fff;
}
.text1 + .mybutton {
  border-radius: 0 10px 10px 0;
}
.gl-noRadius {
  border-radius: 0;
}
.gl-bg-color {
  background: #5a6dfe;
  color: #fff;
}
input[type=checkbox] {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  vertical-align: sub;
  cursor: pointer;
}
.mycalendar,
.range-time,
.calendar {
  background: #fff url(../Images/new/time.png) no-repeat 97% center !important;
  background-size: 20px !important;
  max-width: 320px;
  cursor: pointer;
}
.select-inp {
  background: #fff url(/img/new/arrowdown.png) no-repeat calc(100% - 12px) center !important;
  background-size: 14px !important;
  cursor: pointer;
  max-width: 320px;
}
.select-inp[readonly] {
  background: #fff !important;
  max-width: 100%;
}
.auto-search-wrap input {
  padding-right: 30px;
}
.auto-search-wrap i {
  position: absolute;
  right: 10px;
  top: 3px;
  cursor: pointer;
}
.gl-select-box {
  width: 75%;
  position: relative;
  display: inline-block;
}
.gl-select-box input {
  width: 100% !important;
}
.gl-select-box ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  max-height: 400px;
  overflow: auto;
  background: #fff;
  border: 1px solid #C1D2E0;
  line-height: 32px;
}
.gl-select-box ul li {
  padding: 0 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.gl-select-box ul li:hover {
  background: #e6f2fe;
  color: #5a6dfe;
  font-weight: bold;
}
#cgkhform .error-msg {
  padding-left: 2px !important;
}
.gl-form .gl-form-item,
.gl-form-sp .gl-form-item {
  margin: 10px 0;
}
.gl-form .gl-form-item > label,
.gl-form-sp .gl-form-item > label {
  width: 80px;
  display: inline-block;
  line-height: 18px;
  padding: 7px 0;
  vertical-align: top;
  font-size: 13px;
  /*text-align-last:justify;
            text-align:justify;*/
}
.gl-form .gl-form-item.gl-form-item-wrap > label,
.gl-form-sp .gl-form-item.gl-form-item-wrap > label {
  display: block;
  width: 100%;
  font-size: 14px;
}
.gl-form .gl-form-item .gl-label-item,
.gl-form-sp .gl-form-item .gl-label-item {
  width: auto;
  margin-left: 5px;
  cursor: pointer;
}
.gl-form .gl-form-item .gl-label-item input,
.gl-form-sp .gl-form-item .gl-label-item input {
  margin-right: 3px;
}
.gl-form .gl-form-item .gl-label-item + .gl-label-item,
.gl-form-sp .gl-form-item .gl-label-item + .gl-label-item {
  margin-left: 20px;
}
.gl-form .gl-form-item .text,
.gl-form-sp .gl-form-item .text {
  width: calc(100% - 160px);
  display: inline-block;
  line-height: 32px;
}
.gl-form .gl-form-item .error-msg,
.gl-form-sp .gl-form-item .error-msg {
  padding-left: 90px;
  font-size: 12px;
  color: red;
  line-height: 18px;
}
.gl-form input[type=text],
.gl-form-sp input[type=text],
.gl-form input[type=number],
.gl-form-sp input[type=number],
.gl-form input[type=password],
.gl-form-sp input[type=password],
.gl-form select,
.gl-form-sp select {
  width: 260px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: content-box;
}
.gl-form input[type=text]:focus,
.gl-form-sp input[type=text]:focus,
.gl-form input[type=number]:focus,
.gl-form-sp input[type=number]:focus,
.gl-form input[type=password]:focus,
.gl-form-sp input[type=password]:focus,
.gl-form select:focus,
.gl-form-sp select:focus {
  border-color: #aaa;
  box-shadow: 0 1px 5px 0 #bbb;
}
.gl-form [disabled],
.gl-form-sp [disabled],
.gl-form .readonly,
.gl-form-sp .readonly,
.gl-form .disabled,
.gl-form-sp .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.gl-form textarea,
.gl-form-sp textarea {
  width: 360px;
  height: 80px;
  padding: 0 10px;
  line-height: 24px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  vertical-align: top;
  resize: none;
}
.gl-form textarea:focus,
.gl-form-sp textarea:focus {
  border-color: #aaa;
  box-shadow: 0 1px 5px 0 #bbb;
}
.gl-form .mybutton,
.gl-form-sp .mybutton {
  min-width: 68px;
  padding: 5px 14px;
  font-size: 14px;
  background: #fff;
  color: #5a6dfe;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: #5a6dfe;
  color: #fff;
  border: 1px solid #5a6dfe;
  border: none;
  height: 32px;
  line-height: 22px;
  box-sizing: border-box;
  border-radius: 0 3px 3px 0;
  vertical-align: middle;
}
.gl-form .mybutton:hover,
.gl-form-sp .mybutton:hover {
  opacity: 0.7;
  color: #5a6dfe;
}
.gl-form .mybutton:hover,
.gl-form-sp .mybutton:hover {
  opacity: 0.6;
  color: #fff;
}
.gl-form .sub-btn,
.gl-form-sp .sub-btn {
  min-width: 68px;
  padding: 5px 14px;
  line-height: 22px;
  font-size: 14px;
  background: #fff;
  color: #5a6dfe;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background: #5a6dfe;
  color: #fff;
  border: 1px solid #5a6dfe;
  min-width: 120px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
}
.gl-form .sub-btn:hover,
.gl-form-sp .sub-btn:hover {
  opacity: 0.7;
  color: #5a6dfe;
}
.gl-form .sub-btn:hover,
.gl-form-sp .sub-btn:hover {
  opacity: 0.6;
  color: #fff;
}
.gl-form .sub-btn-save,
.gl-form-sp .sub-btn-save {
  min-width: 68px;
  padding: 5px 14px;
  line-height: 22px;
  font-size: 14px;
  background: #fff;
  color: #5a6dfe;
  border: 1px solid #5a6dfe;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  min-width: 120px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
}
.gl-form .sub-btn-save:hover,
.gl-form-sp .sub-btn-save:hover {
  opacity: 0.7;
  color: #5a6dfe;
}
.gl-form .save,
.gl-form-sp .save,
.gl-form .pic-back,
.gl-form-sp .pic-back,
.gl-form .cancel,
.gl-form-sp .cancel {
  margin: 20px auto;
  cursor: pointer;
  text-align: center;
  background: #5a6dfe;
  color: #fff;
  border: 1px solid #5a6dfe;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
}
.gl-form .cancel,
.gl-form-sp .cancel {
  margin-left: 50px;
  background: #fff;
  color: #5a6dfe;
  border: 1px solid #5a6dfe;
}
.pic-back {
  margin: 20px auto;
  cursor: pointer;
  text-align: center;
  background: #5a6dfe;
  color: #fff;
  border: 1px solid #5a6dfe;
  width: 120px;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 5px;
}
.gl-input {
  width: 136px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-radius: 3px;
  cursor: pointer;
}
.gl-search-box {
  font-size: 0;
}
.gl-search-box .inline-block {
  margin-bottom: 10px;
}
.gl-search-box input[type=text],
.gl-search-box select {
  margin-top: 10px;
  width: 229px;
  height: 33px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #C1D2E0;
  border-radius: 10px 0 0 10px;
  box-sizing: border-box;
}
.gl-search-box .btn {
  margin-bottom: 10px;
  width: 69px;
  height: 33px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #5a6dfe;
  border-radius: 0px 10px 10px 0px;
  border: none;
}
.gl-form-search {
  margin: 10px auto;
  font-size: 14px;
}
.gl-form-search .inline-block {
  margin-bottom: 10px;
  margin-right: 10px;
}
.gl-form-search .inline-block > span {
  display: inline-block;
  min-width: 70px;
  text-align: right;
}
.gl-form-search .inline-block .but-box {
  width: 100%;
}
.gl-form-search .inline-block .but-box input[type="button"] {
  height: 30px;
  line-height: 20px;
}
.gl-form-search input[type=text],
.gl-form-search select {
  width: 180px;
  background: #ffffff;
  border: 1px solid #C1D2E0;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 10px;
  outline: none;
  box-sizing: border-box;
}
.gl-form-search .gl-label-item + .gl-label-item,
.gl-form-search button + button {
  margin-left: 20px;
}
.gl-form-search .s-btn {
  margin-left: 20px;
  padding: 0px 18px;
  background: #5a6dfe;
  height: 34px;
  line-height: 34px;
  border: none;
  color: #ffffff;
  vertical-align: middle;
  overflow: visible;
  cursor: pointer;
}
.gl-form-search .s-btn:hover {
  opacity: 0.8;
}
.gl-form-search .s-btn.btn {
  background: #fff;
  color: #5a6dfe;
  border: 1px solid #5a6dfe;
}
.center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.color {
  color: #5a6dfe;
}
.gl-table {
  width: 100%;
  color: #666;
  border: 1px solid #ddd;
  border-bottom: none;
  border-collapse: collapse;
  text-align: center;
}
.gl-table.mini th,
.gl-table.mini td {
  padding: 5px !important;
  line-height: 32px !important;
}
.gl-table form {
  text-align: left;
}
.gl-table thead {
  background: #FAFAFA;
  font-weight: bold;
}
.gl-table thead th,
.gl-table thead td {
  position: relative;
  padding: 8px 5px;
  line-height: 28px;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
.gl-table tr:hover {
  background: #FAFAFA;
}
.gl-table td {
  padding: 8px 5px;
  line-height: 28px;
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
  min-width: 50px;
  word-break: break-all;
}
.gl-table td:first-of-type {
  width: 60px;
}
.gl-table td a {
  color: #5a6dfe;
}
.gl-table td a {
  margin: 0 6px;
}
.gl-table td.color {
  color: #5a6dfe;
}
.gl-table td.color span {
  cursor: pointer;
}
.gl-table td.color span + span {
  margin-left: 14px;
}
.gl-table td.none {
  height: 75px;
  text-align: center;
}
.gl-table td.none span.none-icon {
  display: inline-block;
  margin-right: 15px;
  width: 34px;
  height: 38px;
  background: url(../../Images/ScienceProject/common.png) no-repeat -429px -7px;
  vertical-align: middle;
}
.gl-table tbody td {
  font-size: 14px;
}
.gl-table-border th,
.gl-table-border td {
  border-right: 1px solid #ddd;
}
.content {
  margin-left: 0 !important;
  min-width: 800px;
  font-size: 14px;
}
.error-msg {
  color: red;
  font-size: 12px;
  opacity: 0.6;
  line-height: 18px;
}
.content-head {
  padding: 10px 38px;
  border-bottom: 5px solid #f5f5f5;
  clear: both;
}
.content-wrap {
  padding: 20px;
}
.gl-table-info {
  min-width: 800px;
}
.gl-table-info table {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  border-collapse: collapse;
  table-layout: fixed;
}
.gl-table-info table th,
.gl-table-info table td {
  padding: 8px 5px;
  padding-left: 15px !important;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
  word-break: break-all;
  width: 38%;
}
.gl-table-info table th input[type=text],
.gl-table-info table td input[type=text],
.gl-table-info table th select,
.gl-table-info table td select,
.gl-table-info table th input[type=number],
.gl-table-info table td input[type=number] {
  min-width: 120px;
  width: 75%;
  height: 32px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #C1D2E0 !important;
  font-size: 14px;
}
.gl-table-info table th .button1,
.gl-table-info table td .button1,
.gl-table-info table th .button2,
.gl-table-info table td .button2 {
  margin: 10px 0 !important;
}
.gl-table-info table th .validate2,
.gl-table-info table td .validate2,
.gl-table-info table th .error-msg,
.gl-table-info table td .error-msg {
  background: none;
  color: red;
  font-size: 12px;
  opacity: 0.6;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
  line-height: 18px;
}
.gl-table-info table th:nth-of-type(2n+1),
.gl-table-info table td:nth-of-type(2n+1) {
  padding-right: 1em;
  background: #eaeff3;
  text-align: left;
  width: 120px !important;
}
.gl-table-info table th a,
.gl-table-info table td a {
  color: #5a6dfe;
}
.gl-table-form {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  border-collapse: collapse;
  text-align: left;
  table-layout: fixed;
}
.gl-table-form th,
.gl-table-form td {
  padding: 8px 5px;
  padding-left: 15px !important;
  font-size: 15px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
  table-layout: fixed;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.gl-table-form th input[type=text],
.gl-table-form td input[type=text],
.gl-table-form th select,
.gl-table-form td select,
.gl-table-form th input[type=number],
.gl-table-form td input[type=number] {
  width: 80%;
  padding: 0;
  text-indent: 10px;
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  border-color: #eee !important;
  max-width: 100%;
}
.gl-table-form th textarea,
.gl-table-form td textarea {
  width: 80%;
}
.gl-table-form th .input-select-box,
.gl-table-form td .input-select-box {
  position: relative;
}
.gl-table-form th .input-select-box > input,
.gl-table-form td .input-select-box > input {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc(100% - 24px) !important;
  border-right: 0;
  outline: none;
}
.gl-table-form th .input-select-box > input:focus,
.gl-table-form td .input-select-box > input:focus {
  box-shadow: none;
}
.gl-table-form th > div,
.gl-table-form td > div {
  width: 80%;
}
.gl-table-form th > div input[type=text],
.gl-table-form td > div input[type=text],
.gl-table-form th > div select,
.gl-table-form td > div select,
.gl-table-form th > div input[type=number],
.gl-table-form td > div input[type=number] {
  width: 100%;
  max-width: 100%;
}
.gl-table-form th .layui-input,
.gl-table-form td .layui-input,
.gl-table-form th .layui-textarea,
.gl-table-form td .layui-textarea {
  display: inline-block;
}
.gl-table-form th .button1,
.gl-table-form td .button1,
.gl-table-form th .button2,
.gl-table-form td .button2 {
  margin: 10px 0 !important;
}
.gl-table-form th .validate2,
.gl-table-form td .validate2,
.gl-table-form th .error-msg,
.gl-table-form td .error-msg {
  background: none;
  color: red;
  font-size: 12px;
  opacity: 0.6;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
  line-height: 18px;
}
.gl-table-form th:nth-of-type(2n+1),
.gl-table-form td:nth-of-type(2n+1) {
  padding-right: 5px;
  background: #eaeff3;
  text-align: left;
  width: 110px;
}
.gl-table-form th:last-of-type,
.gl-table-form td:last-of-type {
  background: none;
}
.gl-table-form th a,
.gl-table-form td a {
  color: #5a6dfe;
}
.gl-table-form .remove:hover,
.gl-table-form .add:hover {
  opacity: 0.6;
}
.but-box {
  display: flex;
}
.but-box input {
  width: 100% !important;
}
.but-box [type="button"] {
  flex: 68px 0 0;
}
/*.gl-table-mark {*/
.mark .mark-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  cursor: pointer;
}
.mark .mark-info {
  padding: 8px 10px;
  width: 60%;
  min-width: 260px;
  position: absolute;
  left: -30px;
  top: -70px;
  z-index: 9;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  box-sizing: border-box;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
}
.mark .mark-info-txt {
  max-height: 140px;
  overflow: auto;
}
.mark .mark-info .popper__arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 9px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  bottom: -9px;
  left: 20px;
  margin-right: 3px;
  border-bottom-width: 0;
  border-top-color: #ebeef5;
}
.mark .mark-info .popper__arrow::after {
  content: " ";
  border-width: 7px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: 2px;
  margin-left: -6px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
/*}*/
.gl-table-creat {
  width: 100%;
  border: 1px solid #ddd;
  border-bottom: none;
  border-collapse: collapse;
  text-align: center;
}
.gl-table-creat .mark .mark-img {
  left: 0;
}
.gl-table-creat thead th,
.gl-table-creat thead td {
  padding: 8px 5px;
  padding-left: 15px !important;
  font-size: 15px;
  line-height: 32px;
  background: #eaeff3;
  text-align: center;
}
.gl-table-creat td,
.gl-table-creat th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.gl-table-creat tbody th,
.gl-table-creat tbody td {
  padding: 8px 5px;
  font-size: 15px;
  line-height: 32px;
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
  min-width: 80px;
  word-break: break-all;
  position: relative;
}
.gl-table-creat tbody th.set,
.gl-table-creat tbody td.set {
  width: 80px;
}
.gl-table-creat tbody th > div,
.gl-table-creat tbody td > div {
  width: 100%;
}
.gl-table-creat tbody th > div > div,
.gl-table-creat tbody td > div > div {
  width: 100%;
}
.gl-table-creat tbody th input[type=text],
.gl-table-creat tbody td input[type=text],
.gl-table-creat tbody th select,
.gl-table-creat tbody td select,
.gl-table-creat tbody th input[type=number],
.gl-table-creat tbody td input[type=number] {
  width: 100%;
  min-width: 182px;
  box-sizing: border-box;
  padding-left: 10px;
  height: 38px;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  border-color: #eee !important;
}
.gl-table-creat tbody th.setBox,
.gl-table-creat tbody td.setBox {
  width: 90px;
  text-align: center;
}
.gl-table-creat tbody th .button1,
.gl-table-creat tbody td .button1,
.gl-table-creat tbody th .button2,
.gl-table-creat tbody td .button2 {
  margin: 10px 0 !important;
}
.gl-table-creat tbody th .validate2,
.gl-table-creat tbody td .validate2,
.gl-table-creat tbody th .error-msg,
.gl-table-creat tbody td .error-msg {
  background: none;
  color: red;
  font-size: 12px;
  opacity: 0.6;
  padding: 0;
  width: auto;
  height: auto;
  border: 0;
  line-height: 18px;
}
.gl-table-creat tbody th a,
.gl-table-creat tbody td a {
  color: #5a6dfe;
}
.gl-table-creat tbody th .remove:hover,
.gl-table-creat tbody td .remove:hover,
.gl-table-creat tbody th .add:hover,
.gl-table-creat tbody td .add:hover {
  opacity: 0.6;
}
.page {
  margin: 5px 0px 10px 0px;
  text-align: center;
  color: #666;
}
.raido-box {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 20px;
  border: 2px solid #5a6dfe;
  color: #5a6dfe;
  font-weight: bold;
  padding: 2px;
  font-size: 16px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.raido-box.grey {
  color: grey;
  border-color: #aaa;
}
#form_commentlist_div {
  /*h2.mt20 {
        margin-left: -40px;
    }*/
}
/*.pl40 {
    padding-left: 40px;
}*/
.step-border-box {
  min-width: 800px;
  padding-left: 40px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}
.step-border-box h2 {
  margin-left: -40px;
}
.step-border-box .gl-form-item::after {
  content: "";
  display: block;
  clear: both;
}
.step-border-box .gl-form-item .gl-table {
  vertical-align: top;
}
.step-border-box::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 25px;
  bottom: 0;
  width: 1.5px;
  background: #ddd;
}
.grey {
  background: #ddd !important;
  color: #666;
  border-color: #ddd !important;
}
.page input[type="text"] {
  margin: 0px 3px;
  padding-left: 5px;
  width: 40px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 3px;
  font-size: 14px;
}
.page select {
  margin: 0 6px;
  width: 70px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 9px;
  background-color: #fff;
  border: 1px solid #EDEDED;
  outline: none;
  font-size: 14px;
}
.pagerarrow {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.page span {
  display: inline-block;
  min-width: 20px;
}
.page span.num,
.page span.go {
  margin-left: 5px;
  padding: 2px 5px;
  min-width: 30px;
  color: #333;
  background-color: #f4f4f5;
  text-align: center;
  box-sizing: border-box;
  height: 30px;
  vertical-align: middle;
  line-height: 26px;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
}
.page span.go {
  padding: 0px;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #5a6dfe;
  cursor: pointer;
  vertical-align: middle;
}
.page span.num:hover,
.page span.current {
  color: #fff;
  background: #5a6dfe;
  font-weight: bold;
  cursor: pointer;
}
.page span.num-icon {
  display: inline-block;
  margin: 0px 0px -6px 5px;
  width: 18px;
  height: 20px;
  /*padding:11px 17px;*/
  border: 1px solid #c1d2e0;
  background: url(../../Images/ScienceProject/common.png) no-repeat -6px -126px #f6f6f6;
}
.l26 {
  line-height: 26px;
}
.l30 {
  line-height: 30px;
}
.pop {
  display: none;
}
.pop .layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 199;
}
.pop .wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  transform: translateX(-50%);
  width: 40vw;
  min-width: 500px;
  z-index: 199;
}
.pop .wrap .top {
  height: 30px;
  background-color: #5a6dfe;
  text-align: right;
}
.pop .wrap .top img {
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.pop-dialogContent .wrap .dialogContent-context {
  border: 1px solid #c1d2e0;
  border-top: none;
  background-color: #fff;
  padding: 40px 50px 10px;
}
.pop-dialogContent .wrap .dialogContent-context .title {
  background-color: #c1d2e0;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.pop-dialogContent .wrap .dialogContent-context .dialogContent {
  border: 1px solid #c1d2e0;
  border-top: none;
  height: 270px;
  overflow-y: scroll;
  padding-left: 15px;
}
.pop-dialogContent .wrap .dialogContent-context .dialogContent .name {
  height: 30px;
  line-height: 30px;
}
.pop-dialogContent .wrap .dialogContent-context .btn-dialogContent {
  border: 1px solid #5a6dfe;
  height: 30px;
  line-height: 28px;
  background-color: #5a6dfe;
  border-radius: 5px;
  width: 90px;
  margin: 10px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.pop-dialogContent .wrap .dialogContent-context .btn-dialogContent-cancel {
  border: 1px solid #5a6dfe;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  width: 90px;
  margin: 10px;
  background: #fff;
  text-align: center;
  color: #5a6dfe;
  cursor: pointer;
}
.scroll-tab-box {
  position: relative;
  width: 100%;
  min-height: 120px;
}
.scroll-tab-box .fixed-table {
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  background: #fff;
}
.scroll-tab-box .fixed-table td {
  line-height: 32px;
}
.scroll-tab-box .scroll-table {
  padding-left: 160px;
  overflow: auto;
}
.scroll-tab-box .scroll-table .gl-table-creat {
  border-left: none;
}
.scroll-tab-box .scroll-table .gl-table-creat td {
  border-left: none;
}
.scroll-tab-box .scroll-table .gl-table-creat input {
  min-width: 160px;
}
.fixed-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2001;
}
.pop-tips .tips-context {
  background-color: #fff;
  height: 150px;
}
.pop-tips .tips-context .context {
  padding-top: 50px;
  padding-left: 50px;
  color: #df5a04;
  font-size: 14px;
  line-height: 25px;
}
.contextmenu {
  display: none;
  position: absolute;
  min-width: 140px;
  background: #FFFFFF;
  border: grey solid 1px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 101;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px;
}
.contextmenu li {
  padding: 0 15px;
  cursor: pointer;
  line-height: 36px;
}
.contextmenu li.not {
  color: #999;
  cursor: auto;
}
.contextmenu li.not:hover {
  background: none;
  color: #999;
}
.contextmenu li:hover {
  background: #5a6dfe;
  color: #fff;
}
.step-box {
  display: flex;
  padding: 40px 0;
  justify-content: center;
  align-items: center;
}
.step-box .step {
  position: relative;
  width: 215px;
}
.step-box .step > div {
  text-align: center;
}
.step-box .step .icon-box {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #DDDDDD;
  border-radius: 20px;
  cursor: pointer;
}
.step-box .step .icon-box .newicon {
  margin-top: 7px;
}
.step-box .step .border {
  margin: 0 auto;
  width: 1px;
  height: 15px;
  background: #DDDDDD;
}
.step-box .step h4 {
  margin-top: 10px;
  color: #999;
  cursor: pointer;
}
.step-box .step p {
  margin: 0 auto;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #999;
  background: #DDDDDD;
  border-radius: 50%;
  position: relative;
}
.step-box .step .ac {
  position: absolute;
  left: 23px;
  top: 6px;
}
.step-box .step .ac.stepac {
  display: none;
}
.step-box .step.active .icon-box,
.step-box .step.active p {
  background: #5a6dfe;
  color: #fff;
}
.step-box .step.active .border {
  background: #5a6dfe;
}
.step-box .step.active .ac.stepac-grey {
  display: none;
}
.step-box .step.active .ac.stepac {
  display: block;
}
.gl-tabs {
  background: #fff;
  box-sizing: border-box;
}
.gl-tabs-nav {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  height: 40px;
}
.gl-tabs-nav .fixed {
  position: fixed;
  width: 100%;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  top: 0;
  z-index: 9999;
}
.gl-tabs-nav span {
  display: block;
  padding: 0 20px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
  cursor: pointer;
}
.gl-tabs-nav span.active {
  color: #5a6dfe;
  background: #fff;
}
.gl-tabs-nav span:hover {
  color: #5a6dfe;
}
.gl-tabs-box {
  padding: 15px;
  overflow-y: auto;
}
.gl-tabs-box .content-wrap {
  padding: 0;
}
.gl-tabs-item {
  display: none;
}
.gl-tabs-item.active {
  display: block;
}
.scroll-box {
  overflow-x: auto;
}
.all-select-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.all-select-content .text {
  width: 180px;
  background: #fff;
  border: 1px solid #c1d2e0;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 10px;
  outline: none;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-select-content .all-select-icon {
  transition: all linear 0.4s;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 6px solid #c2c2c2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
}
.all-select-content .sub-all-select {
  max-height: 280px;
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
  line-height: 30px;
  z-index: 5;
  width: 180px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #c1d2e0;
  border-top: none;
  box-sizing: border-box;
}
.all-select-content .sub-all-select li {
  line-height: 39px;
  border-bottom: 1px solid #d2d2d2;
  padding-left: 10px;
  cursor: pointer;
}
.all-select-content .sub-all-select li label {
  display: block;
}
.all-select-content .sub-all-select li .check {
  width: 13px;
  height: 13px;
  display: inline-block;
  padding: 0;
  margin-bottom: -2px;
  float: none;
  margin-right: 10px;
  margin-bottom: 2px;
}
.all-select-content .sub-all-select li:hover {
  background-color: #c1d2e0;
}
.iscroll {
  position: relative;
  padding-bottom: 9px;
}
.iscroll table {
  position: relative;
  z-index: 99;
}
.iscroll .iScrollHorizontalScrollbar {
  z-index: 9 !important;
}
/*.scroll-table, .mark-info-txt, .theme-scroll, .jsmind-inner {*/
/*滚动条整体粗细样式*/
/*&::-webkit-scrollbar {*/
/*高宽分别对应横竖滚动条的尺寸*/
/*width: 8px;
        height: 8px;
    }*/
/*滚动条里面小方块*/
/*&::-webkit-scrollbar-thumb {
        border-radius: 10px !important;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;*/
/* 颜色 */
/*background: #b6b6b6 !important;
    }*/
/*滚动条轨道*/
/*&::-webkit-scrollbar-track {
        border-radius: 10px !important;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
        background: #EDEDED !important;
    }
}*/