@charset "UTF-8";
.ngx-dnd-container {
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid red;
  margin: 10px;
  padding: 10px;
}

.ngx-dnd-container.gu-empty {
  border: 2px dotted red;
}

.ngx-dnd-container:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}

.ngx-dnd-container .ex-moved {
  background-color: #e74c3c;
}

.ngx-dnd-container .ex-over {
  background-color: rgba(255, 255, 255, 0.3);
}

.ngx-dnd-container .handle {
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently
                                  not supported by any browser */
}

.clearfix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.ngx-dnd-box,
.ngx-dnd-item {
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s ease-in-out;
  border: 1px solid lightblue;
  display: block;
}

.ngx-dnd-box:not(.has-handle):not(.move-disabled),
.ngx-dnd-box.has-handle [ngxdraghandle],
.ngx-dnd-box.has-handle [ngxDragHandle],
.ngx-dnd-item:not(.has-handle):not(.move-disabled),
.ngx-dnd-item.has-handle [ngxdraghandle],
.ngx-dnd-item.has-handle [ngxDragHandle] {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.ngx-dnd-box .ngx-dnd-content,
.ngx-dnd-item .ngx-dnd-content {
  user-select: none;
}

.ngx-dnd-box:hover,
.ngx-dnd-item:hover {
  border: 1px solid blue;
}

.ngx-dnd-box {
  height: 40px;
  width: 40px;
  line-height: 20px;
  text-align: center;
  float: left;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.dialog-top {
  border: none;
}

.jz_loding {
  position: absolute;
  bottom: 5px;
  right: 18px;
}

.dialog-relative {
  position: relative;
}

.dialog-box {
  position: relative;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  padding: 10px 40px 10px 10px;
  border: #efefef solid 1px;
  max-height: 200px;
  overflow-y: auto;
}

.dialog-tab .tabs {
  margin: 0 !important;
}
.dialog-tab .tab-content .tab-pane {
  padding: 0 !important;
}

.dialog-nav {
  position: relative;
  overflow: hidden;
}
.dialog-nav ul li {
  position: relative;
  overflow: hidden;
  width: 100px;
  text-align: center;
  padding: 10px 0;
  height: 42px;
  line-height: 32px;
  float: left;
  cursor: pointer;
}
.dialog-nav ul li:hover {
  border-bottom: #2e68aa solid 2px;
  color: #2e68aa;
}
.dialog-nav ul .active {
  border-bottom: #2e68aa solid 2px;
  color: #2e68aa;
}

.dialog-list {
  position: relative;
  overflow: hidden;
  border: #efefef solid 1px;
  border-top: none;
  height: 251px;
}

.dialog-content-left {
  position: relative;
  overflow: hidden;
  float: left;
  width: 40px;
}
.dialog-content-left .active {
  color: #2e68aa;
}
.dialog-content-left span {
  display: block;
  height: 100px;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-bottom: #efefef solid 1px;
  cursor: pointer;
}
.dialog-content-left span:last-child {
  border-bottom: none;
}

.dialog-content-right {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% - 40px);
}
.dialog-content-right .dialog-list-first {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  border-left: #efefef solid 1px;
  min-height: 250px;
}
.dialog-content-right .dialog-list-last {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  border-left: #efefef solid 1px;
}

.user-search {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-bottom: #efefef solid 1px;
}
.user-search .pull-right label {
  float: right;
  margin-top: 6px;
}

.select-dep {
  position: relative;
  overflow: hidden;
  padding: 10px;
  height: 200px;
  overflow-y: auto;
}
.select-dep .subTreeContent ul li a .tnode-text {
  max-width: 245px !important;
}

.dialog-list-last {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  border-left: #efefef solid 1px;
  min-height: 250px;
}

.dep-user-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.dep-user-list ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 30px;
}
.dep-user-list ul li i {
  margin-right: 5px;
  margin-top: 0px;
  color: rgba(46, 104, 170, 0.7);
}
.dep-user-list ul li .pull-right label {
  position: absolute;
  right: 0;
  top: 5px;
}
.dep-user-list ul .active {
  background-color: #2e68aa;
  color: #fff;
}

.newlist-content {
  position: relative;
  overflow: hidden;
  padding: 10px;
  height: 200px;
  overflow-y: auto;
}

.jz-dialog {
  position: absolute;
  width: 100%;
  height: 35px;
  line-height: 35px;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  background-color: #fffdfd;
  border-top: #eee solid 1px;
}

.tabs-box {
  position: relative;
  overflow: hidden;
}

.swiper-container {
  width: calc(100% - 60px);
  display: inline-block;
}

.tabs-container {
  position: relative;
}
.tabs-container .active {
  background-color: #2e68aa;
  color: #fff;
}
.tabs-container .tabs-swiper {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  padding: 3px 15px;
  border-radius: 0;
  width: auto;
}
.tabs-container .tabs-swiper:hover {
  background-color: rgba(46, 104, 170, 0.15);
}

.tabs-button-next {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 0px;
  width: 20px;
  text-align: center;
  background-color: #ddd;
  color: #fff;
  line-height: 22px;
}
.tabs-button-next:hover {
  background-color: #2e68aa;
  color: #fff;
}

.tabs-button-prevt {
  position: absolute;
  right: 22px;
  z-index: 9;
  top: 0px;
  width: 20px;
  text-align: center;
  background-color: #ddd;
  color: #fff;
  line-height: 22px;
}
.tabs-button-prevt:hover {
  background-color: #2e68aa;
  color: #fff;
}

.tabs-next-box {
  position: absolute;
  overflow: hidden;
  padding: 0 10px;
  background-color: #f6f8f9;
  right: 5px;
  z-index: 9;
  width: 43px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  display: none;
  top: 50%;
  margin-top: -12px;
}

.notice_right {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.history-number {
  margin-left: 20px;
  line-height: 36px;
}
.history-number em {
  color: #20b2aa;
}

.notice-personal-item {
  float: none;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  border-bottom: #eee solid 1px;
}
.notice-personal-item .contact-user {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 70px);
  margin-top: 5px;
}

.personal-info-t {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.notice_right {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.history-number {
  margin-left: 20px;
  line-height: 36px;
}
.history-number em {
  color: #20b2aa;
}

.notice_world {
  height: auto !important;
}
.notice_world h3 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  float: inherit;
  font-size: 25px;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice_world_title {
  position: relative;
  overflow: hidden;
}
.notice_world_title a {
  line-height: inherit;
  cursor: inherit;
}

.notice_txt {
  position: relative;
  padding: 0 10px;
}
.notice_txt * {
  width: auto !important;
  margin: 0 auto;
}

.notice_txt_content {
  zoom: 0.9;
}

@media (max-width: 1366px) {
  .notice_txt_content {
    zoom: 0.7;
  }
}
.table-responsive td.contact-title {
  padding: 15px 10px 5px;
  font-size: 14px;
  color: #000000;
  border-bottom: 2px #00bdda solid;
  height: auto;
}

.letter-list li {
  height: 16px;
  width: 16px;
  line-height: 16px;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 14px;
  margin-top: 2px;
}

.addressbook_txt ul li {
  color: #333;
}

.letter-list li:hover {
  box-shadow: 0 0 3px #ddd;
  transform: scale(1.3);
  transition: all 0.2s;
  color: #00c1de;
}

.letter-list {
  text-align: center;
  position: fixed;
  right: 28px;
  bottom: 30px;
  height: 560px;
  top: 230px;
  z-index: 100;
  transition: all 0.2s;
}

.contact_edit_box {
  position: relative;
  float: left;
  margin-left: 5px;
  margin-top: 2px;
  min-width: 65px;
}

.contact_body h1 {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 67px;
  text-align: left;
}
.contact_body .personal-mark {
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
}

.container_remakrs {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  width: 100%;
}

.addressboox_table table {
  table-layout: fixed;
}
.addressboox_table table td {
  position: relative;
}

.letter-list ul {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 5px 4px;
  color: #ffffff;
}

.contact-pd {
  background-color: #fff;
  padding-top: 20px;
}
.contact-pd h1 {
  margin-top: 8px;
}

.tx-list ul li {
  width: 100%;
  border-top: #ddd solid 1px;
  padding: 10px 0;
  margin: 0;
}
.tx-list ul li span {
  display: inline-block;
  width: 70px;
  text-align: left;
  float: left;
}
.tx-list ul li p {
  display: inline-block;
  width: calc(100% - 80px);
  color: #666;
}

.ngtree li a {
  margin: 0;
  cursor: pointer;
  height: 21px;
  color: #333;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  padding-right: 10px;
  padding-left: 5px;
  max-width: calc(100% - 21px);
  width: auto;
  overflow: hidden;
}

.ant-table-tbody > tr > td {
  transition: none;
}

@media (min-height: 850px) {
  .letter-list {
    top: 270px;
  }

  .letter-list li {
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 16px;
  }
}
@media (max-height: 750px) {
  .letter-list {
    top: 215px;
  }

  .letter-list li {
    height: 14px;
    width: 14px;
    line-height: 18px;
    font-size: 12px;
  }
}
.antTable-color .afternoon {
  background: #f3f7f7;
}

.user-head-right {
  position: absolute;
  overflow: hidden;
  right: 24px;
  top: 15px;
}
.user-head-right i {
  font-size: 22px !important;
  margin: 0 5px;
  float: initial !important;
  color: #fff !important;
}

.week-number {
  font-size: 35px;
  color: #5f9ea0;
  font-weight: bold;
}

.schedule-tab .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  overflow: auto scroll !important;
  overflow-x: hidden !important;
}
.schedule-tab .ant-table-fixed tbody tr td {
  padding: 10px;
}
.schedule-tab .ant-table-tbody > tr:hover > td {
  background: rgba(0, 0, 0, 0);
}
.schedule-tab table tr td {
  position: relative;
}

.schedule-title {
  text-align: center;
}
.schedule-title span {
  color: #999;
}
.schedule-title a i {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #fff;
}

.schedule-title:hover {
  background: #5f9ea0 !important;
  color: #fff !important;
}
.schedule-title:hover span {
  color: #fff;
}
.schedule-title:hover .week-number {
  color: #fff;
}
.schedule-title:hover .schedule-month-number {
  color: #5f9ea0;
}

.pro-head .head-img {
  height: 40px;
  width: 40px;
}

.table-bordered .afternoon {
  background: #f3f7f7;
}

.remind-people {
  padding: 10px;
  border: 1px solid #ddd;
}

.task-modal-text {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.task-modal-text textarea {
  overflow: hidden;
  outline: none;
  height: 100%;
  width: 100%;
  resize: none;
  border: 0;
}

.task-modal-content {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
}
.task-modal-content .task-modal-content-input {
  position: relative;
}
.task-modal-content .task-modal-content-input table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: #e5e5e5 solid 1px;
}
.task-modal-content .task-modal-content-input table tr td {
  padding: 10px 0;
}
.task-modal-content .task-modal-content-input table tr td label {
  width: 64px;
  top: 0;
}
.task-modal-content .task-modal-content-input table tr td label i {
  top: 7px;
}
.task-modal-content .task-modal-content-input table tr td .input-year-ss {
  width: 76px;
  padding: 0;
}
.task-modal-content .task-modal-content-input .input-hour {
  width: 50px;
  text-align: center;
}
.task-modal-content .task-modal-content-input .input-year {
  width: 140px;
  text-align: left;
  padding: 0 3px;
}
.task-modal-content .task-modal-content-input .task-modal-content-icon {
  position: relative;
  line-height: 30px;
  text-align: center;
}
.task-modal-content .task-modal-content-input .task-modal-content-icon a {
  font-size: 16px;
}
.task-modal-content .task-modal-content-input .task-modal-content-icon a span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0 5px;
  width: 92%;
}

.task-modal-menu {
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 7px 21px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  z-index: 1;
  background: #fff;
  width: 150px;
}

.task-modal-menu {
  left: -13px;
  top: 41px;
}

.task-modal-menu-content {
  overflow-y: auto;
}
.task-modal-menu-content ul {
  padding: 5px 0;
  min-height: 20px;
  overflow-y: auto;
}
.task-modal-menu-content ul ul {
  padding: 5px 0;
  min-height: 20px;
  overflow-y: auto;
}
.task-modal-menu-content ul ul li {
  display: flex;
}
.task-modal-menu-content ul ul li a {
  display: block;
  padding: 5px 0px 5px 0px;
  clear: both;
  line-height: 24px;
  color: #808080;
  outline: 0 none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px !important;
  flex: 1;
}
.task-modal-menu-content ul ul li a:hover {
  background-color: #f0f4fb;
}
.task-modal-menu-content ul ul li.selected i {
  display: inline-block;
}
.task-modal-menu-content ul ul li i {
  height: 14px;
  width: 14px;
  float: right;
  color: #a6a6a6;
  position: absolute;
  right: 10px;
}

.schedule-month {
  width: 0;
  height: 0;
  border-top: 50px solid #5f9ea0;
  border-right: 50px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.schedule-month-number {
  position: absolute;
  color: #fff;
  left: 0px;
  top: 5px;
  width: 30px;
  font-size: 12px;
}

.schedule-next {
  position: absolute;
  /* width: 222px; */
  margin: 0 auto;
  padding: 0 5px;
  padding: 0 10px;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
.schedule-next a:first-child {
  float: left;
}
.schedule-next a:last-child {
  float: right;
}
.schedule-next i {
  color: #9e9e9e;
}
.schedule-next a label input {
  height: 24px;
  line-height: 24px;
  /* float: left; */
  display: inline-block;
  width: 140px;
  float: right;
  margin-left: 5px;
  margin-top: 1px;
  padding: 0 5px;
  text-align: center;
}

.schedule-table .ant-table-fixed {
  margin-top: -1px;
}
.schedule-table tbody:after {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #5bc0de;
  height: 1px;
  width: 100%;
  content: " ";
}
.schedule-table tbody:last-child:after {
  display: none;
}

.schedule-table thead tr th {
  position: relative;
  height: 40px;
}
.schedule-table thead tr th .schedule-th-back {
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #5f9ea0;
  border-left: 30px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.schedule-table thead tr th .schedule-th-num {
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 0;
  right: 3px;
}

.schedule-tab .table td {
  white-space: normal;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 13px;
  height: 45px;
}

.add-details {
  z-index: 1000;
}
.add-details .dialog-body {
  padding: 0 !important;
}

.schedule-details {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.schedule-details ul li {
  position: relative;
  overflow: hidden;
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: #eee solid 1px;
}
.schedule-details ul li .sch-user-s {
  position: relative;
  overflow: hidden;
  float: left;
}
.schedule-details ul li .role-user-name {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.repeat-title {
  padding: 5px 0;
  font-size: 18px;
  width: 60px;
}

.repat-first-row {
  position: relative;
  padding: 10px 0;
  height: 50px;
  line-height: 65px;
}
.repat-first-row .repat-down {
  top: 45px;
  left: 65px;
  width: 69px;
  min-width: 69px;
}
.repat-first-row .repat-down a {
  width: 100%;
  text-align: center;
}
.repat-first-row .row-down {
  position: relative;
  padding: 10px 0;
  height: 50px;
  line-height: 65px;
  float: right;
  margin-right: 15px;
}
.repat-first-row .row-down .action-down {
  display: none;
}
.repat-first-row .row-down .zflx-down:active .action-down {
  display: block;
}
.repat-first-row .row-down .repat-down {
  top: 45px;
  left: 65px;
  width: 69px;
  min-width: 69px;
}
.repat-first-row .row-down .repat-down a {
  width: 100%;
  text-align: center;
}
.repat-first-row .row-down .on {
  background: #3676e8;
  color: #fff;
}
.repat-first-row .row-down li {
  float: left;
  /* height: 40px; */
  width: 40px;
  text-align: center;
  line-height: 25px;
  border-right: #ddd solid 1px;
}
.repat-first-row .row-down li:active {
  background: #3676e8;
  color: #fff;
}
.repat-first-row .number {
  float: left;
  width: 20px;
  height: 20px;
  /* margin-top: 25px; */
  margin: 0 5px;
  border-radius: 3px;
  text-align: center;
  line-height: 20px;
  border: #5f9ea0 solid 1px;
  margin-top: 11px;
}
.repat-first-row a {
  line-height: 45px;
  float: left;
  display: block;
}
.repat-first-row a em {
  float: left;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}

.row-title {
  color: #808080;
  font-size: 16px;
  display: block;
  float: left;
  margin-right: 10px;
  width: 70px;
  text-align: right;
  height: 100%;
  line-height: 45px;
}

.repat-down {
  top: 45px;
  left: 65px;
  width: 69px;
  min-width: 69px;
  height: 98px;
  overflow-y: auto;
}
.repat-down a {
  width: 100%;
  text-align: center;
}

.repat-down::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.repat-down::-webkit-scrollbar-track-piece {
  background-color: #eee;
  margin: 0;
}

.repat-down::-webkit-scrollbar-thumb {
  background: #5f9ea0;
  min-height: 20px;
  min-width: 150px;
  border-radius: 10px;
}

.repat-down::-webkit-scrollbar-thumb:vertical:hover {
  background: #5f9ea0;
}

.repat-down::-webkit-scrollbar-thumb:horizontal:hover {
  background: #5f9ea0;
}

.schedule-edit {
  width: 485px;
  position: absolute;
  height: 264px;
  z-index: 9999;
  background: #fff;
  top: 52%;
  left: 55%;
  margin-top: -15%;
  margin-left: -254px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.schedule-edit:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 440px;
  top: -20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.schedule-top {
  border: 1px solid #e6e6e6;
}
.schedule-top .panel-body .form-group label {
  color: #333 !important;
  margin-bottom: 5px;
}

.schedule-edit:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 440px;
  top: -21px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff4f4;
}

.schedule-show .proplayer-info[proplayer-direction=right]:after {
  top: 10px;
  left: -9px;
  border-right: 10px solid #dfdfdf;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: none;
  display: none;
}

.schedule-show .proplayer-info[proplayer-direction=right]:before {
  top: 12px;
  left: -7px;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: none;
  display: none;
}

.add-tetails {
  width: 640px !important;
}
.add-tetails .dialog-body {
  background: #f0f4fb;
}

.schedule-show .proplayer-info {
  background: #f3f7f7;
}
.schedule-show .proplayer-info .table-layout {
  margin-top: 10px;
  display: block;
}
.schedule-show .proplayer-info .table-layout table {
  width: 100%;
}

.proplayer-box {
  background-color: #fff;
  border-radius: 5px;
  border: #e5e5e5 solid 1px;
}
.proplayer-box ul li {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: #e5e5e5 solid 1px;
  align-items: center;
  line-height: 27px;
}
.proplayer-box ul li a i {
  font-size: 17px;
  color: #9f9f9f;
  float: left;
  display: block;
  line-height: 27px;
}
.proplayer-box ul li .user-fq {
  width: calc(100% - 95px);
  margin-left: 10px;
  margin-top: 5px;
}
.proplayer-box ul li p {
  width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  padding-right: 10px;
  float: left;
}
.proplayer-box ul .shedule-add-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: #e5e5e5 solid 1px;
  margin-top: 10px;
  background-color: #fff;
}
.proplayer-box ul .shedule-add-box .user-head {
  height: 40px;
  width: 40px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
}
.proplayer-box ul .shedule-add-box .user-head img {
  width: 100%;
  height: 100%;
}
.proplayer-box ul .shedule-add-box span {
  display: inline-block;
}
.proplayer-box ul li:last-child {
  border-bottom: none;
}

.shedule-add-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: #e5e5e5 solid 1px;
  margin-top: 10px;
  background: #fff;
}
.shedule-add-box .add-user-botton {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.shedule-add-box .add-user-botton .pro-head {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-top: 10px;
  width: 150px;
}
.shedule-add-box .add-user-botton .pro-head span {
  display: inline-block;
}
.shedule-add-box .add-user-botton .pro-head .hover-icon {
  position: absolute;
  height: 10px;
  width: 10px;
  left: 45px;
  top: -3px;
}
.shedule-add-box .add-user-botton .pro-head .head-img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 10px;
}
.shedule-add-box .add-user-botton .icon-add {
  height: 40px;
  width: 40px;
  position: relative;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  border: #989998 dashed 1px;
  border-radius: 50%;
  color: #989998;
  margin: 10px;
  float: left;
  margin-left: 20px;
}

.add-schedule .dialog-body {
  background-color: #f0f4fb;
}

.schedule-menu {
  max-height: 500px;
  overflow-y: auto;
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  min-width: 10pc;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 9pt rgba(0, 0, 0, 0.175);
}
.schedule-menu .ngtree li span {
  display: inline-block;
  max-width: 143px !important;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}

.schedule-menu li a {
  display: inline-block !important;
  padding: 0 !important;
}

.task-modal-content-input {
  position: relative;
  height: 30px;
  padding: 0 10px;
}
.task-modal-content-input ul li {
  margin: 0 7px;
  float: left;
}
.task-modal-content-input ul li .input-year-ss {
  width: 110px;
}
.task-modal-content-input ul li .single-picker-item {
  float: inherit;
  margin: 0;
}

.add-task-none {
  display: block;
}

.zflx-down:hover .dropdown-menu {
  display: block;
}

.joinName {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.role-user-items > div .role-user-del {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
  width: 12px;
  height: 14px;
  line-height: 12px;
}

.ul-responsive iframe {
  display: none;
}

.draggable-role-user .pull-left {
  position: relative;
  height: 56px;
  width: 50px;
}
.draggable-role-user .pull-left:hover .role-user-del {
  display: block;
}
.draggable-role-user .pull-left .personal-mark {
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
}
.draggable-role-user .pull-left .role-user-name {
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.draggable-role-user .role-user-del {
  display: none;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
  width: 12px;
  height: 14px;
  line-height: 12px;
}

.role-user-items > div .role-user-name {
  width: 56px;
}

@font-face {
  font-family: "Sesblackbody";
  src: url("../../../fonts/siyuan.otf");
}
.banch-noborder {
  position: relative;
  overflow: hidden;
  line-height: 32px;
  margin-right: 5px;
  width: 55%;
}
.banch-noborder .select2 {
  width: calc(100% - 75px) !important;
}

.print-list ul li .form-left {
  width: 60%;
}
.print-list ul li .form-left .form-file-name {
  width: 320px;
}

.flow_tags {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: #ddd solid 1px;
  border-radius: 3px;
  overflow-y: auto;
}
.flow_tags .tags-item {
  border: #ddd solid 1px;
  border-radius: 2px;
  padding: 0 10px;
}
.flow_tags .tags-item span {
  padding: 0px;
}
.flow_tags .tags-item i {
  width: 16px;
  float: right;
}

.save_btn {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  border: #ddd solid 1px;
  padding: 4.5px 5px;
  border-top: none;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.save_btn .saca-pull {
  width: calc(100% - 84px);
}
.save_btn .saca-pull input {
  width: 100%;
}

.process-nav {
  height: 50px;
}
.process-nav > div {
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  background: #d7d7d7;
}
.process-nav > div.process-nav-l {
  width: calc(50% - 10px);
  float: left;
}
.process-nav > div.process-nav-l:after {
  position: absolute;
  right: -25px;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid #d7d7d7;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  z-index: 2;
}
.process-nav > div.process-nav-r {
  float: right;
  width: 50%;
}
.process-nav > div.process-nav-r:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.process-nav > div.active {
  background-color: #5f9ea0;
  color: #fff;
}
.process-nav > div.active:after {
  border-left-color: #5f9ea0;
}

.node-tabs .nav-justified li {
  padding: 3px 5px;
}
.node-tabs .form-group {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: #efefef solid 1px;
  margin-top: 7px;
}

.col-md-12 #form-html {
  max-width: 968px;
}
.col-md-12 #print-html {
  max-width: 968px;
}

.up-username {
  float: right;
  color: #252525;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 26%;
  cursor: pointer;
}

#form-html .panel-list {
  padding: 0px;
  background: #ffffff;
  /* height: 50%; */
  position: relative;
  /* overflow: hidden; */
  overflow-y: auto;
  width: 100%;
  max-height: 210px;
}
#form-html .panel-list ul li {
  margin: 0 !important;
  padding: 15px 10px;
  border: #cfd2d4 solid 1px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
#form-html .panel-list ul li:last-child {
  border-bottom: #cfd2d4 solid 1px;
}
#form-html .panel-list ul li .print_approval {
  width: 35%;
}
#form-html form table {
  background-color: rgba(0, 0, 0, 0);
}
#form-html form table tbody tr td .sign-box {
  position: relative;
  padding: 20px 0;
}
#form-html form table tbody tr td .signdetail-box {
  border-bottom: #f3f1f1 solid 1px;
}
#form-html form table tbody tr td .signRight-box {
  float: right;
  position: absolute;
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  right: 0;
}
#form-html form table tbody tr td .signRight-box textarea {
  border: none !important;
  resize: none !important;
  text-align: center !important;
}
#form-html form table tbody tr td .signRight-box a {
  display: block;
  border-left: #ddd solid 1px;
}
#form-html form table tbody tr td .signRight-imgBox {
  position: relative !important;
}
#form-html form table tbody tr td .signRight-imgBox img {
  height: 100%;
}
#form-html form table tbody tr td .signSingle-imgBox {
  position: relative !important;
}
#form-html form table tbody tr td .signSingle-imgBox img {
  height: 100%;
}
#form-html form table tbody tr td .myDicts {
  position: relative;
  z-index: 4;
  float: right;
}

#print-html .panel-list {
  padding: 0px;
  background: #ffffff;
  /* height: 50%; */
  position: relative;
  /* overflow: hidden; */
  overflow-y: auto;
  width: 100%;
  max-height: 205px;
}
#print-html .panel-list ul li {
  margin: 0 !important;
  padding: 15px 10px;
  border: #cfd2d4 solid 1px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
}
#print-html .panel-list ul li:last-child {
  border-bottom: #cfd2d4 solid 1px;
}
#print-html .panel-list ul li .print_approval {
  width: 35%;
}
#print-html form table {
  background-color: rgba(0, 0, 0, 0);
}
#print-html form table tbody tr td .sign-box {
  position: relative;
  padding: 20px 0;
}
#print-html form table tbody tr td .signdetail-box {
  border-bottom: #f3f1f1 solid 1px;
}
#print-html form table tbody tr td .signRight-box {
  float: right;
  position: absolute;
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  right: 0;
}
#print-html form table tbody tr td .signRight-box textarea {
  border: none !important;
  resize: none !important;
  text-align: center !important;
}
#print-html form table tbody tr td .signRight-box a {
  display: block;
  border-left: #ddd solid 1px;
}
#print-html form table tbody tr td .signSingle-box {
  width: 150px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
#print-html form table tbody tr td .signRight-imgBox {
  position: relative !important;
}
#print-html form table tbody tr td .signRight-imgBox img {
  height: 100%;
}
#print-html form table tbody tr td .myDicts {
  position: relative;
  z-index: 4;
  float: right;
}

.table-form tbody tr td {
  border: #cfd2d4 solid 1px;
}
.table-form th {
  position: relative;
}

#form-html > div:first-child {
  position: relative;
  overflow: hidden;
  padding: 30px 57px;
  padding-top: 0;
  background: url(../../../Images/form-bkg.png) no-repeat top;
}

#print-html > div:first-child {
  position: relative;
  overflow: hidden;
  padding: 30px 57px;
  padding-top: 0;
  background: url(../../../Images/form-bkg.png) no-repeat top;
}

#form-html > form > div:first-child {
  position: relative;
  overflow: hidden;
  padding: 30px 57px;
  padding-top: 0;
  background: url(../../../Images/form-bkg.png) no-repeat top;
}

#print-html > form > div:first-child {
  position: relative;
  overflow: hidden;
  padding: 30px 57px;
  padding-top: 0;
  background: url(../../../Images/form-bkg.png) no-repeat top;
}

#form-html {
  width: 864px;
  background-color: #ffffff;
  margin: 10px auto;
}
#form-html .sk-table-form i {
  cursor: pointer;
}
#form-html div > table:first-child {
  height: 90px;
  border-bottom: 1px #cbe0ef solid;
  border-collapse: inherit;
  position: relative;
}
#form-html div > table:first-child h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#form-html div > table:first-child tr td,
#form-html div > table:first-child tr th {
  padding: 8px 6px;
}
#form-html div > table:first-child tr td:nth-child(1),
#form-html div > table:first-child tr th:nth-child(1) {
  width: 20%;
  position: relative;
}
#form-html div > table:first-child tr td:nth-child(1) img,
#form-html div > table:first-child tr th:nth-child(1) img {
  position: absolute;
  bottom: 16px;
  top: 22px;
}
#form-html div > table:first-child tr td:nth-child(2),
#form-html div > table:first-child tr th:nth-child(2) {
  width: 45%;
  float: right;
  margin-top: 45px;
  color: #1482d2;
  font-size: 20px;
  text-align: right;
}
#form-html div > table:first-child tr td:nth-child(3),
#form-html div > table:first-child tr th:nth-child(3) {
  width: 20%;
  text-align: right;
  white-space: nowrap;
}
#form-html div > table:first-child tr td:nth-child(3) span,
#form-html div > table:first-child tr th:nth-child(3) span {
  font-size: 18px;
  font-weight: bold;
  color: #ff9900;
}
#form-html .form-title tbody tr th {
  padding-top: 48px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
}
#form-html div > table {
  width: 100%;
  margin: 0 auto;
}
#form-html div > table h2 {
  text-align: center;
  color: #005fa3;
  font-size: 32px;
  font-family: "Sesblackbody";
  letter-spacing: 3px;
}
#form-html div > table th {
  background-clip: padding-box;
  position: relative;
  color: #bbc4d3;
  font-size: 14px;
  white-space: normal;
  padding: 0px 10px;
  text-align: left;
}
#form-html div > table th i {
  color: #ec1b1b;
  margin-right: 3px;
}
#form-html div > table td {
  background-clip: padding-box;
}
#form-html div > table td > input:first-child {
  margin: 0;
}
#form-html div > table td input {
  margin-left: 10px;
}
#form-html div > table td label:first-child input {
  margin-left: 0;
}
#form-html .highlight {
  background-color: #ffffcc !important;
}
#form-html h4 {
  text-align: left;
  display: block;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  color: #25538c;
  font-weight: bold;
}
#form-html h4:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 34px;
  height: 10px;
  width: 10px;
  background-color: #006dbc;
}
#form-html input[type=text],
#form-html input[type=password],
#form-html input[type=date],
#form-html select,
#form-html textarea {
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  transition: all 0.15s;
  border-radius: 3px;
}
#form-html input[type=text]:focus,
#form-html input[type=password]:focus,
#form-html input[type=date]:focus,
#form-html select:focus,
#form-html textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#form-html input[type=radio],
#form-html input[type=checkbox] {
  margin-right: 5px;
}
#form-html .sheet-signatur {
  width: 150px;
  height: 100px;
  border-left: #ddd solid 1px;
}
#form-html .sheet-signatur img {
  width: 120px;
  height: 60px;
}
#form-html .sheet-signatur .date {
  text-align: right;
  margin-top: 5px;
}
#form-html .sheet-signsingle {
  width: 150px;
  height: 100px;
}
#form-html .sheet-signsingle img {
  width: 120px;
  height: 60px;
}
#form-html .sheet-signsingle .date {
  text-align: right;
  margin-top: 5px;
}
#form-html .table tr .signLeft {
  text-align: left;
}
#form-html .table tr .signRight {
  text-align: right;
  margin-bottom: 5px;
}

#print-html {
  width: 864px;
  background-color: #ffffff;
  margin: 10px auto;
}
#print-html .sk-table-form i {
  cursor: pointer;
}
#print-html div > table:first-child {
  height: 90px;
  border-bottom: 1px #cbe0ef solid;
  border-collapse: inherit;
  position: relative;
}
#print-html div > table:first-child::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #aacde6;
  bottom: 3px;
  left: 0;
}
#print-html div > table:first-child h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#print-html div > table:first-child tr td,
#print-html div > table:first-child tr th {
  padding: 8px 6px;
}
#print-html div > table:first-child tr td:nth-child(1),
#print-html div > table:first-child tr th:nth-child(1) {
  width: 20%;
  position: relative;
}
#print-html div > table:first-child tr td:nth-child(1) img,
#print-html div > table:first-child tr th:nth-child(1) img {
  position: absolute;
  bottom: 16px;
  top: 22px;
}
#print-html div > table:first-child tr td:nth-child(2),
#print-html div > table:first-child tr th:nth-child(2) {
  margin-top: 45px;
  color: #1482d2;
  font-size: 20px;
  text-align: right;
}
#print-html div > table:first-child tr td:nth-child(3),
#print-html div > table:first-child tr th:nth-child(3) {
  width: 20%;
  text-align: right;
  white-space: nowrap;
}
#print-html div > table:first-child tr td:nth-child(3) span,
#print-html div > table:first-child tr th:nth-child(3) span {
  font-size: 18px;
  font-weight: bold;
  color: #ff9900;
}
#print-html .form-title tbody tr th {
  padding-top: 48px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
}
#print-html div > table {
  width: 100%;
  margin: 0 auto;
}
#print-html div > table h2 {
  text-align: center;
  color: #005fa3;
  font-size: 32px;
  font-family: "Sesblackbody";
  letter-spacing: 3px;
}
#print-html div > table th {
  background-clip: padding-box;
  position: relative;
  color: #bbc4d3;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px 10px;
  text-align: left;
}
#print-html div > table th i {
  color: #ec1b1b;
  margin-right: 3px;
}
#print-html div > table td {
  background-clip: padding-box;
  position: relative;
}
#print-html div > table td > input:first-child {
  margin: 0;
}
#print-html div > table td input {
  margin-left: 10px;
}
#print-html div > table td label:first-child input {
  margin-left: 0;
}
#print-html .highlight {
  background-color: #ffffcc !important;
}
#print-html h4 {
  text-align: left;
  display: block;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  color: #25538c;
  font-weight: bold;
}
#print-html h4:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 34px;
  height: 10px;
  width: 10px;
  background-color: #006dbc;
}
#print-html input[type=text],
#print-html input[type=password],
#print-html input[type=date],
#print-html select,
#print-html textarea {
  line-height: 30px;
  padding: 0 5px;
  width: 100%;
  height: 30px;
  border: 1px solid #ddd;
  transition: all 0.15s;
  border-radius: 3px;
}
#print-html input[type=text]:focus,
#print-html input[type=password]:focus,
#print-html input[type=date]:focus,
#print-html select:focus,
#print-html textarea:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#print-html input[type=radio],
#print-html input[type=checkbox] {
  margin-right: 5px;
}
#print-html .sheet-signatur {
  width: 150px;
  height: 100px;
  border-left: #ddd solid 1px;
}
#print-html .sheet-signatur img {
  width: 120px;
  height: 60px;
}
#print-html .sheet-signatur .date {
  text-align: right;
  margin-top: 5px;
}
#print-html .table tr .signLeft {
  text-align: left;
}
#print-html .table tr .signRight {
  text-align: right;
  margin-bottom: 5px;
}

.process-list-head {
  line-height: 36px;
}

.process-list-icon {
  height: 70px;
  width: 70px;
  color: #666;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.process-list {
  padding: 10px;
  border-radius: 6px;
}

.process-list-right {
  padding-left: 10px;
}

.process-list-title {
  margin-bottom: 6px;
}

.process-list-btns button {
  border-radius: 3px;
}

.process-list-info span {
  font-size: 12px;
}

.process-user-selected {
  border-radius: 6px;
  padding: 10px;
}

.add-flow {
  position: absolute;
  right: 0;
  display: none;
  color: #000000;
}

.pointer:hover {
  color: #00b9d5;
}
.pointer:hover .icon-group {
  opacity: 1 !important;
  visibility: visible !important;
}

.first-flow {
  position: relative;
}
.first-flow .flow-icon {
  display: block;
  float: left;
  margin: 13px 0px;
  padding: 0px 4px;
  font-weight: bold;
  width: 20px;
}
.first-flow ul li {
  float: left;
  position: relative;
}
.first-flow ul li:hover .add-flow {
  display: block;
  color: #000000;
}
.first-flow ul li .add-flow {
  position: absolute;
  right: -10px;
  top: -13px;
  color: #2f5fe4;
}
.first-flow ul li .flow-box {
  float: left;
  position: relative;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  color: #333;
}
.first-flow ul li .flow-box .add-flow {
  position: absolute;
  right: -10px;
  top: -13px;
  color: #2f5fe4;
}
.first-flow ul li .flow-box span {
  position: relative;
  overflow: hidden;
  padding: 0 8px;
  line-height: 40px;
}
.first-flow ul li .flow-box span .icon-group {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -28px;
  left: 0;
  width: 60px;
}
.first-flow ul li .flow-box .left-barcket {
  position: relative;
  display: inline-block;
  font-style: normal;
}
.first-flow ul li .flow-box .left-barcket::after {
  content: "(";
}
.first-flow ul li .flow-box .right-barcket {
  position: relative;
  display: inline-block;
  font-style: normal;
  margin: 0 5px;
}
.first-flow ul li .flow-box .right-barcket::after {
  content: ")";
}

.pr-more-users-top > div {
  cursor: pointer;
}
.pr-more-users-top > div.active {
  background-color: #5f9ea0;
  color: #fff;
}

.flow-tub .form-group .imgupload-box .imgupload-list {
  padding: 15px 0px !important;
  padding-right: 10px;
}

.flow-table tr {
  border-bottom: solid 1px #eee;
  background: #f4f7fb;
}
.flow-table tr:last-child {
  border-bottom: none;
}

.flow-edit-con {
  border-radius: 5px;
  border: #e5e5e5 solid 1px;
  height: 50px;
  margin-top: 10px;
  line-height: 50px;
  padding: 0 10px;
}

.wjz-txt {
  position: relative;
  overflow: hidden;
  width: 90%;
}
.wjz-txt div {
  position: relative;
  overflow: hidden;
  float: left;
  width: 42%;
  line-height: 46px;
}

.wjz-txt-btn {
  position: absolute;
  right: 22px;
  top: 9px;
  width: 56px;
}
.wjz-txt-btn button {
  width: 100%;
  text-align: center;
}

.sava-box {
  color: #555;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
.sava-box ul li {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: default;
  float: left;
  padding: 0 5px;
}

.flowdesign-content {
  position: relative;
  background: #fff;
}
.flowdesign-content ul {
  padding: 0 5px;
}
.flowdesign-content .col-md-12 .process-list-head {
  padding: 15px 10px 5px;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px #1c7bc7 solid;
  height: auto;
}

.block-table:hover {
  box-shadow: 2px 2px 2px #d0d0d0;
}

.flow-bkg {
  position: relative;
  height: 100%;
  background: #fff;
}

div.mini-layout {
  position: relative;
  width: 100%;
  height: calc(100vh - 195px);
  min-height: 400px;
  overflow: auto;
  background-color: #ffffff;
}

.flowprocess-form .panel {
  border: #efefef solid 1px !important;
  border-radius: 3px !important;
}

.em-dian-icon {
  font-size: 38px;
  position: absolute;
  left: -15px;
  top: -2px;
}

.flowpro-table table tr td {
  height: 40px !important;
}

.thelist li {
  position: relative;
}
.thelist li a {
  width: 80%;
  display: inline-block;
  padding-right: 25px;
}
.thelist li em {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.thelist > li > a > span {
  display: inline-block;
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.process-step {
  background-color: #e6efff;
  border: 1px #75a8fe solid;
  padding: 5px 20px;
  border-radius: 5px;
  width: auto;
  color: #4483eb;
  white-space: nowrap;
  vertical-align: middle;
}

#flowdesign_canvas .active {
  background: #ffffcc !important;
}

#flowdesign_canvas .unactive {
  background: #e6e6e6 !important;
}

.process-step span {
  width: 20px;
  height: 20px;
  line-height: 17px;
  display: inline-block;
}

.process-step span i {
  line-height: 1;
}

@keyframes shadow {
  from {
    box-shadow: 0 1px 1px 0 rgba(139, 163, 206, 0.1);
  }
  to {
    box-shadow: 0 3px 10px 0 rgba(139, 163, 206, 0.5);
  }
}
.process-step:hover {
  animation: shadow 1s infinite alternate;
}

.aLabel {
  color: #4483eb;
  border: 1px #ebf0f8 solid;
  background-color: #f8fafe;
  opacity: 0.8;
  padding: 0 5px;
  height: auto;
  white-space: nowrap;
}

.container-fixed-footer .btn + .btn {
  margin-left: 5px;
}

.flow-a1 {
  color: #333;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flow-a2 {
  margin-top: 2px;
}

.flow-li {
  float: left;
  padding: 10px 5px;
  min-width: 370px;
}

.block-table-left {
  padding: 0;
  padding-right: 10px;
}

.process-list-btns > * {
  margin-left: 5px;
}
.process-list-btns > *:first-child {
  margin-left: 0px;
}

@media (max-width: 1366px) {
  .process-list-icon {
    height: 50px;
    width: 50px;
    color: #666;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
  }

  .process-list-btns .btn {
    transition: all 0.2s;
    padding: 3px 10px;
    font-size: 12px;
  }

  .flow-li {
    float: left;
    padding: 10px 5px;
    min-width: 340px;
  }

  .process-list-title {
    margin-bottom: 3px;
  }

  .ent_right ul li .pull-left i {
    font-size: 60px;
    display: block;
    height: 40px;
    width: 60px;
    line-height: 40px;
    margin: 37px 0;
    margin-left: 15px;
    text-align: center;
  }
}
.reco-normal {
  color: #333;
  background: #fff;
  border: #ddd solid 1px;
}

.form-th {
  background-color: #fbfbfb;
  text-align: center !important;
}
.form-th i {
  color: #eb0b0b;
  display: inline-block;
  margin-right: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}

.appr-form-down {
  cursor: pointer;
  position: absolute;
  top: -48px;
  right: -5px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: #2576b1 solid 1px;
  text-align: center;
  border-radius: 3px;
  background-color: #f2f6fd;
  text-decoration: none;
  color: #006dbc;
  z-index: 99;
}

.flow-bark-box {
  position: relative;
  display: inline-block;
}

.businessEdit_box {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}

.cmp_bottom_none {
  border-bottom: none !important;
}

.businessEdit_box .panel {
  border: 1px solid transparent;
}
.businessEdit_box .panel-body {
  position: relative;
  overflow: hidden;
}
.businessEdit_box .modal .mgtable {
  border: none;
}

.approval-form-box {
  position: relative;
  overflow: hidden;
  max-width: 968px;
  width: 864px;
  margin: 0 auto;
}
.approval-form-box table {
  background: none;
  max-width: none;
  z-index: 1;
  position: initial !important;
}
.approval-form-box table .tab-title td {
  position: relative !important;
}
.approval-form-box table th, .approval-form-box table td {
  padding: 6px;
  white-space: normal;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.42857143;
}

.flowform_tab {
  display: block;
  margin: 10px;
}
.flowform_tab .tabs-box .nav .swiper-wrapper .swiper-slide {
  text-align: center;
}
.flowform_tab .tabs-box .nav .swiper-wrapper .active {
  background-color: #2e68aa;
}
.flowform_tab .tabs-box .nav .swiper-wrapper div {
  background-color: #eee;
}
.flowform_tab .tabs-box .nav .swiper-wrapper div:first-child {
  border-radius: 15px 0 0 15px;
  border-left-color: #ddd;
}
.flowform_tab .tabs-box .nav .swiper-wrapper div:last-child {
  border-radius: 0 15px 15px 0;
}

.flowform_two .tabs-box .nav .swiper-wrapper .swiper-slide {
  width: 50%;
}

.flowform_three .tabs-box .nav .swiper-wrapper .swiper-slide {
  width: 33.3333333333%;
}

.form-new-input .ant-calendar-picker {
  width: 100% !important;
}

.form-login-box {
  text-align: center;
  position: absolute;
  z-index: 110;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.table-responsive.min-width-table {
  overflow-x: auto;
}

.form-attach-height .uploader-content {
  overflow-y: auto;
  max-height: 156px;
}

.approvaldl .prop-slider-content {
  height: 100%;
}

.approval-form table input,
.approval-form table textarea {
  border: none !important;
}
.approval-form .noprint {
  display: none;
}

.approval_withdraw_radio .pull-left {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.approval-box {
  height: 72px;
  padding: 0 15px;
  padding-top: 5px;
}
.approval-box .user-number {
  width: 45px;
  height: 45px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  background: #4c7e80;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 5px;
}
.approval-box span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}

@media (max-width: 1366px) {
  .approval-box span {
    font-size: 12px;
  }
}
.signcontent img {
  height: 100px;
  width: 150px;
  line-height: 100px;
}

.approval-head-icon a {
  position: relative;
  margin-right: 15px;
}
.approval-head-icon a i {
  font-size: 20px;
  color: #000;
}
.approval-head-icon .icon-nub {
  position: absolute;
  left: 7px;
  top: 19px;
}

.approval-table {
  position: relative;
  overflow: hidden;
}
.approval-table font {
  color: #333 !important;
}
.approval-table table tbody tr td .approval-lenght {
  position: relative;
  overflow: hidden;
  height: 7px;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  background: #5691f1;
}
.approval-table table tbody tr td .approval-lenght .approval-lenght-con {
  height: 100%;
  background: #e0e0e0;
  float: left;
}
.approval-table table tbody tr td .aplen-text {
  position: relative;
  overflow: hidden;
}
.approval-table table tbody tr td .aplen-text .sy-text {
  color: #5691f1;
  display: block;
  float: left;
}
.approval-table table tbody tr td .aplen-text .sy-text-right {
  display: block;
  float: right;
}
.approval-table table tbody tr td .aplen-text .sy-text-right a:first-child {
  color: #ff0032;
}
.approval-table table tbody tr td .aplen-text .sy-text-right a:last-child {
  font-size: 12px;
}
.approval-table table tbody tr td .approvalname {
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.approval-table table tbody tr td .approvalbz {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.approval-table table tbody tr td .approvalbz .approval-bod {
  border-right: #e6e6e6 solid 1px;
}
.approval-table table tbody tr td .approvalbz a {
  display: inline-block;
}
.approval-table table tbody tr td .approvalbz span {
  display: block;
  float: left;
  padding: 0 10px;
}
.approval-table table tbody tr .user-nb-txt span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2px;
}

.form-left {
  width: 50%;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}

.form-file-name {
  display: inline-block;
  width: 240px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 16px;
}
.form-file-name:hover {
  color: #00b9d5;
}

.edit-icon {
  width: 120px;
  display: inline-block;
  text-align: left;
}
.edit-icon i {
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
}

.from-upload {
  position: absolute;
  top: -42px;
  left: 48px;
  z-index: 99;
}

.form-attach-text {
  position: absolute;
  width: 100%;
  top: -38px;
  left: 60px;
}

.circu-head {
  position: relative;
  overflow: hidden;
}
.circu-head span {
  text-align: center;
  display: block;
}
.circu-head .circu-img {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
}
.circu-head .circu-img img {
  width: 100%;
  height: 100%;
}

.circu-content {
  position: relative;
  overflow: hidden;
}
.circu-content ul li {
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.circu-popover {
  margin-left: 17px;
  position: relative;
  display: block;
  width: 490px;
  padding: 1px;
  max-width: 490px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.428571;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.04);
}

.circu-popover .right > .arrow.arrow {
  top: 61%;
  border-width: 10px;
}

.circu-title {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.circu-title span {
  display: block;
  text-align: center;
}

.circu-right {
  float: right;
}

.circu-left {
  float: left;
}

.span-left {
  padding-right: 10px;
  border-right: #ddd solid 1px;
}

.span-right {
  padding-left: 10px;
  border-left: #ddd solid 1px;
}

.popover.left {
  margin-left: 0;
  margin-right: 17px;
}

.popover.right {
  margin-left: 17px;
  margin-right: 0;
}

.circu-content {
  min-height: 37px;
}
.circu-content span img {
  width: 120px;
  height: 60px;
}

.file-table table {
  text-align: center;
  width: 100%;
  border: #ddd solid 1px;
}
.file-table table thead tr td {
  height: 40px;
  background-color: #f5f5f5;
  border: #ddd solid 1px;
}
.file-table table tbody tr td {
  height: 40px;
  border: #ddd solid 1px;
}

tr .file-checkbox i {
  top: 7px;
}
tr .file-checkbox span {
  display: block;
  padding-left: 20px;
}

.popover.right > .arrow {
  top: 63%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #e5e5e5;
  border-left-width: 0;
}

.popover.left > .arrow {
  top: 63%;
  right: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-left-color: #e5e5e5;
}

.circulation-table {
  position: relative;
  overflow: hidden;
}
.circulation-table table {
  width: 100%;
}

.process-con {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
}
.process-con .process-left {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 100vh;
  text-align: center;
  float: left;
}
.process-con .process-left .provess-title {
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #e2e3e7;
  text-align: left;
  padding-left: 36px;
}
.process-con .process-left .provess-nav {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.process-con .process-left .provess-nav ul li {
  padding-bottom: 10px;
}
.process-con .process-left .provess-nav ul li .on {
  background-color: #eff3fa !important;
  border-right: none !important;
}
.process-con .process-left .provess-nav ul a {
  color: #706f6f;
  display: block;
  padding-left: 36px;
  text-align: left;
  border-right: 1px solid #dadada;
  height: 50px;
  line-height: 50px;
  border: #eff3fa solid 1px;
}
.process-con .process-left .provess-nav ul a i {
  color: #fff;
}
.process-con .process-left .provess-nav ul a span {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  background: #20b2aa;
  border-radius: 5px;
  text-align: center;
}
.process-con .process-left .provess-nav ul a:hover {
  background: #eff3fa !important;
  border-right: none !important;
}

.process-full {
  width: 100% !important;
}

.process-right {
  position: relative;
  overflow: hidden;
  width: calc(100% - 200px);
  height: 100vh;
  background-color: #eff3fa !important;
  border: #eff3fa solid 1px;
  border-left: none;
  padding: 20px;
  float: left;
}
.process-right .yh-bkg {
  position: absolute;
  height: 400px;
  width: 350px;
  top: 38%;
  left: 50%;
  margin-top: -200px;
  margin-left: -175px;
}
.process-right ul li {
  position: relative;
  overflow: hidden;
  /* width: 20%; */
  float: left;
  padding: 0 5px;
  margin: 5px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.process-right ul li a {
  border: 1px solid #dededd;
  border-radius: 5px;
  display: block;
  /* width: 110px; */
  /* height: 110px; */
  /* margin: 0 auto; */
  padding: 10px;
  background: #fff;
  width: 154px;
}
.process-right ul li a span {
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  margin-top: 5px;
  max-width: 132px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  /* padding: 0 10px; */
}
.process-right ul li .process-icon-box {
  position: relative;
  overflow: hidden;
  height: 55px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* margin-top: 10px; */
  border-radius: 5px;
}
.process-right ul li img {
  width: 100%;
  height: 100%;
}

.table th,
.table td {
  text-align: left;
}

.submit-table .table tr td .next-input {
  border: #ddd solid 1px;
  min-height: 65px;
  border-radius: 3px;
  max-height: 98px;
  overflow-y: auto;
}
.submit-table .table tr td .next-input li {
  padding: 7px;
  cursor: pointer;
}
.submit-table .table tr td .next-input .active {
  background-color: #e9e9f1 !important;
}

.progress-bar {
  background-color: #f5f5f5;
  height: 7px;
  width: 100%;
  border-radius: 5px;
  border: 1px #e6e6e6 solid;
  line-height: 2px;
}

.progress-bar span {
  display: inline-block;
  height: 100%;
  background-color: #777;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/*---------------------------*/
.blue span {
  background-color: #34c2e3;
}

.orange span {
  background-color: #fecf23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
  background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
  background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
  background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
  background-image: -o-linear-gradient(top, #fecf23, #fd9215);
}

.green span {
  background-color: #a5df41;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a5df41), to(#4ca916));
  background-image: -webkit-linear-gradient(top, #a5df41, #4ca916);
  background-image: -moz-linear-gradient(top, #a5df41, #4ca916);
  background-image: -ms-linear-gradient(top, #a5df41, #4ca916);
  background-image: -o-linear-gradient(top, #a5df41, #4ca916);
}

/*---------------------------*/
.stripes span {
  float: left;
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-animation: animate-stripes 3s linear infinite;
  -moz-animation: animate-stripes 3s linear infinite;
}

@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
.display-block {
  display: block;
}

.qt-box {
  position: relative;
  margin: 30px 0;
  display: none;
  max-height: 260px;
  overflow-y: auto;
  overflow-x: hidden;
}
.qt-box ul {
  position: relative;
}
.qt-box ul li {
  margin-bottom: 10px;
}
.qt-box ul li label {
  width: 100%;
}
.qt-box ul li label i {
  z-index: 4;
  background-color: #fff;
}
.qt-box ul li input {
  display: inline-block;
  float: left;
}
.qt-box ul li .qt-content {
  position: relative;
  margin-left: 10px;
  border: #ddd solid 1px;
  padding: 0px 10px;
  border-radius: 3px;
}
.qt-box ul li .qt-content span {
  font-weight: bold;
  display: inline-block;
}
.qt-box ul li .qt-content em {
  color: #a6a6a6;
}
.qt-box ul li .qt-content a {
  margin-right: 10px;
}
.qt-box ul li .qt-content:after {
  content: " ";
  position: absolute;
  top: 3px;
  width: 0;
  height: 0;
  left: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #bababa;
}
.qt-box ul:after {
  content: " ";
  width: 2px;
  background: #ddd;
  position: absolute;
  left: 7px;
  top: 0px;
  height: 100%;
  z-index: 0;
}

.mask-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.appr-layer {
  background: #fff;
  position: relative;
  overflow: hidden;
  max-height: 140px;
  overflow-y: auto;
}
.appr-layer ul li {
  border-bottom: #ddd solid 1px;
  text-align: left;
}
.appr-layer ul li a {
  color: #333;
  padding: 10px;
  display: block;
}
.appr-layer ul li a:hover {
  background-color: #fef9f5;
  color: #fe922c;
}
.appr-layer ul li .active {
  background-color: #f0fbfd;
  color: #1cb7ce;
}

.app-form-down .proplayer-info {
  background: #efefef;
  padding-bottom: 5px;
  margin-top: -60px;
}
.app-form-down .proplayer-info .pull-right a i {
  font-size: 16px;
  margin-right: 8px;
}
.app-form-down .proplayer-info:before {
  display: none;
}
.app-form-down .proplayer-info:after {
  display: none;
}

.sign-box {
  position: relative;
  overflow: hidden;
}

.signLeft-box {
  float: left;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: #333;
}
.signLeft-box textarea {
  outline: none !important;
  line-height: 15px !important;
  padding: 10px !important;
  width: 100% !important;
  height: 100px !important;
  transition: all 0.15s !important;
  border-radius: 3px !important;
  padding-right: 150px !important;
  resize: none !important;
  background: rgba(255, 255, 255, 0);
}

.signDate {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: right;
  /* margin-bottom: 10px; */
  /* margin-top: 10px; */
  padding-top: 10px;
}
.signDate a {
  margin-left: 10px;
  color: #768693;
}

.circu-show {
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  background-color: #5bde7c;
  line-height: 15px;
  position: absolute;
  font-size: 12px;
  color: #fff;
}

.circu-show-title {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  color: #333;
  border-bottom: #ccc solid 1px;
  font-size: 15px;
  font-weight: bold;
}

.circu-user-details {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.circu-user-details .circu-icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
}

.app_user_infos {
  position: relative;
  overflow: hidden;
  color: #333;
  text-align: center;
  width: calc(100% - 90px);
}

.circu-user-details {
  border-bottom: solid 1px #ccc;
}

.form-html .select2 {
  width: 100% !important;
}
.form-html pre {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
}
.form-html attach {
  padding: 0;
}

#form-html .borderstyle > table:first-child {
  margin-bottom: 0 !important;
}
#form-html .borderstyle > table:first-child td,
#form-html .borderstyle > table:first-child th {
  border: none !important;
}
#form-html .borderstyle > table:first-child th {
  border: 0 !important;
}
#form-html .borderstyle > table:first-child th h2 {
  color: #2368ad !important;
}
#form-html .borderstyle > table th {
  background-color: #fbfbfb;
  color: #666666;
  background-clip: padding-box;
  position: relative;
}
#form-html .borderstyle > table .tab-table td,
#form-html .borderstyle > table .tab-table th {
  border: none !important;
  padding: 0;
}
#form-html .borderstyle > table .tab-table iframe {
  display: none;
}
#form-html .borderstyle > table td,
#form-html .borderstyle > table th {
  border: 1px #e1e6eb solid !important;
  height: 35px;
}
#form-html .borderstyle > table td h4,
#form-html .borderstyle > table th h4 {
  text-align: left;
  display: block;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  color: #25538c;
  font-weight: bold;
}
#form-html .borderstyle > table td table,
#form-html .borderstyle > table th table {
  width: 100%;
}
#form-html .borderstyle > table .tab-title td,
#form-html .borderstyle > table .tab-title th {
  border: none !important;
  background: none;
  padding: 0 !important;
  height: auto !important;
}
#form-html .borderstyle > table .tab-title iframe {
  display: none;
}

#print-html .borderstyle > table:first-child {
  margin-bottom: 0 !important;
}
#print-html .borderstyle > table:first-child td,
#print-html .borderstyle > table:first-child th {
  border: none !important;
}
#print-html .borderstyle > table:first-child th {
  border: 0 !important;
}
#print-html .borderstyle > table:first-child th h2 {
  color: #2368ad !important;
}
#print-html .borderstyle > table th {
  background-color: #fbfbfb;
  color: #666666;
  background-clip: padding-box;
  position: relative;
}
#print-html .borderstyle > table .tab-table td,
#print-html .borderstyle > table .tab-table th {
  border: none !important;
  padding: 0;
}
#print-html .borderstyle > table td,
#print-html .borderstyle > table th {
  border: 1px #e1e6eb solid !important;
}
#print-html .borderstyle > table td h4,
#print-html .borderstyle > table th h4 {
  text-align: left;
  display: block;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  color: #25538c;
  font-weight: bold;
}
#print-html .borderstyle > table td table,
#print-html .borderstyle > table th table {
  width: 100%;
}
#print-html .borderstyle > table .tab-title td,
#print-html .borderstyle > table .tab-title th {
  border: none !important;
  background: none;
  padding: 0 !important;
}
#print-html .borderstyle > table .tab-title iframe {
  display: none;
}
#print-html .print-list {
  max-height: none;
  overflow-y: hidden;
}

.mls {
  margin: 0;
  max-height: 100%;
}
.mls .tab-pane {
  padding: 0;
}

.table-el select,
.table-el input,
.table-el .select2-container--default .select2-selection--single,
.table-el textarea {
  background-color: #ffc;
  border: #a2ccea solid 1px;
}
.table-el input[disabled=disabled] {
  background-color: #f7f7f7;
}

#form-html pre {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0;
}

.form-switch {
  top: 10px;
  position: absolute;
  background-color: #f5f5f5;
  z-index: 999;
  left: 0;
}
.form-switch span {
  cursor: pointer;
  display: block;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 32px;
  padding: 5px;
  background-color: #e8e8e8;
}
.form-switch span i {
  font-size: 20px;
}
.form-switch span:hover {
  background-color: #2e68aa;
  color: #fff;
}
.form-switch span:first-child {
  border-bottom: #fff solid 1px;
}
.form-switch .active {
  background-color: #2e68aa;
  color: #fff;
}

.form-device {
  background-image: url(../../../Images/approval/device-sprite.png) !important;
  background-repeat: no-repeat !important;
  width: 395px;
  height: 813px;
  background-position: 0px 0 !important;
  background-size: 300% !important;
  margin-left: 50% !important;
  position: relative;
  margin-left: calc(50% - 194.5px) !important;
  padding: 0 !important;
}
.form-device .window {
  position: absolute;
  top: 137px;
  left: 37px;
  width: 321px;
  height: 549px;
  overflow: hidden;
  font-size: 0.85rem;
  line-height: 1.05rem;
  background: #fbfbfb;
}
.form-device .window iframe {
  width: 100%;
  height: 100%;
}

.status-bar {
  height: 20px;
  width: 320px;
  background: url(../../../Images/approval/status-bar.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 117px;
  position: absolute;
  z-index: 99;
  left: 37px;
}

.flow-form {
  padding-left: 44px;
}
.flow-form #form-html {
  width: 100%;
  margin: 10px 0;
}
.flow-form #form-html .form-device-icon {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 40px;
  width: 45px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #00a8f9;
}
.flow-form #form-html .form-device-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #71b2ea;
  right: -40px;
  top: -43px;
}
.flow-form #form-html .form-device-icon span {
  display: block;
  font-size: 18px;
}
.flow-form #form-html .form-device-icon span i {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 6px;
  right: 6px;
}
.flow-form #form-html .form-device-icon span .form-edit-icon {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: -6px;
  right: 5px;
  font-size: 19px;
}
.flow-form #form-html .html-text {
  width: 100%;
  height: calc(100% - 5px);
  padding: 20px 60px;
  border: none;
  outline: none;
  resize: none;
}
.flow-form #print-html {
  width: 100%;
  margin: 10px 0;
}
.flow-form #print-html .form-device-icon {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  height: 40px;
  width: 45px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #00a8f9;
}
.flow-form #print-html .form-device-icon::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #71b2ea;
  right: -40px;
  top: -43px;
}
.flow-form #print-html .form-device-icon span {
  display: block;
  font-size: 18px;
}
.flow-form #print-html .form-device-icon span i {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 6px;
  right: 6px;
}
.flow-form #print-html .form-device-icon span .form-edit-icon {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: -6px;
  right: 5px;
  font-size: 19px;
}
.flow-form #print-html .html-text {
  width: 100%;
  height: calc(100% - 5px);
  padding: 20px 60px;
  border: none;
  outline: none;
  resize: none;
}

.load-more {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.load-more a {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: center;
}

.table-responsive {
  overflow: initial;
  height: 100%;
  max-height: 100%;
}

.mask-box {
  top: -8px;
}

.approval_gd_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-x: auto;
  overflow-y: auto;
}

.layer-pull-left {
  left: 50% !important;
}

.proplayer-info-hover.newstyle .primary {
  cursor: pointer;
}
.proplayer-info-hover.newstyle .proplayer-info-item {
  font-size: 12px;
  color: #768693;
  line-height: 2;
  letter-spacing: 1px;
}
.proplayer-info-hover.newstyle .proplayer-info-item > div {
  padding: 2px 0;
}
.proplayer-info-hover.newstyle .proplayer-info-item a {
  display: inline-block;
  color: #488BE9;
  padding: 0 2px;
}

.email-list {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.email-list ul li .active {
  color: #00b9d5 !important;
  background: rgba(68, 131, 235, 0.15);
}
.email-list ul li .active a {
  color: #00b9d5 !important;
}
.email-list ul li:hover {
  color: #00b9d5 !important;
}
.email-list .email-con {
  position: relative;
  overflow: hidden;
}
.email-list .email-con em {
  float: left;
}
.email-list .email-con i {
  margin: 0 5px;
}
.email-list .email-con a span {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  position: absolute;
  left: 50px;
  top: 10px;
}
.email-list ul li {
  font-size: 13px;
  line-height: 42px;
}
.email-list ul li a {
  color: #706f6f;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: block;
  width: 100%;
  height: 42px;
}
.email-list ul li a span {
  margin: 0 7px;
  text-indent: 0;
  border-radius: 100%;
  margin-bottom: 2px;
  /* line-height: 21px; */
}
.email-list ul li a i {
  float: right;
  font-size: 20px;
  line-height: 42px;
}
.email-list ul li .email-silder {
  position: relative;
  overflow: hidden;
  border-top: #ddd solid 1px;
  background-color: #fff;
}
.email-list ul li .email-silder ul li {
  font-size: 14px;
  color: #525252;
}
.email-list ul li .email-silder ul li i {
  margin-right: 15px;
  color: #ababab;
  float: left;
}
.email-list ul li .email-silder ul li span {
  text-indent: 0;
  border-radius: 100%;
  margin-bottom: 2px;
  float: right;
  margin-top: 20px;
  display: block;
}

.email-table table tr td > a {
  display: block;
  float: left;
  margin-top: 4px;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.email-table table tr td > a i {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.email-table table .email-title {
  border-bottom: #00bdda solid 1px;
}
.email-table table .email-title td {
  color: #00bdda !important;
  font-size: 16px;
}
.email-table table tr td:first-child {
  padding-left: 20px;
  overflow: hidden;
}
.email-table table tr td {
  vertical-align: middle;
  font-size: 14px;
  height: 48px;
  text-align: left;
}
.email-table table tr td i {
  display: inline-block;
  float: left;
  /* font-size: 16px; */
  /* width: 16px; */
  /* height: 16px; */
  /* vertical-align: middle; */
}
.email-table table tr td .user-head i {
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  float: left;
}
.email-table table tr td .email-icon1 {
  background: url("../../../images/email/emial-icon6.png") no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.email-table table tr td .email-icon2 {
  background: url("../../../images/email/emial-icon7.png") no-repeat;
  width: 30px;
  height: 30px;
}
.email-table table tr td label {
  float: left;
}
.email-table table tr td span {
  display: inline-block;
  text-align: center;
}
.email-table table .email-title td {
  font-size: 16px;
  color: #5691f1;
  text-align: left;
  border-bottom: 1px #00bdda solid;
}

.email-title b {
  color: #333;
}

.email-yc {
  background: url("../../../images/email/emial-icon3.png") no-repeat 0 3px;
}

.user-silder {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.user-silder .user-head {
  width: 68px;
  height: 68px;
  position: relative;
  overflow: hidden;
  float: left;
}
.user-silder .user-head img {
  height: 100%;
  width: 100%;
}
.user-silder .user-infos {
  position: relative;
  overflow: hidden;
  float: left;
  padding: 0 10px;
}
.user-silder .user-infos p em {
  color: #5691f1;
  cursor: pointer;
}
.user-silder .user-infos .user-box {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.email-border {
  border-bottom: #e1e1e1 solid 1px;
  position: relative;
  overflow: hidden;
}

.email-footer {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  background-color: #f1f4f9;
}
.email-footer li {
  width: 25%;
  position: relative;
  overflow: hidden;
  float: left;
}

.email-table table tr td .email-footer a {
  display: block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  width: 100%;
  border-right: #dedede solid 1px;
}

.contact-icon {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: #e1e1e1 dashed 1px;
  margin-bottom: 10px;
}
.contact-icon a i {
  font-size: 22px;
}
.contact-icon a span {
  line-height: 20px;
}

.emailbt .prop-slider-title {
  margin-left: 0;
}
.emailbt .email-bq {
  line-height: 40px;
}
.emailbt .email-bq .custom {
  display: inline-block;
  background-color: #5f9ea0;
  color: #fff;
  border-radius: 5px;
  line-height: 24px;
  padding: 0 10px;
  margin-right: 10px;
}
.emailbt .email-bq .fa {
  font-size: 20px;
  color: #999;
}
.emailbt .email-bq .custom-a {
  margin-left: 10px;
}

.email-write .recipients span {
  display: inline-block;
  background-color: #5f9ea0;
  color: #fff;
  border-radius: 5px;
  line-height: 24px;
  padding: 0 10px;
  margin-right: 10px;
}

.panel .panel-title .downa {
  color: #5f9ea0;
  font-size: 14px;
  margin-left: 20px;
}

.email-list > ul > li {
  border-bottom: #ddd solid 1px;
}
.email-list > ul > li:first-child {
  border-top: #ddd solid 1px;
}
.email-list > ul > li a:hover {
  color: #00b9d5 !important;
  background: rgba(68, 131, 235, 0.15);
}

.innerMail_list li a::before {
  display: none;
  left: 28px !important;
  margin-top: -2px !important;
}
.innerMail_list li a .icon-nub {
  margin-right: 17px !important;
}

.innerMail_details_height {
  position: relative;
  overflow: hidden;
}

.contactUl li {
  padding: 5px 10px;
}

.contactLi:hover {
  background: #0099cc;
  color: #fff;
}

.receiptDiv {
  margin-bottom: 4px;
}
.receiptDiv .checkbox-default {
  min-height: 10px !important;
}

.receiptText {
  vertical-align: top;
  margin-top: 4px;
  margin-right: 4px;
}

.contactLi {
  cursor: pointer;
  width: 100%;
}

.contactLi {
  cursor: pointer;
  width: 100%;
}

.contactLi .odd {
  background-color: #f2f2f2;
}

.inner_pre {
  width: 100%;
  height: 300px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  *word-wrap: break-word;
  *white-space: normal;
}

.email_Details {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-bottom: #ccc solid 1px;
  background-color: #eaedf2;
}
.email_Details ul li {
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.email_Details ul li:first-child {
  margin-bottom: 5px;
}
.email_Details ul li h2 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.email_Details ul li p {
  width: calc(100% - 75px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.email_Details > ul > li > span {
  font-size: 16px;
  color: #7a8f99;
  width: 70px;
  display: inline-block;
  float: left;
  text-align: left;
}

.inner_Mail_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 40px);
}

.email_Content {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px;
}

.email_ContentWithOutAttach {
  position: relative;
  overflow: hidden;
  height: calc(100% - 146px);
  overflow-y: auto;
  background-color: #fff;
  padding: 10px;
}

.txt_left {
  position: relative;
  overflow: hidden;
  padding: 6px 10px 10px 8px;
  background: #eaedf2;
}

.attbg_con {
  position: relative;
  overflow: hidden;
  max-height: 45px;
  max-width: 600px;
  float: left;
}
.attbg_con attach {
  padding: 0;
}
.attbg_con ul li a {
  display: inline;
}
.attbg_con ul li a i {
  vertical-align: bottom;
  margin-bottom: 4px;
}
.attbg_con ul li span {
  display: inline;
  float: none;
  line-height: 20px;
}
.attbg_con ul li label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  margin-bottom: 0;
  margin-left: 2px;
  max-width: calc(100% - 130px);
  min-width: 120px;
}
.attbg_con ul li em {
  vertical-align: bottom;
  padding-bottom: 18px;
}

.em-more {
  max-height: inherit !important;
}

.innerMail_Down {
  position: absolute;
  top: 100%;
  float: left;
  min-width: 10px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  right: auto;
  left: 0;
  border: 1px solid #ddd;
  box-shadow: 3px 3px 0 rgba(12, 12, 12, 0.03);
  z-index: 999;
}
.innerMail_Down li a {
  display: block;
  padding: 6px 10px;
  border-radius: 0;
  transition: all 0.2s ease-out 0s;
  color: #666;
}

.innerMail_Down > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  height: auto;
}

.innerMail_Down > li > a:hover {
  background-color: #383d41;
  color: #fff;
}

.emailTopTitle {
  position: relative;
}
.emailTopTitle::after {
  content: "";
  width: calc(100% - 56px);
  position: absolute;
  height: 1px;
  background: #eaedf2;
  margin-top: 1px;
  top: 50%;
}

.innerMailUmeditor .emailTopTitle::after {
  width: calc(100% - 64px);
}

.emailCenterBody {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  background-color: #f4f5f7;
  margin-bottom: 10px;
}
.emailCenterBody div {
  padding: 0px 10px;
}
.emailCenterBody strong {
  display: block;
  float: left;
  width: 65px;
  text-align: right;
}

.cs_btn {
  float: left;
  white-space: nowrap;
  padding-left: 1px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.cs_btn span a {
  color: #0087ca;
}
.cs_btn span a:hover {
  color: #0087ca;
  text-decoration: underline;
}

.emailCenterBody .emailFont,
.emailCenterBody .emailFont strong {
  font-size: 14px;
  font-family: "Microsoft YaHei", Helvetica, sans-serif;
}

.emailBody {
  position: relative;
}

.innerMail_right {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 10px;
}
.innerMail_right .panel-body {
  height: 100%;
  border: #eee solid 1px;
}

.gengduo {
  position: absolute;
  bottom: 1px;
  right: 0;
}

.inner_list {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  padding-left: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.emailTopTitle {
  margin-bottom: 10px;
}

.input-group .select2-selection--multiple {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select-no-radius .ant-select-selection {
  border-radius: 0;
}

@media (max-width: 1366px) {
  .inner_Mail_head .btn {
    font-size: 12px;
  }
  .inner_Mail_head .pull-right {
    font-size: 12px;
  }

  .email_Details {
    padding: 5px;
  }
  .email_Details ul li {
    padding-bottom: 2px;
  }
  .email_Details ul li h2 {
    font-size: 16px;
  }
  .email_Details ul li p {
    font-size: 14px;
  }

  .email_Details > ul > li > span {
    font-size: 14px;
  }
}
.file-box {
  border-radius: 3px;
  padding: 0 20px;
}

.down_icon:hover {
  color: #6699ff;
}

.file_down_details iframe {
  float: left;
}

.filename span {
  font-size: 15px;
}
.filename span em {
  color: #5f9ea0;
}

.file-content .file-box {
  color: #777;
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 10px;
}
.file-content .file-box .file-title {
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  border-bottom: #b3b3b3 solid 1px;
}
.file-content .file-box ul li {
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-bottom: solid 1px #eee;
}
.file-content .file-box ul li .file-con-box {
  position: relative;
  overflow: hidden;
  float: left;
  height: 60px;
  text-align: left;
}
.file-content .file-box ul li .file-con-box i {
  display: inline-block;
  width: 20px;
  height: 20px;
  /* line-height: 60px; */
  margin-top: 20px;
  margin: 0 10px;
  margin-top: 20px;
  float: left;
}
.file-content .file-box ul li .file-nb1 {
  width: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-content .file-box ul li .file-nb1 a {
  color: #333333;
  font-size: 14px;
  float: left;
}
.file-content .file-box ul li .file-nb2 {
  width: 17%;
}
.file-content .file-box ul li .file-nb3 {
  width: 17%;
}
.file-content .file-box ul li .file-nb4 {
  width: 17%;
}
.file-content .file-box ul li .file-nb5 {
  width: 17%;
}
.file-content .file-box .file-nb5 {
  width: 17.5%;
  color: #e31919;
  justify-content: center;
}

.file-add-icon {
  background: url("../../../images/file/file-add.png") no-repeat;
  background-size: contain;
}

.file-rem-icon {
  background: url("../../../images/file/file-remover.png") no-repeat;
  background-size: contain;
}

.file-icon {
  background: url("../../../images/file/file-icon.png") no-repeat;
  background-size: contain;
}

.file-png {
  background: url("../../../images/file/file.png") no-repeat;
  background-size: contain;
}

.file_new {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}

.bench-box {
  position: relative;
  overflow: hidden;
  border: #d7d9dc solid 1px;
  border-top: #00bdda solid 2px;
  width: 100%;
  background-color: #ffffff;
}
.bench-box .bench-title {
  position: relative;
  overflow: hidden;
  background: #f7f8fa;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
}
.bench-box .bench-title i {
  color: #8e9396;
  font-size: 16px;
}
.bench-box .bench-title h4 {
  font-size: 16px;
  margin-top: 13px;
}
.bench-box .bench-title .pull-right i {
  font-size: 18px;
}
.bench-box .bench-title .pull-right span {
  color: #7f8ca3;
  font-size: 16px;
}
.bench-box .bench-content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-top: #d7d9dc solid 1px;
  height: calc(100% -40px);
}
.bench-box .bench-content .notDatabox {
  position: absolute;
  width: 180px;
  height: 214px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bench-box .bench-content .notDatabox_notice {
  position: absolute;
  width: 100px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bench-box .bench-list-icon ul li {
  width: 118px;
  text-align: center;
  padding: 30px 0;
  display: inline-block;
}
.bench-box .bench-list-icon ul li span {
  display: block;
  color: #768693;
  font-size: 16px;
}
.bench-box .bench-list-notice {
  position: relative;
  overflow: hidden;
  padding: 0 25px;
  min-height: 148px;
}
.bench-box .bench-list-notice .pull-right {
  font-size: 12px;
}
.bench-box .bench-list-notice ul li {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  border-bottom: #e6e6e6 dashed 1px;
}
.bench-box .bench-list-notice ul li a {
  color: #768693;
  display: block;
}
.bench-box .bench-list-notice ul li a:hover span {
  color: #00bdda;
}
.bench-box .bench-list-notice ul li a:hover::before {
  content: "·";
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 1px;
  color: #00b9d5;
}
.bench-box .bench-list-notice ul li a::before {
  content: "·";
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 1px;
}
.bench-box .bench-list-notice ul li span {
  display: inline-block;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.bench-box .bench-list-notice ul li:last-child {
  border-bottom: none;
}

.new-icon {
  width: 40px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  display: inline-block;
  background-color: #fc4b6c;
  color: #fff;
  font-style: initial;
  text-align: center;
  vertical-align: middle;
}

.bench-approval {
  position: relative;
  overflow: hidden;
  padding: 15px 24px;
  min-height: 434px;
}
.bench-approval .bench-appr-list {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.bench-approval .bench-appr-list .bench-appr-title {
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.bench-approval .bench-appr-list .bench-appr-title ul li {
  display: inline-block;
}
.bench-approval .bench-appr-list .bench-appr-title ul li a {
  color: #000000;
  display: inline-block;
  margin-right: 28px;
}
.bench-approval .bench-appr-list .bench-appr-title ul li a:hover {
  border-bottom: #00bdda solid 2px;
}
.bench-approval .bench-appr-list .bench-appr-title ul li .active {
  color: #00bdda;
  border-bottom: #00bdda solid 2px;
}

.bench-nav-list {
  position: relative;
  overflow: hidden;
  padding: 0 24px;
  background-color: #f7f8fa;
  height: 50px;
  line-height: 50px;
}
.bench-nav-list ul li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  font-size: 15px;
}
.bench-nav-list ul li a {
  color: #333;
}
.bench-nav-list ul li a:hover {
  color: #00bdda;
}
.bench-nav-list ul li .active {
  color: #00bdda !important;
}
.bench-nav-list ul li ul .on:after {
  content: "·";
  font-size: 55px;
  color: #fc4b6c;
  position: absolute;
  top: -13px;
  right: -7px;
}
.bench-nav-list ul .on:after {
  content: "·";
  font-size: 55px;
  color: #fc4b6c;
  position: absolute;
  top: -13px;
  right: -7px;
}

.desk_list_bench_box {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% - 215px);
}

.bench-form-list {
  position: relative;
  overflow: hidden;
}
.bench-form-list ul li {
  position: relative;
  overflow: hidden;
  padding: 15px 0;
  border: #e3e6eb solid 1px;
  margin-bottom: 15px;
}
.bench-form-list ul li:last-child {
  margin-bottom: 0px;
}
.bench-form-list ul li .pull-left .bench-user-head {
  height: 42px;
  width: 42px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #00b9d5;
  color: #fff;
  margin: 0 auto;
}
.bench-form-list ul li .pull-left .bench-name {
  display: block;
  font-size: 14px;
  color: #768693;
  margin-top: 5px;
  text-align: center;
  min-width: 55px;
}
.bench-form-list ul li .pull-left p {
  font-size: 14px;
}
.bench-form-list ul li .pull-left p:last-child {
  margin-bottom: 0px;
}
.bench-form-list ul li .pull-left p em {
  margin: 0 10px;
}
.bench-form-list ul li .pull-left .p-title {
  color: #768693;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bench-form-list ul li .pull-left .p-infos {
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.bench-form-list ul li .pull-left .p-note {
  color: #fc4b6c;
}
.bench-form-list ul li .pull-right span {
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
}
.bench-form-list ul li .pull-right .state-color {
  width: 23px;
  height: 19px;
  background-color: #fc964b;
  text-align: center;
  line-height: 19px;
  color: #fff;
}
.bench-form-list ul li .pull-right .appr-state {
  padding: 0 10px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  background-color: #fc4b6c;
}
.bench-form-list ul li .pull-right p {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  color: #666666;
}

.bench-nav-schedule {
  position: relative;
  padding: 0px 24px;
  border-bottom: #e6e2e2 solid 1px;
  background-color: #f7f8fa;
  height: 51px;
}
.bench-nav-schedule i {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #808da4;
  width: 10%;
  cursor: pointer;
}
.bench-nav-schedule ul {
  display: inline-block;
  width: 80%;
  height: 50px;
}
.bench-nav-schedule ul .avtive {
  border: #e6e2e2 solid 1px;
  border-top: #00bdda solid 2px;
  border-bottom: none;
  background-color: #fff;
  color: #00b9d5;
  height: 61px;
}
.bench-nav-schedule ul .avtive .appr-time {
  color: #00bdda;
}
.bench-nav-schedule ul li {
  position: relative;
  display: inline-block;
  width: 14.2857142857%;
  text-align: center;
  height: 46px;
  transition: all 0.2s;
}
.bench-nav-schedule ul li span {
  display: block;
}
.bench-nav-schedule ul li .appr-dat {
  font-size: 16px;
}
.bench-nav-schedule ul li .appr-time {
  font-size: 14px;
  color: #768693;
}
.bench-nav-schedule ul li .appr-icon {
  color: #fc4b6c;
  font-size: 16px;
}
.bench-nav-schedule ul li .on:after {
  content: "·";
  font-size: 50px;
  color: red;
  position: absolute;
  bottom: 0px;
  margin-left: -5px;
  right: 10px;
  top: -8px;
}

.bench-nav-schedule ul .nowDate span {
  color: #09f !important;
}

.bench-nav-schedule ul .active {
  background: #fff;
  height: 51px;
  border-left: #ddd solid 1px;
  border-right: #ddd solid 1px;
}
.bench-nav-schedule ul .active::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #00bdda;
  top: 0;
  left: 0;
}
.bench-nav-schedule ul .active span {
  color: #00bdda;
}
.bench-nav-schedule ul .active .on:after {
  content: "·";
  font-size: 50px;
  color: red;
  position: absolute;
  bottom: 0px;
  margin-left: -5px;
  right: 9px;
  top: -5px;
}

.bench-list-schedule {
  padding: 24px;
  min-height: 434px;
}
.bench-list-schedule ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.bench-list-schedule ul li .bench-schedule-txt {
  position: relative;
  overflow: hidden;
  padding-left: 96px;
}
.bench-list-schedule ul li .bench-schedule-txt .to-day {
  background: url("../../../images/bench/day.png") no-repeat;
}
.bench-list-schedule ul li .bench-schedule-txt .morn {
  background: url("../../../images/bench/morn.png") no-repeat;
}
.bench-list-schedule ul li .bench-schedule-txt .nday {
  background: url("../../../images/bench/twoday.png") no-repeat;
  width: 66px;
  height: 23px;
  left: 36px;
}
.bench-list-schedule ul li .bench-schedule-txt > span {
  display: block;
  width: 50px;
  height: 23px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 0px;
}
.bench-list-schedule ul li:last-child {
  margin-bottom: 0px;
}
.bench-list-schedule ul:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d7dbe3;
  position: absolute;
  top: 0;
  left: 137px;
  z-index: 1;
}
.bench-list-schedule ul .nday {
  background: url("../../../images/bench/twoday.png") no-repeat;
  width: 66px;
  height: 23px;
  left: 36px;
}
.bench-list-schedule .bench-schedule-txt > span {
  display: block;
  width: 50px;
  height: 23px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 0px;
}
.bench-list-schedule:last-child {
  margin-bottom: 0px;
}
.bench-list-schedule:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #d7dbe3;
  position: absolute;
  top: 0;
  left: 137px;
  z-index: 1;
}

.bench-schedule-content {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
}
.bench-schedule-content span {
  color: #768693;
  font-size: 16px;
}
.bench-schedule-content p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bench-schedule-content .pull-right a {
  color: #768693;
  font-size: 16px;
}

.bench-after-today:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: #00b9d5 solid 2px;
  position: absolute;
  left: 10px;
  z-index: 10;
  top: 3px;
  background-color: #fff;
}

.bench-after-xw:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  z-index: 10;
  top: 3px;
  background-color: #00b9d5;
}

.bench-after-morn:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: #7f8ca3 solid 2px;
  position: absolute;
  left: 10px;
  z-index: 10;
  top: 3px;
  background-color: #fff;
}

.bench-after-morn-xw:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  z-index: 10;
  top: 3px;
  background-color: #7f8ca3;
}

.p-border {
  padding-bottom: 28px;
  border-bottom: #6f7180 dashed 1px;
}

@media (max-width: 1366px) {
  .bench-box .bench-content {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-top: #d7d9dc solid 1px;
    min-height: 107px;
  }

  .bench-box .bench-list-icon ul li span {
    display: block;
    color: #768693;
    font-size: 12px;
  }

  .bench-box .bench-list-icon ul li {
    width: 85px;
    text-align: center;
    padding: 15px 0;
    display: inline-block;
  }
  .bench-box .bench-list-icon ul li img {
    width: 45px;
    height: 45px;
  }

  .bench-box .bench-list-notice ul li {
    position: relative;
    font-size: 12px;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    border-bottom: #e6e6e6 dashed 1px;
  }

  .bench-nav-schedule ul li span {
    font-size: 12px;
  }

  .bench-nav-schedule ul li .appr-time {
    font-size: 12px;
  }

  .bench-nav-list ul li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
  }

  .bench-approval .bench-appr-list .bench-appr-title ul li a {
    font-size: 12px;
  }

  .bench-schedule-content span {
    color: #768693;
    font-size: 14px;
  }

  .bench-schedule-content p {
    font-size: 14px;
  }

  .bench-schedule-content .pull-right a {
    font-size: 14px;
  }

  .bench-list-schedule ul li .bench-schedule-txt > span {
    display: block;
    width: 50px;
    height: 23px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 50px;
    top: 0px;
    font-size: 12px;
    line-height: 22px;
  }

  .benchbnr .bench2-border .bench2-state {
    margin-top: 0px;
  }

  .bench2-box {
    position: relative;
    overflow: hidden;
    height: 85px;
    background: #fff;
    padding: 10px 0;
  }
  .bench2-box .bench2-name {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #6b6b6b;
    display: block;
    width: 30px;
    line-height: 32px;
    margin: 0 40px;
    /* margin-top: 10px; */
    cursor: pointer;
  }
  .bench2-box .bench2-state {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #949494;
    display: block;
    margin-top: 5px;
    text-align: center;
  }

  .benchbnr .htbench .pull-left:nth-child(2) {
    width: 50%;
    padding-left: 20px;
  }

  .cznav {
    background-color: #fff;
    padding: 10px 5px 10px;
    margin-top: 10px;
    width: 100%;
  }
  .cznav ul li {
    width: 75px;
    float: left;
    margin: 0 7px 8px;
  }

  .cznav-input {
    background-color: #fff;
    padding: 10px 5px;
    min-height: 100px;
    width: 100%;
  }
  .cznav-input .input-group {
    margin-top: 15px !important;
  }

  .cznav ul li a span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
  }
  .cznav ul li a span i {
    font-size: 20px;
  }

  .hdy_title {
    height: 50px;
    line-height: 30px;
    padding: 10px 15px 10px 20px;
    background-color: #fff;
    border-bottom: #f7f7f7 solid 2px;
  }

  .hdy_title .hdyname {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #6b6b6b;
  }

  .hdynamic {
    margin-top: 10px;
    background: #fff;
    width: 100%;
    /* overflow-y: auto; */
  }

  .hdylist {
    position: relative;
    margin-top: 3px;
    background-color: #fff;
    max-height: 328px;
    overflow-y: auto;
    min-height: 0;
  }

  .benchbnr .bench2-border {
    border-bottom: #f7f7f7 solid 2px;
    padding: 14px 20px;
  }

  .hdylist ul li {
    padding: 15px 130px 15px 10px;
    position: relative;
    overflow: hidden;
    border-bottom: #d7d7d7 dashed 1px;
  }
  .hdylist ul li .hlbt {
    color: #333;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .hdylist ul li .date {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 12px;
  }

  .hdy_title .hdynav a {
    display: inline-block;
    float: left;
    height: 30px;
    padding: 0 20px;
    border-radius: 20px;
    color: #333;
    line-height: 30px;
  }

  .benchbnr .fben .tbicon {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
  }

  .benchbnr .fben .tbicon .iconfont {
    font-size: 20px;
  }

  .benchbnr .fben .sjnb {
    float: left;
    padding: 0 10px;
    width: 75px;
  }

  .benchbnr .htbench .fben .sjnb {
    min-width: 75px;
  }

  .benchbnr .fben .tbname {
    float: left;
    font-size: 13px;
    margin-top: 20px;
    min-width: 70px;
    font-weight: bold;
  }
}
.deskAppr {
  max-width: calc(100% - 170px);
  padding-left: 25px;
  margin-top: 10px;
}
.deskAppr .p-note em {
  margin: 0px !important;
}
.deskAppr .p-note span {
  overflow: hidden;
}

.portal-desk-bkg {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
}
.portal-desk-bkg img {
  width: 100%;
  height: 100%;
}
.portal-desk-bkg span {
  font-size: 15px;
  font-weight: bold;
  color: #989898;
  margin-top: 15px;
  display: block;
  text-align: center;
}

.form-supplier .supplier-group .lab-box {
  height: 35px;
  overflow-y: auto;
  border: solid #ddd 1px;
  border-radius: 3px;
}
.form-supplier .supplier-group .lab-box .select2-container .select2-selection--multiple {
  border: none !important;
}

.supplier_echarts_box {
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
  border: #e3e6eb solid 1px;
  padding: 15px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.supplier-head {
  margin: 10px !important;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
  border: #e3e6eb solid 1px;
}
.supplier-head .can_box {
  width: 180px;
}
.supplier-head .can_box .pull-right {
  width: 90px;
  margin-top: 15px;
  margin-left: 10px;
}
.supplier-head .supplier-box i {
  font-size: 35px;
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.supplier-head .supplier-box .sp2 {
  margin: 5px 0;
  font-size: 16px;
}

.income_echarts_title {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
}
.income_echarts_title .pull-left {
  font-size: 18px;
  color: #000000;
}
.income_echarts_title .pull-right .select2-container--default .select2-selection--single {
  border: none;
}
.income_echarts_title .pull-right .select2.select2-container.select2-container--open.select2-container--default .select2-selection--single {
  border: none !important;
}

.supplier_echarts_box ul li {
  position: relative;
  overflow: hidden;
  padding: 9.5px 0;
  padding-left: 5px;
  padding-right: 10px;
  border-bottom: #b3b3b3 solid 1px;
}
.supplier_echarts_box ul li p {
  width: calc(100% - 20px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attendance_infos {
  position: relative;
  overflow: hidden;
}
.attendance_infos .attendance_working {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.attendance_infos .attendance_working .attendance_waichu_head {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 20px 10px;
  padding-left: 35px;
  padding-bottom: 0px;
}
.attendance_infos .attendance_working .attendance_waichu_head::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffd2a6;
  left: 15px;
  top: 27px;
}
.attendance_infos .attendance_working .attendance_working_head {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 20px 10px;
  padding-left: 35px;
  font-weight: bold;
}
.attendance_infos .attendance_working .attendance_working_head::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00b9d5;
  left: 15px;
  top: 27px;
}
.attendance_infos .attendance_working > ul > li {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  padding-left: 15px;
}
.attendance_infos .attendance_working > ul > li span {
  width: 70px;
  float: left;
}
.attendance_infos .attendance_working > ul > li p {
  width: calc(100% - 70px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attendance_working_box {
  position: relative;
  overflow: hidden;
  margin: 0px 15px;
  padding: 20px 0px;
  border-bottom: #ddd dotted 1px;
}

.attendance_working_box > ul > li {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
}
.attendance_working_box > ul > li span {
  width: 70px;
  float: left;
}
.attendance_working_box > ul > li p {
  width: calc(100% - 70px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.attendance_working_box > ul > li p em {
  display: inline-block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background-color: red;
  color: #ffffff;
  font-size: 12px;
}
.attendance_working_box > ul > li .attendance_list {
  position: relative;
  overflow: hidden;
}
.attendance_working_box > ul > li .attendance_list ul li {
  position: relative;
  overflow: hidden;
  padding: 5px;
  float: left;
  height: 75px;
  width: 100px;
}
.attendance_working_box > ul > li .attendance_list ul li div {
  height: 100%;
  width: 100%;
}
.attendance_working_box > ul > li .attendance_list ul li div img {
  height: 100%;
  width: 100%;
}
.attendance_working_box > ul > li .attendance_list .imgupload-list > div {
  width: 145px;
}

.record_years .dep-weekly-head {
  width: 225px;
  margin: 0 auto;
}
.record_years .dep-weekly-head a:first-child {
  float: none;
  position: absolute;
  left: 5px;
  top: 17px;
}
.record_years .dep-weekly-head a:last-child {
  float: none;
  position: absolute;
  right: 5px;
  top: 17px;
}

.dep-weekly-head {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  border-bottom: none;
}
.dep-weekly-head .select2-selection--single {
  border: none !important;
}

.panel-bordered-center .dep-weekly-head .select2.select2-container.select2-container--open.select2-container--default .select2-selection--single {
  border: none !important;
}

.dep-weekly-head > span {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.dep-weekly-head > span em {
  margin-left: 10px;
  display: block;
  float: right;
  line-height: 33px;
}
.dep-weekly-head > span em i {
  font-style: normal;
}

.dep-weekly-head > a {
  float: inherit;
  font-size: 18px;
}

.attence-weekly-table .ant-table-thead > tr > th {
  border: 1px solid #e8e8e8;
}

/*会议室模块*/
.myrecord-header {
  position: relative;
  background-color: #fff;
  padding-top: 15px;
}

.meeting_list {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.meeting_list .meeting_list_title li {
  background-color: #fafafa;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-weight: inherit;
  color: #333;
}
.meeting_list .meeting_list_content li {
  height: 110px;
  position: relative;
  overflow: hidden;
  background-color: #fdfdfd;
}
.meeting_list ul li {
  padding: 0 10px;
  border: 1px solid #e5e5e5;
  border-top: none;
  border-left: none;
  width: 14.2857142857%;
  float: left;
  text-align: left;
}
.meeting_list ul li .data {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #a8a8a8;
  text-align: center;
  line-height: 25px;
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.meeting_list ul li .active {
  color: #fff;
  background-color: #b81a63 !important;
}
.meeting_list ul li .theMonth {
  background: none !important;
  color: black !important;
}
.meeting_list ul li .data_content {
  overflow-y: auto;
  text-align: left;
  cursor: pointer;
  height: 135px;
  font-size: 13px;
  color: #333;
}
.meeting_list ul li .data_content a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  border-radius: 2px;
  margin: 5px 0;
  text-align: center;
}
.meeting_list ul li:hover p {
  color: #00b9d5;
}

.day-next-box {
  position: relative;
  overflow: hidden;
  height: 50px;
  padding: 0 30px;
}
.day-next-box .bench-nav-schedule {
  position: absolute;
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

.pro_flow {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #eaeaea;
  color: #333;
  text-align: right;
  padding-left: 15px;
  padding-right: 5px;
  float: left;
  font-size: 14px;
  border-right: none !important;
}
.pro_flow:hover, .pro_flow:focus {
  background-color: #ddd;
  color: #333;
}

.pro_dropup .dropdown {
  display: inline-block;
  float: left;
  z-index: auto;
  border: #eaeaea solid 1px;
  height: 30px;
  background-color: #eaeaea;
  position: initial;
}

.pro_dropup .pro_flow_btn button {
  background: #eaeaea !important;
  border: none;
}
.pro_dropup .pro_flow_btn button:hover, .pro_dropup .pro_flow_btn button:focus {
  background: #ddd !important;
  color: #333;
}
.pro_dropup .pro_flow_btn ul {
  left: 0;
  top: 28px;
  z-index: 9;
}
.pro_dropup .pro_flow_btn ul li a:hover {
  background-color: #ddd !important;
  background: #ddd !important;
  color: #333 !important;
}

.record_attendance {
  text-align: center;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: 15px;
  font-size: 14px;
}
.record_attendance span {
  margin: 0 15px;
}
.record_attendance span em {
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-right: 5px;
}
.record_attendance span i {
  font-style: inherit;
  font-weight: bold;
  padding: 0 2px;
  text-align: center;
}

.record_attendance span .record_color {
  background-color: #d7e5bd !important;
}
.record_attendance span .record_color2 {
  background-color: #cdddf1 !important;
}
.record_attendance span .record_color3 {
  background-color: #cec3da !important;
}
.record_attendance span .record_color4 {
  background-color: #ffaf6c !important;
}
.record_attendance span .record_color5 {
  background-color: #b9ddff !important;
}

.meeting_list ul .record_color {
  background-color: #d7e5bd !important;
}

.record_color2 {
  background-color: #cdddf1 !important;
}

.record_color3 {
  background-color: #cec3da !important;
}

.content .meeting_list ul .record_color4 {
  background-color: #ffaf6c !important;
}

.record_color5 {
  background-color: #b9ddff !important;
}

.content .meeting_list ul .record_color6 {
  background-color: #fffff7;
}

.record_details {
  padding: 0;
}
.record_details p {
  padding: 0;
  margin: 0;
}

.meeting_list_content li {
  position: relative;
}
.meeting_list_content li .theMonth {
  font-size: 16px;
  display: block;
}
.meeting_list_content li .theFestival {
  font-size: 14px;
  color: #9e9e9e;
  display: block;
  font-weight: inherit;
}

.myrecord_label {
  width: 0;
  height: 0;
  border-top: 20px solid #e9bbb9;
  border-right: 20px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.meeting_list {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.meeting_list .meeting_list_content li {
  height: 110px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.meeting_list ul li {
  padding: 0 10px;
  border: 1px solid #eee;
  border-top: none;
  border-left: none;
  width: 14.2857142857%;
  float: left;
  text-align: left;
}
.meeting_list ul li .data {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #a8a8a8;
  text-align: center;
  line-height: 25px;
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.meeting_list ul li .active {
  color: #fff;
  background-color: #b81a63 !important;
}
.meeting_list ul li .theMonth {
  background: none !important;
  color: black !important;
}
.meeting_list ul li .data_content {
  overflow-y: auto;
  text-align: left;
  cursor: pointer;
  height: 135px;
  font-size: 13px;
  color: #333;
}
.meeting_list ul li .data_content a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  border-radius: 2px;
  margin: 5px 0;
  text-align: center;
}
.meeting_list ul li:hover p {
  color: #00b9d5;
}

/*人员管理lh*/
.person_list .meeting_list_content li {
  height: 200px;
}
.person_list .meeting_list_content li .person_date {
  padding: 5px 0;
  overflow: hidden;
}
.person_list .meeting_list_content li .person_date .data {
  margin-top: 0;
  float: left;
}
.person_list .meeting_list_content li .person_date .data.active {
  background-color: #f95d47 !important;
}
.person_list .meeting_list_content li .person_date .work {
  background-color: #1ab8a1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 12px;
  margin-top: 2px;
}
.person_list .meeting_list_content li .person_date .work.rest {
  background-color: #ff4433;
}
.person_list .data_content .person {
  padding: 0 5px;
  color: #fff;
}
.person_list .data_content .state1 {
  background-color: #7ac46f !important;
}
.person_list .data_content .state2 {
  background-color: #14b1e6 !important;
}
.person_list .data_content .state3 {
  background-color: #fec582 !important;
}

.icon_remark {
  /* color: #000000; */
  font-weight: 600;
  /* text-indent: 29px; */
  font-size: 12px;
}

.all_infor {
  cursor: pointer;
  text-align: center;
}

.person_left {
  width: 49% !important;
  float: left;
}

.person_right {
  width: 49% !important;
  float: right;
}

.person_box {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}

.person_details ul li {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.person_details ul li h4 {
  font-weight: bold;
}
.person_details ul li .person_box {
  position: relative;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: #ddd dashed 1px;
}
.person_details ul li .person_box a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px;
  margin: 5px 0;
  text-align: center;
  padding: 0 5px;
  color: #fff;
}
.person_details ul li .person_box .state1 {
  background-color: #7ac46f !important;
}
.person_details ul li .person_box .state2 {
  background-color: #14b1e6 !important;
}
.person_details ul li .person_box .state3 {
  background-color: #fec582 !important;
}

.person_icon_infos {
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 5px;
  border: #ddd solid 1px;
}
.person_icon_infos .person_icon_title {
  padding: 6px 10px;
  position: relative;
  overflow: hidden;
  background-color: #e2e2e2;
  font-size: 15px;
}
.person_icon_infos .person_icon_title i {
  color: #727f96;
}
.person_icon_infos .person_icon_text {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
}
.person_icon_infos .person_icon_box {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.person_icon_infos .person_icon_box span {
  display: block;
  float: left;
}
.person_icon_infos .person_icon_box i {
  display: block;
  float: left;
  width: 20px;
  height: 13px;
  margin-top: 5px;
  margin-right: 5px;
}

.meet_bkg .body {
  background-color: #fff;
}

.analyze_view {
  position: relative;
  overflow: hidden;
  margin: 5px;
  border: #ddd solid 1px;
}
.analyze_view .analyze_head {
  position: relative;
  background-color: #f5f5f5;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
}
.analyze_view .analyze_head .pull-left {
  color: #000;
}
.analyze_view .analyze_head .pull-right {
  font-size: 14px;
}

.analyze_content {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.analyze_content .echarts {
  height: 357px;
}
.analyze_content .analyze_sj_box {
  position: relative;
  overflow: hidden;
}

.analyze_list {
  position: relative;
  overflow: hidden;
}
.analyze_list ul li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.analyze_sj_table {
  position: relative;
  overflow: hidden;
}
.analyze_sj_table table {
  width: 100%;
  text-align: center;
}
.analyze_sj_table table tr td {
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.analyze_sj_table table tr .analyze_color1 {
  color: #00cece;
}
.analyze_sj_table table tr .analyze_color2 {
  color: #82c949;
}

.analyze_map {
  height: 357px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.analyze_map .analyze_slide {
  height: 100%;
  width: 100%;
}

.analyze_img img {
  width: 100%;
  height: 100%;
}

.analyze-button-next {
  position: absolute;
  height: 30px;
  width: 20px;
  line-height: 30px;
  background: #65666b;
  color: #fff;
  top: 50%;
  margin-top: -15px;
  z-index: 9;
  right: 15px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}

.analyze-button-prevt {
  position: absolute;
  height: 30px;
  width: 20px;
  line-height: 30px;
  background: #65666b;
  color: #fff;
  margin-top: -15px;
  top: 50%;
  z-index: 9;
  left: 15px;
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}

.analyze_slide .swiper-button-disabled {
  background: #333;
  opacity: 1;
}

@media (max-width: 1366px) {
  .analyze_content .echarts {
    height: 217px !important;
  }

  .analyze_map {
    height: 217px;
  }

  .analyze_view .analyze_head {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .analyze_content {
    position: relative;
    overflow: hidden;
  }
}
gridster {
  transition: all 0.2s;
}
gridster.no-edit {
  background-color: #f6f8f9;
}
gridster.edit {
  background-color: grey;
}
gridster.edit .widget-item:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

gridster-item .widget-item {
  width: 100%;
  height: 100%;
}
gridster-item .widget-item .ant-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
gridster-item .widget-item .ant-card .ant-card-body {
  flex: 1;
  height: 100%;
}
gridster-item .widget-item .bench-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
gridster-item .widget-item .bench-box .bench-content {
  flex: 1;
  height: 100%;
  overflow-y: auto;
  min-height: auto;
}
gridster-item .bench-form-list ul li {
  padding: 10px 0;
  margin-bottom: 15px;
}
gridster-item .desk_list_bench_box {
  display: flex;
  align-items: center;
}

.list-item {
  padding: 8px 0;
  border-bottom: 1px #e6e6e6 dashed;
}
.list-item:last-child {
  border-bottom: none;
}

.edit-btn, .add-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #a5bfe6;
  border-radius: 50%;
  transition: all 0.2s;
  text-align: center;
  cursor: pointer;
  user-select: none;
  color: #ffffff;
  z-index: 99;
}
.edit-btn:hover, .add-btn:hover {
  background: #8da7e6;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.edit-btn:active, .add-btn:active {
  background: #556c9c;
}

.add-btn {
  bottom: 120px;
  font-size: 24px;
  line-height: 58px;
  animation: btnAn 0.5s;
}

.gridster-item-btn {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.gridster-item-btn + .gridster-item-btn {
  margin-left: 10px;
}

.gridster-item-btn-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.save-btn {
  position: absolute;
  right: 50px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #a5bfe6;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

.cancel-btn {
  position: absolute;
  right: 10px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border: 1px #e6e6e6 solid;
  color: #333333;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
}

@keyframes btnAn {
  0% {
    transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.container-fill {
  height: 100%;
}

.component-list {
  height: 100%;
  background-color: #ffffff;
  border-right: 1px #e6e6e6 solid;
  padding-bottom: 65px;
  overflow-y: auto;
}
.component-list::-webkit-scrollbar {
  display: none;
}

.component-list-item {
  text-align: center;
  padding: 15px 5px;
  transition: all 0.2s;
}
.component-list-item i {
  font-size: 24px;
  margin-bottom: 10px;
}
.component-list-item:hover {
  background-color: #a4bfe6;
  color: #ffffff;
}
.component-list-item:hover .component-list-icon {
  color: #ffffff;
}

.component-box {
  height: 100%;
}
.component-box div[class^=col-] {
  padding: 0;
}
.component-box .col-xs-11 {
  width: calc(100% - 100px);
}
.component-box .col-xs-1 {
  width: 100px;
}

.component-list-icon {
  color: #a4bfe6;
}

.no-app {
  text-align: center;
  padding: 15px 5px;
}

.chat-box .gutter-row .ant-tabs-bar {
  display: none;
}
.chat-box .gutter-row .ant-tabs-nav-wrap {
  display: none;
}
.chat-box .ant-popover-inner-content {
  padding: 0;
}
.chat-box > .ant-modal {
  height: 722px;
}
.chat-box > .ant-modal > .ant-modal-content {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.chat-box > .ant-modal > .ant-modal-content > .ant-modal-body {
  padding: 0;
  height: 100%;
  max-height: 100%;
}
.chat-box > .ant-modal > .ant-modal-header {
  display: none;
}
.chat-box > .ant-modal > .ant-modal-footer {
  display: none;
}
.chat-box jim-container > .ant-row {
  height: 100%;
  width: 100%;
}
.chat-box jim-container > .ant-row .gutter-row {
  height: 100%;
}
.chat-box jim-container > .ant-row .user-list {
  background-color: #d4dde0;
}

.user-list {
  padding-top: 15px;
}
.user-list .active i {
  color: #169bd5;
}

.chat-user-img {
  cursor: pointer;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
.chat-user-img img {
  width: 100%;
  height: 100%;
}
.chat-user-img.small {
  height: 40px;
  width: 40px;
  float: left;
}

.chat-head {
  position: relative;
  overflow: hidden;
  height: 55px;
  border-bottom: #ddd solid 1px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.chat-head .ant-row-flex {
  width: 100%;
}
.chat-head .pull-right {
  margin-top: 17px;
}
.chat-head .pull-right a {
  font-size: 19px;
  color: #999;
}
.chat-head .pull-right a i {
  font-size: 19px;
}
.chat-head .chatSearch a {
  display: none;
}
.chat-head .chatSearch .input-chat {
  width: 230px;
  opacity: 1;
  height: auto;
}

.input-chat {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  opacity: 0;
}

.chat-content {
  height: calc(100% - 55px);
  position: relative;
  overflow: hidden;
}
.chat-content > div {
  height: 100%;
}
.chat-content > div .ant-avatar {
  height: 50px;
  width: 50px;
}
.chat-content > div .ant-drawer-header,
.chat-content > div .ant-list-split .ant-list-item {
  border-bottom: none;
  padding: 12px;
}
.chat-content > div .ant-list-item-meta-avatar {
  margin-right: 10px;
}
.chat-content > div .ant-list-item-meta-title {
  font-size: 16px;
}
.chat-content > div .ant-spin-container .ant-list-item {
  cursor: pointer;
}
.chat-content > div .ant-spin-container .ant-list-item:hover {
  background-color: #e8edf3;
}
.chat-content > div .ant-spin-container .ant-list-item.on {
  background-color: #e8edf3;
}
.chat-content > div .ant-list-item-meta-content {
  width: 200px;
}

.chat-color-a {
  color: #169bd5;
}

.chat-border-right {
  border-right: #ddd solid 1px;
  overflow-y: auto;
  overflow-x: hidden;
}
.chat-border-right .ant-spin-nested-loading {
  height: 600px;
}
.chat-border-right .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 160px;
}

.chat-user-icon {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.chat-user-icon:hover i {
  color: #169bd5;
}
.chat-user-icon i {
  font-size: 40px;
  color: #aaa;
}

.chat-text-title {
  padding: 10px;
}

.chat-user-name {
  font-size: 16px;
}

.chat-text-icon i {
  color: #aaa;
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}

.ant-chat-main {
  height: 400px;
  padding: 15px 15px 5px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ant-chat-main ul li {
  position: relative;
  font-size: 0;
  margin-bottom: 10px;
  padding-left: 60px;
  min-height: 68px;
}
.ant-chat-main ul .ant-chat-mine {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}
.ant-chat-main ul .ant-chat-mine .ant-chat-en {
  background-color: #159bd5;
}
.ant-chat-main ul .ant-chat-mine .ant-chat-user-img {
  left: auto;
  right: 3px;
}
.ant-chat-main ul .ant-chat-mine .ant-chat-user-img cite {
  left: auto;
  right: 60px;
  text-align: right;
}
.ant-chat-main ul .ant-chat-mine .ant-chat-user-img cite i {
  padding-left: 0;
  padding-right: 15px;
}
.ant-chat-main ul .ant-chat-mine .ant-chat-text {
  margin-left: 0;
  text-align: left;
  background-color: #5fb878;
  color: #fff;
}
.ant-chat-main ul .ant-chat-mine .ant-chat-text::after {
  left: auto;
  right: -10px;
  border-top-color: #5fb878;
}
.ant-chat-main ul .ant-chat-mine a {
  color: #616ade;
}
.ant-chat-main a {
  color: #a5bfe6;
}

.ant-chat-user-img {
  vertical-align: top;
  font-size: 14px;
  position: absolute;
  left: 3px;
}
.ant-chat-user-img cite {
  position: absolute;
  left: 60px;
  top: -2px;
  width: 500px;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  color: #999;
  text-align: left;
  font-style: normal;
}
.ant-chat-user-img cite i {
  padding-left: 15px;
  font-style: normal;
}

.ant-chat-user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ant-chat-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.ant-chat-en {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4bd0e9;
  color: #ffffff;
  overflow: hidden;
  font-size: 20px;
}

.ant-chat-text {
  position: relative;
  line-height: 22px;
  margin-top: 25px;
  padding: 8px 15px;
  background-color: #e2e2e2;
  border-radius: 3px;
  color: #333;
  word-break: break-all;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.ant-chat-text::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 13px;
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #e2e2e2 transparent transparent;
  overflow: hidden;
  border-width: 10px;
}

.ant-chat-footer {
  border-top: 1px solid #ddd;
}

.ant-chat-tool {
  position: relative;
  padding: 0 8px;
  height: 38px;
  line-height: 38px;
  font-size: 0;
}
.ant-chat-tool span {
  position: relative;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.ant-chat-tool span i {
  font-size: 24px;
  color: #333;
  vertical-align: middle;
}

.ant-chat-textarea {
  margin-left: 10px;
}
.ant-chat-textarea textarea {
  display: block;
  width: 100%;
  padding: 5px 0 0;
  height: 110px;
  line-height: 20px;
  border: none;
  overflow: auto;
  resize: none;
  background: 0 0;
  outline: none;
}

.ant-chat-bottom {
  position: relative;
  padding: 10px;
  text-align: right;
}
.ant-chat-bottom .ant-chat-send {
  position: absolute;
  right: 15px;
  top: 3px;
  height: 32px;
  line-height: 32px;
  font-size: 0;
  cursor: pointer;
}

.ant-antim-face {
  position: relative;
  overflow: hidden;
  width: 372px;
  height: 222px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
.ant-antim-face li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  height: 26px;
  width: 26px;
  line-height: 18px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px;
  text-align: center;
}
.ant-antim-face li:hover {
  position: relative;
  z-index: 2;
  border: 1px solid #eb7350;
  background: #fff9ec;
}

.size-24 {
  font-size: 24px;
}

.iconzj {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.chat-grouping {
  padding: 15px 0;
  position: relative;
  overflow: hidden;
}
.chat-grouping ul li {
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
.chat-grouping ul li:hover {
  color: #169bd5;
  background-color: #d4dde0;
}
.chat-grouping ul li:hover i {
  color: #169bd5;
}
.chat-grouping ul li i {
  margin-right: 10px;
  color: #999;
}
.chat-grouping ul li.active {
  color: #169bd5;
}
.chat-grouping ul li.active i {
  color: #169bd5;
}

.chat-messages {
  padding: 15px;
}

.chat-list .ant-card-head {
  background-color: #f5f5f5;
}
.chat-list .ant-card-body {
  padding: 0;
  overflow: auto;
  max-height: 575px;
}
.chat-list .ant-list-item {
  padding-top: 35px;
  position: relative;
}
.chat-list .ant-list-item .head-letter {
  position: absolute;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  left: 0px;
}
.chat-list ul {
  width: 100%;
}
.chat-list ul li {
  line-height: 40px;
  padding: 10px 24px;
  border-bottom: 1px #f7f7f7 solid;
}
.chat-list ul li:hover {
  background-color: #e8edf3;
}

.chatr-drawer .ant-drawer-body {
  padding: 15px;
}
.chatr-drawer .ant-tabs-nav .ant-tabs-tab {
  margin: 0 20px 0 0;
}

.historical-time {
  position: relative;
  padding: 5px 10px;
  background-color: #f5f5f5;
}

.img-list {
  padding: 10px 0;
}
.img-list img {
  width: 25%;
  height: 90px;
  border: #fff solid 2px;
}
.img-list img:hover {
  border: #169bd5 solid 2px;
}

.world-list {
  padding: 10px 0;
}
.world-list ul li {
  padding: 10px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.world-list ul li a {
  color: #333;
}
.world-list ul li i {
  margin-right: 5px;
  color: #169bd5;
}

.group-box .ant-modal-body {
  padding: 0;
}

.personnel-selection {
  margin-top: 10px;
}
.personnel-selection ul li {
  cursor: pointer;
  padding: 5px 10px;
}
.personnel-selection ul li label {
  width: 100%;
}
.personnel-selection ul li i {
  display: none;
  color: red;
}
.personnel-selection ul li:hover {
  background-color: #f5f5f5;
}
.personnel-selection ul li:hover i {
  display: block;
  font-size: 18px;
}

.group-content {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.border-right {
  border-right: #ddd solid 1px;
}

.scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  padding: 0 !important;
}

.chat-infos-box .ant-modal-header {
  display: none;
}
.chat-infos-box .ant-modal-footer {
  display: none;
}

.chat-user-infos-name {
  margin-top: 10px;
  font-weight: bold;
}

.chat-by {
  color: #969696;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-infos-list {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  background-color: #f5f5f5f5;
  padding: 10px;
  border-radius: 5px;
}
.user-infos-list ul li {
  padding: 15px 0;
  border-bottom: #ddd solid 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-infos-list ul li:last-child {
  border-bottom: none;
}

.chat-pop-list li {
  cursor: pointer;
}
.chat-pop-list li:hover {
  color: #169bd5;
}

.footer-center .ant-modal-footer {
  text-align: center;
}

.mb0 {
  margin-bottom: 0 !important;
}

.footer-none .ant-modal-footer {
  display: none;
}

.blacklist li {
  line-height: 40px;
  padding: 10px 0;
  border-bottom: solid 1px #ddd;
}
.blacklist li:last-child {
  border-bottom: none;
}
.blacklist .ant-modal-body {
  padding: 0 15px;
  max-height: 500px;
  overflow-y: auto;
}

.chat-add-box i {
  width: 32px;
  height: 32px;
  border: 1px #e6e6e6 solid;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.size-0 {
  font-size: 0px;
}

.size-1 {
  font-size: 1px;
}

.size-2 {
  font-size: 2px;
}

.size-3 {
  font-size: 3px;
}

.size-4 {
  font-size: 4px;
}

.size-5 {
  font-size: 5px;
}

.size-6 {
  font-size: 6px;
}

.size-7 {
  font-size: 7px;
}

.size-8 {
  font-size: 8px;
}

.size-9 {
  font-size: 9px;
}

.size-10 {
  font-size: 10px;
}

.size-11 {
  font-size: 11px;
}

.size-12 {
  font-size: 12px;
}

.size-13 {
  font-size: 13px;
}

.size-14 {
  font-size: 14px;
}

.size-15 {
  font-size: 15px;
}

.size-16 {
  font-size: 16px;
}

.size-17 {
  font-size: 17px;
}

.size-18 {
  font-size: 18px;
}

.size-19 {
  font-size: 19px;
}

.size-20 {
  font-size: 20px;
}

.size-21 {
  font-size: 21px;
}

.size-22 {
  font-size: 22px;
}

.size-23 {
  font-size: 23px;
}

.size-24 {
  font-size: 24px;
}

.size-25 {
  font-size: 25px;
}

.size-26 {
  font-size: 26px;
}

.size-27 {
  font-size: 27px;
}

.size-28 {
  font-size: 28px;
}

.size-29 {
  font-size: 29px;
}

.size-30 {
  font-size: 30px;
}

.size-31 {
  font-size: 31px;
}

.size-32 {
  font-size: 32px;
}

.size-33 {
  font-size: 33px;
}

.size-34 {
  font-size: 34px;
}

.size-35 {
  font-size: 35px;
}

.size-36 {
  font-size: 36px;
}

.size-37 {
  font-size: 37px;
}

.size-38 {
  font-size: 38px;
}

.size-39 {
  font-size: 39px;
}

.size-40 {
  font-size: 40px;
}

.size-41 {
  font-size: 41px;
}

.size-42 {
  font-size: 42px;
}

.size-43 {
  font-size: 43px;
}

.size-44 {
  font-size: 44px;
}

.size-45 {
  font-size: 45px;
}

.size-46 {
  font-size: 46px;
}

.size-47 {
  font-size: 47px;
}

.size-48 {
  font-size: 48px;
}

.size-49 {
  font-size: 49px;
}

.size-50 {
  font-size: 50px;
}

.size-51 {
  font-size: 51px;
}

.size-52 {
  font-size: 52px;
}

.size-53 {
  font-size: 53px;
}

.size-54 {
  font-size: 54px;
}

.size-55 {
  font-size: 55px;
}

.size-56 {
  font-size: 56px;
}

.size-57 {
  font-size: 57px;
}

.size-58 {
  font-size: 58px;
}

.size-59 {
  font-size: 59px;
}

.size-60 {
  font-size: 60px;
}

.size-61 {
  font-size: 61px;
}

.size-62 {
  font-size: 62px;
}

.size-63 {
  font-size: 63px;
}

.size-64 {
  font-size: 64px;
}

.size-65 {
  font-size: 65px;
}

.size-66 {
  font-size: 66px;
}

.size-67 {
  font-size: 67px;
}

.size-68 {
  font-size: 68px;
}

.size-69 {
  font-size: 69px;
}

.size-70 {
  font-size: 70px;
}

.size-71 {
  font-size: 71px;
}

.size-72 {
  font-size: 72px;
}

.size-73 {
  font-size: 73px;
}

.size-74 {
  font-size: 74px;
}

.size-75 {
  font-size: 75px;
}

.size-76 {
  font-size: 76px;
}

.size-77 {
  font-size: 77px;
}

.size-78 {
  font-size: 78px;
}

.size-79 {
  font-size: 79px;
}

.size-80 {
  font-size: 80px;
}

.size-81 {
  font-size: 81px;
}

.size-82 {
  font-size: 82px;
}

.size-83 {
  font-size: 83px;
}

.size-84 {
  font-size: 84px;
}

.size-85 {
  font-size: 85px;
}

.size-86 {
  font-size: 86px;
}

.size-87 {
  font-size: 87px;
}

.size-88 {
  font-size: 88px;
}

.size-89 {
  font-size: 89px;
}

.size-90 {
  font-size: 90px;
}

.size-91 {
  font-size: 91px;
}

.size-92 {
  font-size: 92px;
}

.size-93 {
  font-size: 93px;
}

.size-94 {
  font-size: 94px;
}

.size-95 {
  font-size: 95px;
}

.size-96 {
  font-size: 96px;
}

.size-97 {
  font-size: 97px;
}

.size-98 {
  font-size: 98px;
}

.size-99 {
  font-size: 99px;
}

.size-100 {
  font-size: 100px;
}

@media (max-width: 1400px) {
  .chat-box > .ant-modal {
    transform: scale(0.8);
    transform-origin: center !important;
  }
}

/*# sourceMappingURL=oa.css.map */
