/*滚动条样式*/
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 12px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(64, 64, 64, 0.63);
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(144, 147, 153, 0.66);
}
.ivu-drawer-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: rgba(144, 147, 153, 0.3) !important;
}
#app {
  height: 100vh;
  width: 100vw;
  min-width: 1024px;
}
/* iview 黑暗  start*/
.jarvis-bim-date-picker .ivu-date-picker-rel .ivu-input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-date-picker .ivu-date-picker-header {
  border-bottom: none;
}
.jarvis-bim-tree .ivu-tree-title-selected:hover,
.jarvis-bim-tree .ivu-tree-title-selected:hover {
  background-color: #5a5a5a;
}
.jarvis-bim-tree .ivu-tree-title-selected {
  background-color: #5a5a5a;
}
.jarvis-bim-tree .ivu-tree-title {
  color: #ffffff;
}
.jarvis-bim-tree .ivu-tree-title:hover {
  background-color: #5a5a5a;
}
.jarvis-bim-form .ivu-form-item-error .ivu-select-selection {
  border: 1px solid #ed4014;
}
.jarvis-bim-form .ivu-form-item-error .jarvis-bim-input .ivu-input {
  border: 1px solid #ed4014;
}
.jarvis-bim-select {
  /*滚动条整体样式*/
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.jarvis-bim-select ::-webkit-scrollbar {
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  cursor: pointer;
}
.jarvis-bim-select ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  cursor: pointer;
  height: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(180, 180, 180, 0.3);
}
.jarvis-bim-select ::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.jarvis-bim-select .ivu-select-input {
  color: #ffffff;
}
.jarvis-bim-select .ivu-select-dropdown {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #252d33;
  color: #ffffff;
  padding: 0;
  border-radius: 0;
}
.jarvis-bim-select .ivu-select-selection {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.jarvis-bim-select .ivu-select-item-focus,
.jarvis-bim-select .ivu-select-item-selected,
.jarvis-bim-select .ivu-select-item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.jarvis-bim-select .ivu-select-item {
  color: #ffffff;
}
.ivu-modal-mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.jarvis-bim-input .ivu-input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-input .ivu-input-group-append {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #3c4349;
}
.jarvis-bim-input .ivu-input-group-prepend .jarvis-bim-select .ivu-select-selection {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.jarvis-bim-input textarea {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-input .ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014;
}
.jarvis-bim-input-enter .ivu-icon-ios-search {
  display: none;
}
.jarvis-bim-check {
  height: 16px;
}
.jarvis-bim-check .ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
  background-color: #515a6e;
  border-color: rgba(255, 255, 255, 0.1);
}
.jarvis-bim-check .ivu-checkbox-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  height: 16px;
}
.jarvis-bim-check .ivu-checkbox-checked,
.jarvis-bim-check .ivu-checkbox-indeterminate {
  border-radius: 2px;
  height: 16px;
  background-color: #179BF8;
}
.jarvis-bim-check .ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner,
.jarvis-bim-check .ivu-checkbox-inner {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.vertical-center-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vertical-center-modal .ivu-modal {
  top: 0;
}
.jarvis-bim-modal {
  color: #ffffff;
}
.jarvis-bim-modal .ivu-modal-header {
  padding: 16px;
  border-bottom: none;
}
.jarvis-bim-modal .ivu-modal-body {
  padding: 0 16px;
}
.jarvis-bim-modal .ivu-form-item-label {
  color: #ffffff !important;
}
.jarvis-bim-modal .ivu-form-item-error .jarvis-bim-input .ivu-input {
  border: 1px solid #ed4014;
}
.jarvis-bim-modal .jarvis-bim-input .ivu-input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-modal .bim-delete-content {
  min-height: 40px;
  padding: 24px 0px;
}
.jarvis-bim-modal .bim-comfirm-text-title {
  color: #ffffff;
  word-break: break-word;
}
.jarvis-bim-modal .ivu-modal-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.jarvis-bim-modal .ivu-modal-header-inner {
  color: #ffffff;
}
.jarvis-bim-modal .ivu-modal-footer {
  border-top: none;
}
.jarvis-bim-modal .ivu-modal-footer .ivu-btn-default {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-btn__default {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-btn__default:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.jarvis-modal {
  color: #ffffff;
}
.jarvis-modal .ivu-form-item-label {
  color: #ffffff !important;
}
.jarvis-modal .ivu-form-item-error .jarvis-bim-input .ivu-input {
  border: 1px solid #ed4014;
}
.jarvis-modal .jarvis-bim-input .ivu-input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-modal .bim-delete-content {
  min-height: 40px;
  padding: 24px 0px;
}
.jarvis-modal .bim-comfirm-text-title {
  color: #ffffff;
}
.jarvis-modal .ivu-modal-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.jarvis-modal .ivu-modal-header-inner {
  color: #ffffff;
}
.jarvis-modal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jarvis-modal .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.jarvis-modal .ivu-modal-footer .ivu-btn-default {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.jarvis-bim-poptip {
  text-align: start;
}
.jarvis-bim-poptip .ivu-poptip-arrow {
  display: none;
}
.jarvis-bim-poptip .ivu-poptip-inner {
  background-color: #252d33;
}
.jarvis-bim-poptip .ivu-poptip-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jarvis-bim-poptip .ivu-poptip-footer .ivu-btn-text {
  color: #ffffff;
}
.jarvis-bim-poptip .ivu-poptip-footer .ivu-btn-text:hover {
  background-color: #6c757d;
}
.jarvis-bim-container {
  background: #1f2529;
}
.jarvis-bim-container .ivu-table-wrapper {
  border: none !important;
}
.jarvis-bim-ivu-tab .ivu-tabs-tab {
  color: #ffffff;
}
.jarvis-bim-ivu-tab .ivu-tabs-tab-active {
  color: #179BF8;
}
.jarvis-bim-ivu-tab .ivu-tabs-bar {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #505464 !important;
}
.jarvis-bim-ivu-tab .ivu-tabs-tab {
  font-size: 14px;
}
.jarvis-bim-ivu-tab .ivu-tabs-content {
  height: calc(100% - 34px);
}
.jarvis-bim-ivu-tab .ivu-tabs-content .ivu-tabs-tabpane {
  overflow: auto;
}
.jarvis-bim-content {
  width: 1200px;
  min-height: 100vh;
  padding: 24px;
  margin: 16px auto;
  border-radius: 2px;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.jarvis-bim-crumbs {
  color: rgba(255, 255, 255, 0.6);
}
.jarvis-bim-table {
  /*滚动条整体样式*/
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.jarvis-bim-table .ivu-table:after {
  display: none !important;
}
.jarvis-bim-table ::-webkit-scrollbar {
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  cursor: pointer;
}
.jarvis-bim-table ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  cursor: pointer;
  height: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(180, 180, 180, 0.2);
}
.jarvis-bim-table ::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.jarvis-bim-table .ivu-table th,
.jarvis-bim-table .ivu-table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jarvis-bim-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.jarvis-bim-table .ivu-table-cell {
  overflow: visible;
}
.jarvis-bim-table .table-label {
  color: rgba(255, 255, 255, 0.6);
}
.jarvis-bim-table .ivu-table-wrapper {
  border: 0;
}
.jarvis-bim-table .ivu-table,
.jarvis-bim-table .ivu-table-row td,
.jarvis-bim-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
  color: #ffffff;
}
.jarvis-bim-table .ivu-table:after,
.jarvis-bim-table .ivu-table:before {
  background-color: none;
  display: none;
}
.jarvis-bim-auto-complete {
  /*滚动条整体样式*/
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.jarvis-bim-auto-complete ::-webkit-scrollbar {
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  cursor: pointer;
}
.jarvis-bim-auto-complete ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  cursor: pointer;
  height: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(180, 180, 180, 0.3);
}
.jarvis-bim-auto-complete ::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.jarvis-bim-auto-complete input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.jarvis-bim-auto-complete .ivu-select-item-focus {
  background-color: #252d33;
}
.jarvis-bim-auto-complete .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #252d33;
  color: #ffffff;
}
.jarvis-bim-auto-complete .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.jarvis-bim-auto-complete .ivu-select-item-selected,
.jarvis-bim-auto-complete .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.jarvis-bim-auto-complete .ivu-select-item {
  color: #ffffff;
}
.ivu-table-wrapper {
  position: relative;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0;
}
.ivu-table:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dcdee2;
  z-index: 3;
}
.jarvis-bim-spin {
  background-color: rgba(37, 45, 51, 0.9) !important;
}
.jarvis-bim-spin-load {
  -webkit-animation: jarvis-bim-spin-animation 1s linear infinite;
          animation: jarvis-bim-spin-animation 1s linear infinite;
}
@-webkit-keyframes jarvis-bim-spin-animation {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes jarvis-bim-spin-animation {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.jarvis-bim-dropdown .ivu-date-picker-cells-cell-range:before {
  background: #515a6e;
}
.jarvis-bim-dropdown .ivu-date-picker-cells-cell:hover em {
  background: #909399;
}
.jarvis-bim-dropdown .ivu-date-picker-cells-cell-prev-month em {
  color: #6c757d;
}
.jarvis-bim-dropdown span.ivu-date-picker-cells-cell-disabled,
.jarvis-bim-dropdown span.ivu-date-picker-cells-cell-disabled:hover {
  background: #515a6e;
}
.jarvis-bim-dropdown .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.jarvis-bim-dropdown .ivu-select-dropdown {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
}
.jarvis-bim-dropdown .ivu-select-dropdown span,
.jarvis-bim-dropdown .ivu-select-dropdown li {
  color: #ffffff;
}
.jarvis-bim-dropdown .ivu-dropdown-item:hover {
  background: #10A5CB;
}
.jarvis-bim-dropdown .ivu-dropdown-item-selected,
.jarvis-bim-dropdown .ivu-dropdown-item.ivu-dropdown-item-selected:hover {
  background: #10A5CB;
}
.jarvis-bim-page .ivu-select-dropdown {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #252d33;
  color: #ffffff;
}
.jarvis-bim-page .ivu-page-next,
.jarvis-bim-page .ivu-page-item,
.jarvis-bim-page .ivu-page-prev,
.jarvis-bim-page .ivu-select-selection {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.jarvis-bim-page .ivu-page-item-active {
  border-color: #179BF8 !important;
  color: #179BF8 !important;
}
.jarvis-bim-page .ivu-page-item:hover {
  border-color: #179BF8 !important;
}
.jarvis-bim-page .ivu-select-item-selected,
.jarvis-bim-page .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.jarvis-bim-page .ivu-select-item {
  color: #ffffff;
}
.jarvis-bim-page .ivu-page-options-elevator input {
  background-color: #252d33;
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
}
.jarvis-bim-page .ivu-page-options-elevator,
.jarvis-bim-page span {
  color: #ffffff;
}
/* iview 黑暗  end */
.grow-tooltip .ivu-tooltip-inner {
  max-width: 300px;
}
body,
html {
  font-size: 12px;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden;  */
  min-height: 50vh;
  position: relative;
  z-index: -2;
  /* padding-bottom: 5px; */
}

#main_header {
  /*height: 55px;*/
}
div.ivu-card-head > p {
  font-size: 18px;
}
/* 全局类 */
.page-width {
  padding: 0 10px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
.page-width {
    padding: 0;
    margin: 0 auto;
    width: 1280px;
}
}
.float-left {
  float: left;
  display: inline-block;
}
.float-right {
  float: right;
  display: inline-block;
}
.cursor-pointer {
  cursor: pointer;
}
.fixed-bot {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.container {
  max-width: 1280px !important;
  min-height: 90vh;
}
[class*="col-"] {
  padding: 12px 0 !important;
}
.container-fluid {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media (min-width: 1300px) {
.container {
    max-width: 1280px;
}
}
.cut_tow {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2; /** 显示的行数 **/
  overflow: hidden; /** 隐藏超出的内容 **/
}
.copy-right {
  width: 100%;
}
/* 解决首页下拉移位 */
.ivu-select-dropdown-list {
  display: block !important;
}
/* by rick */
.deleteFieldIcon {
  font-size: 18px;
  cursor: pointer;
}
.projectTypeManagementBack {
  margin-top: 30px;
}
.upload-floating-window {
  z-index: 100000;
  width: 300px;
  height: 36px;
  background-color: rgb(33, 34, 38);
  border-radius: 8px;
  position: fixed;
  top: 0;
  left: calc(50% - 300px);
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  color: white;
  font-size: 14px;
}
.close-btn {
  background-image: url(/static/img/viewer/close-btn.png);
  background-size: 100% 100%;
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
}
.close-btn:hover,
.close-btn:active {
  background-image: url(/static/img/viewer/close-btn--active.png);
}
/* .close-btn__img {
    width: 100%;
    height: 100%;
    display: none;
  } */
.ivu-btn input,
.ivu-btn form {
  cursor: pointer;
}
.ivu-table-wrapper {
  overflow: visible !important;
}
.bim-tip {
  position: relative;
  z-index: 100;
  background-color: #92959f;
  text-align: center;
  line-height: 40px;
  /* height: 40px; */
}
/*ie11 css hack*/
@media all and (-ms-high-contrast: none) {
*::-ms-backdrop,
  .bim-tip {
    width: 100%;
}
}
/*ie11注意里面的标点符号*/
.bim-tip-title {
  color: white;
  font-size: 16px;
}
.bim-tip-close {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  right: 20px;
  float: right;
  top: 13px;
}
/* 工具类 start */
@media screen and (max-width: 540px) {
.u-in-phone-hide {
    display: none !important;
}
.u-in-phone-show {
    display: block !important;
}
.u-in-phone-full-width {
    width: 100% !important;
}
.u-in-phone-top-0 {
    top: 0px !important;
}
}
@media screen and (min-width: 540px) {
.u-not-phone-hide {
    display: none !important;
}
}
.ivu-message-notice-content {
  z-index: 99999999;
}
/* todo 兼容 IE iview table 勾选状态没有 打勾标志 */
.ie-table-checkbox table {
  border-collapse: separate;
}
@keyframes dms-fade-in {
  /*dms 淡入 */
0% {
    opacity: 0;
} /*初始状态 透明度为0*/
40% {
    opacity: 0;
} /*过渡状态 透明度为0*/
100% {
    opacity: 1;
} /*结束状态 透明度为1*/
}
@-webkit-keyframes dms-fade-in {
  /*针对webkit内核*/
0% {
    opacity: 0;
}
40% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
/* 工具类 end */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.upload-dms-modal .tip-mask[data-v-203d8e92] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -258px;
  margin-left: -456px;
  width: 912px;
  height: 516px;
  /* background: rgba(55, 55, 55, 0.1); */
  border-radius: 6px;
}
.upload-dms-modal .upload-dms-header[data-v-203d8e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.upload-dms-modal .upload-dms-header-btn .ivu-icon[data-v-203d8e92] {
  cursor: pointer;
}
.upload-dms-modal .upload-dms-item[data-v-203d8e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.upload-dms-modal .upload-dms-item[data-v-203d8e92]:hover {
  background-color: rgba(21, 186, 228, 0.2);
}
.upload-dms-modal .upload-dms-item:hover .upload-dms-item-status-close[data-v-203d8e92] {
  visibility: visible;
}
.upload-dms-modal .upload-dms-item-bg[data-v-203d8e92] {
  background: rgba(16, 165, 203, 0.1);
  height: 55px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
.upload-dms-modal .upload-dms-item-info[data-v-203d8e92] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upload-dms-modal .upload-dms-item-info > div > p[data-v-203d8e92] {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 260px;
}
.upload-dms-modal .upload-dms-item-info > div > div > span[data-v-203d8e92] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.upload-dms-modal .upload-dms-item-info > img[data-v-203d8e92] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.upload-dms-modal .upload-dms-item-btn[data-v-203d8e92] {
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  max-width: 50%;
}
.upload-dms-modal .upload-dms-item-btn-item[data-v-203d8e92] {
  padding: 6px;
  background-color: #10a5cb;
  border-radius: 2px;
  margin-left: 8px;
  cursor: pointer;
  line-height: 26px;
}
.upload-dms-modal .upload-dms-item-btn-item[data-v-203d8e92]:hover {
  background-color: #57c5f7;
}
.upload-dms-modal .upload-dms-item-btn-cancel[data-v-203d8e92] {
  background-color: #e36259;
}
.upload-dms-modal .upload-dms-item-btn-cancel[data-v-203d8e92]:hover {
  background-color: #d97a61;
}
.upload-dms-modal .upload-dms-item-status[data-v-203d8e92] {
  z-index: 1;
}
.upload-dms-modal .upload-dms-item-status span[data-v-203d8e92] {
  color: rgba(255, 255, 255, 0.6);
}
.upload-dms-modal .upload-dms-item-status .refresh-upload[data-v-203d8e92] {
  cursor: pointer;
}
.upload-dms-modal .upload-dms-item-status-close[data-v-203d8e92] {
  cursor: pointer;
  visibility: hidden;
}

.upload-dms-modal .ivu-modal-content {
  background: #212226 !important;
}
.upload-dms-modal .ivu-modal-body {
  padding: 0;
}
.upload-dms-modal .upload-dms-scroll {
  height: 500px !important;
}

.flex[data-v-92b07bf8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-92b07bf8] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-92b07bf8] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-92b07bf8] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-92b07bf8] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-92b07bf8] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-92b07bf8] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-92b07bf8] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-92b07bf8] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-92b07bf8] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-92b07bf8] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-92b07bf8] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-92b07bf8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-92b07bf8] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-92b07bf8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-92b07bf8] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-92b07bf8] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-92b07bf8] {
  text-align: center;
}
.right[data-v-92b07bf8] {
  text-align: right;
}
.left[data-v-92b07bf8] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-92b07bf8 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-92b07bf8 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-92b07bf8 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-92b07bf8 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-92b07bf8] {
  -webkit-animation-name: section-fade-in-data-v-92b07bf8;
          animation-name: section-fade-in-data-v-92b07bf8;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-92b07bf8] {
  -webkit-animation-name: section-fade-out-data-v-92b07bf8;
          animation-name: section-fade-out-data-v-92b07bf8;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.forge-viewer-container[data-v-92b07bf8] {
  width: 100%;
  height: 100%;
  position: relative;
}
.forge-viewer-container #forge-viewer-main[data-v-92b07bf8] {
  background-color: #ededed;
  position: relative;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.forge-viewer-container #forge-viewer-2d[data-v-92b07bf8] {
  background-color: #ededed;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
}
.forge-viewer-container #forge-viewer-2d .viewer-2d-close[data-v-92b07bf8] {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  color: #000;
  z-index: 12;
}
.forge-viewer-container #forge-viewer-2d-list[data-v-92b07bf8] {
  background-color: #2a2f33;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.forge-viewer-container #forge-viewer-2d-list .forge-viewer-2d-list-top[data-v-92b07bf8] {
  padding: 16px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.forge-viewer-container #forge-viewer-2d-list .forge-viewer-2d-list-con[data-v-92b07bf8] {
  width: 100%;
  height: calc(100% - 57px);
  overflow-y: auto;
  padding-top: 30px;
}
.forge-viewer-container #forge-viewer-2d-list .viewer-2d-list-item[data-v-92b07bf8] {
  padding: 0 10px;
  margin: 0 auto;
  width: 350px;
  max-height: 350px;
  min-height: 300px;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: relative;
}
.forge-viewer-container #forge-viewer-2d-list .viewer-2d-list-item .view-title[data-v-92b07bf8] {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15px;
  color: #fff;
}
.forge-viewer-container-version[data-v-92b07bf8] {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.forge-viewer-container-version .paths[data-v-92b07bf8] {
  margin-left: 10px;
  top: 10px;
}
.forge-viewer-container #forge-viewer-paths[data-v-92b07bf8] {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  background-color: #252D33;
  padding: 10px;
  width: 300px;
  border-radius: 4px;
}
.forge-viewer-container #forge-viewer-paths .forge-viewer-paths-title[data-v-92b07bf8] {
  padding-bottom: 10px;
  font-weight: 500;
}
.forge-viewer-container #forge-viewer-paths .forge-viewer-paths-item[data-v-92b07bf8] {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #595F64;
  cursor: pointer;
}
.forge-viewer-container #forge-viewer-paths .forge-viewer-paths-item-active[data-v-92b07bf8] {
  color: #2D8DF0;
}
.setup-transparent {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAD1FJREFUeF7tnQ2S5CgOhZ0n652TzfbJZvpkuUG2XUu7bCM9JBDwKmIjejb5EU/6LIGd6dfGPypABW4VeFEbKkAF7hUgIIwOKvCgAAFheFABAsIYoAKYAswgmG7stYgCBGQRR3OZmAIEBNONvRZRgIAs4mguE1OAgGC6sdciChCQRRzNZWIKEBBMN/ZaRAECsoijuUxMAQKC6cZeiyhAQBZxNJeJKUBAMN3YaxEFCMgijuYyMQUICKYbey2iAAGZ2NHv9/s/r9fr34mX6L40AuIuse0EKei3bUv/y/9+7P9x/v/vJj+g+bVt2+ffBOlaKgJiG7/mo52A+Nt8gu8DJmB+EprfwhCQBhGnmaIDECXzPsCsmmEISCk8Gn3+fr//u21biwxRs6LlYCEgNeFS2XeHIo0SHYyrlS4BCwGpDHKk+w5G2lhLN9XINK36TA0KAWkVRtu2DVJGoYpMCQoBQcNB0W9yMM5KTAUKAVEEurZpdiI14h5Du9xvoLxer79qB+ndn4A4eWCxrPGkYjoiTid0Q/4REGO3EYxLQYctuwiIISCEoyjmcNmEgBR9Wm6w7zX+Kbdki/2u/DAlFwGpjFlmDUjAYUouAgL593cnwlEh3u+uf0V/xouAgD4mHKBw37uF3pcQEMDPhAMQ7blLWEgIiNLX7/c7bcZneIZKuXL35iEhISAKvxMOhVhY03CQEBChIwmHUKj6ZqEgISACh3LPIRDJtkkYSAhIwbGEwzbyFaOFOAImIA8eIxyKcPZp2h0SAnLjWD4+4hPxylH/7f3IPAG58BjhUIaxb/Ou+xECcg0I73X4Br129G6QEJCTq7jv0MZum/av16tLrHaZtI2k+llYWuk1a9ijy36EgGQe5s3AhuGOTdW81CIgu6OYPbCIbd2rdalFQP4PyLu1szkfpEDTLEJAfn/xiadWUKx269QMkuUBYWnVLchrJm62YScgzB41gdqzb5MssjQgzB4947t6bgJSLWFhAO49vBV2H98dktUzCE+u3GPYdQIC4iUvHynxUrb5uK6QLJtBWF41D2SvCQmItbLcnFsr2nc8z7vrS2YQZo++Ae0wu1sWWQ4Q7j0cwrP/kASk1gcEo1bB2P29yqypM8jgr1mOHZHxrHPJIlMCwmwRL3obWERASiITjJJCc3/uUWZNkUFYSs0d+IrVmf+O1vCAMGsowmf+puZl1rCANAAjvSbs17ZtP4DXHXw5KntXehon/fHVCX6gmn9PZEhAnOH4StPgDcXiVWyHJoXJ3wTGlhbrfchQgOyB5RpUh8BecFyFQ4t12YZh6NFM9yHDAOKcNQ6Pf1J0SzjyUDuVYyzFMA7XA6QRHMkdad+B7BOKZZXW18wqWsW+2pv6InwGMYLj517vw6o/dDR1yCmj8NdW9B4z9UdoQAzg+Ijl+Hi7qTMIh56Gix6mJ1lhAQH3AYdefwSuEyCEwySe7QexPMkKCYglHEl+B0AIh31cm404NSAVcNwGrTEghMMslH0GmhaQij3HY9BWjHv2YDQ40uFDOnlzvTfkE8Z+o04JSEUQF8+9K8bOvRgOjnQAcRhYkXn9IrXTyNMBAgaw+LTCIHhCw5FBkoBJ2WT1v+JFUypQ9006uD9QBWwlIKq5pMLvhwfIfY5W5aRmKdHazgFICzgqAjF1HQoOZpIvTqcBRHsFhQIWzCDQXJJLaQt7wLJVYv4IbcYHBHCgeM+Re7BFMGoipqU9gMaapYRtO/wmHSitCAcYjitCMgMgqtIKWXDLK7UkdnvaA84tWVbINki83C2k+SkWcEVT15NoQFgKG63MQzUJScCzUVC1EQIQoLRSb5QrA0E9XymAQHs87EhfwEqZe/a/oQHRlFbqIAGDMQ8Y9ZxP0QbaY2qDQSYbDagxAVFmD/UiwWA8O98sOEF7zOY/Lwy0ZzQ4zO9dNduDKB2k2ncox350usU+BLSHcNjgaKpjE0A8swcYjLeuqAUEtMfUqQuWVfmSVRfXEpOtABHvPTQBCgZjSRNYYNAewlHyiOJzTfxIhnUHRJk9xMECBqNEE7ENBldqaC7JIhz1kUzfq41671oytAUg0uwhXhzo/PTFIslvTamDFrRHPU/JmcfnoD3S4SO3E8eQdBGugCizh6i0AZ3/Ccb3+y16L7omTdfYI3WSph1oj2aKyG1FMaRZgDcgptkDdP7XlVpxF190da+1R+MoSVvQHmlmlZjQtY3mwiY1NAogRfJB5/8R6JaAWNgjdZKkXY090swqsaNjG/PyKq3FDRBNeVUiv8b5Z4dJg+HJJkt7LAKq1h6wv4XplmMMB4hJeQU677ZEqs0i1vbURoiFPQpNas317F+sQpDJPTOIaEO8bdvtwiycf5FBpD9s8A0yD3sQp1WeVl1ePKSZtcZe577jAKIor27TomcwSoMhL7M87UECx9qewbOIS3nltgdROO+SekX/PLZEJ0+pgxSQ40cbvO3RAuJhz+CAuGSP7oBcbYQ9nF9RZqWuyDGoGNYIcGQlm7Qs1prt2d4te3gCIhH628JawNEgGIaEY8+s0v2ZZ8Brx3bLHi6AoPuPlnA4BsOwcOyaDPetw9ItAi1t5/bmp1iKQHd/m2xJHMVepDRU+nxoOBpkVomG2jau5ZVXBhHd/+jxNtnKvciT86aAQ3mAoQ1mj/au5VVPQLq+TTb3lEEWmQYOx9LTAw737OEFiGiDvismefw8F9c8GCuPN83tyUodUSY+RV61PZV6eIBwN6Z79jAHRLFBR4Ssdv7VpBUB4WLPfhXvAsdAGaRJ9hgJkCmD8QbYbnAMtFFvkj08APE4R48Gh9uJleIE0LvslJTJSBVg0cctHq6MMz3mrShX7oRzEwMMxtxO06sYaI+LPqAtFsFfGqNZaXUYYg0IUh6MCMdhswkkYEC6wFGxByoFt8XnJnprDIkKyCjOr76iEQ5xuFZrLZ4paxgRkFHgOGSEHUc45CHr/UjJnSXRABkNjkNXtd2EQw7H05fqVKMAjSMBog4y6XrBYJQOr4YEtGd0fbR6qnVFJ3jqFwWQaM7/uYumfed4sdwiHKowdosLqRURAHEToTYYwWPrLl8jljo8bwfqg0yF9ClebJBBtX16AxIWjkNIEJLU/Y8jSTAYo+mjjS+0fQg4kvE9AYnm/Ft7aiEhHGpOmt/viHaKNQwcBplEHR0Bv3yFrAHtEwYOjwwiehbL60zb+0oNjq8NlGgXD639Ne3d1o4aZV1idQMEDF61Q8B5pP5R2yMd2NluqRlP7dzWXmNcF0Csb/yAzocdUrEn6RIgoD41caXtG6qsyo23BkT6qxhwcJ6VB51fPb8xJNX23EUkqI82wGvah4XDfA+SBhR+x9skIEDnm8y9r1VUUgqixyVIQH2QH8oTLPFbkzBHuU/Gm2YQBSDV4oDON4PD4XQrBeav9EuOr9cr/bvqD9Vnn1T7BIHWVnM/aA2QtvcARPSdkJqTLNT56TVsUmE07UB7nqZIgKQggkAB7fkELdhXI9cwcHiVWNKyAyorQAe6OQW0RxNQH1g+zhIAA9rzpQ/YX7oeNz9IDdC288ggUkDUYoHOU88jFRG0Rzr8Xbsjq3yDBrTnKO3SfF6llZsPasUs9TcHRLEPUYkGOl81R0ms/HPQHs0UmratNtYam1LbqlJRO5lH+56ApJJBND8YjKvA4REXFmO66W9hnHQMUYBKBzvaKe4RFEWcBI5UDv3Ytk37S5Ja6SO0L/o0gpFSG0IDMgscx+nZ/suTqc6fEZR0ETA5opYGb4t2LoAo9iG3ZdZscJz2LwmQWUCZKmOcofMERHQ/5OrR7pnhmASUz8mX132lFplBOocnINLj3j+yyCpwXIByHLNGLr+WAePwjxsgmjLreLp3RTiurmSB9yrQzV3p1TpiO29ApFkEPeVxq3+jwBoIlurn5yICULIpCiAlO68+nx6O7Nhcup970jF/ris9FHn8Se+eu+mNOL9VH1dAlGWWZs1uzoqSOSrhEOmjuF8lvqmrceIIbVsAIi2zpHqJnC8d7LRZRq7Uw9oj/O5OkmjJ8iot3B0Q4ywybDBqgfXOZMrxl9ucNznFysoEiyxCOJ4pE+ujfJfkstmjWQYxyCJi50e7Uke0h9lD7pUmJdYOCJpFCIdR5gD8sHT2aJpBwCxCOAzhAHyw7N6j6R4E3YtIvy8iT5i/WypLjGP44WFVrnv57NE8g0RI8cogmQkOVYnrdXHSXsx6t2+2B8myiPTH5cyDk3CIw80tW4otCNKwOSBAFkldqh1GOMQRx9Iqk6oLIOA+AIZkYTi02XrZR0ruLh89AVE7D/nR61XhAE6sUpflT63OoHQDBCy1VE5cHA7tc2VwhhYXbwM27ApIBSRFZ64Kh/IxkiNkue+4gbc7IOB+5HHjvjAcqqPcLCZYWkUGBKyXLyEhHOo6hnA8SBYig+yAIJv21PWrPCAchEOtQKFDGEBqIdnXqf1FkOJeBhW8FayabwWe1uK2dlSziP1CAVKxaUe0dQuQFnBUgPG4f0OEnLlPOEAaQUI4Zo5qw7WFBKSy3CrJMywclVmDmaMUGRefhwXECZIh4djBqP11eLe1A3E3TJfQgGSQWPzQs9vNMK89xw5GkkH621V3gUc4QCTDA3KsCwzCK1lM33oE2vUYsAalVL5u3ucA4UjdhgHEYfNeDYolHPsjIsdrESpc+tWVWcNAxaEAcdqXpGHVsFjAkZVQtfuLcygQDgM4hssg+ZrBAJXIdvyGbfr92ss3JoFzf95Ku/9ZA8GSSuJZoM1wGeQECfp4CiDVJ8skaDyDG7Hr6MOsUaPeTd+hAck28OhTrA6SNh+SYDhKPgUg2d7E4jjYUW7zoQmHuaR/DjgNIFk2mekFmXfuJxjOYBzDTwfI5KAQjEZgTA/IRKB8Tr9WeKNs49gXTTdtBrlafaD3/ZWcs9zbZEuC9Pp8KUBOWSX9Z6RN/XGMfHnvpVeArD7vkoCcnZ495tHyHscBBMunwBQSkAvn7MCkT9KJWILm+DfiyvzOfOrPDIGo2KkPAQGEzwC67P16vfJXLgMzsEsUBQhIFE/QjpAKEJCQbqFRURQgIFE8QTtCKkBAQrqFRkVRgIBE8QTtCKkAAQnpFhoVRQECEsUTtCOkAgQkpFtoVBQFCEgUT9COkAoQkJBuoVFRFCAgUTxBO0IqQEBCuoVGRVGAgETxBO0IqQABCekWGhVFAQISxRO0I6QCBCSkW2hUFAUISBRP0I6QChCQkG6hUVEU+B+lB0FQkOvjFgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}

.setup-transparent-active {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAAAXNSR0IArs4c6QAAD0dJREFUeF7tnQ1y3LgOhMcny/pkuzmZk5N5i6EVacaSCDQBEiR7ql5V9pk/YAOfAFKa0duDHypABS4VeKM2VIAKXCtAQBgdVOBGAQLC8KACBIQxQAUwBZhBMN3YaxEFCMgijuYyMQUICKYbey2iAAFZxNFcJqYAAcF0Y69FFCAgiziay8QUICCYbuy1iAIEZBFHc5mYAgQE0429FlGAgCziaC4TU4CAYLqx1yIKEJBFHM1lYgoQEEw39lpEAQIys6M/Pv95vL/9mnmJ3msjIN4KW4+fgv7xSP87fn58/cfr/381+wbN78fjkf9NkE61IiDWAWw93jMQ/1oPfzJeAuYnocnKEJAGEaeaoj0QJfMyMItmGAJSCo9Wf//4/O/xeLTIEDUrWg4WAlITLrV9MxTpEx2Ms5UuAQsBqQ1ypH8GI22spZtqZJZWfaYGhYC0CqM0zxhlFKrIlKAQEDQcNP3mBuNVialAISCaQNe23U+kRtxjaFf7HZT3t/faQXr3JyBeHlgra9ypmI6It8MIL7XdxiUg1tISjKlOvAiIJSCEo6TmcNmEgJRcKvl73mt8SJqyzZ+78sOUXASkNmKZNRAFhznpIiCIe7c+hKNGvdT3PfozXgQEdTHhQJV77Re65CIgiJsJB6LakEfBBETr6o/PtBmf4Rkq7cq924fMJARE43bCoVELaRsOEgIidSPhkCpV2y4UJARE4k7uOSQqWbYJAwkBKbmVcJQU8vp7iCNgAnLnXsLhFfzScbtDQkCuXMXHR6RB7Nnu16PzI/ME5My9hMMz6LVjd92PEJBzQHivQxvGvu27QUJAXh3LfYdvqKOjv791idUuk6IaufdjaeUuccUEXfYjBOToMd4MrIjfJl2bl1oEZPMrs0eTCK+epHGpRUB2QD6rnccBWijQNIsQkORSllYtAttyjmaQEBCWVpaB22qsZht2AsLs0SqoredpkkXWBoTZwzpoW45HQNzVZvZwl9h5AndIVs8gPLlyjmDn4QmIm8B8pMRN2sYDu0KybgZhedU4jt2mIyDm0nJzbi5p1wEd766vmUGYPbrGs8PkbllkPUC493CIz+5DEpBqFxCMaglDD+BUZs2dQcZ+zXLoeAxonEsWmRMQZouA8etuEgEpSkwwihJN3cChzJojg7CUmjruFYsz/x2t8QFh1lDEz/RNzcuscQHxByO9Juz34/H4AbzuYHfU/q70NE768NUJfpyaf09kTEB84djTNHZDsXwVy9Ckz78ExpgW433IWIDkwPINqk1gLzjO4qHFuozjMPBwpvuQcQDxzRqbv3OKbgnHMdKeyzGWYhiFCwLSBo7kjrTvQPYJ5bJK62xmFa1iW3tTX8TPIDZw/PwqzVDR7/qZOuRpIiyTeaxxpDFN/REbkHo4slh+j7ebOoNwmHBoepIVF5C6q+dz4PoAQjhM4tlhEMOTrJiAWMKR9LcHhHA4xLXZkFMDgsNxHbS2gBAOs0h2GmhaQPA9x33Q4uO+ejAaHOnwIZ28+d4bcopjt2GnBAQP4vK5Nz720Yfx4EgHENsHz7xucdpt4OkAwQJYflpRHzyx4dghScCkbLL6p3zRFCrUf5OO7Q90AVsHiG4uofB/mmF2tSonNSuJ1nYSQFrAgQdi6jkWHMwkmwLTAKJ9mywWsB5X6pprZgt7sLK1ZlWR+k4AiN6B8j3H0VUtglETGi3t0WusWUnctsNv0vWlFeFAw3FFSCYARFdaIQtueaWWBG9Pe7C5JauK2QaJl4uVtD/F0l/R9PUkGhCGwj7pjdmD7beuQhazISYA91Zh1UYIQPSllT5I6gJBP18phDB7POxIX8BKmXv2z9CAaEorfZBgwXgMGP2cd+GG2WNrQ/2BxWhADQqILnvoF4kF46vz7YITs8du/teVYfaMBof5vat2exCdg3T7Dt3Y90632Idg9hAOGxxNdWwDiGf2wILx2hW1gGD2mDrV4IDAJlT7jKK7uBZsbAWIfO+hCVAsGEtuwwXG7CEcJY9o/q6JH8G4/oDosoc8WLBgFEgCPn+F2SNfr8Ty9Tbkr6ro967dM4g8cOSLk495XH76YpHkt6b0QYvZo59HCglmj3T0yO3kMSRchW8G0WUPWWmDOT8H48en7L3omjRdY4/QSapmmD2qKQI3lsWQYgHegEj3HjLyMefvV2r5XXzZ1b3WHoWjRE0xe6SZVWRC10aaC5vQ0CiAlMnHnP8c6JaAWNgjdJKoWY090swqMqRbI9lFVmmeHyCa8qpEfo3zXwWRBsOdTZb2KB122rzWHqy/heWWYwwHiE15hTnv7ieApN/bPh/D2p7aELGwR55Za6317F+uQoDZPTOIbEP8eFwvzML53zMIDoiHPYDT/naxtEeaWWvs9e07ECDy8uo6LVo636LM8rQHCRxre8bOIi7lVXKLTwaRO++cenn/Y2jJTp5SD/nVcjselpaLmD1aQDz0GRsQl+zRH5CzjbCH8/EyK/VEjkHlsEaAY7NBfuHQWu3Z3i17eAIi2X98X1gLOPyDYUw4cmaV7s88A147tlv28AEE3X+0hMMvGMaFI2sy3rcOS7cItLi9tLffg8gD3f9tsiVxbEuKseHwz6wlbyB/dy2vvDKIbEPb422ydXuROwfOAYfuAAMJaOs+ruVVT0D6vk326Kb6LDIPHH6lpzUY+fAkvZHY+eNRYsk26HlhksfPjxLYB2PdxtTenr3UkWXi5wCpt6dOD+dwfRrePXvYZxDfTV6988/chweEjz35Kt4HjnEySJPsMRIgcwbjObD94Bhno94ke3gA4nGOHg2OpJuPTT0zh+2+zLPU8tH+wmLbPQherlwJ6icGFoxHO22vYpg9PvpgtnhCsY3drLTaJrQGBCkPRoRjs9kGEiwgfeDA90AtALHRW2FpVEBGcX79FY1wSMO1XmvpTId2EQEZBY76tE845CHr/EjJlSHRABkNjk1Xvd2EQw7H3ZfqNKMAbSMBog8y6YKxYJSOrocEs2d0fbR66nVFZ7jpFwWQaM7/+aWZ9p3j5TqZcGjC2C8uhFZEAMRPhNpgxI6t+3yNWOjwp2aYPshMSJ/yxQYZVdmnNyBx4diExCBJvZ+PJLFgjKaPMrzg5iHgSNb3BCSa86/tqYWEcGhJaX6/I9op1jhw1GcSbXCk9tH0QdaA9gkDh0cGkT2L5XWm7X2lxsbXBsrKcPitXeuFr/bWJVY/QLDg1TsEm0fqHr090pF97ZZacdfOb+0V1vUBxPrGD+Z83CH4nqRPgGD6VISVumuosupovTUg0l/FwIPzVXvM+fXz20JSb89VTGL6qCO8okNYOOz3IGlE2Xe8bQICc77N3HmtspKyHD0+QYLpg/xQXnmF31uEOcq9M942g8gBqRcHc74dHPanWykwf3/9GEH6d90H1SfPqn2CQGurvR+0FgjbewAi+05IzUkW6vz0GjaPD2bPnSUJkBREGCiYPTlosb4aVYeBw6vEkpYdWFmBOdDPKZg9moDKsKSPBBjMnl0frL90PX5+kFqgbOeRQaSA6MXCnKefRyoiZo909Kt2W1b5Dg1mz1baeZZWfj6oVbPQ3x4Q+T5EJxrmfN0cGrExezQzaNq22lhrbEpt60pF7WwO7XsCkkoG2fxYMK4Ch0NYmAzpp7+JebJBZAEqG2tvJT/+LIs4BxypHPoB/JKkVvkI7cs+jWCl0IbYgMwCx3Z6ln95Mh2han9yVejOrs3SRSAd32Mnb11Nv57cBxD5PuS6zJoNjqMP5gJlqozxioonILL7IWePds8Mxxyg5JMvr/tKgbKJJyDS497nLLIKHN9B2Y5ZI5dfy4CxuccPEE2ZtT3duyIcZ1fLuCUYdnM3UEbQmuINiDSLoKc8fvVvFFjjwFL//Jw2OgO0jwIIIsX8cGyqYLC+ano8XUoPRW4f6YOJfnoj3m/UxxcQXZmlWbKfs7BgHNMe+f0q+U1djRcHaNsCEGmZJZVrzGCUru558y49CTz2kusj++5OGnvJ8iot3B8Q2ywid742IFfKHNknGviW25y3OcXaa2iLLEI47qGX66N7l+Sy2aNdBqnPInLnM3OUFWD2KGv01aJNiZUBQbMI4bDKHHo/LJ092mYQLIsQDks49D5Ydu/Rdg+C7kWk3xcRJ8yvhroSYxt9fFh1614+e7TPIBFSvC5IZoJDV+J6XZy0F7PO7dvtQfYsIv1xOfvgJBzScPPLllILgrRrD4g+i6Qe9Q4jHNKQY2l1UKoPIBkSzY2qOkj0c9XNVwrFVvbo7ndkq1laPXmvJyDaUuuP+9Rf6WwVjCUo9hJTe2HAYZU/SrJZp9dXuu5B2/UDBCu1dJCsDYcWxPoydlAI7szuCwgOSdmZq8KBlFULP4xYYro/INh+5L7sWBcO3VHuHh0srS5IiQFIhuSzRPPJ379nEsKhlZFw3CgWCRBk056Wth9LEg7CoVWg0D4OIDmL4JDkhWp/EaS8l0EFbwVrxIdAUc0C9osFCL5pR6QdGw4cDPzYGFF58D7xAGkDCeEYPHBbmR8TkLpyq6TduHDUZQ1mjlJknPw9LiA+kIwJRwaj9tfh/dYOBN4oXWIDskNi8Yvofg/heW3IMxjpI/3tqqu4IxwgkfEB2RaGBeGZLLZvPcLsug/Y+lLquG7e5wDhSN3GAcR+814PiiUc+Yh7e39IhUv/dmXWMFBxLEB89iVpVD0sFnDsJVTt/uI1FAiHARzjZZDjorEAlci2/YZt+v3a8zcmYXPnt9LmjzUQLKkkngXajJdBniFB77wDUv3JMgkaz+BG7Nr6MGvUqHfRd2xAtkXZbmodZHYdkmA4yjsHIPvexOI42FFu86EJh7mkzwPOA8ieTWZ+kyzLKWcgXoefD5C5QWHGICDGCsR5hRm6sHz6tcAbZVGBPPvNm0HOVBsHluXeJusZ5DVjrwXIc/mV/ivSpn47Rj6/91LjZfaFFVgTkFe59sc8Wt7j2IBg+QSHr39HAnJdiqW/pBOxBM32b8QjxzvzqT8zBKJipz4EBBE+Z5zrz/vb8ZXLyAzsE0QBAhLEETQjpgIEJKZfaFUQBQhIEEfQjJgKEJCYfqFVQRQgIEEcQTNiKkBAYvqFVgVRgIAEcQTNiKkAAYnpF1oVRAECEsQRNCOmAgQkpl9oVRAFCEgQR9CMmAoQkJh+oVVBFCAgQRxBM2IqQEBi+oVWBVGAgARxBM2IqQABiekXWhVEAQISxBE0I6YCBCSmX2hVEAX+B0KrajK5Z6PgAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}





































































































































































































































































































































































































































































































































.jarvis-bim-drawer .el-drawer__body {
  background: #1f2529;
}

.flex[data-v-cb803432] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-cb803432] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-cb803432] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-cb803432] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-cb803432] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-cb803432] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-cb803432] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-cb803432] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-cb803432] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-cb803432] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-cb803432] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-cb803432] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-cb803432] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-cb803432] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-cb803432] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-cb803432] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-cb803432] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-cb803432] {
  text-align: center;
}
.right[data-v-cb803432] {
  text-align: right;
}
.left[data-v-cb803432] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-cb803432 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-cb803432 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-cb803432 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-cb803432 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-cb803432] {
  -webkit-animation-name: section-fade-in-data-v-cb803432;
          animation-name: section-fade-in-data-v-cb803432;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-cb803432] {
  -webkit-animation-name: section-fade-out-data-v-cb803432;
          animation-name: section-fade-out-data-v-cb803432;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.comment-con[data-v-cb803432] {
  height: 97%;
  overflow-y: auto;
  padding: 0 16px;
}
.comment-con[data-v-cb803432] ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.comment-con[data-v-cb803432] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.comment-con[data-v-cb803432] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.comment-con .no-permission[data-v-cb803432] {
  text-align: center;
  margin-top: 76px;
  margin-bottom: 69px;
}
.comment-con .no-permission > img[data-v-cb803432] {
  height: 190px;
}
.comment-con .no-permission-title[data-v-cb803432] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin-top: 32px;
}
.comment-con .no-permission > p[data-v-cb803432] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-top: 16px;
}
.comment-con-no-data[data-v-cb803432] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.comment-con-no-data img[data-v-cb803432] {
  width: 100px;
  height: 100px;
}
.comment-con-item[data-v-cb803432] {
  padding: 8px;
  background: #252d33;
  border-radius: 4px;
  margin-top: 8px;
}
.comment-con-item-top[data-v-cb803432] {
  cursor: pointer;
}
.comment-con-item-top-img[data-v-cb803432] {
  width: 96px;
  height: 72px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(/static/img/comment_img.676fbb0.png);
}
.comment-con-item-top-main[data-v-cb803432] {
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% - 104px);
  padding-right: 8px;
}
.comment-con-item-top-main-title[data-v-cb803432] {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 7px;
  line-height: 14px;
}
.comment-con-item-top-main-desc[data-v-cb803432] {
  color: rgba(255, 255, 255, 0.8);
}
.comment-con-item-top-main-tips[data-v-cb803432] {
  width: 100%;
  margin-top: 6px;
}
.comment-con-item-top-main-tips-left[data-v-cb803432] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.comment-con-item-top-main-tips-left-version[data-v-cb803432] {
  margin-right: 16px;
  width: 25px;
  height: 16px;
  background: #10a5cb;
  border-radius: 4px;
}
.comment-con-item-top-main-tips-left-count[data-v-cb803432] {
  color: #10a5cb;
}
.comment-con-item-top-main-tips-more[data-v-cb803432] {
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.comment-con-item-task[data-v-cb803432] {
  width: 100%;
}
.comment-con-item-task-title[data-v-cb803432] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 0;
}
.comment-con-item-task-main[data-v-cb803432] {
  width: 100%;
  background: #1f2529;
  border-radius: 4px;
  margin-top: 14px;
  color: #ffffff;
  padding: 12px 16px;
}
.comment-con-item-task-main-title[data-v-cb803432] {
  font-size: 14px;
}
.comment-con-item-task-main-title-text span[data-v-cb803432] {
  color: rgba(255, 255, 255, 0.6);
}
.comment-con-item-task-main-content[data-v-cb803432] {
  position: relative;
  cursor: pointer;
  margin-top: 16px;
  color: #ffffff;
}
.comment-con-item-task-main-content-block[data-v-cb803432] {
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin-right: 6px;
  z-index: 8;
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}

.flex[data-v-eb4b7464] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-eb4b7464] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-eb4b7464] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-eb4b7464] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-eb4b7464] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-eb4b7464] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-eb4b7464] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-eb4b7464] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-eb4b7464] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-eb4b7464] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-eb4b7464] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-eb4b7464] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-eb4b7464] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-eb4b7464] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-eb4b7464] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-eb4b7464] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-eb4b7464] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-eb4b7464] {
  text-align: center;
}
.right[data-v-eb4b7464] {
  text-align: right;
}
.left[data-v-eb4b7464] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-eb4b7464 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-eb4b7464 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-eb4b7464 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-eb4b7464 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-eb4b7464] {
  -webkit-animation-name: section-fade-in-data-v-eb4b7464;
          animation-name: section-fade-in-data-v-eb4b7464;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-eb4b7464] {
  -webkit-animation-name: section-fade-out-data-v-eb4b7464;
          animation-name: section-fade-out-data-v-eb4b7464;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.associate-task-modal-con[data-v-eb4b7464] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
}
.associate-task-modal-con .associate-task-modal[data-v-eb4b7464] {
  width: 600px;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}
.associate-task-modal-con .associate-task-modal-title[data-v-eb4b7464] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.associate-task-modal-con .associate-task-modal-title-close[data-v-eb4b7464] {
  cursor: pointer;
}
.associate-task-modal-con .associate-task-modal-main[data-v-eb4b7464] {
  width: 100%;
  min-height: 205px;
  padding: 0;
}
.associate-task-modal-con .associate-task-modal-main-left[data-v-eb4b7464] {
  width: 240px;
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 0;
}
.associate-task-modal-con .associate-task-modal-main-left-title[data-v-eb4b7464] {
  font-size: 12px;
  padding: 8px 16px;
}
.associate-task-modal-con .associate-task-modal-main-left-inner[data-v-eb4b7464] {
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.associate-task-modal-con .associate-task-modal-main-left-inner-item[data-v-eb4b7464] {
  width: 240px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.associate-task-modal-con .associate-task-modal-main-left-inner-item.active[data-v-eb4b7464] {
  background: rgba(255, 255, 255, 0.05);
  color: #10a5cb;
}
.associate-task-modal-con .associate-task-modal-main-right[data-v-eb4b7464] {
  width: 360px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px 8px 8px;
}
.associate-task-modal-con .associate-task-modal-main-right-title[data-v-eb4b7464] {
  font-size: 14px;
  color: #2bb8db;
  height: 33.6px;
  cursor: pointer;
}
.associate-task-modal-con .associate-task-modal-main-right-title-name[data-v-eb4b7464] {
  margin-left: 6px;
}
.associate-task-modal-con .associate-task-modal-main-right-inner[data-v-eb4b7464] {
  height: 480px;
  position: relative;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-list[data-v-eb4b7464] {
  height: 100%;
  overflow-y: auto;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-item-title[data-v-eb4b7464] {
  padding: 10px 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-item-task[data-v-eb4b7464] {
  width: 100%;
  padding: 8px 12px;
  background: #1f2529;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 6px;
  cursor: pointer;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-item-task-pic[data-v-eb4b7464] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 10px;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-item-task.active[data-v-eb4b7464] {
  background: #10a5cb;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-item-task.complete .ellipsis[data-v-eb4b7464] {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: line-through;
}
.associate-task-modal-con .associate-task-modal-main-right-inner-item-no[data-v-eb4b7464] {
  padding: 8px 12px;
}
.associate-task-modal-con .associate-task-modal-main-no-data[data-v-eb4b7464] {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.associate-task-modal-con .associate-task-modal-main-no-data img[data-v-eb4b7464] {
  width: 100px;
  height: 100px;
}
.associate-task-modal-con .associate-task-modal-footer[data-v-eb4b7464] {
  width: 100%;
  height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 16px;
}
.associate-task-modal-con .associate-task-modal-footer-comfirm-btn[data-v-eb4b7464] {
  background: #10a5cb;
  border-radius: 2px;
  padding: 6px 28px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.create-task-modal .ivu-modal {
  width: 520px !important;
}

.flex[data-v-2728dcc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-2728dcc0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-2728dcc0] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-2728dcc0] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-2728dcc0] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-2728dcc0] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-2728dcc0] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-2728dcc0] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-2728dcc0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-2728dcc0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-2728dcc0] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-2728dcc0] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-2728dcc0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-2728dcc0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-2728dcc0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-2728dcc0] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-2728dcc0] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-2728dcc0] {
  text-align: center;
}
.right[data-v-2728dcc0] {
  text-align: right;
}
.left[data-v-2728dcc0] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-2728dcc0 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-2728dcc0 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-2728dcc0 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-2728dcc0 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-2728dcc0] {
  -webkit-animation-name: section-fade-in-data-v-2728dcc0;
          animation-name: section-fade-in-data-v-2728dcc0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-2728dcc0] {
  -webkit-animation-name: section-fade-out-data-v-2728dcc0;
          animation-name: section-fade-out-data-v-2728dcc0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.modelcontent-icon[data-v-2728dcc0] {
  margin-right: 8px;
}
.modelcontent-item-label[data-v-2728dcc0] {
  margin-right: 24px;
}
.modelcontent-user-list-item-close[data-v-2728dcc0] {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-2728dcc0] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.modelcontent-user-list-item[data-v-2728dcc0] {
  cursor: pointer;
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-2728dcc0] {
  border-radius: 50%;
  margin-right: 1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-2728dcc0] {
  display: block;
}
.my-col-3[data-v-2728dcc0] {
  width: auto !important;
}
.my-label-3[data-v-2728dcc0] {
  width: 80px !important;
}
.create-task-modal-line[data-v-2728dcc0] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}
.create-task-modal-line span[data-v-2728dcc0] {
  color: rgba(255, 255, 255, 0.6);
}
.create-task-modal-title[data-v-2728dcc0] {
  font-size: 16px;
}
.create-task-modal-bottom[data-v-2728dcc0] {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-task-modal-bottom-submit[data-v-2728dcc0] {
  min-width: 90px;
  height: 32px;
  background: #10a5cb;
  border-radius: 2px;
  color: #ffffff;
  padding: 7px;
  text-align: center;
  cursor: pointer;
}
.create-task-modal-mian-no-data[data-v-2728dcc0] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.create-task-modal-mian-no-data img[data-v-2728dcc0] {
  width: 100px;
  height: 100px;
}
.create-task-modal-mian-action[data-v-2728dcc0] {
  width: 100%;
  text-align: center;
}
.create-task-modal-mian-action-cancel[data-v-2728dcc0] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 16px;
}
.create-task-modal-mian-avatar[data-v-2728dcc0] {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.create-task-modal-mian-avatar:hover .create-task-modal-mian-avatar-item-close[data-v-2728dcc0] {
  display: block;
}
.create-task-modal-mian-avatar-item[data-v-2728dcc0] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.create-task-modal-mian-avatar-item-close[data-v-2728dcc0] {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.create-task-modal-mian-avatar-item-close span[data-v-2728dcc0] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.create-task-modal-mian-input[data-v-2728dcc0] {
  display: inline-block;
  width: 620px;
}
.create-task-modal-mian-label[data-v-2728dcc0] {
  display: inline-block;
  width: 120px;
}
.create-task-modal-mian-label-icon[data-v-2728dcc0] {
  margin-right: 4px;
}
.create-task-modal-mian-dropdown-btn[data-v-2728dcc0] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.create-task-modal-mian-block[data-v-2728dcc0] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.create-task-modal-mian-block-col[data-v-2728dcc0] {
  width: 50%;
}
.create-task-modal-mian-block.my-main-blcok[data-v-2728dcc0] {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.create-task-modal-mian-row[data-v-2728dcc0] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.create-task-modal-mian-row-select[data-v-2728dcc0] {
  width: 222px;
  height: 200px;
  background: #1f2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 0 16px;
  font-size: 14px;
}
.create-task-modal-mian-row-select-line[data-v-2728dcc0] {
  position: absolute;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.create-task-modal-mian-row-select div[data-v-2728dcc0] {
  cursor: pointer;
}
.create-task-modal-mian-row-img[data-v-2728dcc0] {
  width: 222px;
  height: 200px;
  position: relative;
  cursor: pointer;
  margin: 0 24px 24px 0;
}
.create-task-modal-mian-row-img:hover .issue-detail-row-img-cover[data-v-2728dcc0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-task-modal-mian-row-img img[data-v-2728dcc0] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-task-modal-mian-row-img-cover[data-v-2728dcc0] {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.head-modal-select-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head-modal-select-user-name {
  margin-right: 10px;
}
.responsible-select .el-input__inner {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0);
}
.headstyly {
  z-index: 800;
}
.headstyly .ivu-checkbox-inner {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #565c63;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.headstyly .ivu-select-dropdown {
  width: inherit;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #252d33;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 900;
}
.responsible-view .el-tag.el-tag--info {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: #e9e9eb;
  color: #ffffff;
}
.head-modal-select {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !important;
}
.head-modal-select .popper__arrow {
  display: none;
}
.head-modal-select .el-select-dropdown__item.selected {
  background-color: #252d33 !important;
}
.head-modal-select .el-select-dropdown__item.selected.hover {
  background-color: #565c63;
}
.head-modal-select .el-select-dropdown__item {
  color: #ffffff;
}
.head-modal-select .el-select-dropdown__item.hover,
.head-modal-select .el-select-dropdown__item:hover {
  background-color: #565c63;
  color: #ffffff;
}

.responsible-icon[data-v-584d8860] {
  width: 24px;
  height: 24px;
  margin-right: 13px;
  border-radius: 50%;
}
.responsible-view[data-v-584d8860] {
  width: 280px;
  height: 150px;
  background: #252d33;
}
.responsible-text[data-v-584d8860] {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.responsible-select[data-v-584d8860] {
  margin-top: 10px;
  margin-left: 10px;
  width: 250px;
}
.addwork-bottom[data-v-584d8860] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.addwork-bottom .addwork-bottom-cim[data-v-584d8860] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.headm-model-hr[data-v-584d8860] {
  background: rgba(255, 255, 255, 0.1);
}
.head-model-a[data-v-584d8860] {
  color: #ffffff;
  font-size: 14px;
}

.flex[data-v-1ef657c9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-1ef657c9] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-1ef657c9] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-1ef657c9] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-1ef657c9] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-1ef657c9] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-1ef657c9] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-1ef657c9] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-1ef657c9] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-1ef657c9] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-1ef657c9] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-1ef657c9] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-1ef657c9] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-1ef657c9] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-1ef657c9] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-1ef657c9] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-1ef657c9] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-1ef657c9] {
  text-align: center;
}
.right[data-v-1ef657c9] {
  text-align: right;
}
.left[data-v-1ef657c9] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-1ef657c9 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-1ef657c9 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-1ef657c9 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-1ef657c9 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-1ef657c9] {
  -webkit-animation-name: section-fade-in-data-v-1ef657c9;
          animation-name: section-fade-in-data-v-1ef657c9;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-1ef657c9] {
  -webkit-animation-name: section-fade-out-data-v-1ef657c9;
          animation-name: section-fade-out-data-v-1ef657c9;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.version-con[data-v-1ef657c9] {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
  padding: 0 16px;
}
.version-con[data-v-1ef657c9] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.version-con[data-v-1ef657c9] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.version-con[data-v-1ef657c9] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.version-con-item[data-v-1ef657c9] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  cursor: pointer;
}
.version-con-item-left-version[data-v-1ef657c9] {
  width: 20px;
  height: 16px;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
}
.version-con-item-left-version.active[data-v-1ef657c9] {
  background-color: #10a5cb;
}
.version-con-item-left-main[data-v-1ef657c9] {
  margin-left: 6px;
}
.version-con-item-left-main-name[data-v-1ef657c9] {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 4px;
}
.version-con-item-left-main-tips[data-v-1ef657c9] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.version-con-item-left-main-tips-time[data-v-1ef657c9] {
  margin: 0 16px;
}
.version-con-item-left-main-tips-count[data-v-1ef657c9] {
  color: #10a5cb;
}
.version-con-item-right[data-v-1ef657c9] {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
.version-con-no-data[data-v-1ef657c9] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.version-con-no-data img[data-v-1ef657c9] {
  width: 100px;
  height: 100px;
}
.version-con-update-btn[data-v-1ef657c9] {
  position: fixed;
  left: 56px;
  bottom: 16px;
  width: 368px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.version-con-update-btn-icon[data-v-1ef657c9] {
  margin-right: 6px;
}
.version-con-block[data-v-1ef657c9] {
  position: fixed;
  left: 56px;
  bottom: 0;
  width: 368px;
  height: 80px;
  background: #1f2529;
}

.login[data-v-25b9ce2c] {
  position: relative;
}
.login__copy-right[data-v-25b9ce2c] {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  text-align: center;
}
.login__copy-r-inner[data-v-25b9ce2c] {
  color: #ccc;
  font-size: 12px;
}
.login__copy-r-inner--black[data-v-25b9ce2c] {
  color: #000000b6;
}
.login__copy-r-inner a[data-v-25b9ce2c] {
  color: #ffffff;
}
.login__copy-r-inner a[data-v-25b9ce2c]:visited {
  color: #ffffff;
}














































































































































































































































































































@media screen and (max-width: 1280px) {
.login-box[data-v-4b799908] {
    padding: 24px !important;
}
.box-from_lang[data-v-4b799908] {
    font-size: 12px !important;
}
.box-from__info[data-v-4b799908] {
    font-size: 12px !important;
}
}
@media screen and (max-width: 600px) {
.view-port-center-box__inner[data-v-4b799908] {
    width: 94%;
}
}
.fade-enter-active[data-v-4b799908],
.fade-leave-active[data-v-4b799908] {
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);

  -webkit-transition: all.28sease-out;

  transition: all.28sease-out;
  -webkit-transition: width 0.2s ease 0.2s;
  transition: width 0.2s ease 0.2s;
}
.fade-enter[data-v-4b799908],
  .fade-leave-to[data-v-4b799908]

  /* .fade-leave-active below version 2.1.8 */
 {
  opacity: 0;
  -webkit-transform: translate(-84px, 0);
          transform: translate(-84px, 0);
}
.view-port-center-box__inner .right[data-v-4b799908] {
  border-width: 0px;
  width: 84px;
  background: inherit;
  background-color: rgba(56, 65, 97, 1);
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgb(204, 204, 204);
  font-size: 13px;
  text-align: center;
}
.view-port-center-box__inner .right p[data-v-4b799908] {
  padding: 10px 0px;
  cursor: pointer;
}
.view-port-center-box__inner .right p[data-v-4b799908]:first-child {
  margin-top: 20px;
}

.login-validate-box[data-v-4b799908] {
  width: 600px;
  min-height: 460px;
  background: #22282c;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
  border-radius: 12px;
}
.login-validate-box .login-box[data-v-4b799908] {
  padding: 24px 50px;
}
.login-validate-box .login-box .login-box__label[data-v-4b799908] {
  font-size: 14px;
  color: #979797;
}
.login-validate-box .login-box .login-box__input[data-v-4b799908] {
  position: relative;
}
.login-validate-box .login-box .login-box__input input[data-v-4b799908] {
  font-size: 16px;
  width: 100%;
  height: 46px;
  outline: none;
  border: none;
  padding-left: 10px;
  padding-right: 100px;
  background: #22282c;
  color: white;
  border-bottom: 1px solid #e3e4ea;
}
.login-validate-box .login-box .login-box__input input[data-v-4b799908]:focus {
  border-bottom: 1px solid #10a5cb;
}
.login-validate-box .login-box .login-box__input input[data-v-4b799908]:-webkit-autofill,
.login-validate-box .login-box .login-box__input input[data-v-4b799908]:-webkit-autofill:hover,
.login-validate-box .login-box .login-box__input input[data-v-4b799908]:-webkit-autofill:focus,
.login-validate-box .login-box .login-box__input input[data-v-4b799908]:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  -webkit-text-fill-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #22282c inset;
}
.login-validate-box .login-box .login-box__input .login-box__input-error[data-v-4b799908] {
  position: absolute;
  right: 0;
  top: 17px;
  font-size: 14px;
  color: #ad3c4b;
}
.login-validate-box .login-box .login-box__input .login-box__input-error .password-eye[data-v-4b799908] {
  margin: 0 5px;
  cursor: pointer;
}
.login-validate-box .login-box .login-box_tool[data-v-4b799908] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.login-validate-box .login-box .login-box_tool .login_tool_checkbox[data-v-4b799908] {
  color: #979797;
  font-size: 14px;
}
.login-validate-box .login-box .login-box_tool .login_tool_repassword[data-v-4b799908] {
  color: #979797;
  font-size: 14px;
}
.login-validate-box .login-box .login_tool_login_btn[data-v-4b799908] {
  width: 100%;
  margin-top: 24px;
  height: 45px;
  font-size: 16px;
  background: #10a5cb;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(30, 46, 66, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(30, 46, 66, 0.3);
  border-radius: 23px;
}
.login-validate-box .login-box .ad_login_tool_login_btn[data-v-4b799908] {
  width: 100%;
  height: 45px;
  font-size: 16px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(30, 46, 66, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(30, 46, 66, 0.3);
  border-radius: 23px;
}
.login-validate-box .login-box .ad_login_tips[data-v-4b799908] {
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
  color: rgba(225, 225, 225, 0.65);
}
.login-validate-box .login-box .box-from__info[data-v-4b799908] {
  color: #fff;
  font-size: 14px;
}
.login-validate-box .login-box .box-from_lang[data-v-4b799908] {
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.login-validate-box .logo-line[data-v-4b799908] {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 24px;
}
.login-validate-box .login-validate-box__logo-wrap[data-v-4b799908] {
  text-align: center;
  width: 100%;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.login-validate-box .login-validate-box__logo[data-v-4b799908] {
  height: 50px;
}
.login-validate-box .login-validate-box__title[data-v-4b799908] {
  text-align: center;
  width: 100%;
  padding-top: 48px;
  color: #ffffff;
  font-size: 24px;
}
.login-validate-box .login-validate-box__text[data-v-4b799908] {
  font-size: 14px;
  text-align: center;
  padding-top: 24px;
  font-weight: 600;
  color: #ffffff;
}
.login-validate-box .login-validate-box__input[data-v-4b799908] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-validate-box .login-validate-box__input .now[data-v-4b799908] {
  width: 70px;
  height: 70px;
  margin-right: 15px;
  border: none;
}
.login-validate-box .login-validate-box__input .now_activate[data-v-4b799908] {
  border-bottom: 1px solid #10a5cb;
}
.login-validate-box .login-validate-box__input .now[data-v-4b799908] :focus {
  border: 1px #587d18 solid;
}
.login-validate-box .login-validate-box__input input[data-v-4b799908] {
  height: 62px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.login-validate-box .login-validate-box__validate-msg[data-v-4b799908] {
  font-size: 14px;
  padding-top: 12px;
  text-align: center;
  color: #ad3c4b;
}
.login-validate-box .login-validate-box__renew[data-v-4b799908] {
  text-align: center;
  color: #1CA9CD;
  padding-top: 16px;
  font-size: 14px;
}
.login-validate-box .login-validate-box__renew span[data-v-4b799908] {
  cursor: pointer;
}
.login-validate-box .login-validate-box__back-login[data-v-4b799908] {
  text-align: center;
  color: #1CA9CD;
  padding-top: 24px;
  font-size: 14px;
}
.login-validate-box .login-validate-box__back-login span[data-v-4b799908] {
  cursor: pointer;
}
.trust-text[data-v-4b799908] {
  text-align: center;
}
.trust-text .trust-title[data-v-4b799908] {
  font-size: 25px;
  font-weight: 600;
}
.trust-text .trust-content[data-v-4b799908] {
  font-size: 16px;
  margin: 20px;
}
.ad-reset-title[data-v-4b799908] {
  font-size: 20px;
}
.ad-reset-content[data-v-4b799908] {
  margin: 15px 0;
  font-size: 14px;
  color: rgba(225, 225, 225, 0.85);
}
.sign-in-out[data-v-4b799908] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
}
.sign-in-out div[data-v-4b799908] {
  cursor: pointer;
}
.ad_login_icon[data-v-4b799908] {
  margin-right: 8px;
  height: 18px;
}

.copy-right-text[data-v-21580af3] {
  cursor: pointer;
  font-size: 12px;
}

.project-list-index[data-v-4db7476c] {
  background: #1f2529;
  padding-bottom: 20px;
  min-height: 100vh;
}
.project-list-index .project-list-bar-right[data-v-4db7476c] {
  float: right;
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.5);
  height: 33px;
  line-height: 33px;
}
.project-list-index .project-list-nav-title[data-v-4db7476c] {
  font-size: 22px;
  font-weight: 400;
  height: 30px;
  display: inline-block;
  color: #ffffff;
}
.project-list-index .project-list-main[data-v-4db7476c] {
  width: 1200px;
  margin: 16px auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.project-list-index .project-list-main .project-list-header[data-v-4db7476c] {
  padding-top: 10px;
  height: 54px;
  padding-bottom: 10px;
  border-bottom: 1px solid #505464;
}

.project-list-search-input[data-v-4db7476c] {
  float: right;
  margin-right: 8px;
  width: 300px;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 769px) {
.project-list-search-input[data-v-4db7476c] {
    width: 180px;
}
}
.import_project-list-xls[data-v-4db7476c] {
  position: relative;
}
.upload-btn__input[data-v-4db7476c] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
}
.import_project-list-xls[data-v-4db7476c],
.create_project[data-v-4db7476c] {
  margin-right: 8px;
}
#attachment[data-v-4db7476c] {
  height: 100%;
}
@media screen and (min-width: 1280px) {
.project-list[data-v-4db7476c] {
    min-height: 70vh;
}
}
.add-manager-btn[data-v-4db7476c] {
  text-align: right;
}
.project-list-map[data-v-4db7476c] {
  height: 740px;
  margin-bottom: 24px;
}
.download-template-btn[data-v-4db7476c] {
  display: inline-block;
  color: white !important;
  margin-left: 20px;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
  text-decoration: underline !important;
}

.project-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-list-tag-scroll-bar {
  height: 250px !important;
}
.project-list-table .ivu-table-cell {
  overflow: visible;
}
.project-list-arrow {
  width: 15px;
  height: 15px;
}
.project-list-table .ivu-dropdown {
  display: block;
  white-space: nowrap;
}
.render-project-index-collect {
  position: absolute;
  margin-left: 4px;
  top: 2px;
}
.table-first-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
.table-project-img-wrap {
  width: 86px;
  height: 64px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
}
.table-project-img {
  width: 100%;
  /* margin-right: 8px;
  padding: 8px 0; */
}
.table-first-column span {
  font-size: 13px;
}
.table-first-column span small {
  color: #999;
}
.table-first-column .table-first-left {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}
.table-first-column .table-first-left .table-project-text {
  position: absolute;
  top: 50%;
  left: 95px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.table-first-column .table-first-left .table-project-text p:first-child {
  font-size: 14px;
}
.table-first-column .table-first-left .table-project-text p:first-child strong {
  color: red;
}
.table-first-column .table-first-left .table-project-text p:last-child {
  color: #999;
  width: 100%;
}
.table-first-column .table-first-right {
  text-align: center;
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
.table-first-column .table-first-right .startime {
  font-size: 14px;
  font-weight: normal;
}
.table-first-column .table-first-right .text-block {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 16px;
  text-align: center;
  color: #fff;
  background-color: gray;
  font-size: 12px;
  margin-bottom: 4px;
}
.render-project-index-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  vertical-align: bottom;
  display: inline-block;
}
.new-project-tag-list-content-wrap {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  margin-bottom: 4px;
  margin-right: 10px;
  margin-top: 4px;
}
.new-project-tag-list-content-wrap:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.new-project-tag-list-content-wrap-tag {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
}
.table-project-img-wrap-corner {
  width: 80px;
  height: 60px;
  position: absolute;
}
.table-project-img-corner {
  position: relative;
  top: -29px;
  right: -59px;
  width: 30px;
  height: 30px;
}
.render-project-index_name {
  position: absolute;
  top: 15px;
  left: 100px;
}
.render-project-info {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.render-project-info-value {
  margin-right: 15px;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.project-list-table .jarvis-bim-dropdown .ivu-dropdown-item {
  padding: 0;
}
.project-list-table .jarvis-bim-dropdown .ivu-dropdown-item > div {
  padding: 7px 16px;
}
.project-list-table .ivu-spin-fix {
  background-color: rgba(37, 45, 51, 0.9) !important;
}
.project-list-table .ivu-table {
  min-height: 550px;
}
.project-list-bar-right .project-list-dropdown-tag-filter {
  min-width: 180px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
.project-list-bar-right .project-list-dropdown-tag-filter span {
  height: 33px;
  line-height: 33px;
}
.project-list-bar-right .project-list-dropdown-tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
  min-height: 33px;
}
.project-list-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-index-table-page {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  text-align: right;
}
.render-project-info-key {
  color: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
}
.project-list-table {
  padding: 0;
}
.project-list-table .table-label {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.project-list-table .ivu-table-wrapper {
  border: 0;
}
.project-list-table .ivu-table-row {
  height: 96px;
  cursor: pointer;
}
.project-list-table .ivu-table,
.project-list-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
  color: #ffffff;
}
.project-list-table tr.ivu-table-row-hover td {
  background-color: rgba(16, 165, 203, 0.1);
}
.project-list-table .ivu-table:after,
.project-list-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.navigation[data-v-0614aafd] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  min-height: 126px;
  position: relative;
  background-color: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.navigation .navigation-content[data-v-0614aafd] {
  width: 1200px;
  margin: 0 auto;
}
.navigation .navigation-content .nav-app-content[data-v-0614aafd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation .navigation-content .nav-app-content .nav-app-content-menu[data-v-0614aafd] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAABsElEQVRoQ+2bS0oEQQyGv8IX6kJBFHTjHVx7A3ce1J03cO0d3CqCLhzxRSTYDm1rKZVmQnWZXs3Q9Xfy569H0pNJDC4RWQE2gDVgCUjDMZV9F+ANeAJmKaWXvn9z50VEP2915CrjUOTODLhPKSnxD3U6cjvAatGj6h38DNwqyU+C2w0oNwy3Tte71K253XrFGOXZjRLUdbc56jH1gh+U4B6wXK+Pozx7VYL7EzgKrCxFCR5Y0VPABcGBSprhHAG6bvW6Bi41g/hDTW/c3J0SBdXJkx+SAT1Uz38h6Y37EusSgsfAYUapK+Aic88bZyZ4CqxnSDwCZ5l73rggmNsvvKea1Z5ZQe/NwmrPTFCB3tu91Z7pmJhC4vLNx5JjIgjWGIFQsEZVSnwKBaOagKgmnKsQcybjXRVY7QXBqCYGEWhmk4lqoiTD8BobmYxXpBdlJxRcVGS9nhsKRjUR1QTWF7hWXCTbuQ3OWr5448wKWqeMN85M0PpbgTfOTDCqCa/spMTOv8hkmm8Ear6Vq/lmPG1hbredUnckEWm3IbYjqJ2/7bY090i22ZTePzhb+1vBOwtfgk4w7Z3PAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  position: relative;
  top: 2px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.navigation .navigation-content .nav-app-content .nav-app-content-menu[data-v-0614aafd]:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAACBElEQVRoQ+1bvU4CQRDe4e64CxiQiBK08OcR1MYOC3tbO60sfAVLX8HCSjsSE429hRQaG/QV1MIYYwxKhNxxd6xZogZOzhx7uFk2Qwfs7Mw3397ufOwAJPBaOqgatRxJNXTH9KmpkZYNwTFSvU9aVAPHT3umk6uR5s32stsd30/wlFKYP6pkPywjJRWAAYMZs93m3WbpHQAoM+0AZOBmypWJFhjJAeeTcniSuq3HjdIrA9kBOHd4MT7qzAUzzZi831p9A/bMPWTsSSmpiBnUbN16gYXjarbu2+mYc0lpntGsBhROr6Z8h+pSRhgzKM0ED/In1aL0RwEv0KRFIV++nOa1HwU7BNjNkqvpRXC1XULIytfn19Tw9wzfe/qLTdF2PZVM1CXaCdLTzwmluR4wADWqe2thIEXbBRMdeYl6bXOfELIewtSZnnB2+n0n2i4OwFtCSCEE4LOecBZDAAq1Q4Bhm4Xopcbrj5tB0ZsFrz9ugMxQ9HbP64/rmBiFqqVfjJGPCQQoaQaQQUmJiRwWMohqAtWEWBXCXcl4bVOoKuD1hwBRTaj6kwWqici1hdiBWMmIzffwvSGDw8+p2BmRQVQTqCZQTQz1TgPVBKoJVBO/1wDvHQOvHd5NiC2m/teb+o1AyrdyKd+Mp3w7JXvElW6IZQCVb2n+BqlsU3r3SaTa3wo+ARQK61PzhwetAAAAAElFTkSuQmCC);
}
.navigation .navigation-content .nav-app-content .nav-app-content-menu-active[data-v-0614aafd] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAACBElEQVRoQ+1bvU4CQRDe4e64CxiQiBK08OcR1MYOC3tbO60sfAVLX8HCSjsSE429hRQaG/QV1MIYYwxKhNxxd6xZogZOzhx7uFk2Qwfs7Mw3397ufOwAJPBaOqgatRxJNXTH9KmpkZYNwTFSvU9aVAPHT3umk6uR5s32stsd30/wlFKYP6pkPywjJRWAAYMZs93m3WbpHQAoM+0AZOBmypWJFhjJAeeTcniSuq3HjdIrA9kBOHd4MT7qzAUzzZi831p9A/bMPWTsSSmpiBnUbN16gYXjarbu2+mYc0lpntGsBhROr6Z8h+pSRhgzKM0ED/In1aL0RwEv0KRFIV++nOa1HwU7BNjNkqvpRXC1XULIytfn19Tw9wzfe/qLTdF2PZVM1CXaCdLTzwmluR4wADWqe2thIEXbBRMdeYl6bXOfELIewtSZnnB2+n0n2i4OwFtCSCEE4LOecBZDAAq1Q4Bhm4Xopcbrj5tB0ZsFrz9ugMxQ9HbP64/rmBiFqqVfjJGPCQQoaQaQQUmJiRwWMohqAtWEWBXCXcl4bVOoKuD1hwBRTaj6kwWqici1hdiBWMmIzffwvSGDw8+p2BmRQVQTqCZQTQz1TgPVBKoJVBO/1wDvHQOvHd5NiC2m/teb+o1AyrdyKd+Mp3w7JXvElW6IZQCVb2n+BqlsU3r3SaTa3wo+ARQK61PzhwetAAAAAElFTkSuQmCC);
}
.navigation .navigation-content .nav-app-content .nav-content-menu-title[data-v-0614aafd] {
  margin-left: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
}
.navigation .navigation-content .nav-app-content .nav-app-content-poptip .nav-app-content-poptip-content[data-v-0614aafd] {
  width: 416px;
}
.navigation .navigation-title[data-v-0614aafd] {
  font-size: 22px;
  font-weight: 400;
  height: 30px;
  color: #ffffff;
}
.navigation .crumb-title[data-v-0614aafd] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 160px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.navigation .crumb-title-activate[data-v-0614aafd] {
  color: #ffffff;
}
.navigation .nav-crumb[data-v-0614aafd] {
  margin-bottom: 15px;
}
.navigation .navigation-tab[data-v-0614aafd] {
  position: absolute;
  bottom: -15px;
}

.navigation .nav-app-content-poptip .ivu-poptip-inner {
  background-color: #30373d;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}
.navigation .nav-app-content-poptip .ivu-poptip-body {
  padding: 0px;
}
.navigation .nav-app-content-poptip .ivu-poptip-arrow {
  display: none;
}
.navigation .nav-app-content-poptip .nav-app-content-poptip-content {
  padding: 16px;
}
.navigation .nav-app-content-poptip .nav-app-content-poptip-content .app_box {
  width: 96px;
  height: 88px;
  margin: 0px;
}
.navigation .nav-app-content-poptip .nav-app-content-poptip-content .app_box .c {
  width: 48px;
  height: 48px;
}
.navigation .nav-app-content-poptip .nav-app-content-poptip-content .app_box .c .project_2d_list_img_icon {
  width: 48px;
  height: 48px;
}
.navigation .nav-app-content-poptip .nav-app-content-poptip-content .app_box p {
  width: 80px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navigation .el-tabs__item {
  color: #ffffff;
}
.navigation .el-tabs__nav-wrap::after {
  background-color: rgba(255, 255, 255, 0);
}

.app_box[data-v-44f47367] {
  width: 90px;
  height: 100px;
  margin: 9px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.app_box .project_2d_list_img_icon[data-v-44f47367] {
  width: 60px;
  height: 60px;
}
.app_box .app-editordelete[data-v-44f47367] {
  position: absolute;
  top: -24px;
  right: -5px;
}
.app_box .app-editordelete > div[data-v-44f47367] {
  line-height: 24px;
}
.app_box .app-editordelete > div img[data-v-44f47367] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.app_box .c[data-v-44f47367] {
  color: white;
  text-align: center;
  width: 60px;
  height: 60px;
}
.app_box .c[data-v-44f47367]:hover {
  cursor: pointer;
}
.app_box .app-item-title[data-v-44f47367] {
  text-align: center;
  color: #ffffff;
  word-wrap: break-word;
  word-break: normal;
  font-size: 14px;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-index-app-list .app-list-box {
  min-width: 550px;
  height: 260px !important;
}

.page-title-bar[data-v-2ec4b5e8] {
  background: rgb(242, 242, 242);
  border-bottom: 1px solid rgb(228, 228, 228);
  width: 100%;
  padding: 0 10px;
}
.page-title-bar-inner[data-v-2ec4b5e8] {
  margin: 0 auto;
}
.page-title[data-v-2ec4b5e8] {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  padding-top: 32px;
  padding-bottom: 8px;
}

.huge-create-gruop[data-v-87a47f98] {
  margin-top: 16px;
  position: relative;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 425px;
}
.huge-create-gruop .import-btn[data-v-87a47f98] {
  color: #ffffff;
}
.huge-create-gruop .huge-create-btn span[data-v-87a47f98] {
  color: #ffffff;
}

.huge-create-gruop img[data-v-87a47f98] {
  width: 60px;
  height: 60px;
}
.huge-create-gruop .huge-create-btn[data-v-87a47f98],
.huge-create-gruop .huge-import-btn[data-v-87a47f98] {
  float: left;
  text-align: center;
  line-height: 425px;
  width: 33.333333%;
  font-size: 18px;
  font-weight: bold;
}
.huge-import-btn .import-btn[data-v-87a47f98] {
  position: relative;
}
.huge-import-btn .import-btn input[data-v-87a47f98] {
  position: absolute;
  top: -4px;
  left: -71px;
  line-height: normal;
  opacity: 0;
}
.huge-download-btn[data-v-87a47f98] {
  font-size: 12px;
  position: relative;
  left: -52px;
  top: 17px;
  color: rgb(153, 153, 153);
}

.label-list-content {
  height: 290px !important;
}
.add-label-modal .ivu-modal-body {
  padding: 0px;
}
.add-label-modal .ivu-modal-header {
  padding: 0px;
}
.add-label-modal .ivu-modal-close .ivu-icon-ios-close {
  font-size: 26px;
  display: none;
}

.add-label-modal .add-label-header[data-v-9624e5e0] {
  padding: 16px;
}
.add-label-modal .add-label-footer[data-v-9624e5e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.add-label-modal .add-label-footer .add-label-footer-create[data-v-9624e5e0] {
  color: #10a5cb;
  font-size: 14px;
  cursor: pointer;
}
.label-modal-create-label-color[data-v-9624e5e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 32px;
  margin-top: 16px;
}
.label-modal-create-label-color .label-modal-create-label-color-item[data-v-9624e5e0] {
  width: 24px;
  height: 24px;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.label-modal-create-label-color .label-modal-create-label-color-item span[data-v-9624e5e0] {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
}
.label-modal-create-label-color-selected[data-v-9624e5e0] {
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.label-list-content-item[data-v-9624e5e0] {
  width: 100%;
  padding: 11px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.label-list-content-item[data-v-9624e5e0]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.label-list-content-item:hover .label-list-content-item-action-edit[data-v-9624e5e0] {
  visibility: visible;
}
.label-list-content-item-info[data-v-9624e5e0] {
  font-size: 14px;
  color: #ffffff;
}
.label-list-content-item-info-tag[data-v-9624e5e0] {
  position: relative;
  top: 1px;
}
.label-list-content-item-action[data-v-9624e5e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.label-list-content-item-action-edit[data-v-9624e5e0] {
  visibility: hidden;
}
.label-list-content-item-action-select[data-v-9624e5e0] {
  margin-left: 17px;
  width: 14px;
}
.color-list[data-v-9624e5e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
  overflow: hidden;
}
.color-list__item[data-v-9624e5e0] {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.add-tag-icon[data-v-9624e5e0] {
  margin-top: 10px;
  padding: 0 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.add-tag-icon-img[data-v-9624e5e0] {
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.add-tag-list-color[data-v-9624e5e0] {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.add-tag-body-title[data-v-9624e5e0] {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.tag-list[data-v-9624e5e0] {
  display: inline-block;
}
.tag-list-content[data-v-9624e5e0] {
  display: block;
  margin-left: 15px;
}
.tag-list-content-span[data-v-9624e5e0] {
  display: inline-block;
  margin-right: 6px;
  margin-left: 3px;
}
.name-input[data-v-9624e5e0] {
  min-width: 360px;
  margin-top: 10px;
}
.discuss_create_modal_layout[data-v-9624e5e0] {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.discuss_create_model_span[data-v-9624e5e0] {
  height: 40px;
  text-align: left;
  line-height: 40px;
  display: inline-block;
}
.discuss_color_a[data-v-9624e5e0] {
  width: 20px;
  height: 20px;
  display: inherit;
  border-radius: 50%;
  cursor: default;
}

.project-file-dms[data-v-799ebe66] {
  min-height: 100vh;
  position: relative;
  background: #1f2529;
}
.project-file-dms-fullscreen[data-v-799ebe66] {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 3px dashed #cccccc;
  z-index: 100000;
  color: #d2d2d2;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100vh;
  line-height: 100vh;
  width: 100vw;
}
.project-file-dms .crumbs-block[data-v-799ebe66] {
  min-height: 100px;
}
.project-file-dms .project-files-content[data-v-799ebe66] {
  min-height: calc(100vh - 186px);
  padding-bottom: 16px;
  position: relative;
  background: #1f2529;
}

.project-file-dms .bottom--fixed {
  position: relative !important;
}
.project-file-dms .crumbs-block .navigation .crumb-title {
  max-width: 200px !important;
}

.worktask[data-v-0ed02a09] {
  padding: 0 16px !important;
  width: 100% !important;
  background: #16171b;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.new_project_bar[data-v-0ed02a09] {
  width: 100%;
  background: #16171b;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.share-header[data-v-0ed02a09] {
  width: 1200px !important;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-header-action[data-v-0ed02a09] {
  line-height: 70px;
  height: 70px;
}
.share-header-login-btn[data-v-0ed02a09] {
  background-color: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.new_project_bar_inner[data-v-0ed02a09] {
  width: 1200px !important;
}

[class*="col-"][data-v-0ed02a09] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.fixed-part[data-v-0ed02a09] {
  position: relative;
  z-index: 5;
}
.tree_table_bar__inner[data-v-0ed02a09] {
  width: 100% !important;
  padding: 0 50px !important;
  margin: 0 auto !important;
}
.tree_table_bar__inner--viewer[data-v-0ed02a09] {
  padding: 0 0px !important;
  padding-left: 16px!important;
}
.header-move-log-img[data-v-0ed02a09] {
  margin-left: 30px;
}
.bar[data-v-0ed02a09] {
  /* width: 100%; */
  min-height: 70px;
  max-height: 110px;
  /* overflow: hidden; */
  background-color: rgba(37, 42, 63, 1);
  /* margin-bottom: 10px; */
  z-index: 100;
}
.bar__inner[data-v-0ed02a09] {
  width: 100%;
  padding: 0 10px;
}
.bar__inner1-logo[data-v-0ed02a09] {
  /* display: inline-block;
      width: 100px;
      position: absolute;
      margin-top: 19px;
      height: 32px; */
  cursor: pointer;
  float: left;
  height: 32px;
  margin-top: 19px;
}
@media screen and (min-width: 1280px) {
  /* 宽度大于1280px时,bar__inner宽度是1280px */
.bar__inner[data-v-0ed02a09] {
    width: 1280px;
    margin: 0 auto;
    padding: 0;
}
}

/* @media screen and (min-width: 1500px) {
    .bar__inner1 {
      width: 1500px;
      margin: 0 auto;
      padding: 0;
    }
  }

  @media screen and (max-width: 1500px) {
    .bar__inner1 {
      width: 100%;
    }
  } */
.header-logo[data-v-0ed02a09] {
  width: 119px;
  display: inline-block;
  line-height: 70px;
  cursor: pointer;
  float: left;
}
.crumbs[data-v-0ed02a09] {
  float: left;
  margin-top: 12px;
  margin-left: 10px;
  padding-right: 16px;
  color: #fff;
  width: 30vw;
  overflow: hidden;
}
.header-logo img[data-v-0ed02a09] {
  height: 100%;
  /* width: 100%; */
}
.switch-button[data-v-0ed02a09]{
  float: left;
  /* margin-top: 15px; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo h1[data-v-0ed02a09] {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  height: 50px;
  line-height: 50px;
  color: #c85102;
  margin-left: 20px;
  padding-right: 10px;
  border-right: 1px solid rgb(139, 137, 137);
}
.bar__ctrls[data-v-0ed02a09] {
  float: right;
  height: 40px;
  margin-top: 15px;
}
.bar__ctrls-item[data-v-0ed02a09] {
  height: 100%;
  float: right;
  margin-right: 16px;
  /* cursor: pointer; */
  color: #fff;
  /* display: flex;
  align-items: center; */
  border-radius: 50%;
}
.down-menu[data-v-0ed02a09] {
  margin-top: 10px;
}
.header-user-img[data-v-0ed02a09] {
  width: 36px;
  height: 36px;
  position: relative;
  top: 2px;
}
.bar__ctrls-item--diliver[data-v-0ed02a09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar__ctrls-item-diliver-inner[data-v-0ed02a09] {
  height: 45%;
  margin-top: 15%;
  border-right: 1px solid #fff;
}
.two-info[data-v-0ed02a09] {
  margin-top: 10px;
}
.two-info__one[data-v-0ed02a09] {
  font-size: 13px;
  /*color: #666666;*/
  color: white;
}
.two-info__two[data-v-0ed02a09] {
  font-size: 10px;
  color: #999999;
}
.count[data-v-0ed02a09] {
  float: left;
  height: 40px;
  margin-top: 19px;
  right: 285px;
  top: 0px;
  position: absolute;
  list-style: none;
}
.bar__icon-img[data-v-0ed02a09] {
  width: 40px;
  height: 40px;
  padding: 5px;
}
.header-lang i[data-v-0ed02a09] {
  font-size: 16px;
}
.header-lang[data-v-0ed02a09] {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
}
.header-drop-icon[data-v-0ed02a09] {
  font-size: 18px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.pmsFilters .ivu-tabs[data-v-0ed02a09] {
  overflow: visible;
}

.jarvis-bim-header .down-menu .ivu-badge-count {
  background: #1a93b1;
  height: 16px;
  line-height: 14px;
}
.pmsFilters .ivu-select-group-title {
  background-color: #ceebf7;
  color: #fff;
}
.bar__ctrls-item .ivu-select-dropdown {
  min-width: 101px;
}
.user-seting-style
  .ivu-dropdown
  .ivu-select-dropdown
  .ivu-dropdown-menu
  .ivu-dropdown-item {
  padding: 7px 0;
  padding-left: 8px;
  padding-right: 2px;
  width: auto;
  white-space: nowrap;
}
.user-seting-style .ivu-dropdown .ivu-select-dropdown .ivu-dropdown-menu {
  /* min-width: 100px; */
}


.switch-button .ivu-select-dropdown {
  background-color: #252d33;
  color: #fff;
  z-index: 900;
}
.switch-button .ivu-dropdown-menu {
  width: 350px;
}
.switch-button .ivu-dropdown-item {
  width: 350px;
  height: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 14px !important;
}
.switch-button .ivu-dropdown-item:hover {
  background: #515a6e;
}

a[data-v-3407b978] {
  cursor: pointer;
}
.loc-wrap[data-v-3407b978] {
  border-bottom: rgba(242, 242, 242, 1) 1px solid;
}
.loc[data-v-3407b978] {
  /* display: flex; */
  /* align-items: center; */
  height: 50px;
  overflow: hidden;
  width: 250%;
}
.loc__item-box[data-v-3407b978] {
  /* display: flex;
  align-items: center; */
  margin-top: 16px;
  display: inline-block;
}
.loc__item[data-v-3407b978] {
  /* height: 100%; */
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  /* display: flex;
  align-items: center; */
  float: left;
}

/* .loc__item:last-child {
    display: none;
  } */
.loc__item--split[data-v-3407b978] {
  cursor: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 5px;
}
.loc__item-img[data-v-3407b978] {
  max-height: 25px;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  float: left;
}
.loc__item-cabinet[data-v-3407b978] {
  max-height: 25px;
  margin-right: 3px;
  width: 18px;
  height: 18px;
  background-color: gray;
  border-radius: 50%;
}
.loc__item--pointer[data-v-3407b978] {
  cursor: pointer;
}
.loc__item-cabinet[data-v-3407b978] {
  max-height: 25px;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  color: #000;
}
.loc__item-title[data-v-3407b978] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.no-project-item-title[data-v-3407b978] {
  max-width: 220px; /*  必须要限制宽度,否则DMS和图柜,文件夹名称过长显示有问题 */
}
.loc__item-title_span[data-v-3407b978] {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
.l-main-center[data-v-3407b978] {
    padding-left: 40px;
}
}
@media screen and (max-width: 768px) {
.l-main-center[data-v-3407b978] {
    padding-left: 30px;
}
}

.notice-user-avatar[data-v-154d50c6] {
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #ffffff;
  vertical-align: bottom;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.jarvis-notice-drawer .header[data-v-154d50c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarvis-notice-drawer .header-left[data-v-154d50c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarvis-notice-drawer .header-left-dropDown[data-v-154d50c6] {
  margin-left: 12px;
  font-size: 16px;
  line-height: 20px;
}
.jarvis-notice-drawer .header-left-dropDown a[data-v-154d50c6] {
  color: #ffffff;
}
.jarvis-notice-drawer .header-left-back[data-v-154d50c6] {
  cursor: pointer;
}
.jarvis-notice-drawer .header-right[data-v-154d50c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jarvis-notice-drawer .header-right-more[data-v-154d50c6] {
  line-height: 20px;
  font-size: 24px;
  cursor: pointer;
  margin-right: 20px;
}
.jarvis-notice-drawer .header-right-close[data-v-154d50c6] {
  font-size: 20px;
  cursor: pointer;
}
.jarvis-notice-drawer .header-container-load-data[data-v-154d50c6] {
  text-align: center;
  margin-top: 10px;
}
.jarvis-notice-drawer .header-container-load-data span[data-v-154d50c6] {
  cursor: pointer;
}
.jarvis-notice-drawer .header-container .notice-drawer-no-data[data-v-154d50c6] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.jarvis-notice-drawer .header-container .notice-drawer-no-data img[data-v-154d50c6] {
  width: 75px;
  height: 75px;
}
.header-container-item[data-v-154d50c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-container-item:hover .header-container-item-title-right-close[data-v-154d50c6] {
  display: inline-block;
}
.header-container-item .header-container-item-avatar[data-v-154d50c6] {
  height: 32px;
  width: 32px;
  line-height: 31px;
}
.header-container-item .header-container-item-title[data-v-154d50c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-item .header-container-item-titlespan[data-v-154d50c6] {
  color: #ffffff;
}
.header-container-item .header-container-item-title-left[data-v-154d50c6] {
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 24px;
}
.header-container-item .header-container-item-title-right[data-v-154d50c6] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-item .header-container-item-title-right-time[data-v-154d50c6] {
  margin-right: 10px;
}
.header-container-item .header-container-item-title-right-close[data-v-154d50c6] {
  cursor: pointer;
  display: none;
}
.header-container-item .header-container-item-content[data-v-154d50c6] {
  padding-top: 12px;
  font-size: 14px;
}
.header-container-item .header-container-item-contentspan[data-v-154d50c6] {
  color: #10a5cb;
}

.jarvis-notice-drawer {
  color: #ffffff;
}
.jarvis-notice-drawer .ivu-drawer-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.jarvis-notice-drawer .ivu-drawer-header-inner {
  color: #ffffff;
}
.jarvis-notice-drawer .ivu-drawer-header {
  height: 70px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jarvis-notice-drawer .ivu-drawer-body {
  padding: 0px;
}
.jarvis-notice-drawer .ivu-drawer-body .header-container-item-title-right .ivu-badge-status-dot {
  background-color: #10a5cb;
  width: 8px;
  height: 8px;
  top: -2px;
}
.jarvis-notice-drawer .ivu-drawer-body .header-container {
  height: 100%;
}
.jarvis-notice-drawer .ivu-drawer-body .header-container .el-scrollbar__wrap .el-scrollbar__view {
  padding: 0 24px 30px 24px;
}
.jarvis-notice-drawer .ivu-drawer-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.TaskModal .header[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TaskModal .header-flex-center[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TaskModal .header .header-modal-icon[data-v-4463a5ed] {
  cursor: pointer;
  margin-right: 10px;
  font-size: 18px;
}
.TaskModal .header .crumb-title[data-v-4463a5ed] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 160px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.TaskModal .header .crumb-title-activate[data-v-4463a5ed] {
  color: #ffffff;
}
.TaskModal .TaskModal-cancel[data-v-4463a5ed] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modelcontent[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
}
.modelcontent .work-task-item-done[data-v-4463a5ed] {
  text-decoration: line-through;
  color: #c0c4cc !important;
}
.modelcontent .modelcontent-left[data-v-4463a5ed] {
  width: 616px;
  padding: 24px 0px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modelcontent .modelcontent-left-title[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
.modelcontent .list-left-text[data-v-4463a5ed] {
  font-size: 16px;
  padding: 3px 0 3px 1px;
  min-height: 30px;
  line-height: 1.5;
  color: #ffffff;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  cursor: pointer;
  width: 100%;
}
.modelcontent .modelcontent-left-head .modelcontent-left-head-principal[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelcontent .modelcontent-left-head-left[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 475px;
}
.modelcontent .modelcontent-left-plantime-datepicker[data-v-4463a5ed] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.modelcontent .modelcontent-left-datesele[data-v-4463a5ed] {
  width: 105px;
  font-size: 12px;
}
.modelcontent .modelcontent-left-datesele-icon[data-v-4463a5ed] {
  font-size: 18px;
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
  color: #d8d8d8;
}
.modelcontent .modelcontent-add-text[data-v-4463a5ed] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-top: 6px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  cursor: pointer;
}
.modelcontent .modelcontent-add-text[data-v-4463a5ed]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.modelcontent .subtasks-list[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.06);
  height: 32px;
  border-radius: 4px;
  margin-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelcontent .subtasks-list[data-v-4463a5ed]:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.modelcontent .subtasks-list .subtasks-list-date[data-v-4463a5ed] {
  width: 77px;
  height: 24px;
  margin-right: 13px;
  position: relative;
  top: -4px;
}
.modelcontent .subtasks-list .subtasks-list-title[data-v-4463a5ed] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelcontent .subtasks-list .subtasks-list-title .subtasks-list-title-text[data-v-4463a5ed] {
  width: 430px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1px;
  white-space: nowrap;
}
.modelcontent .subtasks-list .subtasks-list-title-check[data-v-4463a5ed] {
  margin-top: 5px;
  margin-left: 8px;
  padding: 0px;
}
.modelcontent .subtasks-list .subtasks-list-icon[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelcontent .subtasks-list .subtasks-list-icon .subtasks-list-icon-icon[data-v-4463a5ed] {
  cursor: pointer;
  margin-right: 8px;
}
.modelcontent .addcontent[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.06);
  height: 32px;
  margin-top: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.modelcontent .addcontent .addcontent-titleview[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelcontent .addcontent .addcontent-titleview .addcontent-titleview-icon[data-v-4463a5ed] {
  padding-left: 13px;
  cursor: pointer;
}
.modelcontent .addcontent .addcontent-titleview-date[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelcontent .addcontent .addcontent-titleview-date .addcontent-titleview-date-select[data-v-4463a5ed] {
  line-height: 32px;
  width: 77px;
  background: 0;
}
.modelcontent .attachment[data-v-4463a5ed] {
  margin-bottom: 26px;
}
.modelcontent .attachment-list[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.modelcontent .attachment-list-text[data-v-4463a5ed] {
  font-size: 16px;
  color: #ffffff;
}
.modelcontent .attachment-list-item[data-v-4463a5ed] {
  font-size: 12px;
  color: #7a7a7a;
  margin-right: 16px;
}
.modelcontent .dynamic-list[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.modelcontent .dynamic-list-left[data-v-4463a5ed] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.modelcontent .dynamic-list-left-first[data-v-4463a5ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
}
.modelcontent .dynamic-list-left-first-title[data-v-4463a5ed] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.modelcontent .task-model-span[data-v-4463a5ed] {
  color: #10A5CB;
  font-size: 14px;
  margin-right: 5px;
}
.modelcontent .wiki-user-avatar[data-v-4463a5ed] {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}

.TaskModal {
  color: #ffffff;
}
.TaskModal .ivu-modal-body {
  padding: 0px 0px 0px 24px;
}
.TaskModal .ivu-modal-body .modelcontent-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 33px;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item:hover .modelcontent-user-list-item-close {
  display: block;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #409eff;
  overflow: hidden;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item-avatar :focus {
  outline: red;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item-avatar-tip {
  background: #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.TaskModal .ivu-modal-body .modelcontent-user-list .modelcontent-user-list-item-close span {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item {
  cursor: pointer;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px 8px 8px;
  margin-top: 6px;
  border-radius: 4px;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info > img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info > div {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info-title {
  font-size: 14px;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info-remark {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info-version {
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 4px;
  background-color: #10a5cb;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-info-name {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item-close > i {
  cursor: pointer;
  visibility: hidden;
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.TaskModal .ivu-modal-body .modelcontent-annotation-item:hover .modelcontent-annotation-item-close > i {
  cursor: pointer;
  visibility: visible;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-icon {
  line-height: 22px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 4px;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-img {
  width: 13px;
  height: 15px;
  position: relative;
  margin-right: 4px;
  top: 2px;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item .modelcontent-item-remark-icon {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  height: 30px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item .modelcontent-item-progress {
  width: 490px;
  display: inline-block;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item .modelcontent-item-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  min-width: 80px;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item .modelcontent-item-content {
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  font-size: 12px;
  cursor: pointer;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item .modelcontent-item-content .modelcontent-item-content-text {
  font-size: 12px;
  padding: 3px 0 3px 1px;
  min-height: 30px;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.5;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-item .modelcontent-item-content textarea.ivu-input {
  max-width: 100%;
  height: 30px;
  vertical-align: bottom;
  font-size: 12px;
  padding: 2px 0;
  background: #252d33;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-left .subtasks-list-title .ivu-input {
  padding: 0px;
  height: 30px;
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-left .modelcontent-left-title textarea.ivu-input {
  max-width: 100%;
  height: 19px;
  vertical-align: bottom;
  font-size: 16px;
  padding: 2px 0;
  background: #252d33;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.TaskModal .ivu-modal-body .modelcontent .modelcontent-left .modelcontent-left-list {
  width: 660px;
}
.TaskModal .ivu-modal-body .modelcontent .ivu-input {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 4px;
  background-color: #252d33;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.TaskModal .ivu-modal-body .modelcontent .ivu-modal-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.TaskModal .subtasks-list-icon .ivu-input-suffix {
  display: none;
}
.TaskModal .addcontent-titleview-date-select .ivu-input-suffix {
  display: none;
}
.TaskModal .modelcontent-item-progress .ivu-progress-bg {
  background-color: #10a5cb;
}
.TaskModal .modelcontent-item-progress .ivu-progress-inner {
  background: rgba(255, 255, 255, 0.4);
}
.TaskModal .ivu-form-item-label {
  color: #ffffff !important;
}
.TaskModal input {
  background-color: transparent !important;
  color: #ffffff;
}
.TaskModal .ivu-modal-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.TaskModal .ivu-modal-content .ivu-modal-close .ivu-modal-close,
.TaskModal .ivu-modal-content .ivu-modal-close .ivu-icon-ios-close {
  color: #fff;
}
.TaskModal .ivu-modal-header-inner {
  color: #ffffff;
}
.TaskModal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.TaskModal .ivu-modal-footer {
  display: none;
}
.right-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-left: -6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modelcontent-level-btn {
  background: rgba(255, 255, 255, 0.01) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background-color: rgba(255, 255, 255, 0.01) !important;
  color: #d9d9d9 !important;
}
.modelcontent-level-btn:hover {
  background: rgba(255, 255, 255, 0.01);
}
.common-poptip .ivu-poptip-arrow {
  display: none;
}
.common-poptip .ivu-poptip-inner {
  background-color: #252d33;
}
.common-poptip .ivu-poptip-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common-poptip .ivu-poptip-footer .ivu-btn-text {
  color: #ffffff;
}
.common-poptip .ivu-poptip-footer .ivu-btn-text:hover {
  background-color: #6c757d;
}

.uploader-btn {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.task-message-editor[data-v-5a2c6dc4] {
  height: 66px;
  overflow: auto;
  white-space: pre-wrap;
  padding: 8px;
  margin: 8px;
  border-radius: 4px;
  background-color: #252d33;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: text;
  outline: none;
}
.wiki-user-avatar[data-v-5a2c6dc4] {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.task-message-editor[data-v-5a2c6dc4]:empty:before {
  content: attr(placeholder);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  cursor: text;
}
.modelcontent-right[data-v-5a2c6dc4] {
  width: 320px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modelcontent-add-text[data-v-5a2c6dc4] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  cursor: pointer;
}
.attachment-list[data-v-5a2c6dc4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
  border-radius: 4px;
  cursor: pointer;
}
.attachment-list-text[data-v-5a2c6dc4] {
  font-size: 14px;
  color: #ffffff;
}
.attachment-list-item[data-v-5a2c6dc4] {
  font-size: 12px;
  color: #7a7a7a;
  margin-right: 16px;
}
.modelcontent-right-head[data-v-5a2c6dc4] {
  padding: 24px 16px 16px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modelcontent-right-dynamic[data-v-5a2c6dc4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.modelcontent-right-dynamic .modelcontent-right-container[data-v-5a2c6dc4] {
  padding-top: 16px;
  height: 100%;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item[data-v-5a2c6dc4] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding-bottom: 16px;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item-rely[data-v-5a2c6dc4] {
  cursor: pointer;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item-rely:hover .modelcontent-right-container-time > span[data-v-5a2c6dc4] {
  display: none;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item-rely:hover .modelcontent-right-container-time > label[data-v-5a2c6dc4] {
  display: inline !important;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content[data-v-5a2c6dc4] {
  padding-left: 20px;
  position: relative;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content-reply[data-v-5a2c6dc4] {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 24px;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content-file[data-v-5a2c6dc4] {
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 10px 0px;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content-file-info[data-v-5a2c6dc4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content-file-info span[data-v-5a2c6dc4] {
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
  font-size: 12px;
  white-space: nowrap;
  display: block;
  cursor: pointer;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content-file-info img[data-v-5a2c6dc4] {
  width: 26px;
  height: 32px;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content-file-time[data-v-5a2c6dc4] {
  max-width: 80px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  display: block;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content h1[data-v-5a2c6dc4] {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 14px;
  top: 2px;
  bottom: 2px;
  width: 3px;
  z-index: 10;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-content span[data-v-5a2c6dc4] {
  color: #ffffff;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title[data-v-5a2c6dc4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title-name[data-v-5a2c6dc4] {
  font-size: 12px;
  line-height: 24px;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title-icon[data-v-5a2c6dc4] {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  margin-top: 2px;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title .modelcontent-right-container-title-avatar[data-v-5a2c6dc4] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
  background-color: #f2f2f2;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title div[data-v-5a2c6dc4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title .modelcontent-right-container-time[data-v-5a2c6dc4] {
  font-size: 12px;
  text-align: right;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modelcontent-right-dynamic .modelcontent-right-container .modelcontent-right-container-item .modelcontent-right-container-title .modelcontent-right-container-time > label[data-v-5a2c6dc4] {
  cursor: pointer;
  display: none;
}
.modelcontent-right-message[data-v-5a2c6dc4] {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #252d33;
  position: relative;
  z-index: 63;
}
.modelcontent-right-message textarea.ivu-input[data-v-5a2c6dc4] {
  color: #ffffff;
}
.modelcontent-right-message .modelcontent-right-message-icon[data-v-5a2c6dc4] {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}
.modelcontent-right-message .modelcontent-right-message-text[data-v-5a2c6dc4] {
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 34px;
  color: #10a5cb;
}
.modelcontent-right-message .modelcontent-right-message-text-rely[data-v-5a2c6dc4] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d9d9d9;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
}
.modelcontent-note[data-v-5a2c6dc4] {
  width: 300px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  margin-top: -5px;
}
.addwork-bottom-cim[data-v-5a2c6dc4] {
  margin-left: 10px;
  margin-right: 10px;
}

.modelcontent-right-message .task-message-editor::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.modelcontent-right-message .task-message-editor::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(144, 147, 153, 0.3);
}
.modelcontent-right-message .task-message-editor::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.task-modal-right-list {
  height: 500px !important;
}

.taskActionModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.taskActionModal .ivu-modal {
  top: 0;
}
.taskActionModal .task-action-content {
  padding: 14px 12px;
}
.taskActionModal .task-action-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 6px;
}
.taskActionModal .task-action-footer-btn-cancel {
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d9d9d9;
}
.taskActionModal .task-action-footer .ivu-btn {
  border-radius: 2px;
}
.taskActionModal .task-action-label {
  padding-left: 12px;
  padding-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.taskActionModal .task-action-select {
  padding-bottom: 8px;
}
.taskActionModal .task-action-select .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.taskActionModal .task-action-select .ivu-select-selection,
.taskActionModal .task-action-select .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.taskActionModal .task-action-select .ivu-select-item-selected,
.taskActionModal .task-action-select .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.taskActionModal .task-action-select .ivu-select-item {
  color: #ffffff;
}
.taskActionModal .task-action-select .ivu-select-item-focus {
  background: rgba(255, 255, 255, 0.05);
}
.taskActionModal .ivu-modal-content {
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.taskActionModal .ivu-modal-body {
  padding: 0px;
}
.taskActionModal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 8px;
  color: rgba(255, 255, 255, 0.6);
}
.taskActionModal .ivu-modal-footer {
  display: none;
}

.select-task-annotation-modal-container[data-v-5b0a777e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-task-annotation-modal .select-task-annotation-no-data[data-v-5b0a777e] {
  text-align: center;
  width: 368px;
}
.select-task-annotation-modal .select-task-annotation-no-data img[data-v-5b0a777e] {
  width: 75px;
}
.select-task-annotation-modal .select-task-project-file[data-v-5b0a777e] {
  width: 607px;
  position: relative;
}
.select-task-annotation-modal .select-task-project-file-page[data-v-5b0a777e] {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.select-task-annotation-modal .select-task-project-file-item[data-v-5b0a777e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
}
.select-task-annotation-modal .select-task-project-file-item[data-v-5b0a777e]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.select-task-annotation-modal .select-task-project-file-item[data-v-5b0a777e]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.select-task-annotation-modal .select-task-project-file-item-active[data-v-5b0a777e] {
  background: rgba(16, 165, 203, 0.1) !important;
}
.select-task-annotation-modal .select-task-project-file-item > img[data-v-5b0a777e] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.select-task-annotation-modal .select-task-project-file-item-info[data-v-5b0a777e] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.select-task-annotation-modal .select-task-project-file-item-info span[data-v-5b0a777e] {
  margin-right: 8px;
}
.select-task-annotation-modal .select-task-annotation-list[data-v-5b0a777e] {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select-task-annotation-modal .select-task-annotation-list-item[data-v-5b0a777e] {
  cursor: pointer;
  height: 90px;
  width: 368px;
  background: #1f2529;
  border-radius: 4px;
  padding: 9px 8px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0);
}
.select-task-annotation-modal .select-task-annotation-list-item[data-v-5b0a777e]:hover {
  border: 1px solid #10a5cb;
}
.select-task-annotation-modal .select-task-annotation-list-item-selected[data-v-5b0a777e] {
  border: 1px solid #10a5cb;
}
.select-task-annotation-modal .select-task-annotation-list-item-img[data-v-5b0a777e] {
  width: 96px;
  height: 72px;
  margin-right: 8px;
  background-image: url(/static/img/comment_img.676fbb0.png);
  background-size: cover;
  background-position: center;
}
.select-task-annotation-modal .select-task-annotation-list-item-img img[data-v-5b0a777e] {
  width: 100%;
  height: 100%;
}
.select-task-annotation-modal .select-task-annotation-list-item-info[data-v-5b0a777e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.select-task-annotation-modal .select-task-annotation-list-item-info-name[data-v-5b0a777e] {
  width: 248px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.select-task-annotation-modal .select-task-annotation-list-item-info-remark[data-v-5b0a777e] {
  font-size: 12px;
  width: 248px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
}
.select-task-annotation-modal .select-task-annotation-list-item-info-date[data-v-5b0a777e] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.select-task-annotation-modal .select-task-annotation-list-item-info-date-version[data-v-5b0a777e] {
  background: #10a5cb;
  border-radius: 4px;
  padding: 1px 6px;
}

.select-task-annotation-list-scroll {
  height: 600px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.select-task-annotation-modal .ivu-modal-body {
  padding: 0;
}
.select-task-annotation-modal .ivu-modal-footer {
  padding: 16px 16px 16px 0;
}
.select-task-annotation-modal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.select-task-annotation-modal .ivu-btn-info.disabled,
.select-task-annotation-modal .ivu-btn-info[disabled],
.select-task-annotation-modal fieldset[disabled] .ivu-btn-info,
.select-task-annotation-modal .ivu-btn-info.disabled:hover,
.select-task-annotation-modal .ivu-btn-info[disabled]:hover,
.select-task-annotation-modal fieldset[disabled] .ivu-btn-info:hover,
.select-task-annotation-modal .ivu-btn-info.disabled:focus,
.select-task-annotation-modal .ivu-btn-info[disabled]:focus,
.select-task-annotation-modal fieldset[disabled] .ivu-btn-info:focus,
.select-task-annotation-modal .ivu-btn-info.disabled:active,
.select-task-annotation-modal .ivu-btn-info[disabled]:active,
.select-task-annotation-modal fieldset[disabled] .ivu-btn-info:active,
.select-task-annotation-modal .ivu-btn-info.disabled.active,
.select-task-annotation-modal .ivu-btn-info[disabled].active,
.select-task-annotation-modal fieldset[disabled] .ivu-btn-info.active {
  color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  border-color: #434343;
}

.notice-user-avatar[data-v-3d52f0cd] {
  border-radius: 50%;
  margin-right: -0.7em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
  margin-left: 10px;
  margin-top: 8px;
}
.list-icon-button[data-v-3d52f0cd] {
  color: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  height: 20px;
  background: rgba(254, 82, 70, 0.6);
  border-radius: 4px;
  text-align: center;
}
.noDatastyle[data-v-3d52f0cd] {
  text-align: center;
  height: 80px;
  width: 100%;
  margin-top: 100px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.noDatastyle img[data-v-3d52f0cd] {
  width: 100px;
  height: 100px;
}
.noDatastyle-btn[data-v-3d52f0cd] {
  margin-top: 16px;
  min-width: 220px;
}
.task-user-avatar[data-v-3d52f0cd] {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.screening-text[data-v-3d52f0cd] {
  margin-left: 10px;
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.taskBoad-list-scrollbar-item[data-v-3d52f0cd] {
  height: 31px;
  line-height: 31px;
  padding-left: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filtrate-personnel-name[data-v-3d52f0cd] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  padding-left: 8px;
  cursor: pointer;
}
.filtrate-personnel-right-img[data-v-3d52f0cd] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.task-title[data-v-3d52f0cd] {
  z-index: 1;
  cursor: pointer;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #565c63 1px solid;
}
.task-title-left[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.task-title-right[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 8px;
  line-height: 50px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.task-title-right-date[data-v-3d52f0cd] {
  margin-left: 10px;
}
.divTab[data-v-3d52f0cd] {
  width: 100%;
  height: auto;
}
.pointer[data-v-3d52f0cd] {
  cursor: pointer;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
ul li[data-v-3d52f0cd] {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-tilte[data-v-3d52f0cd] {
  width: 90%;
}
.tab-tilte li[data-v-3d52f0cd] {
  float: left;
  width: 25%;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
/* 点击对应的标题添加对应的背景颜色 */
.tab-tilte .active[data-v-3d52f0cd] {
  cursor: default;
  color: #fff;
  border-bottom: #2d8cf0 1px solid;
}
.jarvis-notice-drawer .header[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarvis-notice-drawer .header-left[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jarvis-notice-drawer .header-left-dropDown[data-v-3d52f0cd] {
  margin-left: 12px;
  font-size: 16px;
  line-height: 20px;
}
.jarvis-notice-drawer .header-left-dropDown a[data-v-3d52f0cd] {
  color: #ffffff;
}
.jarvis-notice-drawer .header-right[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  top: 25px;
}
.jarvis-notice-drawer .header-right-more[data-v-3d52f0cd] {
  line-height: 20px;
  font-size: 24px;
  cursor: pointer;
  margin-right: 20px;
}
.jarvis-notice-drawer .header-right-close[data-v-3d52f0cd] {
  font-size: 20px;
  cursor: pointer;
}
.jarvis-notice-drawer .header-container[data-v-3d52f0cd] {
  width: 100%;
}
.jarvis-notice-drawer .header-containertask[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jarvis-notice-drawer .header-container-load-data[data-v-3d52f0cd] {
  text-align: center;
  margin-top: 10px;
}
.jarvis-notice-drawer .header-container-load-data span[data-v-3d52f0cd] {
  cursor: pointer;
}
.jarvis-notice-drawer .header-container .notice-drawer-no-data[data-v-3d52f0cd] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.jarvis-notice-drawer .header-container .notice-drawer-no-data img[data-v-3d52f0cd] {
  width: 75px;
  height: 75px;
}
.header-container-item[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-container-item:hover .header-container-item-title-right-close[data-v-3d52f0cd] {
  display: inline-block;
}
.header-container-item .header-container-item-avatar[data-v-3d52f0cd] {
  height: 32px;
  width: 32px;
  line-height: 31px;
}
.header-container-item .header-container-item-title[data-v-3d52f0cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-item .header-container-item-titlespan[data-v-3d52f0cd] {
  color: #ffffff;
}
.header-container-item .header-container-item-title-left[data-v-3d52f0cd] {
  width: 290px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
.header-container-item .header-container-item-title-right[data-v-3d52f0cd] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-container-item .header-container-item-title-right-time[data-v-3d52f0cd] {
  margin-right: 10px;
}
.header-container-item .header-container-item-title-right-close[data-v-3d52f0cd] {
  cursor: pointer;
  display: none;
}
.header-container-item .header-container-item-content[data-v-3d52f0cd] {
  padding-top: 12px;
  font-size: 14px;
}
.header-container-item .header-container-item-contentspan[data-v-3d52f0cd] {
  color: #10a5cb;
}

.jarvis-notice-drawer {
  color: #ffffff;
}
.jarvis-notice-drawer .ivu-drawer-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.jarvis-notice-drawer .ivu-drawer-header-inner {
  color: #ffffff;
}
.jarvis-notice-drawer .ivu-drawer-header {
  height: 70px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.jarvis-notice-drawer .ivu-drawer-body {
  padding: 0px;
}
.jarvis-notice-drawer .ivu-drawer-body .header-container-item-title-right .ivu-badge-status-dot {
  background-color: #10a5cb;
  width: 8px;
  height: 8px;
  top: -2px;
}
.jarvis-notice-drawer .ivu-drawer-body .header-container {
  height: 100%;
}
.jarvis-notice-drawer .ivu-drawer-body .header-container .el-scrollbar__wrap .el-scrollbar__view {
  padding: 0 24px 30px 24px;
}
.jarvis-notice-drawer .ivu-drawer-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.jarvis-notice-drawer .ivu-tabs-bar {
  border-bottom: 1px solid #252d33;
  margin-bottom: 16px;
}
.jarvis-notice-drawer .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #2d8cf0;
}
.jarvis-notice-drawer .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #fff !important;
}
.jarvis-notice-drawer .ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #fff;
}
.jarvis-notice-drawer .ivu-tabs-nav .ivu-tabs-tab {
  display: inline-block;
  height: 100%;
  padding: 8px 16px;
  margin-right: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.bottom[data-v-d24344bc] {
  width: 100%;
}
.bottom--fixed[data-v-d24344bc] {
  position: fixed;
  bottom: 0;
}
.copy-right span a[data-v-d24344bc] {
  color: #ccc;
}
.copy-right span a[data-v-d24344bc]:visited {
  color: #ccc;
}

.flex[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-files-bread-crumb[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-files-bread-crumb .project-files-bread-crumb-item-omitted[data-v-15489109] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.project-files-bread-crumb .project-files-bread-crumb-item[data-v-15489109] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 130px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.project-files-bread-crumb .project-files-crumb-title-activate[data-v-15489109] {
  color: #ffffff;
}
.project-files-bread-crumb .ivu-breadcrumb-item-separator[data-v-15489109] {
  top: -3px;
  position: relative;
}
.project-file-box[data-v-15489109] {
  width: 1200px;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
}
.project-file-box .project-files-share-bar[data-v-15489109] {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-time[data-v-15489109] {
  margin-right: 16px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-info-avatar[data-v-15489109] {
  margin-right: 6px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-user[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-user p[data-v-15489109] {
  font-size: 16px;
  color: #ffffff;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action .project-files-share-bar-action-item[data-v-15489109] {
  margin-right: 16px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action .project-files-share-bar-action-cancel[data-v-15489109] {
  color: #10a5cb;
  margin-right: 16px;
  cursor: pointer;
}
.project-file-box .project-flies-list[data-v-15489109] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-box .project-flies-list .line[data-v-15489109] {
  width: 100%;
  height: 1px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
}
.project-file-box .project-flies-list .project-flies-list-left[data-v-15489109] {
  width: 300px;
  padding: 10px 0px 0px 10px;
  position: relative;
  border-right: 1px solid #565c63;
}
.project-file-box .project-flies-list .project-flies-list-right[data-v-15489109] {
  width: 900px;
  padding: 10px 0;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-no-data[data-v-15489109] {
  text-align: center;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*动画持续时间*/
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-15489109] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-15489109]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-15489109]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 550px;
  cursor: pointer;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .item-file-img[data-v-15489109] {
  width: 26px;
  height: 32px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .file-content[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name[data-v-15489109] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name span[data-v-15489109] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name .content-name-state[data-v-15489109] {
  margin-left: 6px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name img[data-v-15489109] {
  width: 16px;
  margin-left: 8px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info[data-v-15489109] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info span[data-v-15489109] {
  margin-right: 8px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info .content-info-conversion[data-v-15489109] {
  color: #10a5cb;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag[data-v-15489109] {
  right: 20px;
  width: 200px;
  padding: 6px 0;
  top: 2px;
  position: relative;
  text-align: right;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap[data-v-15489109] {
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  margin-right: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap[data-v-15489109]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap-mark[data-v-15489109] {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .action .aciton-icon[data-v-15489109] {
  margin-right: 12px;
  cursor: pointer;
}
a[data-v-15489109] {
  cursor: pointer;
}

.action-dropdown-status .ivu-dropdown-item {
  padding: 7px 12px;
}
.action-dropdown-status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-dropdown-status-item > span {
  padding: 4px 6px;
  border-radius: 2px;
}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-flies-list-right .files-list-scroll-bar {
  height: calc(100vh - 329px) !important;
  min-height: 300px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@-webkit-keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active {
  -webkit-animation-name: section-fade-in;
          animation-name: section-fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active {
  -webkit-animation-name: section-fade-out;
          animation-name: section-fade-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.approval-modal .ivu-modal-content {
  background: #2b353d;
}
.approval-modal .ivu-timeline-item-head {
  background: none;
  margin-top: 35px;
}
.approval-modal .ivu-tabs {
  overflow: visible;
}
.approval-modal .ivu-modal-body {
  padding: 0;
}
.approval-modal .ivu-timeline-item-tail {
  margin-top: 35px;
}
.approval-modal .ivu-tabs-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.approval-modal .jarvis-bim-input .ivu-input {
  border: none;
  background-color: #252d33 !important;
}
.form-bim-item .ivu-form-item-label {
  font-size: 14px;
}
.form-bim-item .jarvis-bim-select .ivu-select-selection {
  border: none;
}
.ivu-timeline-item-head {
  background: none;
}

.approval-modal .btn-con[data-v-77321af5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.approval-modal .btn-con .download-btn[data-v-77321af5] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.approval-modal .btn-con .del-btn[data-v-77321af5] {
  cursor: pointer;
  padding: 10px;
}
.approval-modal .approval-header[data-v-77321af5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.approval-modal .approval-header-btn .ivu-icon[data-v-77321af5] {
  cursor: pointer;
}
.approval-modal .approval-content[data-v-77321af5] {
  height: calc(100vh - 210px);
  padding: 0 24px;
}
.approval-modal .approval-content .jarvis-bim-form .form-bim-item[data-v-77321af5] {
  font-size: 14px !important;
}
.approval-modal .approval-content .jarvis-bim-form .bor-btm[data-v-77321af5] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .jarvis-bim-form .bor-btm .bor-btm-box[data-v-77321af5] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .jarvis-bim-form .bor-btm .bor-btm-box .flex[data-v-77321af5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-content .approval-detail[data-v-77321af5] {
  font-size: 14px;
}
.approval-modal .approval-content .approval-detail .approval-detail-top[data-v-77321af5] {
  margin-top: 16px;
}
.approval-modal .approval-content .approval-detail .approval-detail-top .approval-detail-top-no[data-v-77321af5] {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  font-size: 12px;
}
.approval-modal .approval-content .approval-detail .approval-detail-top .approval-detail-status[data-v-77321af5] {
  font-size: 14px;
  line-height: 28px;
  color: #ffc72b;
  background-color: rgba(255, 199, 43, 0.2);
  border-radius: 2px;
  padding: 0 4px;
}
.approval-modal .approval-content .approval-detail .file-approval-flow[data-v-77321af5] {
  margin: 24px 0;
}
.project-files-flie-list[data-v-77321af5] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
}
.project-files-flie-list[data-v-77321af5]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-files-flie-list[data-v-77321af5]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.project-files-flie-list .item[data-v-77321af5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 550px;
  cursor: pointer;
}
.project-files-flie-list .item .item-file-img[data-v-77321af5] {
  width: 26px;
  height: 32px;
}
.project-files-flie-list .item .file-content[data-v-77321af5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.project-files-flie-list .item .content-name[data-v-77321af5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-files-flie-list .item .content-name span[data-v-77321af5] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.project-files-flie-list .item .content-name .content-name-state[data-v-77321af5] {
  margin-left: 6px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}
.project-files-flie-list .item .content-name img[data-v-77321af5] {
  width: 16px;
  margin-left: 8px;
}
.project-files-flie-list .item .content-info[data-v-77321af5] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-files-flie-list .item .content-info span[data-v-77321af5] {
  margin-right: 8px;
}
.project-files-flie-list .item .content-info .content-info-conversion[data-v-77321af5] {
  color: #10a5cb;
}
.timeline-content[data-v-77321af5] {
  background-color: #252d33;
  width: 558px;
  margin-left: 10px;
  border-radius: 4px;
}
.modelcontent-user-list-item-close[data-v-77321af5] {
  position: absolute;
  top: -5px;
  right: -2px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  padding: 1px;
  display: none;
}
.modelcontent-user-list-item[data-v-77321af5] {
  cursor: pointer;
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-77321af5] {
  border-radius: 50%;
  margin-right: 1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-77321af5] {
  display: inline-block;
}
.head-model-a[data-v-77321af5] {
  color: #ffffff;
  font-size: 14px;
}
.responsible-icon[data-v-77321af5] {
  height: 28px;
  border-radius: 50%;
}
.please-select[data-v-77321af5] {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  cursor: pointer;
}

.approval-modal .btn-con[data-v-327f15e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.approval-modal .btn-con .download-btn[data-v-327f15e0] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.approval-modal .btn-con .del-btn[data-v-327f15e0] {
  cursor: pointer;
  padding: 10px;
}
.approval-modal .approval-header[data-v-327f15e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  font-size: 14px;
}
.approval-modal .approval-header-btn .ivu-icon[data-v-327f15e0] {
  cursor: pointer;
}
.approval-modal .approval-content[data-v-327f15e0] {
  height: 519px;
}
.approval-modal .approval-content .select-member-content[data-v-327f15e0] {
  padding: 0 24px;
  margin-top: 16px;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .form-bim-item[data-v-327f15e0] {
  font-size: 14px !important;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .bor-btm[data-v-327f15e0] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .bor-btm .box[data-v-327f15e0] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .bor-btm .box .flex[data-v-327f15e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-content .select-role-content[data-v-327f15e0] {
  padding: 0 24px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .form-bim-item[data-v-327f15e0] {
  font-size: 14px !important;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm[data-v-327f15e0] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box[data-v-327f15e0] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box .flex[data-v-327f15e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-footer[data-v-327f15e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline-content[data-v-327f15e0] {
  background-color: #252d33;
  width: 558px;
  height: 78px;
  margin-left: 10px;
  border-radius: 4px;
}
.modelcontent-user-list-item-close[data-v-327f15e0] {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-327f15e0] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.modelcontent-user-list[data-v-327f15e0] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modelcontent-user-list-item[data-v-327f15e0] {
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-327f15e0] {
  border-radius: 50%;
  margin-right: 1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-327f15e0] {
  display: block;
}
.custom-tree-node[data-v-327f15e0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-node .tree-item[data-v-327f15e0] {
  background: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@-webkit-keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active {
  -webkit-animation-name: section-fade-in;
          animation-name: section-fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active {
  -webkit-animation-name: section-fade-out;
          animation-name: section-fade-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.approval-modal .ivu-modal-content {
  background: #2b353d !important;
}
.approval-modal .ivu-modal-body {
  padding: 0;
}
.approval-modal .select-member-content .approval-scroll {
  height: 447px;
}
.approval-modal .select-role-content .approval-scroll-two {
  height: 495px;
}
.approval-modal .el-checkbox__inner {
  background: none;
}
.approval-modal .ivu-checkbox-wrapper {
  margin-right: 16px;
}
.approval-modal .ivu-tabs-bar {
  margin-bottom: 0;
}
.approval-modal label {
  margin-bottom: 0;
}
.approval-modal .el-tree {
  background: none;
  color: #ffffff;
}
.approval-modal .el-tree .el-tree-node__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 52px;
  padding-left: 0px !important;
  background: none  !important;
}
.approval-modal .el-tree .el-tree-node__content:hover {
  background: none !important;
}

.approval-modal .btn-con[data-v-1f6e33d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.approval-modal .btn-con .download-btn[data-v-1f6e33d3] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.approval-modal .btn-con .del-btn[data-v-1f6e33d3] {
  cursor: pointer;
  padding: 10px;
}
.approval-modal .approval-header[data-v-1f6e33d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.approval-modal .approval-header-btn .ivu-icon[data-v-1f6e33d3] {
  cursor: pointer;
}
.approval-modal .approval-content[data-v-1f6e33d3] {
  height: 519px;
}
.approval-modal .approval-content .selected-member-content[data-v-1f6e33d3] {
  padding: 0 24px;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .form-bim-item[data-v-1f6e33d3] {
  font-size: 14px !important;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .bor-btm[data-v-1f6e33d3] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .bor-btm .box[data-v-1f6e33d3] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .bor-btm .box .flex[data-v-1f6e33d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-content .select-role-content[data-v-1f6e33d3] {
  padding: 0 24px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .form-bim-item[data-v-1f6e33d3] {
  font-size: 14px !important;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm[data-v-1f6e33d3] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box[data-v-1f6e33d3] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box .flex[data-v-1f6e33d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-footer[data-v-1f6e33d3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline-content[data-v-1f6e33d3] {
  background-color: #252d33;
  width: 558px;
  height: 78px;
  margin-left: 10px;
  border-radius: 4px;
}
.modelcontent-user-list-item-close[data-v-1f6e33d3] {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-1f6e33d3] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.modelcontent-user-list[data-v-1f6e33d3] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modelcontent-user-list-item[data-v-1f6e33d3] {
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-1f6e33d3] {
  border-radius: 50%;
  margin-right: 1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-1f6e33d3] {
  display: block;
}
.custom-tree-node[data-v-1f6e33d3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-node .tree-item[data-v-1f6e33d3] {
  background: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@-webkit-keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active {
  -webkit-animation-name: section-fade-in;
          animation-name: section-fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active {
  -webkit-animation-name: section-fade-out;
          animation-name: section-fade-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.approval-modal .ivu-modal-content {
  background: #2b353d !important;
}
.approval-modal .ivu-modal-body {
  padding: 0;
}
.approval-modal .selected-member-content .approval-scroll-two {
  height: 519px;
}
.approval-modal .ivu-checkbox-wrapper {
  margin-right: 16px;
}
.approval-modal .ivu-tabs-bar {
  margin-bottom: 0;
}
.approval-modal label {
  margin-bottom: 0;
}
.approval-modal .el-tree {
  background: none;
  color: #ffffff;
}
.approval-modal .el-tree .el-tree-node__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 52px;
  padding-left: 0px !important;
  background: none !important;
}
.approval-modal .el-tree .el-tree-node__content:hover {
  background: none !important;
}

.project-file-copy-move .ivu-modal-body {
  padding: 0;
}
.project-file-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.project-file-copy-move-create-folder[data-v-75946078] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-file-copy-move-content[data-v-75946078] {
  padding-left: 16px;
}
.project-file-copy-move-content-crumb[data-v-75946078] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-copy-move-content-crumb-activate[data-v-75946078] {
  color: #ffffff;
}
.project-file-copy-move-content-crumb > span[data-v-75946078] {
  font-size: 14px;
}
.project-file-copy-move-content-crumb > span > span > span[data-v-75946078] {
  cursor: pointer;
}
.project-file-copy-move-content-table-no-data[data-v-75946078] {
  text-align: center;
}
.project-file-copy-move-content-table > div[data-v-75946078] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-file-copy-move-content-table > div > img[data-v-75946078] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-file-copy-move-content-table > div[data-v-75946078]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-copy-move-content-table > div[data-v-75946078]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.approval-header[data-v-75946078] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.approval-header-btn .ivu-icon[data-v-75946078] {
  cursor: pointer;
}

.name-input-folder[data-v-3b8e19a2] {
  min-width: 360px;
  margin-top: 10px;
}

.project-file-copy-move .ivu-modal-body {
  padding: 0;
}
.project-file-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.project-file-copy-move-create-folder[data-v-9cb0c306] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-file-copy-move-content[data-v-9cb0c306] {
  padding-left: 16px;
}
.project-file-copy-move-content-crumb[data-v-9cb0c306] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-copy-move-content-crumb-activate[data-v-9cb0c306] {
  color: #ffffff;
}
.project-file-copy-move-content-crumb > span[data-v-9cb0c306] {
  font-size: 14px;
}
.project-file-copy-move-content-crumb > span > span > span[data-v-9cb0c306] {
  cursor: pointer;
}
.project-file-copy-move-content-table-no-data[data-v-9cb0c306] {
  text-align: center;
}
.project-file-copy-move-content-table > div[data-v-9cb0c306] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-file-copy-move-content-table > div > img[data-v-9cb0c306] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-file-copy-move-content-table > div[data-v-9cb0c306]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-copy-move-content-table > div[data-v-9cb0c306]:hover {
  background: rgba(16, 165, 203, 0.1);
}

.my-item[data-v-6fb6050c] {
  background: rgba(255, 255, 255, 0.1);
}
.my-item--select[data-v-6fb6050c] {
  background-color: #57c5f7;
}
.name-input-folder[data-v-6fb6050c] {
  min-width: 360px;
  margin-top: 10px;
}
.poup-form-radio[data-v-6fb6050c] {
  margin: 20px 0 0 20px;
}
.poup-form-radio-span[data-v-6fb6050c] {
  top: -2px;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  font-weight: bolder;
}
.cabinet-version-data[data-v-6fb6050c] {
  margin: 0 20px;
  font-size: 14px;
}
.poup-form__main[data-v-6fb6050c] {
  overflow-y: auto;
  max-height: 300px;
  margin-top: 20px;
}

.project-cabinet-copy-move-create-folder[data-v-75fb9208] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-cabinet-copy-move-content[data-v-75fb9208] {
  padding-left: 16px;
}
.project-cabinet-copy-move-content-crumb[data-v-75fb9208] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-cabinet-copy-move-content-crumb-activate[data-v-75fb9208] {
  color: #ffffff;
}
.project-cabinet-copy-move-content-crumb > span[data-v-75fb9208] {
  font-size: 14px;
}
.project-cabinet-copy-move-content-crumb > span > span > span[data-v-75fb9208] {
  cursor: pointer;
}
.project-cabinet-copy-move-content-table-no-data[data-v-75fb9208] {
  text-align: center;
}
.project-cabinet-copy-move-content-table > div[data-v-75fb9208] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-cabinet-copy-move-content-table > div > img[data-v-75fb9208] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-cabinet-copy-move-content-table > div[data-v-75fb9208]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-cabinet-copy-move-content-table > div[data-v-75fb9208]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.project-cabinet-copy-move .belong-header[data-v-75fb9208] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-cabinet-copy-move .belong-text[data-v-75fb9208] {
  font-size: 16px;
}
.project-cabinet-copy-move .belong-back-btn[data-v-75fb9208] {
  width: 114px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff0f;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.project-cabinet-copy-move .ivu-modal-body {
  padding: 0;
}
.project-cabinet-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-cabinet-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.update-version-modal .ivu-progress-inner {
  background-color: rgba(255, 255, 255, 0.4);
}

.upload-file-button[data-v-0a214950] {
  line-height: 32px;
}
.name-input[data-v-0a214950] {
  width: 320px;
  margin-right: 10px;
}
.updata-version-name[data-v-0a214950] {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
  min-width: 120px;
}
.project-upload-form[data-v-0a214950] {
  position: relative;
  top: 13px;
}
.project-upload-form div input[data-v-0a214950]:hover {
  cursor: pointer;
}
.upload-btn[data-v-0a214950] {
  display: inline-block;
}
.upload[data-v-0a214950] {
  /* width: 95px; */
  border-radius: 4px;
  height: 32px;
  text-align: center;
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.upload[data-v-0a214950]:hover {
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.updata-version-instruction[data-v-0a214950] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.version-file-name[data-v-0a214950] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 317px;
  position: relative;
  top: 5px;
}
.upload-file-list-input[data-v-0a214950] {
  display: block;
  width: 140px;
  height: 32px;
  position: absolute;
  font-size: 0;
  top: -1px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}

.dms-dropdown-tag {
  min-width: 180px !important;
}
.dms-files-filter {
  padding: 12px;
  font-size: 12px;
  min-width: 290px;
  max-width: 340px;
}
.dms-files-filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dms-files-filter-content-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0 8px;
  min-width: 80px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  margin-right: 8px;
}
.dms-files-filter-content-item:nth-child(3n + 0) {
  margin-right: 0;
}
.dms-files-filter-content-item:hover {
  background-color: #10a5cb;
}
.dms-files-filter-content-item-active {
  background-color: #10a5cb;
}
.dms-files-filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dms-files-filter-label-item {
  padding: 4px;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.dms-files-filter-label-item:hover {
  -webkit-box-shadow: 0 0 10px #606266;
          box-shadow: 0 0 10px #606266;
}
.dmsDropdown-style {
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.5);
  height: 33px;
  line-height: 33px;
}
.dmsDropdown-style .icon-icon-Upwardsort .path1::before {
  color: #10a5cb;
}
.dmsDropdown-style .icon-icon-Upwardsort .path2:before,
.dmsDropdown-style .icon-icon-Upwardsort .path3:before,
.dmsDropdown-style .icon-icon-Upwardsort .path4:before {
  color: rgba(255, 255, 255, 0.5);
}
.dmsDropdown-style .icon-icon-Downwardsort .path2:before,
.dmsDropdown-style .icon-icon-Downwardsort .path3:before,
.dmsDropdown-style .icon-icon-Downwardsort .path4:before {
  color: rgba(255, 255, 255, 0.5);
}
.dmsDropdown-style .icon-icon-Downwardsort .path1::before {
  color: #10a5cb;
}
.dmsDropdown-style .jarvis-bim-dropdown .ivu-select-dropdown {
  border: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.dmsDropdown-DropdownMenu-style-filter {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dmsDropdown-DropdownMenu-style-filterspan {
  height: 32px;
  line-height: 32px;
}
.action-bar-btns {
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252d33;
}
.action-bar-btns-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-files-action-buttonGroup {
  margin-left: 24px !important;
}
.search-style .ivu-input {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
}
.dmsDropdown-DropdownMenu-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
  min-height: 33px;
}

.dmsDropdown-DropdownMenu-item[data-v-704d34cf] {
  padding: 7px 16px;
  height: 30px;
  line-height: 20px;
}
.dms-dmsDropdown-item[data-v-704d34cf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dms-dmsDropdown-item img[data-v-704d34cf] {
  height: 16px;
}
.dms-upload-dropdown-btn[data-v-704d34cf] {
  min-width: 84px;
  margin-left: 16px;
  height: 32px;
  background-color: #10a5cb;
  font-size: 14px;
}
.dms-upload-dropdown-btn-icon[data-v-704d34cf] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.dmsDropdown-DropdownMenu-tag-icon[data-v-704d34cf] {
  top: 2px;
  position: relative;
}
.dmsDropdown-DropdownMenu-select[data-v-704d34cf] {
  width: 12px;
  height: 12px;
}
.project-file-action-search-div[data-v-704d34cf] {
  margin-right: 24px;
  position: relative;
}
.upload-dms-file-input[data-v-704d34cf] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.upload-dms-folder-input[data-v-704d34cf] {
  display: block;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 30px;
  height: 30px;
  left: 0;
}
.button-style[data-v-704d34cf] {
  background-color: rgba(23, 155, 248, 0.1);
  border: 1px solid rgba(16, 165, 203, 1);
  color: aliceblue;
  font-size: 12px;
}
.search-style[data-v-704d34cf] {
  width: 360px;
  font-size: 14px;
}

.dmsDropdown-style .ivu-select-dropdown {
  border: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.files-tag-scroll-bar {
  height: 250px !important;
}

.download-dms-modal .ivu-modal-content {
  background: #212226 !important;
}
.download-dms-modal .ivu-modal-body {
  padding: 0;
}
.download-dms-modal .download-dms-scroll {
  height: 500px !important;
}

.download-dms-modal .no-data[data-v-faabe8aa] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.download-dms-modal .no-data img[data-v-faabe8aa] {
  width: 100px;
  height: 100px;
}
.download-dms-modal .btn-con[data-v-faabe8aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.download-dms-modal .btn-con .download-btn[data-v-faabe8aa] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.download-dms-modal .btn-con .del-btn[data-v-faabe8aa] {
  cursor: pointer;
  padding: 10px;
}
.download-dms-modal .download-dms-header[data-v-faabe8aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.download-dms-modal .download-dms-header-btn .ivu-icon[data-v-faabe8aa] {
  cursor: pointer;
}
.download-dms-modal .download-dms-item[data-v-faabe8aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.download-dms-modal .download-dms-item[data-v-faabe8aa]:hover {
  background-color: rgba(21, 186, 228, 0.2);
}
.download-dms-modal .download-dms-item:hover .download-dms-item-status-close[data-v-faabe8aa] {
  visibility: visible;
}
.download-dms-modal .download-dms-item-bg[data-v-faabe8aa] {
  background: rgba(16, 165, 203, 0.1);
  height: 55px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
}
.download-dms-modal .download-dms-item-info[data-v-faabe8aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-dms-modal .download-dms-item-info > div > p[data-v-faabe8aa] {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 260px;
}
.download-dms-modal .download-dms-item-info > div > div > span[data-v-faabe8aa] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.download-dms-modal .download-dms-item-info > img[data-v-faabe8aa] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.download-dms-modal .download-dms-item-btn[data-v-faabe8aa] {
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  max-width: 50%;
}
.download-dms-modal .download-dms-item-btn-item[data-v-faabe8aa] {
  padding: 6px;
  background-color: #10a5cb;
  border-radius: 2px;
  margin-left: 8px;
  cursor: pointer;
  line-height: 26px;
}
.download-dms-modal .download-dms-item-btn-item[data-v-faabe8aa]:hover {
  background-color: #57c5f7;
}
.download-dms-modal .download-dms-item-btn-cancel[data-v-faabe8aa] {
  background-color: #e36259;
}
.download-dms-modal .download-dms-item-btn-cancel[data-v-faabe8aa]:hover {
  background-color: #d97a61;
}
.download-dms-modal .download-dms-item-status[data-v-faabe8aa] {
  z-index: 1;
}
.download-dms-modal .download-dms-item-status span[data-v-faabe8aa] {
  color: rgba(255, 255, 255, 0.6);
}
.download-dms-modal .download-dms-item-status .refresh-upload[data-v-faabe8aa] {
  cursor: pointer;
}
.download-dms-modal .download-dms-item-status-close[data-v-faabe8aa] {
  cursor: pointer;
  visibility: hidden;
}

.project-file-modal-spin-col[data-v-59539616] {
  height: 50px;
}
.project-file-center[data-v-59539616] {
  text-align: center;
  margin-top: 10px;
}
.project-file-download[data-v-59539616] {
  margin-bottom: 40px;
}

.files-tree-list {
  height: calc(100vh - 262px) !important;
  min-height: 300px;
  width: 320px;
  padding-bottom: 16px;
  overflow-x: auto;
}
.files-tree-list .project-file-left-tree .ivu-tree-title-selected,
.files-tree-list .project-file-left-tree .ivu-tree-title-selected:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.files-tree-list .project-file-left-tree .ivu-tree-title:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.files-tree-list .project-file-left-tree .project-files-tree-item {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  cursor: pointer;
  color: #ffffff;
}
.files-tree-list .project-file-left-tree .project-files-tree-item-img {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 4px;
  position: relative;
}
.files-tree-list .project-file-left-tree .ivu-tree-arrow {
  cursor: pointer;
  color: #c0c4cc;
  width: 12px;
  text-align: left;
  position: relative;
  display: inline-block;
}















































































































































































































































































































































































































































































































.share-modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 33px;
  padding-top: 16px;
}
.share-modal .ivu-modal-body {
  padding: 16px 24px;
}
.share-modal .share-link-feild-label {
  width: 80px;
  text-align: right;
  margin-right: 16px;
}
.share-modal .share-link-feild-succss-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.share-modal .share-link-feild-succss-link-input {
  width: 456px;
}
.share-modal .share-link-feild-succss-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  min-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-modal .share-link-feild-succss-code-btn {
  position: absolute;
  right: 24px;
}
.share-modal .share-link-feild-succss-qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-modal .share-link-feild-succss-qrcode-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-modal .share-link-feild-succss-qrcode-info .qrcode-canvas {
  width: 119px !important;
  height: 119px !important;
}
.share-modal .share-link-feild-succss-qrcode-info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.share-modal .share-link-feild-succss-qrcode-info-tip p {
  font-size: 14px;
  color: #ffffff;
}
.share-modal .share-link-feild-succss-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.share-modal .share-link-feild-succss-tip img {
  width: 32px;
  height: 32px;
}
.share-modal .share-link-feild-succss-tip p {
  font-size: 18px;
  color: #00d391;
}
.share-modal .share-modal-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.share-modal .share-modal-content .line {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 40px;
}
.share-modal .share-modal-content-tip {
  margin-bottom: 16px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-disabled .ivu-checkbox-inner {
  background-color: #179bf8;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-check {
  width: 40px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-name {
  min-width: 100px;
  margin-left: 16px;
  font-size: 16px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-info {
  margin-left: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.share-modal .share-modal-content .share-modal-content-jarvis-user img {
  width: 48px;
  height: 48px;
}
.share-modal .share-modal-content .share-modal-query-code input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-valid-range-input {
  height: 32px;
  border-radius: 2px;
  padding: 6px 6px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-valid-range-input-d {
  line-height: 32px;
  border-radius: 0px 2px 2px 0px;
  height: 32px;
  width: 33px;
  top: 1px;
  display: inline-block;
  right: 4px;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-input input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-link-input .ivu-input {
  height: 34px;
}
.share-identity {
  text-align: center;
}
.share-identity-icon img {
  width: 60px;
  margin-bottom: 8px;
}

.name-input[data-v-50d92d71] {
  min-width: 360px;
  margin-top: 10px;
}
.add-tag-body-title[data-v-50d92d71] {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.project-file_create_modal_layout[data-v-50d92d71] {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.color-list__item[data-v-50d92d71] {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* float: left;
  margin: 0 14px\0; */
}
.color-list[data-v-50d92d71] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
  overflow: hidden;
}
.project-file_color_a[data-v-50d92d71] {
  width: 20px;
  height: 20px;
  display: inherit;
  border-radius: 50%;
  cursor: default;
}
.project-file_create_model_span[data-v-50d92d71] {
  height: 40px;
  text-align: left;
  line-height: 40px;
  display: inline-block;
}

#addlist-body {
  padding-bottom: 20px\0 !important;
}

.jarvis-bim-el-image-viewer-actions i[data-v-57cbb27a]{
  cursor: pointer;
}

.ivu-notice {
  top: 80px !important;
}
.ivu-notice .ivu-notice-notice {
  background: #252d33;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}
.ivu-notice .ivu-notice-notice .ivu-notice-title {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-notice-desc {
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-icon.ivu-icon-ios-close {
  color: #ffffff;
}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper {
  position: absolute !important;
  overflow: hidden;
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper .el-image-viewer__mask {
  background-color: #2a2f33;
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper .el-image-viewer__close {
  display: none;
}

.flex[data-v-8e41ee0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-8e41ee0e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-8e41ee0e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-8e41ee0e] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-8e41ee0e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-8e41ee0e] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-8e41ee0e] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-8e41ee0e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-8e41ee0e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-8e41ee0e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-8e41ee0e] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-8e41ee0e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-8e41ee0e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-8e41ee0e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-8e41ee0e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-8e41ee0e] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-8e41ee0e] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-8e41ee0e] {
  text-align: center;
}
.right[data-v-8e41ee0e] {
  text-align: right;
}
.left[data-v-8e41ee0e] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-8e41ee0e {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-8e41ee0e {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-8e41ee0e {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-8e41ee0e {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-8e41ee0e] {
  -webkit-animation-name: section-fade-in-data-v-8e41ee0e;
          animation-name: section-fade-in-data-v-8e41ee0e;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-8e41ee0e] {
  -webkit-animation-name: section-fade-out-data-v-8e41ee0e;
          animation-name: section-fade-out-data-v-8e41ee0e;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.simple-forge-container[data-v-8e41ee0e] {
  width: 100vw;
  height: 100vh;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.simple-forge-container[data-v-8e41ee0e] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.simple-forge-container[data-v-8e41ee0e] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.simple-forge-container[data-v-8e41ee0e] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.simple-forge-container .forge-side-bar[data-v-8e41ee0e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: calc(100vh - 56px);
  background: #252d33;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.simple-forge-container .forge-side-bar-version-icon[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-comment-icon[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-trend-icon[data-v-8e41ee0e] {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.simple-forge-container .forge-side-bar-version-icon-icon[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-comment-icon-icon[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-trend-icon-icon[data-v-8e41ee0e] {
  color: rgba(255, 255, 255, 0.6);
}
.simple-forge-container .forge-side-bar-version-icon.active[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-comment-icon.active[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-trend-icon.active[data-v-8e41ee0e] {
  background: #10a5cb;
  color: #ffffff;
}
.simple-forge-container .forge-side-bar-version-icon.active-icon[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-comment-icon.active-icon[data-v-8e41ee0e],
.simple-forge-container .forge-side-bar-trend-icon.active-icon[data-v-8e41ee0e] {
  color: #ffffff;
}
.simple-forge-container .side-section[data-v-8e41ee0e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: calc(100vh - 56px);
  background: #1f2529;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  -webkit-transition: 1s all;
  transition: 1s all;
  position: relative;
}
.simple-forge-container .side-section-title[data-v-8e41ee0e] {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  padding: 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.simple-forge-container .side-section-title span[data-v-8e41ee0e] {
  font-size: 20px;
  cursor: pointer;
}
.simple-forge-container .side-section-title-close[data-v-8e41ee0e] {
  cursor: pointer;
}
.simple-forge-container .viewer-container[data-v-8e41ee0e] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
  background-color: #2a2f33;
}
.simple-forge-container .viewer-container-pre-btn[data-v-8e41ee0e],
.simple-forge-container .viewer-container-next-btn[data-v-8e41ee0e] {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 56px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
}
.simple-forge-container .viewer-container-pre-btn span[data-v-8e41ee0e],
.simple-forge-container .viewer-container-next-btn span[data-v-8e41ee0e] {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.simple-forge-container .viewer-container-pre-btn[data-v-8e41ee0e] {
  left: 8px;
}
.simple-forge-container .viewer-container-pre-btn span[data-v-8e41ee0e] {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  left: 4px;
}
.simple-forge-container .viewer-container-next-btn[data-v-8e41ee0e] {
  right: 8px;
}
.simple-forge-container .viewer-container-next-btn span[data-v-8e41ee0e] {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  right: 4px;
}
.simple-forge-container .viewer-container-main[data-v-8e41ee0e] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.simple-forge-container .viewer-container-iframe[data-v-8e41ee0e] {
  width: 100%;
  height: 100%;
  background-color: #2a2f33;
  position: relative;
}
.simple-forge-container .viewer-container-iframe-text[data-v-8e41ee0e] {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.simple-forge-container .viewer-container-iframe iframe[data-v-8e41ee0e] {
  border: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% + 50px);
  margin-top: -50px;
}
.simple-forge-container .comment-type-wrap[data-v-8e41ee0e] {
  width: 50%;
}
.simple-forge-container .comment-type-wrap .comment-type-item[data-v-8e41ee0e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #676b6e;
  cursor: pointer;
  padding: 0 12px;
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
}
.simple-forge-container .comment-type-wrap .comment-type-item-active[data-v-8e41ee0e] {
  color: #ffffff;
  border-bottom: 2px solid #0fa2c7;
}

.video-viewer[data-v-1c047d30] {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  height: 100%;
}
.video-viewer video[data-v-1c047d30],
.video-viewer .player[data-v-1c047d30],
.video-viewer .dplayer[data-v-1c047d30] {
  top: 25%;
  left: 25%;
  width: 800px;
  height: 407px;
  max-height: 100%;
  max-width: 100%;
}



















































































































/*  解决 mac 全屏 透明度 遮住顶部状态栏 */
.dplayer-video-wrap .dplayer-video {
  background:#000 !important;
}
button[data-balloon]{overflow:visible}[data-balloon]{position:relative;cursor:pointer}[data-balloon]:after{font-family:sans-serif!important;font-weight:400!important;font-style:normal!important;text-shadow:none!important;font-size:12px!important;background:hsla(0,0%,7%,.9);border-radius:4px;color:#fff;content:attr(data-balloon);padding:.5em 1em;white-space:nowrap}[data-balloon]:after,[data-balloon]:before{filter:alpha(opactiy=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";-moz-opacity:0;-khtml-opacity:0;opacity:0;pointer-events:none;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;position:absolute;z-index:10}[data-balloon]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0z'/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;content:""}[data-balloon]:hover:after,[data-balloon]:hover:before,[data-balloon][data-balloon-visible]:after,[data-balloon][data-balloon-visible]:before{filter:alpha(opactiy=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";-moz-opacity:1;-khtml-opacity:1;opacity:1;pointer-events:auto}[data-balloon].font-awesome:after{font-family:FontAwesome}[data-balloon][data-balloon-break]:after{white-space:pre}[data-balloon][data-balloon-blunt]:after,[data-balloon][data-balloon-blunt]:before{-webkit-transition:none;transition:none}[data-balloon][data-balloon-pos=up]:after{margin-bottom:11px}[data-balloon][data-balloon-pos=up]:after,[data-balloon][data-balloon-pos=up]:before{bottom:100%;left:50%;-webkit-transform:translate(-50%,10px);transform:translate(-50%,10px);-webkit-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up]:before{margin-bottom:5px}[data-balloon][data-balloon-pos=up]:hover:after,[data-balloon][data-balloon-pos=up]:hover:before,[data-balloon][data-balloon-pos=up][data-balloon-visible]:after,[data-balloon][data-balloon-pos=up][data-balloon-visible]:before{-webkit-transform:translate(-50%);transform:translate(-50%)}[data-balloon][data-balloon-pos=up-left]:after{left:0;margin-bottom:11px}[data-balloon][data-balloon-pos=up-left]:after,[data-balloon][data-balloon-pos=up-left]:before{bottom:100%;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up-left]:before{left:5px;margin-bottom:5px}[data-balloon][data-balloon-pos=up-left]:hover:after,[data-balloon][data-balloon-pos=up-left]:hover:before,[data-balloon][data-balloon-pos=up-left][data-balloon-visible]:after,[data-balloon][data-balloon-pos=up-left][data-balloon-visible]:before{-webkit-transform:translate(0);transform:translate(0)}[data-balloon][data-balloon-pos=up-right]:after{right:0;margin-bottom:11px}[data-balloon][data-balloon-pos=up-right]:after,[data-balloon][data-balloon-pos=up-right]:before{bottom:100%;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transform-origin:top;transform-origin:top}[data-balloon][data-balloon-pos=up-right]:before{right:5px;margin-bottom:5px}[data-balloon][data-balloon-pos=up-right]:hover:after,[data-balloon][data-balloon-pos=up-right]:hover:before,[data-balloon][data-balloon-pos=up-right][data-balloon-visible]:after,[data-balloon][data-balloon-pos=up-right][data-balloon-visible]:before{-webkit-transform:translate(0);transform:translate(0)}[data-balloon][data-balloon-pos=down]:after{margin-top:11px}[data-balloon][data-balloon-pos=down]:after,[data-balloon][data-balloon-pos=down]:before{left:50%;top:100%;-webkit-transform:translate(-50%,-10px);transform:translate(-50%,-10px)}[data-balloon][data-balloon-pos=down]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;margin-top:5px}[data-balloon][data-balloon-pos=down]:hover:after,[data-balloon][data-balloon-pos=down]:hover:before,[data-balloon][data-balloon-pos=down][data-balloon-visible]:after,[data-balloon][data-balloon-pos=down][data-balloon-visible]:before{-webkit-transform:translate(-50%);transform:translate(-50%)}[data-balloon][data-balloon-pos=down-left]:after{left:0;margin-top:11px;top:100%;-webkit-transform:translateY(-10px);transform:translateY(-10px)}[data-balloon][data-balloon-pos=down-left]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;left:5px;margin-top:5px;top:100%;-webkit-transform:translateY(-10px);transform:translateY(-10px)}[data-balloon][data-balloon-pos=down-left]:hover:after,[data-balloon][data-balloon-pos=down-left]:hover:before,[data-balloon][data-balloon-pos=down-left][data-balloon-visible]:after,[data-balloon][data-balloon-pos=down-left][data-balloon-visible]:before{-webkit-transform:translate(0);transform:translate(0)}[data-balloon][data-balloon-pos=down-right]:after{right:0;margin-top:11px;top:100%;-webkit-transform:translateY(-10px);transform:translateY(-10px)}[data-balloon][data-balloon-pos=down-right]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12z'/%3E%3C/svg%3E");background-size:100% auto;width:18px;height:6px;right:5px;margin-top:5px;top:100%;-webkit-transform:translateY(-10px);transform:translateY(-10px)}[data-balloon][data-balloon-pos=down-right]:hover:after,[data-balloon][data-balloon-pos=down-right]:hover:before,[data-balloon][data-balloon-pos=down-right][data-balloon-visible]:after,[data-balloon][data-balloon-pos=down-right][data-balloon-visible]:before{-webkit-transform:translate(0);transform:translate(0)}[data-balloon][data-balloon-pos=left]:after{margin-right:11px;right:100%;top:50%;-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-balloon][data-balloon-pos=left]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342z'/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;margin-right:5px;right:100%;top:50%;-webkit-transform:translate(10px,-50%);transform:translate(10px,-50%)}[data-balloon][data-balloon-pos=left]:hover:after,[data-balloon][data-balloon-pos=left]:hover:before,[data-balloon][data-balloon-pos=left][data-balloon-visible]:after,[data-balloon][data-balloon-pos=left][data-balloon-visible]:before{-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-balloon][data-balloon-pos=right]:after{left:100%;margin-left:11px;top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-balloon][data-balloon-pos=right]:before{background:no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658z'/%3E%3C/svg%3E");background-size:100% auto;width:6px;height:18px;left:100%;margin-left:5px;top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}[data-balloon][data-balloon-pos=right]:hover:after,[data-balloon][data-balloon-pos=right]:hover:before,[data-balloon][data-balloon-pos=right][data-balloon-visible]:after,[data-balloon][data-balloon-pos=right][data-balloon-visible]:before{-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-balloon][data-balloon-length=small]:after{white-space:normal;width:80px}[data-balloon][data-balloon-length=medium]:after{white-space:normal;width:150px}[data-balloon][data-balloon-length=large]:after{white-space:normal;width:260px}[data-balloon][data-balloon-length=xlarge]:after{white-space:normal;width:380px}@media screen and (max-width:768px){[data-balloon][data-balloon-length=xlarge]:after{white-space:normal;width:90vw}}[data-balloon][data-balloon-length=fit]:after{white-space:normal;width:100%}@-webkit-keyframes my-face{2%{-webkit-transform:translateY(1.5px) rotate(1.5deg);transform:translateY(1.5px) rotate(1.5deg)}4%{-webkit-transform:translateY(-1.5px) rotate(-.5deg);transform:translateY(-1.5px) rotate(-.5deg)}6%{-webkit-transform:translateY(1.5px) rotate(-1.5deg);transform:translateY(1.5px) rotate(-1.5deg)}8%{-webkit-transform:translateY(-1.5px) rotate(-1.5deg);transform:translateY(-1.5px) rotate(-1.5deg)}10%{-webkit-transform:translateY(2.5px) rotate(1.5deg);transform:translateY(2.5px) rotate(1.5deg)}12%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}14%{-webkit-transform:translateY(-1.5px) rotate(1.5deg);transform:translateY(-1.5px) rotate(1.5deg)}16%{-webkit-transform:translateY(-.5px) rotate(-1.5deg);transform:translateY(-.5px) rotate(-1.5deg)}18%{-webkit-transform:translateY(.5px) rotate(-1.5deg);transform:translateY(.5px) rotate(-1.5deg)}20%{-webkit-transform:translateY(-1.5px) rotate(2.5deg);transform:translateY(-1.5px) rotate(2.5deg)}22%{-webkit-transform:translateY(.5px) rotate(-1.5deg);transform:translateY(.5px) rotate(-1.5deg)}24%{-webkit-transform:translateY(1.5px) rotate(1.5deg);transform:translateY(1.5px) rotate(1.5deg)}26%{-webkit-transform:translateY(.5px) rotate(.5deg);transform:translateY(.5px) rotate(.5deg)}28%{-webkit-transform:translateY(.5px) rotate(1.5deg);transform:translateY(.5px) rotate(1.5deg)}30%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}32%{-webkit-transform:translateY(1.5px) rotate(-.5deg);transform:translateY(1.5px) rotate(-.5deg)}34%{-webkit-transform:translateY(1.5px) rotate(-.5deg);transform:translateY(1.5px) rotate(-.5deg)}36%{-webkit-transform:translateY(-1.5px) rotate(2.5deg);transform:translateY(-1.5px) rotate(2.5deg)}38%{-webkit-transform:translateY(1.5px) rotate(-1.5deg);transform:translateY(1.5px) rotate(-1.5deg)}40%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}42%{-webkit-transform:translateY(2.5px) rotate(-1.5deg);transform:translateY(2.5px) rotate(-1.5deg)}44%{-webkit-transform:translateY(1.5px) rotate(.5deg);transform:translateY(1.5px) rotate(.5deg)}46%{-webkit-transform:translateY(-1.5px) rotate(2.5deg);transform:translateY(-1.5px) rotate(2.5deg)}48%{-webkit-transform:translateY(-.5px) rotate(.5deg);transform:translateY(-.5px) rotate(.5deg)}50%{-webkit-transform:translateY(.5px) rotate(.5deg);transform:translateY(.5px) rotate(.5deg)}52%{-webkit-transform:translateY(2.5px) rotate(2.5deg);transform:translateY(2.5px) rotate(2.5deg)}54%{-webkit-transform:translateY(-1.5px) rotate(1.5deg);transform:translateY(-1.5px) rotate(1.5deg)}56%{-webkit-transform:translateY(2.5px) rotate(2.5deg);transform:translateY(2.5px) rotate(2.5deg)}58%{-webkit-transform:translateY(.5px) rotate(2.5deg);transform:translateY(.5px) rotate(2.5deg)}60%{-webkit-transform:translateY(2.5px) rotate(2.5deg);transform:translateY(2.5px) rotate(2.5deg)}62%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}64%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}66%{-webkit-transform:translateY(1.5px) rotate(-.5deg);transform:translateY(1.5px) rotate(-.5deg)}68%{-webkit-transform:translateY(-1.5px) rotate(-.5deg);transform:translateY(-1.5px) rotate(-.5deg)}70%{-webkit-transform:translateY(1.5px) rotate(.5deg);transform:translateY(1.5px) rotate(.5deg)}72%{-webkit-transform:translateY(2.5px) rotate(1.5deg);transform:translateY(2.5px) rotate(1.5deg)}74%{-webkit-transform:translateY(-.5px) rotate(.5deg);transform:translateY(-.5px) rotate(.5deg)}76%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}78%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}80%{-webkit-transform:translateY(1.5px) rotate(1.5deg);transform:translateY(1.5px) rotate(1.5deg)}82%{-webkit-transform:translateY(-.5px) rotate(.5deg);transform:translateY(-.5px) rotate(.5deg)}84%{-webkit-transform:translateY(1.5px) rotate(2.5deg);transform:translateY(1.5px) rotate(2.5deg)}86%{-webkit-transform:translateY(-1.5px) rotate(-1.5deg);transform:translateY(-1.5px) rotate(-1.5deg)}88%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}90%{-webkit-transform:translateY(2.5px) rotate(-.5deg);transform:translateY(2.5px) rotate(-.5deg)}92%{-webkit-transform:translateY(.5px) rotate(-.5deg);transform:translateY(.5px) rotate(-.5deg)}94%{-webkit-transform:translateY(2.5px) rotate(.5deg);transform:translateY(2.5px) rotate(.5deg)}96%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}98%{-webkit-transform:translateY(-1.5px) rotate(-.5deg);transform:translateY(-1.5px) rotate(-.5deg)}0%,to{-webkit-transform:translate(0) rotate(0deg);transform:translate(0) rotate(0deg)}}@keyframes my-face{2%{-webkit-transform:translateY(1.5px) rotate(1.5deg);transform:translateY(1.5px) rotate(1.5deg)}4%{-webkit-transform:translateY(-1.5px) rotate(-.5deg);transform:translateY(-1.5px) rotate(-.5deg)}6%{-webkit-transform:translateY(1.5px) rotate(-1.5deg);transform:translateY(1.5px) rotate(-1.5deg)}8%{-webkit-transform:translateY(-1.5px) rotate(-1.5deg);transform:translateY(-1.5px) rotate(-1.5deg)}10%{-webkit-transform:translateY(2.5px) rotate(1.5deg);transform:translateY(2.5px) rotate(1.5deg)}12%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}14%{-webkit-transform:translateY(-1.5px) rotate(1.5deg);transform:translateY(-1.5px) rotate(1.5deg)}16%{-webkit-transform:translateY(-.5px) rotate(-1.5deg);transform:translateY(-.5px) rotate(-1.5deg)}18%{-webkit-transform:translateY(.5px) rotate(-1.5deg);transform:translateY(.5px) rotate(-1.5deg)}20%{-webkit-transform:translateY(-1.5px) rotate(2.5deg);transform:translateY(-1.5px) rotate(2.5deg)}22%{-webkit-transform:translateY(.5px) rotate(-1.5deg);transform:translateY(.5px) rotate(-1.5deg)}24%{-webkit-transform:translateY(1.5px) rotate(1.5deg);transform:translateY(1.5px) rotate(1.5deg)}26%{-webkit-transform:translateY(.5px) rotate(.5deg);transform:translateY(.5px) rotate(.5deg)}28%{-webkit-transform:translateY(.5px) rotate(1.5deg);transform:translateY(.5px) rotate(1.5deg)}30%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}32%{-webkit-transform:translateY(1.5px) rotate(-.5deg);transform:translateY(1.5px) rotate(-.5deg)}34%{-webkit-transform:translateY(1.5px) rotate(-.5deg);transform:translateY(1.5px) rotate(-.5deg)}36%{-webkit-transform:translateY(-1.5px) rotate(2.5deg);transform:translateY(-1.5px) rotate(2.5deg)}38%{-webkit-transform:translateY(1.5px) rotate(-1.5deg);transform:translateY(1.5px) rotate(-1.5deg)}40%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}42%{-webkit-transform:translateY(2.5px) rotate(-1.5deg);transform:translateY(2.5px) rotate(-1.5deg)}44%{-webkit-transform:translateY(1.5px) rotate(.5deg);transform:translateY(1.5px) rotate(.5deg)}46%{-webkit-transform:translateY(-1.5px) rotate(2.5deg);transform:translateY(-1.5px) rotate(2.5deg)}48%{-webkit-transform:translateY(-.5px) rotate(.5deg);transform:translateY(-.5px) rotate(.5deg)}50%{-webkit-transform:translateY(.5px) rotate(.5deg);transform:translateY(.5px) rotate(.5deg)}52%{-webkit-transform:translateY(2.5px) rotate(2.5deg);transform:translateY(2.5px) rotate(2.5deg)}54%{-webkit-transform:translateY(-1.5px) rotate(1.5deg);transform:translateY(-1.5px) rotate(1.5deg)}56%{-webkit-transform:translateY(2.5px) rotate(2.5deg);transform:translateY(2.5px) rotate(2.5deg)}58%{-webkit-transform:translateY(.5px) rotate(2.5deg);transform:translateY(.5px) rotate(2.5deg)}60%{-webkit-transform:translateY(2.5px) rotate(2.5deg);transform:translateY(2.5px) rotate(2.5deg)}62%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}64%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}66%{-webkit-transform:translateY(1.5px) rotate(-.5deg);transform:translateY(1.5px) rotate(-.5deg)}68%{-webkit-transform:translateY(-1.5px) rotate(-.5deg);transform:translateY(-1.5px) rotate(-.5deg)}70%{-webkit-transform:translateY(1.5px) rotate(.5deg);transform:translateY(1.5px) rotate(.5deg)}72%{-webkit-transform:translateY(2.5px) rotate(1.5deg);transform:translateY(2.5px) rotate(1.5deg)}74%{-webkit-transform:translateY(-.5px) rotate(.5deg);transform:translateY(-.5px) rotate(.5deg)}76%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}78%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}80%{-webkit-transform:translateY(1.5px) rotate(1.5deg);transform:translateY(1.5px) rotate(1.5deg)}82%{-webkit-transform:translateY(-.5px) rotate(.5deg);transform:translateY(-.5px) rotate(.5deg)}84%{-webkit-transform:translateY(1.5px) rotate(2.5deg);transform:translateY(1.5px) rotate(2.5deg)}86%{-webkit-transform:translateY(-1.5px) rotate(-1.5deg);transform:translateY(-1.5px) rotate(-1.5deg)}88%{-webkit-transform:translateY(-.5px) rotate(2.5deg);transform:translateY(-.5px) rotate(2.5deg)}90%{-webkit-transform:translateY(2.5px) rotate(-.5deg);transform:translateY(2.5px) rotate(-.5deg)}92%{-webkit-transform:translateY(.5px) rotate(-.5deg);transform:translateY(.5px) rotate(-.5deg)}94%{-webkit-transform:translateY(2.5px) rotate(.5deg);transform:translateY(2.5px) rotate(.5deg)}96%{-webkit-transform:translateY(-.5px) rotate(1.5deg);transform:translateY(-.5px) rotate(1.5deg)}98%{-webkit-transform:translateY(-1.5px) rotate(-.5deg);transform:translateY(-1.5px) rotate(-.5deg)}0%,to{-webkit-transform:translate(0) rotate(0deg);transform:translate(0) rotate(0deg)}}.dplayer{position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:1}.dplayer *{-webkit-box-sizing:content-box;box-sizing:content-box}.dplayer svg{width:100%;height:100%}.dplayer svg circle,.dplayer svg path{fill:#fff}.dplayer:-webkit-full-screen{width:100%;height:100%;background:#000;position:fixed;z-index:100000;left:0;top:0}.dplayer:-webkit-full-screen .dplayer-danmaku .dplayer-danmaku-bottom.dplayer-danmaku-move,.dplayer:-webkit-full-screen .dplayer-danmaku .dplayer-danmaku-top.dplayer-danmaku-move{-webkit-animation:danmaku-center 6s linear;animation:danmaku-center 6s linear;-webkit-animation-play-state:inherit;animation-play-state:inherit}.dplayer:-webkit-full-screen .dplayer-danmaku .dplayer-danmaku-right.dplayer-danmaku-move{-webkit-animation:danmaku 8s linear;animation:danmaku 8s linear;-webkit-animation-play-state:inherit;animation-play-state:inherit}.dplayer.dplayer-live .dplayer-bar-wrap,.dplayer.dplayer-live .dplayer-setting-loop,.dplayer.dplayer-live .dplayer-setting-speed,.dplayer.dplayer-live .dplayer-time,.dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-comment,.dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box .dplayer-setting-danmaku,.dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box .dplayer-setting-danunlimit,.dplayer.dplayer-no-danmaku .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box .dplayer-setting-showdan,.dplayer.dplayer-no-danmaku .dplayer-danmaku{display:none}.dplayer.dplayer-arrow .dplayer-danmaku{font-size:18px}.dplayer.dplayer-arrow .dplayer-icon{margin:0 -3px}.dplayer.dplayer-playing .dplayer-danmaku .dplayer-danmaku-move{-webkit-animation-play-state:running;animation-play-state:running}@media (min-width:900px){.dplayer.dplayer-playing .dplayer-controller,.dplayer.dplayer-playing .dplayer-controller-mask{opacity:0}.dplayer.dplayer-playing:hover .dplayer-controller,.dplayer.dplayer-playing:hover .dplayer-controller-mask{opacity:1}}.dplayer.dplayer-loading .dplayer-bezel .diplayer-loading-icon{display:block}.dplayer.dplayer-loading .dplayer-danmaku,.dplayer.dplayer-loading .dplayer-danmaku-move,.dplayer.dplayer-paused .dplayer-danmaku,.dplayer.dplayer-paused .dplayer-danmaku-move{-webkit-animation-play-state:paused;animation-play-state:paused}.dplayer.dplayer-hide-controller{cursor:none}.dplayer.dplayer-hide-controller .dplayer-controller,.dplayer.dplayer-hide-controller .dplayer-controller-mask{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}.dplayer.dplayer-show-controller .dplayer-controller,.dplayer.dplayer-show-controller .dplayer-controller-mask{opacity:1}.dplayer.dplayer-fulled{position:fixed;z-index:100000;left:0;top:0;width:100%;height:100%}.dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-camera-icon,.dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-volume{display:none}.dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon{position:static;display:inline-block}.dplayer.dplayer-mobile .dplayer-bar-time{display:none}.dplayer-web-fullscreen-fix{position:fixed;top:0;left:0;margin:0;padding:0}[data-balloon]:before{display:none}[data-balloon]:after{padding:.3em .7em;background:hsla(0,0%,7%,.7)}[data-balloon][data-balloon-pos=up]:after{margin-bottom:0}.dplayer-bezel{position:absolute;left:0;right:0;top:0;bottom:0;font-size:22px;color:#fff;pointer-events:none}.dplayer-bezel .dplayer-bezel-icon{position:absolute;top:50%;left:50%;margin:-26px 0 0 -26px;height:52px;width:52px;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.5);border-radius:50%;opacity:0;pointer-events:none}.dplayer-bezel .dplayer-bezel-icon.dplayer-bezel-transition{-webkit-animation:bezel-hide .5s linear;animation:bezel-hide .5s linear}@-webkit-keyframes bezel-hide{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}@keyframes bezel-hide{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(2);transform:scale(2)}}.dplayer-bezel .dplayer-danloading{position:absolute;top:50%;margin-top:-7px;width:100%;text-align:center;font-size:14px;line-height:14px;-webkit-animation:my-face 5s infinite ease-in-out;animation:my-face 5s infinite ease-in-out}.dplayer-bezel .diplayer-loading-icon{display:none;position:absolute;top:50%;left:50%;margin:-18px 0 0 -18px;height:36px;width:36px;pointer-events:none}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-hide{display:none}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot{-webkit-animation:diplayer-loading-dot-fade .8s ease infinite;animation:diplayer-loading-dot-fade .8s ease infinite;opacity:0;-webkit-transform-origin:4px 4px;transform-origin:4px 4px}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-7{-webkit-animation-delay:.7s;animation-delay:.7s}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-6{-webkit-animation-delay:.6s;animation-delay:.6s}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-5{-webkit-animation-delay:.5s;animation-delay:.5s}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-4{-webkit-animation-delay:.4s;animation-delay:.4s}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-3{-webkit-animation-delay:.3s;animation-delay:.3s}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-2{-webkit-animation-delay:.2s;animation-delay:.2s}.dplayer-bezel .diplayer-loading-icon .diplayer-loading-dot.diplayer-loading-dot-1{-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes diplayer-loading-dot-fade{0%{opacity:.7;-webkit-transform:scale(1.2);transform:scale(1.2)}50%{opacity:.25;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.25;-webkit-transform:scale(.85);transform:scale(.85)}}@keyframes diplayer-loading-dot-fade{0%{opacity:.7;-webkit-transform:scale(1.2);transform:scale(1.2)}50%{opacity:.25;-webkit-transform:scale(.9);transform:scale(.9)}to{opacity:.25;-webkit-transform:scale(.85);transform:scale(.85)}}.dplayer-controller-mask{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==) repeat-x bottom;height:98px;width:100%}.dplayer-controller,.dplayer-controller-mask{position:absolute;bottom:0;-webkit-transition:all .3s ease;transition:all .3s ease}.dplayer-controller{left:0;right:0;height:41px;padding:0 20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dplayer-controller.dplayer-controller-comment .dplayer-icons{display:none}.dplayer-controller.dplayer-controller-comment .dplayer-icons.dplayer-comment-box{display:block}.dplayer-controller .dplayer-bar-wrap{padding:5px 0;cursor:pointer;position:absolute;bottom:33px;width:calc(100% - 40px);height:3px}.dplayer-controller .dplayer-bar-wrap:hover .dplayer-bar .dplayer-played .dplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.dplayer-controller .dplayer-bar-wrap .dplayer-bar-preview{position:absolute;background:#fff;pointer-events:none;display:none;background-size:auto 100%}.dplayer-controller .dplayer-bar-wrap .dplayer-bar-preview-canvas{position:absolute;width:100%;height:100%;z-index:1;pointer-events:none}.dplayer-controller .dplayer-bar-wrap .dplayer-bar-time{position:absolute;left:0;top:-20px;width:30px;border-radius:4px;padding:5px 7px;background-color:rgba(0,0,0,.62);color:#fff;font-size:12px;text-align:center;opacity:1;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out;word-wrap:normal;word-break:normal;z-index:2;pointer-events:none}.dplayer-controller .dplayer-bar-wrap .dplayer-bar-time.hidden{opacity:0}.dplayer-controller .dplayer-bar-wrap .dplayer-bar{position:relative;height:3px;width:100%;background:hsla(0,0%,100%,.2);cursor:pointer}.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-loaded{background:hsla(0,0%,100%,.4);-webkit-transition:all .5s ease;transition:all .5s ease}.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-loaded,.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played{position:absolute;left:0;top:0;bottom:0;height:3px;will-change:width}.dplayer-controller .dplayer-bar-wrap .dplayer-bar .dplayer-played .dplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:11px;width:11px;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0);transform:scale(0)}.dplayer-controller .dplayer-icons{height:38px;position:absolute;bottom:0}.dplayer-controller .dplayer-icons.dplayer-comment-box{display:none;position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:2;height:38px;bottom:0;left:20px;right:20px;color:#fff}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-icon{padding:7px}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-icon{position:absolute;left:0;top:0}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-send-icon{position:absolute;right:0;top:0}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box{position:absolute;background:rgba(28,28,28,.9);bottom:41px;left:0;-webkit-box-shadow:0 0 25px rgba(0,0,0,.3);box-shadow:0 0 25px rgba(0,0,0,.3);border-radius:4px;padding:10px 10px 16px;font-size:14px;width:204px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0);transform:scale(0)}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box.dplayer-comment-setting-open{-webkit-transform:scale(1);transform:scale(1)}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box input[type=radio]{display:none}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box label{cursor:pointer}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-title{font-size:13px;color:#fff;line-height:30px}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type{font-size:0}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type .dplayer-comment-setting-title{margin-bottom:6px}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type label:nth-child(2) span{border-radius:4px 0 0 4px}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type label:nth-child(4) span{border-radius:0 4px 4px 0}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type span{width:33%;padding:4px 6px;line-height:16px;display:inline-block;font-size:12px;color:#fff;border:1px solid #fff;margin-right:-1px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-type input:checked+span{background:#e4e4e6;color:#1c1c1c}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color{font-size:0}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color label{font-size:0;padding:6px;display:inline-block}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color span{width:22px;height:22px;display:inline-block;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-setting-box .dplayer-comment-setting-color span:hover{-webkit-animation:my-face 5s infinite ease-in-out;animation:my-face 5s infinite ease-in-out}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input{outline:none;border:none;padding:8px 31px;font-size:14px;line-height:18px;text-align:center;border-radius:4px;background:none;margin:0;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;color:#fff}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-webkit-input-placeholder{color:#fff;opacity:.8}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input:-ms-input-placeholder,.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-ms-input-placeholder{color:#fff;opacity:.8}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-webkit-input-placeholder{color:#fff;opacity:.8}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-moz-placeholder{color:#fff;opacity:.8}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::-ms-input-placeholder{color:#fff;opacity:.8}.dplayer-controller .dplayer-icons.dplayer-comment-box .dplayer-comment-input::placeholder{color:#fff;opacity:.8}.dplayer-controller .dplayer-icons.dplayer-icons-left .dplayer-icon{padding:7px}.dplayer-controller .dplayer-icons.dplayer-icons-right{right:20px}.dplayer-controller .dplayer-icons.dplayer-icons-right .dplayer-icon{padding:8px}.dplayer-controller .dplayer-icons .dplayer-live-badge,.dplayer-controller .dplayer-icons .dplayer-time{line-height:38px;color:#eee;text-shadow:0 0 2px rgba(0,0,0,.5);vertical-align:middle;font-size:13px;cursor:default}.dplayer-controller .dplayer-icons .dplayer-live-dot{display:inline-block;width:6px;height:6px;vertical-align:4%;margin-right:5px;content:"";border-radius:6px}.dplayer-controller .dplayer-icons .dplayer-icon{width:40px;height:100%;border:none;background-color:transparent;outline:none;cursor:pointer;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.dplayer-controller .dplayer-icons .dplayer-icon .dplayer-icon-content{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;opacity:.8}.dplayer-controller .dplayer-icons .dplayer-icon:hover .dplayer-icon-content{opacity:1}.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-quality-icon{color:#fff;width:auto;line-height:22px;font-size:14px}.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-comment-icon{padding:10px 9px 9px}.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-setting-icon{padding-top:8.5px}.dplayer-controller .dplayer-icons .dplayer-icon.dplayer-volume-icon{width:43px}.dplayer-controller .dplayer-icons .dplayer-volume{position:relative;display:inline-block;cursor:pointer;height:100%}.dplayer-controller .dplayer-icons .dplayer-volume:hover .dplayer-volume-bar-wrap .dplayer-volume-bar{width:45px}.dplayer-controller .dplayer-icons .dplayer-volume:hover .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.dplayer-controller .dplayer-icons .dplayer-volume.dplayer-volume-active .dplayer-volume-bar-wrap .dplayer-volume-bar{width:45px}.dplayer-controller .dplayer-icons .dplayer-volume.dplayer-volume-active .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb{-webkit-transform:scale(1);transform:scale(1)}.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap{display:inline-block;margin:0 10px 0 -5px;vertical-align:middle;height:100%}.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar{position:relative;top:17px;width:0;height:3px;background:#aaa;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner{position:absolute;bottom:0;left:0;height:100%;-webkit-transition:all .1s ease;transition:all .1s ease;will-change:width}.dplayer-controller .dplayer-icons .dplayer-volume .dplayer-volume-bar-wrap .dplayer-volume-bar .dplayer-volume-bar-inner .dplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:11px;width:11px;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:scale(0);transform:scale(0)}.dplayer-controller .dplayer-icons .dplayer-setting,.dplayer-controller .dplayer-icons .dplayer-subtitle-btn{display:inline-block;height:100%}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box{position:absolute;right:0;bottom:50px;-webkit-transform:scale(0);transform:scale(0);width:150px;border-radius:2px;background:rgba(28,28,28,.9);padding:7px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;z-index:2}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box>div{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box>div.dplayer-setting-origin-panel{display:block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-open{-webkit-transform:scale(1);transform:scale(1)}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-narrow{width:70px;height:180px;text-align:center}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-speed .dplayer-setting-origin-panel{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box.dplayer-setting-box-speed .dplayer-setting-speed-panel{display:block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-item,.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-speed-item{height:30px;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;position:relative}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-item:hover,.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-speed-item:hover{background-color:hsla(0,0%,100%,.1)}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku{padding:5px 0}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-label{padding:0 10px;display:inline}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku:hover .dplayer-label{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku:hover .dplayer-danmaku-bar-wrap{display:inline-block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku.dplayer-setting-danmaku-active .dplayer-label{display:none}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku.dplayer-setting-danmaku-active .dplayer-danmaku-bar-wrap{display:inline-block}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap{padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;display:none;vertical-align:middle;height:100%;width:100%}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar{position:relative;top:8.5px;width:100%;height:3px;background:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar .dplayer-danmaku-bar-inner{position:absolute;bottom:0;left:0;height:100%;-webkit-transition:all .1s ease;transition:all .1s ease;background:#aaa;will-change:width}.dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-danmaku .dplayer-danmaku-bar-wrap .dplayer-danmaku-bar .dplayer-danmaku-bar-inner .dplayer-thumb{position:absolute;top:0;right:5px;margin-top:-4px;margin-right:-10px;height:11px;width:11px;border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:#aaa}.dplayer-controller .dplayer-icons .dplayer-full{display:inline-block;height:100%;position:relative}.dplayer-controller .dplayer-icons .dplayer-full:hover .dplayer-full-in-icon{display:block}.dplayer-controller .dplayer-icons .dplayer-full .dplayer-full-in-icon{position:absolute;top:-30px;z-index:1;display:none}.dplayer-controller .dplayer-icons .dplayer-quality{position:relative;display:inline-block;height:100%;z-index:2}.dplayer-controller .dplayer-icons .dplayer-quality:hover .dplayer-quality-list,.dplayer-controller .dplayer-icons .dplayer-quality:hover .dplayer-quality-mask{display:block}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-mask{display:none;position:absolute;bottom:38px;left:-18px;width:80px;padding-bottom:12px}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-list{display:none;font-size:12px;width:80px;border-radius:2px;background:rgba(28,28,28,.9);padding:5px 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;color:#fff;text-align:center}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-item{height:25px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;line-height:25px}.dplayer-controller .dplayer-icons .dplayer-quality .dplayer-quality-item:hover{background-color:hsla(0,0%,100%,.1)}.dplayer-controller .dplayer-icons .dplayer-comment{display:inline-block;height:100%}.dplayer-controller .dplayer-icons .dplayer-label{color:#eee;font-size:13px;display:inline-block;vertical-align:middle;white-space:nowrap}.dplayer-controller .dplayer-icons .dplayer-toggle{width:32px;height:20px;text-align:center;font-size:0;vertical-align:middle;position:absolute;top:5px;right:10px}.dplayer-controller .dplayer-icons .dplayer-toggle input{max-height:0;max-width:0;display:none}.dplayer-controller .dplayer-icons .dplayer-toggle input+label{display:inline-block;position:relative;-webkit-box-shadow:inset 0 0 0 0 #dfdfdf;box-shadow:inset 0 0 0 0 #dfdfdf;border:1px solid #dfdfdf;height:20px;width:32px;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-toggle input+label:after,.dplayer-controller .dplayer-icons .dplayer-toggle input+label:before{content:"";position:absolute;display:block;height:18px;width:18px;top:0;left:0;border-radius:15px;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.dplayer-controller .dplayer-icons .dplayer-toggle input+label:after{background:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);box-shadow:0 1px 3px rgba(0,0,0,.4)}.dplayer-controller .dplayer-icons .dplayer-toggle input:checked+label{border-color:hsla(0,0%,100%,.5)}.dplayer-controller .dplayer-icons .dplayer-toggle input:checked+label:before{width:30px;background:hsla(0,0%,100%,.5)}.dplayer-controller .dplayer-icons .dplayer-toggle input:checked+label:after{left:12px}.dplayer-danmaku{position:absolute;left:0;right:0;top:0;bottom:0;font-size:22px;color:#fff}.dplayer-danmaku .dplayer-danmaku-item{display:inline-block;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;white-space:nowrap;text-shadow:.5px .5px .5px rgba(0,0,0,.5)}.dplayer-danmaku .dplayer-danmaku-item--demo{position:absolute;visibility:hidden}.dplayer-danmaku .dplayer-danmaku-right{position:absolute;right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.dplayer-danmaku .dplayer-danmaku-right.dplayer-danmaku-move{will-change:transform;-webkit-animation:danmaku 5s linear;animation:danmaku 5s linear;-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes danmaku{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes danmaku{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.dplayer-danmaku .dplayer-danmaku-bottom,.dplayer-danmaku .dplayer-danmaku-top{position:absolute;width:100%;text-align:center;visibility:hidden}.dplayer-danmaku .dplayer-danmaku-bottom.dplayer-danmaku-move,.dplayer-danmaku .dplayer-danmaku-top.dplayer-danmaku-move{will-change:visibility;-webkit-animation:danmaku-center 4s linear;animation:danmaku-center 4s linear;-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes danmaku-center{0%{visibility:visible}to{visibility:visible}}@keyframes danmaku-center{0%{visibility:visible}to{visibility:visible}}.dplayer-logo{pointer-events:none;position:absolute;left:20px;top:20px;max-width:50px;max-height:50px}.dplayer-logo img{max-width:100%;max-height:100%;background:none}.dplayer-menu{position:absolute;width:170px;border-radius:2px;background:rgba(28,28,28,.85);padding:5px 0;overflow:hidden;z-index:3;display:none}.dplayer-menu.dplayer-menu-show{display:block}.dplayer-menu .dplayer-menu-item{height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.dplayer-menu .dplayer-menu-item:hover{background-color:hsla(0,0%,100%,.1)}.dplayer-menu .dplayer-menu-item a{padding:0 10px;line-height:30px;color:#eee;font-size:13px;display:inline-block;vertical-align:middle;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dplayer-menu .dplayer-menu-item a:hover{text-decoration:none}.dplayer-notice{opacity:0;position:absolute;bottom:60px;left:20px;font-size:14px;border-radius:2px;background:rgba(28,28,28,.9);padding:7px 20px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;color:#fff;pointer-events:none}.dplayer-subtitle{position:absolute;bottom:40px;width:90%;left:5%;text-align:center;color:#fff;text-shadow:.5px .5px .5px rgba(0,0,0,.5);font-size:20px}.dplayer-subtitle.dplayer-subtitle-hide{display:none}.dplayer-mask{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;display:none}.dplayer-mask.dplayer-mask-show{display:block}.dplayer-video-wrap{position:relative;background:#000;font-size:0;width:100%;height:100%}.dplayer-video-wrap .dplayer-video{width:100%;height:100%;display:none}.dplayer-video-wrap .dplayer-video-current{display:block}.dplayer-video-wrap .dplayer-video-prepare{display:none}.dplayer-info-panel{position:absolute;top:10px;left:10px;width:400px;background:rgba(28,28,28,.8);padding:10px;color:#fff;font-size:12px;border-radius:2px}.dplayer-info-panel-hide{display:none}.dplayer-info-panel .dplayer-info-panel-close{cursor:pointer;position:absolute;right:10px;top:10px}.dplayer-info-panel .dplayer-info-panel-item>span{display:inline-block;vertical-align:middle;line-height:15px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dplayer-info-panel .dplayer-info-panel-item-title{width:100px;text-align:right;margin-right:10px}.dplayer-info-panel .dplayer-info-panel-item-data{width:260px}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.flex[data-v-de63fbea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-de63fbea] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-de63fbea] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-de63fbea] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-de63fbea] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-de63fbea] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-de63fbea] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-de63fbea] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-de63fbea] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-de63fbea] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-de63fbea] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-de63fbea] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-de63fbea] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-de63fbea] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-de63fbea] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-de63fbea] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-de63fbea] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-de63fbea] {
  text-align: center;
}
.right[data-v-de63fbea] {
  text-align: right;
}
.left[data-v-de63fbea] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-de63fbea {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-de63fbea {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-de63fbea {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-de63fbea {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-de63fbea] {
  -webkit-animation-name: section-fade-in-data-v-de63fbea;
          animation-name: section-fade-in-data-v-de63fbea;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-de63fbea] {
  -webkit-animation-name: section-fade-out-data-v-de63fbea;
          animation-name: section-fade-out-data-v-de63fbea;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.forge-header[data-v-de63fbea] {
  color: #ffffff;
  padding: 0 24px;
  height: 56px;
  background: #16171b;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9;
}
.forge-header-left-logo[data-v-de63fbea] {
  height: 30px;
}
.forge-header-left-line[data-v-de63fbea] {
  width: 1px;
  height: 24px;
  margin: 0 16px;
  background-color: #ffffff;
}
.forge-header-left-dms-icon[data-v-de63fbea] {
  width: 40px;
  height: 38px;
  margin-right: 14px;
}
.forge-header-left-version[data-v-de63fbea] {
  width: 23px;
  height: 22px;
  line-height: 22px;
  background: #10a5cb;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
}
.forge-header-left-name[data-v-de63fbea] {
  font-size: 14px;
  font-weight: 400;
  margin: 0 24px 0 6px;
  max-width: 350px;
}
.forge-header-left-label-con-item[data-v-de63fbea] {
  padding: 2px 4px;
  border-radius: 4px;
  line-height: 18px;
  margin-right: 8px;
  font-size: 10px;
}
.forge-header-left-label-con-add[data-v-de63fbea] {
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.forge-header-right-download-con[data-v-de63fbea] {
  margin-right: 29px;
  font-size: 14px;
  cursor: pointer;
}
.forge-header-right-download-con-icon[data-v-de63fbea] {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.forge-header-right-copy[data-v-de63fbea] {
  margin-right: 34px;
  cursor: pointer;
  width: 14px;
  height: 14px;
}
.forge-header-right-more[data-v-de63fbea] {
  margin-right: 34px;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
}
.forge-header-right-close[data-v-de63fbea] {
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}

.meta-con-select {
  color: #fff;
}
.meta-con-select .ivu-select-selection {
  background: none !important;
  border: none !important;
}
.meta-con-select .ivu-select-selection .ivu-select-input {
  outline: none !important;
  color: #fff !important;
  font-size: 14px !important;
}
.meta-con-select .ivu-select-dropdown {
  background: #252d33 !important;
  border: none !important;
}
.meta-con-select .ivu-select-dropdown .ivu-select-item {
  color: #fff !important;
}
.meta-con-select .ivu-select-dropdown .ivu-select-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.meta-con-select .ivu-select-dropdown .ivu-select-item-focus {
  background: rgba(255, 255, 255, 0.1);
}
.meta-con-input .ivu-input {
  background: none !important;
  outline: none !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  resize: none;
}

.flex[data-v-5add2efc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-5add2efc] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-5add2efc] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-5add2efc] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-5add2efc] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-5add2efc] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-5add2efc] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-5add2efc] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-5add2efc] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-5add2efc] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-5add2efc] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-5add2efc] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-5add2efc] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-5add2efc] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-5add2efc] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-5add2efc] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-5add2efc] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-5add2efc] {
  text-align: center;
}
.right[data-v-5add2efc] {
  text-align: right;
}
.left[data-v-5add2efc] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-5add2efc {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-5add2efc {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-5add2efc {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-5add2efc {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-5add2efc] {
  -webkit-animation-name: section-fade-in-data-v-5add2efc;
          animation-name: section-fade-in-data-v-5add2efc;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-5add2efc] {
  -webkit-animation-name: section-fade-out-data-v-5add2efc;
          animation-name: section-fade-out-data-v-5add2efc;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.meta-con[data-v-5add2efc] {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
  position: relative;
}
.meta-con[data-v-5add2efc] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.meta-con[data-v-5add2efc] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.meta-con[data-v-5add2efc] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.meta-con-item[data-v-5add2efc] {
  font-size: 14px;
  color: #fff;
  padding: 9px 16px;
}
.meta-con-item-label[data-v-5add2efc] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.meta-con-item-val[data-v-5add2efc] {
  color: #fff;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  background: none;
  border: none;
  outline: none;
}
.meta-con-item[data-v-5add2efc]:nth-child(2n) {
  background: rgba(255, 255, 255, 0.03);
}
.meta-con-input-btns[data-v-5add2efc] {
  width: 100%;
  height: 68px;
  background: #1f2529;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding-top: 16px;
  padding-right: 16px;
}
.meta-con-input-btns-cancel[data-v-5add2efc] {
  width: 80px;
  height: 36px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-right: 16px;
  cursor: pointer;
}
.meta-con-input-btns-save[data-v-5add2efc] {
  width: 100px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}
.meta-con-btns[data-v-5add2efc] {
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 20px;
  background: #1f2529;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding-top: 16px;
}
.meta-con-btns-cancel[data-v-5add2efc] {
  width: 84px;
  height: 36px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-right: 16px;
  cursor: pointer;
}
.meta-con-btns-save[data-v-5add2efc] {
  width: 268px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}

.flex[data-v-7bdf17e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-7bdf17e0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-7bdf17e0] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-7bdf17e0] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-7bdf17e0] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-7bdf17e0] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-7bdf17e0] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-7bdf17e0] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-7bdf17e0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-7bdf17e0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-7bdf17e0] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-7bdf17e0] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-7bdf17e0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-7bdf17e0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-7bdf17e0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-7bdf17e0] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-7bdf17e0] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-7bdf17e0] {
  text-align: center;
}
.right[data-v-7bdf17e0] {
  text-align: right;
}
.left[data-v-7bdf17e0] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-7bdf17e0 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-7bdf17e0 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-7bdf17e0 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-7bdf17e0 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-7bdf17e0] {
  -webkit-animation-name: section-fade-in-data-v-7bdf17e0;
          animation-name: section-fade-in-data-v-7bdf17e0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-7bdf17e0] {
  -webkit-animation-name: section-fade-out-data-v-7bdf17e0;
          animation-name: section-fade-out-data-v-7bdf17e0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.contact-con[data-v-7bdf17e0] {
  height: calc(100% - 100px);
  overflow-y: auto;
  padding-bottom: 100px;
  padding: 0 16px;
}
.contact-con[data-v-7bdf17e0] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.contact-con[data-v-7bdf17e0] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.contact-con[data-v-7bdf17e0] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.contact-con-update-btn[data-v-7bdf17e0] {
  position: fixed;
  left: 56px;
  bottom: 16px;
  width: 368px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.contact-con-update-btn-icon[data-v-7bdf17e0] {
  margin-right: 6px;
}
.contact-con-no-data[data-v-7bdf17e0] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.contact-con-no-data img[data-v-7bdf17e0] {
  width: 100px;
  height: 100px;
}
.contact-con .aciton-icon[data-v-7bdf17e0] {
  margin-right: 12px;
  cursor: pointer;
}
.contact-con .item-file-img[data-v-7bdf17e0] {
  width: 26px;
  height: 32px;
}
.contact-con .my-item-content[data-v-7bdf17e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-con .item-detail[data-v-7bdf17e0] {
  margin-left: 12px;
}
.contact-con .item-state[data-v-7bdf17e0] {
  font-weight: lighter;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contact-con .item-name[data-v-7bdf17e0] {
  font-size: 16px;
  color: white;
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.contact-con .item-flex[data-v-7bdf17e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-con .no-data[data-v-7bdf17e0] {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0px;
}

.drawing-tree[data-v-28d78d65] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}
.add-drawing-files-tree[data-v-28d78d65] {
  overflow-y: auto;
  height: 520px;
  overflow-x: hidden;
  position: relative;
  /* border: 1px solid #dcdee2; */
}
@media screen and (min-width: 380px) {
.add-drawing-files-tree[data-v-28d78d65] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
}
[data-v-28d78d65] .ivu-tree-title-selected,
.ivu-tree-title-selected[data-v-28d78d65]:hover {
  background-color: #d5e8fc21;
}
[data-v-28d78d65] .ivu-tree-title:hover {
  background-color: #d5e8fc21;
}
[data-v-28d78d65] .el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
}

.meta-con-select {
  color: #fff;
}
.meta-con-select .ivu-select-selection {
  background: none !important;
  border: none !important;
}
.meta-con-select .ivu-select-selection .ivu-select-input {
  outline: none !important;
  color: #fff !important;
  font-size: 14px !important;
}
.meta-con-select .ivu-select-dropdown {
  background: #252d33 !important;
  border: none !important;
}
.meta-con-select .ivu-select-dropdown .ivu-select-item {
  color: #fff !important;
}
.meta-con-select .ivu-select-dropdown .ivu-select-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.meta-con-select .ivu-select-dropdown .ivu-select-item-focus {
  background: rgba(255, 255, 255, 0.1);
}
.meta-con-input .ivu-input {
  background: none !important;
  outline: none !important;
  color: #fff !important;
  font-size: 14px !important;
  border: none !important;
  resize: none;
}

.flex[data-v-4e052d6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-4e052d6a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-4e052d6a] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-4e052d6a] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-4e052d6a] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-4e052d6a] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-4e052d6a] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-4e052d6a] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-4e052d6a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-4e052d6a] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-4e052d6a] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-4e052d6a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-4e052d6a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-4e052d6a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-4e052d6a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-4e052d6a] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-4e052d6a] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-4e052d6a] {
  text-align: center;
}
.right[data-v-4e052d6a] {
  text-align: right;
}
.left[data-v-4e052d6a] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-4e052d6a {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-4e052d6a {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-4e052d6a {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-4e052d6a {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-4e052d6a] {
  -webkit-animation-name: section-fade-in-data-v-4e052d6a;
          animation-name: section-fade-in-data-v-4e052d6a;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-4e052d6a] {
  -webkit-animation-name: section-fade-out-data-v-4e052d6a;
          animation-name: section-fade-out-data-v-4e052d6a;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.meta-con[data-v-4e052d6a] {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
  position: relative;
}
.meta-con[data-v-4e052d6a] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.meta-con[data-v-4e052d6a] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.meta-con[data-v-4e052d6a] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.meta-con-item[data-v-4e052d6a] {
  font-size: 14px;
  color: #fff;
  padding: 9px 16px;
}
.meta-con-item-label[data-v-4e052d6a] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.meta-con-item-val[data-v-4e052d6a] {
  color: #fff;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  background: none;
  border: none;
  outline: none;
}
.meta-con-item[data-v-4e052d6a]:nth-child(2n) {
  background: rgba(255, 255, 255, 0.03);
}
.meta-con-input-btns[data-v-4e052d6a] {
  width: 100%;
  height: 68px;
  background: #1f2529;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding-top: 16px;
  padding-right: 16px;
}
.meta-con-input-btns-cancel[data-v-4e052d6a] {
  width: 80px;
  height: 36px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-right: 16px;
  cursor: pointer;
}
.meta-con-input-btns-save[data-v-4e052d6a] {
  width: 100px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}
.meta-con-btns[data-v-4e052d6a] {
  width: 100%;
  height: 68px;
  position: absolute;
  bottom: 20px;
  background: #1f2529;
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding-top: 16px;
}
.meta-con-btns-cancel[data-v-4e052d6a] {
  width: 84px;
  height: 36px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-right: 16px;
  cursor: pointer;
}
.meta-con-btns-save[data-v-4e052d6a] {
  width: 268px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  cursor: pointer;
}
.meta-con-update-btn[data-v-4e052d6a] {
  position: fixed;
  left: 56px;
  bottom: 16px;
  width: 368px;
  height: 36px;
  background: #0e9ec3;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.meta-con-update-btn-icon[data-v-4e052d6a] {
  margin-right: 6px;
}
.meta-con-action[data-v-4e052d6a] {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 400px;
  padding: 0px 16px;
  bottom: 16px;
}
.meta-con-cancel-btn[data-v-4e052d6a] {
  width: 84px;
  background: #ffffff5c;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.meta-con-edit-btn[data-v-4e052d6a] {
  width: 268px;
  background: #0e9ec3;
  height: 36px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.meta-con .disabled-text[data-v-4e052d6a] {
  font-size: 14px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  padding: 0px 10px;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ivu-notice {
  top: 80px !important;
}
.ivu-notice .ivu-notice-notice {
  background: #252d33;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}
.ivu-notice .ivu-notice-notice .ivu-notice-title {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-notice-desc {
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-icon.ivu-icon-ios-close {
  color: #ffffff;
}

.flex[data-v-946b451e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-946b451e] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-946b451e] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-946b451e] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-946b451e] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-946b451e] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-946b451e] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-946b451e] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-946b451e] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-946b451e] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-946b451e] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-946b451e] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-946b451e] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-946b451e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-946b451e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-946b451e] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-946b451e] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-946b451e] {
  text-align: center;
}
.right[data-v-946b451e] {
  text-align: right;
}
.left[data-v-946b451e] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-946b451e {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-946b451e {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-946b451e {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-946b451e {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-946b451e] {
  -webkit-animation-name: section-fade-in-data-v-946b451e;
          animation-name: section-fade-in-data-v-946b451e;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-946b451e] {
  -webkit-animation-name: section-fade-out-data-v-946b451e;
          animation-name: section-fade-out-data-v-946b451e;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.file-con[data-v-946b451e] {
  width: 100%;
  height: 100%;
  background-color: #2a2f33;
}
.file-con-main[data-v-946b451e] {
  max-width: 80%;
}
.file-con-main-icon[data-v-946b451e] {
  width: 100px;
  height: 123px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGgAAACACAYAAADnCyxOAAAXXUlEQVR4Xu1deXgcxZX/1dwzkmzJt3xIsmzLliUbjIFsiDmCMRBDOAMsCYQFDGtzGDDmME4I8W6WdZbLiAALCRt2vyyE/eBLCCFfLB/YON8CAbzEGPB9yrZsyZZlSXNP71fd09M93V1d1TMjIdtT/4Cnq96r9371jnpV3SIwtH9dJTWk4pgDglkSQZUkoQySJPcihr7Kr9oT9bkE7UnWEKL0MNFJd8/8nv6fDJV+zP+8CVLTjFr3fKMeC/XvjE4ee0PyeSrwJCTMkyTJna3Y3NgZgVBxyyg+3YGkIcsAa8TXREhsPn3Bf3Y9EI6Tphm1pFdAkmVIg/NuSpJm6lc4ww7EtGPRS7MwexKi/ZxORJSuaD/K/5J6ZRbheO9YkjyXJc1SkyRJdzkVuNhfA0gGKUGePXssuaeQeiFLVkkNUkL6TAKy3VohuZzAtC5NW5AqYk9cajqngDGJPNacfFqScK+YDtlpgj5ZgClJcOI07GbS//hfWm8OkJECWhJ5dHnqc0BqEAOo2Muoge9aAKTGpEJYEvlxc6oTklRWVH1uGriMARCl1h2Xms7L092RHy1PFjpZy03S43SUHUBUpJ44aTovjxScLLYEiLcRYT3njRNFgUen//C/XLYgJQ4ZN+jq/i4fkMgjyxPpfTq7UsAKzaL7R1WdrP6s505/Z8Hfm/wVgPitO46m83Nwd+Th5QkpXYHJJF9GgXg+kDtFRhKX4WN4fjzxv1IQICUmOQeJPKQDKGNK6QVh1CvTktTaGQdJp+OPB/5OAKLyOAWJPNSc0NUkOb7fpOHs/iRtipIJ6ezqZ4aMgZ5pnLGs2g/5X1Xv4vs3Q48eB5ZEHlgel5DxcSqltOIF8ZIyirQ3oUxRlAVgRpDjh/9Vk1ys2r0tcBSkmQIxiSxsjvNCjOMVcjINuHqScwvSykJ8kMj9FgAVqjCTK1DHE//L61zw5o4ReJZEFhQtKNd1JI+7cCzBAD83j7XlEbZxd+S+5piFixNdw6x+vPH5Plfl/fr5nzqMYMKg/ACSU/AkmmbVmE9myb2WAPEUkNeiczCYB6QDUjl15fMf4KdW5DYd4+fCjrq7WYbEgdxjC1AubE6+MdOGE0yoyCMQ6VRmBInMtwGIVyIxJOUFWUV6eI8X/nSXcu5oguElCki8SiJrCavj6Gb2orQlkbubo5K5CmdUPYtkvr6XBwFvB9B/+LsIQOPR+Aq62+PNiw8hjUkX1bjnk7tkC1IGsNSRPzsFYPO0sn38icB/oJ9gXDnBiBBByAt4XNrydyp/T5I0kTubo+ZqtqF6qnZg1tJEww6DgMmOivzTGpVA7qAujlNtVp9n9MuoxBhxYlWQTHgW+Vu6GKpmMleOQemWVhQxAMA6jmCW4BiWksGBs30p8tfwIv+4IqIlCdwiJi//yFhmdkeuKanVboOXNo07+fiT22WAiq2/aoDcVgSov2Ijz4vMKQLUvwG6tSAA8TderJ1QYbRz4vInt6wI51HNLox6zVT4Rcre4qzQ7T/8yc2WAPWu+EXq4hog/7AizLwXx0tqeSUgdbxoxa1Q9IzzPp75k5ssLIgnkDj+ufUs8tccLblxRY9kegUxu7CQKXKya3HKE+a7qRl61sXRIQGCU4e4MW4gwYggQZmXwO2iL0QBbREJe7pS+PJICl91pJBMaaBrQObH/+uW346/DJDRFbHWvbaxTyvEUHng3VA10q0qc2F2lRuTyt3mm18Wk+iKS/jLgSRWtyQRTgLGe3RO+bNcYV/JL8Kf/IBaEMP5Gys/RoKZYYxKDas/LcFfUePB2ZUUGNHIo1HriUt4a0ccHx1Mm5ND/qakvI/ld8KffH9lj9kzOdWZg21IqReYN9mH6rL8j4j/ejCB17YlEEsalgJr/qx5is6flzWpzwvIn1xPAWLIxy7SCUpk6BbyAPdN8WFk+mg4txQie9S2ziSe/yKOiBEkJShmN8GFx98FCRIW7Ganf/L3K7uZSUIhFKhfVHdN9qG+gr6rbD1z0STD2G97ZwrPbYwhqksgnMydFaSd0Minrx1/ct3K7j6pZp9f6cb3ar05ysFf0zTDe/6LGLRXAXJk1c+GkWv7AKBSD7Bkuh9Bj6CPyVFJ/9eWxMub4sjRkHLk2rvDyDV9ANBlVR7MHuPhShJNAp8fTmJPjwT63l+Fj6C+3I2RIXFg/7c1if/cGs/pjQPuBL+GDuR7K7scuDjWVtWYvmgk6XWkpacHMMBnr+S/tCbx5s44ui181PgyF64Z60WNYOa3al8Cv90R16mT7yLFdO9cfoVu7vzJ1Y4AEhND36tuoAsLG/22A/+4J4Hf79Yr1NzdTYAfjPNixnC+JdLR7+yJ4+3dCecT7mcjyFU6gHqjBnZ5lReX2ri3bZ0pLN0QlV2SCP/ra704v1IMpDd2xNG8zwwSi48I/0Lg54Q/uTIPCxIRaP5kH6bKqbV1e3FTDB+3WW1irPvTwsMt47345jA+SLQS8uq2GNa1itN3AoCI/E7oWfUlV1CAGC6St88yBy/lF81TE/zTND9GhqyrBikJuPODMDIvwBgIsvjTuDZvog+nDeZ//4ny+PfNnEXQi/ILAWTDn1y28hi3ksAMjWodzeb18GVnBE0JgsqwLZLCg59ETDIY52vF3+siuLfeJ2d5rKaOS6QkPPtVDJ8fUSxJ4sRsEf7KSmQUARn0Mz874E++SwFiEVT5GzXgwLSePTMoHx9YtX09KSxeH2EmORn5GfwDbmBhQwDjBLK7WFLCk19EseVYSv3Cp0a1F+XXu5QMG8GaIJWfXLrKbEHqzI03PIVvkuoU+m+nBTA0YO3iqNLmfhhmbixF+Jd4gEWNAYwWqO+FExKWboxiZ7fYVlaEv8GnC3k00U6UP7nEBiA+IZ4pAYsb/agbwHZDS/4WwbYuMYWZ56PwH+glWNwYwPAgv0J+LC7hZxsi2F+Q+5p8+fk6tO9BZq/qLOD7Qea04aZaH2aOYNfg1rQm8KttMcYseXtozXUO8RP8qNGPQX4+SDT2PbYhgs7MFwhEzweM0+RtXFn9RYGVQL4jA9R77ayhHsybwN6o0ixr8Wdh7O3J1Yq0uVcGXPjxlAAz5uml/PJoEo9vjPT7khC5uJcBKvMQPHdGCLQSwGq7u1P46YZwzscFero1JS480hBASKAw+5sdMfxpv30Fo/eWrhhlclEvA0SnsWCSH9MH2W8sPz2cwNOboqAWlW+rK3Ph4ckB+O1WhfyVXgkL1od1ri5fzoUfTy50BJCiPW0HzUros81l0gAXHm0Mcme/7lACL2xRyj7WTeNPE4MzBnkwyEdwJC7h4/YEOnQxZWq5Gwsn+eGhu1qb9oeWGF7bJWpFucnPFdymA5m16qhJH3wAnLNcNDmAqeX2VkT5Nh+I45XtUZmB9jJu9hTHhFy4ocaHgM5C6L2E/9oVBXWXavvGYA/m1wVghxGtnt/xcQ9iOtPtDfmdaEzPn1xgAZAoMWMtyi43qQy6sPSUIGgFgNd+vzeG13dbZ3blPoK54/yWMaYjJuGZzRGoX2GlnK4Y7cN1VT5bls9siuDDdueVbyfy82RmPSczdQCxXAtPpcaJqsyMv18wwos5tfZHD+rY3+yK4u0WxfWo/Ol/b631o1r3PQLj3F7erlkR5U+f/2xqEONK2XuxNQfjeGEr27UWSn4eSFb6J99e1ZG5NGIkIKp4+4ihPVUVfKHNvkhP6/mtEbx3MJEB6LQKN64cbW8Nr+2O4Yuj6Zpbmti0CjcW1bNjYGskhfmf9pjE6A35KRMNCOX/WN9VkBfYt2ULyg5+PKQzzxnFQuNdxEyxT5LkeLCgLggaH3gtSktBn3SjK6GMu78uCOri7NpzWyI4YLje4wLBS6eXYACjJkhrvTd82JUVh3hzUzRrXSy1k19P1xhjLS3o3NUdmVtMGdHVT1ua/p4MY9qiG/F0Py8hWDSJnzRQbk9sCuOD9gTqB7hxY7W9e9zdk8SL6QRDnqlOYmpB0yvYi+LuT7txIKLeVFUmyvxzOUY1OJSfZapW+ifnrKYuTmkZeUQrEULLzLoTLZstaQih1iY20JHLtkSwti2Oa0f7ME2XBarxRaUeSUpo2hrBYcYHJG8b68fFI9ju8YHPurFdrWb0gfzZlsTWPzmbWtDX1Mq9BI83hjCcUe2m07p7fTdaIik8MjH72IIuKv3E39wbw8cd7Exsbq0fFw5nA3TfZ93YlQaI0h5X4sJQv0veW23uSmYyw75WFZmx+oiuWFqopcOjoz0fGXDh8Ubr+LCuLY4nt0RQ5gEWTwoxdUOLnks3haEdbJv5L5kcxJSBbBd32yddaIulUOIm+GG1H9UhLes7FE3h17uiaLf69qHlrMTlV4azN/zkWzJAX28bV+LGI5OCGOzTKtGfdiTw881hUNdVFXLhjtrsLExvQes7EvjtXmVza9Wo0l+ZXsos/dAT12s/PCafS/2wyo+GAQqQesV0xFNyfKP/7ctGzuoHAFGBaVVgerkHFV6CHd1JbDym2cPEUjduqQkw9dJ8MIYVB9nlmmtG+XBDVYBZQtralcTCDd0Y4CG2lkot6cUdETmr7KtGvtlPALITuL7MjZur2QD9uTWGlYesAaLW+fPGkG1N7q2WKF7dHcXYkAvzDJZqnNe+CM0UI1ATvt4GivzdcQBQbciFuWnFGZMDqqAPD8fx5j5zaYiW6p4/tRT0nMiu3b+hC1u6UhjqJ3hgAjvWqdFiZ08SL++MINYH3o58QwbIaVAziit6spjbhoFWrBfV2VQCohKe2BLWTUqRh7rMx+pLbMGhGRoFSG0LxgdRSW+jZDWzS6PjXtkVRVK+0dR78pMzVx+2yeJ624BV+qwsRnku19Mml0CXQ5gm9tTWMPYZ/M6lI3yYO9b+mOPRL7vxaYca7ySMCrpw59gAfAJFXZrWv26TnIhrjy0/OV0GKLsZu7PWR66/80KsFf/bawKoK2V//pgmFb/apdyxU8fPGOzFojq2y1rXHse/bDbX4CifOdUB+RRYL6OVrfxufwzvtyvxT7R250R+Mp0CxACQdy+NtUJM5NI/mK4xcQxIz/+cQR5cUWlf6nm9JYqPjmjFVXrs/etpZSi1OP6mZZ35G7pwjGZkFvJPGeDGTWO0syQ6F6uXqulrMk9sDeOg+buIWuDIQ35y2up27a+fGKA1reTMD4biKuuGJfPrt0ZGatGRbck0BX50YhBum7fC45KEl3ZGsLVbdVkEZw3yYNGEUNY51OFYCg9/0Y3d9F1+2eSs+Z9R4cH1o/zcb/hu6kriRWq9JgQFYy6DPx1Npr3Xbqx+a1pi0VenzPw7QSwAlN8zOPNiq+H5DaMCcuDXNyMJurF9fmcYu8NailUVcuPiYT4M8RLsDKfwx9YYOuMp7QqwStAiVzp7kBdX2Viuyn/Z9jB2qDw5enEiPzlVtiDxcFaQnrykkcFkmM+Fh8bbWxEd2k0LpzvCpmOHDFmH/C8a6sPs4T5LF6fSXH80gVf3mu+ZW4rigD85RW9BBdF+7xK5fLgP5w+xP7SjMzgal/DsjjDaClCaoev35jEBnJIuAVlJSN3r4q+6C3J1LMtDTLUAyD7p1Q9n5S35gWTHn565LRwXQqXIDdJYCst2hHHUYWnGin+pm+DRuhACNun3S7vD+FxXospVC3r+ZIqlBfESQSNrcUit0wAjPXv+Q3wuLKgNgSqNlV2pFOnp6rIdPbLbMzfBIJ4eePlwP2YarFfPf/mhGN45yC7a5sKfNL7X5hSNXBdGQcfVBN24uybI3FDqFUeztaadYUTyvBU5JujGg7XKvspqYfytM46X9wjGIUFtkAYLgHrHcQnOSPBdVUptYokbc6vTV7kMBSs5c9X9tq0niV/s7IHIX+xjyU83rk9PLjVd8lB5bQ8n8NR2fclJXGZW4CCTe8GC+hLgqWUezKkKgF4MYa1sVfiNXQnQOJHPXy9fOqlUPtTLsqD0YjgQTeKft/YIvQwtCh2p1wHE+laO5qmtNy4aIKxYJJbH58r/zHIvbhpFjyN0/A0aVP/5ydE4/mOv9VsNIvyXTS6FR/9hOpmwwvpgNIWfbunO+StOVvzJxPcOWdyLy64UsPaTYmpnrxUzsGpf5/zPHeTDdSMDym5etzOnQmfmmUZp3ZE4/nufBpL5Xpo1f5qcLJlQwrSQXeEUlm6nAIk1EfllgLLVwiYumqvxCgQqB9F+xv6srOY7Q324bJiuXicXO4mi0Mzf2FGKaivaYnirNTvj4mVL5w/24ZrK9CLQ+9M08Os7E3hpTzjnwwfLPLNuzaHMlyW1laaoxIicU4WaoE4TMNFJMyoE/6tH+DFrcHojm44NmXkYGL/dGsOf2qIadoaVoJef1lt/Mr5EvumTaYZg+3ZrFO8eYr0tqHlgJ/KT8dTFpUcwTYmHDMO0THXNNANTpaOA/CmpG0YGMKPCa32OpgeNACvbY3jzQFS+MMKSn8px48gAvkVpppvmSRWCdOzSbd1aPU5XgzUC6kR+Mu69g1p/dYUbFcmM/apmDSy5gNqPE3+72poO3ezfOjqI0wemFZoO4qzgsSecxP8ciGBTj1Ld1vOv8Lrw/coAptIyj0onbQx6qdtjKSze0qVYYwHlJ7VrdACJxbbjohc9tL6jKoQp9FKdYGuNpkBT8SPxlHw8UR1wo6HULV84MXpLI0lqhX9ud1JFEJsUGXuCAkTF9xGCe6qDqKMfU+A0kb2b3mL0TqUzoVhPrp/ktJsaqTmBAaKC0ws9C2tKQEtDvCxNdm82fw2TpciX9/Tgo07nL4DxFo08n+o1rb36nYTsSTCDGWOuPJXynL1ClhZVHxxbgpF+80tcLECsEkCr2XzQEcMvW9T6m+h8TWkCU35SJQN04rcBHhcWVocwynSlKnfZN3cn8NQuWt/rPRWSMScJQBQGWkO7fVQQjWVauizq0vS2SuGgycQv9hT+gM64XMjokwgg2acT4IIKH64aHoBf4O6bUWH0ouI7bVH84VBhvunAs18yak0r8+8HsTIbtajH/5vVCntehsTmo4w3RxplRD786S2hS4b4cXa5D0HOBy8or5Qk4ZNjcfzuYBQt9PPEefLXA2MnP6lcc0BXLFW6agMU1fC/CG+9Dow7YE3R1nyM78qKfhHeCKA6GxH+1IpOLfWisdSDqoAbQ31EPtamp+QdCQl7I0l81ZPAXzvj8v7IquXDPxtos17ICBmg7JWuTsL4OytnYo03+VNBPkX+mucgw9ccEE9BeFmtINKigJpW60nInwyjAPFt1NqHiSrMOFp8G2AfQ08C/mToWr0F8TTHes4bZ44KrPCfjYgoAicufzJk7X6TixMNzvbLO/enRf5ackYGWwCUu2qLIwutATKoCFChdVpQeqQiCyBRX86bQ650ch2XaxZSqHGFomOWn5Sv3SeeZvNw4T7POcHmUhbrcPzxJwMLABCvlCOmvNx7ncj8SdnafZlKQu4qym3kiaxYEY2IyC8DxNqlGEsuorsZnkcWpSvaj7XPzleu/sCflK7dJ2nV6fSU1O/FGaBjbxuVJ5qHzw5r2jhrVRb5q9V5s/5JydoW3UvE2YrNN3vgreyMpTFeQi7yB0iQAmRowrmOYHHU6Cqc/v0epj8/CfiTgGxBaRX01TYk35IeLwLz5DiO+BP/+2YL4snP/bQPl0CeHXgA5EmeO7wP+RPf+3tzcPU8kxNdolxVMDqcPPyJNyeAclVscZxTDRBPESCnOuvT/sT9fksnIJX1KdciMzENEHKMuNa1fA5JasgewYuCojFGeCdkmHCRv7Lzd20krnV7n5Yk6V4xSJVeIjUkJ/Sc9j1Z+BNCniFYt78BUvIzQOL/WV+nmiz2z0cDSRDPKYoPWtfSBCl1Vz7UimMLrAHieg4zRt2tAPTGRh9GDXwXKWlmgdkUyeWkAbIS+4/OxrUNMS2KU5BGlj8JSZpXdHc5abUAg0gShLyAfR33U3DkPMFElcYkJOcA0iyAVEEqpuAF0LwNCXIMhOwGpGbA/UvMqNyo7/z/dZbbz4AgE2cAAAAASUVORK5CYII=);
  margin: 0 auto 24px;
}
.file-con-main-name[data-v-946b451e] {
  font-size: 18px;
  margin: 0 auto;
  color: #ffffff;
  margin-bottom: 33px;
}
.file-con-main-name-version[data-v-946b451e] {
  font-size: 12px;
  width: 23px;
  height: 22px;
  background: #10a5cb;
  border-radius: 2px;
  line-height: 22px;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.file-con-main-name-transform-icon[data-v-946b451e] {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.file-con-main-download-btn[data-v-946b451e] {
  width: 368px;
  height: 46px;
  background: #10a5cb;
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
.file-con-main-download-btn-icon[data-v-946b451e] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.file-con-main-transform-btn[data-v-946b451e] {
  width: 150px;
  height: 46px;
  background: #e9b011;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 8px;
}
.file-con-main-transform-btn-icon[data-v-946b451e] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.flex[data-v-ba6e42c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-ba6e42c8] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-ba6e42c8] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-ba6e42c8] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-ba6e42c8] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-ba6e42c8] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-ba6e42c8] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-ba6e42c8] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-ba6e42c8] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-ba6e42c8] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-ba6e42c8] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-ba6e42c8] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-ba6e42c8] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-ba6e42c8] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-ba6e42c8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-ba6e42c8] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-ba6e42c8] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-ba6e42c8] {
  text-align: center;
}
.right[data-v-ba6e42c8] {
  text-align: right;
}
.left[data-v-ba6e42c8] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-ba6e42c8 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-ba6e42c8 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-ba6e42c8 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-ba6e42c8 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-ba6e42c8] {
  -webkit-animation-name: section-fade-in-data-v-ba6e42c8;
          animation-name: section-fade-in-data-v-ba6e42c8;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-ba6e42c8] {
  -webkit-animation-name: section-fade-out-data-v-ba6e42c8;
          animation-name: section-fade-out-data-v-ba6e42c8;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.transform-modal[data-v-ba6e42c8] {
  width: 416px;
  background: #30373d;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  position: fixed;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 9;
}
.transform-modal-title[data-v-ba6e42c8] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.transform-modal-title-close[data-v-ba6e42c8] {
  cursor: pointer;
}
.transform-modal-main[data-v-ba6e42c8] {
  width: 100%;
  min-height: 205px;
  overflow-y: auto;
  padding: 30px 24px 0;
}
.transform-modal-main-item[data-v-ba6e42c8] {
  width: 80px;
  height: 72px;
  cursor: pointer;
}
.transform-modal-main-item-icon[data-v-ba6e42c8] {
  width: 48px;
  height: 48px;
  margin-bottom: 4px;
  margin: 0 auto;
}
.transform-modal-main-item-name[data-v-ba6e42c8] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.transform-modal-main-no-data[data-v-ba6e42c8] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.transform-modal-main-no-data img[data-v-ba6e42c8] {
  width: 100px;
  height: 100px;
}

.viewer-container[data-v-b578ccd2] {
  position: fixed;
  top: 70px;
  left: 0;
}
.viewer-container--full-high[data-v-b578ccd2] {
  top: 0px;
}
.tips-top[data-v-b578ccd2] {
  top: 110px;
}
.right-hide-2d[data-v-b578ccd2] {
  z-index: -10;
}

[data-v-216bb63c]::-webkit-scrollbar{
  width: 8px;
  height: 4px;
}
[data-v-216bb63c]::-webkit-scrollbar-thumb{
  border-radius: 1em;
  background-color: rgba(255,255,255,.3);
}
[data-v-216bb63c]::-webkit-scrollbar-track{
  border-radius: 1em;
  background-color: rgba(50,50,50,.1);
}
.item_search_close[data-v-216bb63c] {
  position: relative;
  right: -180px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.problem_search_close[data-v-216bb63c] {
  /* position: absolute; */
  width: 13px;
  height: 13px;
  top: 5px;
  display: none;
}
.problem_search_block[data-v-216bb63c] {
  position: relative;
  width: 13px;
  height: 13px;
  top: 0px;
  /* display: block;
  left: -20px; */
}
/* 问题柜的样式 */
.problem-list-main[data-v-216bb63c] {
  position: relative;
  border-bottom: 1px dotted #999999;
}
.problem-list-main-box[data-v-216bb63c] {
  /* overflow-x: hidden;
    overflow-y: scroll;
  height: 500px; */
  overflow-x: hidden;
  overflow-y: scroll;
  /* border-bottom: 20px solid #110F2E; */
  border-bottom: 20px solid;
  background: #110f2e;
}
.problem-list-main-box[data-v-216bb63c]::-webkit-scrollbar {
  width: 10px;
}
.problem-list-main-box[data-v-216bb63c]::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(99, 102, 102);
}
ul[data-v-216bb63c],
li[data-v-216bb63c] {
  list-style: none;
}
header[data-v-216bb63c] {
  width: 325px;
  height: 75px;
  background-color: rgba(28, 157, 214, 1);
}
.header-close[data-v-216bb63c] {
  position: relative;
  height: 22px;
}
.header-close-box[data-v-216bb63c] {
  position: absolute;
  top: 5px;
  right: 16px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.header-edit-close-icon[data-v-216bb63c] {
  width: 30px;
  height: 30px;
}
.header-close-icon img[data-v-216bb63c] {
  float: right;
  width: 30px;
  height: 30px;
  top: 112px;
  margin-right: -4px;
}
.header-close-icon[data-v-216bb63c] {
  right: 5px;
  position: absolute;
  top: -2px;
}
.header-content[data-v-216bb63c] {
  position: relative;
  width: 283px;
  height: 74px;
}
.header-edit-problem_back[data-v-216bb63c] {
  width: 15px;
  height: 15px;
  top: 4px;
  left: 4px;
  position: relative;
}
.header-left[data-v-216bb63c] {
  position: absolute;
  left: 11px;
  width: 93%;
}
.header-title[data-v-216bb63c] {
  color: #cccccc;
  font-weight: 650;
  font-style: normal;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.problem-list[data-v-216bb63c] {
  /* display: none; */
  position: relative;
  width: 325px;
  /* background-color:rgb(37,42,63); */
  background-color: #110f2e;
  scrollbar-face-color: #110f2e;
  scrollbar-arrow-color: #110f2e;
  scrollbar-3dlight-color: #110f2e;
  scrollbar-highlight-color: #110f2e;
  scrollbar-shadow-color: #110f2e;
  scrollbar-darkshadow-color: #110f2e;
  scrollbar-track-color: #110f2e;
  scrollbar-base-color: #110f2e;
}
.problem-search[data-v-216bb63c] {
  position: relative;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #4c4d4e;
  font-size: 13px;
  background: #4c4d4e;
  width: 95%;
  margin: 0 auto;
}
.problem-search img[data-v-216bb63c] {
  margin-top: 6px;
}
.problem-search input[data-v-216bb63c] {
  position: absolute;
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  width: 196px;
  height: 30px;
  font-size: 13px;
  color: #cbcbcb;
  margin-top: 3px;
  margin-left: 5px;
  padding-left: 10px;
  border: none;
}
.problem-search input[data-v-216bb63c]:focus {
  outline: 1px solid #4988daee;
}
.problem-list-user[data-v-216bb63c] {
  width: 100%;

  padding-top: 10px;
}
.problem-list-img[data-v-216bb63c] {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  left: 12px;
}
.problem-list-img > img[data-v-216bb63c] {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.problem-list-user-name[data-v-216bb63c] {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #ffffff;
  margin-left: 20px;
}
.problem-list-user-name p[data-v-216bb63c] {
  display: block;
}
.problem-list-content[data-v-216bb63c] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.problem-list-left-icon[data-v-216bb63c],
.problem-list-middle[data-v-216bb63c] {
  display: inline-block;
  float: left;
}
.problem-list-left-icon[data-v-216bb63c] {
  width: 53px;
}
.problem-list-middle__img[data-v-216bb63c] {
  height: 133px;
  overflow: hidden;
}
.problem-list-middle__img--2d[data-v-216bb63c] {
  text-align: center;
  background: #eee;
}
.problem-list-middle__img--2d img[data-v-216bb63c] {
  height: 100%;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.problem-list-middle[data-v-216bb63c] {
  position: relative;
  width: 243px;
}
.problem-list-left-icon-ul-li[data-v-216bb63c] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.problem-list-left-icon-img[data-v-216bb63c] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.problem-list-left-icon-menu-img[data-v-216bb63c] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
}
.problem-list-middle > img[data-v-216bb63c] {
  display: block;
  width: 242px;
  height: auto;
  cursor: pointer;
  opacity: 1;
}
.discuss[data-v-216bb63c] {
  color: #999999;
  font-size: 13px;
  margin-top: 5px;
}
.problem-lable[data-v-216bb63c] {
  margin-top: 10px;
  /* display: none; */
}
.problem-lable > img[data-v-216bb63c] {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-left: 17px;
}
.select-box-tag[data-v-216bb63c] {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 24px;
}
.select-box-tag-list[data-v-216bb63c] {
  position: relative;
  font-size: 13px;
  color: #cccccc;
  width: 140px;
  height: 25px;
  padding-left: 10px;
  background-color: #ffffff;
  line-height: 25px;
  cursor: pointer;
}
.select-box-tag-list > input[data-v-216bb63c] {
  border: none;
  outline: none;
  width: 144px;
  height: 25px;
}
.select-box[data-v-216bb63c] {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 28px;
}
.select-box-list[data-v-216bb63c] {
  position: relative;
  font-size: 13px;
  color: #cccccc;
  width: 140px;
  height: 25px;
  padding-left: 10px;
  background-color: #ffffff;
  line-height: 25px;
  cursor: pointer;
}
.select-box-list > input[data-v-216bb63c] {
  border: none;
  outline: none;
  width: 110px;
}
.select-list[data-v-216bb63c] {
  position: absolute;
  width: 154px;
  background-color: #4c4d4e;
  left: 0;
  /* display: none; */
  /* overflow: scroll; */
  z-index: 2;
  max-height: 430px;
  overflow-y: scroll;
}
.select-list li[data-v-216bb63c] {
  height: 36px;
  line-height: 36px;
  text-indent: 7px;
  overflow: hidden;
}
.select-list li[data-v-216bb63c]:hover {
  background-color: #000000;
}
.select-lable img[data-v-216bb63c],
.reply img[data-v-216bb63c] {
  display: inline-block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-left: 10px;
}
.select-svg-icon[data-v-216bb63c] {
  position: relative;
  top: 5px;
  margin-top: 5px;
  text-align: center;
  width: 20px;
  height: 20px;
  padding-left: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.select-list span[data-v-216bb63c],
.select-list p[data-v-216bb63c] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* display: inline-block; */
  width: 116px;
  float: left;
  overflow: hidden;
}
.select-lable-div[data-v-216bb63c] {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
}
.select-lable-div .name[data-v-216bb63c] {
  float: left;
  position: relative;
  top: 9px;
  left: 3px;
}
.select-lable-div .tag-close[data-v-216bb63c] {
  position: relative;
  color: grey;
  width: 6px;
  height: 6px;
  display: inline-block;
  top: -3px;
  left: -18px;
  /* display: none; */
  visibility: hidden;
}
.select-lable-div:hover .tag-close[data-v-216bb63c] {
  /* display: block; */
  visibility: visible;
}
.select-lable[data-v-216bb63c] {
  border-top: 1px dotted #cccccc;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 7px;
  padding-top: 9px;
  cursor: pointer;
}
.select-lable span[data-v-216bb63c] {
  display: inline-block;
}
.select-arrow[data-v-216bb63c] {
  position: absolute;
  display: inline-block;
  right: 10px;
  bottom: 8px;
}
.select-arrow img[data-v-216bb63c] {
  display: block;
  width: 9px;
  height: 5px;
}
.shu[data-v-216bb63c] {
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #999999;
  font-size: 8px;
}
.reply[data-v-216bb63c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reply-title[data-v-216bb63c] {
  display: inline-block;
  color: #ffffff;
}
.reply-textarea[data-v-216bb63c] {
  display: inline-block;
  word-wrap: break-word;
  background-color: #cccccc;
  width: 210px;
  border-radius: 3px;
  padding: 2px;
}
input[type="file"][data-v-216bb63c] {
  color: transparent;
}
.problem-search .all-move[data-v-216bb63c] {
  position: absolute;
  right: 15px;
}
.problem-search .all-move-left[data-v-216bb63c] {
  right: 25px;
}
.problem-header-title[data-v-216bb63c] {
  position: absolute;
  color: white;
  left: 15px;
  top: 6px;
  visibility: hidden;
}
.problem-title[data-v-216bb63c] {
  display: inline-block;
  color: white;
}
.problem-title-num[data-v-216bb63c] {
  display: inline-block;
  margin-left: 1px;
  font-size: 16px;
  color: white;
}
.problem-discuss-title[data-v-216bb63c] {
  display: inline-block;
  color: white;
  font-size: 16px;
}
.discuss-title[data-v-216bb63c] {
  color: white;
  font-size: 16px;
}
.problem-discuss-description[data-v-216bb63c] {
  color: #cccccc;
  width: 260px;
  font-size: 14px;
  display: block;
  position: relative;
}
.clear[data-v-216bb63c] {
  clear: both;
}
.problem-filter-tq[data-v-216bb63c] {
  width: 30px;
  position: absolute;
  height: 30px;
  right: 10px;
  top: 5px;
}
.problem-filter-tq .ivu-tooltip-popper[data-v-216bb63c] {
  left: -135px !important;
}

.comment-list-con[data-v-216bb63c] {
  background: #1f2529;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.2);
  width: 100%;
  height: calc(100vh - 70px);
  color: rgba(255, 255, 255, 0.6);
  padding: 8px;
}
.comment-list-con-title[data-v-216bb63c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #ffffff;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.comment-list-con-title .span[data-v-216bb63c] {
  cursor: pointer;
}
.comment-list-con-out[data-v-216bb63c] {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100% - 110px);
}
.comment-list-con-out-no-data[data-v-216bb63c] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.comment-list-con-out-no-data img[data-v-216bb63c] {
  width: 100px;
  height: 100px;
}
.comment-list-con-item[data-v-216bb63c] {
  width: 100%;
  padding: 8px;
  background: #252d33;
  border-radius: 4px;
  margin-top: 12px;
}
.comment-list-con-item-top[data-v-216bb63c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-list-con-item-top-pic[data-v-216bb63c] {
  width: 96px;
  height: 72px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.comment-list-con-item-top-main[data-v-216bb63c] {
  width: 181px;
}
.comment-list-con-item-top-main-name[data-v-216bb63c] {
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.comment-list-con-item-top-main-tips[data-v-216bb63c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.comment-list-con-item-top-main-tips-left[data-v-216bb63c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-list-con-item-top-main-tips-left-version[data-v-216bb63c] {
  margin-right: 16px;
  width: 25px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #10a5cb;
  border-radius: 4px;
}
.comment-list-con-item-top-main-tips-left-count[data-v-216bb63c] {
  color: #10a5cb;
}
.comment-list-con-item-top-main-tips-more[data-v-216bb63c] {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.comment-list-con-item-bottom-title[data-v-216bb63c] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.comment-list-con-item-bottom-title-tq-icon[data-v-216bb63c] {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.6);
  margin-right: 8px;
}
.comment-list-con-item-bottom-main[data-v-216bb63c] {
  width: 100%;
  background: #1f2529;
  border-radius: 4px;
  margin-top: 8px;
  padding: 8px;
  cursor: pointer;
}
.comment-list-con-item-bottom-main-tq[data-v-216bb63c] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-list-con-item-bottom-main-tq-name[data-v-216bb63c] {
  line-height: 14px;
}
.comment-list-con-item-bottom-main-tq-more[data-v-216bb63c] {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
.comment-list-con-item-bottom-main-tips[data-v-216bb63c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-list-con-item-bottom-main-tips-left[data-v-216bb63c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-list-con-item-bottom-main-tips-left-status[data-v-216bb63c] {
  margin-right: 24px;
}
.comment-list-con-item-bottom-main-tips-left-type[data-v-216bb63c] {
  margin-right: 24px;
}
.comment-list-con-item-bottom-main-tips-user-pic[data-v-216bb63c] {
  width: 24px;
  height: 24px;
  background-color: #2ddcd3;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
}
.comment-list-con-item-bottom-main + .comment-list-con-item-bottom-main[data-v-216bb63c] {
  margin-top: 6px;
}
.relation-issues-modal[data-v-216bb63c] {
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.relation-issues-modal-title[data-v-216bb63c] {
  font-size: 16px;
  color: #ffffff;
}
.relation-issues-modal-title .span[data-v-216bb63c] {
  cursor: pointer;
}
.relation-issues-modal-list[data-v-216bb63c] {
  overflow: auto;
  width: 100%;
  height: 451px;
  margin: 0 auto;
}
.relation-issues-modal-list-no-data[data-v-216bb63c] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.relation-issues-modal-list-no-data img[data-v-216bb63c] {
  width: 100px;
  height: 100px;
}
.relation-issues-modal-list-item[data-v-216bb63c] {
  border: 1px solid rgba(16, 165, 203, 0);
  width: 100%;
  height: 40px;
  background: #1f2529;
  border-radius: 4px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  cursor: pointer;
}
.relation-issues-modal-list-item[data-v-216bb63c]:hover {
  border: 1px solid #10a5cb;
}
.relation-issues-modal-list-item-left[data-v-216bb63c] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.relation-issues-modal-list-item-left-status[data-v-216bb63c] {
  width: 44px;
  height: 22px;
  padding: 2px 4px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 6px;
}
.relation-issues-modal-list-item-left-status.ing[data-v-216bb63c] {
  background: rgba(245, 166, 35, 0.6);
}
.relation-issues-modal-list-item-left-status.ed[data-v-216bb63c] {
  background: rgba(167, 237, 96, 0.4);
}
.relation-issues-modal-list-item-left-name[data-v-216bb63c] {
  width: 80%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation-issues-modal-list-item-pic[data-v-216bb63c] {
  width: 24px;
  height: 24px;
  background-color: #2ddcd3;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
}
.relation-issues-modal-list-item.active[data-v-216bb63c] {
  border: 1px solid #10a5cb;
}
.relation-issues-modal-bottom[data-v-216bb63c] {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.relation-issues-modal-bottom-add[data-v-216bb63c] {
  color: #2bb8db;
  cursor: pointer;
}
.relation-issues-modal-bottom-submit[data-v-216bb63c] {
  width: 84px;
  height: 32px;
  line-height: 32px;
  background: #10a5cb;
  border-radius: 2px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.create-issues-modal-title[data-v-216bb63c] {
  font-size: 16px;
}
.create-issues-modal-bottom[data-v-216bb63c] {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-issues-modal-bottom-submit[data-v-216bb63c] {
  min-width: 90px;
  height: 32px;
  background: #10a5cb;
  border-radius: 2px;
  color: #ffffff;
  padding: 7px;
  text-align: center;
  cursor: pointer;
}
.create-issues-modal-mian-no-data[data-v-216bb63c] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.create-issues-modal-mian-no-data img[data-v-216bb63c] {
  width: 100px;
  height: 100px;
}
.create-issues-modal-mian-action[data-v-216bb63c] {
  width: 100%;
  text-align: center;
}
.create-issues-modal-mian-action-cancel[data-v-216bb63c] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 16px;
}
.create-issues-modal-mian-avatar[data-v-216bb63c] {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.create-issues-modal-mian-avatar:hover .create-issues-modal-mian-avatar-item-close[data-v-216bb63c] {
  display: block;
}
.create-issues-modal-mian-avatar-item[data-v-216bb63c] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.create-issues-modal-mian-avatar-item-close[data-v-216bb63c] {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.create-issues-modal-mian-avatar-item-close span[data-v-216bb63c] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.create-issues-modal-mian-input[data-v-216bb63c] {
  display: inline-block;
  width: 620px;
}
.create-issues-modal-mian-label[data-v-216bb63c] {
  display: inline-block;
  width: 120px;
}
.create-issues-modal-mian-label-icon[data-v-216bb63c] {
  margin-right: 4px;
}
.create-issues-modal-mian-dropdown-btn[data-v-216bb63c] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.create-issues-modal-mian-block[data-v-216bb63c] {
  padding-top: 12px;
  min-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.create-issues-modal-mian-block-col[data-v-216bb63c] {
  width: 50%;
}
.create-issues-modal-mian-row[data-v-216bb63c] {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.create-issues-modal-mian-row-select[data-v-216bb63c] {
  width: 222px;
  height: 200px;
  background: #1f2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 0 16px;
  font-size: 14px;
}
.create-issues-modal-mian-row-select-line[data-v-216bb63c] {
  position: absolute;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.create-issues-modal-mian-row-select div[data-v-216bb63c] {
  cursor: pointer;
}
.create-issues-modal-mian-row-img[data-v-216bb63c] {
  width: 222px;
  height: 200px;
  position: relative;
  cursor: pointer;
  margin: 0 24px 24px 0;
}
.create-issues-modal-mian-row-img:hover .issue-detail-row-img-cover[data-v-216bb63c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-issues-modal-mian-row-img img[data-v-216bb63c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-issues-modal-mian-row-img-cover[data-v-216bb63c] {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.comment-list-con {
  overflow: unset;
}
.comment-list-con ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.comment-list-con ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.comment-list-con ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.comment-list-con .ivu-scroll-wrapper .ivu-scroll-container .ivu-scroll-loader {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.demo-upload-list[data-v-0c6eeb7d] {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
  margin-top: 8px;
}
.demo-upload-list[data-v-0c6eeb7d] {
  margin-right: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #dddee1;
  position: relative;
  top: 21px;
}
.demo-upload-list img[data-v-0c6eeb7d] {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover[data-v-0c6eeb7d] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover[data-v-0c6eeb7d] {
  display: block;
}
.demo-upload-list-cover i[data-v-0c6eeb7d] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
ul[data-v-0c6eeb7d],
li[data-v-0c6eeb7d] {
  margin: 0;
  padding: 0;
}
li[data-v-0c6eeb7d] {
  list-style: none;
}
.box[data-v-0c6eeb7d] {
  float: right;
}
.select-box[data-v-0c6eeb7d] {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 28px;
}
.problem-edit[data-v-0c6eeb7d] {
  position: relative;
  width: 325px;
  background-color: #110f2e;
  height: 91vh;
}
.user-box-list[data-v-0c6eeb7d] {
  position: relative;
  font-size: 13px;
  color: #cccccc;
  width: 200px;
  height: 29px;
  padding-left: 10px;
  background-color: #ffffff;
  line-height: 25px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  border-radius: 4px;
}
.user-box-list > input[data-v-0c6eeb7d] {
  border: none;
  outline: none;
  width: 185px;
  border-radius: 4px;
  height: 29px;
}
.problem-edit-box[data-v-0c6eeb7d] {
  margin: 0 auto;
  padding-top: 20px;
  width: 90%;
  color: #ffffff;
  padding-bottom: 15px;
}
.problem-edit-nav[data-v-0c6eeb7d] {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #999999;
  cursor: pointer;
}
.problem-edit-nav span[data-v-0c6eeb7d] {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}
.shu[data-v-0c6eeb7d] {
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #999999;
  font-size: 8px;
}
.problem-nav-list[data-v-0c6eeb7d] {
  margin-top: 20px;
}
.problem-nav-list .problem-code-input[data-v-0c6eeb7d] {
  width: 202px;
  height: 28px;
  border-radius: 4px;
  position: relative;
  left: -2px;
  padding-left: 8px;
  padding-top: 2px;
  border: 0px;
}
.problem-discuss-edit-input[data-v-0c6eeb7d] {
  background: #cccccc;
  outline: none;
}
.postil-updload-show-img[data-v-0c6eeb7d] {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
  max-width: 1000px;
}
@media screen and (min-width: 380px) {
.postil-updload-show-img[data-v-0c6eeb7d] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}
}
.problem-nav-list-tq-input[data-v-0c6eeb7d] {
  outline: none;
  width: 200px;
  height: 28px;
  border-radius: 4px;
}
.problem-nav-list span[data-v-0c6eeb7d] {
  display: inline-block;
  width: 70px;
  color: #cccccc;
  font-size: 12px;
}
.problem-basic-description-textarea[data-v-0c6eeb7d] {
  resize: none;
  width: 203px !important;
  height: 80px;
  border-radius: 4px;
  position: relative;
  padding-left: 8px;
  padding-top: 5px;
}
.problem-nav-lis-textarea > span[data-v-0c6eeb7d] {
  position: relative;
  bottom: 40px;
}
.problem-nav-list-left span[data-v-0c6eeb7d] {
  margin-left: 2px;
}
.edit-button[data-v-0c6eeb7d] {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.edit-button span[data-v-0c6eeb7d] {
  display: inline-block;
  width: 89px;
  height: 33px;
  background-color: rgba(42, 136, 189, 1);
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.problem-nav-list .select-box .select-box-list[data-v-0c6eeb7d] {
  border-radius: 5px;
  height: 28px;
  line-height: 28px;
}
.upload[data-v-0c6eeb7d] {
  width: 104px;
  height: 25px;
  background-color: rgba(28, 157, 214, 1);
  color: #ffffff;
  font-size: 12px;
  margin: 20px auto 0;
  line-height: 25px;
  text-align: center;
  padding-bottom: 5px;
  border-radius: 3px;
  cursor: pointer;
}
input[type="file"][data-v-0c6eeb7d] {
  color: transparent;
}
.upload img[data-v-0c6eeb7d] {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  top: 5px;
}
.select-box-profession[data-v-0c6eeb7d] {
  display: inline-block;
  position: relative;
  width: 203px;
  height: 28px;
  left: -12px;
  top: 0px;
}
.select-box1[data-v-0c6eeb7d] {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 16px;
}
.select-box1-list[data-v-0c6eeb7d] {
  position: absolute;
  font-size: 13px;
  padding-left: 10px;
  line-height: 25px;
}
.problem-edit-nav-title--atcive[data-v-0c6eeb7d] {
  color: #00bfff;
}
.user-list[data-v-0c6eeb7d] {
  position: absolute;
  width: 202px;
  border-radius: 4px;
  height: 300px;
  overflow: hidden;
  background-color: #4c4d4e;
  left: 0;
}
.user-list-lable[data-v-0c6eeb7d] {
  display: block;
}
.user-list li[data-v-0c6eeb7d] {
  z-index: 10;
}
.user-list li[data-v-0c6eeb7d]:hover {
  background-color: #000000;
}
.user-list span[data-v-0c6eeb7d] {
  display: inline-block;
  font-size: 12px;
}
.postil-edit-to-user-scroll[data-v-0c6eeb7d] {
  overflow-y: auto;
  max-height: 300px;
  /* height: 150px; */
  height: 300px;
}
.postil-edit-to-user-scroll[data-v-0c6eeb7d]::-webkit-scrollbar {
  width: 10px;
  background: #3c4042;
}
.postil-edit-to-user-scroll[data-v-0c6eeb7d]::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(99, 102, 102);
}
.postil-edit-to-user-complete-title[data-v-0c6eeb7d] {
  margin-left: 3px;
  font-size: 12px;
  line-height: 25px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30% !important;
  display: inline-block;
}
.postil-edit-to-user-complete-count[data-v-0c6eeb7d] {
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 60% !important;
  display: inline-block;
  text-align: right;
  margin-right: 3px;
}
.serach-project-to-user-tppltip[data-v-0c6eeb7d] {
  width: 100%;
}

.serach-project-to-user-tppltip .ivu-tooltip-inner {
  word-break: break-all !important;
}

.edit-item[data-v-877bcc76] {
  background-color: #110f2e;
  color: white;
  height: 100vh;
}
.edit-item__inp-desc[data-v-877bcc76] {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
}
.edit-button[data-v-877bcc76] {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.edit-button span[data-v-877bcc76] {
  display: inline-block;
  width: 89px;
  height: 33px;
  background-color: rgba(42, 136, 189, 1);
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}

.viewer-forge[data-v-3c6f46dc] {
  height: 100%;
}
.left[data-v-3c6f46dc] {
  float: left;
}
.right[data-v-3c6f46dc] {
  float: right;
}
.clear[data-v-3c6f46dc] {
  clear: both;
}
div#project[data-v-3c6f46dc] {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
div#viewer-forge[data-v-3c6f46dc] {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0px;
  position: relative;
  overflow: hidden;
  background-color: #eee;
  width: 100%;
}
.viewer--full-hight[data-v-3c6f46dc] {
  height: 100vh !important;
}
div#footer[data-v-3c6f46dc] {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.view-list[data-v-3c6f46dc] {
  width: 175px;
  /* height: 700px; */
  height: 100vh;
  padding: 0px;
  position: relative;
  background-color: #eee;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 70px;
  z-index: 110;
  width: 400px;
  border: 1px solid #aaa;
  /* display: none; */
}
.view-list_close[data-v-3c6f46dc] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 600;
  background: rgba(256, 256, 256, 100);
  cursor: pointer;
}
.view-list_cont div button[data-v-3c6f46dc] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #44c767), to(#5cbf2a));
  background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a', GradientType=0);
  background-color: #44c767;
  border-radius: 12px;
  border: 1px solid #18ab29;

  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Verdana;
  font-size: 12px;

  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
  margin: 2px;
  height: 212px;
  width: 170px;

  margin-top: 6px;
}
.view-list_cont div button[data-v-3c6f46dc]:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #5cbf2a), to(#44c767));
  background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767', GradientType=0);
  background-color: #5cbf2a;
}
.view-list_cont div button[data-v-3c6f46dc]:active {
  position: relative;
  top: 1px;
}

/* .view-list_cont div button  */
.name[data-v-3c6f46dc] {
  position: relative;
  top: 15px;
}
.view-list_cont div button div img[data-v-3c6f46dc] {
  width: 150px;
}
.viewlist[data-v-3c6f46dc] {
  position: fixed;
  top: 0px;
  right: 190px;
  display: block;
  z-index: 100;
  font-size: 18px;
}
.project-tree[data-v-3c6f46dc] {
  right: 55px !important;
  left: none;
}
@media screen and (max-width: 540px) {
div#viewer-forge[data-v-3c6f46dc] {
    height: 100vh;
}
}

.adsk-viewing-viewer .treeview .group.collapsed lmvheader > icon {
  top: 0px;
  padding-right: 0px;
  margin-right: 3px;
}
#MultiModelStructurePanel {
  min-height: 80vh;
  left: calc(100% - 500px);
}
@media screen and (max-width: 540px) {
#MultiModelStructurePanel {
    left: calc(100% - 320px);
    top: 27px;
}
.project-tree .tree-container {
    top: 50px !important;
}
}
.multi-visibility {
  position: relative;
  top: 0px;
  padding: 1px 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjEwcHgiIHZpZXdCb3g9IjAgMCAxNyAxMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ2LjIgKDQ0NDk2KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+R3JvdXAgMjU8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0iU2VsZWN0LSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJNb2RlbF9Ccm93c2VyX2hvdmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjYzLjAwMDAwMCwgLTE5NS4wMDAwMDApIj4NCiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjUzLjAwMDAwMCwgNzQuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzYuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDcyLjAwMDAwMCkiPg0KICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Im1hcmt1cC1kaXNwbGF5LW9uIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMjIiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iZ3VpZGUiIG9wYWNpdHk9IjAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjAwMDAwMCwgMTguMDAwMDAwKSBzY2FsZSgxLCAtMSkgdHJhbnNsYXRlKC0xOC4wMDAwMDAsIC0xOC4wMDAwMDApICIgZmlsbD0iI0ZGOTg5OCI+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTQiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiI+PC9yZWN0Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxnIGlkPSJzaG93LW1hcmtlcnMtaWNvbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMy4wMDAwMDApIiBmaWxsLXJ1bGU9Im5vbnplcm8iIGZpbGw9IiNGRkZGRkYiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGcgaWQ9IkxheWVyXzEiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi40NzQsMC44MjM0NjMwNTcgQzEzLjQwOTk4ODMsMS4yMTU3ODg4NiAxNC4yODMzMDE4LDEuNzQzNDE1NzQgMTUuMDY2LDIuMzg5NDYzMDYgQzE1Ljc3NjcxMTYsMy4wMjUzOTQ1MSAxNi4zNzg2NTM3LDMuNzczMjYxOTMgMTYuODQ4LDQuNjAzNDYzMDYgQzE2LjQ5NzQ1OTEsNS41MTE5MjQ3NyAxNS45NjQ0OTk5LDYuMzM4OTMwNDMgMTUuMjgyLDcuMDMzNDYzMDYgQzE0LjUzNjE5MjEsNy43MzAyNjE3MSAxMy42NzgxNDUsOC4yOTYyMDc2OSAxMi43NDQsOC43MDc0NjMwNiBDMTEuMzYxMDM2NSw5LjI5MzUzOTU4IDkuODcxOTM1NjEsOS41ODc2ODI5NyA4LjM3LDkuNTcxNDYzMDYgQzYuODk2MjcwMjEsOS42NTA4OTU4OCA1LjQyMjc0OTI5LDkuNDExNDQ4NzMgNC4wNSw4Ljg2OTQ2MzA2IEMzLjExMzAyOTI4LDguNDg3MzIwMTcgMi4yNTMxMTg1Niw3LjkzODQ0MDk5IDEuNTEyLDcuMjQ5NDYzMDYgQzAuODQyNjYxOTQ4LDYuNTM0MTYwMTUgMC4zMjc5NTI0MTksNS42ODg1NjU5MiAwLDQuNzY1NDYzMDYgQzAuNDU1MjQyNjA0LDMuODYyMzEzMjkgMS4wNTc0NTAzMSwzLjA0MTEyMDk2IDEuNzgyLDIuMzM1NDYzMDYgQzIuNTUyMzY1MDQsMS42NTgzODQzOSAzLjQyNzgxNDI3LDEuMTExMjI4NjIgNC4zNzQsMC43MTU0NjMwNTcgQzUuNjUzNTg1NzEsMC4xNzgzNTEzOTYgNy4wMzgyOTI4MywtMC4wNjE2NjQ1MDQ1IDguNDI0LDAuMDEzNDYzMDU3MyBDOS44MTM2NzUzNCwwLjAxOTA0NzQ5MjggMTEuMTg5MDc0OSwwLjI5NDEyNzQwNiAxMi40NzQsMC44MjM0NjMwNTcgWiBNOC41MzIsOC4wNTk0NjMwNiBDOC45NjAxMDIyOSw4LjA1NTI5NTM2IDkuMzgyODA0ODMsNy45NjM0MDM1IDkuNzc0LDcuNzg5NDYzMDYgQzEwLjE1NjgyNjIsNy42MjE1NjcyNCAxMC41MDQ4MjQyLDcuMzgzNDYzMyAxMC44LDcuMDg3NDYzMDYgQzExLjQwOTE4MDYsNi40NzA2MDIwNyAxMS43NDA2NzExLDUuNjMyMTI1ODggMTEuNzE4LDQuNzY1NDYzMDYgQzExLjcyNjA1ODMsMy45MTc0MTMzNSAxMS4zOTU2NjU0LDMuMTAxMTQ4NDMgMTAuOCwyLjQ5NzQ2MzA2IEMxMC41MDQ4MjQyLDIuMjAxNDYyODIgMTAuMTU2ODI2MiwxLjk2MzM1ODg3IDkuNzc0LDEuNzk1NDYzMDYgQzguOTYzMjAwODEsMS40NTAzMjYwNyA4LjA0Njc5OTE5LDEuNDUwMzI2MDcgNy4yMzYsMS43OTU0NjMwNiBDNi44NTMxNzM4NCwxLjk2MzM1ODg3IDYuNTA1MTc1NzYsMi4yMDE0NjI4MiA2LjIxLDIuNDk3NDYzMDYgQzUuNjAwODE5NDUsMy4xMTQzMjQwNSA1LjI2OTMyODg2LDMuOTUyODAwMjQgNS4yOTIsNC44MTk0NjMwNiBDNS4yOTc2Njg2Nyw1LjI0NzM5NTM2IDUuMzg5NDk1NjMsNS42Njk3OTkzOSA1LjU2Miw2LjA2MTQ2MzA2IEM1LjcyNzU3OTMsNi40NDU1NzAxMyA1Ljk2NTk2NjY2LDYuNzkzOTgyNDQgNi4yNjQsNy4wODc0NjMwNiBDNi41NTgzNDMzMyw3LjM4NDQ2MzMxIDYuOTA2NTQzMzEsNy42MjI3MDU0IDcuMjksNy43ODk0NjMwNiBDNy42ODExOTUxNyw3Ljk2MzQwMzUgOC4xMDM4OTc3MSw4LjA1NTI5NTM2IDguNTMyLDguMDU5NDYzMDYgTDguNTMyLDguMDU5NDYzMDYgWiBNMTAuNDIyLDQuNzY1NDYzMDYgQzEwLjQxNjM1ODgsNC41MjI4NzM5MiAxMC4zNjEyMzI0LDQuMjgzOTkyNjggMTAuMjYsNC4wNjM0NjMwNiBDMTAuMTcyMzE3OCwzLjg0MzUzNDU2IDEwLjA0NDA5MzQsMy42NDIwMzg5NiA5Ljg4MiwzLjQ2OTQ2MzA2IEM5LjcxMTEwOTY4LDMuMzA1MjEyNSA5LjUwOTE2ODc2LDMuMTc2NzA0NjUgOS4yODgsMy4wOTE0NjMwNiBMOC41ODYsMi45Mjk0NjMwNiBMNy44ODQsMy4wOTE0NjMwNiBDNy40NDYzNTgyNiwzLjI3NzM3MzU0IDcuMDk3OTEwNDgsMy42MjU4MjEzMSA2LjkxMiw0LjA2MzQ2MzA2IEM2LjcxMDc1NzY2LDQuNTI4NjMwNTEgNi43MTA3NTc2Niw1LjA1NjI5NTYxIDYuOTEyLDUuNTIxNDYzMDYgQzcuMDg0OTYzNjIsNS45NDkzMjI1NiA3LjQxMjcxNDA0LDYuMjk2MzUyNDMgNy44Myw2LjQ5MzQ2MzA2IEw4LjUzMiw2LjY1NTQ2MzA2IEw5LjIzNCw2LjQ5MzQ2MzA2IEM5LjQ1NDUzMTUzLDYuNDA2OTYzMjEgOS42NTYyMzk3Miw2LjI3ODYwMzQ1IDkuODI4LDYuMTE1NDYzMDYgQzkuOTg5MTA0MjEsNS45NDIxMjA5IDEwLjExNzIwNDgsNS43NDA4MjAwMiAxMC4yMDYsNS41MjE0NjMwNiBDMTAuMzE0Njc2MSw1LjI4NDM1NTU3IDEwLjM2OTk3NzYsNS4wMjYyODIwNCAxMC4zNjgsNC43NjU0NjMwNiBMMTAuNDIyLDQuNzY1NDYzMDYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgICAgICA8L2c+DQogICAgICAgICAgICA8L2c+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* background-color: blue; */
  margin-right: 3px;
  margin-left: 3px;
}
.dim .multi-visibility {
  opacity: 0.3;
}
.scroller {
  min-height: 100%;
}
.viewcubeUI .infoButton {
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}
.viewcubeUI .homeViewWrapper {
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}
.tree-view-point {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #3c4042;
  width: 400px;
  height: 80%;
  z-index: 100;
}
.tree-view-point-app {
  width: 50%;
  height: 50%;
}
.old-viewer-con .adsk-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
}
.adsk-icon-properties {
  top: -1px;
}
.adsk-icon-measure {
  top: -2px;
}
.adsk-icon-pan {
  top: -2px;
}
.adsk-icon-zoom {
  top: -1px;
}
.adsk-icon-camera {
  top: -2px;
}
.adsk-icon-first-person {
  top: -2px;
}
#Jarvis.Annotation .adsk-button-icon {
  top: -1px;
}

.tree-container.drag-container[data-v-390ed192] {
  position: absolute;
  top: 35px;
}

.u-scrollbar {
  /* for firefox */
  scrollbar-color: #fff #000;
  scrollbar-width: thin;

  /* ie */
  scrollbar-base-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-highlight-color: #fff;
  scrollbar-face-color: #fff;
}
.u-scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.u-scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #888888;
}
.u-scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.u-scrollbar::-webkit-scrollbar-corner {
  background: black;
}
.tree__header-search .ivu-input-wrapper {
  border-radius: 5px;
}
.tree__header-search .ivu-input {
  background-color: #47535b;
  border: none;
  color: #fff;
}
.viewer .ivu-tree-title {
  color: #fff !important;
}
.viewer .ivu-tree-title-selected {
  color: #222 !important;
  background-color: #fff !important;
}
.viewer .ivu-tree-title:hover {
  color: #222 !important;
}
.tree-container {
  position: absolute;
  height: 700px;
  background-color: black;
  opacity: 0.7;
  color: #fff;
  top: 20px;
  /* left: 70px; */
  left: 80px;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tree__wrap {
  overflow: hidden;
}
@media screen and (max-width: 540px) {
.tree-container {
    top: 16px;
}
}
.tree__icon {
  width: 50px;
  height: 50px;
  background: black;
  position: absolute;
  right: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tree__icon img {
  width: 60%;
  height: 60%;
}
.tree__content-inner {
  width: 200%;
  position: relative;
  top: -10px;
}
.tree-container--phone {
  top: 0px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.three__close {
  width: 390px;
  height: 50px;
  position: absolute;
  top: -7px;
  left: 0px;
  background: black;
  z-index: -100;
  cursor: pointer;
}
.three__close-ico {
  width: 50px;
  height: 50px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three__close img {
  width: 60%;
  height: 60%;
}
.tree__header {
  z-index: 10;
  width: 340px;
  padding: 0px 12px 0px 12px;
  background-color: #242d33;
}
.tree__header-search {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tree__header-up {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.tree__header-up a {
  font-size: 18px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tree__content {
  padding: 0px 12px 12px 0px;
  width: 100%;
  height: 616px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.tab-header__item--active {
  /* border-bottom: 1px solid lightblue; */
  background-color: black;
}
.tree--hide {
  width: 0px !important;
}

.drag-container[data-v-64a31f76] {
  position: fixed;
  right: 770px;
  top: 97px;

  width: 250px;
  height: 300px;

  background-color: black;
  opacity: 0.7;
  color: #fff;

  margin: 0;
  padding: 8px;

  border-radius: 3px;
  z-index: 200;
}

.item-context[data-v-05587df3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  width: 200%;
  overflow: hidden;
  -ms-overflow-style: none;

  margin-top: 8px;
  margin-bottom: 8px;

  /* for firefox */
  /* scrollbar-width: none;*/

  /* position: relative; */
  overflow: visible;
}
.item-context[data-v-05587df3]::-webkit-scrollbar {
  display: none;
}
.item[data-v-05587df3] {
  cursor: pointer;
}
.name[data-v-05587df3] {
  display: inline-block;
  padding: 3px 6px;
}
.mouse-pointer[data-v-05587df3] {
  cursor: pointer;
}
ul[data-v-05587df3] {
  padding-left: 1em;
  line-height: 1.5em;
  list-style-type: none;
}
li[data-v-05587df3] {
  list-style-type: none;
}
.tree[data-v-05587df3] {
  /* margin-top: 15px; */
  /* position: relative; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* .tree::-webkit-scrollbar {
  display: none;
}

.tree::scrollbar {
  display: none;
} */
.js-my-tree-selected[data-v-05587df3] {
  background-color: #ccc;
  color: black;
  border-radius: 3px;
}
.checkbox3[data-v-05587df3] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
}
.checkbox3__icon[data-v-05587df3] {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
.arrow-icon[data-v-05587df3] {
  display: inline-block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.arrow-icon--clear[data-v-05587df3] {
  left: -15px;
  top: 6px;
  width: 12px;
  height: 12px;
  margin-left: 11px;
}
.arrow-icon-blank[data-v-05587df3] {
  width: 24px;
}

.tree-container.drag-container[data-v-5a095df0] {
  position: absolute;
  top: 35px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
}

.u-scrollbar {
  /* for firefox */
  scrollbar-color: #fff #000;
  scrollbar-width: thin;

  /* ie */
  scrollbar-base-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-highlight-color: #fff;
  scrollbar-face-color: #fff;
}
.u-scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.u-scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #888888;
}
.u-scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.u-scrollbar::-webkit-scrollbar-corner {
  background: black;
}
.tree__header-search .ivu-input-wrapper {
  border-radius: 5px;
}
.tree__header-search .ivu-input {
  background-color: #eee;
  border: none;
  color: #000;
}
.viewer .ivu-tree-title {
  color: #000 !important;
}
.viewer .ivu-tree-title-selected {
  color: #222 !important;
  background-color: #fff !important;
}
.viewer .ivu-tree-title:hover {
  color: #222 !important;
}
.tree-container {
  position: absolute;
  height: 700px;
  background-color: black;
  opacity: 0.7;
  color: #fff;
  top: 20px;
  /* left: 70px; */
  left: 80px;
  z-index: 100;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tree__wrap {
  overflow: hidden;
  background-color: black;
  height: 400px;
}
@media screen and (max-width: 540px) {
.tree-container {
    top: 16px;
}
}
.tree__icon {
  width: 50px;
  height: 50px;
  background: black;
  position: absolute;
  top: 30px;
  /* left: 70px; */
  left: 30px;
  z-index: 100;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tree__icon img {
  width: 60%;
  height: 60%;
}
.tree__content-inner {
  width: 200%;
  position: relative;
  top: -10px;
}
.tree-container--phone {
  top: 0px;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.three__close {
  width: 50px;
  height: 50px;
  /* position: absolute; */
  /* top: -7px; */
  /* left: 0px; */
  background: black;
  z-index: -100;
  cursor: pointer;
}
.three__close__app {
  width: 50px;
  top: 0px;
}
.three__close-ico {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.three__close img {
  width: 60%;
  height: 60%;
}
.tree__header {
  z-index: 10;
  /* width: 340px; */
  padding: 0px 12px 0px 12px;
  /* background-color: #242d33; */
}
.tree__header-search {
  padding-top: 5px;
  padding-bottom: 5px;
}
.tree__header-up {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  margin-top: 20px;
}
.tree__header-up a {
  font-size: 18px;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tree__content {
  padding: 0px 12px 12px 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.tab-header__item--active {
  /* border-bottom: 1px solid lightblue; */
  /* background-color: black; */
}
.tree--hide {
  width: 0px !important;
}
.el-drawer__header{
  margin-bottom: 0px;
}

.item-context[data-v-b72be106] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  width: 200%;
  overflow: hidden;
  -ms-overflow-style: none;

  margin-top: 8px;
  margin-bottom: 8px;

  /* for firefox */
  /* scrollbar-width: none;*/

  /* position: relative; */
  overflow: visible;
}
.item-context[data-v-b72be106]::-webkit-scrollbar {
  display: none;
}
.item[data-v-b72be106] {
  cursor: pointer;
}
.name[data-v-b72be106] {
  display: inline-block;
  padding: 3px 6px;
}
.mouse-pointer[data-v-b72be106] {
  cursor: pointer;
}
ul[data-v-b72be106] {
  padding-left: 1em;
  line-height: 1.5em;
  list-style-type: none;
}
li[data-v-b72be106] {
  list-style-type: none;
}
.tree[data-v-b72be106] {
  /* margin-top: 15px; */
  /* position: relative; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* .tree::-webkit-scrollbar {
  display: none;
}

.tree::scrollbar {
  display: none;
} */
.js-my-tree-selected[data-v-b72be106] {
  background-color: #ccc;
  color: black;
  border-radius: 3px;
}
.checkbox3[data-v-b72be106] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
}
.checkbox3__icon[data-v-b72be106] {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}
.arrow-icon[data-v-b72be106] {
  display: inline-block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.arrow-icon--clear[data-v-b72be106] {
  left: -15px;
  top: 6px;
  width: 12px;
  height: 12px;
  margin-left: 11px;
}
.arrow-icon-blank[data-v-b72be106] {
  width: 24px;
}

.wrap_box[data-v-969da880] {
  border: 1px solid gray;
}
.wrap_box__saving-cover[data-v-969da880] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
}



























































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.det {
  width: 400px;
  overflow: hidden;
}

.tree-view-point-content {
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}

.tree-view-point-content::-webkit-scrollbar {
  width: 10px;
}

.tree-view-point-content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgb(99, 102, 102);
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.draggable {
  line-height: 14px;
}

.drag-over>.draggable {
  background: #2d8cf0;
}

.drag-over-gap-top>.draggable {
  border-top: 2px solid #2b85e4;
}

.drag-over-gap-bottom>.draggable {
  border-bottom: 2px solid #2b85e4;
}

.viewer .ivu-tree ul li {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  outline: 0;
}

.viewer .ivu-tree-arrow {
  cursor: pointer;
  width: 18px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

.viewer .ivu-tree-arrow-open img {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

.viewer .ivu-tree-arrow i {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* title */

.viewer .ivu-tree-title {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
  color: #fff !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.viewer .ivu-tree-title:hover {
  background-color: #eaf4fe;
}

.viewer .ivu-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}

.viewer .ivu-tree li {
  white-space: nowrap;
}

.viewer .ivu-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /* font-size: 12px; */
}

.viewer .ivu-article li:not([class^=ivu-]) {
  margin-bottom: 5px;
  font-size: 14px;
}

.viewer .ivu-tree-title {
  color: #fff !important;
}

.viewer .ivu-tree-title-selected {
  color: #222 !important;
  background-color: #fff !important;
}

.viewer .ivu-tree-title:hover {
  color: #222 !important;
}

/** ant design   **/

.ant-tree {
  /* margin: 2px; */
  margin-left: 0px;
  margin-top: 1px;
  margin-bottom: 20px;
  /* margin-top: 1px; */
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  background: #3C4042;

  /* width: calc(100% - 16px); */
  width: 100%;
}

.ant-tree li {
  padding-left: 2px;
  padding-top: 1px;
  padding-bottom: 0px;
  margin-top: 2px;

  list-style: none;
  white-space: nowrap;
  outline: 0;
}

.ant-tree li ul {
  margin-top: 0px;
  /* padding: 0px 0 0px 18px; */
  padding-top: 0px;
  padding-left: 18px;
  padding-bottom: 0px;
}

.ant-tree li span[draggable=true],
.ant-tree li span[draggable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

.ant-tree-node-content-wrapper {
  display: inline-block;
  padding: 0px 0px;
  border-radius: 2px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  color: rgba(0, 0, 0, .65);
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  width: calc(100% - 22px);
  background: #4C4D4D;
  left: 6px;
}

.treeview_test {
  background: #526A78;
}

/* 鼠标选中的样式 */

.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #526A78;
}

.ant-tree li.drag-over-gap-top>span[draggable] {
  border-top-color: #108ee9;
}

.ant-tree li.drag-over-gap-bottom>span[draggable] {
  border-bottom-color: #108ee9;
}

.nav-list-a {
  position: relative;
  width: 18px;
  height: 15px;
  display: inline-block;
  top: -8px;
  left: 8px;
}

@media screen and (max-width: 1366px) {
  .nav-list-a {
    position: relative;
    width: 18px;
    height: 15px;
    display: inline-block;
    top: 0px !important;
    left: 8px;
  }

  .tree-view-point-img-rename {
    position: relative;
    margin-left: 30px;
    line-height: 30px;
    visibility: hidden;
    top: 0px !important;
  }
}

.nav-list-a-img {
  display: block;
}

.tree-view-point-img-rename {
  position: relative;
  margin-left: 30px;
  line-height: 30px;
  visibility: hidden;
  top: -12px;
}

.tree-view-point-img-dropdown {
  position: absolute;
  line-height: 30px;
  float: right;
  height: 15px;
  top: 7px;
  right: 15px;
  visibility: hidden;

}

.view-proint-img-down-ico {
  position: relative;
  line-height: 35px;
  float: right;
  /* margin-right: 5px; */

}

.nav-list_title {
  display: inline-block;
  margin-left: 25px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
  max-width: 190px;
  text-align: left;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/**/

.down-menu_item {
  position: relative;
  display: block;
  width: 70px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #666666;
}

.down-menu_item:hover {
  background-color: #ddd;
}

.view_point_item{
    position: relative;
    width: 100%;
    height: 35px;
    background: #3C4042;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.view_point_item_title_text {
  position: relative;
  margin-left: 30px;
  height: 35px;
  line-height: 35px;
  color: #FFFFFF;
  font-size: 14px;
}

.view_point_item_search {
  position: relative;
  width: 100%;
  height: 35px;
  background: #4C4D4E;
  /* border-radius: 2px; */

}

.problem-search input{
    position: absolute;
    display: inline-block;
    text-decoration:none;
    background-color:transparent;
    outline: none;
    width:209px;
    height: 30px;
    font-size: 13px;
    color:#cbcbcb;
    margin-top:3px;
    margin-left:5px;
    padding-left: 10px;
    border:none;
}

.problem-search input:focus{
    outline: 1px solid #4988daee;
}

.view_point_item_search_add_point{
    float: right;
    margin-right:30px;
    margin-top: 5px;
    cursor: pointer;
 
 }

.view_point_item_search_add_point img{
    width:15px;
    height:15px;
 }

.view_point_item_search_add_file{
    float: right;
    margin-right:40px;
    margin-top: 5px;
    cursor: pointer;
 


 }

.view_point_item_title_close{
    display: inline-block;
    position: relative;
    float: left;
    margin: 5px;
    margin-left:15px;
    
}

.icon-close-btn__img {
    margin:1px auto 0;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;

   }

.problem-seach-icon{
    position: relative;
    margin-left: 20px;
    top: -20px;
    left:180px;
     
    
}

.problem-seach-icon  img{
    width: 20px;
    height: 20px;
    
}

.new_tree_view_point_search_close{
    position: absolute;
    float: right;
    right: 150px;
    top: 6px;
}

.new_tree_view_point_search_close_icon{
    position: absolute;
    width: 12px;
    height: 12px;
    display: none;
 }

.new_tree_view_point_search_close_icon_block{
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
}

.new_tree_view_point_search_file{
    position: absolute;
    float: right;
    right: 110px;
 }

.new_tree_view_point_search_file img{
    position: absolute;
    width:23px;
    height:23px;
}

.new_tree_view_point_search_point{
    position: absolute;
    float: right;
    right: 50px;
 }

.new_tree_view_point_search_point img{
    position: absolute;
    width:25px;
    height:25px;
}

.new_tree_view_point_search{
    position: relative;
    height: 35px;
    border-radius:4px;
    border:1px solid #4C4D4E;
    font-size:13px;
    background: #4C4D4E;
    width:95%;
    margin: 0 auto;
}

.new_tree_view_point_search input{
    position: absolute;
    display: inline-block;
    text-decoration:none;
    background-color:transparent;
    outline: none;
    width:220px;
    height: 30px;
    font-size: 13px;
    color:#cbcbcb;
    margin-top:3px;
    margin-left:5px;
    padding-left: 10px;
    border:none;
}

.new_tree_view_point_search input:focus{
    outline: 1px solid #4988daee;
}

.new_tree_view_point_search img{
     margin-top:6px;
 }

.postil-show[data-v-00b4869e] {
  /* position: absolute; */
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0px;
  top: 0px;
  /* width: 100%;
  height: 100%; */
  width: 100vw;
  height: 100vh;
  border: 0px solid red;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
.postil-show__img-pic[data-v-00b4869e] {
  /* width: 100%; */
  width: 85vw;
  height: 46.2vw;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postil-show__img[data-v-00b4869e] {
  position: relative;

  width: 93%;
  margin: 0 auto;
}
.postil-show__close[data-v-00b4869e] {
  position: absolute;
  right: 0px;
  top: 5px;
}












































































.fix-info[data-v-e50954a4] {
  position: fixed;
  bottom: 6%;
  left: 70px;
  width: 320px;
  height: 50px;
  opacity: 0.7;
  color: #3d3d3d;
  /* background: black; */
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-radius: 3px;
  z-index: 200;
  pointer-events: none;
}
@media screen and (max-width: 540px) {
.fix-info[data-v-e50954a4] {

    bottom: 3px;
    left: 20px;
}
}

.net-info[data-v-4f200ecf] {
  height: 50px;
  opacity: 0.7;
  color: #3d3d3d;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  z-index: 200;
}
.fix-info_value[data-v-4f200ecf] {
}
.status1[data-v-4f200ecf] {
  color: #1dc26c;
}
.status2[data-v-4f200ecf] {
  color: #fe5246;
}

.infos .ivu-progress-inner {
  background-color: #999999 !important;
}

.infos[data-v-393676be] {
  width: 136px;
}
.infos_item[data-v-393676be] {
  font-size: 12px;
  float: left;
  margin-right: 5px;
}
.infos_item-normal[data-v-393676be] {
  color: green;
}
.infos_item-attention[data-v-393676be] {
  color: yellow;
}
.infos_item-danger[data-v-393676be] {
  color: red;
}

.viewer2d {
  position: fixed;
  min-width: 500px;
  min-height: 500px;
  width: 50vw;
  height: calc(100% - 70px);
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.viewer2d--tip {
  height: calc(100% - 110px);
}
.viewer2d_close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500;
  background: rgba(256, 256, 256, 100);
  cursor: pointer;
}

.viewer-layout[data-v-ac9f7922] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.viewer-layout__main[data-v-ac9f7922] {
  height: 100%;
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  float: left;
  z-index: -1;
  overflow: hidden;

  /* background-color: #aaa; */
}
viewer-layout__main--part[data-v-ac9f7922] {
  /* width: calc(100% - 325px); */
}
.viewer-layout__right[data-v-ac9f7922] {
  position: relative;
  /* width: 325px; */
  min-height: 500px;
  /* background-color: aqua; */
}
.viewer-layout__right-drag[data-v-ac9f7922] {
  position: absolute;
  width: 9px;
  background-color: rgba(200, 200, 200, 0.6);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.viewer-layout__right-drag[data-v-ac9f7922]:hover {
  cursor: e-resize;
}

.forge-viewer-container .my-forge-page {
  position: absolute;
  z-index: 10;
  right: 30px;
  bottom: 16px;
  padding: 6px 16px;
  background-color: rgba(34, 34, 34, 0.94);
  -webkit-box-shadow: 1px 3px 10px 0 rgb(0 0 0%);
          box-shadow: 1px 3px 10px 0 rgb(0 0 0%);
  border-radius: 5px;
}

.flex[data-v-550fb12a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-550fb12a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-550fb12a] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-550fb12a] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-550fb12a] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-550fb12a] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-550fb12a] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-550fb12a] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-550fb12a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-550fb12a] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-550fb12a] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-550fb12a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-550fb12a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-550fb12a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-550fb12a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-550fb12a] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-550fb12a] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-550fb12a] {
  text-align: center;
}
.right[data-v-550fb12a] {
  text-align: right;
}
.left[data-v-550fb12a] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-550fb12a {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-550fb12a {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-550fb12a {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-550fb12a {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-550fb12a] {
  -webkit-animation-name: section-fade-in-data-v-550fb12a;
          animation-name: section-fade-in-data-v-550fb12a;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-550fb12a] {
  -webkit-animation-name: section-fade-out-data-v-550fb12a;
          animation-name: section-fade-out-data-v-550fb12a;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.forge-viewer-container[data-v-550fb12a] {
  width: 100%;
  height: 100%;
  position: relative;
}
.forge-viewer-container #forge-viewer-main[data-v-550fb12a] {
  background-color: #ededed;
  position: relative;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.forge-viewer-container #forge-viewer-2d[data-v-550fb12a] {
  background-color: #ededed;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  position: relative;
}
.forge-viewer-container #forge-viewer-2d .viewer-2d-close[data-v-550fb12a] {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  color: #000;
  z-index: 12;
}
.forge-viewer-container #forge-viewer-2d-list[data-v-550fb12a] {
  background-color: #2a2f33;
  width: 400px;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.forge-viewer-container #forge-viewer-2d-list .forge-viewer-2d-list-top[data-v-550fb12a] {
  padding: 16px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.forge-viewer-container #forge-viewer-2d-list .forge-viewer-2d-list-con[data-v-550fb12a] {
  width: 100%;
  height: calc(100% - 57px);
  overflow-y: auto;
  padding-top: 30px;
}
.forge-viewer-container #forge-viewer-2d-list .viewer-2d-list-item[data-v-550fb12a] {
  padding: 0 10px;
  margin: 0 auto;
  width: 350px;
  max-height: 350px;
  min-height: 300px;
  cursor: pointer;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  position: relative;
}
.forge-viewer-container #forge-viewer-2d-list .viewer-2d-list-item .view-title[data-v-550fb12a] {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 15px;
  color: #fff;
}
.forge-viewer-container-version[data-v-550fb12a] {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.forge-viewer-container-version .paths[data-v-550fb12a] {
  margin-left: 10px;
  top: 10px;
}
.forge-viewer-container #forge-viewer-paths[data-v-550fb12a] {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  background-color: #252D33;
  padding: 10px;
  width: 300px;
  border-radius: 4px;
}
.forge-viewer-container #forge-viewer-paths .forge-viewer-paths-title[data-v-550fb12a] {
  padding-bottom: 10px;
  font-weight: 500;
}
.forge-viewer-container #forge-viewer-paths .forge-viewer-paths-item[data-v-550fb12a] {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #595F64;
  cursor: pointer;
}
.forge-viewer-container #forge-viewer-paths .forge-viewer-paths-item-active[data-v-550fb12a] {
  color: #2D8DF0;
}

.svg-icon {
  display: inline-block;
  fill: currentColor;
}
.svg-icon.flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.svg-icon.flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.svg-icon.spin {
  -webkit-animation: fa-spin 1s 0s infinite linear;
          animation: fa-spin 1s 0s infinite linear;
}
@-webkit-keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}

.iso-table-con {
  position: relative;
  overflow: hidden;
  /* 滚动槽 */
  height: 100%;
  background: transparent;
}
.iso-table-con ::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.iso-table-con ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.iso-table-con ::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  border-radius: 4px;
}
.iso-table-con .iso-yellow {
  color: #ffc130 !important;
}
.iso-table-con .iso-green {
  color: #15d19f !important;
}
.iso-table-con .iso-red {
  color: #f06b6b !important;
}
.iso-table-con .iso-white {
  color: rgba(255, 255, 255, 0.6) !important;
}
.iso-table-con .no-data {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.iso-table-con .no-data img {
  width: 100px;
  height: 100px;
}
.iso-table-con .ivu-table-wrapper {
  border: none;
}
.iso-table-con .ivu-table::before {
  height: 0 !important;
}
.iso-table-con .ivu-table::after {
  height: 0 !important;
}
.iso-table-con .ivu-table {
  border: none;
  background: transparent;
  font-size: 14px;
}
.iso-table-con .ivu-table .ivu-table-overflowY:hover {
  overflow-y: auto;
}
.iso-table-con .ivu-table th {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iso-table-con .ivu-table td {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  height: auto;
  padding: 16px 0;
}
.iso-table-con .ivu-table .ivu-table-row-hover {
  background: rgba(16, 165, 203, 0.1);
}
.iso-table-con .ivu-table .my-row-class td {
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.flex[data-v-6f93fcde] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-6f93fcde] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-6f93fcde] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-6f93fcde] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-6f93fcde] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-6f93fcde] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-6f93fcde] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-6f93fcde] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-6f93fcde] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-6f93fcde] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-6f93fcde] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-6f93fcde] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-6f93fcde] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-6f93fcde] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-6f93fcde] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-6f93fcde] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-6f93fcde] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-6f93fcde] {
  text-align: center;
}
.right[data-v-6f93fcde] {
  text-align: right;
}
.left[data-v-6f93fcde] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-6f93fcde {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-6f93fcde {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-6f93fcde {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-6f93fcde {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-6f93fcde] {
  -webkit-animation-name: section-fade-in-data-v-6f93fcde;
          animation-name: section-fade-in-data-v-6f93fcde;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-6f93fcde] {
  -webkit-animation-name: section-fade-out-data-v-6f93fcde;
          animation-name: section-fade-out-data-v-6f93fcde;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.permission-con[data-v-6f93fcde] {
  color: rgba(255, 255, 255, 0.6);
  height: 97%;
  overflow-y: auto;
  padding: 0 16px;
}
.permission-con[data-v-6f93fcde] ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.permission-con[data-v-6f93fcde] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.permission-con[data-v-6f93fcde] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.permission-con .permission-private-action[data-v-6f93fcde] {
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.permission-con .permission-private-action .ivu-btn-text[data-v-6f93fcde] {
  color: #2bb8db !important;
}
.permission-con .permission-private-box > img[data-v-6f93fcde] {
  width: 270px;
  height: 190px;
}
.permission-con .permission-private-box-title[data-v-6f93fcde] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin-top: 32px;
}
.permission-con .permission-private-box > p[data-v-6f93fcde] {
  font-size: 16px;
  margin-top: 16px;
}
.permission-con .permission-private-box .permission-private-role-item[data-v-6f93fcde] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 8px 8px;
}
.permission-con .permission-private-box .permission-private-role-item-info-remove[data-v-6f93fcde] {
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}
.permission-con .permission-private-box .permission-private-role-item .ivu-checkbox-default[data-v-6f93fcde] {
  line-height: 19px;
  margin-right: 16px;
  margin-bottom: 12px;
}
.permission-con .permission-private-box .save-button[data-v-6f93fcde] {
  float: right;
  margin-top: 16px;
}
.permission-con .permission-private-add-role[data-v-6f93fcde] {
  min-width: 300px;
}
.permission-con .permission-private-add-role-title[data-v-6f93fcde] {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.permission-con .permission-private-add-role-input[data-v-6f93fcde] {
  padding: 8px;
}
.permission-con .permission-private-add-role-container-item[data-v-6f93fcde] {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 8px;
}
.permission-con .permission-private-add-role-container-item-line[data-v-6f93fcde] {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.permission-con .permission-private-add-role-btn[data-v-6f93fcde] {
  padding: 8px;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.permission-con .permission-private-add-role-btn > div[data-v-6f93fcde] {
  margin-left: 6px;
}
.permission-result[data-v-6f93fcde] {
  text-align: center;
  margin-top: 76px;
  margin-bottom: 69px;
}
.permission-result > img[data-v-6f93fcde] {
  height: 190px;
}
.permission-result-title[data-v-6f93fcde] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin-top: 32px;
}
.permission-result > p[data-v-6f93fcde] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-top: 16px;
}

.fileSpan[data-v-20232c89] {
  font-weight: 700;
  font-style: normal;
  margin-top: 1px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.permission-box[data-v-20232c89] {
  min-height: 300px;
}
.permission-box-container[data-v-20232c89] {
  color: rgba(255, 255, 255, 0.6);
}
.permission-box-container .permission-public[data-v-20232c89] {
  text-align: center;
  margin-top: 76px;
  margin-bottom: 69px;
}
.permission-box-container .permission-public > img[data-v-20232c89] {
  width: 280px;
  height: 190px;
}
.permission-box-container .permission-public-title[data-v-20232c89] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin-top: 32px;
}
.permission-box-container .permission-public > p[data-v-20232c89] {
  font-size: 16px;
  margin-top: 16px;
}
.permission-box-container .permission-private-action[data-v-20232c89] {
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.permission-box-container .permission-private-action .ivu-btn-text[data-v-20232c89] {
  color: #2bb8db !important;
}
.permission-box-container .permission-private-box > img[data-v-20232c89] {
  width: 270px;
  height: 190px;
}
.permission-box-container .permission-private-box-title[data-v-20232c89] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin-top: 32px;
}
.permission-box-container .permission-private-box > p[data-v-20232c89] {
  font-size: 16px;
  margin-top: 16px;
}
.permission-box-container .permission-private-box .permission-private-role-item[data-v-20232c89] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 8px 8px;
}
.permission-box-container .permission-private-box .permission-private-role-item-info-remove[data-v-20232c89] {
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}
.permission-box-container .permission-private-box .permission-private-role-item .ivu-checkbox-default[data-v-20232c89] {
  line-height: 19px;
  margin-right: 16px;
  margin-bottom: 12px;
}
.permission-box-container .permission-private-add-role[data-v-20232c89] {
  min-width: 300px;
}
.permission-box-container .permission-private-add-role-title[data-v-20232c89] {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.permission-box-container .permission-private-add-role-input[data-v-20232c89] {
  padding: 8px;
}
.permission-box-container .permission-private-add-role-container-item[data-v-20232c89] {
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 8px;
}
.permission-box-container .permission-private-add-role-container-item-line[data-v-20232c89] {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.permission-box-container .permission-private-add-role-btn[data-v-20232c89] {
  padding: 8px;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.permission-box-container .permission-private-add-role-btn > div[data-v-20232c89] {
  margin-left: 6px;
}

.permission-private-add-role-btn .jarvis-bim-btn__default {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.permission-private-add-role-btn .jarvis-bim-btn__default:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.permission-private-add-role-container {
  height: 300px;
}
.editlimits-tooltip .ivu-tooltip-inner {
  max-width: 600px !important;
}
.permission-private-role {
  height: 425px;
}
.permission-private-role .ivu-checkbox {
  margin-right: 4px;
}

.project-file-dms[data-v-33fcffae] {
  min-height: 100vh;
  position: relative;
  background: #1f2529;
}
.project-file-dms-fullscreen[data-v-33fcffae] {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 3px dashed #cccccc;
  z-index: 100000;
  color: #d2d2d2;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100vh;
  line-height: 100vh;
  width: 100vw;
}
.project-file-dms .crumbs-block[data-v-33fcffae] {
  min-height: 100px;
}
.project-file-dms .project-files-content[data-v-33fcffae] {
  min-height: calc(100vh - 186px);
  padding-bottom: 16px;
  position: relative;
  background: #1f2529;
}

.project-file-dms .bottom--fixed {
  position: relative !important;
}
.project-file-dms .crumbs-block .navigation .crumb-title {
  max-width: 200px !important;
}

.flex[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-files-bread-crumb[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-files-bread-crumb .project-files-bread-crumb-item-omitted[data-v-065ab7ac] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.project-files-bread-crumb .project-files-bread-crumb-item[data-v-065ab7ac] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 130px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.project-files-bread-crumb .project-files-crumb-title-activate[data-v-065ab7ac] {
  color: #ffffff;
}
.project-files-bread-crumb .ivu-breadcrumb-item-separator[data-v-065ab7ac] {
  top: -3px;
  position: relative;
}
.project-file-box[data-v-065ab7ac] {
  width: 1200px;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
}
.project-file-box .project-files-share-bar[data-v-065ab7ac] {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-time[data-v-065ab7ac] {
  margin-right: 16px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-info-avatar[data-v-065ab7ac] {
  margin-right: 6px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-user[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-user p[data-v-065ab7ac] {
  font-size: 16px;
  color: #ffffff;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action .project-files-share-bar-action-item[data-v-065ab7ac] {
  margin-right: 16px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action .project-files-share-bar-action-cancel[data-v-065ab7ac] {
  color: #10a5cb;
  margin-right: 16px;
  cursor: pointer;
}
.project-file-box .project-flies-list[data-v-065ab7ac] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-box .project-flies-list .line[data-v-065ab7ac] {
  width: 100%;
  height: 1px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
}
.project-file-box .project-flies-list .project-flies-list-left[data-v-065ab7ac] {
  width: 300px;
  padding: 10px 0px 0px 10px;
  position: relative;
  border-right: 1px solid #565c63;
}
.project-file-box .project-flies-list .project-flies-list-right[data-v-065ab7ac] {
  width: 900px;
  padding: 10px 0;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-no-data[data-v-065ab7ac] {
  text-align: center;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*动画持续时间*/
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-065ab7ac] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-065ab7ac]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-065ab7ac]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 550px;
  cursor: pointer;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .item-file-img[data-v-065ab7ac] {
  width: 26px;
  height: 32px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .file-content[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name[data-v-065ab7ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name span[data-v-065ab7ac] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name .content-name-state[data-v-065ab7ac] {
  margin-left: 6px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name img[data-v-065ab7ac] {
  width: 16px;
  margin-left: 8px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info[data-v-065ab7ac] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info span[data-v-065ab7ac] {
  margin-right: 8px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info .content-info-conversion[data-v-065ab7ac] {
  color: #10a5cb;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag[data-v-065ab7ac] {
  right: 20px;
  width: 200px;
  padding: 6px 0;
  top: 2px;
  position: relative;
  text-align: right;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap[data-v-065ab7ac] {
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  margin-right: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap[data-v-065ab7ac]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap-mark[data-v-065ab7ac] {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .action .aciton-icon[data-v-065ab7ac] {
  margin-right: 12px;
  cursor: pointer;
}
a[data-v-065ab7ac] {
  cursor: pointer;
}

.action-dropdown-status .ivu-dropdown-item {
  padding: 7px 12px;
}
.action-dropdown-status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-dropdown-status-item > span {
  padding: 4px 6px;
  border-radius: 2px;
}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-flies-list-right .files-list-scroll-bar {
  height: calc(100vh - 329px) !important;
  min-height: 300px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@-webkit-keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active {
  -webkit-animation-name: section-fade-in;
          animation-name: section-fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active {
  -webkit-animation-name: section-fade-out;
          animation-name: section-fade-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.approval-modal .ivu-modal-content {
  background: #2b353d;
}
.approval-modal .ivu-timeline-item-head {
  background: none;
  margin-top: 35px;
}
.approval-modal .ivu-tabs {
  overflow: visible;
}
.approval-modal .ivu-modal-body {
  padding: 0;
}
.approval-modal .ivu-timeline-item-tail {
  margin-top: 35px;
}
.approval-modal .ivu-tabs-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.approval-modal .jarvis-bim-input .ivu-input {
  border: none;
  background-color: #252d33 !important;
}
.form-bim-item .ivu-form-item-label {
  font-size: 14px;
}
.form-bim-item .jarvis-bim-select .ivu-select-selection {
  border: none;
}
.ivu-timeline-item-head {
  background: none;
}

.approval-modal .btn-con[data-v-6e165c70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.approval-modal .btn-con .download-btn[data-v-6e165c70] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.approval-modal .btn-con .del-btn[data-v-6e165c70] {
  cursor: pointer;
  padding: 10px;
}
.approval-modal .approval-header[data-v-6e165c70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.approval-modal .approval-header-btn .ivu-icon[data-v-6e165c70] {
  cursor: pointer;
}
.approval-modal .approval-content[data-v-6e165c70] {
  height: calc(100vh - 210px);
  padding: 0 24px;
}
.approval-modal .approval-content .jarvis-bim-form .form-bim-item[data-v-6e165c70] {
  font-size: 14px !important;
}
.approval-modal .approval-content .jarvis-bim-form .bor-btm[data-v-6e165c70] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .jarvis-bim-form .bor-btm .bor-btm-box[data-v-6e165c70] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .jarvis-bim-form .bor-btm .bor-btm-box .flex[data-v-6e165c70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-content .approval-detail[data-v-6e165c70] {
  font-size: 14px;
}
.approval-modal .approval-content .approval-detail .approval-detail-top[data-v-6e165c70] {
  margin-top: 16px;
}
.approval-modal .approval-content .approval-detail .approval-detail-top .approval-detail-top-no[data-v-6e165c70] {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  font-size: 12px;
}
.approval-modal .approval-content .approval-detail .approval-detail-top .approval-detail-status[data-v-6e165c70] {
  font-size: 14px;
  line-height: 28px;
  color: #ffc72b;
  background-color: rgba(255, 199, 43, 0.2);
  border-radius: 2px;
  padding: 0 4px;
}
.approval-modal .approval-content .approval-detail .file-approval-flow[data-v-6e165c70] {
  margin: 24px 0;
}
.select-button[data-v-6e165c70] {
  position: absolute;
  /* width: 100%; */
  /* float: right; */
  right: 0px;
  color: var(--blue);
  cursor: pointer;
}
.project-files-flie-list[data-v-6e165c70] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
}
.project-files-flie-list[data-v-6e165c70]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-files-flie-list[data-v-6e165c70]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.project-files-flie-list .item[data-v-6e165c70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 550px;
  cursor: pointer;
}
.project-files-flie-list .item .item-file-img[data-v-6e165c70] {
  width: 26px;
  height: 32px;
}
.project-files-flie-list .item .file-content[data-v-6e165c70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.project-files-flie-list .item .content-name[data-v-6e165c70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-files-flie-list .item .content-name span[data-v-6e165c70] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.project-files-flie-list .item .content-name .content-name-state[data-v-6e165c70] {
  margin-left: 6px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}
.project-files-flie-list .item .content-name img[data-v-6e165c70] {
  width: 16px;
  margin-left: 8px;
}
.project-files-flie-list .item .content-info[data-v-6e165c70] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-files-flie-list .item .content-info span[data-v-6e165c70] {
  margin-right: 8px;
}
.project-files-flie-list .item .content-info .content-info-conversion[data-v-6e165c70] {
  color: #10a5cb;
}
.timeline-content[data-v-6e165c70] {
  background-color: #252d33;
  width: 558px;
  margin-left: 10px;
  border-radius: 4px;
}
.modelcontent-user-list-item-close[data-v-6e165c70] {
  position: absolute;
  top: -5px;
  right: -2px;
  background-color: #000;
  color: #fff;
  border-radius: 100%;
  padding: 1px;
  display: none;
}
.modelcontent-user-list-item[data-v-6e165c70] {
  cursor: pointer;
  margin-top: 8px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-6e165c70] {
  border-radius: 50%;
  margin-right: 1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-6e165c70] {
  display: inline-block;
}
.head-model-a[data-v-6e165c70] {
  color: #ffffff;
  font-size: 14px;
}
.responsible-icon[data-v-6e165c70] {
  height: 28px;
  border-radius: 50%;
}
.please-select[data-v-6e165c70] {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  cursor: pointer;
}

.approval-modal .btn-con[data-v-81f3854e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.approval-modal .btn-con .download-btn[data-v-81f3854e] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.approval-modal .btn-con .del-btn[data-v-81f3854e] {
  cursor: pointer;
  padding: 10px;
}
.approval-modal .approval-header[data-v-81f3854e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  font-size: 14px;
}
.approval-modal .approval-header-btn .ivu-icon[data-v-81f3854e] {
  cursor: pointer;
}
.approval-modal .approval-content[data-v-81f3854e] {
  height: 519px;
}
.approval-modal .approval-content .select-member-content[data-v-81f3854e] {
  padding: 0 24px;
  margin-top: 16px;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .form-bim-item[data-v-81f3854e] {
  font-size: 14px !important;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .bor-btm[data-v-81f3854e] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .bor-btm .box[data-v-81f3854e] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .select-member-content .jarvis-bim-form .bor-btm .box .flex[data-v-81f3854e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-content .select-role-content[data-v-81f3854e] {
  padding: 0 24px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .form-bim-item[data-v-81f3854e] {
  font-size: 14px !important;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm[data-v-81f3854e] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box[data-v-81f3854e] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box .flex[data-v-81f3854e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-footer[data-v-81f3854e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline-content[data-v-81f3854e] {
  background-color: #252d33;
  width: 558px;
  height: 78px;
  margin-left: 10px;
  border-radius: 4px;
}
.modelcontent-user-list-item-close[data-v-81f3854e] {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-81f3854e] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.modelcontent-user-list[data-v-81f3854e] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modelcontent-user-list-item[data-v-81f3854e] {
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-81f3854e] {
  border-radius: 50%;
  margin-right: 1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-81f3854e] {
  display: block;
}
.custom-tree-node[data-v-81f3854e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-node .tree-item[data-v-81f3854e] {
  background: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@-webkit-keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active {
  -webkit-animation-name: section-fade-in;
          animation-name: section-fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active {
  -webkit-animation-name: section-fade-out;
          animation-name: section-fade-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.approval-modal .ivu-modal-content {
  background: #2b353d !important;
}
.approval-modal .ivu-modal-body {
  padding: 0;
}
.approval-modal .select-member-content .approval-scroll {
  height: 447px;
}
.approval-modal .select-role-content .approval-scroll-two {
  height: 495px;
}
.approval-modal .el-checkbox__inner {
  background: none;
}
.approval-modal .ivu-checkbox-wrapper {
  margin-right: 16px;
}
.approval-modal .ivu-tabs-bar {
  margin-bottom: 0;
}
.approval-modal label {
  margin-bottom: 0;
}
.approval-modal .el-tree {
  background: none;
  color: #ffffff;
}
.approval-modal .el-tree .el-tree-node__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 52px;
  padding-left: 0px !important;
  background: none  !important;
}
.approval-modal .el-tree .el-tree-node__content:hover {
  background: none !important;
}

.approval-modal .btn-con[data-v-0df48974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  position: relative;
  z-index: 2;
}
.approval-modal .btn-con .download-btn[data-v-0df48974] {
  margin-right: 16px;
  cursor: pointer;
  padding: 10px;
}
.approval-modal .btn-con .del-btn[data-v-0df48974] {
  cursor: pointer;
  padding: 10px;
}
.approval-modal .approval-header[data-v-0df48974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.approval-modal .approval-header-btn .ivu-icon[data-v-0df48974] {
  cursor: pointer;
}
.approval-modal .approval-content[data-v-0df48974] {
  height: 519px;
}
.approval-modal .approval-content .selected-member-content[data-v-0df48974] {
  padding: 0 24px;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .form-bim-item[data-v-0df48974] {
  font-size: 14px !important;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .bor-btm[data-v-0df48974] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .bor-btm .box[data-v-0df48974] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .selected-member-content .jarvis-bim-form .bor-btm .box .flex[data-v-0df48974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-content .select-role-content[data-v-0df48974] {
  padding: 0 24px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .form-bim-item[data-v-0df48974] {
  font-size: 14px !important;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm[data-v-0df48974] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box[data-v-0df48974] {
  margin-bottom: 16px;
  line-height: 22px;
  background-color: #252d33;
  padding: 8px;
  font-size: 12px;
}
.approval-modal .approval-content .select-role-content .jarvis-bim-form .bor-btm .box .flex[data-v-0df48974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approval-modal .approval-footer[data-v-0df48974] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timeline-content[data-v-0df48974] {
  background-color: #252d33;
  width: 558px;
  height: 78px;
  margin-left: 10px;
  border-radius: 4px;
}
.modelcontent-user-list-item-close[data-v-0df48974] {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-0df48974] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.modelcontent-user-list[data-v-0df48974] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modelcontent-user-list-item[data-v-0df48974] {
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-0df48974] {
  border-radius: 50%;
  margin-right: 1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-0df48974] {
  display: block;
}
.custom-tree-node[data-v-0df48974] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding-right: 8px;
}
.custom-tree-node .tree-item[data-v-0df48974] {
  background: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
@-webkit-keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active {
  -webkit-animation-name: section-fade-in;
          animation-name: section-fade-in;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active {
  -webkit-animation-name: section-fade-out;
          animation-name: section-fade-out;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.approval-modal .ivu-modal-content {
  background: #2b353d !important;
}
.approval-modal .ivu-modal-body {
  padding: 0;
}
.approval-modal .selected-member-content .approval-scroll-two {
  height: 519px;
}
.approval-modal .ivu-checkbox-wrapper {
  margin-right: 16px;
}
.approval-modal .ivu-tabs-bar {
  margin-bottom: 0;
}
.approval-modal label {
  margin-bottom: 0;
}
.approval-modal .el-tree {
  background: none;
  color: #ffffff;
}
.approval-modal .el-tree .el-tree-node__content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 52px;
  padding-left: 0px !important;
  background: none !important;
}
.approval-modal .el-tree .el-tree-node__content:hover {
  background: none !important;
}

.project-file-copy-move .ivu-modal-body {
  padding: 0;
}
.project-file-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.project-file-copy-move-create-folder[data-v-06c1685c] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-file-copy-move-content[data-v-06c1685c] {
  padding-left: 16px;
}
.project-file-copy-move-content-crumb[data-v-06c1685c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-copy-move-content-crumb-activate[data-v-06c1685c] {
  color: #ffffff;
}
.project-file-copy-move-content-crumb > span[data-v-06c1685c] {
  font-size: 14px;
}
.project-file-copy-move-content-crumb > span > span > span[data-v-06c1685c] {
  cursor: pointer;
}
.project-file-copy-move-content-table-no-data[data-v-06c1685c] {
  text-align: center;
}
.project-file-copy-move-content-table > div[data-v-06c1685c] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-file-copy-move-content-table > div > img[data-v-06c1685c] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-file-copy-move-content-table > div[data-v-06c1685c]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-copy-move-content-table > div[data-v-06c1685c]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.approval-header[data-v-06c1685c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 12px;
  font-size: 14px;
}
.approval-header-btn .ivu-icon[data-v-06c1685c] {
  cursor: pointer;
}

.name-input-folder[data-v-29490dd5] {
  min-width: 360px;
  margin-top: 10px;
}

.project-file-copy-move .ivu-modal-body {
  padding: 0;
}
.project-file-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.project-file-copy-move-create-folder[data-v-3f018697] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-file-copy-move-content[data-v-3f018697] {
  padding-left: 16px;
}
.project-file-copy-move-content-crumb[data-v-3f018697] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-copy-move-content-crumb-activate[data-v-3f018697] {
  color: #ffffff;
}
.project-file-copy-move-content-crumb > span[data-v-3f018697] {
  font-size: 14px;
}
.project-file-copy-move-content-crumb > span > span > span[data-v-3f018697] {
  cursor: pointer;
}
.project-file-copy-move-content-table-no-data[data-v-3f018697] {
  text-align: center;
}
.project-file-copy-move-content-table > div[data-v-3f018697] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-file-copy-move-content-table > div > img[data-v-3f018697] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-file-copy-move-content-table > div[data-v-3f018697]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-copy-move-content-table > div[data-v-3f018697]:hover {
  background: rgba(16, 165, 203, 0.1);
}

.my-item[data-v-b67a7026] {
  background: rgba(255, 255, 255, 0.1);
}
.my-item--select[data-v-b67a7026] {
  background-color: #57c5f7;
}
.name-input-folder[data-v-b67a7026] {
  min-width: 360px;
  margin-top: 10px;
}
.poup-form-radio[data-v-b67a7026] {
  margin: 20px 0 0 20px;
}
.poup-form-radio-span[data-v-b67a7026] {
  top: -2px;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  font-weight: bolder;
}
.cabinet-version-data[data-v-b67a7026] {
  margin: 0 20px;
  font-size: 14px;
}
.poup-form__main[data-v-b67a7026] {
  overflow-y: auto;
  max-height: 300px;
  margin-top: 20px;
}

.update-version-modal .ivu-progress-inner {
  background-color: rgba(255, 255, 255, 0.4);
}

.upload-file-button[data-v-25c9570b] {
  line-height: 32px;
}
.name-input[data-v-25c9570b] {
  width: 320px;
  margin-right: 10px;
}
.updata-version-name[data-v-25c9570b] {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
  min-width: 120px;
}
.project-upload-form[data-v-25c9570b] {
  position: relative;
  top: 13px;
}
.project-upload-form div input[data-v-25c9570b]:hover {
  cursor: pointer;
}
.upload-btn[data-v-25c9570b] {
  display: inline-block;
}
.upload[data-v-25c9570b] {
  /* width: 95px; */
  border-radius: 4px;
  height: 32px;
  text-align: center;
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.upload[data-v-25c9570b]:hover {
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.updata-version-instruction[data-v-25c9570b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.version-file-name[data-v-25c9570b] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 317px;
  position: relative;
  top: 5px;
}
.upload-file-list-input[data-v-25c9570b] {
  display: block;
  width: 140px;
  height: 32px;
  position: absolute;
  font-size: 0;
  top: -1px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}

.dms-dropdown-tag {
  min-width: 180px !important;
}
.dms-files-filter {
  padding: 12px;
  font-size: 12px;
  min-width: 290px;
  max-width: 340px;
}
.dms-files-filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dms-files-filter-content-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0 8px;
  min-width: 80px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  margin-right: 8px;
}
.dms-files-filter-content-item:nth-child(3n + 0) {
  margin-right: 0;
}
.dms-files-filter-content-item:hover {
  background-color: #10a5cb;
}
.dms-files-filter-content-item-active {
  background-color: #10a5cb;
}
.dms-files-filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dms-files-filter-label-item {
  padding: 4px;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.dms-files-filter-label-item:hover {
  -webkit-box-shadow: 0 0 10px #606266;
          box-shadow: 0 0 10px #606266;
}
.dmsDropdown-style {
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.5);
  height: 33px;
  line-height: 33px;
}
.dmsDropdown-style .icon-icon-Upwardsort .path1::before {
  color: #10a5cb;
}
.dmsDropdown-style .icon-icon-Upwardsort .path2:before,
.dmsDropdown-style .icon-icon-Upwardsort .path3:before,
.dmsDropdown-style .icon-icon-Upwardsort .path4:before {
  color: rgba(255, 255, 255, 0.5);
}
.dmsDropdown-style .icon-icon-Downwardsort .path2:before,
.dmsDropdown-style .icon-icon-Downwardsort .path3:before,
.dmsDropdown-style .icon-icon-Downwardsort .path4:before {
  color: rgba(255, 255, 255, 0.5);
}
.dmsDropdown-style .icon-icon-Downwardsort .path1::before {
  color: #10a5cb;
}
.dmsDropdown-style .jarvis-bim-dropdown .ivu-select-dropdown {
  border: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.dmsDropdown-DropdownMenu-style-filter {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dmsDropdown-DropdownMenu-style-filterspan {
  height: 32px;
  line-height: 32px;
}
.action-bar-btns {
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252d33;
}
.action-bar-btns-left {
  line-height: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.action-bar-btns-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-bar-btns.aa {
  padding: 8px 0;
  min-height: 64px;
  height: auto !important;
}
.project-files-action-buttonGroup.aa {
  margin-left: 16px !important;
}
.search-style .ivu-input {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
}
.dmsDropdown-DropdownMenu-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
  min-height: 33px;
}

.dmsDropdown-DropdownMenu-item[data-v-7f18ecb6] {
  padding: 7px 16px;
  height: 30px;
  line-height: 20px;
}
.dms-dmsDropdown-item[data-v-7f18ecb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dms-dmsDropdown-item img[data-v-7f18ecb6] {
  height: 16px;
}
.dms-upload-dropdown-btn[data-v-7f18ecb6] {
  min-width: 84px;
  margin-left: 16px;
  height: 32px;
  background-color: #10a5cb;
  font-size: 14px;
}
.dms-upload-dropdown-btn-icon[data-v-7f18ecb6] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.dmsDropdown-DropdownMenu-tag-icon[data-v-7f18ecb6] {
  top: 2px;
  position: relative;
}
.dmsDropdown-DropdownMenu-select[data-v-7f18ecb6] {
  width: 12px;
  height: 12px;
}
.project-file-action-search-div[data-v-7f18ecb6] {
  margin-right: 24px;
  position: relative;
}
.upload-dms-file-input[data-v-7f18ecb6] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.upload-dms-folder-input[data-v-7f18ecb6] {
  display: block;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 30px;
  height: 30px;
  left: 0;
}
.button-style[data-v-7f18ecb6] {
  background-color: rgba(23, 155, 248, 0.1);
  border: 1px solid rgba(16, 165, 203, 1);
  color: aliceblue;
  font-size: 12px;
}
.search-style[data-v-7f18ecb6] {
  width: 360px;
  font-size: 14px;
}

.dmsDropdown-style .ivu-select-dropdown {
  border: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.files-tag-scroll-bar {
  height: 250px !important;
}

.project-file-modal-spin-col[data-v-5c300d6e] {
  height: 50px;
}
.project-file-center[data-v-5c300d6e] {
  text-align: center;
  margin-top: 10px;
}
.project-file-download[data-v-5c300d6e] {
  margin-bottom: 40px;
}

.files-tree-list {
  height: calc(100vh - 262px) !important;
  min-height: 300px;
  width: 320px;
  padding-bottom: 16px;
  overflow-x: auto;
}
.files-tree-list .project-file-left-tree .ivu-tree-title-selected,
.files-tree-list .project-file-left-tree .ivu-tree-title-selected:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.files-tree-list .project-file-left-tree .ivu-tree-title:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.files-tree-list .project-file-left-tree .project-files-tree-item {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  cursor: pointer;
  color: #ffffff;
}
.files-tree-list .project-file-left-tree .project-files-tree-item-img {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 4px;
  position: relative;
}
.files-tree-list .project-file-left-tree .ivu-tree-arrow {
  cursor: pointer;
  color: #c0c4cc;
  width: 12px;
  text-align: left;
  position: relative;
  display: inline-block;
}















































































































































































































































































































































































































































































































.share-modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 33px;
  padding-top: 16px;
}
.share-modal .ivu-modal-body {
  padding: 16px 24px;
}
.share-modal .share-link-feild-label {
  width: 80px;
  text-align: right;
  margin-right: 16px;
}
.share-modal .share-link-feild-succss-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.share-modal .share-link-feild-succss-link-input {
  width: 456px;
}
.share-modal .share-link-feild-succss-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  min-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-modal .share-link-feild-succss-code-btn {
  position: absolute;
  right: 24px;
}
.share-modal .share-link-feild-succss-qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-modal .share-link-feild-succss-qrcode-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-modal .share-link-feild-succss-qrcode-info .qrcode-canvas {
  width: 119px !important;
  height: 119px !important;
}
.share-modal .share-link-feild-succss-qrcode-info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.share-modal .share-link-feild-succss-qrcode-info-tip p {
  font-size: 14px;
  color: #ffffff;
}
.share-modal .share-link-feild-succss-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.share-modal .share-link-feild-succss-tip img {
  width: 32px;
  height: 32px;
}
.share-modal .share-link-feild-succss-tip p {
  font-size: 18px;
  color: #00d391;
}
.share-modal .share-modal-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.share-modal .share-modal-content .line {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 40px;
}
.share-modal .share-modal-content-tip {
  margin-bottom: 16px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-disabled .ivu-checkbox-inner {
  background-color: #179bf8;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-check {
  width: 40px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-name {
  min-width: 100px;
  margin-left: 16px;
  font-size: 16px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-info {
  margin-left: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.share-modal .share-modal-content .share-modal-content-jarvis-user img {
  width: 48px;
  height: 48px;
}
.share-modal .share-modal-content .share-modal-query-code input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-valid-range-input {
  height: 32px;
  border-radius: 2px;
  padding: 6px 6px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-valid-range-input-d {
  line-height: 32px;
  border-radius: 0px 2px 2px 0px;
  height: 32px;
  width: 33px;
  top: 1px;
  display: inline-block;
  right: 4px;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-input input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-link-input .ivu-input {
  height: 34px;
}
.share-identity {
  text-align: center;
}
.share-identity-icon img {
  width: 60px;
  margin-bottom: 8px;
}

.name-input[data-v-77a9b75e] {
  min-width: 360px;
  margin-top: 10px;
}
.add-tag-body-title[data-v-77a9b75e] {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.project-file_create_modal_layout[data-v-77a9b75e] {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.color-list__item[data-v-77a9b75e] {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* float: left;
  margin: 0 14px\0; */
}
.color-list[data-v-77a9b75e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
  overflow: hidden;
}
.project-file_color_a[data-v-77a9b75e] {
  width: 20px;
  height: 20px;
  display: inherit;
  border-radius: 50%;
  cursor: default;
}
.project-file_create_model_span[data-v-77a9b75e] {
  height: 40px;
  text-align: left;
  line-height: 40px;
  display: inline-block;
}

#addlist-body {
  padding-bottom: 20px\0 !important;
}

.ivu-notice {
  top: 80px !important;
}
.ivu-notice .ivu-notice-notice {
  background: #252d33;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}
.ivu-notice .ivu-notice-notice .ivu-notice-title {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-notice-desc {
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-icon.ivu-icon-ios-close {
  color: #ffffff;
}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper {
  position: absolute !important;
  overflow: hidden;
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper .el-image-viewer__mask {
  background-color: #2a2f33;
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper .el-image-viewer__close {
  display: none;
}

.flex[data-v-55d330a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-55d330a0] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-55d330a0] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-55d330a0] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-55d330a0] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-55d330a0] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-55d330a0] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-55d330a0] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-55d330a0] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-55d330a0] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-55d330a0] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-55d330a0] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-55d330a0] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-55d330a0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-55d330a0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-55d330a0] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-55d330a0] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-55d330a0] {
  text-align: center;
}
.right[data-v-55d330a0] {
  text-align: right;
}
.left[data-v-55d330a0] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-55d330a0 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-55d330a0 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-55d330a0 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-55d330a0 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-55d330a0] {
  -webkit-animation-name: section-fade-in-data-v-55d330a0;
          animation-name: section-fade-in-data-v-55d330a0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-55d330a0] {
  -webkit-animation-name: section-fade-out-data-v-55d330a0;
          animation-name: section-fade-out-data-v-55d330a0;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.simple-forge-container[data-v-55d330a0] {
  width: 100vw;
  height: 100vh;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.simple-forge-container[data-v-55d330a0] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.simple-forge-container[data-v-55d330a0] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.simple-forge-container[data-v-55d330a0] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.simple-forge-container .forge-side-bar[data-v-55d330a0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: calc(100vh - 56px);
  background: #252d33;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.simple-forge-container .forge-side-bar-version-icon[data-v-55d330a0],
.simple-forge-container .forge-side-bar-comment-icon[data-v-55d330a0],
.simple-forge-container .forge-side-bar-trend-icon[data-v-55d330a0] {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.simple-forge-container .forge-side-bar-version-icon-icon[data-v-55d330a0],
.simple-forge-container .forge-side-bar-comment-icon-icon[data-v-55d330a0],
.simple-forge-container .forge-side-bar-trend-icon-icon[data-v-55d330a0] {
  color: rgba(255, 255, 255, 0.6);
}
.simple-forge-container .forge-side-bar-version-icon.active[data-v-55d330a0],
.simple-forge-container .forge-side-bar-comment-icon.active[data-v-55d330a0],
.simple-forge-container .forge-side-bar-trend-icon.active[data-v-55d330a0] {
  background: #10a5cb;
  color: #ffffff;
}
.simple-forge-container .forge-side-bar-version-icon.active-icon[data-v-55d330a0],
.simple-forge-container .forge-side-bar-comment-icon.active-icon[data-v-55d330a0],
.simple-forge-container .forge-side-bar-trend-icon.active-icon[data-v-55d330a0] {
  color: #ffffff;
}
.simple-forge-container .side-section[data-v-55d330a0] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: calc(100vh - 56px);
  background: #1f2529;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  -webkit-transition: 1s all;
  transition: 1s all;
  position: relative;
}
.simple-forge-container .side-section-title[data-v-55d330a0] {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  padding: 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.simple-forge-container .side-section-title span[data-v-55d330a0] {
  font-size: 20px;
  cursor: pointer;
}
.simple-forge-container .side-section-title-close[data-v-55d330a0] {
  cursor: pointer;
}
.simple-forge-container .viewer-container[data-v-55d330a0] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
  background-color: #2a2f33;
}
.simple-forge-container .viewer-container-pre-btn[data-v-55d330a0],
.simple-forge-container .viewer-container-next-btn[data-v-55d330a0] {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 56px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
}
.simple-forge-container .viewer-container-pre-btn span[data-v-55d330a0],
.simple-forge-container .viewer-container-next-btn span[data-v-55d330a0] {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.simple-forge-container .viewer-container-pre-btn[data-v-55d330a0] {
  left: 8px;
}
.simple-forge-container .viewer-container-pre-btn span[data-v-55d330a0] {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  left: 4px;
}
.simple-forge-container .viewer-container-next-btn[data-v-55d330a0] {
  right: 8px;
}
.simple-forge-container .viewer-container-next-btn span[data-v-55d330a0] {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  right: 4px;
}
.simple-forge-container .viewer-container-main[data-v-55d330a0] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.simple-forge-container .viewer-container-iframe[data-v-55d330a0] {
  width: 100%;
  height: 100%;
  background-color: #2a2f33;
  position: relative;
}
.simple-forge-container .viewer-container-iframe-text[data-v-55d330a0] {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.simple-forge-container .viewer-container-iframe iframe[data-v-55d330a0] {
  border: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% + 50px);
  margin-top: -50px;
}
.simple-forge-container .comment-type-wrap[data-v-55d330a0] {
  width: 50%;
}
.simple-forge-container .comment-type-wrap .comment-type-item[data-v-55d330a0] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #676b6e;
  cursor: pointer;
  padding: 0 12px;
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
}
.simple-forge-container .comment-type-wrap .comment-type-item-active[data-v-55d330a0] {
  color: #ffffff;
  border-bottom: 2px solid #0fa2c7;
}

.iso-table-con {
  position: relative;
  overflow: hidden;
  /* 滚动槽 */
  height: 100%;
  background: transparent;
}
.iso-table-con ::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.iso-table-con ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.iso-table-con ::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  border-radius: 4px;
}
.iso-table-con .iso-yellow {
  color: #ffc130 !important;
}
.iso-table-con .iso-green {
  color: #15d19f !important;
}
.iso-table-con .iso-red {
  color: #f06b6b !important;
}
.iso-table-con .iso-gery {
  color: #a7a7a7 !important;
}
.iso-table-con .iso-white {
  color: rgba(255, 255, 255, 0.6) !important;
}
.iso-table-con .no-data {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.iso-table-con .no-data img {
  width: 100px;
  height: 100px;
}
.iso-table-con .ivu-table-wrapper {
  border: none;
}
.iso-table-con .ivu-table::before {
  height: 0 !important;
}
.iso-table-con .ivu-table::after {
  height: 0 !important;
}
.iso-table-con .ivu-table {
  border: none;
  background: transparent;
  font-size: 14px;
}
.iso-table-con .ivu-table .ivu-table-overflowY:hover {
  overflow-y: auto;
}
.iso-table-con .ivu-table th {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iso-table-con .ivu-table td {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  height: auto;
  padding: 16px 0;
}
.iso-table-con .ivu-table .ivu-table-row-hover {
  background: rgba(16, 165, 203, 0.1);
}
.iso-table-con .ivu-table .my-row-class td {
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.project-operation-index .navigation {
  min-height: 106px !important;
}
.project-operation-index .ivu-form .ivu-form-item {
  margin-bottom: 16px;
}
.project-operation-index .ivu-form .ivu-form-item-label {
  color: rgba(255, 255, 255, 0.6);
}
.project-operation-index .ivu-tabs-bar {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-operation-index .ivu-tabs-tab {
  color: rgba(255, 255, 255, 0.6);
}
.project-operation-index .ivu-tabs {
  display: inline-block;
}
.project-operation-index .ivu-tabs-tab-focused {
  color: #2d8cf0;
}
.project-operation-container .extend-information-title {
  color: rgba(255, 255, 255, 0.6) !important;
}
.project-operation-container .ivu-input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.project-operation-container .ivu-input-word-count {
  background-color: transparent !important;
}
.project-operation-container .extend-information-select {
  border: 1px solid rgba(235, 237, 240, 0.3) !important;
  background-color: #252d33 !important;
  color: #ffffff !important;
}
.project-operation-container .extend-information-select .select-ul {
  border: 1px solid rgba(235, 237, 240, 0.3) !important;
  background-color: #252d33 !important;
}
.project-operation-container .extend-information-select .select-ul .select-li {
  color: #ffffff !important;
}
.project-operation-container .extend-information-select .select-ul .select-li:hover {
  background-color: #5a5a5a !important;
}
.upload-project-logo-modal .ivu-modal-body {
  padding: 16px 24px;
}

.upload-img-cropper-tip[data-v-b7519506] {
  background: rgba(255, 255, 255, 0.1);
}
.upload-img-logo-content[data-v-b7519506] {
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-img-logo-content-cropper[data-v-b7519506] {
  width: 352px;
  min-height: 262px;
  border-radius: 4px 0px 0px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.upload-img-logo-content-cropper-upload[data-v-b7519506] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.upload-img-logo-content-cropper-upload-btn[data-v-b7519506] {
  width: 135px;
  text-align: center;
}
.upload-img-logo-content-cropper-upload-btn > div[data-v-b7519506] {
  line-height: 32px;
  position: relative;
  cursor: pointer;
}
.upload-img-logo-content-cropper-upload-btn > div > form[data-v-b7519506] {
  position: absolute;
  height: 32px;
  top: 0;
  left: 0;
  width: 100%;
}
.upload-img-logo-content-cropper-upload-btn > div > form > input[data-v-b7519506] {
  cursor: pointer;
  opacity: 0;
  width: 100%;
}
.upload-img-logo-content-cropper-upload-btn > p[data-v-b7519506] {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.upload-img-logo-content-preview[data-v-b7519506] {
  width: 200px;
  height: 263px;
  border-radius: 0px 4px 4px 0px;
  padding: 16px;
}
.upload-img-logo-content-preview .show-preview[data-v-b7519506] {
  width: 160px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
.upload-img-logo-content-preview-reupload[data-v-b7519506] {
  line-height: 32px;
  position: relative;
  cursor: pointer;
}
.upload-img-logo-content-preview-reupload > form[data-v-b7519506] {
  position: absolute;
  height: 32px;
  top: 0;
  left: 0;
  width: 100%;
}
.upload-img-logo-content-preview-reupload > form > input[data-v-b7519506] {
  cursor: pointer;
  opacity: 0;
  width: 100%;
}
.project-operation-index[data-v-b7519506] {
  position: relative;
  background: #1f2529;
  min-height: 100vh;
}
.project-operation-index .project-operation-container[data-v-b7519506] {
  width: 1200px;
  margin: 16px auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  min-height: 100vh;
  padding: 16px;
}
.project-operation-index .project-operation-container-title[data-v-b7519506] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 10px;
}
.project-operation-index .project-operation-container-map[data-v-b7519506] {
  width: 90%;
}
.project-operation-index .project-operation-container-map-title[data-v-b7519506] {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  height: 32px;
  line-height: 32px;
}
.project-operation-index .project-operation-container-map-content[data-v-b7519506] {
  height: 300px;
  margin-top: 10px;
}
.project-operation-index .project-operation-container-form[data-v-b7519506] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}
.project-operation-index .project-operation-container-form-editor[data-v-b7519506] {
  width: 110%;
  padding-right: 24px !important;
}
.project-operation-index .project-operation-container-form label[data-v-b7519506] {
  color: rgba(255, 255, 255, 0.6);
}
.project-operation-index .project-operation-container-form-cover[data-v-b7519506] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  height: 120px;
  margin-bottom: 10px;
  cursor: pointer;
}
.project-operation-index .project-operation-container-form-cover-tip[data-v-b7519506] {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 120px;
  border-radius: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 0.3px;
  font-size: 16px;
}
.project-operation-index .project-operation-container-form-cover-tip > div[data-v-b7519506] {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  display: inline-block;
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.project-operation-index .project-operation-container-form-cover-tip > img[data-v-b7519506] {
  position: absolute;
  left: -1px;
  top: -1px;
  display: inline-block;
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  overflow: hidden;
}
.create-project-submit[data-v-b7519506] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
}

.upload-img-cropper-tip[data-v-876cb5f0] {
  background: rgba(255, 255, 255, 0.1);
}
.upload-img-logo-content-cropper[data-v-876cb5f0] {
  width: 100% !important;
  border-right: none !important;
}
.upload-img-logo-content[data-v-876cb5f0] {
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upload-img-logo-content-cropper[data-v-876cb5f0] {
  width: 352px;
  min-height: 262px;
  border-radius: 4px 0px 0px 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.upload-img-logo-content-cropper-upload[data-v-876cb5f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.upload-img-logo-content-cropper-upload-btn[data-v-876cb5f0] {
  width: 135px;
  text-align: center;
}
.upload-img-logo-content-cropper-upload-btn > div[data-v-876cb5f0] {
  line-height: 32px;
  position: relative;
  cursor: pointer;
}
.upload-img-logo-content-cropper-upload-btn > div > form[data-v-876cb5f0] {
  position: absolute;
  height: 32px;
  top: 0;
  left: 0;
  width: 100%;
}
.upload-img-logo-content-cropper-upload-btn > div > form > input[data-v-876cb5f0] {
  cursor: pointer;
  opacity: 0;
  width: 100%;
}
.upload-img-logo-content-cropper-upload-btn > p[data-v-876cb5f0] {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.upload-img-logo-content-preview[data-v-876cb5f0] {
  width: 200px;
  height: 263px;
  border-radius: 0px 4px 4px 0px;
  padding: 16px;
}
.upload-img-logo-content-preview .show-preview[data-v-876cb5f0] {
  width: 160px;
  height: 120px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: 4px solid rgba(255, 255, 255, 0.1);
}
.upload-cover-reupload[data-v-876cb5f0] {
  line-height: 32px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}
.upload-cover-reupload > form[data-v-876cb5f0] {
  position: absolute;
  height: 32px;
  top: 0;
  left: 0;
  width: 100%;
}
.upload-cover-reupload > form > input[data-v-876cb5f0] {
  cursor: pointer;
  opacity: 0;
  width: 100%;
}

.upload-project-logo-modal .ivu-modal-body {
  padding: 16px 24px;
}




















































































































































































































































































































































































#organizationHome[data-v-24e7e81a] {
  height: 100%;
  width: 100%;

  box-shadow: 0px 0px 200px black inset;
  -moz-box-shadow: 0px 0px 200px black inset;
  -webkit-box-shadow: 0px 0px 200px black inset;
}







































































































.extend-information[data-v-36d432cc] {
  display: inline-block;
  margin-bottom: 15px;
  width: 48%;
  height: 40px;
  margin-right: 2%;
}
.extend-information-title[data-v-36d432cc] {
  display: inline-block;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  text-align: right;
  margin-right: 10px;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #333333;
}
.extend-information-input[data-v-36d432cc] {
  width: 100%;
}
.extend-information-select[data-v-36d432cc] {
  -webkit-appearance: none; /*去除系统默认的样式*/
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px; 
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  outline: none;
}
.extend-information-select[data-v-36d432cc]:hover {
  border: 1px solid #57a3f3;
  cursor: pointer;
}
.scroll-div[data-v-36d432cc] {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scroll-div[data-v-36d432cc]:hover {
  background: #f3f3f3;
}
.scroll-div-span[data-v-36d432cc] {
  display: inline-block;
}
ul[data-v-36d432cc],
li[data-v-36d432cc] {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .span-select {
  position: relative;
  top: -10px;
} */
.select-ul[data-v-36d432cc] {
  position: absolute;
  top: 32px;
  display: block;
  width: 100%;
  left: 0;
  height: 112px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  -webkit-transition: display 0.2s ease-in-out;
  transition: display 0.2s ease-in-out;
  z-index: 10;
  background: #fff;
}
.select-li[data-v-36d432cc] {
  margin: 0;
  line-height: normal;
  padding: 7px 5px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
}
.select-li[data-v-36d432cc]:hover {
  background: #f3f3f3;
}
.select-img[data-v-36d432cc] {
  position: absolute;
  right: 10px;
  top: 12px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.img-xuanzhuan[data-v-36d432cc] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
.extend-information[data-v-36d432cc] {
    width: 100%;
}
}

.extend-information .invite__input .ivu-select-dropdown {
  max-height: 120px;
}

.project-group-operation-index .ivu-form .ivu-form-item {
  margin-bottom: 16px;
}
.project-group-operation-index .ivu-form .ivu-form-item-label {
  color: rgba(255, 255, 255, 0.6);
}
.project-group-operation-index .navigation {
  min-height: 106px !important;
}

.project-group-operation-index[data-v-45ae1a0a] {
  position: relative;
  background: #1f2529;
  min-height: 100vh;
}
.project-group-operation-index .project-group-operation-container[data-v-45ae1a0a] {
  width: 1200px;
  margin: 16px auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  min-height: calc(100vh - 260px);
  padding: 16px;
}
.project-group-operation-index .project-group-operation-container .enterprise-logo[data-v-45ae1a0a] {
  border: 1px #dddee1 solid;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  height: 60px;
  width: 100px;
  text-align: center;
}
.project-group-operation-index .project-group-operation-container .enterprise-logo[data-v-45ae1a0a]:hover {
  border-color: #57a3f3;
}
.project-group-operation-index .project-group-operation-container-title[data-v-45ae1a0a] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 10px;
}
.project-group-operation-index .project-group-operation-container-map[data-v-45ae1a0a] {
  width: 90%;
}
.project-group-operation-index .project-group-operation-container-map-title[data-v-45ae1a0a] {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  height: 32px;
  line-height: 32px;
}
.project-group-operation-index .project-group-operation-container-map-content[data-v-45ae1a0a] {
  height: 300px;
  margin-top: 10px;
}
.project-group-operation-index .project-group-operation-container-form[data-v-45ae1a0a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}
.project-group-operation-index .project-group-operation-container-form-editor[data-v-45ae1a0a] {
  width: 110%;
  padding-right: 24px !important;
}
.project-group-operation-index .project-group-operation-container-form label[data-v-45ae1a0a] {
  color: rgba(255, 255, 255, 0.6);
}
.project-group-operation-index .project-group-operation-container-form-cover[data-v-45ae1a0a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 160px;
  height: 120px;
  margin-bottom: 10px;
  cursor: pointer;
}
.project-group-operation-index .project-group-operation-container-form-cover-tip[data-v-45ae1a0a] {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 120px;
  border-radius: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.6);
  border-width: 0.3px;
  font-size: 16px;
}
.project-group-operation-index .project-group-operation-container-form-cover-tip > div[data-v-45ae1a0a] {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  display: inline-block;
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.project-group-operation-index .project-group-operation-container-form-cover-tip > img[data-v-45ae1a0a] {
  position: absolute;
  left: -1px;
  top: -1px;
  display: inline-block;
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  overflow: hidden;
}
.create-group-project-submit[data-v-45ae1a0a] {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clear[data-v-d3c32b68] {
  clear: both;
}
.showprj[data-v-d3c32b68] {
  padding-bottom: 20px;
  border-bottom: 1px #eee solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.creatediv[data-v-d3c32b68] {
  height: 25px;
  font-size: 18px;
  margin-right: 30px;
}
.projectdiv[data-v-d3c32b68] {
  margin: 0 auto;
  /* margin-top: 20px; */
  width: 1247px;
  overflow: hidden;
}
.showprjdiv_img[data-v-d3c32b68] {
  cursor: pointer;
  bottom: 4px;
  position: relative;
}
.prjline[data-v-d3c32b68] {
  width: 1020px;
  /* background-image: url(img/backgrounline.png); */
  height: 2px;
}
.projectdetail[data-v-d3c32b68] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projectdetail .btnprjname[data-v-d3c32b68] {
  width: 330px;
  height: 23px;
  /*margin-top: 5px;*/
  /*margin-bottom: 5px;*/
}
.projectdetail .btnprj[data-v-d3c32b68] {
  width: 123px;
  height: 25px;
  /*margin-top: 10px;*/
  /* margin-right: 8px; */
  /*margin-bottom: 10px;*/
}
.projectdetail .btnintroduce[data-v-d3c32b68] {
  width: 355px;
  height: 137px;
  margin-left: 2px;
  border: solid 1px #cccccc;
  /*margin-top:5px;*/
  /*margin-bottom: 5px;*/
  resize: none;
}
.createproj[data-v-d3c32b68] {
  margin-top: 35px;
  margin-bottom: 30px;
  display: inline-block;
  width: 30%;
}
.createproj__inner[data-v-d3c32b68] {
  width: 40%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.createproj.btcreateprj[data-v-d3c32b68] {
  width: 135px;
  height: 38px;
}
#btcreateprj[data-v-d3c32b68] {
  width: 150px;
}
.divname[data-v-d3c32b68] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.divlabel[data-v-d3c32b68] {
  margin-right: -6px;
  float: left;
}
.divimg[data-v-d3c32b68] {
  display: inline-block;
  width: 150px;
  height: 120px;
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
}
.divpic[data-v-d3c32b68] {
  overflow: hidden;
}
.creatediv[data-v-d3c32b68],
.create_back[data-v-d3c32b68] {
  display: inline-block;
}
.projectdetail .btn[data-v-d3c32b68] {
  width: 131px;
  height: 36px;
  color: white;
  -webkit-border-radius: 4px;
}
projectdetail .divname[data-v-d3c32b68] {
  margin-top: 10px;
}
p[data-v-d3c32b68] {
  padding: -5px;
}
.tip[data-v-d3c32b68] {
  float: left;
}
.div_left[data-v-d3c32b68] {
  /* float: left; */
  width: 50%;
}
.div_right[data-v-d3c32b68] {
  /* float: right; */
  width: 50%;
  /* left: 60px; */
  /* height: 500px; */
  /* position: relative; */
}
.div_layout[data-v-d3c32b68] {
  margin-top: 10px;
}
.div_layout p[data-v-d3c32b68] {
  margin-top: 12px;
  margin-bottom: 12px;
  display: inline-block;
  width: 120px;
  text-align: right;
}
.div_layout input[data-v-d3c32b68] {
  width: 355px;
  height: 23px;
}
.div_layout .time_input[data-v-d3c32b68] {
  width: 121px;
}
.distpicker[data-v-d3c32b68] {
  display: inline-block;
}
.extend-information-title[data-v-d3c32b68] {
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  color: #199ed8;
  text-align: left;
  height: 45px;
  line-height: 45px;
}
.project-list[data-v-d3c32b68] {
  display: inline-block;
  width: 50%;
}
.project-input-width[data-v-d3c32b68] {
  width: 480px;
}
.project-img-div[data-v-d3c32b68] {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 120px;
  /* border:1px solid #dddee1; */
  border-radius: 6px;
  overflow: hidden;
  font-size: 16px;
}
.project-img[data-v-d3c32b68] {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 150px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.projectSubmit[data-v-d3c32b68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 70px;
  margin-top: 40px;
}
.btn[data-v-d3c32b68] {
  width: 80px;
}
.create-edit-input[data-v-d3c32b68] {
  width: 480px;
}
.project-div[data-v-d3c32b68] {
  width: 1280px;
  margin: 0 auto;
}
.project-input-width-special[data-v-d3c32b68] {
  width: 440px;
}
@media screen and (max-width: 1024px) {
.showprj-contain[data-v-d3c32b68] {
    width: 100%;
    margin-left: 30px;
}
.project-nav[data-v-d3c32b68] {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px;
}
.projectSubmit[data-v-d3c32b68] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 70px;
    padding-left: 30px;
}
.div_left[data-v-d3c32b68] {
    width: 56%;
}
.div_right[data-v-d3c32b68] {
    width: 43%;
}
.projectdiv[data-v-d3c32b68] {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    padding-left: 30px;
}
.create-edit-input[data-v-d3c32b68] {
    width: 430px;
}
.project-input-width[data-v-d3c32b68] {
    width: 430px;
}
.project-input-width-special[data-v-d3c32b68] {
    width: 420px;
}
.project-div[data-v-d3c32b68] {
    width: 100%;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.div_left[data-v-d3c32b68] {
    width: 100%;
}
.div_right[data-v-d3c32b68] {
    display: none;
}
.map-div[data-v-d3c32b68] {
    width: 85%;
    margin-left: 66px;
}
.div_layout[data-v-d3c32b68] {
    margin-top: 10px;
    margin-left: 10px;
}
}

.distpicker-address-wrapper select {
  width: 116px !important;
  /* height: 24px !important; */
}
.jm-img-upload .vicp-preview-item span {
  bottom: -50px !important;
}

@charset "UTF-8";
@-webkit-keyframes vicp_progress {
0% {
    background-position-y: 0;
}
100% {
    background-position-y: 40px;
}
}
@keyframes vicp_progress {
0% {
    background-position-y: 0;
}
100% {
    background-position-y: 40px;
}
}
@-webkit-keyframes vicp {
0% {
    opacity: 0;
    -webkit-transform: scale(0) translatey(-60px);
            transform: scale(0) translatey(-60px);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
}
}
@keyframes vicp {
0% {
    opacity: 0;
    -webkit-transform: scale(0) translatey(-60px);
            transform: scale(0) translatey(-60px);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
}
}
.vue-image-crop-upload {
  position: fixed;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
.vue-image-crop-upload .vicp-wrap {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    position: fixed;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    height: 330px;
    padding: 25px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-animation: vicp 0.12s ease-in;
            animation: vicp 0.12s ease-in;
}
.vue-image-crop-upload .vicp-wrap .vicp-close {
      position: absolute;
      right: -30px;
      top: -30px;
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4 {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.18s;
        transition: -webkit-transform 0.18s;
        transition: transform 0.18s;
        transition: transform 0.18s, -webkit-transform 0.18s;
        -webkit-transform: rotate(0);
                transform: rotate(0);
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4::after, .vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4::before {
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
                  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
          content: '';
          position: absolute;
          top: 12px;
          left: 4px;
          width: 20px;
          height: 3px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4::after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4:hover {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 35px;
      height: 170px;
      background-color: rgba(0, 0, 0, 0.03);
      text-align: center;
      border: 1px dashed rgba(0, 0, 0, 0.08);
      overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 {
        display: block;
        margin: 0 auto 6px;
        width: 42px;
        height: 42px;
        overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-arrow {
          display: block;
          margin: 0 auto;
          width: 0;
          height: 0;
          border-bottom: 14.7px solid rgba(0, 0, 0, 0.3);
          border-left: 14.7px solid transparent;
          border-right: 14.7px solid transparent;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-body {
          display: block;
          width: 12.6px;
          height: 14.7px;
          margin: 0 auto;
          background-color: rgba(0, 0, 0, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-bottom {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          height: 12.6px;
          border: 6px solid rgba(0, 0, 0, 0.3);
          border-top: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-hint {
        display: block;
        padding: 15px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-no-supported-hint {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 30px;
        width: 100%;
        height: 60px;
        line-height: 30px;
        background-color: #eee;
        text-align: center;
        color: #666;
        font-size: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area:hover {
        cursor: pointer;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.05);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop {
      overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left {
        float: left;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container {
          position: relative;
          display: block;
          width: 240px;
          height: 180px;
          background-color: #e5e5e0;
          overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img {
            position: absolute;
            display: block;
            cursor: move;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
                    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
            position: absolute;
            background-color: rgba(241, 242, 243, 0.8);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade.vicp-img-shade-1 {
              top: 0;
              left: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade.vicp-img-shade-2 {
              bottom: 0;
              right: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate {
          position: relative;
          width: 240px;
          height: 18px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i {
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            background-color: rgba(0, 0, 0, 0.08);
            color: #fff;
            overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i:hover {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              cursor: pointer;
              background-color: rgba(0, 0, 0, 0.14);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i:first-child {
              float: left;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i:last-child {
              float: right;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range {
          position: relative;
          margin: 30px 0 10px 0;
          width: 240px;
          height: 18px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5,
          .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6 {
            position: absolute;
            top: 0;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background-color: rgba(0, 0, 0, 0.08);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5:hover,
            .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6:hover {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              cursor: pointer;
              background-color: rgba(0, 0, 0, 0.14);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5 {
            left: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5::before {
              position: absolute;
              content: '';
              display: block;
              left: 3px;
              top: 8px;
              width: 12px;
              height: 2px;
              background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6 {
            right: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6::before {
              position: absolute;
              content: '';
              display: block;
              left: 3px;
              top: 8px;
              width: 12px;
              height: 2px;
              background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6::after {
              position: absolute;
              content: '';
              display: block;
              top: 3px;
              left: 8px;
              width: 2px;
              height: 12px;
              background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range] {
            display: block;
            padding-top: 5px;
            margin: 0 auto;
            width: 180px;
            height: 8px;
            vertical-align: top;
            background: transparent;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            cursor: pointer;
            /* 滑块
							 ---------------------------------------------------------------*/
            /* 轨道
							 ---------------------------------------------------------------*/
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus {
              outline: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-webkit-slider-thumb {
              -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
                      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
              -webkit-appearance: none;
                      appearance: none;
              margin-top: -3px;
              width: 12px;
              height: 12px;
              background-color: #61c091;
              border-radius: 100%;
              border: none;
              -webkit-transition: 0.2s;
              transition: 0.2s;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-moz-range-thumb {
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
              -moz-appearance: none;
                   appearance: none;
              width: 12px;
              height: 12px;
              background-color: #61c091;
              border-radius: 100%;
              border: none;
              -webkit-transition: 0.2s;
              transition: 0.2s;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-thumb {
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
              appearance: none;
              width: 12px;
              height: 12px;
              background-color: #61c091;
              border: none;
              border-radius: 100%;
              -webkit-transition: 0.2s;
              transition: 0.2s;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-moz-range-thumb {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
              width: 14px;
              height: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-ms-thumb {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
              width: 14px;
              height: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-webkit-slider-thumb {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
              margin-top: -4px;
              width: 14px;
              height: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-webkit-slider-runnable-track {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              width: 100%;
              height: 6px;
              cursor: pointer;
              border-radius: 2px;
              border: none;
              background-color: rgba(68, 170, 119, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-moz-range-track {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              width: 100%;
              height: 6px;
              cursor: pointer;
              border-radius: 2px;
              border: none;
              background-color: rgba(68, 170, 119, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-track {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              width: 100%;
              cursor: pointer;
              background: transparent;
              border-color: transparent;
              color: transparent;
              height: 6px;
              border-radius: 2px;
              border: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-fill-lower {
              background-color: rgba(68, 170, 119, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-fill-upper {
              background-color: rgba(68, 170, 119, 0.15);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-webkit-slider-runnable-track {
              background-color: rgba(68, 170, 119, 0.5);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-moz-range-track {
              background-color: rgba(68, 170, 119, 0.5);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-ms-fill-lower {
              background-color: rgba(68, 170, 119, 0.45);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-ms-fill-upper {
              background-color: rgba(68, 170, 119, 0.25);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right {
        float: right;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview {
          height: 150px;
          overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item {
            position: relative;
            padding: 5px;
            width: 100px;
            height: 100px;
            float: left;
            margin-right: 16px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item span {
              position: absolute;
              bottom: -30px;
              width: 100%;
              font-size: 14px;
              color: #bbb;
              display: block;
              text-align: center;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item img {
              position: absolute;
              display: block;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              padding: 3px;
              background-color: #fff;
              border: 1px solid rgba(0, 0, 0, 0.15);
              overflow: hidden;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle {
              margin-right: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle img {
                border-radius: 100%;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 35px;
      height: 170px;
      background-color: rgba(0, 0, 0, 0.03);
      text-align: center;
      border: 1px dashed #ddd;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-loading {
        display: block;
        padding: 15px;
        font-size: 16px;
        color: #999;
        line-height: 30px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-progress-wrap {
        margin-top: 12px;
        background-color: rgba(0, 0, 0, 0.08);
        border-radius: 3px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-progress-wrap .vicp-progress {
          position: relative;
          display: block;
          height: 5px;
          border-radius: 3px;
          background-color: #4a7;
          -webkit-box-shadow: 0 2px 6px 0 rgba(68, 170, 119, 0.3);
                  box-shadow: 0 2px 6px 0 rgba(68, 170, 119, 0.3);
          -webkit-transition: width 0.15s linear;
          transition: width 0.15s linear;
          background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
          background-size: 40px 40px;
          -webkit-animation: vicp_progress 0.5s linear infinite;
                  animation: vicp_progress 0.5s linear infinite;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-progress-wrap .vicp-progress::after {
            content: '';
            position: absolute;
            display: block;
            top: -3px;
            right: -3px;
            width: 9px;
            height: 9px;
            border: 1px solid rgba(245, 246, 247, 0.7);
            -webkit-box-shadow: 0 1px 4px 0 rgba(68, 170, 119, 0.7);
                    box-shadow: 0 1px 4px 0 rgba(68, 170, 119, 0.7);
            border-radius: 100%;
            background-color: #4a7;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-error,
      .vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-success {
        height: 100px;
        line-height: 100px;
}
.vue-image-crop-upload .vicp-wrap .vicp-operate {
      position: absolute;
      right: 20px;
      bottom: 20px;
}
.vue-image-crop-upload .vicp-wrap .vicp-operate a {
        position: relative;
        float: left;
        display: block;
        margin-left: 10px;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        color: #4a7;
        border-radius: 2px;
        overflow: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-operate a:hover {
          background-color: rgba(0, 0, 0, 0.03);
}
.vue-image-crop-upload .vicp-wrap .vicp-error,
    .vue-image-crop-upload .vicp-wrap .vicp-success {
      display: block;
      font-size: 14px;
      line-height: 24px;
      height: 24px;
      color: #d10;
      text-align: center;
      vertical-align: top;
}
.vue-image-crop-upload .vicp-wrap .vicp-success {
      color: #4a7;
}
.vue-image-crop-upload .vicp-wrap .vicp-icon3 {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 4px;
}
.vue-image-crop-upload .vicp-wrap .vicp-icon3::after {
        position: absolute;
        top: 3px;
        left: 6px;
        width: 6px;
        height: 10px;
        border-width: 0 2px 2px 0;
        border-color: #4a7;
        border-style: solid;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        content: '';
}
.vue-image-crop-upload .vicp-wrap .vicp-icon2 {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 4px;
}
.vue-image-crop-upload .vicp-wrap .vicp-icon2::after, .vue-image-crop-upload .vicp-wrap .vicp-icon2::before {
        content: '';
        position: absolute;
        top: 9px;
        left: 4px;
        width: 13px;
        height: 2px;
        background-color: #d10;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
}
.vue-image-crop-upload .vicp-wrap .vicp-icon2::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
}
.e-ripple {
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
.e-ripple.z-active {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: opacity 1.2s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 1.2s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 1.2s ease-out, transform 0.6s ease-out;
    transition: opacity 1.2s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}


#map-container[data-v-2ddd00ce] {
  width: 100%;
  height: 100%;
}

.project-file-dms[data-v-26c5c12c] {
  min-height: 100vh;
  position: relative;
  background: #1f2529;
}
.project-file-dms-fullscreen[data-v-26c5c12c] {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 3px dashed #cccccc;
  z-index: 100000;
  color: #d2d2d2;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100vh;
  line-height: 100vh;
  width: 100vw;
}
.project-file-dms .crumbs-block[data-v-26c5c12c] {
  min-height: 100px;
}
.project-file-dms .project-files-content[data-v-26c5c12c] {
  min-height: calc(100vh - 186px);
  padding-bottom: 16px;
  position: relative;
  background: #1f2529;
}

.project-file-dms .bottom--fixed {
  position: relative !important;
}
.project-file-dms .crumbs-block .navigation .crumb-title {
  max-width: 200px !important;
}

.flex[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-files-bread-crumb[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-files-bread-crumb .project-files-bread-crumb-item-omitted[data-v-b20704ea] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.project-files-bread-crumb .project-files-bread-crumb-item[data-v-b20704ea] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 130px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.project-files-bread-crumb .project-files-crumb-title-activate[data-v-b20704ea] {
  color: #ffffff;
}
.project-files-bread-crumb .ivu-breadcrumb-item-separator[data-v-b20704ea] {
  top: -3px;
  position: relative;
}
.project-file-box[data-v-b20704ea] {
  width: 1200px;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
}
.project-file-box .project-files-share-bar[data-v-b20704ea] {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-time[data-v-b20704ea] {
  margin-right: 16px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-info-avatar[data-v-b20704ea] {
  margin-right: 6px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-user[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-info .project-files-share-bar-info-user p[data-v-b20704ea] {
  font-size: 16px;
  color: #ffffff;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action .project-files-share-bar-action-item[data-v-b20704ea] {
  margin-right: 16px;
}
.project-file-box .project-files-share-bar .project-files-share-bar-action .project-files-share-bar-action-cancel[data-v-b20704ea] {
  color: #10a5cb;
  margin-right: 16px;
  cursor: pointer;
}
.project-file-box .project-flies-list[data-v-b20704ea] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-box .project-flies-list .line[data-v-b20704ea] {
  width: 100%;
  height: 1px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
}
.project-file-box .project-flies-list .project-flies-list-left[data-v-b20704ea] {
  width: 300px;
  padding: 10px 0px 0px 10px;
  position: relative;
  border-right: 1px solid #565c63;
}
.project-file-box .project-flies-list .project-flies-list-right[data-v-b20704ea] {
  width: 900px;
  padding: 10px 0;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-no-data[data-v-b20704ea] {
  text-align: center;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  /*动画持续时间*/
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-b20704ea] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-b20704ea]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list[data-v-b20704ea]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 550px;
  cursor: pointer;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .item-file-img[data-v-b20704ea] {
  width: 26px;
  height: 32px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .file-content[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name[data-v-b20704ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name span[data-v-b20704ea] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name .content-name-state[data-v-b20704ea] {
  margin-left: 6px;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 2px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-name img[data-v-b20704ea] {
  width: 16px;
  margin-left: 8px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info[data-v-b20704ea] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info span[data-v-b20704ea] {
  margin-right: 8px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .item .content-info .content-info-conversion[data-v-b20704ea] {
  color: #10a5cb;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag[data-v-b20704ea] {
  right: 20px;
  width: 200px;
  padding: 6px 0;
  top: 2px;
  position: relative;
  text-align: right;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap[data-v-b20704ea] {
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  margin-right: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap[data-v-b20704ea]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .tag .project-file-tag-wrap-mark[data-v-b20704ea] {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
}
.project-file-box .project-flies-list .project-flies-list-right .project-files-flie-list .action .aciton-icon[data-v-b20704ea] {
  margin-right: 12px;
  cursor: pointer;
}
a[data-v-b20704ea] {
  cursor: pointer;
}

.action-dropdown-status .ivu-dropdown-item {
  padding: 7px 12px;
}
.action-dropdown-status-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.action-dropdown-status-item > span {
  padding: 4px 6px;
  border-radius: 2px;
}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-flies-list-right .files-list-scroll-bar {
  height: calc(100vh - 329px) !important;
  min-height: 300px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.name-input-folder[data-v-8eb06e30] {
  min-width: 360px;
  margin-top: 10px;
}

.project-file-copy-move .ivu-modal-body {
  padding: 0;
}
.project-file-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-file-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.project-file-copy-move-create-folder[data-v-70b1a69a] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-file-copy-move-content[data-v-70b1a69a] {
  padding-left: 16px;
}
.project-file-copy-move-content-crumb[data-v-70b1a69a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-file-copy-move-content-crumb-activate[data-v-70b1a69a] {
  color: #ffffff;
}
.project-file-copy-move-content-crumb > span[data-v-70b1a69a] {
  font-size: 14px;
}
.project-file-copy-move-content-crumb > span > span > span[data-v-70b1a69a] {
  cursor: pointer;
}
.project-file-copy-move-content-table-no-data[data-v-70b1a69a] {
  text-align: center;
}
.project-file-copy-move-content-table > div[data-v-70b1a69a] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-file-copy-move-content-table > div > img[data-v-70b1a69a] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-file-copy-move-content-table > div[data-v-70b1a69a]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-file-copy-move-content-table > div[data-v-70b1a69a]:hover {
  background: rgba(16, 165, 203, 0.1);
}

.my-item[data-v-e48479aa] {
  background: rgba(255, 255, 255, 0.1);
}
.my-item--select[data-v-e48479aa] {
  background-color: #57c5f7;
}
.name-input-folder[data-v-e48479aa] {
  min-width: 360px;
  margin-top: 10px;
}
.poup-form-radio[data-v-e48479aa] {
  margin: 20px 0 0 20px;
}
.poup-form-radio-span[data-v-e48479aa] {
  top: -2px;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  font-weight: bolder;
}
.cabinet-version-data[data-v-e48479aa] {
  margin: 0 20px;
  font-size: 14px;
}
.poup-form__main[data-v-e48479aa] {
  overflow-y: auto;
  max-height: 300px;
  margin-top: 20px;
}

.update-version-modal .ivu-progress-inner {
  background-color: rgba(255, 255, 255, 0.4);
}

.upload-file-button[data-v-55f5499e] {
  line-height: 32px;
}
.name-input[data-v-55f5499e] {
  width: 320px;
  margin-right: 10px;
}
.updata-version-name[data-v-55f5499e] {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
  min-width: 120px;
}
.project-upload-form[data-v-55f5499e] {
  position: relative;
  top: 13px;
}
.project-upload-form div input[data-v-55f5499e]:hover {
  cursor: pointer;
}
.upload-btn[data-v-55f5499e] {
  display: inline-block;
}
.upload[data-v-55f5499e] {
  /* width: 95px; */
  border-radius: 4px;
  height: 32px;
  text-align: center;
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.upload[data-v-55f5499e]:hover {
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.updata-version-instruction[data-v-55f5499e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.version-file-name[data-v-55f5499e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 317px;
  position: relative;
  top: 5px;
}
.upload-file-list-input[data-v-55f5499e] {
  display: block;
  width: 140px;
  height: 32px;
  position: absolute;
  font-size: 0;
  top: -1px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}

.dms-dropdown-tag {
  min-width: 180px !important;
}
.dms-files-filter {
  padding: 12px;
  font-size: 12px;
  min-width: 290px;
  max-width: 340px;
}
.dms-files-filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dms-files-filter-content-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0 8px;
  min-width: 80px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 30px;
  margin-right: 8px;
}
.dms-files-filter-content-item:nth-child(3n + 0) {
  margin-right: 0;
}
.dms-files-filter-content-item:hover {
  background-color: #10a5cb;
}
.dms-files-filter-content-item-active {
  background-color: #10a5cb;
}
.dms-files-filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dms-files-filter-label-item {
  padding: 4px;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
}
.dms-files-filter-label-item:hover {
  -webkit-box-shadow: 0 0 10px #606266;
          box-shadow: 0 0 10px #606266;
}
.dmsDropdown-style {
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.5);
  height: 33px;
  line-height: 33px;
}
.dmsDropdown-style .icon-icon-Upwardsort .path1::before {
  color: #10a5cb;
}
.dmsDropdown-style .icon-icon-Upwardsort .path2:before,
.dmsDropdown-style .icon-icon-Upwardsort .path3:before,
.dmsDropdown-style .icon-icon-Upwardsort .path4:before {
  color: rgba(255, 255, 255, 0.5);
}
.dmsDropdown-style .icon-icon-Downwardsort .path2:before,
.dmsDropdown-style .icon-icon-Downwardsort .path3:before,
.dmsDropdown-style .icon-icon-Downwardsort .path4:before {
  color: rgba(255, 255, 255, 0.5);
}
.dmsDropdown-style .icon-icon-Downwardsort .path1::before {
  color: #10a5cb;
}
.dmsDropdown-style .jarvis-bim-dropdown .ivu-select-dropdown {
  border: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.dmsDropdown-DropdownMenu-style-filter {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dmsDropdown-DropdownMenu-style-filterspan {
  height: 32px;
  line-height: 32px;
}
.action-bar-btns {
  height: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252d33;
}
.action-bar-btns-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-files-action-buttonGroup {
  margin-left: 24px !important;
}
.search-style .ivu-input {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
}
.dmsDropdown-DropdownMenu-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 8px;
  min-height: 33px;
}

.dmsDropdown-DropdownMenu-item[data-v-71aa0a81] {
  padding: 7px 16px;
  height: 30px;
  line-height: 20px;
}
.dms-dmsDropdown-item[data-v-71aa0a81] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dms-dmsDropdown-item img[data-v-71aa0a81] {
  height: 16px;
}
.dms-upload-dropdown-btn[data-v-71aa0a81] {
  min-width: 84px;
  margin-left: 16px;
  height: 32px;
  background-color: #10a5cb;
  font-size: 14px;
}
.dms-upload-dropdown-btn-icon[data-v-71aa0a81] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}
.dmsDropdown-DropdownMenu-tag-icon[data-v-71aa0a81] {
  top: 2px;
  position: relative;
}
.dmsDropdown-DropdownMenu-select[data-v-71aa0a81] {
  width: 12px;
  height: 12px;
}
.project-file-action-search-div[data-v-71aa0a81] {
  margin-right: 24px;
  position: relative;
}
.upload-dms-file-input[data-v-71aa0a81] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
.upload-dms-folder-input[data-v-71aa0a81] {
  display: block;
  width: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 30px;
  height: 30px;
  left: 0;
}
.button-style[data-v-71aa0a81] {
  background-color: rgba(23, 155, 248, 0.1);
  border: 1px solid rgba(16, 165, 203, 1);
  color: aliceblue;
  font-size: 12px;
}
.search-style[data-v-71aa0a81] {
  width: 360px;
  font-size: 14px;
}

.dmsDropdown-style .ivu-select-dropdown {
  border: none;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.files-tag-scroll-bar {
  height: 250px !important;
}

.project-file-modal-spin-col[data-v-7a78835c] {
  height: 50px;
}
.project-file-center[data-v-7a78835c] {
  text-align: center;
  margin-top: 10px;
}
.project-file-download[data-v-7a78835c] {
  margin-bottom: 40px;
}

.files-tree-list {
  height: calc(100vh - 262px) !important;
  min-height: 300px;
  width: 320px;
  padding-bottom: 16px;
  overflow-x: auto;
}
.files-tree-list .project-file-left-tree .ivu-tree-title-selected,
.files-tree-list .project-file-left-tree .ivu-tree-title-selected:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.files-tree-list .project-file-left-tree .ivu-tree-title:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.files-tree-list .project-file-left-tree .project-files-tree-item {
  display: inline-block;
  width: auto;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  margin-right: 20px;
  cursor: pointer;
  color: #ffffff;
}
.files-tree-list .project-file-left-tree .project-files-tree-item-img {
  margin-right: 8px;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 4px;
  position: relative;
}
.files-tree-list .project-file-left-tree .ivu-tree-arrow {
  cursor: pointer;
  color: #c0c4cc;
  width: 12px;
  text-align: left;
  position: relative;
  display: inline-block;
}





















































































































































































































































































































































































































































































































.share-modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 33px;
  padding-top: 16px;
}
.share-modal .ivu-modal-body {
  padding: 16px 24px;
}
.share-modal .share-link-feild-label {
  width: 80px;
  text-align: right;
  margin-right: 16px;
}
.share-modal .share-link-feild-succss-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.share-modal .share-link-feild-succss-link-input {
  width: 456px;
}
.share-modal .share-link-feild-succss-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  min-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-modal .share-link-feild-succss-code-btn {
  position: absolute;
  right: 24px;
}
.share-modal .share-link-feild-succss-qrcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-modal .share-link-feild-succss-qrcode-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-modal .share-link-feild-succss-qrcode-info .qrcode-canvas {
  width: 119px !important;
  height: 119px !important;
}
.share-modal .share-link-feild-succss-qrcode-info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.share-modal .share-link-feild-succss-qrcode-info-tip p {
  font-size: 14px;
  color: #ffffff;
}
.share-modal .share-link-feild-succss-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.share-modal .share-link-feild-succss-tip img {
  width: 32px;
  height: 32px;
}
.share-modal .share-link-feild-succss-tip p {
  font-size: 18px;
  color: #00d391;
}
.share-modal .share-modal-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.share-modal .share-modal-content .line {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 40px;
}
.share-modal .share-modal-content-tip {
  margin-bottom: 16px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-disabled .ivu-checkbox-inner {
  background-color: #179bf8;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-check {
  width: 40px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-name {
  min-width: 100px;
  margin-left: 16px;
  font-size: 16px;
}
.share-modal .share-modal-content .share-modal-content-jarvis-user-info {
  margin-left: 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.share-modal .share-modal-content .share-modal-content-jarvis-user img {
  width: 48px;
  height: 48px;
}
.share-modal .share-modal-content .share-modal-query-code input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-valid-range-input {
  height: 32px;
  border-radius: 2px;
  padding: 6px 6px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-valid-range-input-d {
  line-height: 32px;
  border-radius: 0px 2px 2px 0px;
  height: 32px;
  width: 33px;
  top: 1px;
  display: inline-block;
  right: 4px;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-modal .share-input input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.share-link-input .ivu-input {
  height: 34px;
}
.share-identity {
  text-align: center;
}
.share-identity-icon img {
  width: 60px;
  margin-bottom: 8px;
}

.name-input[data-v-439a232a] {
  min-width: 360px;
  margin-top: 10px;
}
.add-tag-body-title[data-v-439a232a] {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bolder;
}
.project-file_create_modal_layout[data-v-439a232a] {
  width: 100%;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.color-list__item[data-v-439a232a] {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* float: left;
  margin: 0 14px\0; */
}
.color-list[data-v-439a232a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 15px;
  overflow: hidden;
}
.project-file_color_a[data-v-439a232a] {
  width: 20px;
  height: 20px;
  display: inherit;
  border-radius: 50%;
  cursor: default;
}
.project-file_create_model_span[data-v-439a232a] {
  height: 40px;
  text-align: left;
  line-height: 40px;
  display: inline-block;
}

#addlist-body {
  padding-bottom: 20px\0 !important;
}

.ivu-notice {
  top: 80px !important;
}
.ivu-notice .ivu-notice-notice {
  background: #252d33;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
}
.ivu-notice .ivu-notice-notice .ivu-notice-title {
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-notice-desc {
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #ffffff;
}
.ivu-notice .ivu-notice-notice .ivu-icon.ivu-icon-ios-close {
  color: #ffffff;
}
.action-dropdown {
  padding: 0 !important;
  border-radius: 0 !important;
  background-color: #252d33 !important;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5) !important;
  max-height: 400px !important;
}
.action-dropdown span,
.action-dropdown li {
  color: #ffffff;
}
.action-dropdown .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper {
  position: absolute !important;
  overflow: hidden;
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper .el-image-viewer__mask {
  background-color: #2a2f33;
}
.simple-forge-container .viewer-container .el-image-viewer__wrapper .el-image-viewer__close {
  display: none;
}

.flex[data-v-6f237067] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-6f237067] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-6f237067] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-6f237067] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-6f237067] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-6f237067] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-6f237067] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-6f237067] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-6f237067] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-6f237067] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-6f237067] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-6f237067] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-6f237067] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-6f237067] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-6f237067] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-6f237067] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-6f237067] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-6f237067] {
  text-align: center;
}
.right[data-v-6f237067] {
  text-align: right;
}
.left[data-v-6f237067] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-6f237067 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-6f237067 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-6f237067 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-6f237067 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-6f237067] {
  -webkit-animation-name: section-fade-in-data-v-6f237067;
          animation-name: section-fade-in-data-v-6f237067;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-6f237067] {
  -webkit-animation-name: section-fade-out-data-v-6f237067;
          animation-name: section-fade-out-data-v-6f237067;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.simple-forge-container[data-v-6f237067] {
  width: 100vw;
  height: 100vh;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  overflow: hidden;
}
.simple-forge-container[data-v-6f237067] ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
.simple-forge-container[data-v-6f237067] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.simple-forge-container[data-v-6f237067] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.simple-forge-container .forge-side-bar[data-v-6f237067] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: calc(100vh - 56px);
  background: #252d33;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.simple-forge-container .forge-side-bar-version-icon[data-v-6f237067],
.simple-forge-container .forge-side-bar-comment-icon[data-v-6f237067],
.simple-forge-container .forge-side-bar-trend-icon[data-v-6f237067] {
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.simple-forge-container .forge-side-bar-version-icon-icon[data-v-6f237067],
.simple-forge-container .forge-side-bar-comment-icon-icon[data-v-6f237067],
.simple-forge-container .forge-side-bar-trend-icon-icon[data-v-6f237067] {
  color: rgba(255, 255, 255, 0.6);
}
.simple-forge-container .forge-side-bar-version-icon.active[data-v-6f237067],
.simple-forge-container .forge-side-bar-comment-icon.active[data-v-6f237067],
.simple-forge-container .forge-side-bar-trend-icon.active[data-v-6f237067] {
  background: #10a5cb;
  color: #ffffff;
}
.simple-forge-container .forge-side-bar-version-icon.active-icon[data-v-6f237067],
.simple-forge-container .forge-side-bar-comment-icon.active-icon[data-v-6f237067],
.simple-forge-container .forge-side-bar-trend-icon.active-icon[data-v-6f237067] {
  color: #ffffff;
}
.simple-forge-container .side-section[data-v-6f237067] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: calc(100vh - 56px);
  background: #1f2529;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 16px 0;
  -webkit-transition: 1s all;
  transition: 1s all;
  position: relative;
}
.simple-forge-container .side-section-title[data-v-6f237067] {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  padding: 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.simple-forge-container .side-section-title span[data-v-6f237067] {
  font-size: 20px;
  cursor: pointer;
}
.simple-forge-container .side-section-title-close[data-v-6f237067] {
  cursor: pointer;
}
.simple-forge-container .viewer-container[data-v-6f237067] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
  background-color: #2a2f33;
}
.simple-forge-container .viewer-container-pre-btn[data-v-6f237067],
.simple-forge-container .viewer-container-next-btn[data-v-6f237067] {
  position: absolute;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 56px;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  cursor: pointer;
}
.simple-forge-container .viewer-container-pre-btn span[data-v-6f237067],
.simple-forge-container .viewer-container-next-btn span[data-v-6f237067] {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.simple-forge-container .viewer-container-pre-btn[data-v-6f237067] {
  left: 8px;
}
.simple-forge-container .viewer-container-pre-btn span[data-v-6f237067] {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  left: 4px;
}
.simple-forge-container .viewer-container-next-btn[data-v-6f237067] {
  right: 8px;
}
.simple-forge-container .viewer-container-next-btn span[data-v-6f237067] {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  right: 4px;
}
.simple-forge-container .viewer-container-main[data-v-6f237067] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.simple-forge-container .viewer-container-iframe[data-v-6f237067] {
  width: 100%;
  height: 100%;
  background-color: #2a2f33;
  position: relative;
}
.simple-forge-container .viewer-container-iframe-text[data-v-6f237067] {
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.simple-forge-container .viewer-container-iframe iframe[data-v-6f237067] {
  border: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100% + 50px);
  margin-top: -50px;
}
.simple-forge-container .comment-type-wrap[data-v-6f237067] {
  width: 50%;
}
.simple-forge-container .comment-type-wrap .comment-type-item[data-v-6f237067] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  color: #676b6e;
  cursor: pointer;
  padding: 0 12px;
  padding-bottom: 16px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.simple-forge-container .comment-type-wrap .comment-type-item-active[data-v-6f237067] {
  color: #ffffff;
  border-bottom: 2px solid #0fa2c7;
}

.flex[data-v-359d314c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-359d314c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-359d314c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-359d314c] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-359d314c] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-359d314c] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-359d314c] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-359d314c] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-359d314c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-359d314c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-359d314c] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-359d314c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-359d314c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-359d314c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-359d314c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-359d314c] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-359d314c] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-359d314c] {
  text-align: center;
}
.right[data-v-359d314c] {
  text-align: right;
}
.left[data-v-359d314c] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-359d314c {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-359d314c {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-359d314c {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-359d314c {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-359d314c] {
  -webkit-animation-name: section-fade-in-data-v-359d314c;
          animation-name: section-fade-in-data-v-359d314c;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-359d314c] {
  -webkit-animation-name: section-fade-out-data-v-359d314c;
          animation-name: section-fade-out-data-v-359d314c;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.comment-con[data-v-359d314c] {
  height: 97%;
  overflow-y: auto;
  padding: 0 16px;
}
.comment-con[data-v-359d314c] ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.comment-con[data-v-359d314c] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.comment-con[data-v-359d314c] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.comment-con-no-data[data-v-359d314c] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.comment-con-no-data img[data-v-359d314c] {
  width: 100px;
  height: 100px;
}
.comment-con-item[data-v-359d314c] {
  padding: 8px;
  background: #252d33;
  border-radius: 4px;
  margin-top: 8px;
}
.comment-con-item-top[data-v-359d314c] {
  cursor: pointer;
}
.comment-con-item-top-img[data-v-359d314c] {
  width: 96px;
  height: 72px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url(/static/img/comment_img.676fbb0.png);
}
.comment-con-item-top-main[data-v-359d314c] {
  margin-left: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% - 104px);
  padding-right: 8px;
}
.comment-con-item-top-main-title[data-v-359d314c] {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 7px;
  line-height: 14px;
}
.comment-con-item-top-main-title .comment-con-item-no[data-v-359d314c] {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.comment-con-item-top-main-title .comment-con-item-email[data-v-359d314c] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  font-weight: 400;
  width: 100px;
}
.comment-con-item-top-main-title .comment-con-item-status[data-v-359d314c] {
  font-size: 10px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 2px 4px;
  background: #44D7B6;
  border-radius: 2px;
}
.comment-con-item-top-main-desc[data-v-359d314c] {
  color: rgba(255, 255, 255, 0.8);
}
.comment-con-item-top-main-tips[data-v-359d314c] {
  width: 100%;
  margin-top: 6px;
}
.comment-con-item-top-main-tips-left[data-v-359d314c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.comment-con-item-top-main-tips-left-version[data-v-359d314c] {
  margin-right: 16px;
  width: 25px;
  height: 16px;
  background: #10a5cb;
  border-radius: 4px;
}
.comment-con-item-top-main-tips-left-count[data-v-359d314c] {
  color: #10a5cb;
}
.comment-con-item-top-main-tips-more[data-v-359d314c] {
  font-weight: 400;
  cursor: pointer;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.comment-con-item-task[data-v-359d314c] {
  width: 100%;
}
.comment-con-item-task-title[data-v-359d314c] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 0;
}
.comment-con-item-task-main[data-v-359d314c] {
  width: 100%;
  background: #1f2529;
  border-radius: 4px;
  margin-top: 14px;
  color: #ffffff;
  padding: 12px 16px;
}
.comment-con-item-task-main-title[data-v-359d314c] {
  font-size: 14px;
}
.comment-con-item-task-main-title-text span[data-v-359d314c] {
  color: rgba(255, 255, 255, 0.6);
}
.comment-con-item-task-main-content[data-v-359d314c] {
  position: relative;
  cursor: pointer;
  margin-top: 16px;
  color: #ffffff;
}
.comment-con-item-task-main-content-block[data-v-359d314c] {
  position: absolute;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin-right: 6px;
  z-index: 8;
  -webkit-transform: translate(-6px, -6px);
          transform: translate(-6px, -6px);
}

.create-task-modal .ivu-modal {
  width: 420px !important;
}
.create-task-modal .my-input-text-inner {
  width: 120px;
}
.create-task-modal .my-input-text-inner .ivu-input.ivu-input-default.ivu-input-with-suffix {
  border: none !important;
  background-color: rgba(253, 252, 252, 0.1) !important;
  border-radius: 4px;
  padding: 4px 6px;
  height: auto;
}
.create-task-modal .my-input-text-inner .ivu-input-suffix {
  color: #fff;
}
.create-task-modal .my-input-text-inner .ivu-input-suffix .ivu-icon {
  line-height: 26px;
}

.flex[data-v-7385bd85] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-a-i-center[data-v-7385bd85] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-7385bd85] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-7385bd85] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-7385bd85] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-7385bd85] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-7385bd85] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-7385bd85] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-7385bd85] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-7385bd85] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-7385bd85] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-7385bd85] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-7385bd85] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-7385bd85] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-7385bd85] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-7385bd85] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-7385bd85] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-7385bd85] {
  text-align: center;
}
.right[data-v-7385bd85] {
  text-align: right;
}
.left[data-v-7385bd85] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-7385bd85 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-7385bd85 {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-7385bd85 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-7385bd85 {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-7385bd85] {
  -webkit-animation-name: section-fade-in-data-v-7385bd85;
          animation-name: section-fade-in-data-v-7385bd85;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-7385bd85] {
  -webkit-animation-name: section-fade-out-data-v-7385bd85;
          animation-name: section-fade-out-data-v-7385bd85;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.input-text[data-v-7385bd85] {
  cursor: pointer;
  padding: 4px 8px;
  background-color: rgba(253, 252, 252, 0.1);
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.modelcontent-icon[data-v-7385bd85] {
  margin-right: 8px;
}
.modelcontent-item-label[data-v-7385bd85] {
  margin-right: 24px;
}
.modelcontent-user-list-item-close[data-v-7385bd85] {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-7385bd85] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.modelcontent-user-list-item[data-v-7385bd85] {
  cursor: pointer;
}
.modelcontent-user-list-item .wiki-user-avatar[data-v-7385bd85] {
  border-radius: 50%;
  margin-right: 1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-7385bd85] {
  display: block;
}
.my-col-3[data-v-7385bd85] {
  width: auto !important;
}
.my-label-3[data-v-7385bd85] {
  width: 80px !important;
}
.create-task-modal .left-layout[data-v-7385bd85] {
  width: 140px;
  margin-right: 16px;
  font-size: 14px;
}
.create-task-modal-line[data-v-7385bd85] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}
.create-task-modal-line span[data-v-7385bd85] {
  color: rgba(255, 255, 255, 0.6);
}
.create-task-modal-title[data-v-7385bd85] {
  font-size: 16px;
}
.create-task-modal-bottom[data-v-7385bd85] {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-task-modal-bottom-submit[data-v-7385bd85] {
  min-width: 90px;
  height: 32px;
  background: #10a5cb;
  border-radius: 2px;
  color: #ffffff;
  padding: 7px;
  text-align: center;
  cursor: pointer;
}
.create-task-modal-mian-no-data[data-v-7385bd85] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.create-task-modal-mian-no-data img[data-v-7385bd85] {
  width: 100px;
  height: 100px;
}
.create-task-modal-mian-action[data-v-7385bd85] {
  width: 100%;
  text-align: center;
}
.create-task-modal-mian-action-cancel[data-v-7385bd85] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 16px;
}
.create-task-modal-mian-avatar[data-v-7385bd85] {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.create-task-modal-mian-avatar:hover .create-task-modal-mian-avatar-item-close[data-v-7385bd85] {
  display: block;
}
.create-task-modal-mian-avatar-item[data-v-7385bd85] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.create-task-modal-mian-avatar-item-close[data-v-7385bd85] {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.create-task-modal-mian-avatar-item-close span[data-v-7385bd85] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.create-task-modal-mian-input[data-v-7385bd85] {
  display: inline-block;
  width: 620px;
}
.create-task-modal-mian-label[data-v-7385bd85] {
  display: inline-block;
  width: 120px;
}
.create-task-modal-mian-label-icon[data-v-7385bd85] {
  margin-right: 4px;
}
.create-task-modal-mian-dropdown-btn[data-v-7385bd85] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.create-task-modal-mian-block[data-v-7385bd85] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.create-task-modal-mian-block-col[data-v-7385bd85] {
  width: 50%;
}
.create-task-modal-mian-block.my-main-blcok[data-v-7385bd85] {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.create-task-modal-mian-row[data-v-7385bd85] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.create-task-modal-mian-row-select[data-v-7385bd85] {
  width: 222px;
  height: 200px;
  background: #1f2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 0 16px;
  font-size: 14px;
}
.create-task-modal-mian-row-select-line[data-v-7385bd85] {
  position: absolute;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.create-task-modal-mian-row-select div[data-v-7385bd85] {
  cursor: pointer;
}
.create-task-modal-mian-row-img[data-v-7385bd85] {
  width: 222px;
  height: 200px;
  position: relative;
  cursor: pointer;
  margin: 0 24px 24px 0;
}
.create-task-modal-mian-row-img:hover .issue-detail-row-img-cover[data-v-7385bd85] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.create-task-modal-mian-row-img img[data-v-7385bd85] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.create-task-modal-mian-row-img-cover[data-v-7385bd85] {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.project-time-sum[data-v-76ef4580] {
  min-height: 90vh;
  padding: 0 50px;
}
.l-main-right[data-v-76ef4580] {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.border_title[data-v-76ef4580] {
  font-size: 15px;
  padding-left: 10px;
  /* border-left: 6px #4b88cb solid; */
  height: 20px;
  margin-top: 10px;
}
.filter-right[data-v-76ef4580] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-btn[data-v-76ef4580] {
  margin: 0px 10px;
}
.filter-input[data-v-76ef4580] {
  width: 200px;
  margin: 0px 10px;
}
#timeSum_index .taskPage[data-v-76ef4580] {
  margin-top: 8px;
  margin-bottom: 40px;
  text-align: right;
}
.add-woker-hour[data-v-76ef4580] {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
}
.history-work-time[data-v-76ef4580] {
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px;
}
.time-sum-index-input[data-v-76ef4580] {
  width: 260px;
  margin: 0px 10px;
}
.project-statistics-sum-title[data-v-76ef4580] {
  font-size: 15px;
  font-weight: 400;
}
.timeTable[data-v-76ef4580] {
  margin-top: 30px;
}
.project-user-detail-input[data-v-76ef4580] {
  display: inline-block;
  height: 29px;
  width: 170px;
  background: rgba(228, 228, 228, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 6px;
  color: #000;
  font-size: 13px;
  line-height: 29px;
  padding-left: 10px;
}
.project-user-detail-title[data-v-76ef4580] {
  margin-right: 15px;
  font-size: 13px;
}
.project-user-time-wrap[data-v-76ef4580] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.updata-version-instruction[data-v-76ef4580] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.updata-version-name[data-v-76ef4580] {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
}
.viewer-wrap[data-v-76ef4580] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.viewer-header[data-v-76ef4580] {
  background: white;
  padding: 15px;
  float: right;
  text-align: end;
}

.poup[data-v-56ab16aa] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
}
.poup__inner[data-v-56ab16aa] {
  display: block;
  -webkit-box-shadow: black 0px 0px 5px;
          box-shadow: black 0px 0px 5px;
  background-color: #fff;
  height: auto;
  /* padding: 20px; */
}

.project-time-sum[data-v-0b204bfe] {
  min-height: 90vh;
  padding: 0 50px;
}
.l-main-right[data-v-0b204bfe] {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.border_title[data-v-0b204bfe] {
  font-size: 15px;
  padding-left: 10px;
  /* border-left: 6px #4b88cb solid; */
  height: 20px;
  margin-top: 10px;
}
.filter-right[data-v-0b204bfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-btn[data-v-0b204bfe] {
  margin: 0px 10px;
}
.filter-input[data-v-0b204bfe] {
  width: 200px;
  margin: 0px 10px;
}
#timeSum_index .taskPage[data-v-0b204bfe] {
  margin-top: 8px;
  margin-bottom: 40px;
  text-align: right;
}
.add-woker-hour[data-v-0b204bfe] {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
}
.history-work-time[data-v-0b204bfe] {
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px;
}
.time-sum-index-input[data-v-0b204bfe] {
  width: 260px;
  margin: 0px 10px;
}
.project-statistics-sum-title[data-v-0b204bfe] {
  font-size: 15px;
  font-weight: 400;
}
.timeTable[data-v-0b204bfe] {
  margin-top: 30px;
}
.project-user-detail-input[data-v-0b204bfe] {
  display: inline-block;
  height: 29px;
  width: 170px;
  background: rgba(228, 228, 228, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 6px;
  color: #000;
  font-size: 13px;
  line-height: 29px;
  padding-left: 10px;
}
.project-user-detail-title[data-v-0b204bfe] {
  margin-right: 15px;
  font-size: 13px;
}
.project-user-time-wrap[data-v-0b204bfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.updata-version-instruction[data-v-0b204bfe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.updata-version-name[data-v-0b204bfe] {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
}

.project-time-sum[data-v-9f247be8] {
  min-height: 90vh;
  padding: 0 50px;
}
.l-main-right[data-v-9f247be8] {
  margin: 15px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.border_title[data-v-9f247be8] {
  font-size: 15px;
  padding-left: 10px;
  /* border-left: 6px #4b88cb solid; */
  height: 20px;
  margin-top: 10px;
}
.filter-right[data-v-9f247be8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-btn[data-v-9f247be8] {
  margin: 0px 10px;
}
.filter-input[data-v-9f247be8] {
  width: 200px;
  margin: 0px 10px;
}
#timeSum_index .taskPage[data-v-9f247be8] {
  margin-top: 8px;
  margin-bottom: 40px;
  text-align: right;
}
.add-woker-hour[data-v-9f247be8] {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 5px 10px;
}
.history-work-time[data-v-9f247be8] {
  width: 17px;
  height: 17px;
  position: relative;
  top: -2px;
}
.time-sum-index-input[data-v-9f247be8] {
  width: 260px;
  margin: 0px 10px;
}
.project-statistics-sum-title[data-v-9f247be8] {
  font-size: 15px;
  font-weight: 400;
}
.timeTable[data-v-9f247be8] {
  margin-top: 30px;
}
.project-user-detail-input[data-v-9f247be8] {
  display: inline-block;
  height: 29px;
  width: 170px;
  background: rgba(228, 228, 228, 1);
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 6px;
  color: #000;
  font-size: 13px;
  line-height: 29px;
  padding-left: 10px;
}
.project-user-detail-title[data-v-9f247be8] {
  margin-right: 15px;
  font-size: 13px;
}
.project-user-time-wrap[data-v-9f247be8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.updata-version-instruction[data-v-9f247be8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.updata-version-name[data-v-9f247be8] {
  font-size: 14px;
  font-weight: bolder;
  margin-right: 10px;
}

.project2d-list-content[data-v-974a06c8] {
  min-height: 100vh;
}
.project2d-list-content .project2d-item[data-v-974a06c8] {
  width: 368px;
  height: 82px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.project2d-list-content .project2d-item[data-v-974a06c8]:hover {
  -webkit-box-shadow: 0 0 10px #606266;
          box-shadow: 0 0 10px #606266;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.project2d-list-content .project2d-item:hover .project2d-item-info-action-icon[data-v-974a06c8] {
  display: block;
}
.project2d-list-content .project2d-item[data-v-974a06c8]:nth-child(3n + 0) {
  margin-right: 0px;
}
.project2d-list-content .project2d-item .project2d-item-info-action-icon[data-v-974a06c8] {
  display: none;
}
.project2d-list-content .project2d-item-content[data-v-974a06c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project2d-list-content .project2d-item-cabinet[data-v-974a06c8] {
  width: 82px;
  height: 82px;
  background: linear-gradient(45deg, #038ec9 0%, #01d6ec 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.project2d-list-content .project2d-item-cabinet label[data-v-974a06c8] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.project2d-list-content .project2d-item-info[data-v-974a06c8] {
  width: 276px;
  padding: 14px;
}
.project2d-list-content .project2d-item-info-name[data-v-974a06c8] {
  width: 276px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 25px;
}
.project2d-list-content .project2d-item-info-action[data-v-974a06c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project2d-list-content .project2d-item-info-action span[data-v-974a06c8] {
  font-size: 14px;
  color: #a5a5a5;
}
.project2d-list-content .project2d-list-no-data[data-v-974a06c8] {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: white;
}
.color-list[data-v-974a06c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
.color-list__item[data-v-974a06c8] {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* float: left; */
  /* margin: 0 16px; */
}
.color-list__item--none[data-v-974a06c8] {
  background-color: #9999ff;
}
.pick[data-v-974a06c8] {
  overflow: hidden;
}
.pick__tit[data-v-974a06c8] {
  display: block;
  float: left;
}
.pick__select[data-v-974a06c8] {
  float: left;
}

.project2d-modal-form .ivu-form .ivu-form-item-label {
  color: #ffffff;
}
.project2d-modal-form input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.main-msg[data-v-f55b8802] {
  width: 100vw;
  height: 80vh;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-msg__inner[data-v-f55b8802] {
  font-size: 22px;
}

.grid-info-wrap .project-index-table-tr td {
  background: rgba(255, 255, 255, 0.1);
}
.grid-info-wrap .project-index-table-tr th {
  background: rgba(255, 255, 255, 0.1);
}
.grid-info-wrap .list {
  height: 260px !important;
  overflow-x: hidden;
  margin-right: -1.6vw !important;
}
.grid-info-wrap .el-scrollbar__wrap {
  overflow-x: hidden !important;
}
.project-info-staff-action .ivu-tabs-bar {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #505464 !important;
}
.project-info-staff-action .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #ffffff;
}
.project-info-staff-action .ivu-tabs {
  color: #9EA3B4;
}
.detailText .ivu-tabs-bar {
  margin-bottom: 0px !important;
  border-bottom: 1px solid #505464 !important;
}
.detailText .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #ffffff;
}
.detailText .ivu-tabs {
  color: #9EA3B4;
}
.detailText .el-tabs__nav-wrap::after {
  background-color: #505464;
}
.detailText .info-item {
  background-color: transparent !important;
  border-bottom: 1px solid #505464 !important;
}
.detailText .info-key {
  background-color: transparent !important;
  color: #9EA3B4 !important;
}
.detailText .info-value p {
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff !important;
}
.project-info-col-app .el-scrollbar__thumb {
  height: 91.4848% !important;
}

.project-index-content[data-v-6df8736f] {
  background: #1f2529;
  min-height: 100vh;
  overflow-y: hidden;
  padding-bottom: 20px;
}
.project-index-content .no-data[data-v-6df8736f] {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
  text-align: center;
}
.p_mark_tit[data-v-6df8736f] {
  height: 33px;
  font-size: 20px;
  color: #ffffff;
  line-height: 33px;
  overflow: hidden;
  max-width: 230px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p_mark_star[data-v-6df8736f] {
  line-height: 33px;
  margin-left: 3px;
  cursor: pointer;
}
.new-project-index-nav[data-v-6df8736f] {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.new-project-index-nav .new-project-nav-content[data-v-6df8736f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-content[data-v-6df8736f] {
  position: relative;
  overflow: hidden;
  height: 130px;
  width: 300px;
  display: inline-block;
  padding-left: 23px;
}
.nav-content .nav-content-info[data-v-6df8736f] {
  padding-top: 20px;
}
.nav-content .nav-content-info span[data-v-6df8736f] {
  font-size: 14px;
  color: #9EA3B4;
}
.project-info-row[data-v-6df8736f] {
  min-width: 1200px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project-info-col[data-v-6df8736f] {
  width: 588px;
  height: 330px;
  border-radius: 4px;
  background-color: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.project-info-col_left[data-v-6df8736f] {
  margin-left: 24px;
}
.project-info-staff-action[data-v-6df8736f] {
  position: absolute;
  top: 3px;
  right: 0;
}
.project-info-col-title[data-v-6df8736f] {
  height: 44px;
  position: relative;
  border-bottom: 1px solid #505464;
}
.project-info-col-title h1[data-v-6df8736f] {
  color: #ffffff;
}
.total_box[data-v-6df8736f] {
  position: relative;
  text-align: center;
  width: 172px;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.total_box .info-label[data-v-6df8736f] {
  color: #9EA3B4;
}
.total_box p[data-v-6df8736f] {
  width: 64px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.total_box .num[data-v-6df8736f] {
  padding-top: 16px;
}
.total_box .line[data-v-6df8736f] {
  height: 50px;
  display: inline-block;
  border-left: 1px solid #ffffff;
  position: absolute;
  right: 0;
  top: 35px;
}
.grid-info-wrap[data-v-6df8736f] {
  max-height: 280px;
  min-height: 280px;
  overflow-y: auto;
  padding: 10px 16px;
  width: 100%;
}
.grid-info-wrap tr[data-v-6df8736f] {
  color: white;
}
.fl[data-v-6df8736f] {
  float: left;
  display: inline;
}
.fr[data-v-6df8736f] {
  float: right;
  display: inline;
}
.clearfix[data-v-6df8736f] {
  *zoom: 1;
}
.clearfix[data-v-6df8736f]:before,
.clearfix[data-v-6df8736f]:after {
  display: table;
  content: "";
}
.clearfix[data-v-6df8736f]:after {
  clear: both;
}
.edit-btn[data-v-6df8736f] {
  position: absolute;
  z-index: 11;
  right: 0;
  top: 4px;
}
.media--column[data-v-6df8736f] {
  max-height: 350px;
  display: flow-root;
  overflow-y: hidden;
}
.media__infos-item[data-v-6df8736f] {
  overflow: hidden;
  margin-bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #505464;
}
.media__infos-key[data-v-6df8736f] {
  width: 125px;
  color: #9EA3B4;
  float: left;
  padding: 8px 12px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.big-height[data-v-6df8736f] {
  height: 110px;
}
.media__infos-value[data-v-6df8736f] {
  color: black;
  min-width: 90px;
  padding: 8px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;
}
.media__infos-value p[data-v-6df8736f] {
  line-height: 19px;
  padding-right: 5px;
  padding-left: 5px;
  overflow: hidden;
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
h1.border_title[data-v-6df8736f] {
  font-size: 14px;
  padding-top: 12px;
  padding-left: 24px;
  display: inline-block;
}
nav.border_title[data-v-6df8736f] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  margin-bottom: 5px;
}
nav.border_title > a[data-v-6df8736f] {
  color: #999999;
  padding-right: 10px;
}
nav > a[data-v-6df8736f]:nth-child(2) {
  color: #999999;
  border-left: 1px solid #999;
}
nav.border_title > a.active[data-v-6df8736f] {
  color: lightskyblue;
}
nav > a[data-v-6df8736f]:nth-child(2) {
  color: #999999;
  padding-left: 5px;
}
.detailText[data-v-6df8736f] {
  color: #9EA3B4;
  padding-top: 10px;
}
.p_image[data-v-6df8736f] {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 210px;
  height: 130px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.p_image img[data-v-6df8736f] {
  width: 100%;
}
.projectFileList_tr[data-v-6df8736f] {
  cursor: pointer;
  border-bottom: 1px solid #505464;
}
.project-info-staff_tr[data-v-6df8736f] {
  border-bottom: 1px solid #505464;
}
.project-info-staff_tr div[data-v-6df8736f] {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-info-staff_tr .name[data-v-6df8736f] {
  max-width: 100px;
}
.project-info-staff_tr .email[data-v-6df8736f] {
  max-width: 160px;
}
.project-info-staff_tr .station[data-v-6df8736f] {
  max-width: 80px;
}
.list-sort-icon[data-v-6df8736f] {
  /* float: right; */
  display: inline;
}
.total_box-wrap[data-v-6df8736f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 684px;
}
.table td[data-v-6df8736f],
.table th[data-v-6df8736f] {
  padding: 0.75rem;
  vertical-align: top;
  font-size: 14px;
  border-top: none;
  padding-left: 10px;
}
.project-index-stuff-table.table th[data-v-6df8736f] {
  font-weight: bold;
  font-size: 13px;
  border-bottom: none;
}
.inviteTable td[data-v-6df8736f] {
  text-align: center;
}
[class*="col-"][data-v-6df8736f] {
  padding: 0 !important;
}
.file-name[data-v-6df8736f] {
  height: 20px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
.file-name[data-v-6df8736f] {
    width: 180px;
}
}
@media screen and (max-width: 768px) {
.edit-btn[data-v-6df8736f] {
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 5px;
}
}

.project-index-content .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}
.project-info-staff-action .ivu-tabs-bar {
  position: relative;
  border-bottom: none;
}
.project-info-staff-action .ivu-tabs {
  top: 8px;
  display: inline-block;
}

.project-staff-auto-complete-title[data-v-089f8a59] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.project-staff-auto-complete-count[data-v-089f8a59] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}
.project-staff-input-option[data-v-089f8a59] {
  padding: 5px;
  cursor: pointer;
}
.project-staff-input-option[data-v-089f8a59]:hover {
  background: #f3f3f3;
}

.project-staff-content .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}
/*!
 * vue-treeselect v0.0.28 | (c) 2017-2018 Riophae Lee
 * Released under the MIT License.
 * https://vue-treeselect.js.org/
 */
/**
 * Dependencies
 */
/**
 * google-material-color v1.3.1
 * https://github.com/danlevan/google-material-color
 */
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Helpers
 */
.vue-treeselect-helper-zoom-effect-off {
  -webkit-transform: none !important;
          transform: none !important;
}
/**
 * Animations
 */
@-webkit-keyframes vue-treeselect-animation-fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes vue-treeselect-animation-fade-in {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes vue-treeselect-animation-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes vue-treeselect-animation-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes vue-treeselect-animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes vue-treeselect-animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * Transitions
 */
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 200ms transform cubic-bezier(0.165, 0.84, 0.44, 1), 200ms -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect__menu--transition-enter-active,
.vue-treeselect__menu--transition-leave-active {
  /* to be overriden */
}
.vue-treeselect__menu--transition-enter,
.vue-treeselect__menu--transition-leave-to {
  /* to be overriden */
}
.vue-treeselect__list--transition-enter-active,
.vue-treeselect__list--transition-leave-active {
  /* to be overriden */
}
.vue-treeselect__list--transition-enter,
.vue-treeselect__list--transition-leave-to {
  /* to be overriden */
}
/**
 * Namespace
 */
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vue-treeselect svg {
  fill: currentColor;
}
/**
 * Control
 */
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-property: border-color, width, height, background-color, opacity, -webkit-box-shadow;
  transition-property: border-color, width, height, background-color, opacity, -webkit-box-shadow;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-property: border-color, box-shadow, width, height, background-color, opacity, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039BE5;
  -webkit-box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
          box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control,
.vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__value-container,
.vue-treeselect__multi-value {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #BDBDBD;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #BDBDBD;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  background: #E3F2FD;
  padding: 2px 0;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #039BE5;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover {
  cursor: pointer;
  background: #E3F2FD;
  color: #039BE5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #F5F5F5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__value-remove,
.vue-treeselect__multi-value-label {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  cursor: pointer;
  color: #039BE5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #E53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #BDBDBD;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none transparent;
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  -webkit-animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
          animation: 200ms vue-treeselect-animation-fade-in cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #E53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
/**
 * Menu
 */
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 100%;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #F5F5F5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #E3F2FD;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #E3F2FD;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 200ms transform cubic-bezier(0.19, 1, 0.22, 1), 200ms -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow,
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -webkit-transform: rotateZ(-90deg) !important;
          transform: rotateZ(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  -webkit-transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 200ms all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 200ms all ease;
  transition: 200ms all ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
  background-size: 8px 8px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
  }
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==);
  }
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);
  background-size: 8px 8px;
  -webkit-transform: scaleY(0.125);
          transform: scaleY(0.125);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC);
  }
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=);
  }
}
.vue-treeselect__checkbox--unchecked {
  border-color: #E0E0E0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039BE5;
  background: #fff;
}
.vue-treeselect__checkbox--indeterminate {
  border-color: #039BE5;
  background: #039BE5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039BE5;
  background: #039BE5;
}
.vue-treeselect__checkbox--checked {
  border-color: #039BE5;
  background: #039BE5;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked {
  border-color: #039BE5;
  background: #039BE5;
}
.vue-treeselect__checkbox--disabled {
  border-color: #E0E0E0;
  background-color: #f7f7f7;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #E0E0E0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039BE5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #FB8C00;
}
.vue-treeselect__icon-warning::after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border: 0 solid #fff;
  border-top-width: 5px;
  border-bottom-width: 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #E53935;
}
.vue-treeselect__icon-error::before,
.vue-treeselect__icon-error::after {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.vue-treeselect__icon-error::before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error::after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  -webkit-animation: 1.6s vue-treeselect-animation-rotate linear infinite;
          animation: 1.6s vue-treeselect-animation-rotate linear infinite;
}
.vue-treeselect__icon-loader::before,
.vue-treeselect__icon-loader::after {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
          animation: 1.6s vue-treeselect-animation-bounce ease-in-out infinite;
}
.vue-treeselect__icon-loader::before {
  background: #039BE5;
}
.vue-treeselect__icon-loader::after {
  background: #B3E5FC;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.h300 .ivu-tabs-tabpane {
  max-height: 500px;
  overflow-y: auto;
}

.container[data-v-24b34394] {
  width: 1280px !important;
}
@media (min-width: 1200px) {
.container[data-v-24b34394] {
    width: 1280px !important;
    max-width: 1280px;
}
}
[class*="col-"][data-v-24b34394] {
  padding: 5px 10px 10px 15px !important;
}
.fl[data-v-24b34394] {
  float: left;
  display: inline;
}
.fr[data-v-24b34394] {
  float: right;
  display: inline;
}
.clearfix[data-v-24b34394] {
  *zoom: 1;
}
.clearfix[data-v-24b34394]:before,
.clearfix[data-v-24b34394]:after {
  display: table;
  content: "";
}
.clearfix[data-v-24b34394]:after {
  clear: both;
}
.project-info[data-v-24b34394] {
  /* position: relative; */
}
.edit-btn[data-v-24b34394] {
  position: absolute;
  right: 15px;
  top: -23px;
}
.l-main[data-v-24b34394] {
  width: 1280px;
  margin: 0 auto;
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 992px) {
.l-main[data-v-24b34394] {
    width: 100%;
}
}
.media[data-v-24b34394] {
  display: block;
  font-size: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.media__img-wrap[data-v-24b34394] {
  width: 20%;
  min-width: 150px;
  margin-right: 16px;
  margin-bottom: 10px;
}
.media__img[data-v-24b34394] {
  width: 100%;
}
.media__infos[data-v-24b34394] {
  margin-right: 12px;
}
.media__infos-item[data-v-24b34394] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  width: 100%;
  /* height: 35px; */
  line-height: 35px;
  text-indent: 15px;
  color: gray;
}
.media__infos-key[data-v-24b34394] {
  width: 125px;
  min-width: 125px;
  font-size: 14px;
  /* height: 35px; */
  color: black;
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-height[data-v-24b34394] {
  height: 110px;
}
.poptip-btn[data-v-24b34394],
.icon-box[data-v-24b34394] {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background-color: #89bfff;
  border-radius: 4px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.poptip-btn img[data-v-24b34394] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.46);
          transform: scale(0.46);
}
.icon-box-list .icon-box[data-v-24b34394] {
  display: inline-block;
}
.poptip-btn span[data-v-24b34394] {
  color: #fff;
}
.media__infos-value[data-v-24b34394] {
  color: black;
  min-width: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* padding: 10px; */
}
.media__infos-value p[data-v-24b34394] {
  line-height: 26px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 13px;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.func-icons[data-v-24b34394] {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-height: 260px;
  overflow-y: auto;
}
.app_box[data-v-24b34394] {
  display: inline-block;
  margin-bottom: 16px;
  width: 19%;
  position: relative;
}
.app_box .app-editordelete[data-v-24b34394] {
  position: absolute;
  top: -24px;
  right: 12px;
}
.app_box .app-editordelete > div[data-v-24b34394] {
  line-height: 24px;
}
.app_box .app-editordelete > div img[data-v-24b34394] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.app_box .c[data-v-24b34394] {
  border-radius: 7px;
  line-height: 72px;
  font-size: 18px;
  color: white;
  text-align: center;
  width: 72px;
  margin: 0 23px;
  height: 72px;
}
.app_box .c[data-v-24b34394]:hover {
  cursor: pointer;
}
.app_box .c.blue[data-v-24b34394] {
  background-color: #6bc8f7;
}
.app_box .c.violet[data-v-24b34394] {
  background-color: #89bfff;
}
.app_box > p[data-v-24b34394] {
  margin-top: 3px;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  word-break: break-all;
  color: #2d8cf0;
}
.toAssets.edit-btn[data-v-24b34394] {
  top: 0px;
  z-index: 11;
}
.app-img-upload .vicp-preview-item span[data-v-24b34394] {
  bottom: -58px;
}
.total_box .context[data-v-24b34394] {
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px #c4c4c4 solid;
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  color: #86afe5;
}
.total_box .context > span[data-v-24b34394] {
  font-size: 14px;
  color: black;
  width: 16px;
  background-color: white;
  height: 25px;
  display: inline-block;
  left: 30px;
  bottom: -2px;
  line-height: 14px;
  position: absolute;
}
.total_box > p[data-v-24b34394] {
  text-align: center;
  margin-top: 10px;
}
.shop-sketch-inner[data-v-24b34394] {
  max-height: 140px;
  overflow: auto;
}
h1.border_title[data-v-24b34394] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  margin-bottom: 5px;
}
nav.border_title[data-v-24b34394] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  margin-bottom: 5px;
}
nav.border_title > a[data-v-24b34394] {
  color: #999999;
}
nav > a[data-v-24b34394]:nth-child(1) {
  color: #999999;
  padding-right: 5px;
}
nav.border_title > a.active[data-v-24b34394] {
  color: lightskyblue;
}
nav > a[data-v-24b34394]:nth-child(2) {
  color: #999999;
  padding-left: 10px;
  border-left: 1px solid #999;
}
.detailText[data-v-24b34394] {
  color: #999999;
}
.p_mark_tit[data-v-24b34394] {
  font-size: 17px;
  width: 310px;
  word-wrap: break-word;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_label[data-v-24b34394] {
  padding-left: 19px;
  background-color: black;
  display: inline-block;
  margin: 10px auto;
}
.title_label > span[data-v-24b34394] {
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  vertical-align: center;
  display: inline-block;
  height: 100%;
  background-color: #cccccc;
}
.cheap-btn[data-v-24b34394] {
  display: inline-block;
  padding: 2px 9px;
  border: lightskyblue solid 1px;
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 5px;
}
.cheap-btn--bg-blue[data-v-24b34394] {
  border: none;
  background-color: #4b88cb;
  color: #fff;
}
.cheap-btn--bg-gray[data-v-24b34394] {
  border: none;
  background-color: grey;
  color: #fff;
}
.title_label[data-v-24b34394] {
  padding-left: 19px;
  background-color: black;
  display: inline-block;
  margin: 10px auto;
}
.title_label > span[data-v-24b34394] {
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  vertical-align: center;
  display: inline-block;
  height: 100%;
  background-color: #cccccc;
}
/* overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; */
.invite[data-v-24b34394] {
  padding: 10px;
  background-color: #eeeeee;
  overflow: hidden;
}
.invite__input[data-v-24b34394] {
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 26px;
  text-indent: 5px;
  outline-style: none;
}
.invite__input[data-v-24b34394]:hover {
  border: lightskyblue 1px solid;
}
.project_2d_list_img_icon[data-v-24b34394] {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
}
.inputs[data-v-24b34394] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  min-width: 320px;
}
.inputs__key[data-v-24b34394] {
  display: block;
  width: 10em;
  margin-right: 5px;
  float: left;
  color: #555;
}
.inputs__value[data-v-24b34394] {
  display: block;
  margin-right: 5px;
  width: 60%;
  float: left;
  border: 1px solid gray;
  text-indent: 2px;
}
.inputs__handle[data-v-24b34394] {
  display: block;
  /* justify-self:flex-end; */
}
.projectFileList_tr[data-v-24b34394] {
  cursor: pointer;
}
.projectFileList_tr[data-v-24b34394]:hover {
  background-color: #eee;
}
.l-fix-bottom[data-v-24b34394] {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  /* background: #333; */
}
.sort--up[data-v-24b34394] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list-sort-icon[data-v-24b34394] {
  /* float: right; */
  display: inline;
}
.total_box-wrap[data-v-24b34394] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title_label[data-v-24b34394] {
  padding-left: 19px;
  background-color: black;
  display: inline-block;
  margin: 10px auto;
}
.title_label span[data-v-24b34394] {
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  vertical-align: center;
  display: inline-block;
  height: 100%;
  background-color: #cccccc;
  display: block;
}
.table td[data-v-24b34394],
.table th[data-v-24b34394] {
  padding: 0.45rem;
  vertical-align: top;
  font-size: 15px;
  border-top: none;
}
.h300 .shu[data-v-24b34394] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
}
.app-oparator[data-v-24b34394] {
  float: right;
}
.app-oparator span[data-v-24b34394] {
  cursor: pointer;
}
.app-oparator .app-setting[data-v-24b34394] {
  width: 18px;
  height: 18px;
}
.p_image[data-v-24b34394] {
  position: relative;
  z-index: 11;
  margin-right: 16px;
  width: 180px;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.p_image img[data-v-24b34394] {
  width: 100%;
}
.tel[data-v-24b34394] {
  padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.tel-num[data-v-24b34394] {
  font-size: 24px;
  color: #99ccff;
}
.project-status[data-v-24b34394] {
  margin-top: -37px;
}
.status-text[data-v-24b34394] {
  color: #999;
  font-weight: bold;
  font-size: 18px;
}
.stuff-sec .stuff-sec-avatar[data-v-24b34394] {
  height: 36px;
  width: 36px;
  overflow: hidden;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.stuff-sec .stuff-sec-avatar img[data-v-24b34394] {
  width: 100%;
}
.stuff-sec .stuff-sec-text[data-v-24b34394] {
  display: inline-block;
  vertical-align: middle;
}
.stuff-sec .stuff-sec-text p[data-v-24b34394]:last-child {
  font-size: 13px;
}
.media--column[data-v-24b34394] {
  max-height: 600px;
  overflow-y: auto;
}
.data-summary[data-v-24b34394] {
  height: 21px;
  line-height: 21px;
  text-align: center;
  width: 107px;
  background-color: #666666;
  font-size: 12px;
  color: #fff;
}
.start-data__box[data-v-24b34394] {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.jm-assets-table {
  border: 1px solid #fff;
  max-height: 600px;
  overflow-y: auto;
}
.jm-assets-table .ivu-table-border td,
.jm-assets-table .ivu-table-border th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.jm-assets-table .ivu-table-border th {
  background-color: rgba(204, 204, 204, 1);
  text-align: center;
  color: #333;
}
.jm-assets-table .ivu-table::before {
  content: none;
}
.jm-assets-table .ivu-table::after {
  content: none;
}
.jm-assets-table .ivu-table-border td {
  color: #333;
  font-size: 14px;
  text-align: center;
  background-color: rgba(242, 242, 242, 1);
}
.jm-assets-table .ivu-table td,
.jm-assets-table .ivu-table th {
  height: 40px;
}
.jm-assets-table .ivu-table-overflowX,
.jm-assets-table .ivu-table-tip {
  overflow-x: hidden;
}

.waterfall {
  -webkit-column-count: 3; /* Safari 和 Chrome */
  -moz-column-count: 3;
       column-count: 3;
  -webkit-column-gap: 40px; /* Safari 和 Chrome */
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.project-photo .item {
  padding: 10px;
}
.item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  height: auto;
}

.main[data-v-3fb0e9b6] {
  min-height: 75vh;
}
.my-gallery[data-v-3fb0e9b6] {
  width: 100%;
  /* float: left; */
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; */
  -webkit-column-count: 4; /* Safari 和 Chrome */
  -moz-column-count: 4;
       column-count: 4;
  -webkit-column-gap: 5px; /* Safari 和 Chrome */
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.my-gallery .gallery-content[data-v-3fb0e9b6] {
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}
.my-gallery figure[data-v-3fb0e9b6] {
  /* display: block;
  margin: 0 5px 5px 0;
  width: 24.333%;
  overflow: hidden; */
  position: relative;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
}
.my-gallery figure img[data-v-3fb0e9b6] {
  width: 100%;
}
.my-gallery figure .delete[data-v-3fb0e9b6] {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none;
  text-decoration: none;
  color: red;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}
.my-gallery figure:hover .delete[data-v-3fb0e9b6] {
  display: block;
}
.my-gallery figcaption[data-v-3fb0e9b6] {
  display: none;
}
.l-main[data-v-3fb0e9b6] {
  max-width: 1280px;
  margin: 0 auto;
}
.upload-form[data-v-3fb0e9b6] {
  float: left;
  clear: both;
}
.upload[data-v-3fb0e9b6] {
  position: relative;
  display: inline-block;
  padding: 7px 16px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
  background-color: #3ba5de;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 30px;
}
.upload input[data-v-3fb0e9b6] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
}
.upload[data-v-3fb0e9b6]:hover {
  color: #004974;
  text-decoration: none;
}
.upload-msg[data-v-3fb0e9b6] {
  display: block;
  float: left;
  padding: 3px 5px;
}

.meeting-container[data-v-917c16b2] {
  width: 100vw;
  height: 100vh;
  background-color: #353b40;
  font-size: 14px;
}
.meeting-container-tab-pane[data-v-917c16b2] {
  background: #1f2529;
  border-radius: 4px;
  min-height: calc(100vh - 88px);
}
.meeting-container-file[data-v-917c16b2] {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  margin: 0 auto;
}
.meeting-container-file-list[data-v-917c16b2] {
  height: calc(100vh - 88px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 16px 0 0;
}
.meeting-container-file-list-input[data-v-917c16b2] {
  width: 700px;
  margin-top: 16px;
}
.meeting-container-file-list-crumbs[data-v-917c16b2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  font-size: 14px;
}
.meeting-container-file-list-crumbs span[data-v-917c16b2] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meeting-container-file-list-crumbs-omitted[data-v-917c16b2] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 16px;
}
.meeting-container-file-list-crumbs-activate[data-v-917c16b2] {
  color: #ffffff;
}
.meeting-container-file-recent[data-v-917c16b2] {
  height: calc(100vh - 88px);
  padding: 24px 16px 0 16px;
  min-width: 673px;
}
.meeting-container-file-recent > h4[data-v-917c16b2] {
  margin-bottom: 16px;
}
.meeting-container-mask[data-v-917c16b2] {
  width: 100vw;
  height: calc(100vh - 56px);
  background-color: rgba(29, 31, 33, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 56px;
  z-index: 11;
}
.meeting-container-mask-wait[data-v-917c16b2] {
  width: 700px;
  height: 280px;
  background: #1f2529;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.meeting-container-mask-wait-title[data-v-917c16b2] {
  font-size: 40px;
  font-family: FZLTTHK--GBK1-0, FZLTTHK--GBK1;
  font-weight: 200;
  color: #bababa;
  line-height: 40px;
  margin-top: 73px;
}
.meeting-container-mask-wait-title span[data-v-917c16b2] {
  font-weight: 700;
}
.meeting-container-mask-wait-desc[data-v-917c16b2] {
  font-size: 22px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 200;
  color: #bababa;
  line-height: 22px;
  margin-top: 48px;
}
.meeting-modal-content[data-v-917c16b2] {
  color: rgba(255, 255, 255, 0.6);
}
.meeting-modal-pending[data-v-917c16b2] {
  font-size: 40px;
  font-weight: normal;
  color: #bababa;
  text-align: center;
  padding: 30px 0;
}

.meeting-container .ivu-tabs-tabpane {
  background: #1f2529;
}
.meeting-container .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar {
  background: #343b40;
  z-index: 10;
  position: relative;
}
.meeting-container .ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
  background: #1f2529;
  color: white;
  border: 1px solid #1f2529;
}
.meeting-container .ivu-tabs-bar {
  border-bottom: none;
  margin-bottom: 0px;
}
.meeting-container .ivu-tabs-nav-scrollable .ivu-icon-ios-arrow-forward,
.meeting-container .ivu-tabs-nav-scrollable .ivu-icon-ios-arrow-back {
  color: #fff;
}
.meeting-container .meeting-container-file-list-input .ivu-input {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
}
.meeting-container .meeting-container-file-list-scroll {
  height: calc(100vh - 280px) !important;
}
.meeting-container .meeting-container-file-recent-list-scroll {
  height: calc(100vh - 140px) !important;
}

.meeting-header[data-v-4ebef586] {
  width: 100vw;
  height: 56px;
  padding: 13px 24px;
  background-color: #16171b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 14px;
}
.meeting-header-logo[data-v-4ebef586] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meeting-header-logo img[data-v-4ebef586] {
  cursor: pointer;
  width: 109px;
  height: 30px;
}
.meeting-header-logo-line[data-v-4ebef586] {
  margin: 0 16px;
  width: 1px;
  height: 24px;
  background-color: aliceblue;
}
.meeting-header-logo-title[data-v-4ebef586] {
  font-size: 18px;
  color: #ffffff;
}
.meeting-header-action[data-v-4ebef586] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.meeting-header-action-user[data-v-4ebef586] {
  cursor: pointer;
  min-width: 64px;
  height: 36px;
  background: #33393e;
  border-radius: 20px;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
}
.meeting-header-action-user-nubmer[data-v-4ebef586] {
  margin: 0 8px;
}
.meeting-header-action-user-dropdowon-content[data-v-4ebef586] {
  padding: 16px;
}
.meeting-header-action-user-dropdowon-content > p[data-v-4ebef586] {
  height: 46px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.meeting-header-action-user-dropdowon-content-item[data-v-4ebef586] {
  width: 400px;
  height: 62px;
  background-color: rgba(255, 255, 255, 0.05);
  line-height: 36px;
  border-radius: 4px;
  padding: 13px 16px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.meeting-header-action-moderator[data-v-4ebef586] {
  margin: 0 8px;
}
.meeting-header-comment[data-v-4ebef586] {
  width: 36px;
  height: 36px;
  background: #33393e;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: 16px;
}
.meeting-header-comment-icon[data-v-4ebef586] {
  width: 16px;
  height: 18px;
  background-size: cover;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAkCAYAAADo6zjiAAACrklEQVRYR8WXWchNYRSGn9cQMqQkklwoZSjlRlL85iGKlERcUKQk+m8kLrjgQkrKBXIhkimSMWSMokgUF6aS35QQkmR4tbR/HYfz77P32Trf3elbe73P+r71rbWOKHjZ7grsB9oCsyS9bklCRerb7gKcBYYmfu8AYyS9qaRTGIDtTsBpYHiZ2C1grKR3/4IoBMB2R+AUMKJCpDeAcZLel+/XDGC7A3ACGJ1yndeB8ZI+ltrVBGC7PXAsoqsyly4DoyS52T43gO12wBFgUpXizWY9Jb2qCcB2PLHDwNSM4tskLa7pCmy3AQ4C0zOK7wLmS/qRG8B2a2AvMDOj+D5grqTvuV9BIr4bmJ1RPK4qKuK33HXAditgJzAvo/hxYIakr7kroe14KTuABRnFoypOk/Qldy9IxLcCizKKXwCmSPqc9l2LdcD2FmBJmpOy/StRGyR9qua7igC2NwHLq3FSYnMNmFBebjNfge2VwPqM4jeTrvdXw8kD0Be4BPSuEiL6/mhJb6u0/232xxXYHiTpbuza7gdcBHqlOL2XNJgWJ5/UZ2i7ATgDbJS0KoHon0D0qODgPtAg6WXWyP9qRravlkwzayWtSSAGJhDdy0QeAyMlPcsrHt/9ugLbPYHnzb8Th6slrUv2BwPngW7J3ouYfiQ9qkW8FCAKzbZ/OFshaUMCMQQ4B0SiTSxCvBTgJDC5QjSNkqImxEnFSTTlyfaKSWi7MxAZHBNOpbVUUlTFwpdsR28/kOI58mOApA9FEwTAHmBOBccxvcQguVDSw6LFf+WA7SdAnxLnMThENzsUQ2fpAPm/AKLhNAK3E9GjRSZZGnTusTzNcbX79QewPQzYnKHzVRtcml0TsCySMBpKdL56rAcB8Pt/Wj0IAuBpHY6/OdamAIgesL0OEJEDi34C/tniU5pj/H4AAAAASUVORK5CYII=);
}
.meeting-header-close[data-v-4ebef586] {
  width: 36px;
  height: 36px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAGiElEQVR4Xu2cf4hUVRTHv+eNmqDrBhKVYalgFrmuqVQsYZAxs5JZzOwLSxExDIlti/yVQTUVZP6K/EFIUoiYSrOzZD9wd7EgiaXCrNWiTHAlyYoSWldBXfedePftjLO7M+/deffOL3j+Jey933vvZ+4979xzz72EIv7jeNzAzx13w0ItiKaAMQXARDDGAFwFoirRHeYegHpAOA+gC4QTYD4BA524q+4HisetYnWbCt0QL5g/DlcvxcA0B8wPMHC9SpsE/Aeir0D8BYaNTNL+T86q6HnVLQggXrJkJC6cjYGxGKCHmNnw6oifvxORBfAhEHZj9Lgk7dp1yY+OWx2tgNg0R4O7l4NpBTPfpLuzrgMh+gvEm0HVOyiRuKCrbS2AOB4fhuPfNIGtlxgYq6tzfnQIOAcy3kTNfVspHr/qRyOzjjIgNuvvh2W9y4wa1c7orE+E4zCMZyjR+rWKrm9AbJoj0NezCbAaGfCto9J5r7oEMGBsR6hqJSUSV7zKZ/u7r4Fx9OFJQO9HDMz002ix6xDwPTD8cWr5/FS+becNiM25D8Lqa2FGdb6NlbI8EbphhKKUOPhlPv3ICxA31Jtg3sPMI/JppFzKEtEVEC2i5taEbJ+kAXEssgzAjkL5NLIdVi3n+E5YTsm2nTJaUoD6Z87+SoeTAiIgES2QmUmegBybYx2s1GWVa5aI5WYYc71skisg8bWi3qOVZpBllo5dRhhuHj7D7euWE5Dj53R3VMqnXBbK4HLCBQhV1+Xyk3IDitZvZVjP+m24kuoRjG3U0tok7SiK7UOfdbhcPWTd8IXHHTJmZ9uWDJlBzsazw7Y7ZbW30g1lyFKz9241dTMGb3CHAorVv8BsbS50h8pRn8hYQcnWtzP7NgCQiOf0dZ8udciiVPBEqCRUPSEznjQQUEN4JVvYqNzBe+oA80nghhuB06eA5r3AT53KsgMEptYCi5YC48YDf/wOJPcBR75VboMMrKLm9k1ppzL1HxEm7fmzSzkSOOteYE0cZFyLsjIzsHM70PaZ8gCEQGQe6OmBH1i2LGDjG8B3HUptkB2ZrLp5Yip8m55B3BBeyBb2KKnblde9A7r9zqwybENq/VStiSxw0j/yqZPAqkY1fduBNLCImts/FM5kWjwWbmNGWFl9dwto1KicMkqQXODYDXLPeWCJqTwEIrRTsj2SBiSOZnovn9GyGX1rC2jyHa6d9AXJA44AdPxHIL5GAyCyMPy68faRkphBHKtvYra2KCvbAlNrQa9t8JTKC5IMHNvO2XA0fQzIQBM1t29zAEUjBxg833NUsgUkBiTalbFJOrVk+y82snSAkm2PkTgOPtZxTvXEc0jbOgamQyMPKJlFxQnutLqxxGZ4JvfhiE8d92oqA1Spq2kwFMIs4lh4KTPe16Q5VMbPQP3UKcAAiPAUcUNkPVu8ugD61yRlB9x5VNSh2hme3ZGyX54q7gXIoA3EscjHzPyoopZ3dUlI3kKSxl1GyKOMMNQci3Qy8zQNet4SGiAVY+akBkJEx4ijkS4GT/AenaYSCpCKCUcsddBp4mj436KHN+ofAS3Lb8/E723Tt9mV/K3t8Ie9xC6X5EjnlXVSxlg4lLbxfn2t5LD0FbOPhgJALjwdQKVYYj7sUOmWWCUZ6SLbIcdIV9pnvoiQnM98JTqKRYLkOIqVutUoAqT+rUaZbFYzByxpxAttuJ3NajmEO7LNhjKA5IQ7Sh0wc1sqJYSUDpgJT7VUIVcZO1IiSOmQqwCkOWiP+Ho7puvq8+dlP2Qhvbq6QEF7ncc+Npya6frgpJQkIPHJX4EXn1PejIkcxsxjH2cWaTo43JUAVY3J2cm8Zs5gFa+Dw4sXgcVRDYAGHRwKQLqOnjduB02anLWTSnBSii6hEv7tF2Dt8+qAsh4960pesDM7Vr08IHlB/AAyBll2aJF5wLLGAXZOJC+sjytneORMXuifRXrSX+wMj9gTwC23AmfPAHs+0GY80wzt9BdzIXDbROCfv4HEXuXMDhFFzJX+IgAFCVTuCVT9n/wgBS9jqQdJnP0wxAU8mSROZ6kFacCpSRQkkovjnTwTyfsNdnAVITMFL5sLElxmkbiMG1yHkvBegwt1MpCCK5nelIJLvd6MEFwLl4EUPCzgTSl4msKbkSgRPG4iASp4HkcCUjqeFDyw5E0reKLLm1G6hHOT6EoDmOcAPFv1yoM48QQdhsGHKvaRt1z82DRDQPf0Snom8H9b06vKxHR0QAAAAABJRU5ErkJggg==);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.meeting-header .meeting-header-user-dropdowon-scrollbar {
  height: calc(100vh - 200px) !important;
}
.meeting-header .ivu-dropdown .ivu-dropdown {
  width: auto !important;
}
.meeting-exit-modal .ivu-modal-footer .exit-meeting-btn {
  border: 1px solid #fe5246;
  color: #fe5246;
}
.meeting-exit-modal .ivu-modal-footer .moderator-exit-meeting-btn {
  color: #fff;
  border: 1px solid #fe5246;
  background-color: #fe5246;
}

.viewer-files-flie-list[data-v-5c390b98] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
}
.viewer-files-flie-list[data-v-5c390b98]:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}
.viewer-files-flie-list[data-v-5c390b98]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.viewer-files-flie-list .item[data-v-5c390b98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  width: 700px;
  cursor: pointer;
}
.viewer-files-flie-list .item .item-file-img[data-v-5c390b98] {
  width: 26px;
  height: 32px;
}
.viewer-files-flie-list .item .file-content[data-v-5c390b98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.viewer-files-flie-list .item .content-todms[data-v-5c390b98] {
  cursor: pointer;
  color: #10a5cb;
}
.viewer-files-flie-list .item .content-name[data-v-5c390b98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.viewer-files-flie-list .item .content-name span[data-v-5c390b98] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.viewer-files-flie-list .item .content-name img[data-v-5c390b98] {
  width: 16px;
  margin-left: 8px;
}
.viewer-files-flie-list .item .content-info[data-v-5c390b98] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.viewer-files-flie-list .item .content-info span[data-v-5c390b98] {
  margin-right: 8px;
}
.viewer-dms-no-data[data-v-5c390b98] {
  text-align: center;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}








































.project-cabinet-content[data-v-a86da06c] {
  min-height: 100vh;
  padding-bottom: 24px;
  position: relative;
  background: #1f2529;
}
.project-cabinet-content .cabinet-wrap[data-v-a86da06c] {
  width: 1200px;
  margin: 16px auto 0 auto;
  padding: 16px 0px 60px 0px;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar[data-v-a86da06c] {
  padding: 0 24px 16px 24px;
  width: 100%;
  border-bottom: 1px solid #505464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-btns .cabinet_button[data-v-a86da06c] {
  margin-right: 10px;
  cursor: pointer;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input[data-v-a86da06c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet_button_input[data-v-a86da06c] {
  width: 300px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style[data-v-a86da06c] {
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Upwardsort .path1[data-v-a86da06c]::before {
  color: #10a5cb;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Upwardsort .path2[data-v-a86da06c]:before,
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Upwardsort .path3[data-v-a86da06c]:before,
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Upwardsort .path4[data-v-a86da06c]:before {
  color: rgba(255, 255, 255, 0.5);
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Downwardsort .path2[data-v-a86da06c]:before,
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Downwardsort .path3[data-v-a86da06c]:before,
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Downwardsort .path4[data-v-a86da06c]:before {
  color: rgba(255, 255, 255, 0.5);
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .icon-icon-Downwardsort .path1[data-v-a86da06c]::before {
  color: #10a5cb;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .dropdown-sort-item[data-v-a86da06c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-bar .cabinet-wrap-bar-input .cabinet-dropdown-style .dropdown-sort-item img[data-v-a86da06c] {
  height: 16px;
  width: 4px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container[data-v-a86da06c] {
  width: 100%;
  padding-bottom: 24px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-nav[data-v-a86da06c] {
  min-height: 44px;
  padding: 0 24px;
  width: 100%;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-nav .cabinet-wrap-container-nav-crumb[data-v-a86da06c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-nav .line[data-v-a86da06c] {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet_breadcrumb[data-v-a86da06c] {
  padding: 10px 24px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet_breadcrumb .cabinet_breadcrumb-btn[data-v-a86da06c] {
  margin-left: 5px;
  margin-top: 5px;
  cursor: pointer;
  color: cornflowerblue;
  font-size: 13px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet[data-v-a86da06c] {
  padding: 0 24px;
  height: 66px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet[data-v-a86da06c]:hover {
  background: rgba(245, 247, 250, 0.05);
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item[data-v-a86da06c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item .cabinet-file-img[data-v-a86da06c] {
  width: 26px;
  height: 32px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item .cabinet-file-content[data-v-a86da06c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item .cabinet-file-content .cabinet-file-conetent-name span[data-v-a86da06c] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item .cabinet-file-content .cabinet-file-conetent-name img[data-v-a86da06c] {
  width: 16px;
  margin-left: 8px;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item-action[data-v-a86da06c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-cabinet-content .cabinet-wrap .cabinet-wrap-container .cabinet-wrap-container-table .cabinet .cabinet-item-action .aciton-icon[data-v-a86da06c] {
  margin-right: 12px;
  cursor: pointer;
}
a[data-v-a86da06c] {
  cursor: pointer;
}

.project-cabinet-content .crumbs-block {
  min-height: 100px;
}
.cabinet-files-bread-crumb span {
  color: rgba(255, 255, 255, 0.6);
  max-width: 130px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
}
.cabinet-files-bread-crumb .cabinet-files-crumb-title-activate {
  color: #ffffff;
}
.cabinet-files-bread-crumb .ivu-breadcrumb-item-separator {
  top: -2px;
  position: relative;
}
.project-cabinet-content .cabinet-wrap-container-table {
  height: 690px !important;
}
.project-cabinet-content .cabinet-wrap-container-table .el-scrollbar__wrap {
  overflow-x: auto;
}
.project-cabinet-content .cabinet_button_input .ivu-input {
  border: 1px solid rgba(235, 237, 240, 0.3);
  border-radius: 4px;
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
}

.name-input-folder[data-v-35894602] {
  min-width: 360px;
  margin-top: 10px;
}

.project-cabinet-copy-move-create-folder[data-v-0c8c7048] {
  color: #1CA9CD;
  cursor: pointer;
  margin-right: 24px;
}
.project-cabinet-copy-move-content[data-v-0c8c7048] {
  padding-left: 16px;
}
.project-cabinet-copy-move-content-crumb[data-v-0c8c7048] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
}
.project-cabinet-copy-move-content-crumb-activate[data-v-0c8c7048] {
  color: #ffffff;
}
.project-cabinet-copy-move-content-crumb > span[data-v-0c8c7048] {
  font-size: 14px;
}
.project-cabinet-copy-move-content-crumb > span > span > span[data-v-0c8c7048] {
  cursor: pointer;
}
.project-cabinet-copy-move-content-table-no-data[data-v-0c8c7048] {
  text-align: center;
}
.project-cabinet-copy-move-content-table > div[data-v-0c8c7048] {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.project-cabinet-copy-move-content-table > div > img[data-v-0c8c7048] {
  width: 26px;
  height: 32px;
  margin-right: 12px;
}
.project-cabinet-copy-move-content-table > div[data-v-0c8c7048]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.project-cabinet-copy-move-content-table > div[data-v-0c8c7048]:hover {
  background: rgba(16, 165, 203, 0.1);
}

.project-cabinet-copy-move .ivu-modal-body {
  padding: 0;
}
.project-cabinet-copy-move .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-cabinet-copy-move-content-table-scrollbar {
  height: 600px !important;
  min-height: 600px;
  margin-bottom: 10px;
  overflow-y: auto;
}

.drawing-tree[data-v-8de726f0] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}
.add-drawing-files-tree[data-v-8de726f0] {
  overflow-y: auto;
  height: 520px;
  overflow-x: hidden;
  position: relative;
  border: 1px solid #dcdee2;
}
@media screen and (min-width: 380px) {
.add-drawing-files-tree[data-v-8de726f0] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
}

.add-or-edit-task-content[data-v-74eb8341] {
  margin: 0px auto;
  width: 1280px;
  margin-bottom: 400px;
}
@media screen and (max-width: 1280px) {
.add-or-edit-task-content[data-v-74eb8341] {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 400px;
}
.add-edit-task-executor[data-v-74eb8341] {
    width: 400px !important;
    margin-left: 0px !important;
}
.add-edit-task-right[data-v-74eb8341] {
    width: 90% !important;
    margin-top: 50px;
}
.add-edit-task-left[data-v-74eb8341] {
    width: 90% !important;
}
.add-edit-task-all[data-v-74eb8341] {
    display: block !important;
}
}
.add-edit-task-header[data-v-74eb8341] {
  height: 45px;
  line-height: 45px;
}
.add-edit-task-header-title[data-v-74eb8341] {
  display: inline-block;
  position: relative;
}
.add-edit-task-header-title span[data-v-74eb8341] {
  left: 20px;
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.add-edit-task-all[data-v-74eb8341] {
  width: 100%;
  height: 85%;
  top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-task_back[data-v-74eb8341] {
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
.add-edit-task-left[data-v-74eb8341] {
  padding-top: 10px;
  height: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.add-edit-task-executor[data-v-74eb8341] {
  width: 500px;
  margin-left: 0px !important;
}
.add-edit-task-right[data-v-74eb8341] {
  padding-top: 10px;
  padding-left: 20px;
  width: 40%;
  min-height: 1350px;
  display: block;
  /* padding-right: 20px; */
  margin-left: 3px;
}
.add-edit-task-right-title[data-v-74eb8341] {
  display: block;
  position: relative;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.add-edit-task-journal-title-content[data-v-74eb8341] {
  width: 80%;
  margin-left: 10px;
}
.add-edit-task-journal[data-v-74eb8341] {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  height: auto;
  background-color: rgba(242, 242, 242, 1);
}
.add-edit-task-journal-info[data-v-74eb8341] {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.add-edit-task-journal-status[data-v-74eb8341] {
  position: relative;
  left: 3px;
  font-size: 12px;
  line-height: 21px;
}
.add-edit-task-journal-status-fujian[data-v-74eb8341] {
  width: 90%;
}
.add-edit-task-journal-status-content[data-v-74eb8341] {
  top: 6px;
}
.add-edit-task-journal-content-title[data-v-74eb8341] {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
}
.add-edit-task-journal-status-fujian span[data-v-74eb8341] {
  cursor: pointer;
}
.add-edit-task-journal-create-info-left[data-v-74eb8341] {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.add-edit-task-journal-create-info-right[data-v-74eb8341] {
  width: 28%;
  white-space: nowrap;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.add-edit-task-journal-portrait[data-v-74eb8341] {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  right: 2px;
}
.add-edit-task-journal-portrait img[data-v-74eb8341] {
  width: 20px;
  height: 20px;
  line-height: 30px;
  border-radius: 50%;
}
.add-edit-task-journal-name[data-v-74eb8341] {
  line-height: 30px;
}
.add-eidt-task-journal-content-left[data-v-74eb8341] {
  width: 10%;
}
.add-edit-task-journal-content[data-v-74eb8341] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.add-edit-task-journal-time[data-v-74eb8341] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 5px;
}
.add-edit-task-journal-time-title[data-v-74eb8341] {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.add-edit-task-journal-time-content[data-v-74eb8341] {
  margin-top: 1px;
  margin-left: 5px;
  font-size: 14px;
}
.add-edit-task-journal-save-as[data-v-74eb8341] {
  margin-left: 10px;
  cursor: pointer;
  color: #199ed8;
}
ul.file_list[data-v-74eb8341] {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
.file_list_scroll > li[data-v-74eb8341] {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-left: 17px;
}
.fileName-close[data-v-74eb8341] {
  color: red;
  position: relative;
  top: 1px;
  right: -10px;
  cursor: pointer;
  visibility: hidden;
}
.file_list_scroll[data-v-74eb8341] {
  max-height: 90px;
  overflow-y: auto;
}
.add-edit-task-upload-file-name[data-v-74eb8341] {
  cursor: pointer;
}
.file_list_scroll > li:hover .fileName-close[data-v-74eb8341] {
  visibility: visible;
}
ul li[data-v-74eb8341] {
  list-style: none;
}
.project-add-task-input-option[data-v-74eb8341] {
  padding: 5px;
  cursor: pointer;
}
.project-add-task-input-option[data-v-74eb8341]:hover {
  background: #f3f3f3;
}
.add-edit-task-journal-scroll[data-v-74eb8341] {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 1330px;
  /* width: 550px; */
}
.add-edit-task_img[data-v-74eb8341] {
  cursor: pointer;
  bottom: 4px;
  position: relative;
}
.ivu-upload-list[data-v-74eb8341] {
  max-height: 115px;
  overflow-y: scroll;
}
.task-add-or-edit-button-bottom[data-v-74eb8341] {
  margin-bottom: 100px !important;
}

.project-add-task-edit-content .ivu-auto-complete.ivu-select-dropdown {
  max-height: 300px !important;
}
.add-edit-task-left .ivu-date-picker-editor {
  width: 270px;
}

.custom-user-box-list > input[data-v-94e93dac] {
  border: none;
  outline: none;
  width: 100%;
  line-height: 32px;
  height: 32px;
}
.custom-user-box-list > img[data-v-94e93dac] {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 14px;
  height: 14px;
}
.custom-user-box-list[data-v-94e93dac] {
  position: relative;
  font-size: 13px;
  color: #cccccc;
  width: 100%;
  padding-left: 10px;
  line-height: 32px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  /* height: 32px; */
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #dee2e6;
  margin-left: 10px;
}
.custom-user-list[data-v-94e93dac] {
  position: absolute;
  width: 100%;
  height: 200px;
  overflow: hidden;
  left: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  /* display: none; */
}
.custom-user-list li[data-v-94e93dac] {
  padding: 5px 0 5px 13px;
  z-index: 10;
  color: #3c3b3b;
  list-style: none;
}
.custom-user-list-touser[data-v-94e93dac] {
  z-index: 10;
}
.serach-project-personnel-tppltip[data-v-94e93dac] {
  width: 100%;
  z-index: 10000;
}
.custom-user-list li[data-v-94e93dac]:hover {
  background-color: #57a3f3;
  color: #fff;
}
.custom-user-list p[data-v-94e93dac] {
  display: inline-block;
  font-size: 13px;
  margin-right: 10px;
}
.custom-toUserScroll[data-v-94e93dac] {
  overflow-y: auto;
  max-height: 200px;
  /* height: 150px; */
  height: 200px;
}
.custom-toUserScroll li[data-v-94e93dac] {
  list-style-type: none;
}
.custom-user-list-profession[data-v-94e93dac] {
  height: 130px !important;
}
.custom-user-list-profession_scroll[data-v-94e93dac] {
  overflow-y: auto;
  max-height: 130px;
  /* height: 150px; */
  height: 130px;
}
.custom-user-list-profession-complete-title[data-v-94e93dac] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30%;
  display: inline-block;
}
.custom-user-list-profession-complete-count[data-v-94e93dac] {
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 17px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.serach-project-personnel-tppltip .ivu-tooltip-inner {
  word-break: break-all !important;
}

*[data-v-eaf2dd9a] {
  margin: 0;
  padding: 0;
}
ul[data-v-eaf2dd9a],
li[data-v-eaf2dd9a] {
  list-style: none;
}
.task-replay-model[data-v-eaf2dd9a] {
  font-size: 14px;
  font-weight: 500px;
  color: #000;
}
.task-replay-model span[data-v-eaf2dd9a] {
  display: inline-block;
  width: 85px;
  text-align: right;
  margin-right: 20px;
}
.task-replay-model-div[data-v-eaf2dd9a] {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.task-replay-upload[data-v-eaf2dd9a] {
  display: inline-block;
  width: 406px;
}
ul.file_list[data-v-eaf2dd9a] {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
ul.file_list > li[data-v-eaf2dd9a] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-left: 20px;
}
ul.file_list i[data-v-eaf2dd9a] {
  color: red;
  position: absolute;
  top: -8px;
  right: 0;
  cursor: pointer;
}
.fileName[data-v-eaf2dd9a] {
  margin: 0px 10px;
  cursor: pointer;
  font-size: 16px;
  color: #999;
}
.tip-box-footer[data-v-eaf2dd9a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tip-box-footer-btn[data-v-eaf2dd9a] {
  width: 85px;
  height: 36px;
  margin-right: 18px;
}
.select-list[data-v-eaf2dd9a] {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}
.ivu-upload-list[data-v-eaf2dd9a] {
  overflow-y: scroll;
  max-height: 324px;
  height: 324px;
}
.task-reply-upload-buton[data-v-eaf2dd9a] {
  min-width: 160px;
  height: 30px;
  background: #fff;
}

.task-replay-model .ivu-modal-body {
  background-color: rgba(242, 242, 242, 1);
}
.task-replay-upload .ivu-upload-list {
  overflow-y: auto;
  max-height: 100px;
  height: 100px;
}





































































































































































































































.l-flex[data-v-60f5865d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-flex__left[data-v-60f5865d] {
  width: 360px;
  /* background-color: gainsboro; */
  padding: 20px;
}
.l-flex__right[data-v-60f5865d] {
  padding: 20px;
  width: 920px;
}
@media screen and (max-width: 800px) {
.l-flex__left[data-v-60f5865d] {
    width: 100%;
}
.l-flex__right[data-v-60f5865d] {
    width: 100%;
}
}
#taskindex .bottom--fixed[data-v-60f5865d] {
  position: fixed;
  bottom: 0;
}
#task[data-v-60f5865d] {
  min-height: 800px;
}

/* .selectMode{
  margin-left: 10px;
} */
.selectMode .chooseType[data-v-60f5865d] {
  margin: 0px 10px;
}
[class*="col-"][data-v-60f5865d] {
  padding: 12px !important;
}






































































































































































































































































































































































































































































































































































































































/* #task .ivu-select-multiple .ivu-select-selection .ivu-select-placeholder{
  height: 31px;
  line-height:31px;
} */
#task .taskType.el-select .el-input__inner {
  position: relative;
  top: 1px;
}
#task .ivu-input {
  line-height: 32px;
}

#task[data-v-910c166c] {
  min-height: 800px;
}
.modal-end-time[data-v-910c166c] {
  margin: 10px;
}
#task .filter[data-v-910c166c] {
  border-bottom: 1px solid #ccc;
}
#task .content[data-v-910c166c] {
  padding: 10px 10px 0px 10px;
}
#task .nagivation[data-v-910c166c] {
  margin-bottom: 10px;
}
#task .nagivation > a[data-v-910c166c] {
  color: #000;
  font-size: 15px;
}
#task .nagivation > a.active[data-v-910c166c] {
  color: #2d8cf0;
}
#task .content .bottom-down[data-v-910c166c] {
  width: 120px;
  top: 23px;
  position: relative;
  font-size: 13px;
  color: #288dfb;
  cursor: pointer;
}
#task .upload-form[data-v-910c166c] {
  width: auto;
  height: 33px;
  background: #2db7f5;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  padding: 0px 10px;
  cursor: pointer;
  overflow: hidden;
}
#task .upload-form[data-v-910c166c]:focus {
  background: #2db7f5;
}
#task .upload-form_test[data-v-910c166c] {
  background: #2db7f5 !important;
  color: #fff !important;
}
#task #attachment[data-v-910c166c] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
}
ul li[data-v-910c166c] {
  list-style: none;
}
#task .taskPage[data-v-910c166c] {
  margin-top: 8px;
  text-align: right;
  margin-bottom: 100px;
}

#task .ivu-table-cell {
  white-space: inherit;
  word-break: normal;
}

.taskDistribute-p[data-v-67413655] {
  display: inline-block;
  width: 80px;
}
.taskDistribute-div[data-v-67413655] {
  margin-top: 20px;
}

.upload-btn[data-v-455d1f30] {
  float: right;
  margin-top: 10px;
  background-color: #fff;
}
.upload-btn__a[data-v-455d1f30] {
  position: relative;
  display: inline-block;
  padding: 7px 16px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 30px;
  margin-top: 10px;
  background-color: #fff;
  color: #57a3f3;

  cursor: pointer;
}
.upload-btn__a[data-v-455d1f30]:hover {
  color: #004974;
  text-decoration: none;
}
.upload-btn__input[data-v-455d1f30] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
}

.account-container[data-v-c1933a32] {
  min-height: calc(100vh - 208px);
}
.account-l-main-center[data-v-c1933a32] {
  width: 1280px;
  margin: 0 auto;
}
.pointer[data-v-c1933a32] {
  cursor: pointer;
  font-size: 13px;
}
.pointer.active[data-v-c1933a32] {
  cursor: default;
  color: #3ba5de;
}
.clearfix[data-v-c1933a32] {
  *zoom: 1;
}
.clearfix[data-v-c1933a32]:before,
.clearfix[data-v-c1933a32]:after {
  display: table;
  content: "";
}
.clearfix[data-v-c1933a32]:after {
  clear: both;
}
#account_center .nav_header[data-v-c1933a32] {
  overflow: hidden;
}
#account_center .nav_title[data-v-c1933a32] {
  line-height: 40px;
  height: 40px;
  /* border-bottom: 1px solid grey; */
}
#account_center .nav_back[data-v-c1933a32] {
  height: 20px;
  margin-top: 10px;
  margin-left: 8px;
  float: left;
  cursor: pointer;
}
#account_center .form-box[data-v-c1933a32] {
  margin-top: 15px;
  margin-bottom: 90px;
}
#account_center .tab-bar[data-v-c1933a32] {
  *zoom: 1;
  list-style: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
#account_center .tab-bar[data-v-c1933a32]:before,
#account_center .tab-bar[data-v-c1933a32]:after {
  display: table;
  content: "";
}
#account_center .tab-bar[data-v-c1933a32]:after {
  clear: both;
}
#account_center .tab-bar li[data-v-c1933a32] {
  min-width: 90px;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-right: 1px solid grey;
}
#account_center .tab-bar li[data-v-c1933a32]:last-child {
  border-right: none;
}
#account_center .tab-box[data-v-c1933a32] {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}
#account_center .tab-box .tab-item .myAvatar[data-v-c1933a32] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.nav_title_span[data-v-c1933a32] {
  font-size: 20px;
  font-weight: bold;
}
.nav_header_back[data-v-c1933a32] {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nav_header_back img[data-v-c1933a32] {
  margin-left: 50px;
  top: -4px;
  position: relative;
  cursor: pointer;
}
.form_input[data-v-c1933a32] {
  display: inline-block;
  width: 500px;
}
.picker[data-v-c1933a32] {
  width: 100%;
}
.project-table-page[data-v-c1933a32] {
  margin-top: 16px;
  float: right;
  padding-bottom: 40px;
}

.account-share-table .ivu-icon-ios-arrow-forward {
  opacity: 0 !important;
}
#account_center .ivu-table-cell {
  text-overflow: clip !important;
}
.logooutTime .ivu-col {
  padding: 0 !important;
}
.logooutTime .ivu-input-number {
  width: 98% !important;
}

.expand-row[data-v-c12e3fda] {
  margin-bottom: 16px;
}

.problem-management-tab-interaction[data-v-441c01ec] {
  text-align: right;
}
@media (max-width: 1280px) {
.problem-management-tab-text[data-v-441c01ec] {
    font-size: 15px !important;
    margin-left: 10px !important;
}
.line-between[data-v-441c01ec] {
    font-size: 15px !important;
    margin-left: 10px !important;
}
}
.project-problem-box[data-v-441c01ec] {
  margin: 0px auto;
  width: 100%;
}
.project-problem-management-box[data-v-441c01ec] {
  position: relative;
  margin: 0px auto;
}
.problem-management-tab[data-v-441c01ec] {
  margin-top: 5px;
}
.problem-management-tab-text[data-v-441c01ec] {
  display: inline-block;
  font-size: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.problem-management-tab-active[data-v-441c01ec]:hover {
  -webkit-transition: color ease-in 0.2s;
  transition: color ease-in 0.2s;
  color: rgba(0, 123, 255, 1);
}
.problem-management-tab-active[data-v-441c01ec] {
  -webkit-transition: color ease-in 0.2s;
  transition: color ease-in 0.2s;
  color: rgba(0, 123, 255, 1);
}
.problem-management-box[data-v-441c01ec] {
  position: relative;
  width: 1258px;
  margin: 0px auto;
  overflow: hidden;
  min-height: 90vh;
}
.line-between[data-v-441c01ec] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
  display: inline-block;
  color: #3a3a3a;
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}
.problem-management-box-tab-right-input[data-v-441c01ec] {
  width: 280px;
  height: 32px;
  display: inline-table;
  margin-right: 5px;
  top: 0px;
  margin-top: 5px;
}
.problem-management-box-tab-right-button[data-v-441c01ec] {
  width: 115px;
  height: 32px;
  margin-top: 5px;
}
.page[data-v-441c01ec] {
  float: right;
}
.bottom-page[data-v-441c01ec] {
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.problem_management_div_page[data-v-441c01ec] {
  display: block;
  text-align: right;
}
.status-select[data-v-441c01ec] {
  text-align: left;
  margin-top: 4px;
  margin-right: 6px;
}

@media screen and (max-width: 1024px) {
.problem-creator-picture {
    display: none;
}
.prolbem-img {
    width: 45px;
    height: 22px;
}
.problem-iview-creator-div-span {
    top: 0px !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px !important;
    left: 5px;
    white-space: nowrap;
    display: inline-block;
}
}
.problem-creator-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.problem-creator-picture {
  width: 20px;
  height: 20px;
  position: relative;
}
.prolbem-img {
  max-width: 90px;
  max-height: 45px;
}
.problem-manage-select {
  width: 231px !important;
  height: 32px;
  border-radius: 2px;
  margin-left: 10px;
}
.problem-manage-edit-iview > .problem-manage-select {
  width: 232px !important;
  height: 32px;
  border-radius: 2px;
  margin-left: 10px;
}
.problem-iview-creator-div-span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  left: 5px;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
}
.problem_management .ivu-table-cell {
  text-overflow: clip;
}

.problem-manage-edit-body-img[data-v-11029e1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  margin-bottom: 10px;
}
.carousel-box[data-v-11029e1c] {
  width: 380px;
  height: 200px;
}
.problem-manage-edit-body-img img[data-v-11029e1c] {
  width: 380px;
  height: 200px;
}
.update-problem-row-iview[data-v-11029e1c] {
  left: -10px;
  top: -10px;
}
.update-problem-row-col-iview[data-v-11029e1c] {
  /* left: 20px; */
}
.update-problem-row-col[data-v-11029e1c] {
  display: block;
  width: 50%;
}
.update-problem-row[data-v-11029e1c] {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  height: 32px;
  zoom: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.update-edit-problem-to-user {
  margin-left: 0px !important;
}
.update-problem-row-col-iview .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}
.ivu-carousel-arrow:focus {
  outline: 0;
}

.problem-manage-edit-body-img[data-v-fbcde10c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  margin-bottom: 10px;
}
.carousel-box[data-v-fbcde10c] {
  width: 380px;
  height: 200px;
}
.problem-manage-edit-body-img img[data-v-fbcde10c] {
  width: 380px;
  height: 200px;
  /* border-style:solid;
  border-color: #ccc; */
  border-width: 0.3px;
}
.update-problem-row-iview[data-v-fbcde10c] {
  left: -10px;
  top: -10px;
}
.update-problem-row-col-iview[data-v-fbcde10c] {
  /* left: 20px; */
}
.update-problem-row-col[data-v-fbcde10c] {
  display: block;
  width: 50%;
}
.update-problem-row[data-v-fbcde10c] {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  height: 32px;
  zoom: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.upload-title[data-v-fbcde10c]{
  position: absolute;
  font-size: 24px;
  left:370px;
  z-index:50
}
.project-img[data-v-fbcde10c]{
  position: relative;
}

.update-edit-problem-to-user {
  margin-left: 0px !important;
}
.update-problem-row-col-iview .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}
.ivu-carousel-arrow:focus {
  outline: 0;
}






@charset "UTF-8";
@-webkit-keyframes vicp_progress {
0% {
    background-position-y: 0;
}
100% {
    background-position-y: 40px;
}
}
@keyframes vicp_progress {
0% {
    background-position-y: 0;
}
100% {
    background-position-y: 40px;
}
}
@-webkit-keyframes vicp {
0% {
    opacity: 0;
    -webkit-transform: scale(0) translatey(-60px);
            transform: scale(0) translatey(-60px);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
}
}
@keyframes vicp {
0% {
    opacity: 0;
    -webkit-transform: scale(0) translatey(-60px);
            transform: scale(0) translatey(-60px);
}
100% {
    opacity: 1;
    -webkit-transform: scale(1) translatey(0);
            transform: scale(1) translatey(0);
}
}
.vue-image-crop-upload {
  position: fixed;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
.vue-image-crop-upload .vicp-wrap {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
    position: fixed;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    height: 330px;
    padding: 25px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-animation: vicp 0.12s ease-in;
            animation: vicp 0.12s ease-in;
}
.vue-image-crop-upload .vicp-wrap .vicp-close {
      position: absolute;
      right: -30px;
      top: -30px;
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4 {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: -webkit-transform 0.18s;
        transition: -webkit-transform 0.18s;
        transition: transform 0.18s;
        transition: transform 0.18s, -webkit-transform 0.18s;
        -webkit-transform: rotate(0);
                transform: rotate(0);
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4::after, .vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4::before {
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
                  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
          content: '';
          position: absolute;
          top: 12px;
          left: 4px;
          width: 20px;
          height: 3px;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4::after {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg);
}
.vue-image-crop-upload .vicp-wrap .vicp-close .vicp-icon4:hover {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 35px;
      height: 170px;
      background-color: rgba(0, 0, 0, 0.03);
      text-align: center;
      border: 1px dashed rgba(0, 0, 0, 0.08);
      overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 {
        display: block;
        margin: 0 auto 6px;
        width: 42px;
        height: 42px;
        overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-arrow {
          display: block;
          margin: 0 auto;
          width: 0;
          height: 0;
          border-bottom: 14.7px solid rgba(0, 0, 0, 0.3);
          border-left: 14.7px solid transparent;
          border-right: 14.7px solid transparent;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-body {
          display: block;
          width: 12.6px;
          height: 14.7px;
          margin: 0 auto;
          background-color: rgba(0, 0, 0, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-icon1 .vicp-icon1-bottom {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          height: 12.6px;
          border: 6px solid rgba(0, 0, 0, 0.3);
          border-top: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-hint {
        display: block;
        padding: 15px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area .vicp-no-supported-hint {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 30px;
        width: 100%;
        height: 60px;
        line-height: 30px;
        background-color: #eee;
        text-align: center;
        color: #666;
        font-size: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step1 .vicp-drop-area:hover {
        cursor: pointer;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.05);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop {
      overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left {
        float: left;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container {
          position: relative;
          display: block;
          width: 240px;
          height: 180px;
          background-color: #e5e5e0;
          overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img {
            position: absolute;
            display: block;
            cursor: move;
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade {
            -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
                    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
            position: absolute;
            background-color: rgba(241, 242, 243, 0.8);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade.vicp-img-shade-1 {
              top: 0;
              left: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-img-container .vicp-img-shade.vicp-img-shade-2 {
              bottom: 0;
              right: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate {
          position: relative;
          width: 240px;
          height: 18px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i {
            display: block;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            line-height: 18px;
            text-align: center;
            font-size: 12px;
            font-weight: bold;
            background-color: rgba(0, 0, 0, 0.08);
            color: #fff;
            overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i:hover {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              cursor: pointer;
              background-color: rgba(0, 0, 0, 0.14);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i:first-child {
              float: left;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-rotate i:last-child {
              float: right;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range {
          position: relative;
          margin: 30px 0 10px 0;
          width: 240px;
          height: 18px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5,
          .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6 {
            position: absolute;
            top: 0;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background-color: rgba(0, 0, 0, 0.08);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5:hover,
            .vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6:hover {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              cursor: pointer;
              background-color: rgba(0, 0, 0, 0.14);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5 {
            left: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon5::before {
              position: absolute;
              content: '';
              display: block;
              left: 3px;
              top: 8px;
              width: 12px;
              height: 2px;
              background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6 {
            right: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6::before {
              position: absolute;
              content: '';
              display: block;
              left: 3px;
              top: 8px;
              width: 12px;
              height: 2px;
              background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range .vicp-icon6::after {
              position: absolute;
              content: '';
              display: block;
              top: 3px;
              left: 8px;
              width: 2px;
              height: 12px;
              background-color: #fff;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range] {
            display: block;
            padding-top: 5px;
            margin: 0 auto;
            width: 180px;
            height: 8px;
            vertical-align: top;
            background: transparent;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            cursor: pointer;
            /* 滑块
							 ---------------------------------------------------------------*/
            /* 轨道
							 ---------------------------------------------------------------*/
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus {
              outline: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-webkit-slider-thumb {
              -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
                      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
              -webkit-appearance: none;
                      appearance: none;
              margin-top: -3px;
              width: 12px;
              height: 12px;
              background-color: #61c091;
              border-radius: 100%;
              border: none;
              -webkit-transition: 0.2s;
              transition: 0.2s;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-moz-range-thumb {
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
              -moz-appearance: none;
                   appearance: none;
              width: 12px;
              height: 12px;
              background-color: #61c091;
              border-radius: 100%;
              border: none;
              -webkit-transition: 0.2s;
              transition: 0.2s;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-thumb {
              box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.18);
              appearance: none;
              width: 12px;
              height: 12px;
              background-color: #61c091;
              border: none;
              border-radius: 100%;
              -webkit-transition: 0.2s;
              transition: 0.2s;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-moz-range-thumb {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
              width: 14px;
              height: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-ms-thumb {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
              width: 14px;
              height: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:active::-webkit-slider-thumb {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
              margin-top: -4px;
              width: 14px;
              height: 14px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-webkit-slider-runnable-track {
              -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
                      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              width: 100%;
              height: 6px;
              cursor: pointer;
              border-radius: 2px;
              border: none;
              background-color: rgba(68, 170, 119, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-moz-range-track {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              width: 100%;
              height: 6px;
              cursor: pointer;
              border-radius: 2px;
              border: none;
              background-color: rgba(68, 170, 119, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-track {
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
              width: 100%;
              cursor: pointer;
              background: transparent;
              border-color: transparent;
              color: transparent;
              height: 6px;
              border-radius: 2px;
              border: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-fill-lower {
              background-color: rgba(68, 170, 119, 0.3);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]::-ms-fill-upper {
              background-color: rgba(68, 170, 119, 0.15);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-webkit-slider-runnable-track {
              background-color: rgba(68, 170, 119, 0.5);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-moz-range-track {
              background-color: rgba(68, 170, 119, 0.5);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-ms-fill-lower {
              background-color: rgba(68, 170, 119, 0.45);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-left .vicp-range input[type=range]:focus::-ms-fill-upper {
              background-color: rgba(68, 170, 119, 0.25);
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right {
        float: right;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview {
          height: 150px;
          overflow: hidden;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item {
            position: relative;
            padding: 5px;
            width: 100px;
            height: 100px;
            float: left;
            margin-right: 16px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item span {
              position: absolute;
              bottom: -30px;
              width: 100%;
              font-size: 14px;
              color: #bbb;
              display: block;
              text-align: center;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item img {
              position: absolute;
              display: block;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto;
              /* padding: 3px; */
              background-color: #fff;
              border: 1px solid rgba(0, 0, 0, 0.15);
              overflow: hidden;
              -webkit-user-select: none;
                 -moz-user-select: none;
                  -ms-user-select: none;
                      user-select: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle {
              margin-right: 0;
}
.vue-image-crop-upload .vicp-wrap .vicp-step2 .vicp-crop .vicp-crop-right .vicp-preview .vicp-preview-item.vicp-preview-item-circle img {
                border-radius: 100%;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload {
      position: relative;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 35px;
      height: 170px;
      background-color: rgba(0, 0, 0, 0.03);
      text-align: center;
      border: 1px dashed #ddd;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-loading {
        display: block;
        padding: 15px;
        font-size: 16px;
        color: #999;
        line-height: 30px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-progress-wrap {
        margin-top: 12px;
        background-color: rgba(0, 0, 0, 0.08);
        border-radius: 3px;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-progress-wrap .vicp-progress {
          position: relative;
          display: block;
          height: 5px;
          border-radius: 3px;
          background-color: #4a7;
          -webkit-box-shadow: 0 2px 6px 0 rgba(68, 170, 119, 0.3);
                  box-shadow: 0 2px 6px 0 rgba(68, 170, 119, 0.3);
          -webkit-transition: width 0.15s linear;
          transition: width 0.15s linear;
          background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
          background-size: 40px 40px;
          -webkit-animation: vicp_progress 0.5s linear infinite;
                  animation: vicp_progress 0.5s linear infinite;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-progress-wrap .vicp-progress::after {
            content: '';
            position: absolute;
            display: block;
            top: -3px;
            right: -3px;
            width: 9px;
            height: 9px;
            border: 1px solid rgba(245, 246, 247, 0.7);
            -webkit-box-shadow: 0 1px 4px 0 rgba(68, 170, 119, 0.7);
                    box-shadow: 0 1px 4px 0 rgba(68, 170, 119, 0.7);
            border-radius: 100%;
            background-color: #4a7;
}
.vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-error,
      .vue-image-crop-upload .vicp-wrap .vicp-step3 .vicp-upload .vicp-success {
        height: 100px;
        line-height: 100px;
}
.vue-image-crop-upload .vicp-wrap .vicp-operate {
      position: absolute;
      right: 20px;
      bottom: 20px;
}
.vue-image-crop-upload .vicp-wrap .vicp-operate a {
        position: relative;
        float: left;
        display: block;
        margin-left: 10px;
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        color: #4a7;
        border-radius: 2px;
        overflow: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
}
.vue-image-crop-upload .vicp-wrap .vicp-operate a:hover {
          background-color: rgba(0, 0, 0, 0.03);
}
.vue-image-crop-upload .vicp-wrap .vicp-error,
    .vue-image-crop-upload .vicp-wrap .vicp-success {
      display: block;
      font-size: 14px;
      line-height: 24px;
      height: 24px;
      color: #d10;
      text-align: center;
      vertical-align: top;
}
.vue-image-crop-upload .vicp-wrap .vicp-success {
      color: #4a7;
}
.vue-image-crop-upload .vicp-wrap .vicp-icon3 {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 4px;
}
.vue-image-crop-upload .vicp-wrap .vicp-icon3::after {
        position: absolute;
        top: 3px;
        left: 6px;
        width: 6px;
        height: 10px;
        border-width: 0 2px 2px 0;
        border-color: #4a7;
        border-style: solid;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        content: '';
}
.vue-image-crop-upload .vicp-wrap .vicp-icon2 {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      top: 4px;
}
.vue-image-crop-upload .vicp-wrap .vicp-icon2::after, .vue-image-crop-upload .vicp-wrap .vicp-icon2::before {
        content: '';
        position: absolute;
        top: 9px;
        left: 4px;
        width: 13px;
        height: 2px;
        background-color: #d10;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
}
.vue-image-crop-upload .vicp-wrap .vicp-icon2::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
}
.e-ripple {
  position: absolute;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 1;
}
.e-ripple.z-active {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-transition: opacity 1.2s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 1.2s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 1.2s ease-out, transform 0.6s ease-out;
    transition: opacity 1.2s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}


.problem-task-content .menu[data-v-08f3cc8c] {
  height: 76px;
  line-height: 76px;
  overflow: hidden;
}
.problem-task-content .menu > button[data-v-08f3cc8c] {
  margin-top: 22px;
  float: right;
}
.taskPage[data-v-08f3cc8c] {
  margin-top: 8px;
  text-align: right;
}
.container[data-v-08f3cc8c] {
  min-height: 90vh;
}

.bottom-page-down[data-v-0211fd42] {
  margin-bottom: 40px;
}
.modal-end-time[data-v-0211fd42] {
  margin: 10px;
}
#task .filter[data-v-0211fd42] {
  border-bottom: 1px solid #ccc;
}
#task .content[data-v-0211fd42] {
  padding: 10px 10px 0px 10px;
}
#task .nagivation[data-v-0211fd42] {
  margin-bottom: 10px;
}
#task .nagivation > a[data-v-0211fd42] {
  color: #000;
  font-size: 15px;
}
#task .nagivation > a.active[data-v-0211fd42] {
  color: #2d8cf0;
}
#task .content .bottom-down[data-v-0211fd42] {
  width: 120px;
  top: 23px;
  position: relative;
  font-size: 13px;
  color: #288dfb;
  cursor: pointer;
}
#task .upload-form[data-v-0211fd42] {
  width: auto;
  height: 33px;
  background: #2db7f5;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  padding: 0px 10px;
  cursor: pointer;
  overflow: hidden;
}
#task .upload-form[data-v-0211fd42]:focus {
  background: #2db7f5;
}
#task .upload-form_test[data-v-0211fd42] {
  background: #2db7f5 !important;
  color: #fff !important;
}
#task #attachment[data-v-0211fd42] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
}
#task .bottom--fixed[data-v-0211fd42] {
  position: fixed;
  bottom: 0;
}
ul li[data-v-0211fd42] {
  list-style: none;
}
#task .taskPage[data-v-0211fd42] {
  margin-top: 8px;
  text-align: right;
}
.problemtask_menu[data-v-0211fd42] {
  height: 76px;
  line-height: 76px;
  overflow: hidden;
}
.problemtask_menu > button[data-v-0211fd42] {
  margin-top: 22px;
  float: right;
}
.taskPage[data-v-0211fd42] {
  margin-top: 8px;
  text-align: right;
}
.task_table[data-v-0211fd42] {
  margin-top: 20px;
}

#task .ivu-table-cell {
  white-space: inherit;
  word-break: normal;
}

.taskDistribute-p[data-v-60bc9c44] {
  display: inline-block;
  width: 80px;
}
.taskDistribute-div[data-v-60bc9c44] {
  margin-top: 20px;
}

.add-or-edit-task-content[data-v-54c2a7ad] {
  margin: 0px auto;
  width: 1280px;
  margin-bottom: 300px;
}
@media screen and (max-width: 1280px) {
.add-or-edit-task-content[data-v-54c2a7ad] {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 300px;
}
.add-edit-task-executor[data-v-54c2a7ad] {
    width: 400px !important;
    margin-left: 0px !important;
}
.add-edit-task-right[data-v-54c2a7ad] {
    width: 90% !important;
    margin-top: 50px;
}
.add-edit-task-left[data-v-54c2a7ad] {
    width: 90% !important;
}
.add-edit-task-all[data-v-54c2a7ad] {
    display: block !important;
}
}
.add-edit-task-header[data-v-54c2a7ad] {
  height: 45px;
  line-height: 45px;
}
.add-edit-task-header-title[data-v-54c2a7ad] {
  display: inline-block;
  position: relative;
}
.add-edit-task-header-title span[data-v-54c2a7ad] {
  left: 20px;
  position: relative;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}
.add-edit-task-all[data-v-54c2a7ad] {
  width: 100%;
  height: 1480px;
  top: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-edit-task_back[data-v-54c2a7ad] {
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
.add-edit-task-left[data-v-54c2a7ad] {
  padding-top: 10px;
  height: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}
.add-edit-task-executor[data-v-54c2a7ad] {
  width: 500px;
  margin-left: 0px !important;
}
.add-edit-task-right[data-v-54c2a7ad] {
  padding-top: 10px;
  padding-left: 20px;
  width: 40%;
  min-height: 1350px;
  display: block;
  margin-left: 3px;
}
.add-edit-task-right-title[data-v-54c2a7ad] {
  display: block;
  position: relative;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
}
.add-edit-task-journal-title-content[data-v-54c2a7ad] {
  width: 80%;
  margin-left: 10px;
}
.add-edit-task-journal[data-v-54c2a7ad] {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  height: auto;
  background-color: rgba(242, 242, 242, 1);
}
.add-edit-task-journal-info[data-v-54c2a7ad] {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
}
.add-edit-task-journal-status[data-v-54c2a7ad] {
  position: relative;
  left: 3px;
  font-size: 12px;
  line-height: 21px;
}
.add-edit-task-journal-status-fujian[data-v-54c2a7ad] {
  width: 90%;
}
.add-edit-task-journal-status-content[data-v-54c2a7ad] {
  top: 6px;
}
.add-edit-task-journal-content-title[data-v-54c2a7ad] {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 32px;
}
.add-edit-task-journal-status-fujian span[data-v-54c2a7ad] {
  cursor: pointer;
}
.add-edit-task-journal-create-info-left[data-v-54c2a7ad] {
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.add-edit-task-journal-create-info-right[data-v-54c2a7ad] {
  width: 28%;
  white-space: nowrap;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.add-edit-task-journal-portrait[data-v-54c2a7ad] {
  width: 30px;
  height: 30px;
  position: relative;
  display: inline-block;
  line-height: 30px;
  right: 2px;
}
.add-edit-task-journal-portrait img[data-v-54c2a7ad] {
  width: 20px;
  height: 20px;
  line-height: 30px;
  border-radius: 50%;
}
.add-edit-task-journal-name[data-v-54c2a7ad] {
  line-height: 30px;
}
.add-eidt-task-journal-content-left[data-v-54c2a7ad] {
  width: 10%;
}
.add-edit-task-journal-content[data-v-54c2a7ad] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.add-edit-task-journal-time[data-v-54c2a7ad] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 5px;
}
.add-edit-task-journal-time-title[data-v-54c2a7ad] {
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
}
.add-edit-task-journal-time-content[data-v-54c2a7ad] {
  margin-top: 1px;
  margin-left: 5px;
  font-size: 14px;
}
.add-edit-task-journal-save-as[data-v-54c2a7ad] {
  margin-left: 10px;
  cursor: pointer;
  color: #199ed8;
}
ul.file_list[data-v-54c2a7ad] {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
.file_list_scroll > li[data-v-54c2a7ad] {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-left: 17px;
}
.fileName-close[data-v-54c2a7ad] {
  color: red;
  position: relative;
  top: 1px;
  right: -10px;
  cursor: pointer;
  visibility: hidden;
}
.file_list_scroll[data-v-54c2a7ad] {
  max-height: 90px;
  overflow-y: auto;
}
.add-edit-task-upload-file-name[data-v-54c2a7ad] {
  cursor: pointer;
}
.file_list_scroll > li:hover .fileName-close[data-v-54c2a7ad] {
  visibility: visible;
}
ul li[data-v-54c2a7ad] {
  list-style: none;
}
.project-add-task-input-option[data-v-54c2a7ad] {
  padding: 5px;
  cursor: pointer;
}
.project-add-task-input-option[data-v-54c2a7ad]:hover {
  background: #f3f3f3;
}
.add-edit-task-journal-scroll[data-v-54c2a7ad] {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 1330px;
}
.add-edit-task_img[data-v-54c2a7ad] {
  cursor: pointer;
  bottom: 4px;
  position: relative;
}
.ivu-upload-list[data-v-54c2a7ad] {
  max-height: 115px;
  overflow-y: scroll;
}
.task-add-or-edit-button-bottom[data-v-54c2a7ad] {
  margin-bottom: 100px !important;
}

.project-add-task-edit-content .ivu-auto-complete.ivu-select-dropdown {
  max-height: 300px !important;
}
.task_upload .ivu-upload-list {
  max-height: 120px;
  overflow-y: auto;
}
.add-edit-task-left .ivu-date-picker-editor {
  width: 270px;
}

.problem-manage-detail-content-box[data-v-aa7494e0] {
  margin: 0px auto;
}
@media screen and (min-width: 1024px) {
.problem-manage-detail-content-box[data-v-aa7494e0] {
    width: 100%;
    margin: 0 auto;
}
}
.problem-details-img[data-v-aa7494e0] {
  width: 50%;
  height: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
}
.problem-details-middle[data-v-aa7494e0] {
  width: 100%;
  height: 20%;
  padding-left: 20px;
}
.problem-details-middle-div[data-v-aa7494e0] {
  display: inline-block;
  width: 33%;
}
.problem-manage-content-details-description[data-v-aa7494e0] {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  width: 100%;
}
.problem-details-middle-title[data-v-aa7494e0] {
  text-align: left;
  vertical-align: middle;
  float: left;
  font-size: 16px;
  color: #515a6e;
  line-height: 1;
  padding: 10px 12px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
}
.problem-details-middle-content[data-v-aa7494e0] {
  position: relative;
  line-height: 34px;
  font-size: 16px;
}
.problem-manage-content-list-box[data-v-aa7494e0] {
  height: 100%;
  width: 100%;
}
.problem-manage-detail-content-box .problem-manage-content-details[data-v-aa7494e0] {
  height: 100%;
  width: 100%;
}
.problem-manage-content-list-box[data-v-aa7494e0],
.problem-manage-content-details[data-v-aa7494e0] {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
}
.problem-mange-content-list-main[data-v-aa7494e0] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.problem-manage-content-details-top[data-v-aa7494e0] {
  height: 76px;
  line-height: 76px;
  border-bottom: 1px solid rgba(235, 237, 240, 1);
}
.problem-manage-content-details-top-left[data-v-aa7494e0] {
  margin-left: 24px;
  color: rgba(60, 59, 59, 1);
  font-size: 20px;
  text-align: justify;
}
.problem-manage-content-details-top-right[data-v-aa7494e0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(140, 140, 140, 1);
  font-size: 12px;
  text-align: right;
  margin-right: 24px;
}
.problem-manage-content-details-top-right > span[data-v-aa7494e0] {
  margin-left: 10px;
}
.problem-manage-content-details-top-right span img[data-v-aa7494e0] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.problem-manage-content-details-middle[data-v-aa7494e0] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project-discuss-box[data-v-fe5df5ea] {
}
.project-discuss-management-box[data-v-fe5df5ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.bottom-page[data-v-fe5df5ea] {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
}
.project-discuss-management-right-input[data-v-fe5df5ea] {
  width: 280px;
}
.color-list[data-v-fe5df5ea] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
.color-list__item[data-v-fe5df5ea] {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  margin: 0 36px;
}
.color-list__item--none[data-v-fe5df5ea] {
  background-color: #9999ff;
}

.project-discuss-management-right-input .ivu-input-default {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.project-discuss-modal-form .ivu-form-item-label {
  color: #ffffff;
}
.project-discuss-modal-form textarea,
.project-discuss-modal-form input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.nav_header--wrap[data-v-2026a0fe] {
  width: 100%;
  margin: 0 auto;
  height: 50px;
}
.nav_header_back--inner[data-v-2026a0fe] {
  height: 60px;
  line-height: 60px;
  width: 1280px;
  margin: 0 auto;
  font-size: 24px;
  text-indent: 15px;
}
.user-setting-action[data-v-2026a0fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.user-setting-input[data-v-2026a0fe] {
  width: 330px;
  margin: 7px 0;
}
.nav_header_back--inner img[data-v-2026a0fe] {
  cursor: pointer;
}
.submit[data-v-2026a0fe] {
  background-color: #ffffff;
  border: none;
}
.list-big__cell[data-v-2026a0fe] {
  height: 36px;
  line-height: 36px;
}
.main[data-v-2026a0fe] {
  /* overflow: hidden; */
  min-height: calc(100vh - 120px);
}
.upload-btn[data-v-2026a0fe] {
  background-color: #fff;
}
.upload-btn__a[data-v-2026a0fe] {
  position: relative;
  display: inline-block;
  padding: 7px 16px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 30px;
  margin-top: 10px;
  background-color: #fff;
  color: #57a3f3;
  cursor: pointer;
}
.upload-btn__a[data-v-2026a0fe]:hover {
  color: #004974;
  text-decoration: none;
}
.upload-btn__input[data-v-2026a0fe] {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 32px;
}
.list-big__row img[data-v-2026a0fe] {
  width: 21px;
  height: 21px;
  /* background-color: #eee; */
}
.top-btns[data-v-2026a0fe] {
  overflow: hidden;
  float: right;
}
.batch_import_xls[data-v-2026a0fe] {
  margin-top: 1px;
  font-size: 14px;
  min-width: 110px;
  max-width: 230px;
  height: 32px;
  margin-right: 10px;
  float: right;
  position: relative;
}
.batch_import_xls span[data-v-2026a0fe] {
  line-height: 32px;
}
.batch_import_xls_form[data-v-2026a0fe] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 32px;
}
.create_project[data-v-2026a0fe] {
  margin-top: 1px;
  font-size: 14px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.imgasc[data-v-2026a0fe] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.imgdesc[data-v-2026a0fe] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.imgnameasc[data-v-2026a0fe] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.imgnamedesc[data-v-2026a0fe] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.imgemailasc[data-v-2026a0fe] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.imgemaildesc[data-v-2026a0fe] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.user-type-asc[data-v-2026a0fe] {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.user-type-desc[data-v-2026a0fe] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.name-input[data-v-2026a0fe] {
  width: 300px;
}
.download-template[data-v-2026a0fe] {
  position: static;
  display: block;
  float: right;

  height: 40px;
  line-height: 40px;
}
.sec-tit[data-v-2026a0fe] {
  display: inline-block;
  height: 40px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-tit__inner[data-v-2026a0fe] {
  display: inline-block;
  height: 20px;
  line-height: 20px;

  color: #57a3f3;

  font-size: 16px;
  margin-left: 12px;
  padding-right: 12px;

  /* border-right: 1px solid gray; */
}
.user-type[data-v-2026a0fe] {
  height: 30px;
  line-height: 30px;
}

.user-action-button {
  margin: 5px 5px 5px 0;
}

.fileTitle {
  top: 15px;
  left: 26px;
  position: relative;
}
.sizefileSpan {
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #000000;
  position: relative;
  left: 320px;
  top: -28px;
}
.fileCheck {
  visibility: inherit;
  left: 0px;
  position: relative;
  width: 100%;
  height: 40px;
  background-color: rgba(228, 228, 228, 1);
}
.panelSelect {
  position: absolute;
  left: 30px;
  top: 10px;
  /* width: 64px; */
  cursor: pointer;
  -webkit-transform-origin: 32px 10.5px 0px;
          transform-origin: 32px 10.5px 0px;
  visibility: inherit;
}
.spanFont {
  font-weight: 650;
  font-style: normal;
  font-size: 15px;
  text-decoration: none;
  color: #333333;
}
.spanFontCurrent {
  color: #199ed8;
}
.imgLine {
  position: absolute;
  left: 117px;
  top: 10px;
  width: 2px;
  height: 21px;
}
.checkboxLimit {
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  margin-left: 40px;
  top: 27px;
  position: relative;
  text-align: left;
  float: left;
}
.btnDiv {
  text-align: right;
  position: relative;
  bottom: 5px;
  right: 5px;
}
.btnYes {
  margin-right: 12px;
  margin-bottom: 5px;
}
.btnNo {
  margin-right: 12px;
  margin-bottom: 5px;
}
.panel_state {
  position: relative;
  height: 290px;
  background-color: rgb(242, 242, 242);
}
.alertinfo {
  position: relative;
  width: 300px;
  height: 50px;
  top: 35px;
  left: 15px;
}
.sliderSize {
  position: absolute;
  width: 300px;
  left: 40px;
  top: 20px;
}

.ststem-config .ivu-modal-body {
  padding: 0px;
}

.box-from[data-v-66b0e6f8] {
  width: 450px;
  height: 352px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.spasLogo[data-v-66b0e6f8] {
  width: 50px !important;
}
.box-from__info[data-v-66b0e6f8] {
  color: #fff;
  font-size: 12px;
}
.login[data-v-66b0e6f8] {
  position: relative;
}
.login__copy-right[data-v-66b0e6f8] {
  position: absolute;
  left: 0px;
  bottom: 32px;
  width: 100%;
  text-align: center;
}
.login__copy-r-inner[data-v-66b0e6f8] {
  color: #ffffff;

  font-size: 12px;
}
.login_tool[data-v-66b0e6f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.login_tool span[data-v-66b0e6f8] {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  color: #ff9900;
  cursor: pointer;
}
.forget_btn[data-v-66b0e6f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.forget_btn input[data-v-66b0e6f8] {
  margin: 50px 5px 10px 5px;
}
.forget_btn input[data-v-66b0e6f8]:nth-child(2) {
  background-color: rgba(83, 101, 112, 1);
  color: #fff;
}
#login .box-from__logo[data-v-66b0e6f8] {
  width: 23.1%;
  float: right;
  margin-right: 12px;
  margin-top: 15px;
}




























































































































































































































































































ul[data-v-3ef06bd4],
li[data-v-3ef06bd4] {
  list-style: none;
}
.business-management-content[data-v-3ef06bd4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.business-management-content-main[data-v-3ef06bd4] {
  width: 100%;
  min-height: 90vh;
  margin-top: 20px;
}
.business-management-content-header[data-v-3ef06bd4] {
  font-size: 15px;
  color: #000;
  font-weight: bolder;
  border-bottom: 1px solid #ccc;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.business-management-content-header-shu[data-v-3ef06bd4] {
  font-weight: normal;
  color: #ccc;
}
.business-management-content-header-text[data-v-3ef06bd4] {
  cursor: pointer;
}
.active[data-v-3ef06bd4] {
  color: rgb(27, 140, 207);
}
.business-management-content-header > span[data-v-3ef06bd4] {
  margin-left: 30px;
  margin-right: 10px;
}
.business-management-content-business-information div div span[data-v-3ef06bd4] {
  margin-right: 15px;
}
.enterprise-div-img[data-v-3ef06bd4] {
  display: inline-block;
  cursor: pointer;
}
.enterprise-div-img img[data-v-3ef06bd4] {
  border: 1px #dddee1 solid;
}
.enterprise-div-img img[data-v-3ef06bd4]:hover {
  border-color: #57a3f3;
}
button[data-v-3ef06bd4] {
  width: 135px;
  height: 38px;
  background: rgb(42, 136, 189);
  border-radius: 6px;
  margin: 50px 0 0 150px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
}
button[data-v-3ef06bd4]:hover {
  opacity: 0.7;
}
.logo-flex[data-v-3ef06bd4] {
  border: 1px #dddee1 solid;
  height: 60px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterprise-logo[data-v-3ef06bd4] {
  border: 1px #dddee1 solid;
  cursor: pointer;
  height: 60px;
  width: 100px;
  text-align: center;
}
.enterprise-logo-img[data-v-3ef06bd4] {
  border: 1px #dddee1 solid;
  cursor: pointer;
  max-height: 60px;
  max-width: 100px;
}
.enterprise-logo[data-v-3ef06bd4]:hover,
.enterprise-logo-img[data-v-3ef06bd4]:hover {
  border-color: #57a3f3;
}
.disabled[data-v-3ef06bd4] {
  pointer-events: none;
}
.business-management-title[data-v-3ef06bd4] {
  display: inline-block;
  width: 105px;
  text-align: right;
  margin-right: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.en-input-control-content[data-v-3ef06bd4] {
  display: inline-block;
  width: 79%;
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.project-img-div[data-v-3ef06bd4] {
  position: relative;
  display: inline-block;
  width: 360px;
  height: 271px;
  /* border:1px solid #dddee1; */
  border-radius: 6px;
  overflow: hidden;
  font-size: 16px;
}
.project-img[data-v-3ef06bd4] {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 360px;
  height: 270px;
  line-height: 270px;
  text-align: center;
}

.em-input-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.em-input-control-content .ivu-input {
  width: 31%;
}
@media screen and (min-width: 1280px) {
.em-input-control-content {
    width: 440px;
}
.em-input-control-content .ivu-input {
    width: 100%;
}
}

.field-tab[data-v-fe7ca3b8] {
  position: relative;
  min-width: 1280px;
  margin: 0px auto;
  overflow: hidden;
  min-height: 90vh;
  width: 1280px;
}
.field-tab nav[data-v-fe7ca3b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  /* border-bottom: 5px solid #000000; */
}
.field-tab nav span[data-v-fe7ca3b8] {
  display: inline-block;
  color: #3a3a3a;
  font-size: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.field-tab nav .shu[data-v-fe7ca3b8] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
}
.field-tab nav .field-tab-nav-active[data-v-fe7ca3b8] {
  color: rgb(47, 122, 226);
}





























































.listview {
  height: 100%;
  width: 100%;
  /* background: #ccc; */
}
.listview_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  /* background: #ccc; */
  /* border-top: 1px solid #999; */
}
.listview_wrap #listview_field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #999;
  background: #fff;
  height: 300px;
  overflow-y: scroll;
}
.listview_wrap #listview_btn {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  margin: auto;
  margin-left: 20px;
}
#listview_btn button {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 6px 15px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear,
    border 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear,
    border 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear,
    border 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear,
    border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  color: #495060;
  background-color: #f7f7f7;
  border-color: #dddee1;
}
#listview_btn button.big {
  padding: 4px 14px;
  font-size: 16px;
  border-radius: 3px;
  margin: 15px 8px;
  width: 130px;
}
#listview_btn button.btn-primary {
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
#listview_btn button.btn-success {
  color: #fff;
  background-color: #19be6b;
  border-color: #19be6b;
}
#listview_btn button.btn-error {
  color: #fff;
  background-color: #f16543;
  border-color: #f16543;
}
.listview_wrap #listview_field li {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  list-style: none;
}
.listview_wrap #listview_field li.active {
  background: lightblue;
  color: #fff;
  border-bottom: 1px solid;
}
.listview_release_button {
  height: 35px;
  float: right;
  position: relative;
  margin-top: 10px;
  margin-right: 10px;
  width: 130px;
}
















































.field-tab[data-v-f3ed78da] {
  position: relative;
  min-width: 1280px;
  margin: 0px auto;
  overflow: hidden;
  min-height: 90vh;
  width: 1280px;
}
.field-tab nav[data-v-f3ed78da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  /* border-bottom: 5px solid #000000; */
}
.field-tab nav span[data-v-f3ed78da] {
  display: inline-block;
  color: #3a3a3a;
  font-size: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.field-tab nav .shu[data-v-f3ed78da] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
}
.field-tab nav .field-tab-nav-active[data-v-f3ed78da] {
  color: rgb(47, 122, 226);
}



ul[data-v-00b88a4f],
li[data-v-00b88a4f] {
  list-style: none;
}
.digital-assets-box[data-v-00b88a4f] {
  position: relative;
  width: 1258px;
  margin: 0px auto;
  overflow: hidden;
  min-height: 90vh;
}
.digital-assets-box nav[data-v-00b88a4f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  /* border-bottom: 5px solid #000000; */
}
.digital-assets-box nav span[data-v-00b88a4f] {
  display: inline-block;
  color: #3a3a3a;
  font-size: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.digital-assets-box nav .shu[data-v-00b88a4f] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
}
.digital-assets-box nav .digital-assets-nav-active[data-v-00b88a4f] {
  color: rgb(47, 122, 226);
}
.digital-assets-ul[data-v-00b88a4f] {
  display: block;
}
.digital-assets-ul li[data-v-00b88a4f] {
  display: inline-block;
}
.digital-assets-number[data-v-00b88a4f] {
  width: 50px;
  text-align: center;
}
.digital-assets-TQ[data-v-00b88a4f] {
  width: 180px;
}
.digital-assets-initiator[data-v-00b88a4f] {
  width: 160px;
}
.digital-assets-image[data-v-00b88a4f] {
  width: 240px;
}
.digital-assets-description[data-v-00b88a4f] {
  width: 360px;
}
.digital-assets-status[data-v-00b88a4f] {
  text-align: center;
  width: 90px;
}
.digital-assets-important[data-v-00b88a4f] {
  text-align: center;
  width: 90px;
}
.digital-assets-touser[data-v-00b88a4f] {
  text-align: center;
  width: 90px;
}
.digital-assets-see[data-v-00b88a4f] {
  width: 90px;
  text-align: center;
}
.digital-assets-see > span[data-v-00b88a4f] {
  cursor: pointer;
}
.digital-assets-title[data-v-00b88a4f] {
  background-color: rgba(148, 148, 148, 1);
  color: #ffffff;
  font-size: 13px;
  padding-left: 56px;
  height: 25px;
  line-height: 25px;
}
.digital-assets-discuss-ul[data-v-00b88a4f] {
  display: block;
  height: 90px;
  font-size: 13px;
  color: #999;
  border-bottom: 1px solid #999999;
}
.digital-assets-discuss-ul > div[data-v-00b88a4f] {
  display: inline-block;
  height: 80px;
  vertical-align: middle;
  padding-top: 10px;
}
.digital-assets-initiator > img[data-v-00b88a4f] {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.digital-assets-initiator > span[data-v-00b88a4f] {
  position: relative;
  color: #000000;
  font-weight: bolder;
}
.digital-assets-image > img[data-v-00b88a4f] {
  display: block;
  width: 99px;
  height: 70px;
}
.digital-assets-details[data-v-00b88a4f] {
  position: absolute;
  width: 584px;
  background-color: rgb(242, 242, 242);
  left: 330px;
  top: -20px;
}
.digital-assets-details-header[data-v-00b88a4f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000000;
}
.digital-assets-details-title[data-v-00b88a4f] {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  height: 25px;
  font-weight: 700;
  margin-left: 30px;
}
.digital-assets-details-close[data-v-00b88a4f] {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}
.digital-assets-details-content[data-v-00b88a4f] {
  width: 535px;
  margin: 0 auto;
}
.digital-assets-details-image[data-v-00b88a4f] {
  margin-top: 20px;
}
.digital-assets-details-image img[data-v-00b88a4f] {
  width: 535px;
  height: 285px;
}
.digital-assets-details-public[data-v-00b88a4f] {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 15px;
}
.digital-assets-details-one[data-v-00b88a4f] {
  margin-top: 20px;
}
.digital-assets-details-public span[data-v-00b88a4f]:nth-child(1) {
  display: inline-block;
  width: 100px;
  margin-left: 20px;
}
.digital-assets-details-public span[data-v-00b88a4f]:nth-child(2) {
  display: inline-block;
  width: 200px;
}
.digital-assets-details-public span[data-v-00b88a4f]:nth-child(3) {
  display: inline-block;
  margin-left: 30px;
}
.digital-assets-details-public span[data-v-00b88a4f]:nth-child(4) {
  display: inline-block;
  margin-left: 30px;
}
.digital-assets-details-public-description[data-v-00b88a4f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#digital-assets-details-description[data-v-00b88a4f] {
  width: 400px;
}
.digital-assets-details-footer[data-v-00b88a4f] {
  height: 30px;
  /* background-color: #000000; */
  margin-top: 15px;
  border-top: 1px solid #000;
}
.digital-assets-see-see[data-v-00b88a4f] {
  color: #1c9cd5;
}
.page[data-v-00b88a4f] {
  float: right;
}
.demo-upload-list[data-v-00b88a4f] {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-right: 4px;
}
.demo-upload-list img[data-v-00b88a4f] {
  width: 100%;
  height: 100%;
}
.demo-upload-list-cover[data-v-00b88a4f] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.demo-upload-list:hover .demo-upload-list-cover[data-v-00b88a4f] {
  display: block;
}
.demo-upload-list-cover i[data-v-00b88a4f] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.sort-img[data-v-00b88a4f] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.digital-assets-sort[data-v-00b88a4f] {
  display: inline-block;
  width: 30px;
}
.sort-img-up[data-v-00b88a4f],
.sort-img-down[data-v-00b88a4f] {
  display: block;
  width: 8px;
  margin-top: 1px;
}
.bottom-page[data-v-00b88a4f] {
  display: inline-block;
  /* float: right; */
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.problem-tags-span[data-v-00b88a4f] {
}
.problem-tags-div[data-v-00b88a4f] {
  text-align: center;
}
.problem-tags-div > li[data-v-00b88a4f] {
  display: block;
  text-align: left;
}
.digital-assets-box-nav-right[data-v-00b88a4f] {
  position: absolute;
  right: 0;
  width: 680px;
  height: 32px;
  display: inline-block;
  top: 16px;
  text-align: right;
  right: 3px;
}
.digital-assets-box-nav-right-input[data-v-00b88a4f] {
  width: 280px;
  height: 32px;
  margin-right: 5px;
  display: inline-table;
  top: -1px;
}
.digital-assets-box-nav-right-button[data-v-00b88a4f] {
  width: 110px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 5px;
}
.digital-assets-check[data-v-00b88a4f] {
  position: absolute;
  width: 50px;
  text-align: center;
  margin-top: 12px;
}
.div_page[data-v-00b88a4f] {
  display: block;
  text-align: right;
  position: relative;
}

.color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}
.color-list__item {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  /* float: left; */
  /* margin: 0 18px; */
}
.color-list__item--none {
  background-color: #9999ff;
}
.digital-assets_create_modal_layout {
  width: 100%;
  height: 55px;
  position: relative;
  left: 10px;
}
.digital-assets_create_model_span {
  width: 100px;
  height: 40px;
  text-align: left;
  line-height: 40px;
  display: inline-block;
}
.digital-assets_create_model_span span {
}
.digital-assets_create_modal_layout > .digital-assets_create_model_span_input {
  width: 83% !important;
}
.digital-assets_create_modal_layout_top {
  height: 100px;
}
.digital-assets_color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.color-list__item {
  display: block;
  background-color: aqua;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.color-list__item--none {
  background-color: #9999ff;
}
.pick {
  overflow: hidden;
}
.pick__tit {
  display: block;
  float: left;
}
.pick__select {
  float: left;
}
.digital-assets_color_a {
  width: 20px;
  height: 20px;
  display: inherit;
  border-radius: 50%;
  cursor: default;
}
.project_digital-assets_create_modal_button {
  width: 80px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer {
  position: relative;
  margin-bottom: -15px;
}
.modal-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 30px;
  width: 100%;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 15px;
}
.modal-tab span {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  cursor: pointer;
}
.shu {
  width: 1px;
  height: 18px;
  background-color: #ccc;
}
.modal-tab-active {
  color: rgb(47, 122, 226);
}
.download-template {
  position: absolute;
  font-size: 14px;
  left: 10px;
  top: 20px;
  bottom: 20px;
  cursor: pointer;
  color: #199ed8;
}
.digital-extend-information {
  position: relative;
  top: 10px;
}
.digital-assets_create_modal-scroll {
  overflow-y: auto;
  min-height: 300px;
  max-height: 400px;
  overflow-x: hidden;
}
.digital-extend {
  margin-bottom: 10px;
}
.digital-extend span {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 10px;
}
.digital-assets-layout-inline {
  display: inline-block;
  width: 45%;
  position: relative;
  left: 20px;
}
.upload-form1 {
  width: auto;
  height: 33px;
  background: #2db7f5;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  position: relative;
  color: #fff;
  padding: 0px 10px;
  cursor: pointer;
  bottom: 15px;
  overflow: hidden;
  position: relative;
  top: 0px;
  right: -2px;
  margin-top: 1px;
}
#attachment {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  left: 0;
}
.digital-assets_create_modal-scroll .extend-information-title {
  text-align: left !important;
  position: relative;
  left: 26px;
}











































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































.digital-extend-information[data-v-8fa66bb0]{
    display: inline-block;
    margin-bottom: 15px;
    width: 50%;
}
.digital-extend-information-title[data-v-8fa66bb0]{
    display: inline-block;
    width: 105px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    margin-right: 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #333333;
}
.digital-extend-information-input[data-v-8fa66bb0]{
   width:100%;
}

.input-control[data-v-ef7789ba] {
  width: 200px;
  margin-right: 8px;
}
.search-block[data-v-ef7789ba] {
  padding-top: 16px;
  margin-bottom: 16px;
}
.table-block[data-v-ef7789ba] {
  margin-bottom: 16px;
}
.project-table-page[data-v-ef7789ba] {
  margin-top: 8px;
  text-align: right;
}

.stuff-score {
  color: tomato;
}

.stuff-info[data-v-d791b7da] {
  border-bottom: 1px solid #ebebeb;
}
.stuff-info-tasks[data-v-d791b7da] {
  position: relative;
  padding: 8px 40px 24px;
}
.swiper-container[data-v-d791b7da] {
  width: 100%;
  height: 100%;
}
.tasks-mate-block[data-v-d791b7da] {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background-color: rgba(91, 101, 116, 1);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.swiper-container[data-v-d791b7da] {
  width: 100%;
  height: 100%;
}
.tasks-score[data-v-d791b7da] {
  opacity: 0.8;
  font-size: 14px;
}
.avg-bar[data-v-d791b7da] {
  padding: 16px 40px 8px;
}
.avg-bar h1[data-v-d791b7da] {
  font-size: 16px;
}
.avg-bar span[data-v-d791b7da] {
  font-size: 20px;
  color: tomato;
  font-weight: bold;
}
.swiper-button-prev[data-v-d791b7da] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAwElEQVRYR8XXOw6FIBRFUZypVly6NxUrQqcTBUPyeu7nnEBryF5+gnCkzePY3E8qQK31LKU8DKwK0FobvfeLgVAD5t0zECYAA2EGoBEuABLhBqAQIQACEQZEERDARIwxfiJyWxcrGOCPeETksiCgAA8CDrAiKAALggZIKb0553P1PbAAqvjEMQDqOANgikMB3r0C5BV445AnEImHAdF4CICIuwGouAuAjJsB6LgJwIirAduPZqs/WuS6aiWMBFZzP5UnzCHMJqJJAAAAAElFTkSuQmCC);
  width: 20px;
  height: 20px;
  background-size: 17px 19px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 38px;
  left: 16px;
}
.swiper-button-next[data-v-d791b7da] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAwElEQVRYR8XXOw6FIBRFUZypVly6NxUrQqcTBUPyeu7nnEBryF5+gnCkzePY3E8qQK31LKU8DKwK0FobvfeLgVAD5t0zECYAA2EGoBEuABLhBqAQIQACEQZEERDARIwxfiJyWxcrGOCPeETksiCgAA8CDrAiKAALggZIKb0553P1PbAAqvjEMQDqOANgikMB3r0C5BV445AnEImHAdF4CICIuwGouAuAjJsB6LgJwIirAduPZqs/WuS6aiWMBFZzP5UnzCHMJqJJAAAAAElFTkSuQmCC);
  width: 20px;
  height: 20px;
  background-size: 17px 19px;
  top: 38px;
  right: 16px;
}
.stuff-tasks[data-v-d791b7da] {
  min-height: 70vh;
}
.no-task-tip[data-v-d791b7da] {
  text-align: center;
  padding-top: 26px;
}

.stuff-info-top[data-v-3ee0c633] {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 16px;
  padding-top: 16px;
}
.stuff-info-avatar[data-v-3ee0c633] {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 8px;
}
.stuff-info-avatar img[data-v-3ee0c633] {
  width: 100%;
}
.stuff-info-text h3[data-v-3ee0c633] {
  font-size: 16px;
}
.stuff-info-text p[data-v-3ee0c633] {
  font-size: 12px;
}
.stuff-info-top h1[data-v-3ee0c633] {
  font-size: 16px;
  font-weight: normal;
}
.stuff-info-top h1 strong[data-v-3ee0c633] {
  font-size: 32px;
  color: tomato;
}
.stuff-info-bottom[data-v-3ee0c633] {
  padding: 8px 32px 8px;
}
.stuff-info-detail-list[data-v-3ee0c633] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stuff-info-detail-item[data-v-3ee0c633] {
  background-color: #f2f2f2;
  width: 47%;
  margin: 0 8px 4px;
}
@media screen and (min-width: 1280px) {
.stuff-info-detail-item[data-v-3ee0c633] {
    width: 32%;
}
}
.stuff-info-detail-item dt[data-v-3ee0c633],
.stuff-info-detail-item dd[data-v-3ee0c633] {
  vertical-align: top;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  background-color: #f2f2f2;
}
.stuff-info-detail-item dt[data-v-3ee0c633] {
  vertical-align: top;
  color: #000;
  width: 130px;
  text-align: center;
  background-color: #cccccc;
}
.stuff-info-detail-item dd[data-v-3ee0c633] {
  width: 160px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #999;
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-property:transform,-webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;-o-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right;-webkit-transition:.2s transform,.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right,.2s -webkit-transform;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.viewer {
  min-height: 100vh;
}
.viewer-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.viewer-layout__main {
  height: 100%;
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  float: left;
  z-index: -1;
  overflow: hidden;
}
viewer-layout__main--part {
  /* width: calc(100% - 325px); */
}
.viewer-layout__right {
  /* width: 325px; */
  min-height: 500px;
}
.viewer-layout__right--hide {
  width: 0px;
}
.viewer .postil-list {
  right: 0px;
  width: 325px;
  height: 90%;
  z-index: 1;
}
/* 工具栏 start */
.tools-bar-item--single {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.tools-bar-item--page {
  width: 95px;
}
.top_tooltip--page {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 17px;
  line-height: 17px;
  cursor: default;
}
.tools-bar-item__page-num {
  font-size: 25px;
  cursor: default;
}
.tools-bar-item__page-btn {
  cursor: pointer;
}
.tools-bar-item__2d-potil {
  width: 26px;
  height: 26px;
}
.tools-bar-wrap {
  position: fixed;
  width: 100%;
  bottom: 50px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tools-bar {
  margin: 0 auto;
  /* overflow: hidden; */
}
.tools-bar .tools-bar-item {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #444442;
  font-size: 12px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tools-bar-dilver {
  width: 1px;
  height: 100%;
  background: #ccc;
  float: left;
}
.tools-bar .tools-bar-item__exit {
  width: 100px;
}
.tools-bar-item__exit-btn {
  width: 50px;
  height: 50px;

  line-height: 50px;
  text-align: center;
  color: #fff;

  font-size: 22px;
  cursor: pointer;
}
.no-margin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.tools-bar .tools-bar-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tools-bar .tools-bar-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tools-bar .tools-bar-item:hover {
  background: gray;
  /* box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.4); */
}
.tools-bar > div a > img {
}
@media screen and (max-width: 600px) {
.tools-bar-wrap {
    bottom: 100px;
}
.tools-bar a.top_tooltip span {
    display: none;
}
}
.tools-bar a.top_tooltip,
.tools-bar a.left_tooltip,
.tools-bar a.right_tooltip,
.tools-bar a.bottom_tooltip {
  display: inline;
  position: relative;
}
.tools-bar a.top_tooltip span {
  width: 140px;
  height: auto;
  color: #fff;
  background: #2b2b2b;
  position: absolute;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  line-height: 20px;
  visibility: hidden;
  border-radius: 10px;
}
.tools-bar a.top_tooltip span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #2b2b2b;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tools-bar a:hover.top_tooltip span {
  visibility: visible;
  opacity: 0.8;
  bottom: 50px;
  left: 50%;
  margin-left: -70px;
  z-index: 999;
}
.tools-bar a:hover.top_tooltip .tooltip__text--hide {
  visibility: hidden;
}
.tools-bar .active {
  /* background: rgb(13, 144, 214) !important; */
  background: #2b2b2b;
  color: #000;
  -webkit-box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.4);
}
/* 工具栏 end */
.work-order {
  display: inline-block;
  padding: 3px 6px;
  background-color: #ff9800;
  color: black;
  border-radius: 3px;
}

.wrap[data-v-3f18e8b8] {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fix-test {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#js3d {
  /* position: fixed;
  top: 0px;
  left: 0px; */
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}
.tree-view-point {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #3c4042;
  width: 400px;
  height: 80%;
}

.dg {
  /* height: auto !important;
  width: auto !important;
  z-index: 100000 !important; */
}
.dg .main {
  /* right: 632px !important; */
  /* top: 70px !important; */
  /* position: relative !important; */
}
.my-btn {
  padding: 3px 5px;
  background: rgb(110, 167, 233);
  text-decoration: none;
  border-radius: 3px;
}
.my-btn:active {
  background: rgb(56, 119, 190);
}
.m-tools-bar {
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 5px;
  background: #777777;
}
.m-tools-bar__item {
  padding: 8px;
  border-radius: 5px;
  background: #777777;
}
.m-tools-bar__item--sm {
  width: 30px;
  height: 30px;
  padding: 5px 8px;
}
.m-tools-bar__item--sm img {
  width: 15px;
  height: 15px;
}
.m-tools-bar__item--active {
  background-color: rgba(60, 64, 67, 1);
}
.sys-setting {
  width: 540px;
}
.sys-setting__l {
  width: 40%;
  float: left;
}
.sys-setting__close {
  position: absolute;
  width: 30px;
  display: block;
  height: 30px;
  right: 10px;
}
.sys-setting--line-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
}
.sys-setting--line-center input[type="radio"] {
  position: relative;
  top: 2px;
}
.sys-setting__r {
  width: 60%;
  float: right;
}
label {
  margin-bottom: 0;
}
.poup-up {
  position: absolute;
  bottom: 112%;
  left: 0;
  background-color: rgba(60, 64, 67, 1);
  color: #ffffff;
  border-radius: 3px;
}
.poup-up--top1 {
  bottom: 226%;
}
.poup-up--top2 {
  bottom: 338%;
}
.fun-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  background: black;
  font-size: 12px;
  border-radius: 5px;
  color: #ffffff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fun-btn:active {
  background: rgb(13, 144, 214) !important;
  color: #000;
}
.fun-btn__icon {
  width: 70%;
  margin-top: 0 !important;
}

.poup[data-v-7f6230c9] {
  position: absolute;
  bottom: 106%;
  right: -100%;
  background-color: rgba(60, 64, 67, 1);
  color: #fff;
  border-radius: 3px;
  padding: 10px;
}

.item-box .item {
  overflow: hidden;
  margin-bottom: 5px;
}
.item-box .item .key {
  display: block;
  width: 40%;
  float: left;
}
.item-box .item .value {
  display: block;
  width: 60%;
  float: left;
  color: #ddd;
}

.property[data-v-4c784c64] {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 340px;
  /* height: 700px; */
  background-color: #222;
  opacity: 0.8;

  color: #fff;
  /* overflow-y: scroll; */
  /* border-radius: 3px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
.property__close[data-v-4c784c64] {
  width: 390px;
  height: 50px;
  position: absolute;
  top: -7px;
  left: 0px;
  background: #222;
  z-index: -100;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
.property[data-v-4c784c64] {
    left: 0px;
    width: calc(100% - 50px) !important;
}
.property__close[data-v-4c784c64] {
    width: calc(100% + 50px);
}
}
.property__close-ico[data-v-4c784c64] {
  width: 50px;
  height: 50px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property__close img[data-v-4c784c64] {
  width: 60%;
  height: 60%;
}
.property--full-width[data-v-4c784c64] {
  width: 100vw;
  height: 700px;
}
.property[data-v-4c784c64]::-webkit-scrollbar {
  display: none;
}
.property__header-tit[data-v-4c784c64] {
  font-size: 17px;
}
.property__header[data-v-4c784c64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  height: 50px;
  background: black;
}
.property .ivu-tabs[data-v-4c784c64] {
  color: #fff;
}
.property .ivu-tabs-ink-bar[data-v-4c784c64] {
}
.property .ivu-tabs-nav .ivu-tabs-tab-active[data-v-4c784c64] {
  color: #fff !important;
}
.property .ivu-tabs-nav .ivu-tabs-tab[data-v-4c784c64]:active {
  color: #fff !important;
}
.property .ivu-tabs-nav .ivu-tabs-tab[data-v-4c784c64]:hover {
  color: #fff !important;
}
.property .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused[data-v-4c784c64] {
  border-color: #fff !important;
}
.property__content[data-v-4c784c64] {
  min-height: 450px;
  max-height: 520px;
  overflow-y: scroll;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 10px;
}
.tab-header[data-v-4c784c64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #495a65;
  /* position: relative;
    width: calc(100% + 24px);
    left: -12px; */
  padding-top: 3px;
  padding-bottom: 3px;
}
.tab-header__item[data-v-4c784c64] {
  margin: 5px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 1px 3px;
}
.tab-header__item--active[data-v-4c784c64] {
  /* border-bottom: 1px solid lightblue; */
  color: black;
  background-color: #fff;
}
.iot[data-v-4c784c64] {
  text-align: center;
}
.info[data-v-4c784c64] {
  font-size: 14px;
  color: rgba(230, 250, 252, 1);
  text-align: left;
  text-indent: 2em;
}

.item-box .item[data-v-0f279325] {
  overflow: hidden;
  margin-bottom: 5px;
}
.item-box .item .column[data-v-0f279325] {
  display: block;
  width: 33%;
  float: left;
}
.btn[data-v-0f279325] {
  text-decoration: underline;
}

.blank[data-v-7f8a18d6] {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.line[data-v-7f8a18d6] {
  height: 1px;
  background: #aaa;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tit[data-v-7f8a18d6] {
  color: #ddd;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.green[data-v-7f8a18d6] {
  color: green;
}
































.work-order-width[data-v-4bfa6cc2] {
  padding-left: 17px;
  padding-right: 17px;
}








































































































































































.info[data-v-40ae19fc] {
  font-size: 14px;
  color: rgba(230, 250, 252, 1);
  text-align: left;
  text-indent: 2em;
}
.info p[data-v-40ae19fc]:nth-of-type(odd)::after {
  content: ":";
}















































































































.panel[data-v-9b98518e] {
  width: 300px;
  background-color: black;
  opacity: 0.7;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
}
.panel--measure[data-v-9b98518e] {
  position: absolute;
  right: 100px;
  top: 30px;
  height: 120px;
  width: 200px;
  z-index: 10000;
}
.panel__tit[data-v-9b98518e] {
  padding: 5px;
}
.panel__select[data-v-9b98518e] {
  width: 100px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.main-text[data-v-9b98518e] {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.value-text[data-v-9b98518e] {
  height: 40px;
  line-height: 20px;
  margin-left: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: 540;
}
.value-text__item--orange[data-v-9b98518e] {
  color: #ff9900;
}
.value-text__item--blue[data-v-9b98518e] {
  color: #4040ff;
}
.value-text__item--green[data-v-9b98518e] {
  color: #00cc00;
}
.value-text__item--red[data-v-9b98518e] {
  color: #ff0000;
}
.panel--measure .ivu-select-selection[data-v-9b98518e] {
  min-height: 0px !important;
}

#jsMeasure .ivu-select-selection {
  min-height: 0px !important;
}

.widget__close-ico[data-v-558aff74] {
  position: absolute;
  right: -50px;
  top: 0px;

  width: 50px;
  height: 50px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  cursor: pointer;
}
.widget__close-ico img[data-v-558aff74] {
  width: 60%;
  height: 60%;
}
.panel[data-v-558aff74] {
  width: 300px;
  background-color: black;
  opacity: 0.7;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
}
#jsTempContainer[data-v-558aff74] {
}
#jsTempContainerB[data-v-558aff74] {
}
#jsCctv[data-v-558aff74] {
  position: fixed;
  right: 440px;
  top: 98px;
  width: 600px;
  opacity: 1;
  overflow: visible;
}
#jsAir[data-v-558aff74] {
  position: fixed;
  right: 390px;
  top: 98px;
  width: 162px;
}
#jsHydraulicPressureContainer[data-v-558aff74] {
  position: fixed;
  right: 390px;
  top: 98px;
  height: 140px;
}
.panel__tit--pressure[data-v-558aff74] {
  font-size: 20px;
  color: orange;
  margin-bottom: 11px;
}
#jsTemp[data-v-558aff74] {
  width: 300px;
  height: 150px;
}
#jsHumidityContainer[data-v-558aff74] {
}
#jsHumidity[data-v-558aff74] {
  width: 300px;
  height: 150px;
}
.panel__tit[data-v-558aff74] {
  padding: 5px;
}
.current-val[data-v-558aff74] {
  text-align: center;
  font-size: 24px;
}
#jsSwitchStatus[data-v-558aff74] {
  position: fixed;
  right: 770px;
  top: 97px;
  height: 80px;
  width: 136px;
}
#jsBeacon[data-v-558aff74] {
  position: fixed;
  right: 970px;
  top: 97px;
  height: 80px;
  width: 136px;
}
.panel__switch-status[data-v-558aff74] {
  text-align: center;
  font-size: 24px;
}
.panel__update-time[data-v-558aff74] {
  text-align: center;
}
.panel--pos-temp[data-v-558aff74] {
  position: fixed;
  right: 390px;
  top: 98px;
}
.panel--pos-humidity[data-v-558aff74] {
  position: fixed;
  right: 390px;
  top: 336px;
}
.panel--orange[data-v-558aff74] {
  background-color: rgba(252, 139, 73, 1);
}
.panel--red[data-v-558aff74] {
  background-color: rgba(208, 2, 27, 1);
}
.panel--green[data-v-558aff74] {
  background-color: rgba(89, 170, 9, 1);
}
.panel__tit--orange[data-v-558aff74] {
  color: rgba(252, 139, 73, 1);
}
.panel__tit--green[data-v-558aff74] {
  color: rgba(5, 203, 160, 1);
}
.energy-content[data-v-558aff74] {
  background: #000;
  font-family: Roboto Black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.energy-title[data-v-558aff74] {
  font-size: 28px;
}
.energy-small-title[data-v-558aff74] {
  font-size: 16px;
}
.energy-body-content[data-v-558aff74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.energy-body-content-list[data-v-558aff74] {
  width: 16%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a3644), to(rgba(26, 34, 44, 0.2)));
  background: linear-gradient(180deg, #2a3644, rgba(26, 34, 44, 0.2));
  border-radius: 10px 10px 0 0;
  margin-top: 24px;
  display: inline-block;
  margin-right: 1%;
}
.energy-body-img[data-v-558aff74] {
  position: relative;
  height: 52px;
}
.energy-body-img>img[data-v-558aff74] {
  width: 30px;
  height: 40px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.energy-wrap[data-v-558aff74] {
  margin: 13px 0 0 12px;
}
.energy-body-content-list-title[data-v-558aff74] {
  font-size: 18px;
}
.energy-body-content-list-english-title[data-v-558aff74] {
  font-size: 14px;
}
.energy-body-content-list-small-title[data-v-558aff74] {
  font-size: 10px;
  color: #ccc;
}
.energy-body-content-list-img[data-v-558aff74] {
  width: 127px;
  height: 100px;
}
.energy-body-img-div[data-v-558aff74] {
  display: inline-block;
  width: 47%;
  font-size: 10px;
}
.energy-body-img-div>div[data-v-558aff74] {
  color: #ccc;
}
.energy-bpdy-english[data-v-558aff74] {
  width: 85px;
}
.energy-body-img-div>p[data-v-558aff74] {
  display: block;
}
.koongtiao-div[data-v-558aff74] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.koongtiao-div>div[data-v-558aff74] {
  width: 48%;
  display: inline-block;
  margin-top: 5px;
}
.koongtiao-div>div>p[data-v-558aff74] {
  font-size: 14px;
}
.koongtiao-div>div>div[data-v-558aff74] {
  font-size: 10px;
  color: #ccc;
}
.energy-danwei[data-v-558aff74] {
  color: #ccc;
  position: absolute;
  top: 0;
}
#jsRepairDetail[data-v-558aff74],
#jsRepairIng[data-v-558aff74] {
  padding: 25px;
  position: fixed;

  right: 500px;
  top: 30%;

  height: 400px;
  width: 300px;

  background-color: #09326e;
}
.value--rate[data-v-558aff74] {
  position: relative;
  top: -8px;
}
.repair__btns[data-v-558aff74] {
  float: right;
}
.work-order[data-v-558aff74] {
  padding: 3px 17px;
}
.work-order--cancel[data-v-558aff74] {
  border: 1px #ff9800 solid;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0);
}
.cctv__time[data-v-558aff74] {
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10px;
  /* color: #000; */
  font-family: '\5B8B\4F53'
}

.poup__start[data-v-2be937bb] {

    text-align: center;
}
.poup__start-icon[data-v-2be937bb] {
    width: 50px;
}
.poup__start-icon[data-v-2be937bb]:active {
    background-color: lightblue;
}
.poup[data-v-2be937bb] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.poup__inner[data-v-2be937bb] {
    width: 230px;
    height: 190px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: aqua;
            box-shadow: aqua;
    -webkit-box-shadow: 1px 2px 3px 4px #ccc inset;
            box-shadow: 1px 2px 3px 4px #ccc inset;
    -webkit-box-shadow: 2px 2px 2px #333333;
            box-shadow: 2px 2px 2px #333333;
    font-size: 15px;
    opacity: 0.96;
}
.close-icon--small[data-v-2be937bb] {
    color: inherit;
    text-decoration: none;
    position: absolute;
    top: -2px;
    right: -6px;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
}
#jsLogoInfo2[data-v-2be937bb] {
    position: fixed;
    width: 200px;
    left: 173px;
    /* bottom: 261px; */
    /* background-color: #ecf0e1;
  border: 1.5px solid #9dbb51; */
    z-index: 10000;
    padding-bottom: 2px;
}
@media screen and (max-width: 700px) {
#jsLogoInfo2[data-v-2be937bb] {
      left: 2px;
      width: 166px;
      /* bottom: 30%; */
      top: 50%;
}
}
#jsTemp[data-v-2be937bb] {
    width: 300px;
    height: 150px;
}
#jsLogoInfo1[data-v-2be937bb] {
    position: fixed;

    right: 130px;
    /* bottom: 180px; */

    top: 29%;
    /* background-color: #f1dcdb;
  border: 1.5px solid #f70a01; */

    width: 180px;
    z-index: 10000;
    padding-bottom: 2px;
}
@media screen and (max-width: 700px) {
#jsLogoInfo1[data-v-2be937bb] {
      right: 2px;
      width: 146px;
      /* bottom: 30%; */
      top: 29%;
}
}
#jsHumidity[data-v-2be937bb] {
    width: 300px;
    height: 150px;
}
.panel__tit[data-v-2be937bb] {
    padding: 5px;
}
.current-val[data-v-2be937bb] {
    text-align: center;
    font-size: 20px;
}
#jsLogoInfo3[data-v-2be937bb] {
    position: fixed;
    right: 130px;
    top: 120px;
    /* height: 91px; */
    width: 276px;
    /* background-color: #dce6f2;
  border: 1.5px solid #4681bc; */
}
@media screen and (max-width: 700px) {
#jsLogoInfo3[data-v-2be937bb] {
      right: 2px;
      top: 190px;
      top: 65px;
      /* height: 98px; */
      width: 200px;
}
}
#jsLogoInfo4[data-v-2be937bb] {
    position: fixed;
    left: 172px;
    top: 195px;
    /* height: 92px; */
    width: 200px;
    /* background-color: #fdeadb;
  border: 1.5px solid #eb9751; */

    padding-bottom: 2px;
}
@media screen and (max-width: 700px) {
#jsLogoInfo4[data-v-2be937bb] {
      /* left: 2px;
      top: 155px;
      height: 78px;
      width: 149px; */
      left: 2px;
      top: 65px;
      /* height: 128px; */
      width: 169px;
}
}
#jsLogoInfo5[data-v-2be937bb] {
    position: fixed;
    /* height: 82px; */
    width: 196px;
    left: 404px;
    bottom: 30px;
    padding-bottom: 2px;
    z-index: 200100;
}
@media screen and (max-width: 700px) {
#jsLogoInfo5[data-v-2be937bb] {
      left: 92px;
      bottom: 90px;
}
}
.panel__switch-status[data-v-2be937bb] {
    text-align: center;
    font-size: 20px;
    color: black;
}
@media screen and (max-width: 700px) {
.panel__switch-status[data-v-2be937bb] {
      font-size: 16px;
}
}
.panel__update-time[data-v-2be937bb] {
    text-align: center;
}

  /* .panel--orange {
  background-color: rgba(252, 139, 73, 1);
}

.panel--red {
  background-color: rgba(208, 2, 27, 1);
}

.panel--green {
  background-color: rgba(89, 170, 9, 1);
} */
.panel__tit--orange[data-v-2be937bb] {
    color: rgba(252, 139, 73, 1);
}
.panel__tit--green[data-v-2be937bb] {
    color: rgba(5, 203, 160, 1);
}
.panel--transp[data-v-2be937bb] {
    background-color: rgba(255, 255, 255, 0);
}
.panel[data-v-2be937bb] {
    width: 300px;
    background-color: black;
    opacity: 0.86;
    border-radius: 1px;
    overflow: hidden;
    color: #fff;

    padding-top: 15px !important;
    padding-bottom: 15px !important;

    background-color: #ffffff;
    border: 1.5px solid #888888;
}
#jsLogoInfoA[data-v-2be937bb] {
    position: absolute;
    /* left: 30px; */
    bottom: 20%;
    width: 100vw;

    background-color: rgba(255, 255, 255, 0);
    border: none;
}
.bland-text[data-v-2be937bb] {
}
.bland-text__cn[data-v-2be937bb] {
    font-size: 36px;
    font-weight: bold;
    /* letter-spacing: 8px; */
}
.bland-text__en[data-v-2be937bb] {
    font-weight: 560;
}
.panel__switch-status--btn[data-v-2be937bb] {
    background-color: gray;
    padding: 0px 4px;
    color: #fff;
    /* color: black; */
    width: 80px;
    margin: 0 auto;
    /* border-radius: 10px; */
    font-size: 12px;
    border: 1px solid gray;
}

.poup-page[data-v-5ad51397] {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 200100;

  padding: 10px;
}
.pages__back[data-v-5ad51397] {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 8px;
  border: solid 1px gray;
  opacity: 0.8;
  font-size: 18px;
  z-index: 20000;
  background-color: #fff;
}
.poup-page__img[data-v-5ad51397] {
  width: 100%;
}

.pages[data-v-027e38a8] {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  color: black;
  z-index: 10000;
  overflow-y: scroll;
}
.pages__section[data-v-027e38a8] {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pages__section-inner[data-v-027e38a8] {
  width: 100%;
  padding-top: 25px;
}
.pages__section-inner--wisdom[data-v-027e38a8] {
  padding-top: 5px;
}
.pages__section-h2[data-v-027e38a8] {
  /* color: #8064a2; */
  text-align: center;
  font-size: 22px;
}
.pages__section-h2--orange[data-v-027e38a8] {
  /* color: #c0504d; */
  font-size: 24px;
}
.pages__section-h2--black[data-v-027e38a8] {
  color: black;
}
.pages__section-h2--small[data-v-027e38a8] {
  font-size: 18px;
}
.pages__section-h2--small-en[data-v-027e38a8] {
  font-size: 15px;
}
.pages__section-h2--bold[data-v-027e38a8] {
  font-weight: bold;
}
.pages__section-h2--orange-light[data-v-027e38a8] {
  /* color: #f79646; */
  font-size: 24px;
}
.pages__section-h2--green[data-v-027e38a8] {
  /* color: #9bbb59; */
  font-size: 24px;
}
.pages__section-h2--tit[data-v-027e38a8] {
  font-size: 28px;
}
.pages__infos[data-v-027e38a8] {
  font-size: 15px;
}
.pages__infos ul[data-v-027e38a8] {
  /* margin-left: 10px; */
}
.pages__infos-li[data-v-027e38a8] {
  list-style-type: disc;
  list-style-position: inside;
  line-height: 20px;
}
.pages__infos-li--no-disc[data-v-027e38a8] {
  list-style-type: none;
}
.pages__section-img[data-v-027e38a8] {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.pages__section-img--big[data-v-027e38a8] {
  width: 95%;
}
.pages__section-h1[data-v-027e38a8] {
  text-align: center;
  font-weight: bolder;
}
.pages__section-h1--small[data-v-027e38a8] {
  font-size: 20px;
}
.pages__back[data-v-027e38a8] {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 8px;
  border: solid 1px gray;
  font-size: 18px;
}
.lr[data-v-027e38a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lr__full-img[data-v-027e38a8] {
  width: 81%;
}
.lr__w3[data-v-027e38a8] {
  width: 30%;
}
.lr__w4[data-v-027e38a8] {
  width: 40%;
  height: 127px;
  overflow: hidden;
}
.lr__w4--en1[data-v-027e38a8] {
  /* height: auto; */

  height: 140px;
}
.lr__w7[data-v-027e38a8] {
  width: 70%;
}
.lr__w6[data-v-027e38a8] {
  width: 60%;
}
.lr__w7--mar-left[data-v-027e38a8] {
  margin-left: 10px;
}
.texts[data-v-027e38a8] {
  font-size: 15px;
  text-align: justify;
}
.texts--en[data-v-027e38a8] {
  font-size: 12px;
  /* font-size: 13px; */
}
.texts__p--bold[data-v-027e38a8] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.pages__section-right-img[data-v-027e38a8] {
  float: right;
}

.navbar[data-v-26c8c182] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 50px;
  font-size: 18px;
  z-index: 20000;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  background-color: #fff;
  opacity: 0.8;
}
.navbar__item[data-v-26c8c182] {
  /* border-right: solid 1px gray;
  border-top: solid 1px gray; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  height: 50px;

  line-height: 50px;
  z-index: 20000;

  text-align: center;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.navbar__item[data-v-26c8c182]:active{
  background-color: lightblue;
}
.navbar__item-img[data-v-26c8c182] {
  width: 50%;
}
.navbar__item[data-v-26c8c182]:last-child {
  border-right: none;
}
.pages__back[data-v-26c8c182] {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px 8px;
  border: solid 1px gray;
  opacity: 0.8;
  font-size: 18px;
  z-index: 20000;
  background-color: #fff;
}

.repair-from .panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.repair-from .panel__inner {
  position: relative;
  width: 60%;
  height: 480px;
  background-color: black;
  opacity: 0.7;
  /* display: flex;
  align-items: center; */
  /* display: block; */
  margin: 0 auto;
  margin-top: 20vh;
  border-radius: 3px;

  padding: 20px 50px;
  padding-top: 50px;
}
.repair-from .panel__close {
  position: absolute;
  top: 15px;
  left: 15px;
}
.form {
  color: white;
}
.repair-from {
}
.repair-from .ivu-form-item-label {
  color: white !important;
}
.fontColor {
  color: white !important;
}


























.panel[data-v-4d827d46] {
  background-color: green !important;
  height: 134px !important;
}
.panel__tit[data-v-4d827d46] {
  padding: 5px;
}
.panel__switch-status[data-v-4d827d46] {
  text-align: center;
  font-size: 24px;
}

.wrap[data-v-96e85530]::-webkit-scrollbar {
  display: none;
}
.wrap[data-v-96e85530] {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fdfbfb;
}
*[data-v-96e85530] {
  padding: 0;
  margin: 0;
  border: 0;
}
.the-canvas__wrap[data-v-96e85530] {
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  height: 100%;
}
.the-canvas__wrap[data-v-96e85530]::-webkit-scrollbar {
  display: none;
}
#pdf-canvas[data-v-96e85530] {
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: move;
  -webkit-box-shadow: darkgrey 0px 0px 1px 1px;
          box-shadow: darkgrey 0px 0px 1px 1px;
}
.pdf-ctrls[data-v-96e85530] {
  position: fixed;
  z-index: 100;
}
.problem-view[data-v-96e85530] {
  position: fixed;
  right: 00px;
  top: 50px;
  width: auto;
  height: 90%;
  z-index: 1;
}

.tools-bar-item--single[data-v-57adecb4] {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
}
.tools-bar-item--page[data-v-57adecb4] {
  width: 95px;
}
.top_tooltip--page[data-v-57adecb4] {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 17px;
  line-height: 17px;
  cursor: default;
}
.tools-bar-item__page-num[data-v-57adecb4] {
  font-size: 25px;
  cursor: default;
}
.tools-bar-item__page-btn[data-v-57adecb4] {
  cursor: pointer;
}
.tools-bar-item__2d-potil[data-v-57adecb4] {
  width: 26px;
  height: 26px;
}

.svgLoad[data-v-36195f9e] {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.wrap_box[data-v-36195f9e] {
  border: 1px solid gray;
  position: relative;
}
.wrap_box__saving-cover[data-v-36195f9e] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
}

.two-side[data-v-38160c72] {
  clear: both;
}
.float-left[data-v-38160c72] {
  float: left;
}
.float-right[data-v-38160c72] {
  float: right;
}
.btns[data-v-38160c72] {
  font-size: 15px;
  text-align: center;
}
.btns--small[data-v-38160c72] {
  font-size: 13px;
  height: 19px;
  margin-top: 9px;
}
.main[data-v-38160c72] {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
}
.js3dProgress[data-v-38160c72] {
  height: 700px;
}
.js3dProgress > canvas[data-v-38160c72] {
  height: 700px;
}
.viewer-wrap[data-v-38160c72] {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  overflow: hidden;
  margin: 0 auto;
}
.viewer-wrap[data-v-38160c72]::-webkit-scrollbar {
  display: none;
}
.slider-wrap[data-v-38160c72] {
  /* position: fixed;
    bottom: 20px; */
  z-index: 100;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin: 0 auto;
}
.slider[data-v-38160c72] {
  /* width: 800px; */
  width: 96%;
  background: rgb(216, 216, 216);
  margin: 0 auto;
}
.set-progress[data-v-38160c72] {
  z-index: 200;
  position: fixed;
  top: 0;
}
.progressMain[data-v-38160c72] {
  margin: 0 auto;
}

.box {
  margin: 100px auto 0;
  width: 80%;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.slider-con {
  position: relative;
  margin: 20px 0;
  width: 400px;
  height: 10px;
  background: #e4e7ed;
  border-radius: 5px;
  cursor: pointer;
}
.slider-con .process {
  position: absolute;
  left: 0;
  top: 0;
  width: 112px;
  height: 10px;
  border-radius: 5px;
  background: #409eff;
}
.slider-con .thunk {
  position: absolute;
  left: 100px;
  top: -7px;
  width: 20px;
  height: 20px;
}
.slider-con .block {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #409eff;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.slider-con .tips {
  position: absolute;
  left: -9px;
  bottom: 30px;
  min-width: 15px;
  text-align: center;
  padding: 4px 8px;
  background: #000;
  border-radius: 5px;
  height: 24px;
  color: #fff;
}
.slider-con .tips i {
  position: absolute;
  margin-left: -5px;
  left: 50%;
  bottom: -9px;
  font-size: 16px;
  color: #000;
}
.slider-con .block:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.6;
}

[class*="col-"][data-v-25957fc0] {
  padding: 0 !important;
}
.role-right[data-v-25957fc0] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-25957fc0] {
  width: 100%;
}
.platform-role-title[data-v-25957fc0] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-25957fc0] {
  display: inline-block;
  line-height: 48px;
}
.project-table-page[data-v-25957fc0] {
  float: right;
  margin-top: 8px;
}
.platform-role-title-span[data-v-25957fc0] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-role-page[data-v-25957fc0] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-25957fc0] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-btn[data-v-25957fc0] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.plan-progress-figure-btn[data-v-25957fc0] {
  margin-left: 8px;
  float: right;
}
.plan-progress-figure-search[data-v-25957fc0] {
  display: inline-block;
  float: right;
}
.plan-progress-figure-right[data-v-25957fc0] {
  margin-top: 5px;
}
.plan-progress-figure-title[data-v-25957fc0] {
  margin-top: 8px;
}

.plan-progress-figure-search {
  display: inline-block;
  width: 200px;
}
.modal-scroll-view {
  max-height: 500px;
  overflow-y: auto;
}
.plan-status-gray {
  color: #888;
}
.plan-status-blue {
  color: blue
}
.plan-status-red {
  color: red
}
.plan-status-green {
  color: green
}
.plan-progress-4d .active_item {
  background: lightblue !important;
}

.bim-comfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 16px 4px;
}
.bim-comfirm-text {
  display: inline-block;
  vertical-align: top;
  padding-left: 16px;
}
.bim-comfirm-text-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: block;
  color: rgba(0, 0, 0, 0.85);
}
.bim-comfirm-text .bim-comfirm-text-content {
  color: rgba(0, 0, 0, 0.65);
}

.search[data-v-305fcc6d]{
  padding-top: 70px;
}

.u-scrollbar {
  /* for firefox */
  scrollbar-color: #fff #000;
  scrollbar-width: thin;

  /* ie */
  scrollbar-base-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-highlight-color: #fff;
  scrollbar-face-color: #fff;
}
.u-scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.u-scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #888888;
}
.u-scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.u-scrollbar::-webkit-scrollbar-corner {
  background: black;
}

.search-cons[data-v-0c9e5c38] {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 14px;

  min-width: 1500px;
  overflow-x: auto;
}
.search-cons_left[data-v-0c9e5c38] {
  width: 340px;
  height: 100px;
  /* background-color: black; */
  border-radius: 5px;
  margin-right: 20px;
  min-width: 270px;
}
.search-cons_mid[data-v-0c9e5c38] {
  width: 800px;
  background-color: white;
  border-radius: 5px;
  margin-right: 20px;
  /* height: calc(80vh + 60px);
  overflow-y: scroll; */
}
@media (min-width: 1700px) {
.search-cons_mid[data-v-0c9e5c38] {
    width: 930px;
}
}
.search-cons_right[data-v-0c9e5c38] {
  width: 360px;
  height: calc(80vh + 60px);
  background-color: #595959;
  border-radius: 5px;
}

.search-tree_wrap .ivu-spin-fix {
  background-color: rgba(0.3, 0.3, 0.3, 0.6) !important;
}

.search-tree_wrap[data-v-c87be8fc] {
  height: 80vh;
  overflow-y: scroll;
  position: relative;
}
.search-tree[data-v-c87be8fc] {
  background-color: #595959;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.search-tree_cont[data-v-c87be8fc] {
  width: 200%;
}

.tit-bar[data-v-20f35917] {
  font-size: 18px;
  background: #61676c;
  color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  text-indent: 1.8em;
}

.search-property[data-v-60923f49] {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.search-property .property[data-v-60923f49] {
  width: 360px !important;

  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-property .property {
  background-color: rgba(0, 0, 0, 0) !important;
}
.search-property .property__content {
  max-height: 70vh !important;
}

.item-box .item {
  overflow: hidden;
  margin-bottom: 5px;
}
.item-box .item .key {
  display: block;
  width: 40%;
  float: left;
}
.item-box .item .value {
  display: block;
  width: 60%;
  float: left;
  color: #ddd;
}

.u-scrollbar[data-v-cf334756] {
  /* for firefox */
  scrollbar-color: #fff #000;
  scrollbar-width: thin;

  /* ie */
  scrollbar-base-color: #000;
  scrollbar-3dlight-color: #000;
  scrollbar-track-color: #000;
  scrollbar-highlight-color: #fff;
  scrollbar-face-color: #fff;
}
.u-scrollbar[data-v-cf334756]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.u-scrollbar[data-v-cf334756]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #888888;
}
.u-scrollbar[data-v-cf334756]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.u-scrollbar[data-v-cf334756]::-webkit-scrollbar-corner {
  background: black;
}
.property[data-v-cf334756] {
  width: 340px;
  /* height: 700px; */
  background-color: #222;
  opacity: 0.8;
  color: #fff;
  /* overflow-y: scroll; */
  /* border-radius: 3px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.property__close[data-v-cf334756] {
  width: 390px;
  height: 50px;
  position: absolute;
  top: -7px;
  left: 0px;
  background: #222;
  z-index: -100;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
.property[data-v-cf334756] {
    left: 0px;
    width: calc(100% - 50px) !important;
}
.property__close[data-v-cf334756] {
    width: calc(100% + 50px);
}
}
.property__close-ico[data-v-cf334756] {
  width: 50px;
  height: 50px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.property__close img[data-v-cf334756] {
  width: 60%;
  height: 60%;
}
.property--full-width[data-v-cf334756] {
  width: 100vw;
  height: 700px;
}
.property[data-v-cf334756]::-webkit-scrollbar {
  display: none;
}
.property__header-tit[data-v-cf334756] {
  font-size: 17px;
}
.property__header[data-v-cf334756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
  height: 50px;
  background: black;
}
.property .ivu-tabs[data-v-cf334756] {
  color: #fff;
}
.property .ivu-tabs-ink-bar[data-v-cf334756] {
}
.property .ivu-tabs-nav .ivu-tabs-tab-active[data-v-cf334756] {
  color: #fff !important;
}
.property .ivu-tabs-nav .ivu-tabs-tab[data-v-cf334756]:active {
  color: #fff !important;
}
.property .ivu-tabs-nav .ivu-tabs-tab[data-v-cf334756]:hover {
  color: #fff !important;
}
.property .ivu-tabs-nav-container:focus .ivu-tabs-tab-focused[data-v-cf334756] {
  border-color: #fff !important;
}
.property__content[data-v-cf334756] {
  min-height: 450px;
  max-height: 520px;
  overflow-y: scroll;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-top: 10px;
}
.tab-header[data-v-cf334756] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #495a65;
  /* position: relative;
    width: calc(100% + 24px);
    left: -12px; */
  padding-top: 3px;
  padding-bottom: 3px;
}
.tab-header__item[data-v-cf334756] {
  margin: 5px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 1px 3px;
}
.tab-header__item--active[data-v-cf334756] {
  /* border-bottom: 1px solid lightblue; */
  color: black;
  background-color: #fff;
}
.iot[data-v-cf334756] {
  text-align: center;
}
.info[data-v-cf334756] {
  font-size: 14px;
  color: rgba(230, 250, 252, 1);
  text-align: left;
  text-indent: 2em;
}

.search-cons .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #385889;
}
.search-cons .ivu-tabs-ink-bar {
  background-color: #385889;
}
.result .ivu-page-item-active {
  color: #2d8cf0;
}
.result .ivu-table-cell {
  cursor: pointer;
}

.filter[data-v-b09e1d50] {
  position: relative;

  /* padding: 30px; */
  overflow: hidden;

  /* height: calc(80vh);
  overflow-y: scroll; */
}
.filter_box[data-v-b09e1d50] {
  height: calc(80vh - 143px);
  overflow-y: auto;
  overflow-x: hidden;
}
.result[data-v-b09e1d50] {
  padding: 30px;
  position: relative;
}
.result_export[data-v-b09e1d50] {
  position: absolute;
  right: 30px;
  top: 37px;
}
.filter_calcel[data-v-b09e1d50] {
  float: right;
}

.left-right[data-v-0c443617] {
  clear: both;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.left-right_l[data-v-0c443617] {
  width: 50%;
  float: left;
  border-right: 1px #ddd solid;
}
.left-right_r[data-v-0c443617] {
  width: 50%;
  float: left;
}
.filter_rang-img[data-v-0c443617] {
  margin-left: 20px;
  width: 74px;
}
.filter_rang-img-r[data-v-0c443617] {
  height: 100%;
  float: left;
}
.filter_rang-res[data-v-0c443617] {
  float: left;
  margin-left: 15px;
}
.filter_rang-num[data-v-0c443617] {
  display: block;
  font-size: 28px;
  color: #385889;
  font-weight: 600;
  margin-top: 10px;
}
.filter_rang-info[data-v-0c443617] {
  display: block;
  margin-top: 13px;
  margin-bottom: 13px;
}
.filter_rang-name[data-v-0c443617] {
  color: #385889;
  font-size: 19px;
  font-weight: 600;
  /* white-space: nowrap; */
  width: 270px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  width: 222px;
}

.title[data-v-7d209698] {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.title_before[data-v-7d209698] {
  display: block;
  background: #385889;
  border-radius: 2px;
  width: 8px;
  height: 30px;
  float: left;
  margin-right: 15px;
}
.title_val[data-v-7d209698] {
  float: left;
}

.search-cons .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #385889;
}
.search-cons .ivu-tabs-ink-bar {
  background-color: #385889;
}

.filter_sets[data-v-6df04b7c] {
  padding: 0px 30px;
  position: relative;
}
.filter_tabs[data-v-6df04b7c] {
  overflow: visible;
  z-index: 100;
  margin-top: 10px;
}
.filter_add[data-v-6df04b7c] {
  overflow: hidden;
}
.filter_v[data-v-6df04b7c] {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-right: 83px;
  cursor: pointer;
}
.filter_btns[data-v-6df04b7c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter_btn[data-v-6df04b7c] {
  margin: 10px 30px;
}
.spin[data-v-6df04b7c] {
  z-index: 1000;
}

.filter_items[data-v-579d5522] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.filter_item[data-v-579d5522] {
  margin-left: 5px;
  margin-right: 5px;
}
.filter_item-tit[data-v-579d5522] {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.filter_item-del[data-v-579d5522] {
  margin-left: 20px;
  cursor: pointer;
}
.filter_img[data-v-579d5522] {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
































































































































































































































































































































































































/* .filter_item .ivu-select-placeholder {
  color: black !important;
}
.filter_item input::-webkit-input-placeholder {
  color: black;
}

.filter_item input::placeholder {
  color: black;
}

.filter_item input::-moz-placeholder {
  color: black;
}
.filter_item input:-moz-placeholder {
  color: black;
} */
.filter_item-value {
  position: relative;
}
.filter_item .ivu-select-dropdown {
  position: absolute;
  height: 300px;
  width: 200px;
  overflow: scroll;
  z-index: 500;
}
.auto-complete {
  width: 150px;
}
@media (min-width: 1700px) {
.auto-complete {
    width: 188px;
}
}









































































































































































.record[data-v-231ded0c] {
}
.record_item[data-v-231ded0c] {
  clear: both;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.record_name[data-v-231ded0c] {
  float: left;
}
.record_more[data-v-231ded0c] {
  float: right;
  position: relative;
  margin-right: 20px;
}
.record_dropdown[data-v-231ded0c] {
  float: right;
}
.record_item-menu[data-v-231ded0c] {
  position: absolute;
  top: 35px;
  left: -20px;
  width: 60px;
  height: 90px;
  border: #ddd solid 1px;
  background-color: white;
  border-radius: 3px;
  color: black;
}
.record_item-menu ul[data-v-231ded0c] {
  list-style-type: none;
}
.record_item-menu ul li[data-v-231ded0c] {
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  font-size: 14px;
}
.record_item-menu ul li[data-v-231ded0c]:hover {
  background-color: gray;
}

.logo-con[data-v-8a363e08] {
  height: 64px;
  padding: 10px;
  background-color: red;
}
.platform .ivu-layout[data-v-8a363e08] {
  width: 100%;
}
.layout[data-v-8a363e08] {
  border: 1px solid #d7dde4;
  background: #f5f7f9;
  /* position: relative; */
  border-radius: 4px;
  overflow: hidden;
}
.platform-management-sider-menu[data-v-8a363e08] {
  font-size: 12px;
  display: inline;
}
.layout-header-bar[data-v-8a363e08] {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.layout-logo-left[data-v-8a363e08] {
  width: 90%;
  height: 30px;
  background: #5b6270;
  border-radius: 3px;
  margin: 15px auto;
}
.menu-icon[data-v-8a363e08] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rotate-icon[data-v-8a363e08] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-item span[data-v-8a363e08] {
  display: inline-block;
  overflow: hidden;
  width: 69px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  -webkit-transition: width 0.2s ease 0.2s;
  transition: width 0.2s ease 0.2s;
}
.menu-item i[data-v-8a363e08] {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: font-size 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, transform 0.2s ease;
  transition: font-size 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: middle;
  font-size: 16px;
}
.collapsed-menu span[data-v-8a363e08] {
  width: 0px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.collapsed-menu i[data-v-8a363e08] {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: font-size 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  vertical-align: middle;
  font-size: 22px;
}
.platform-svg-icon[data-v-8a363e08] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.platform-svg-icon-dropdown[data-v-8a363e08] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
}
.platform-sider-menu[data-v-8a363e08] {
  left: 0;
  overflow: auto;
  top: 70px;
  z-index: 1;
  position: fixed;
  height: 100vh;
}

.platform-management-header .bar {
  /* background: #515a6e !important; */
  background-color: rgba(36, 42, 63, 1) !important;
}
.platform-management-header .copy-right {
  /* background-color: #515a6e !important; */
  background-color: rgba(36, 42, 63, 1) !important;
}
.platform-sider-menu .ivu-layout-sider-children {
  background-color: rgba(36, 42, 63, 1) !important;
}
.platform-sider-menu .ivu-menu-dark {
  background-color: rgba(36, 42, 63, 1) !important;
}
.platform-sider-menu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-opened
  .ivu-menu-submenu-title {
  background-color: rgba(36, 42, 63, 1) !important;
}
.platform-sider-menu .ivu-menu-item {
  background-color: rgba(36, 42, 63, 1);
}
.platform
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #2d8cf0 !important;
}
.platform
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #fff !important;
}
.platform-sider-menu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
  border-right: none;
  color: #fff;
  background: #2d8cf0 !important;
}
.platform-sider-content {
  background-color: rgba(33, 37, 55, 0.89) !important;
  margin-left: 240px;
  position: fixed !important;
  z-index: 5;
  /* height: 100vh; */
  height: calc(100vh - 70px);
  left: 0;
  top: 70px;
  overflow: auto;
}
.new-timesheet-submenu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #343a40;
}

[class*="col-"][data-v-39c4f127] {
  padding: 0 !important;
}

#orgStructure .common_search-input .ivu-input-icon {
  right: 59px !important;
}
#orgStructure .staff-right {
  margin-right: 40px;
  position: absolute;
  right: 0;
  width: 600px;
}
#orgStructure .ivu-input-group {
  width: 50%;
}
@media screen and (min-width: 1280px) {
#orgStructure .ivu-input-group {
    width: 70%;
}
}
.platform-staff-title {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-staff-title-right {
  display: inline-block;
  line-height: 48px;
}
.platform-staff-title-span {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
h1.platform-staff-title_title {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-staff-filter-input {
  padding: 7px 5px;
  float: right;
  cursor: pointer;
  width: 100px;
}
@media screen and (min-width: 1280px) {
.platform-staff-filter-input {
    width: 290px !important;
}
}
.platform-staff-filter-btn {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}

.ivu-form-item-error-tip {
  left: 18px;
}
.test {
  position: relative;
}
.test i {
  position: absolute;
  left: -70px;
  top: 3px;
  color: red;
  font-size: 16px;
}
.test .project-org-jm {
  left: -74px;
}

.autoTbale {
  overflow: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.table-bordered {
  border: 1px solid #ebebeb;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: middle;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #e7e7e7;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  background-color: #f5f5f6;
}
#hl-tree-table > tbody > tr {
  background-color: #fbfbfb;
}
#hl-tree-table > tbody > .child-tr {
  background-color: #fff;
}
.table-bordered label {
  margin: 0 8px;
}
.ms-tree-space {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 14px;
  height: 14px;
}
.ms-tree-space::before {
  content: "";
}
#hl-tree-table th > label {
  margin: 0;
}
.operator_btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

[class*="col-"][data-v-70cecbbb] {
  padding: 0 !important;
}
.staff-right[data-v-70cecbbb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title[data-v-70cecbbb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.platform-staff-title[data-v-70cecbbb] {
  min-height: 48px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.platform-staff-title-span[data-v-70cecbbb] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 38px;
}
h1.platform-staff-title_title[data-v-70cecbbb] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-staff-staff-filter-input[data-v-70cecbbb] {
  width: 290px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.platform-staff-user[data-v-70cecbbb] {
  margin-right: 10px;
  margin-bottom: 5px;
}
.platform-staff-staff-filter-btn[data-v-70cecbbb] {
  position: relative;
  float: right;
  max-height: 32px;
}
#staffPlatform[data-v-70cecbbb] {
  margin-top: 20px;
}
#staffPlatform .left[data-v-70cecbbb] {
  border-right: 1px solid;
}
.ivu-page[data-v-70cecbbb] {
  margin-right: 20px;
}
.ivu-table-wrapper[data-v-70cecbbb] {
  margin-bottom: 20px;
}
.create-organize_layout_list-right[data-v-70cecbbb] {
  width: 400px;
  /* top: 0; */
  display: inline-block;
}
.vue-treeselect[data-v-70cecbbb] {
  max-height: 285px;
  display: block;
  overflow-y: auto;
}
#attachment[data-v-70cecbbb] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  top: 0px;
  right: 0px;
}
.platform-management-download-box[data-v-70cecbbb] {
  position: relative;
  display: inline-block;
  left: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 30px;
  color: rgb(25, 158, 216);
}
.problem-management-box-nav-right-button[data-v-70cecbbb] {
  position: relative;
  margin-left: 10px;
  max-height: 32px;
  /* top: 8px; */
  height: 32px;
  /* float: right; */
  /* margin-left: 13px; */
}
.staff-right .ivu-select[data-v-70cecbbb] {
  /* float: left; */
  position: relative;
  width: 200px;
}
@media screen and (max-width: 1024px) {
.staff-right[data-v-70cecbbb] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.platform-staff-title[data-v-70cecbbb] {
    margin-bottom: 10px;
}
.platform-staff-staff-filter-input[data-v-70cecbbb] {
    width: 249px;
}
.staff-right .ivu-select[data-v-70cecbbb] {
    width: 100px;
}
}

.ivu-poptip-body-content {
  max-height: 500px;
}
#staff .ivu-select-dropdown-list {
  display: inline-block !important;
}
#staffPlatform .ivu-form-item-error-tip {
  left: 18px;
}
.treeselect_div {
  display: inline-block;
  height: 33px;
  position: relative;
  /* color: black; */
  margin-bottom: 22px;
}
#staffPlatform .Stafftable .ivu-poptip-inner {
  height: 243px;
  overflow-y: scroll;
}

#staffPlatform .ivu-select-selection {
  /* height: 33px !important; */
  min-height: 33px !important;
}
#staffPlatform
  .ivu-select-single
  .ivu-select-selection
  .ivu-select-selected-value {
  height: 32px;
  line-height: 32px;
}
#user-select {
  width: 150px;
}

.platform-ascription-project-action-button {
  margin-left: 5px;
  margin-right: 5px;
}
.ascription-project-tree {
  max-height: 600px;
  overflow-y: auto;
}

.platform-ascription-back-button[data-v-18747b36] {
  height: 32px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
}
.platform-tree[data-v-18747b36] {
  text-align: right;
  margin-bottom: 10px;
}
.platform-tree-button[data-v-18747b36] {
  margin-left: 10px;
  margin-right: 10px;
}
.ascription-role-right[data-v-18747b36] {
  display: inline-block;
  padding-right: 5px;
}
.ascription-role-bottom-right[data-v-18747b36] {
  position: absolute;
  right: 0;
  float: right;
  margin-right: 25px;
}
.platform-ascription-project-content[data-v-18747b36] {
  width: 100%;
}
.platform-ascription-project-title[data-v-18747b36] {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.platform-ascription-project-title-right[data-v-18747b36] {
  display: inline-block;
  line-height: 48px;
}
.platform-ascription-project-title-span[data-v-18747b36] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-ascription-project-page[data-v-18747b36] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-ascription-project-title_title[data-v-18747b36] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-ascription-project-filter-btn[data-v-18747b36] {
  margin: 10px 10px 0px 10px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.platform-ascription-project-filter[data-v-18747b36] {
  height: 40px;
  font-size: 16px;
  margin-bottom: 10px;
}
.platform-ascription-iview-width[data-v-18747b36] {
  width: 300px;
}
.platform-ascription-project-filter-input[data-v-18747b36] {
  float: right;
  margin-right: 15px;
  cursor: pointer;
  max-width: 300px;
  top: 7px;
}

.name-input-folder[data-v-6c92a0f0] {
  min-width: 360px;
  margin-top: 10px;
}
.roles-permission-content[data-v-6c92a0f0] {
  min-height: 450px;
  padding: 20px;
}

.roles-permission-content .ivu-transfer-list {
  min-height: 400px !important;
  min-width: 300px !important;
}
.roles-permission-content .ivu-transfer-list-body-with-footer {
  min-height: 365px !important;
}
.roles-permission-content .ivu-transfer-list-content {
  padding: 10px 0;
}

.drawing-tree[data-v-7509ddb6] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}
.staff-groups-tree[data-v-7509ddb6] {
  overflow-y: auto;
  height: 520px;
  overflow-x: hidden;
  position: relative;
}


.discuss_tree_active_pointer {
  cursor: pointer;
}
.discuss_tree_active_default {
  cursor: default;
}

.name-input-folder[data-v-73aee46e] {
  min-width: 360px;
  margin-top: 10px;
}
.roles-permission-content[data-v-73aee46e] {
  min-height: 450px;
  padding: 20px;
}

.roles-permission-content .ivu-transfer-list {
  min-height: 400px !important;
  min-width: 300px !important;
}
.roles-permission-content .ivu-transfer-list-body-with-footer {
  min-height: 365px !important;
}
.roles-permission-content .ivu-transfer-list-content {
  padding: 10px 0;
}

.staff-sider-content[data-v-2cc4dc31] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 80px;
}

.staff-sider-content .staff_tree_node_selected {
  background-color: #2d8cf0;
}
/* iview 树的样式 */
.staff-sider-content .ivu-tree-title {
  color: white;
}
.staff-sider-content .ivu-tree-arrow {
  position: relative;
  bottom: 5px;
}
.staff-sider-content .ivu-tree-arrow i {
  color: white;
}
.staff-sider-content .ivu-tree-empty {
  color: white;
}
.staff-sider-content 
.ivu-tree-title:hover,
.ivu-tree-title-selected,
.ivu-tree-title-selected:hover {
  background-color: #607d8b !important;
}

.new-platform-role-setting-disabled[data-v-c188f2fc] {
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1052;
}
.new-platform-role[data-v-c188f2fc] {
  padding: 24px;
}
.new-platform-role-title[data-v-c188f2fc] {
  margin-bottom: 16px;
}
.new-platform-role-title h1[data-v-c188f2fc] {
  font-size: 20px;
  color: #3c6087;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
.new-platform-role-title p[data-v-c188f2fc] {
  font-size: 14px;
  margin-bottom: 24px;
}
.power-management-body-middle-title-role[data-v-c188f2fc] {
  font-size: 14px;
  font-weight: 700;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.power-management-body-middle-contain[data-v-c188f2fc] {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-left: 30px;
  display: inline-block;
  width: 530px;
}
.set-power-all-power[data-v-c188f2fc] {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-left: 20px;
}
.power-management-body-middle-contain-list[data-v-c188f2fc] {
  margin-right: 15px;
  color: #000000;
}
.role-right-setting[data-v-c188f2fc] {
  position: relative;
}

.data-power-management-body-middle[data-v-4e195082] {
  /* height: 390px; */
  /* overflow-y: scroll;
  overflow-x: hidden; */
}
.power-management-body-middle-title-role[data-v-4e195082] {
  font-size: 16px;
  font-weight: 700;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.power-management-body-middle-contain[data-v-4e195082] {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-left: 30px;
  display: inline-block;
  width: 800px;
}
.power-management-body-middle-contain-list[data-v-4e195082] {
  margin-right: 15px;
  color: #000000;
}

.platform-data-list-action-button {
  margin-left: 5px;
  margin-right: 5px;
}

.platform-data-list-right[data-v-56dae4fc] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-data-list-content[data-v-56dae4fc] {
  width: 100%;
}
.platform-data-list-title[data-v-56dae4fc] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-data-list-title-right[data-v-56dae4fc] {
  display: inline-block;
  line-height: 48px;
}
.platform-data-list-title-span[data-v-56dae4fc] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-data-list-page[data-v-56dae4fc] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-data-list-title_title[data-v-56dae4fc] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-data-list-filter-input[data-v-56dae4fc] {
  float: right;
  cursor: pointer;
  width: 290px;
  top: 7px;
}
.platform-data-list-filter-btn[data-v-56dae4fc] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}

.platform-action-button {
  margin-left: 5px;
  margin-right: 5px;
}

.platform-trialuserlist-page[data-v-0a4ea78d] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.platform-trialuserlist-title[data-v-0a4ea78d] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-trialuserlist-title h1[data-v-0a4ea78d] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-trialuserlist-title span[data-v-0a4ea78d] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-trialuserlist-title .trialuserlist-input[data-v-0a4ea78d] {
  float: right;
  cursor: pointer;
  width: 260px;
  position: relative;
  top: 12px;
  margin-left: 10px;
}
.platform-trialuserlist-title .trialuserlist-select[data-v-0a4ea78d] {
  width: 200px;
}
.platform-trialuserlist-table[data-v-0a4ea78d] {
  margin-top: 20px;
}

.platform-trialuserlist-button {
  margin: 5px;
}

.platforminform-content[data-v-e88b640c] {
  min-height: 1200px;
}
.platform-platforminform-page[data-v-e88b640c] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.platform-platforminform-title[data-v-e88b640c] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-platforminform-title h1[data-v-e88b640c] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-platforminform-title span[data-v-e88b640c] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-platforminform-title .platforminform-btn[data-v-e88b640c] {
  float: right;
  cursor: pointer;
  width: 160px;
  position: relative;
  top: 12px;
  margin-right: 10px;
  font-size: 14px;
}
.platform-platforminform-title .platforminform-select[data-v-e88b640c] {
  width: 200px;
}
.platform-platforminform-table[data-v-e88b640c] {
  margin-top: 20px;
}
.platforminform-container[data-v-e88b640c] {
  width: 100%;
  height: 68px;
}
.platforminform-container-left[data-v-e88b640c] {
  float: left;
  font-size: 14px;
  padding-left: 24px;
  min-width: 600px;
  line-height: 68px;
  cursor: pointer;
}
.platforminform-container-right[data-v-e88b640c] {
  float: right;
  padding-right: 40px;
  line-height: 68px;
}
.platforminform-container-right-item[data-v-e88b640c] {
  float: right;
  font-size: 14px;
  margin-left: 24px;
}
.updatalog-container-right-item-delete[data-v-e88b640c] {
  float: right;
  font-size: 14px;
  margin-left: 24px;
  cursor: pointer;
}

.platform-platforminform-button {
  margin: 5px;
}
.toolbar {
    border: 1px solid #ccc;
}
.text {
    border: 1px solid #ccc;
    height: 340px;
}
.placeholderview{
padding: 5px 0; 
color: #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.placeholdertext{
  margin-left:10px
}

.pluginVersioning-content[data-v-0569439c] {
  min-height: 1200px;
}
.platform-pluginVersioning-page[data-v-0569439c] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.platform-pluginVersioning-title[data-v-0569439c] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-pluginVersioning-title h1[data-v-0569439c] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-pluginVersioning-title span[data-v-0569439c] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-pluginVersioning-title .pluginVersioning-btn[data-v-0569439c] {
  float: right;
  cursor: pointer;
  width: 160px;
  position: relative;
  top: 12px;
  margin-left: 15px;
  font-size: 14px;
  margin-right: 20px;
}
.platform-pluginVersioning-title .trialuserlist-input[data-v-0569439c] {
  float: right;
  cursor: pointer;
  width: 260px;
  position: relative;
  top: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.platform-pluginVersioning-title .pluginVersioning-select[data-v-0569439c] {
  width: 200px;
}
.platform-pluginVersioning-table[data-v-0569439c] {
  margin-top: 20px;
}
.updatalog-container[data-v-0569439c] {
  width: 100%;
  height: 68px;
}
.updatalog-container-left[data-v-0569439c] {
  float: left;
  font-size: 14px;
  padding-left: 24px;
  min-width: 600px;
  line-height: 68px;
  cursor: pointer;
}
.updatalog-container-right[data-v-0569439c] {
  float: right;
  padding-right: 40px;
  line-height: 68px;
}
.updatalog-container-right-item[data-v-0569439c] {
  float: right;
  font-size: 14px;
  margin-left: 24px;
}
.updatalog-container-right-item-delete[data-v-0569439c] {
  float: right;
  font-size: 14px;
  margin-left: 24px;
  cursor: pointer;
}

.platform-pluginVersioning-button {
  margin: 5px;
}

.expand-row[data-v-0ee7c489]{
    margin-bottom: 16px;
}

.con[data-v-026e1113] {
  padding: 16px;
  position: relative;
  height: 100%;
}
.con .show-wrap[data-v-026e1113] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: white;
  padding: 16px;
  z-index: 4;
}

.setting-wrap[data-v-2dcd4001] {
  font-size: 14px!important;
}
.setting-wrap .divider[data-v-2dcd4001] {
  -webkit-box-shadow: 0px -1px 0px 0px #E5E6E8 inset;
          box-shadow: 0px -1px 0px 0px #E5E6E8 inset;
  height: 1px;
  margin: 16px 0;
}
.setting-wrap .title[data-v-2dcd4001] {
  color: black;
}
.setting-wrap .import-file-button[data-v-2dcd4001] {
  color: #165DFF;
  cursor: pointer;
}
.setting-wrap .card-item[data-v-2dcd4001] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.setting-wrap .card-item + .card-item[data-v-2dcd4001] {
  margin-top: 16px;
}

.result-wrap[data-v-2f9845c0] {
  font-size: 14px;
}
.result-wrap .divider[data-v-2f9845c0] {
  -webkit-box-shadow: 0px -1px 0px 0px #E5E6E8 inset;
          box-shadow: 0px -1px 0px 0px #E5E6E8 inset;
  height: 1px;
  margin-bottom: 16px;
}
.result-wrap .title[data-v-2f9845c0] {
  color: black;
  margin-bottom: 16px;
}

.empty-wrap[data-v-a013968c] {
  font-size: 14px;
  width: 100%;
  height: calc(100vh - 154px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.empty-wrap .empty-img[data-v-a013968c] {
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
}
.empty-wrap .title[data-v-a013968c] {
  color: black;
  font-weight: 600;
}
.empty-wrap .sub-title[data-v-a013968c] {
  margin-bottom: 16px;
}

.platform-role-action-button {
  margin-left: 5px;
  margin-right: 5px;
}

[class*="col-"][data-v-59cc2154]{
  padding:0 !important
}
.role-right[data-v-59cc2154] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-59cc2154] {
  width: 100%;
}
.platform-role-title[data-v-59cc2154] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-59cc2154] {
  display: inline-block;
  line-height: 48px;
}
.platform-role-title-span[data-v-59cc2154] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-role-page[data-v-59cc2154] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-59cc2154] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-input[data-v-59cc2154] {
  margin: 0px 10px;
  padding: 7px 16px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
  width: 290px;
}
.platform-role-filter-btn[data-v-59cc2154] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.poptip-btn[data-v-59cc2154],
.icon-box[data-v-59cc2154] {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background-color: #89bfff;
  border-radius: 4px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.icon-box img[data-v-59cc2154]{
  width:25px;
}
.poptip-btn img[data-v-59cc2154] {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.46);
          transform: scale(0.46);
}
.icon-box-list .icon-box[data-v-59cc2154] {
  display: inline-block;
}
.poptip-btn span[data-v-59cc2154] {
  color: #fff;
}
.params-input[data-v-59cc2154] {
  width: 360px;
  margin-right: 8px;
}

.mr6 {
  margin-right: 6px;
}
.app-upload {
  position: relative;
  display: inline-block;
}
.app-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

[class*="col-"][data-v-5f905772] {
  padding: 0 !important;
}
.role-right[data-v-5f905772] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-5f905772] {
  width: 100%;
}
.platform-role-title[data-v-5f905772] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-5f905772] {
  display: inline-block;
  line-height: 48px;
}
.platform-role-title-span[data-v-5f905772] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-role-page[data-v-5f905772] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-5f905772] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-btn[data-v-5f905772] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.language-select-language[data-v-5f905772] {
  display: inline-block;
  width: 117px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.language-name[data-v-5f905772] {
  display: inline-block;
  width: 125px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.language-wrap[data-v-5f905772] {
  margin-bottom: 10px;
}
.time-sheet-add[data-v-5f905772] {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  right: -8px;
  cursor: pointer;
}

[class*="col-"][data-v-067455d5] {
  padding: 0 !important;
}
.role-right[data-v-067455d5] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-067455d5] {
  width: 100%;
}
.platform-role-title[data-v-067455d5] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-067455d5] {
  display: inline-block;
  line-height: 48px;
}
.platform-role-title-span[data-v-067455d5] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-role-page[data-v-067455d5] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-067455d5] {
    display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-btn[data-v-067455d5] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.language-select-language[data-v-067455d5]{
  display: inline-block;
  width: 117px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.language-name[data-v-067455d5]{
  display: inline-block;
  width: 125px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.language-wrap[data-v-067455d5]{
  margin-bottom: 10px;
}
.time-sheet-add[data-v-067455d5] {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  right: -8px;
  cursor: pointer;
}

.platform-role-content .ivu-poptip-confirm .ivu-poptip-inner{
       white-space: nowrap;
}

.project-table-page[data-v-c0004484] {
  margin-top: 8px;
  text-align: right;
}
[class*="col-"][data-v-c0004484] {
  padding: 0 !important;
}
.role-right[data-v-c0004484] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-c0004484] {
  width: 100%;
}
.platform-role-title[data-v-c0004484] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-c0004484] {
  display: inline-block;
  line-height: 48px;
}
.platform-role-title-span[data-v-c0004484] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-role-page[data-v-c0004484] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-c0004484] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-btn[data-v-c0004484] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.time-sheet-add[data-v-c0004484] {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px;
  right: -8px;
  cursor: pointer;
}
.language-select-language[data-v-c0004484]{
  display: inline-block;
  width: 118px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.language-name[data-v-c0004484]{
  display: inline-block;
  width: 125px;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.language-wrap[data-v-c0004484]{
  margin-bottom: 10px;
}

.overflow-modal .ivu-modal-body {
  /* overflow-y: auto; */
  /* max-height: 500px; */
  padding:0;
}
.select-form-item .ivu-form-item{
  margin-bottom: 20px;
}

[class*="col-"][data-v-2a7d833b] {
  padding: 0 !important;
}
.role-right[data-v-2a7d833b] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-2a7d833b] {
  width: 100%;
}
.platform-role-title[data-v-2a7d833b] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-2a7d833b] {
  display: inline-block;
  line-height: 48px;
}
.platform-role-title-span[data-v-2a7d833b] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.project-table-page[data-v-2a7d833b] {
  margin-top: 8px;
  text-align: right;
}
.platform-role-page[data-v-2a7d833b] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-2a7d833b] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-btn[data-v-2a7d833b] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}

.mr6 {
  margin-right: 6px;
}
.app-upload {
  position: relative;
  display: inline-block;
}
.app-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.platform-transfer-style .ivu-transfer-list .ivu-transfer-list-header {
  padding: 8px 10px !important;
}
.platform-transfer-style
  .ivu-transfer-list
  .ivu-transfer-list-body
  .ivu-transfer-list-content
  .ivu-transfer-list-content-item {
  padding: 7px 10px !important;
}

.digital-role-right[data-v-cdbb95b6] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.digital-platform-role-content[data-v-cdbb95b6] {
  width: 100%;
}
.digital-platform-role-title[data-v-cdbb95b6] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.digital-platform-role-title-right[data-v-cdbb95b6] {
  display: inline-block;
  line-height: 48px;
}
.digital-platform-role-title-span[data-v-cdbb95b6] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.digital-platform-role-page[data-v-cdbb95b6] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.digital-platform-role-title_title[data-v-cdbb95b6] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.digital-platform-role-filter-btn[data-v-cdbb95b6] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}

.platform-role-sider[data-v-68200076] {
  padding: 24px 0;
  /* height: calc(100% - 50px); */
  overflow: auto;
}
.platform-role-sider-top-actions[data-v-68200076] {
  padding: 0 24px;
}
.role-item[data-v-68200076] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  cursor: pointer;
}
.role-item:hover .ivu-icon[data-v-68200076] {
  display: block;
}
.role-item[data-v-68200076]:hover,
.role-item.current-role-item[data-v-68200076] {
  background-color: #2d8cf0 !important;
}
.role-item .ivu-icon[data-v-68200076] {
  font-size: 16px;
  color: #fff;
  display: none;
}
.role-item h1[data-v-68200076] {
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.role-item-actions p[data-v-68200076] {
  font-size: 14px;
  cursor: pointer;
  height: 32px;
  padding-left: 16px;
  line-height: 32px;
}
.role-item-actions p[data-v-68200076]:hover {
  background-color: #f2f2f2;
}

.management-data-index[data-v-131fd4ae] {
  width: 100%;
  height: 100%;
  min-width: 1024px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #1f2529;
}
.button-style[data-v-131fd4ae] {
  background-color: rgba(23, 155, 248, 0.1);
  color: aliceblue;
  font-size: 12px;
}
.crumbs-block[data-v-131fd4ae] {
  min-height: auto !important;
  padding-bottom: 16px;
}
.crumbs-block .navigation .crumb-title[data-v-131fd4ae] {
  max-width: 200px !important;
}
.management-box-content[data-v-131fd4ae] {
  width: 1200px;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  height: calc(100% - 200px);
}
.management-box-content[data-v-131fd4ae] .el-scrollbar__view {
  height: 100%;
  padding: 0 25px;
}
.management-box-content[data-v-131fd4ae] .el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
.management-box-content[data-v-131fd4ae] .ivu-select-default.ivu-select-multiple .ivu-select-selection {
  min-height: 32px;
  background: transparent;
}
.management-box-content[data-v-131fd4ae] .ivu-select-default.ivu-select-multiple .ivu-select-selection ::-webkit-scrollbar {
  display: none;
}
.management-box-content[data-v-131fd4ae] .ivu-select-default.ivu-select-multiple .ivu-select-selection > div {
  white-space: nowrap;
  overflow: auto;
}
.management-box-content[data-v-131fd4ae] .ivu-select-input {
  color: #c5c8ce;
}
.management-box-content[data-v-131fd4ae] .ivu-select .ivu-select-dropdown {
  width: auto;
  background: #252d33;
}
.management-box-content[data-v-131fd4ae] span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #a8abb1;
}
.management-box-content[data-v-131fd4ae] .ivu-input {
  background-color: transparent;
  color: #c5c8ce;
  border: 1px solid #f4f4f426;
}
.management-box-content[data-v-131fd4ae] .ivu-select-dropdown {
  background-color: #252d33;
}
.management-box-content[data-v-131fd4ae] .ivu-date-picker-cells-cell-prev-month em,
.management-box-content .ivu-date-picker-cells-cell-next-month em[data-v-131fd4ae] {
  color: #707070;
}
.management-box-content[data-v-131fd4ae] .ivu-select-multiple .ivu-select-item-focus,
.management-box-content .ivu-select-multiple .ivu-select-item-selected[data-v-131fd4ae]:hover {
  background: #ffffff14;
}
.management-box-content[data-v-131fd4ae] .ivu-select-item {
  color: #a8abb1;
}
.management-box-content[data-v-131fd4ae] .ivu-select-selection {
  border: 1px solid #f4f4f426;
}
.management-box-content[data-v-131fd4ae] .ivu-date-picker-cells-cell-range {
  position: relative;
  background: #ffffff14;
}
.management-box-content[data-v-131fd4ae] .ivu-date-picker-cells-cell-range:before {
  background: #ffffff14;
}
.management-box-content[data-v-131fd4ae] .ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9) !important;
  background: #ffffff14;
}
.management-box-content[data-v-131fd4ae] .ivu-select-item:hover {
  background: #ffffff14;
}
.management-box-content[data-v-131fd4ae] .ivu-tag {
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  /* color: wheat; */
}
.management-box-content[data-v-131fd4ae] .ivu-tag-text {
  color: #a8abb1;
}
.management-box-content[data-v-131fd4ae] .ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 33%;
  position: relative;
}
.filter-box[data-v-131fd4ae] {
  border-bottom: solid 1px;
  line-height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-left: 25px;
}
.sort-filter[data-v-131fd4ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  margin-right: 25px;
  border-bottom: solid 1px;
}
.day-filter[data-v-131fd4ae] {
  word-break: keep-all;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.day-text[data-v-131fd4ae] {
  margin-right: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.sort-text[data-v-131fd4ae] {
  color: white;
  margin-right: 25px;
  white-space: nowrap;
}
.sort-select[data-v-131fd4ae] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-view[data-v-131fd4ae] {
  height: calc(100% - 160px);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
.page-style[data-v-131fd4ae] {
  position: absolute;
  /* right: 5px; */
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #252d33;
  padding: 5px 20px;
}

.little-point {
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-radius: 50%;
}
.green-point {
  background: green;
}
.red-point {
  background: #ff3838;
}

.export-form-item[data-v-feea0798] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  line-height: 50px;
}
.export-form-item .form-title[data-v-feea0798] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.export-form-item .form-content[data-v-feea0798] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
[data-v-feea0798] .ivu-date-picker-cells-cell-range {
  position: relative;
  background: #ffffff14;
}
[data-v-feea0798] .ivu-date-picker-cells-cell-range:before {
  background: #ffffff14;
}
[data-v-feea0798] span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #a8abb1;
}
[data-v-feea0798] .ivu-date-picker-cells-cell-prev-month em,
.ivu-date-picker-cells-cell-next-month em[data-v-feea0798] {
  color: #707070;
}
[data-v-feea0798] .ivu-select-dropdown {
  background-color: #252d33;
}
[data-v-feea0798] .ivu-input {
  background-color: transparent;
  color: #c5c8ce;
  border: 1px solid #f4f4f426;
}
[data-v-feea0798] .ivu-radio-inner {
  background-color: #252d33;
  border: 1px solid #f4f4f426;
}











































.g2-guide-html {
  text-align: center;
}
.g2-guide-value {
  font-size: 18px;
  color: #00a1ff;
  font-weight: 600;
}
.g2-guide-title {
  font-size: 16px;
  font-weight: 600;
}

.grid-content[data-v-616172a1] {
  background: white;
  /* box-shadow: 0px 0px 9px 0px grey; */
  border-radius: 2px;
  margin: 6px;
}
.title[data-v-616172a1] {
  margin-left: 10px;
  padding: 10px 0 30px;
  font-weight: 600;
  color: #8f8c8c;
}
.sort-list[data-v-616172a1] {
  float: right;
  margin-right: 12px;
}
.sort-list[data-v-616172a1] .el-button--mini {
  padding: 4px 15px;
}
.sort-button-active[data-v-616172a1] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #409eff;
  color: white;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}
.sort-button[data-v-616172a1] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #e0e0e0;
  color: #363636;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}

.grid-content[data-v-24b416d8] {
  background: white;
  /* box-shadow: 0px 0px 9px 0px grey; */
  border-radius: 2px;
  margin: 6px;
}
.title[data-v-24b416d8] {
  margin-left: 10px;
  padding: 10px 0 30px;
  font-weight: 600;
  color: #8f8c8c;
}
.sort-list[data-v-24b416d8] {
  float: right;
  margin-right: 12px;
}
.sort-list[data-v-24b416d8] .el-button--mini {
  padding: 4px 15px;
}
.sort-button-active[data-v-24b416d8] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #409eff;
  color: white;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}
.sort-button[data-v-24b416d8] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #e0e0e0;
  color: #363636;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}

.no-border[data-v-1fd6b0c7] {
  border: solid 0px;
}

.flex[data-v-70df9ecd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row[data-v-70df9ecd] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column[data-v-70df9ecd] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-a-i-center[data-v-70df9ecd] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-70df9ecd] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-70df9ecd] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-70df9ecd] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-70df9ecd] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-70df9ecd] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-70df9ecd] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-70df9ecd] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-70df9ecd] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-70df9ecd] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-70df9ecd] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-70df9ecd] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-70df9ecd] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-70df9ecd] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-70df9ecd] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-70df9ecd] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-70df9ecd] {
  text-align: center;
}
.right[data-v-70df9ecd] {
  text-align: right;
}
.left[data-v-70df9ecd] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-70df9ecd {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-70df9ecd {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-70df9ecd {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-70df9ecd {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-70df9ecd] {
  -webkit-animation-name: section-fade-in-data-v-70df9ecd;
          animation-name: section-fade-in-data-v-70df9ecd;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-70df9ecd] {
  -webkit-animation-name: section-fade-out-data-v-70df9ecd;
          animation-name: section-fade-out-data-v-70df9ecd;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.cartier-dashboard-index[data-v-70df9ecd] {
  width: 100%;
  height: 100%;
  min-width: 1024px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #1f2529;
}
.button-style[data-v-70df9ecd] {
  background-color: rgba(23, 155, 248, 0.1);
  color: aliceblue;
  font-size: 12px;
}
.crumbs-block[data-v-70df9ecd] {
  min-height: auto !important;
  padding-bottom: 16px;
}
.crumbs-block .navigation .crumb-title[data-v-70df9ecd] {
  max-width: 200px !important;
}
.cartier-box-content[data-v-70df9ecd] {
  overflow: auto;
  width: 63%;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  height: calc(100% - 216px);
}
.cartier-box-content[data-v-70df9ecd] .el-scrollbar__view {
  height: 100%;
  padding: 0 25px;
}
.cartier-box-content[data-v-70df9ecd] .el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-default .ivu-select-selection {
  min-height: 32px;
  background: transparent;
  color: #fff;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-default .ivu-select-selection ::-webkit-scrollbar {
  display: none;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-default .ivu-select-selection > div {
  white-space: nowrap;
  overflow: auto;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-input {
  color: #c5c8ce;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select .ivu-select-dropdown {
  width: auto;
  background: #252d33;
}
.cartier-box-content[data-v-70df9ecd] span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #a8abb1;
}
.cartier-box-content[data-v-70df9ecd] .ivu-input {
  background-color: transparent;
  color: #c5c8ce;
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-dropdown {
  background-color: #252d33;
}
.cartier-box-content[data-v-70df9ecd] .ivu-date-picker-cells-cell-prev-month em,
.cartier-box-content .ivu-date-picker-cells-cell-next-month em[data-v-70df9ecd] {
  color: #707070;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-multiple .ivu-select-item-focus,
.cartier-box-content .ivu-select-multiple .ivu-select-item-selected[data-v-70df9ecd]:hover {
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-item {
  color: #a8abb1;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-selection {
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-70df9ecd] .ivu-date-picker-cells-cell-range {
  position: relative;
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .ivu-date-picker-cells-cell-range:before {
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9) !important;
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-item:hover {
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-item-focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.cartier-box-content[data-v-70df9ecd] .ivu-tag {
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  /* color: wheat; */
}
.cartier-box-content[data-v-70df9ecd] .el-range-editor--mini.el-input__inner {
  height: 32px;
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .el-picker-panel {
  background: #ffffff14;
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-70df9ecd] .el-range-editor--mini .el-range-input {
  color: white;
  background: transparent !important;
}
.cartier-box-content[data-v-70df9ecd] .el-date-editor .el-range-separator {
  color: #fff;
}
.cartier-box-content[data-v-70df9ecd] .ivu-tag-text {
  color: #a8abb1;
  background: #ffffff14;
}
.cartier-box-content[data-v-70df9ecd] .ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 33%;
  position: relative;
}
.cartier-box-content[data-v-70df9ecd] .el-date-range-picker__content.is-left {
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-70df9ecd] .el-popper {
  background: #ffffff14;
}
[data-v-70df9ecd] label {
  margin-bottom: 0;
}
[data-v-70df9ecd] .el-radio-button--mini .el-radio-button__inner {
  height: 32px;
  padding: 8px 15px;
  color: #fff;
  background: #ffffff14;
  border: 1px solid #f4f4f426 !important;
}
[data-v-70df9ecd] .ant-calendar-picker-clear {
  display: none;
}
[data-v-70df9ecd] .ivu-table-fixed::before {
  background: #505464;
}
[data-v-70df9ecd] .ivu-table-fixed-right::before {
  background: #505464;
}
[data-v-70df9ecd] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: #409eff;
  border: 1px solid #409eff;
}
[data-v-70df9ecd] .ant-calendar-picker-icon {
  color: rgba(255, 255, 255, 0.6);
}
.filter-box[data-v-70df9ecd] {
  border-bottom: solid 1px;
  line-height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-left: 25px;
}
.sort-filter[data-v-70df9ecd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  margin-right: 25px;
  border-bottom: solid 1px;
}
.day-filter[data-v-70df9ecd] {
  word-break: keep-all;
  position: relative;
  width: 100%;
}
.day-text[data-v-70df9ecd] {
  margin-right: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.sort-text[data-v-70df9ecd] {
  color: white;
  white-space: nowrap;
}
.sort-select[data-v-70df9ecd] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-70df9ecd] .el-input--mini .el-input__inner {
  height: 32px;
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
  color: #fff;
}
.dashboard-view[data-v-70df9ecd] {
  height: calc(100% - 160px);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid;
}
[data-v-70df9ecd] .ivu-checkbox {
  margin-right: 8px;
}
.page-style[data-v-70df9ecd] {
  position: absolute;
  /* right: 5px; */
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #252d33;
  padding: 5px 20px;
}
[data-v-70df9ecd] .ivu-table-fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-70df9ecd] .ivu-table-fixed-right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-70df9ecd] .ivu-checkbox-inner {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(235, 237, 240, 0.3);
}
[data-v-70df9ecd] .ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
[data-v-70df9ecd] .ivu-table-fixed-right-header {
  border: none;
  background: #252d33;
}
[data-v-70df9ecd] .ivu-table-summary {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.no-opactity {
  background: #252d33 !important;
}
.total-style {
  background: #252d33 !important;
  color: #409eff !important;
}

.flex[data-v-49b7b0ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row[data-v-49b7b0ca] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column[data-v-49b7b0ca] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-a-i-center[data-v-49b7b0ca] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-49b7b0ca] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-49b7b0ca] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-49b7b0ca] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-49b7b0ca] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-49b7b0ca] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-49b7b0ca] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-49b7b0ca] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-49b7b0ca] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-49b7b0ca] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-49b7b0ca] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-49b7b0ca] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-49b7b0ca] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-49b7b0ca] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-49b7b0ca] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-49b7b0ca] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-49b7b0ca] {
  text-align: center;
}
.right[data-v-49b7b0ca] {
  text-align: right;
}
.left[data-v-49b7b0ca] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-49b7b0ca {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-49b7b0ca {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-49b7b0ca {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-49b7b0ca {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-49b7b0ca] {
  -webkit-animation-name: section-fade-in-data-v-49b7b0ca;
          animation-name: section-fade-in-data-v-49b7b0ca;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-49b7b0ca] {
  -webkit-animation-name: section-fade-out-data-v-49b7b0ca;
          animation-name: section-fade-out-data-v-49b7b0ca;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[data-v-49b7b0ca] .ivu-select-selection {
  border: 1px solid #f4f4f426;
}
[data-v-49b7b0ca] .ivu-select-default .ivu-select-selection {
  min-height: 32px;
  background: transparent;
}
[data-v-49b7b0ca] .ivu-select-default .ivu-select-selection ::-webkit-scrollbar {
  display: none;
}
[data-v-49b7b0ca] .ivu-select-default .ivu-select-selection > div {
  white-space: nowrap;
  overflow: auto;
}
.empty[data-v-49b7b0ca] {
  width: 100%;
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-v-49b7b0ca] .ivu-input-number-input {
  background: transparent;
  color: #fff;
}
[data-v-49b7b0ca] .ivu-input-number {
  background: transparent;
  border: 1px solid #f4f4f426;
  color: #fff;
}
.num-style[data-v-49b7b0ca] {
  color: #fff;
  height: 50px;
}
.average-num-1[data-v-49b7b0ca] {
  font-size: 8px ;
  color: #2ecc71;
  margin-right: 6px;
}
.average-num-2[data-v-49b7b0ca] {
  color: #ff6600;
  font-size: 8px ;
  margin-right: 6px;
  margin-left: 30px;
}

.g2-guide-html {
  text-align: center;
}
.g2-guide-value {
  font-size: 18px;
  color: #00a1ff;
  font-weight: 600;
}
.g2-guide-title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}

.grid-content[data-v-5ac15a72] {
  background: white;
  /* box-shadow: 0px 0px 9px 0px grey; */
  border-radius: 2px;
  margin: 6px;
}
.title[data-v-5ac15a72] {
  margin-left: 10px;
  padding: 10px 0 30px;
  font-weight: 600;
  color: #8f8c8c;
}
.sort-list[data-v-5ac15a72] {
  float: right;
  margin-right: 12px;
}
.sort-list[data-v-5ac15a72] .el-button--mini {
  padding: 4px 15px;
}
.sort-button-active[data-v-5ac15a72] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #409eff;
  color: white;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}
.sort-button[data-v-5ac15a72] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #e0e0e0;
  color: #363636;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}

.g2-guide-html {
  text-align: center;
}
.g2-guide-value {
  font-size: 18px;
  color: #00a1ff;
  font-weight: 600;
}
.g2-guide-value-2 {
  font-size: 38px;
  color: #00a1ff;
  font-weight: 600;
}
.g2-guide-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.g2-guide-title-2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.grid-content[data-v-789a6ce7] {
  background: white;
  /* box-shadow: 0px 0px 9px 0px grey; */
  border-radius: 2px;
  margin: 6px;
}
.title[data-v-789a6ce7] {
  margin-left: 10px;
  padding: 10px 0 30px;
  font-weight: 600;
  color: #8f8c8c;
}
.sort-list[data-v-789a6ce7] {
  float: right;
  margin-right: 12px;
}
.sort-list[data-v-789a6ce7] .el-button--mini {
  padding: 4px 15px;
}
.sort-button-active[data-v-789a6ce7] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #409eff;
  color: white;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}
.sort-button[data-v-789a6ce7] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #e0e0e0;
  color: #363636;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}

.grid-content[data-v-257c42ca] {
  background: white;
  /* box-shadow: 0px 0px 9px 0px grey; */
  border-radius: 2px;
  margin: 6px;
}
.title[data-v-257c42ca] {
  margin-left: 10px;
  padding: 10px 0 30px;
  font-weight: 600;
  color: #8f8c8c;
}
.sort-list[data-v-257c42ca] {
  float: right;
  margin-right: 12px;
}
.sort-list[data-v-257c42ca] .el-button--mini {
  padding: 4px 15px;
}
.sort-button-active[data-v-257c42ca] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #409eff;
  color: white;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}
.sort-button[data-v-257c42ca] {
  border-radius: 15px;
  font-size: 13px;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 24px;
  line-height: 24px;
  /* width: 162px; */
  background: #e0e0e0;
  color: #363636;
  float: left;
  margin-left: 12px;
  cursor: pointer;
}

.no-border[data-v-528ce320] {
  border: solid 0px;
}

.flex[data-v-745d304a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row[data-v-745d304a] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column[data-v-745d304a] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-a-i-center[data-v-745d304a] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-745d304a] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-745d304a] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-745d304a] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-745d304a] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-745d304a] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-745d304a] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-745d304a] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-745d304a] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-745d304a] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-745d304a] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-745d304a] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-745d304a] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-745d304a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-745d304a] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-745d304a] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-745d304a] {
  text-align: center;
}
.right[data-v-745d304a] {
  text-align: right;
}
.left[data-v-745d304a] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-745d304a {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-745d304a {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-745d304a {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-745d304a {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-745d304a] {
  -webkit-animation-name: section-fade-in-data-v-745d304a;
          animation-name: section-fade-in-data-v-745d304a;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-745d304a] {
  -webkit-animation-name: section-fade-out-data-v-745d304a;
          animation-name: section-fade-out-data-v-745d304a;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.cartier-dashboard-index[data-v-745d304a] {
  width: 100%;
  height: 100%;
  min-width: 1024px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #1f2529;
}
.button-style[data-v-745d304a] {
  background-color: rgba(23, 155, 248, 0.1);
  color: aliceblue;
  font-size: 12px;
}
.crumbs-block[data-v-745d304a] {
  min-height: auto !important;
  padding-bottom: 16px;
}
.crumbs-block .navigation .crumb-title[data-v-745d304a] {
  max-width: 200px !important;
}
.cartier-box-content[data-v-745d304a] {
  overflow: auto;
  width: 63%;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  height: calc(100% - 216px);
}
.cartier-box-content[data-v-745d304a] .el-scrollbar__view {
  height: 100%;
  padding: 0 25px;
}
.cartier-box-content[data-v-745d304a] .el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
.cartier-box-content[data-v-745d304a] .ivu-select-default .ivu-select-selection {
  min-height: 32px;
  background: transparent;
  color: #fff;
}
.cartier-box-content[data-v-745d304a] .ivu-select-default .ivu-select-selection ::-webkit-scrollbar {
  display: none;
}
.cartier-box-content[data-v-745d304a] .ivu-select-default .ivu-select-selection > div {
  white-space: nowrap;
  overflow: auto;
}
.cartier-box-content[data-v-745d304a] .ivu-select-input {
  color: #c5c8ce;
}
.cartier-box-content[data-v-745d304a] .ivu-select .ivu-select-dropdown {
  width: auto;
  background: #252d33;
}
.cartier-box-content[data-v-745d304a] span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #a8abb1;
}
.cartier-box-content[data-v-745d304a] .ivu-input {
  background-color: transparent;
  color: #c5c8ce;
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-745d304a] .ivu-select-dropdown {
  background-color: #252d33;
}
.cartier-box-content[data-v-745d304a] .ivu-date-picker-cells-cell-prev-month em,
.cartier-box-content .ivu-date-picker-cells-cell-next-month em[data-v-745d304a] {
  color: #707070;
}
.cartier-box-content[data-v-745d304a] .ivu-select-multiple .ivu-select-item-focus,
.cartier-box-content .ivu-select-multiple .ivu-select-item-selected[data-v-745d304a]:hover {
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .ivu-select-item {
  color: #a8abb1;
}
.cartier-box-content[data-v-745d304a] .ivu-select-selection {
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-745d304a] .ivu-date-picker-cells-cell-range {
  position: relative;
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .ivu-date-picker-cells-cell-range:before {
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9) !important;
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .ivu-select-item:hover {
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .ivu-select-item-focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.cartier-box-content[data-v-745d304a] .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.cartier-box-content[data-v-745d304a] .ivu-tag {
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  /* color: wheat; */
}
.cartier-box-content[data-v-745d304a] .el-range-editor--mini.el-input__inner {
  height: 32px;
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .el-picker-panel {
  background: #ffffff14;
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-745d304a] .el-range-editor--mini .el-range-input {
  color: white;
  background: transparent !important;
}
.cartier-box-content[data-v-745d304a] .el-date-editor .el-range-separator {
  color: #fff;
}
.cartier-box-content[data-v-745d304a] .ivu-tag-text {
  color: #a8abb1;
  background: #ffffff14;
}
.cartier-box-content[data-v-745d304a] .ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 33%;
  position: relative;
}
.cartier-box-content[data-v-745d304a] .el-date-range-picker__content.is-left {
  border: 1px solid #f4f4f426;
}
.cartier-box-content[data-v-745d304a] .el-popper {
  background: #ffffff14;
}
[data-v-745d304a] label {
  margin-bottom: 0;
}
[data-v-745d304a] .el-radio-button--mini .el-radio-button__inner {
  height: 32px;
  padding: 8px 15px;
  color: #fff;
  background: #ffffff14;
  border: 1px solid #f4f4f426 !important;
}
[data-v-745d304a] .ant-calendar-picker-clear {
  display: none;
}
[data-v-745d304a] .ivu-table-fixed::before {
  background: #505464;
}
[data-v-745d304a] .ivu-table-fixed-right::before {
  background: #505464;
}
[data-v-745d304a] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: #409eff;
  border: 1px solid #409eff;
}
[data-v-745d304a] .ant-calendar-picker-icon {
  color: rgba(255, 255, 255, 0.6);
}
.filter-box[data-v-745d304a] {
  border-bottom: solid 1px;
  line-height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-left: 25px;
}
.sort-filter[data-v-745d304a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  margin-right: 25px;
  border-bottom: solid 1px;
}
.day-filter[data-v-745d304a] {
  word-break: keep-all;
  position: relative;
  width: 100%;
}
.day-text[data-v-745d304a] {
  margin-right: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.sort-text[data-v-745d304a] {
  color: white;
  white-space: nowrap;
}
.sort-select[data-v-745d304a] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-745d304a] .el-input--mini .el-input__inner {
  height: 32px;
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
  color: #fff;
}
.dashboard-view[data-v-745d304a] {
  height: calc(100% - 160px);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 1px solid;
}
[data-v-745d304a] .ivu-checkbox {
  margin-right: 8px;
}
.page-style[data-v-745d304a] {
  position: absolute;
  /* right: 5px; */
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #252d33;
  padding: 5px 20px;
}
[data-v-745d304a] .ivu-table-fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-745d304a] .ivu-table-fixed-right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-745d304a] .ivu-checkbox-inner {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(235, 237, 240, 0.3);
}
[data-v-745d304a] .ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
[data-v-745d304a] .ivu-table-fixed-right-header {
  border: none;
  background: #252d33;
}
[data-v-745d304a] .ivu-table-summary {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.no-opactity {
  background: #252d33 !important;
}
.total-style {
  background: #252d33 !important;
  color: #409eff !important;
}

.flex[data-v-3f1d701c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row[data-v-3f1d701c] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column[data-v-3f1d701c] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-a-i-center[data-v-3f1d701c] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-a-i-start[data-v-3f1d701c] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-a-i-baseline[data-v-3f1d701c] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.flex-a-i-end[data-v-3f1d701c] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-a-c-start[data-v-3f1d701c] {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex-a-c-sb[data-v-3f1d701c] {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.flex-a-c-center[data-v-3f1d701c] {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex-j-c-center[data-v-3f1d701c] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-j-c-sb[data-v-3f1d701c] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-j-c-sa[data-v-3f1d701c] {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-j-c-end[data-v-3f1d701c] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrap[data-v-3f1d701c] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-shrink-0[data-v-3f1d701c] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ellipsis[data-v-3f1d701c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-more[data-v-3f1d701c] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.bg-cover[data-v-3f1d701c] {
  background-size: cover;
  background-position: center center;
}
.center[data-v-3f1d701c] {
  text-align: center;
}
.right[data-v-3f1d701c] {
  text-align: right;
}
.left[data-v-3f1d701c] {
  text-align: left;
}
@-webkit-keyframes section-fade-out-data-v-3f1d701c {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@keyframes section-fade-out-data-v-3f1d701c {
0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
}
@-webkit-keyframes section-fade-in-data-v-3f1d701c {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
@keyframes section-fade-in-data-v-3f1d701c {
0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
}
.section-fade-enter-active[data-v-3f1d701c] {
  -webkit-animation-name: section-fade-in-data-v-3f1d701c;
          animation-name: section-fade-in-data-v-3f1d701c;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.section-fade-leave-active[data-v-3f1d701c] {
  -webkit-animation-name: section-fade-out-data-v-3f1d701c;
          animation-name: section-fade-out-data-v-3f1d701c;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.navigation[data-v-3f1d701c] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
  min-height: 126px;
  position: relative;
  background-color: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.navigation .title[data-v-3f1d701c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 30px;
  text-align: center;
}
.carlier-dashboard-expand[data-v-3f1d701c] {
  width: 100%;
  height: 100%;
  min-width: 1024px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #1f2529;
}
.button-style[data-v-3f1d701c] {
  background-color: rgba(23, 155, 248, 0.1);
  color: aliceblue;
  font-size: 12px;
}
.crumbs-block[data-v-3f1d701c] {
  padding-bottom: 16px;
}
.crumbs-block .navigation .crumb-title[data-v-3f1d701c] {
  max-width: 200px !important;
}
.carlier-box-content[data-v-3f1d701c] {
  width: 90%;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  height: calc(100% - 224px);
}
.carlier-box-content[data-v-3f1d701c] .el-scrollbar__view {
  height: 100%;
  padding: 0 25px;
}
.carlier-box-content[data-v-3f1d701c] .el-scrollbar__wrap {
  overflow: auto;
  height: 100%;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-default.ivu-select-multiple .ivu-select-selection {
  min-height: 32px;
  background: transparent;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-default.ivu-select-multiple .ivu-select-selection ::-webkit-scrollbar {
  display: none;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-default.ivu-select-multiple .ivu-select-selection > div {
  white-space: nowrap;
  overflow: auto;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-input {
  color: #c5c8ce;
}
.carlier-box-content[data-v-3f1d701c] .ivu-table-summary {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.carlier-box-content[data-v-3f1d701c] .ivu-table-fixed::before {
  background: #505464;
}
.carlier-box-content[data-v-3f1d701c] .ivu-table-fixed-right::before {
  background: #505464;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select .ivu-select-dropdown {
  width: auto;
  background: #252d33;
}
.carlier-box-content[data-v-3f1d701c] span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #a8abb1;
}
.carlier-box-content[data-v-3f1d701c] .ivu-input {
  background-color: transparent;
  color: #c5c8ce;
  border: 1px solid #f4f4f426;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-dropdown {
  background-color: #252d33;
}
.carlier-box-content[data-v-3f1d701c] .ivu-date-picker-cells-cell-prev-month em,
.carlier-box-content .ivu-date-picker-cells-cell-next-month em[data-v-3f1d701c] {
  color: #707070;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-multiple .ivu-select-item-focus,
.carlier-box-content .ivu-select-multiple .ivu-select-item-selected[data-v-3f1d701c]:hover {
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-item {
  color: #a8abb1;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-selection {
  border: 1px solid #f4f4f426;
}
.carlier-box-content[data-v-3f1d701c] .ivu-date-picker-cells-cell-range {
  position: relative;
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .ivu-date-picker-cells-cell-range:before {
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9) !important;
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-item:hover {
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .ivu-tag {
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
  /* color: wheat; */
}
.carlier-box-content[data-v-3f1d701c] .el-range-editor--mini.el-input__inner {
  height: 32px;
  border: 1px solid #f4f4f426;
  border-radius: 3px;
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .el-picker-panel {
  background: #ffffff14;
  border: 1px solid #f4f4f426;
}
.carlier-box-content[data-v-3f1d701c] .el-range-editor--mini .el-range-input {
  color: white;
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .el-date-editor .el-range-separator {
  color: #fff;
}
.carlier-box-content[data-v-3f1d701c] .ivu-tag-text {
  color: #a8abb1;
  background: #ffffff14;
}
.carlier-box-content[data-v-3f1d701c] .ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 33%;
  position: relative;
}
.carlier-box-content[data-v-3f1d701c] .el-date-range-picker__content.is-left {
  border: 1px solid #f4f4f426;
}
.carlier-box-content[data-v-3f1d701c] .el-popper {
  background: #ffffff14;
}
.num-style[data-v-3f1d701c] {
  color: #fff;
  height: 60px;
  font-size: 18px;
}
.average-num-1[data-v-3f1d701c] {
  font-size: 14px;
  color: #2ecc71;
  margin-right: 6px;
}
.average-num-2[data-v-3f1d701c] {
  font-size: 14px;
  color: #ff6600;
  margin-right: 6px;
  margin-left: 30px;
}
[data-v-3f1d701c] label {
  margin-bottom: 0;
}
[data-v-3f1d701c] .ivu-table-fixed {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-3f1d701c] .ivu-table-fixed-right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-3f1d701c] .el-radio-button--mini .el-radio-button__inner {
  height: 32px;
  padding: 8px 15px;
  color: #fff;
  background: #ffffff14;
  border: 1px solid #f4f4f426;
}
[data-v-3f1d701c] .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #fff;
  background: #409eff;
  border: 1px solid #409eff;
}
.filter-box[data-v-3f1d701c] {
  border-bottom: solid 1px;
  line-height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  padding-left: 25px;
}
.sort-filter[data-v-3f1d701c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 100%; */
  margin-right: 25px;
  border-bottom: solid 1px;
}
.day-filter[data-v-3f1d701c] {
  word-break: keep-all;
  position: relative;
  width: 100%;
}
.day-text[data-v-3f1d701c] {
  margin-right: 25px;
  cursor: pointer;
  white-space: nowrap;
}
.sort-text[data-v-3f1d701c] {
  color: white;
  white-space: nowrap;
}
.sort-select[data-v-3f1d701c] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-view[data-v-3f1d701c] {
  height: calc(100% - 45px);
  border-bottom: 1px solid;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
}
.page-style[data-v-3f1d701c] {
  position: absolute;
  /* right: 5px; */
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #252d33;
  padding: 5px 20px;
}

.error-page[data-v-70d0fd54] {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f8f8f9;
min-height: 1000px;
}
.text-con[data-v-70d0fd54] {
  position: absolute;
  left: 0px;
  top: 0px;
}
h4[data-v-70d0fd54] {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 80px;
  font-weight: 700;
  color: #348eed;
}
h5[data-v-70d0fd54] {
  position: absolute;
  width: 700px;
  left: 0px;
  top: 200px;
  font-size: 20px;
  font-weight: 700;
  color: #67647d;
}
.content-con[data-v-70d0fd54] {
  width: 700px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.back-btn-group[data-v-70d0fd54] {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.error-page {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f8f8f9;
}
.error-page .content-con {
  width: 700px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.error-page .content-con img {
  display: block;
  width: 100%;
  height: 100%;
}
.error-page .content-con .text-con {
  position: absolute;
  left: 0px;
  top: 0px;
}
.error-page .content-con .text-con h4 {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 80px;
  font-weight: 700;
  color: #348EED;
}
.error-page .content-con .text-con h5 {
  position: absolute;
  width: 700px;
  left: 0px;
  top: 200px;
  font-size: 20px;
  font-weight: 700;
  color: #67647D;
}
.error-page .content-con .back-btn-group {
  position: absolute;
  right: 0px;
  bottom: 20px;
}


























































































































































































































































































































































.demo-spin-icon-load[data-v-487d0986] {
  -webkit-animation: ani-demo-spin-data-v-487d0986 1s linear infinite;
          animation: ani-demo-spin-data-v-487d0986 1s linear infinite;
}
@-webkit-keyframes ani-demo-spin-data-v-487d0986 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes ani-demo-spin-data-v-487d0986 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.discuss-collapse-panel-title-span[data-v-487d0986] {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 800px;
}
.discuss-matter-title[data-v-487d0986] {
  height: 48px;
  margin-left: -15px;
}
.discuss-matter-title-h1[data-v-487d0986] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  margin-left: -10px;
}
.discuss-matter-title-span[data-v-487d0986] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
  display: inline-block;
}
.discuss-collapse-content-files[data-v-487d0986] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.discuss-collapse-content-filesName[data-v-487d0986] {
  width: 650px;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.discuss-collapse-content-filesName img[data-v-487d0986] {
  width: 20px;
  height: 20px;
}
.discuss-matter-collapse-content[data-v-487d0986] {
  margin-bottom: 10px;
  min-height: 50px;
  border-bottom: 1px solid gainsboro;
}
.discuss-collapse-content-title-div[data-v-487d0986] {
  /* display: inline-block; */
  overflow-x: auto;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 800px;
  min-width: 300px;
  margin-bottom: 10px;
  margin-right: 30px;
  /* min-height: 94px; */
}
.discuss-collapse-content-title-task[data-v-487d0986] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}
.discuss-collapse-title-button[data-v-487d0986] {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.discuss-collapse-content-doc-title-img[data-v-487d0986] {
  width: 15px;
  height: 15px;
  position: relative;
  line-height: 36px;
}
.discuss-collapse-content--summary-img[data-v-487d0986] {
  width: 15px;
  height: 15px;
  position: absolute;
  line-height: 36px;
  top: 2px;
  left: -18px;
}
.discuss-collapse-content-doc-title[data-v-487d0986] {
  height: 36px;
  line-height: 26px;
  top: 2px;
  word-break: break-all;
}
.discuss-collapse-content-doc-img[data-v-487d0986] {
  width: 80px;
  height: 80px;
}
.discuss-upload-list-cover[data-v-487d0986] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.discuss-iview-list[data-v-487d0986] {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.discuss-iview-list:hover .discuss-upload-list-cover[data-v-487d0986] {
  display: block;
}
.demo-spin-article[data-v-487d0986] {
  position: relative;
}
.discuss-upload-list-cover i[data-v-487d0986] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.discuss-doc-list[data-v-487d0986] {
  display: inline-block;
  width: 120px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  overflow: hidden;
  position: relative;
  margin: 4px;
  border-radius: 5px;
  float: left;
}
.discuss-doc-list img[data-v-487d0986] {
  width: 100%;
  height: 100%;
}
.discuss-doc-list-cover[data-v-487d0986] {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.meeting-content-label[data-v-487d0986] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 260px;
  top: 5px;
  position: relative;
}
.discuss-doc-list:hover .discuss-doc-list-cover[data-v-487d0986] {
  display: block;
}
.discuss-doc-list-cover i[data-v-487d0986] {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin: 0 2px;
}
.discuss-doc-all-list[data-v-487d0986] {
  margin-bottom: 10px;
  /* width:200px; */
  overflow-x: auto;
}
.discuss-content-button[data-v-487d0986] {
  margin-top: 4px;
  float: right;
  margin-right: 10px;
}
.discuss-content-title-button[data-v-487d0986] {
  margin-top: 4px;
  float: right;
  margin-right: -4px;
}
.discuss-collapse-content-title-for[data-v-487d0986] {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 5px;
}
.discuss-matter-collapse-content-summary[data-v-487d0986] {
  display: inline-block;
  max-width: 850px;
  position: relative;
  min-height: 45px;
  left: 15px;
}
.discuss-content-show-img[data-v-487d0986] {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: auto;
  max-width: 1000px;
}
.meeting-content-img[data-v-487d0986] {
  width: 11px;
  height: 11px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
}
.fileName-close[data-v-487d0986] {
  color: red;
  position: relative;
  top: 1px;
  right: -10px;
  cursor: pointer;
  visibility: hidden;
}
.file_list[data-v-487d0986] {
  margin: 10px 0;
}
.file_list img[data-v-487d0986] {
  width: 20px;
  height: 20px;
}
.file_list:hover .fileName-close[data-v-487d0986] {
  visibility: visible;
}
.view_files[data-v-487d0986] {
  cursor: pointer;
}

.drawing-tree[data-v-286c8bf9] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}
.poup-form__main[data-v-286c8bf9] {
  padding: 10px;
}

.discuss_tree_active_pointer {
  cursor: pointer;
}
.discuss_tree_active_default {
  cursor: default;
}
.meeting-problem-img {
  width: 120px;
  height: 67px;
  padding: 5px;
}










































































































































































.discuss-matter-title[data-v-f18b17b4] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
}
.discuss-matter-title-h1[data-v-f18b17b4] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: -10px;
}
.discuss-matter-title-span[data-v-f18b17b4] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}

.discuss-action-button {
  margin-left: 5px;
  margin-right: 5px;
}

.discuss-task-content-modal-auto-complete-title[data-v-b575e36c] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.discuss-task-content-modal-auto-complete-count[data-v-b575e36c] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}

.discuss-task-content-modal .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}
.discuss-add-edit-task-executor {
  width: 488px !important;
  margin-left: 0px !important;
}

.discuss-matter-header-p[data-v-6a7ba1b8] {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #666666;
}
.discuss-matter-header[data-v-6a7ba1b8] {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid gainsboro;
}
.discuss-matter-header-button[data-v-6a7ba1b8] {
  min-width: 110px;
  max-width: 540px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
.edit-discuss-location-time .ivu-time-picker-cells-ul {
    max-height: 144px;
    overflow-x: hidden;
    overflow-y: auto;
}
}







































































































































































































.meeting-task-problem-poup-form-main[data-v-11b9e1a6] {
  padding: 10px;
  overflow-y: auto;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-height: 600px;
  min-height: 360px;
  position: relative;
}
.meeting-content-task-problem-label[data-v-11b9e1a6] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 160px;
  top: 5px;
  position: relative;
}
.meeting-content-task-problem-img[data-v-11b9e1a6] {
  width: 120px;
  height: 67px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.meeting-content-task-nodata[data-v-11b9e1a6]{
  margin-left: 50%;
}

.drawing-tree[data-v-703bd1a0] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}

.discuss_tree_active_pointer {
  cursor: pointer;
}
.discuss_tree_active_default {
  cursor: default;
}










































































































































































































.jarvis-bim-container[data-v-54ade950] {
  min-height: 100vh;
}
.wrap[data-v-54ade950] {
  min-height: 80vh;
}
.enterprise-files-search-block[data-v-54ade950] {
  width: 100%;
  height: 80px;
  text-align: center;
}
.enterprise-files-crumbs-block[data-v-54ade950] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.enterprise-files-block[data-v-54ade950] {
  width: 100%;
  min-height: 100%;
  padding: 0 50px;
  padding-bottom: 50px;
  margin: 0 auto;
}
h1.enterprise-files-title[data-v-54ade950] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
  display: inline;
}
.enterprise-files-title-span[data-v-54ade950] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.input-control[data-v-54ade950] {
  width: 350px;
}
.input-right[data-v-54ade950] {
  /* float: right; */
  margin-bottom: 40px;
  margin-top: 40px;
}
.enterprise-files-header[data-v-54ade950] {
  padding-top: 16px;
}
.left-tabs[data-v-54ade950] {
  padding-top: 8px;
}
.enterprise-files-table-page[data-v-54ade950] {
  margin-top: 8px;
  margin-bottom: 60px;
  text-align: right;
}

.enterprise-files-table-project-wrap-title {
  display: inline-block;
  margin-top: 18px;
}
.enterprise-files-render-project-index-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 340px;
  display: inline-block;
}
.enterprise-files-table-project-img-corner {
  position: relative;
  top: -30px;
  right: -50px;
  width: 30px;
  height: 30px;
}
.enterprise-files-search-block .remote-filter-auto-complete-title {
}
.enterprise-files-search-block .ivu-select-dropdown-list {
  max-height: 400px;
}
.enterprise-files-table-project-img-wrap {
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
}
.enterprise-files-table-project-img {
  width: 100%;
  /* margin-right: 8px;
  padding: 8px 0; */
}

.project-list-tab[data-v-749b66d8] {
  display: inline-block;

  color: #999;
  position: relative;
  font-size: 13px;
  cursor: pointer;
}
.project-list-tab[data-v-749b66d8]:hover,
.project-list-tab.project-list-tab-active[data-v-749b66d8] {
  -webkit-transition: color ease-in 0.2s;
  transition: color ease-in 0.2s;
  color: rgba(0, 123, 255, 1);
}
.project-list-tab__text[data-v-749b66d8] {
  padding: 0 16px;
}
.project-list-tab__text[data-v-749b66d8]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  height: 70%;
  width: 1px;
  background: #ddd;
}
.project-list-tab__text[data-v-749b66d8]:last-child::after {
  display: none;
}
.project-list-tab__icon[data-v-749b66d8] {
  height: 32px;
  width: 32px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #ddd;
  border-right: none;
  background-color: #f7f7f7;
  font-size: 20px;
}
.project-list-tab__icon[data-v-749b66d8]:last-child {
  border-right: 1px solid #ddd;
}
.project-list-tab__icon[data-v-749b66d8]:hover,
.project-list-tab__icon.project-list-tab-active[data-v-749b66d8] {
}



















































































.remote-filter-input-option[data-v-8e21b0d0] {
  padding: 5px;
  cursor: pointer;
  position: relative;
  text-align: left;
  width: 350px;
  /* font-size: 12px; */
  line-height: 27px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* display: inline-block; */
}
.remote-filter-spin-icon-load[data-v-8e21b0d0] {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
.remote-filter-input-option[data-v-8e21b0d0]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.remote-filter-block[data-v-8e21b0d0] {
  display: inline-block;
  position: relative;
}
.remote-filter-auto-complete-title[data-v-8e21b0d0] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  display: inline-block;
}
.remote-filter-auto-complete-count[data-v-8e21b0d0] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}
.remote-filter-no-data[data-v-8e21b0d0] {
  text-align: center;
  position: relative;
}

.remote-filter-block .ivu-auto-complete.ivu-select-dropdown {
  max-height: 350px !important;
}
.remote-filter-block .ivu-select {
  width: 80%;
}

.jarvis-bim-container[data-v-6eb681d4] {
  min-height: 100vh;
}
.wrap[data-v-6eb681d4] {
  min-height: 80vh;
}
.enterprise-search-search-block[data-v-6eb681d4] {
  width: 100%;
  height: 80px;
  text-align: center;
}
.enterprise-search-crumbs-block[data-v-6eb681d4] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.enterprise-search-block[data-v-6eb681d4] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  min-height: 1280px;
}
.input-control[data-v-6eb681d4] {
  width: 400px;
}
.input-right[data-v-6eb681d4] {
  /* float: right; */
  margin-bottom: 40px;
  margin-top: 40px;
}
.enterprise-search-header[data-v-6eb681d4] {
  padding-top: 16px;
}
.left-tabs[data-v-6eb681d4] {
  padding-top: 8px;
}
.enterprise-search-table-page[data-v-6eb681d4] {
  margin-top: 8px;
  text-align: right;
}

.enterprise-search-render-project-index-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 340px;
  vertical-align: bottom;
  display: inline-block;
}
.enterprise-search-table-project-img-corner {
  position: relative;
  top: -30px;
  right: -49px;
  width: 30px;
  height: 30px;
}
.enterprise-search-search-block .remote-filter-auto-complete-title {
  width: 400px;
}
.enterprise-search-search-block .ivu-select-dropdown-list {
  max-height: 400px;
}
.enterprise-search-table-first-column.enterprise-search-half-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterprise-search-table-first-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterprise-search-table-project-img-wrap-corner {
  width: 80px;
  height: 60px;
  position: absolute;
}
.enterprise-search-table-project-img-wrap {
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.enterprise-search-table-project-img {
  width: 100%;
  /* margin-right: 8px;
  padding: 8px 0; */
}
.enterprise-search-table-project-img-wrap {
  width: 80px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.project_file_creator_div {
  min-width: 420px;
  max-width: 620px;
  cursor: pointer;
  min-height: 30px;
}
.project-file-reator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-width: 400px;
  min-height: 36px;
}
.project_file_creator_picture {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.project-file-tag-list {
  display: inline-block;
}
.project-file-tag-list-File-name {
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 400px;
  max-width: 580px;
  display: block;
}

.rulebase-box[data-v-4eadb83a],
.rulebase-main[data-v-4eadb83a] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
}
.project-files-tree[data-v-4eadb83a] {
  margin: 15px 15px 0;
}
.demo-split[data-v-4eadb83a] {
  height: 860px;
  border: 1px solid #dcdee2;
  margin-bottom: 20px;
}
.table_page[data-v-4eadb83a] {
  float: right;
  margin: 15px 15px 0 0;
}
.download_ruleXls[data-v-4eadb83a] {
  display: inline-block;
  margin: 20px 0 0 20px;
  cursor: pointer;
  color: rgb(25, 158, 216);
}

.project-files-tree .ivu-input-icon-clear {
  /* margin-right: 40px; */
}

#attachment[data-v-3b34a83f] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  top: 0px;
  right: 0px;
}
.action_bar[data-v-3b34a83f] {
  overflow: hidden;
  padding: 30px 0 10px 0;
}
.action_bar .rulebase-btn[data-v-3b34a83f] {
  float: right;
}
.action_bar .rulebase-btn > button[data-v-3b34a83f],
.fr[data-v-3b34a83f] {
  margin-left: 20px;
}
.action_bar .rule-search[data-v-3b34a83f] {
  width: 250px;
  float: right;
}
.problem-management-box-nav-right-button[data-v-3b34a83f] {
  position: relative;
  top: 7px;
  float: left;
  margin-left: 20px;
}
.rule_actions_btn[data-v-3b34a83f] {
  margin-left: 20px;
}

.rule-search .ivu-input-icon {
  /* margin-right: 50px !important; */
}
.fr .dropMenu_icon {
  margin-right: 10px;
}

.rule_list[data-v-8c187cf6],
.rulebase-main[data-v-8c187cf6] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.ruleClass_menu[data-v-8c187cf6] {
  margin: 20px auto;
  overflow: hidden;
}
.ruleClass_menu h3[data-v-8c187cf6] {
  float: left;
}
.ruleClass_menu button[data-v-8c187cf6] {
  float: right;
}
.demo-split[data-v-8c187cf6] {
  height: 860px;
  border: 1px solid #dcdee2;
  margin-bottom: 20px;
}
.project-files-tree[data-v-8c187cf6] {
  margin: 15px 0 0 15px;
}
.ruleClass_menu > span[data-v-8c187cf6] {
  display: inline-block;
  width: 5px;
  height: 15px;
  background-color: #4b88cb;
  margin: 5px 10px;
  float: left;
}
.table_page[data-v-8c187cf6] {
  float: right;
  margin: 15px 15px 0 0;
}

.ivu-table .rule-class-row td {
  background-color: #b6e4ef;
  color: #6b6b6b;
}

.rule_content[data-v-0e29be0d],.rulebase-main[data-v-0e29be0d] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.ruleDetail_menu[data-v-0e29be0d] {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #ccc;
}
.ruleDetail_menu h3[data-v-0e29be0d] {
  float: left;
}
.ruleDetail_menu button[data-v-0e29be0d] {
  float: right;
  margin-left: 20px;
}
.ruleDetail_menu > span[data-v-0e29be0d] {
  display: inline-block;
  width: 5px;
  height: 15px;
  background-color: #4b88cb;
  margin: 5px 10px;
  float: left;
}
.rule_explain[data-v-0e29be0d] {
  padding: 15px;
}
.rule_explain > p[data-v-0e29be0d] {
  font-size: 16px;
  font-weight: bold;
}
.rule_explain > p span[data-v-0e29be0d] {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: grey;
  margin-right: 5px;
}
.rule_explain .table_col[data-v-0e29be0d] {
  width: 75px;
  padding: 10px 0;
  text-align: center;
  background-color: #ccc;
}
.rule_explain .table_content[data-v-0e29be0d] {
  padding: 10px 20px;
  padding-right: 40%;
  font-size: 14px;
  color: #6b6b6b;
  background-color: #f2f2f2;
  position: relative;
}
.rule_explain .table_content .ruleDetail_btn[data-v-0e29be0d] {
  position: absolute;
  right: 10px;
  top: 7px;
}

.content .createNode_title[data-v-e1ff63e4] {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #ccc;
}
.content .createNode_form[data-v-e1ff63e4] {
  margin-top: 25px;
}
.content .createNode_form .form_actions[data-v-e1ff63e4] {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 50px 0;
}

[class*="col-"][data-v-33b02412] {
    padding: 0 !important;
}
.content[data-v-33b02412] {
  padding: 0 50px;
  min-height: 850px;
  overflow: hidden;
}
.node_menu[data-v-33b02412] {
  /* padding: 25px 0 5px 0; */
  /* border-bottom: 1px solid #ccc; */
  overflow: hidden;
}
.node_menu p[data-v-33b02412] {
  font-size: 20px;
  float: left;
  font-weight: bold;
}
.demo-split[data-v-33b02412] {
  height: 860px;
  border: 1px solid #dcdee2;
}
.demo-split-pane[data-v-33b02412] {
  padding: 0;
  overflow: hidden;
}
.node_menu .menu_btn[data-v-33b02412] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.node_menu .nowTitle[data-v-33b02412] {
  font-size: 14px;
  font-weight: normal;
  /* margin-left: 20px; */
  margin-top:18px
}
#tree_box[data-v-33b02412] {
  border: 1px solid #ccc;
  margin-top: 12px;
  padding: 20px !important;
  min-height: 860px;
}
h1.platform-staff-title_title[data-v-33b02412] {
  display: inline;
  font-size: 20px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-staff-title-span[data-v-33b02412] {
  font-weight: 400px;
  font-size: 18px;
  height:26px;
}
.project-files-tree[data-v-33b02412] {
  overflow-x: auto;
  overflow-y: auto;
  height: 860px;
  max-height: 860px;
}
.blue_font[data-v-33b02412] {
  color: #48bdd8;
  margin-top: 8px;
  margin-left: 20px;
}
span.blue_font[data-v-33b02412] {
  cursor: pointer;
}
.platform-staff-title[data-v-33b02412] {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ivu-table .demo-table-info-row td {
  background-color: #b6e4ef;
  color: #6b6b6b;
}
.create-button {
    height: 40px;
    float: right;
    margin-top: 5px;
}
.project-files-split-pane {
  padding: 10px;
  position: relative;
  min-height: 860px;
  border: 1px solid #dcdee2;
}
.platform-staff-filter-btn-puchase {
    margin-bottom: 10px;
    padding: 6px 15px;
    margin-top: 2px;
}

.content .createNode_title[data-v-7534c28a] {
  padding: 20px 0 5px 0;
  border-bottom: 1px solid #ccc;
}
.content .createNode_form[data-v-7534c28a] {
  margin-top: 25px;
}
.content .createNode_form .form_actions[data-v-7534c28a] {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 22px;
}

.new-share-page-index[data-v-0aa60260] {
  width: 100%;
  height: 100vh;
}
.new-share-page-index-belong[data-v-0aa60260] {
  color: #10a5cb;
  cursor: pointer;
}
.new-share-page-index-belong-default[data-v-0aa60260] {
  color: rgba(255, 255, 255, 0.6);
}
.new-share-page-index .new-share-page-content[data-v-0aa60260] {
  max-width: 1200px;
  min-width: 700px;
  margin: 16px auto;
  min-height: calc(100vh - 108px);
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.new-share-page-index .new-share-page-content-header[data-v-0aa60260] {
  height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.new-share-page-index .new-share-page-content-bar[data-v-0aa60260] {
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-share-page-index .new-share-page-content-bar-info[data-v-0aa60260] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.6);
}
.new-share-page-index .new-share-page-content-bar-info-time[data-v-0aa60260] {
  margin-right: 16px;
}
.new-share-page-index .new-share-page-content-bar-info-avatar[data-v-0aa60260] {
  margin-right: 6px;
}
.new-share-page-index .new-share-page-content-bar-info-user[data-v-0aa60260] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
}
.new-share-page-index .new-share-page-content-bar-info-user p[data-v-0aa60260] {
  font-size: 16px;
  color: #ffffff;
}
.new-share-page-index .new-share-page-content-bar-info-user-tourist[data-v-0aa60260] {
  color: rgba(255, 255, 255, 0.6);
}
.new-share-page-index .new-share-page-content-bar .new-share-page-content-bar-action[data-v-0aa60260] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.new-share-page-index .new-share-page-content-bar .new-share-page-content-bar-action .new-share-page-content-bar-action-item[data-v-0aa60260] {
  margin-right: 16px;
}
.new-share-page-index .new-share-page-content-bar .new-share-page-content-bar-action .new-share-page-content-bar-action-cancel[data-v-0aa60260] {
  color: #10a5cb;
  margin-right: 16px;
  cursor: pointer;
}
.new-share-page-index .new-share-page-content-error[data-v-0aa60260] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 300px);
}
.new-share-page-index .new-share-page-content-error-invalid[data-v-0aa60260] {
  text-align: center;
}
.new-share-page-index .new-share-page-content-error-invalid h5[data-v-0aa60260] {
  margin-top: 32px;
  font-size: 22px;
  color: #ffffff;
}
.new-share-page-index .new-share-page-target[data-v-0aa60260] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code[data-v-0aa60260] {
  min-width: 504px;
  height: 240px;
  background: #252d33;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code-header[data-v-0aa60260] {
  height: 75px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code-header-info[data-v-0aa60260] {
  font-size: 12px;
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code-header-info span[data-v-0aa60260] {
  margin-right: 16px;
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code-content[data-v-0aa60260] {
  padding: 24px;
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code-content-input[data-v-0aa60260] {
  margin-top: 16px;
}
.new-share-page-index .new-share-page-target .new-share-page-verify-code-content-btn[data-v-0aa60260] {
  margin-top: 16px;
  float: right;
}
.new-share-page-index .share-page-login[data-v-0aa60260] {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-share-page-index .share-page-login .share-page-login-tip[data-v-0aa60260] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px !important;
}
.new-share-page-index .share-page-login .share-page-login-tip h1[data-v-0aa60260] {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 26px;
}
.new-share-page-index .share-page-login .share-page-login-tip .share-page-login-action[data-v-0aa60260] {
  padding-top: 80px;
}
.new-share-page-index .share-page-login .share-page-login-tip .share-page-login-action label[data-v-0aa60260] {
  font-size: 14px;
  min-width: 180px;
}
.new-share-page-index .share-page-login .share-page-login-tip .share-page-login-action .share-page-login-action-jarvis[data-v-0aa60260] {
  padding-bottom: 20px;
}

.share-dms[data-v-fc34b36e] {
  width: 100%;
}
.share-dms-no-data[data-v-fc34b36e] {
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
}
.share-dms-page[data-v-fc34b36e] {
  text-align: right;
  margin: 16px;
}
.share-dms-crumbs[data-v-fc34b36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
.share-dms-crumbs span[data-v-fc34b36e] {
  color: rgba(255, 255, 255, 0.6);
  max-width: 130px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  font-size: 14px;
}
.share-dms-crumbs-activate[data-v-fc34b36e] {
  color: #ffffff;
}
.share-dms .share-dms-line[data-v-fc34b36e] {
  width: 100%;
  height: 1px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.1);
}
.share-dms .share-files-flie-list[data-v-fc34b36e] {
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-animation: dms-fade-in;
          animation: dms-fade-in;
  /*动画名称*/
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  /*动画持续时间*/
  min-height: 66px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.share-dms .share-files-flie-list[data-v-fc34b36e]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.share-dms .share-files-flie-list[data-v-fc34b36e]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.share-dms .share-files-flie-list .item[data-v-fc34b36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  min-width: 650px;
  cursor: pointer;
}
.share-dms .share-files-flie-list .item .item-file-img[data-v-fc34b36e] {
  width: 26px;
  height: 32px;
}
.share-dms .share-files-flie-list .item .file-content[data-v-fc34b36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
}
.share-dms .share-files-flie-list .item .content-todms[data-v-fc34b36e] {
  cursor: pointer;
  color: #10a5cb;
}
.share-dms .share-files-flie-list .item .content-name[data-v-fc34b36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-dms .share-files-flie-list .item .content-name span[data-v-fc34b36e] {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.share-dms .share-files-flie-list .item .content-name img[data-v-fc34b36e] {
  width: 16px;
  margin-left: 8px;
}
.share-dms .share-files-flie-list .item .content-info[data-v-fc34b36e] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.share-dms .share-files-flie-list .item .content-info span[data-v-fc34b36e] {
  margin-right: 8px;
}
.share-dms .share-files-flie-list .tag[data-v-fc34b36e] {
  right: 20px;
  width: 200px;
  padding: 6px 0;
  top: 2px;
  position: relative;
  text-align: right;
}
.share-dms .share-files-flie-list .tag .project-file-tag-wrap[data-v-fc34b36e] {
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  margin-right: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
}
.share-dms .share-files-flie-list .tag .project-file-tag-wrap[data-v-fc34b36e]:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.share-dms .share-files-flie-list .tag .project-file-tag-wrap-mark[data-v-fc34b36e] {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  position: relative;
}
.share-dms .share-files-flie-list .action[data-v-fc34b36e] {
  margin-right: 2vw;
}
.share-dms .share-files-flie-list .action .aciton-icon[data-v-fc34b36e] {
  margin-right: 12px;
  cursor: pointer;
}
.share-dms .share-files-flie-list .action img[data-v-fc34b36e] {
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.share-dms .ivu-breadcrumb-item-separator {
  position: relative;
}
.share-dms .share-dms-list-scroll {
  height: calc(100vh - 300px) !important;
  margin-bottom: 10px !important;
  overflow-x: auto;
  margin-right: -1.6vw !important;
}

.shimo-wrap[data-v-619db3e6] {
  width: 100vw;
  height: calc(100vh - 70px);
}
.shimo-wrap--full[data-v-619db3e6] {
  height: 100vh;
}

.index-auto-complete-title[data-v-5553dd96] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.index-auto-complete-count[data-v-5553dd96] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}
.container[data-v-5553dd96] {
  width: 1280px !important;
}
.grid-info-wrap[data-v-5553dd96] {
  max-height: 300px;
  overflow-y: auto;
}
@media (min-width: 1200px) {
.container[data-v-5553dd96] {
    width: 1280px !important;
    max-width: 1280px;
}
}
[class*="col-"][data-v-5553dd96] {
  padding: 5px 10px 10px 0 !important;
}
.fl[data-v-5553dd96] {
  float: left;
  display: inline;
}
.fr[data-v-5553dd96] {
  float: right;
  display: inline;
}
.clearfix[data-v-5553dd96] {
  *zoom: 1;
}
.clearfix[data-v-5553dd96]:before,
.clearfix[data-v-5553dd96]:after {
  display: table;
  content: "";
}
.clearfix[data-v-5553dd96]:after {
  clear: both;
}
.app-section[data-v-5553dd96] {
  padding: 12px;
  width: 100%;
}
.app-section-inner[data-v-5553dd96] {
  border-top: 1px solid #ebebeb;
  position: relative;
  padding: 0px 8px;
}
.app-section-badge[data-v-5553dd96] {
  position: absolute;
  top: -12px;
  left: -12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #808080;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  background-color: #fff;
}
.app-oparator[data-v-5553dd96] {
  float: right;
}
.app-deep-blue[data-v-5553dd96] {
  background-color: #4b88cb !important;
}
.app-deep-green[data-v-5553dd96] {
  background-color: #66cc99 !important;
}
.app-oparator span[data-v-5553dd96] {
  cursor: pointer;
}
.app-oparator .app-setting[data-v-5553dd96] {
  width: 18px;
  height: 18px;
}
.project-info[data-v-5553dd96] {
  /* position: relative; */
}
.func-icons[data-v-5553dd96] {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.edit-btn[data-v-5553dd96] {
  position: absolute;
  z-index: 11;
  left: 45%;
  color: #199ed8 !important;
  top: 30px;
  font-size: 12px;
}
.l-main[data-v-5553dd96] {
  width: 1280px;
  margin: 0 auto;
  padding: 12px;
  position: relative;
}
@media screen and (max-width: 992px) {
.l-main[data-v-5553dd96] {
    width: 100%;
}
}
.media--column[data-v-5553dd96] {
  max-height: 350px;
  display: flow-root;
  overflow-y: hidden;
}
.media__img-wrap[data-v-5553dd96] {
  width: 20%;
  min-width: 150px;
  margin-right: 16px;
  margin-bottom: 10px;
}
.media__img[data-v-5553dd96] {
  width: 100%;
}
.media__infos[data-v-5553dd96] {
  margin-right: 12px;
}
.media__infos-item[data-v-5553dd96] {
  overflow: hidden;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  width: 100%;
  /* height: 35px; */
  line-height: 35px;
  text-indent: 15px;
  color: gray;
}
.media__infos-key[data-v-5553dd96] {
  min-width: 22%;
  max-width: 28%;
  color: black;
  background-color: #cccccc;
  float: left;
  font-size: 14px;
}
.big-height[data-v-5553dd96] {
  height: 110px;
}
.media__infos-value[data-v-5553dd96] {
  color: black;
  min-width: 90px;
  padding: 8px 0;
  display: -webkit-box;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  color: #666;
  /* padding: 10px; */
}
.media__infos-value p[data-v-5553dd96] {
  /* padding: 3px */
  line-height: 19px;
  padding-right: 5px;
  padding-left: 5px;
  /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.app_box[data-v-5553dd96] {
  width: 68px;
  margin: 16px 10px 16px;
  display: block;
  float: left;
  position: relative;
}
.app_box .app-editordelete[data-v-5553dd96] {
  position: absolute;
  top: -24px;
  right: -5px;
}
.app_box .app-editordelete > div[data-v-5553dd96] {
  line-height: 24px;
}
.app_box .app-editordelete > div img[data-v-5553dd96] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.app_box .c[data-v-5553dd96] {
  border-radius: 7px;
  line-height: 68px;
  font-size: 18px;
  color: white;
  text-align: center;
  width: 68px;
  height: 68px;
}
.app_box .c[data-v-5553dd96]:hover {
  cursor: pointer;
}
.app_box .c.blue[data-v-5553dd96] {
  background-color: #6bc8f7;
}
.app_box .c.violet[data-v-5553dd96] {
  background-color: #89bfff;
}
.app_box > p[data-v-5553dd96] {
  word-break: keep-all;
  text-align: center;
  color: #666;
  font-size: 14px;
}
.app_box nav.border_title > a[data-v-5553dd96] {
  color: #999999;
  padding-right: 10px;
}
.app_box nav > a[data-v-5553dd96]:nth-child(2) {
  color: #999999;
  border-left: 1px solid #999;
}
.app_box nav.border_title > a.active[data-v-5553dd96] {
  color: lightskyblue;
}
.app_box .detailText[data-v-5553dd96] {
  color: #999999;
}
.app_box .p_mark_tit[data-v-5553dd96] {
  font-size: 17px;
  width: 320px;
  word-wrap: break-word;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
}
.total_box .context[data-v-5553dd96] {
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px #c4c4c4 solid;
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  font-weight: normal;
  color: #86afe5;
}
.total_box .context > span[data-v-5553dd96] {
  font-size: 14px;
  color: black;
  background-color: white;
  height: 25px;
  display: inline-block;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -2px;
  line-height: 14px;
  position: absolute;
}
.total_box > p[data-v-5553dd96] {
  text-align: center;
  margin-top: 10px;
}
h1.border_title[data-v-5553dd96] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  margin-bottom: 5px;
}
nav.border_title[data-v-5553dd96] {
  font-size: 15px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  margin-bottom: 5px;
}
nav.border_title > a[data-v-5553dd96] {
  color: #999999;
  padding-right: 10px;
}
nav > a[data-v-5553dd96]:nth-child(2) {
  color: #999999;
  border-left: 1px solid #999;
}
nav.border_title > a.active[data-v-5553dd96] {
  color: lightskyblue;
}
nav > a[data-v-5553dd96]:nth-child(2) {
  color: #999999;
  padding-left: 5px;
}
.detailText[data-v-5553dd96] {
  color: #999999;
}
.title_label[data-v-5553dd96] {
  padding-left: 19px;
  background-color: black;
  display: inline-block;
  margin: 10px auto;
}
.title_label > span[data-v-5553dd96] {
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  vertical-align: center;
  display: inline-block;
  height: 100%;
  background-color: #cccccc;
}
.cheap-btn[data-v-5553dd96] {
  display: inline-block;
  padding: 2px 9px;
  border: lightskyblue solid 1px;
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 5px;
}
.cheap-btn--bg-blue[data-v-5553dd96] {
  border: none;
  background-color: #4b88cb;
  color: #fff;
}
.p_image[data-v-5553dd96] {
  position: relative;
  z-index: 11;
  margin-right: 16px;
  width: 180px;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.p_image img[data-v-5553dd96] {
  width: 100%;
}
.cheap-btn--bg-gray[data-v-5553dd96] {
  border: none;
  background-color: grey;
  color: #fff;
}
.title_label[data-v-5553dd96] {
  padding-left: 19px;
  background-color: black;
  display: inline-block;
  margin: 10px auto;
}
.title_label > span[data-v-5553dd96] {
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  vertical-align: center;
  display: inline-block;
  height: 100%;
  background-color: #cccccc;
}
/* overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; */
.invite[data-v-5553dd96] {
  padding: 10px;
  background-color: #eeeeee;
  overflow: hidden;
}
.invite__input[data-v-5553dd96] {
  width: 460px;
}
.project_2d_list_img_icon[data-v-5553dd96] {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 60%;
}
.inputs[data-v-5553dd96] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  min-width: 320px;
}
.inputs__key[data-v-5553dd96] {
  display: block;
  width: 10em;
  margin-right: 5px;
  float: left;
  color: #555;
}
.inputs__value[data-v-5553dd96] {
  display: block;
  margin-right: 5px;
  width: 60%;
  float: left;
  border: 1px solid gray;
  text-indent: 2px;
}
.inputs__handle[data-v-5553dd96] {
  display: block;
  /* justify-self:flex-end; */
}
.projectFileList_tr[data-v-5553dd96] {
  cursor: pointer;
}
.projectFileList_tr[data-v-5553dd96]:hover {
  background-color: #eee;
}
.l-fix-bottom[data-v-5553dd96] {
  /* position: fixed; */
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  /* position: absolute; */
  bottom: 0px;
  left: 0px;
  /* background: #333; */
}
.sort--up[data-v-5553dd96] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list-sort-icon[data-v-5553dd96] {
  /* float: right; */
  display: inline;
}
.total_box-wrap[data-v-5553dd96] {
  padding-left: 15px;
}
.title_label[data-v-5553dd96] {
  padding-left: 19px;
  background-color: black;
  display: inline-block;
  margin: 10px auto;
}
.title_label span[data-v-5553dd96] {
  font-size: 15px;
  font-weight: bold;
  border: none;
  padding: 0 5px;
  vertical-align: center;
  display: inline-block;
  height: 100%;
  background-color: #cccccc;
  display: block;
}
.table td[data-v-5553dd96],
.table th[data-v-5553dd96] {
  padding: 0.75rem;
  vertical-align: top;
  font-size: 14px;
  border-top: none;
}
.project-index-stuff-table.table th[data-v-5553dd96] {
  font-weight: bold;
  font-size: 13px;
  border-bottom: none;
}
.inviteTable td[data-v-5553dd96] {
  text-align: center;
}
.h300[data-v-5553dd96] {
  padding-left: 15px;
}
.h300 .shu[data-v-5553dd96] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
}
.tab[data-v-5553dd96] {
  margin-top: 8px;
  margin-right: 3px;
}
.tab a[data-v-5553dd96] {
  color: #999;
}
.tab a.active[data-v-5553dd96] {
  color: #2d8cf0;
}
.scroll-div[data-v-5553dd96] {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.scroll-div[data-v-5553dd96]:hover {
  background: #f3f3f3;
}
.scroll-div-span[data-v-5553dd96] {
  display: inline-block;
}
.p_mark[data-v-5553dd96] {
  width: 310px;
}
.bottom.area[data-v-5553dd96] {
  float: left;
  width: 310px;
}
.file-name[data-v-5553dd96] {
  width: 290px;
}
@media screen and (max-width: 1024px) {
.app_box[data-v-5553dd96] {
    width: 65px;
}
.construction-area[data-v-5553dd96],
  .app_box > p[data-v-5553dd96] {
    font-size: 12px;
}
.p_image[data-v-5553dd96] {
    width: 170px;
    height: 130px;
}
.container[data-v-5553dd96] {
    max-width: 100% !important;
}
.total_box-context-text[data-v-5553dd96] {
    font-size: 14px;
}
.file-name[data-v-5553dd96] {
    width: 180px;
}
.detailText.adress[data-v-5553dd96] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.p_mark[data-v-5553dd96] {
    width: 180px;
}
.total-box[data-v-5553dd96] {
    margin-left: 6px;
    margin-right: 6px;
}
.bottom.area[data-v-5553dd96] {
    width: 200px;
}
.bottom .num[data-v-5553dd96] {
    font-size: 14px;
}
.total_box .context[data-v-5553dd96] {
    height: 76px;
    width: 76px;
}
.time-div[data-v-5553dd96] {
    position: relative;
}
}
@media screen and (max-width: 768px) {
.time-div[data-v-5553dd96] {
    position: relative;
    top: 0px;
}
.edit-btn[data-v-5553dd96] {
    position: absolute;
    z-index: 11;
    left: 95%;
    top: 5px;
}
}

.total-box[data-v-5553dd96] {
  margin-left: 8px;
}

.project-index-content .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}
.h300 .ivu-tabs-bar {
  position: relative;
  border-bottom: none;
}

/* .h300 .ivu-tabs-bar:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  background-color: #4b88cb;
  height: 18px;
} */
.total-box {
  /* margin-left: 17px; */
}
.progresing {
  color: red;
}

/* .ivu-table .row-blue td {
    background-color: blue;
    opacity: .5;
    color: #fff;
  }

  .ivu-table .row-red td {
    background-color: rgb(250, 125, 125);
    opacity: .5;
    color: #fff;
    font-weight: bolder
  }

  .ivu-table .row-green td {
    background-color: #60f792;
    opacity: .5;
    color: #fff;
    font-weight: bolder
  }

  .ivu-table .row-grey td {
    background-color: grey;
    opacity: .5;
    color: #fff;
  } */
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-processing {
  background-color: #1890ff;
  position: relative;
}

/* .ant-badge-status-processing:after{
    position:absolute; 
    top: 0;
    left: 0;
  } */
.ant-badge-status-text {
  margin-left: 8px;
  font-size: 12px;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ant-badge-not-a-wrapper {
  vertical-align: middle;
}
.ant-badge {
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  position: relative;
  display: inline-block;
}

[class*="col-"][data-v-5445396e] {
  padding: 0 !important;
}
.content[data-v-5445396e] {
  padding: 0 50px;
  min-height: 740px;
  overflow: hidden;
}
.content .tree-table-view[data-v-5445396e] {
  margin-bottom: 66px;
}
h1.platform-staff-title_title[data-v-5445396e] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-staff-title-span[data-v-5445396e] {
  font-weight: 400px;
  font-size: 18px;
  height:26px
}
.content .cost_menu[data-v-5445396e] {
  padding: 20px 0;
}
.content .cost_menu>span[data-v-5445396e] {
  font-size: 14px;
  margin: 0 5px 0 25px;
}
.demo-split[data-v-5445396e] {
  height: 860px;
  border: 1px solid #dcdee2;
}
.project-files-tree[data-v-5445396e] {
  overflow-x: hidden;
  overflow-y: auto;
  height: 860px;
  max-height: 860px;
}
.platform-staff-title[data-v-5445396e] {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content[data-v-2f840331] {
  width: 1280px;
  margin: 0 auto;
  min-height: 800px;
}
.content .tree-table-view[data-v-2f840331]{
  margin-bottom: 66px;
}
.content .cost_title[data-v-2f840331] {
  padding: 25px 0 5px;
  border-bottom: 1px solid #ccc;
}
h1.platform-staff-title_title[data-v-2f840331] {
  display: inline;
  font-size: 20px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 20px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-staff-title-span[data-v-2f840331] {
  font-weight: 400px;
  font-size: 16px;
}

.project-demand-wrap[data-v-70a8aacc] {
  min-height: 80vh;
}
.project-demand-main[data-v-70a8aacc] {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}
.project-demand-title-icon[data-v-70a8aacc] {
  width: 5px;
  height: 17px;
  background-color: rgba(91, 155, 213, 1);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.project-demand-title[data-v-70a8aacc] {
  font-size: 16px;
  margin-top: 20px;
  position: relative;
}
.project-demand-app-main[data-v-70a8aacc] {
  margin-bottom: 60px;
}
.project-demand-app-box[data-v-70a8aacc] {
  width: 74px;
  height: 74px;
  border: 1px solid rgb(25, 158, 216);
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 48px;
  color: rgb(25, 158, 216);
  font-weight: 400;
}
.project-demand-app-img[data-v-70a8aacc] {
  width: 37px;
  height: 37px;
}
.project-demand-app[data-v-70a8aacc] {
  display: inline-block;
  margin-top: 60px;
  margin-left: 60px;
}
.project-demand-app-name[data-v-70a8aacc] {
  font-size: 16px;
  margin-top: 10px;
  font-weight: bolder;
}
.project-demand-page[data-v-70a8aacc] {
  display: block;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 100px;
}
.project-demand-action-title[data-v-70a8aacc] {
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.epc-upload-file-list-input-file[data-v-70a8aacc] {
  display: block;
  width: 111px;
  position: absolute;
  top: 0px;
  height: 32px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
h1.project-demand-action-title_title[data-v-70a8aacc] {
  display: inline;
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.project-demand-action-title-span[data-v-70a8aacc] {
  font-weight: 400px;
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
}
.project-demand-action-filter-btn[data-v-70a8aacc] {
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.project-code-management-consume-import__input[data-v-1e84828e] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.project-code-consume-button[data-v-1e84828e] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
h1.project-code-consume-border_title[data-v-1e84828e] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-code-consume-filter-right[data-v-1e84828e] {
  display: inline-block;
  float: right;
}
.project-code-consume-filter-input[data-v-1e84828e] {
  width: 280px;
  float: right;
}
.project-code-consume-page[data-v-1e84828e] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.import_project-consume-xls[data-v-1e84828e] {
  position: relative;
}

.project-compilation_layout_list-right[data-v-1e16c2c0] {
  width: 400px;
  /* top: 0; */
  display: inline-block;
}
.project-compilation-title[data-v-1e16c2c0] {
  line-height: 36px;
  font-size: 16px;
}
.project-compilation-button[data-v-1e16c2c0] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
.project-compilation-l-main-right[data-v-1e16c2c0] {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.project-compilation-border_title[data-v-1e16c2c0] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-code-structure-page[data-v-1e16c2c0] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.project-compilation-filter-right[data-v-1e16c2c0] {
  display: inline-block;
  float: right;
}
.project-compilation-filter-input[data-v-1e16c2c0] {
  width: 280px;
  float: right;
}
.personnel-necessary-time-seet[data-v-1e16c2c0] {
  width: 15px;
  height: 15px;
}

.project-demad-compilation .project-demad-compilation-button {
  margin-left: 10px;
  margin-right: 10px;
}



























































































































































































































































































































































































































































































































































































.code-management-tab[data-v-11f16d1c] {
  margin-top: 20px;
  height: 30px;
}

.code-management-tab .project-list-tab__text {
  font-size: 15px !important;
}

.project-code-management-structure-import__input[data-v-9e3ca8c0] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.project-code-structure-button[data-v-9e3ca8c0] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
h1.project-code-structure-border_title[data-v-9e3ca8c0] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-code-structure-filter-right[data-v-9e3ca8c0] {
  display: inline-block;
  float: right;
}
.project-code-structure-filter-input[data-v-9e3ca8c0] {
  width: 280px;
  float: right;
}
.project-code-structure-page[data-v-9e3ca8c0] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.import_project-structure-xls[data-v-9e3ca8c0] {
  position: relative;
}

.project-code-management-materiel-import__input[data-v-0b96bac3] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.project-code-materiel-button[data-v-0b96bac3] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
h1.project-code-materiel-border_title[data-v-0b96bac3] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-code-materiel-filter-right[data-v-0b96bac3] {
  display: inline-block;
  float: right;
}
.project-code-materiel-filter-input[data-v-0b96bac3] {
  width: 280px;
  float: right;
}
.project-code-materiel-page[data-v-0b96bac3] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.import_project-materiel-xls[data-v-0b96bac3] {
  position: relative;
}

.project-code-management-cost-import__input[data-v-4132904e] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.project-code-cost-button[data-v-4132904e] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
h1.project-code-cost-border_title[data-v-4132904e] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-code-cost-filter-right[data-v-4132904e] {
  display: inline-block;
  float: right;
}
.project-code-cost-filter-input[data-v-4132904e] {
  width: 280px;
  float: right;
}
.project-code-cost-page[data-v-4132904e] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.import_project-cost-xls[data-v-4132904e] {
  position: relative;
}

.project-compilation_layout_list-right[data-v-67df4056] {
  width: 400px;
  /* top: 0; */
  display: inline-block;
}
.project-code-cost-button[data-v-67df4056] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
.import_project-cost-xls[data-v-67df4056] {
  position: relative;
}
.project-code-structure-page[data-v-67df4056] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.project-model-standard-title[data-v-67df4056] {
  line-height: 36px;
  font-size: 16px;
}
.project-model-standard-button[data-v-67df4056] {
  display: inline-block;
  width: 155px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
.project-model-standard-l-main-right[data-v-67df4056] {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.project-model-standard-border_title[data-v-67df4056] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-construction-cost-import__input[data-v-67df4056] {
  position: absolute;
  font-size: 22px;
  right: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.project-model-standard-filter-right[data-v-67df4056] {
  display: inline-block;
  float: right;
}
.project-model-standard-filter-input[data-v-67df4056] {
  width: 280px;
  float: right;
}
.personnel-necessary-time-seet[data-v-67df4056] {
  width: 15px;
  height: 15px;
}
.download-template-btn[data-v-67df4056] {
  display: inline-block;
  -webkit-transform: translateY(-19px);
          transform: translateY(-19px);
  text-decoration: underline !important;
}

.project-demad-model-standard .project-demad-model-standard-button {
  margin-left: 10px;
  margin-right: 10px;
}

























































































































































































































































































































































































































































































































































































.project-compilation_layout_list-right[data-v-c5925530] {
  width: 400px;
  /* top: 0; */
  display: inline-block;
}
.project-code-structure-page[data-v-c5925530] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.project-model-standard-title[data-v-c5925530] {
  line-height: 36px;
  font-size: 16px;
}
.project-model-standard-button[data-v-c5925530] {
  display: inline-block;
  width: 150px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
.project-model-standard-l-main-right[data-v-c5925530] {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.project-model-standard-border_title[data-v-c5925530] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.project-model-standard-filter-right[data-v-c5925530] {
  display: inline-block;
  float: right;
}
.project-model-standard-filter-input[data-v-c5925530] {
  width: 280px;
  float: right;
}
.personnel-necessary-time-seet[data-v-c5925530] {
  width: 15px;
  height: 15px;
}

.project-demad-model-standard .project-demad-model-standard-button {
  margin-left: 10px;
  margin-right: 10px;
}



























































































































































































































































































































































































































































































































































































[class*="col-"][data-v-7b8beea8] {
  padding: 0;
}
.save-management-box[data-v-7b8beea8] {
  min-height: 1280px;
  padding: 0 50px;
}
.platform-staff-filter-btn[data-v-7b8beea8] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
}
.save-management-icon[data-v-7b8beea8] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.save-management-title-box[data-v-7b8beea8] {
  width: 100%;
  margin: auto;
  padding: 0 50px;
  position: relative;
}
.save-management-title[data-v-7b8beea8] {
  display: inline-block;
  font-size: 18px;
  /* line-height: 48px; */
}
.save-management-select[data-v-7b8beea8] {
  width: 20%;
  margin-right: 10px;
}
@media (min-width:1200px) {
.staff-right[data-v-7b8beea8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
}
@media (max-width: 769px) {
.ee[data-v-7b8beea8] {
    margin-right: 10px !important;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
}
.aa[data-v-7b8beea8] {
    margin-bottom: 0;
}
.staff-right[data-v-7b8beea8] {
    text-align: right;
}
.project-file-search-div[data-v-7b8beea8] {
    margin-bottom: 10px;
}
.save-management-select[data-v-7b8beea8] {
    width: 28%;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 0;
}
.cc[data-v-7b8beea8] {
    text-align: right;
}
.project-file-search-div[data-v-7b8beea8] {
    vertical-align: middle;
}
.save-management-title-right[data-v-7b8beea8] {
    display: block !important;
}
}
.save-management-title-right[data-v-7b8beea8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-file-search-div[data-v-7b8beea8] {
  display: inline-block;
  margin-right: 10px;
}
.project-files-split-pane[data-v-7b8beea8] {
  padding: 10px;
  position: relative;
  min-height: 860px;
  /* max-height: 2200px; */
  border: 1px solid #dcdee2;
}
.project-files-tree[data-v-7b8beea8] {
  overflow-x: hidden;
  overflow-y: auto;
  height: 860px;
  max-height: 860px;
  padding-left: 10px;
}
.save-management-title-box .ivu-input[data-v-7b8beea8] {
  height: 31px;
}
.security-matter-table-span[data-v-7b8beea8] {
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  padding: 0 10px;
  height: 45px;
  cursor: pointer;
}
.security-matter-table-icon[data-v-7b8beea8] {
  font-size: 18px;
  color: #cccc;
}

.safe-management-prolbem-img {
  width: 90px !important;
  height: 56px !important;
}

.security-matter-select[data-v-53e030d7] {
  width: 127px;
}
.enterprise-logo[data-v-53e030d7] {
  border: 1px #dddee1 solid;
  cursor: pointer;
  height: 60px;
  width: 100px;
  text-align: center;
}
.enterprise-logo[data-v-53e030d7]:hover {
  border-color: #57a3f3;
}
.security-matter-upload-span[data-v-53e030d7] {
  display: inline-block;
  width: 139px;
  text-align: right;
  padding-right: 10px;
}
.security-matter-select-span[data-v-53e030d7]{
    display: inline-block;
    width: 127px;
    text-align: right;
    margin-right: 10px;
}

.security-matter-form-input .ivu-form-item-label {
  width: 140px !important;
}
.security-matter-form-input .ivu-input-wrapper {
  width: 88% !important;
}
.security-matter-form-input .ivu-form-item {
  margin-bottom: 20px !important;
}
.add-safety-matter .ivu-auto-complete.ivu-select-dropdown {
  max-height: 350px !important;
}
.add-safety-matter .ivu-select{
  width: 80%;
}

*[data-v-0d542533] {
  padding: 0;
  margin: 0;
}
.save-management-box[data-v-0d542533] {
  min-height: 1280px;
  padding: 0 50px;
}
.platform-staff-filter-btn[data-v-0d542533] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
}
.save-management-icon[data-v-0d542533] {
  width: 5px;
  height: 17px;
  background-color: rgba(91, 155, 213, 1);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.save-management-title-box[data-v-0d542533] {
  width: 100%;
  margin: auto;
  padding: 0 50px;
  position: relative;
}
.save-management-title[data-v-0d542533] {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
}
.save-management-select[data-v-0d542533] {
  width: 20%;
  margin-right: 10px;
}
.save-management-title-right[data-v-0d542533] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-file-search-div[data-v-0d542533] {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media (min-width:1200px){
.staff-right[data-v-0d542533]{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
}
@media (max-width:1025px) {
.common_search-input[data-v-0d542533]{
    width:160px !important
}
.save-management-select[data-v-0d542533]{
    width:18%;
}
}
@media (max-width: 769px) {
.bb[data-v-0d542533] {
    margin-right: 10px !important; 
    -webkit-transform: translateY(4px); 
            transform: translateY(4px);
}
.aa[data-v-0d542533] {
    margin-bottom: 0;
}
.staff-right[data-v-0d542533] {
    text-align: right;
}
.project-file-search-div[data-v-0d542533] {
    margin-bottom: 10px;
}
.save-management-select[data-v-0d542533] {
    width: 28%;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 0;
}
}
.project-files-split-pane[data-v-0d542533] {
  padding: 10px;
  position: relative;
  min-height: 860px;
  /* max-height: 2200px; */
  border: 1px solid #dcdee2;
}
.project-files-tree[data-v-0d542533] {
  overflow-x: hidden;
  overflow-y: auto;
  height: 860px;
  max-height: 860px;
  padding-left: 10px;
}
.security-matter-table-span[data-v-0d542533] {
  display: inline-block;
  font-size: 14px;
  line-height: 45px;
  padding: 0 10px;
  height: 45px;
  cursor: pointer;
}
.security-matter-table-icon[data-v-0d542533] {
  font-size: 18px;
  color: #cccc;
}
.platform-staff-title[data-v-0d542533] {
  /* height: 60px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-staff-title_title[data-v-0d542533] {
  display: inline;
  font-size: 20px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.save-management-title-box .ivu-input-group[data-v-0d542533]{
  top:0;
}
.platform-staff-title-span[data-v-0d542533] {
  font-weight: 400px;
  font-size: 18px;
  height: 26px;
}

.safe-management-prolbem-img {
  width: 90px !important;
  height: 56px !important;
}

.security-matter-select[data-v-6cc43422] {
  width: 127px;
}
.enterprise-logo[data-v-6cc43422] {
  border: 1px #dddee1 solid;
  cursor: pointer;
  height: 60px;
  width: 100px;
  text-align: center;
}
.enterprise-logo[data-v-6cc43422]:hover {
  border-color: #57a3f3;
}
.security-matter-upload-span[data-v-6cc43422] {
  display: inline-block;
  width: 139px;
  text-align: right;
  padding-right: 10px;
}
.security-matter-select-span[data-v-6cc43422]{
    display: inline-block;
    width: 127px;
    text-align: right;
    margin-right: 10px;
}

.security-matter-form-input .ivu-form-item-label {
  width: 140px !important;
}
.security-matter-form-input .ivu-input-wrapper {
  width: 88% !important;
}
.security-matter-form-input .ivu-form-item {
  margin-bottom: 20px !important;
}
.add-quality-matter .ivu-auto-complete.ivu-select-dropdown {
  max-height: 350px !important;
}
.add-quality-matter .ivu-select{
  width: 80%;
}

























































































































































































































































































































































































































































































































































































































































































































































































































































































































  /* .l-main-center.container {
  max-width: 1480px !important;
  min-height: 90vh;
} */
[class*="col-"][data-v-525f8240] {
    padding: 0 !important;
}
.platform-staff-title[data-v-525f8240] {
    /* height: 48px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.platform-staff-title-right[data-v-525f8240] {
    display: inline-block;
    /* line-height: 48px; */
}
.platform-staff-title-span[data-v-525f8240] {
    font-weight: 400px;
    font-size: 18px;
    height: 26px;
    /* line-height: 48px; */
}
h1.platform-staff-title_title[data-v-525f8240] {
    display: inline;
    font-size: 22px;
    padding-left: 10px;
    border-left: 6px #4b88cb solid;
    height: 26px;
    margin-top: 10px;
    margin-left: 10px;
}
.staff-right[data-v-525f8240] {
    text-align: right;
    margin-top: 5px;
    float: right;
}
.project-discuss-management-right-input[data-v-525f8240] {
    width: 280px;
    margin-right: 5px;
    display: inline-table;
    top: -1px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.import_btn[data-v-525f8240] {
    position: relative;
}
.upload-form[data-v-525f8240] {
    overflow: hidden;
}
#attachment[data-v-525f8240] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    font-size: 0;
    top: 0px;
    right: 0px;
}
.project-files-split-pane[data-v-525f8240] {
    padding: 10px;
    position: relative;
    min-height: 860px;
    /* max-height: 2200px; */
    border: 1px solid #dcdee2;
}
.project-files-tree[data-v-525f8240] {
    overflow-x: auto;
    overflow-y: auto;
    height: 860px;
    max-height: 860px;
}
.taskPage[data-v-525f8240] {
    margin-top: 8px;
    text-align: right;
}
ul.packlist[data-v-525f8240] {
    margin-top: 10px;
}
ul.packlist li[data-v-525f8240] {
    padding: 10px;
    border: 1px solid #ccc;
    width: 100%;
}
ul.packlist li span.active[data-v-525f8240] {
    background-color: #2db7f5;
    color: #fff;
}
ul.packlist li span[data-v-525f8240] {
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
}
ul.packlist li button[data-v-525f8240] {
    margin: 0px 5px;
    cursor: pointer;
}
.platform-staff-filter-btn-puchase[data-v-525f8240] {
    margin-bottom: 10px;
    padding: 6px 15px;
    margin-top: 2px;
}

[class*="col-"][data-v-15922bce] {
  padding: 0 !important;
}
.role-right[data-v-15922bce] {
  margin-right: 40px;
  position: absolute;
  right: 0;
}
.platform-role-content[data-v-15922bce] {
  width: 100%;
}
.platform-role-title[data-v-15922bce] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-role-title-right[data-v-15922bce] {
  display: inline-block;
  line-height: 48px;
}
.project-table-page[data-v-15922bce] {
  float: right;
  margin-top: 8px;
}
.platform-role-title-span[data-v-15922bce] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
.platform-role-page[data-v-15922bce] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
h1.platform-role-title_title[data-v-15922bce] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.platform-role-filter-btn[data-v-15922bce] {
  padding: 7px 16px;
  /* width: 80px; */
  height: 32px;
  position: relative;
  top: 7px;
  float: right;
}
.plan-progress-figure-btn[data-v-15922bce] {
  margin-left: 8px;
  float: right;
}
.plan-progress-figure-search[data-v-15922bce] {
  display: inline-block;
  float: right;
}
.plan-progress-figure-right[data-v-15922bce] {
  margin-top: 5px;
}
.plan-progress-figure-title[data-v-15922bce] {
  margin-top: 8px;
}

.plan-progress-figure-search {
  display: inline-block;
  width: 200px;
}
.modal-scroll-view {
  max-height: 500px;
  overflow-y: auto;
}
.plan-status-gray {
  color: #888;
}
.plan-status-blue {
  color: blue;
}
.plan-status-red {
  color: red;
}
.plan-status-green {
  color: green;
}
.demo-split {
  height: 858px;
  border: 1px solid #dcdee2;
}
.demo-split-pane {
  height: 740px;
  padding: 10px;
  overflow: auto;
}
.show-all-node{
  display: block;
  /* padding-bottom:12px; */
  color:#48BDD8 !important;
}
.current-node{
    color:#48BDD8;
    font-size:14px;
    font-weight:600;
}
.ivu-table .demo-table-info-row td{
    background-color: #B6E4EF;
    color: #6b6b6b;
}

[class*="col-"][data-v-663633a3] {
  padding: 0 !important;
}
.position-title[data-v-663633a3] {
  display: inline-block;
  font-size: 12px;
  margin-left: 39px;
}
.platform-staff-title[data-v-663633a3] {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-staff-title-right[data-v-663633a3] {
  display: inline-block;
  line-height: 48px;
}
.platform-staff-title-span[data-v-663633a3] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
h1.platform-staff-title_title[data-v-663633a3] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.staff-right[data-v-663633a3] {
  margin-top: 5px;
  float: right;
}
.project-discuss-management-right-input[data-v-663633a3] {
  width: 280px;
  margin-right: 5px;
  display: inline-table;
  top: -1px;
  margin-top: 5px;
}
.import_btn[data-v-663633a3] {
  position: relative;
}
.upload-form[data-v-663633a3] {
  overflow: hidden;
}
#attachment[data-v-663633a3] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  top: 0px;
  right: 0px;
}
.project-files-split-pane[data-v-663633a3] {
  padding: 10px;
  position: relative;
  min-height: 860px;
  /* max-height: 2200px; */
  border: 1px solid #dcdee2;
}
.project-files-tree[data-v-663633a3] {
  overflow-x: hidden;
  overflow-y: auto;
  height: 860px;
  max-height: 860px;
  margin-top: 10px;
  margin-left: 10px;
}
.taskPage[data-v-663633a3] {
  margin-top: 8px;
  text-align: right;
}

.blue_font {
  color: #48bdd8;
}
span.blue_font {
  cursor: pointer;
}
.ivu-table .demo-table-info-row td {
  background-color: #b6e4ef;
  color: #6b6b6b;
}

.div_layout[data-v-9bf86622] {
  margin-left: 59px;
}
.problem-management-tab-interaction[data-v-9bf86622] {
  text-align: right;
}
@media (max-width: 1280px) {
.problem-management-tab-text[data-v-9bf86622] {
    font-size: 15px !important;
    margin-left: 10px !important;
}
.line-between[data-v-9bf86622] {
    font-size: 15px !important;
    margin-left: 10px !important;
}
}
.project-problem-box[data-v-9bf86622] {
  margin: 0px auto;
  width: 100%;
}
.project-problem-management-box[data-v-9bf86622] {
  position: relative;
  margin: 0px auto;
}
.problem-management-tab[data-v-9bf86622] {
  margin-top: 5px;
}
.problem-management-tab-text[data-v-9bf86622] {
  display: inline-block;
  font-size: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.problem-management-tab-active[data-v-9bf86622]:hover {
  -webkit-transition: color ease-in 0.2s;
  transition: color ease-in 0.2s;
  color: rgba(0, 123, 255, 1);
}
.problem-management-tab-active[data-v-9bf86622] {
  -webkit-transition: color ease-in 0.2s;
  transition: color ease-in 0.2s;
  color: rgba(0, 123, 255, 1);
}
/*    -----      */
.problem-management-box[data-v-9bf86622] {
  position: relative;
  width: 1258px;
  margin: 0px auto;
  overflow: hidden;
  min-height: 90vh;
}
.line-between[data-v-9bf86622] {
  width: 1px;
  height: 13px;
  background-color: #ccc;
  display: inline-block;
  color: #3a3a3a;
  font-size: 15px;
  margin-left: 20px;
  cursor: pointer;
}
.problem-management-box-tab-right-input[data-v-9bf86622] {
  width: 280px;
  height: 32px;
  display: inline-table;
  margin-right: 5px;
  top: 0px;
  margin-top: 5px;
}
.problem-management-box-tab-right-button[data-v-9bf86622] {
  /* width: 120px; */
  height: 32px;
  margin-top: 5px;
}
.page[data-v-9bf86622] {
  float: right;
}
.bottom-page[data-v-9bf86622] {
  display: inline-block;
  float: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
.problem_management_div_page[data-v-9bf86622] {
  display: block;
  text-align: right;
}

@media screen and (max-width: 1024px) {
.problem-creator-picture {
    display: none;
}
.prolbem-img {
    width: 45px;
    height: 22px;
}
.problem-iview-creator-div-span {
    top: 0px !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px !important;
    left: 5px;
    white-space: nowrap;
    display: inline-block;
}
}
.problem-creator-div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.problem-creator-picture {
  width: 20px;
  height: 20px;
  /* border-radius: 10%; */
  position: relative;
}
.prolbem-img {
  max-width: 90px;
  max-height: 45px;
}
.problem-manage-select {
  width: 231px !important;
  height: 32px;
  border-radius: 2px;
  /* background-color: rgba(255, 255, 255, 1); */
  /* border: 1px solid rgba(235, 237, 240, 1); */
  margin-left: 10px;
}
.problem-manage-edit-iview > .problem-manage-select {
  width: 232px !important;
  height: 32px;
  border-radius: 2px;
  /* background-color: rgba(255, 255, 255, 1); */
  /* border: 1px solid rgba(235, 237, 240, 1); */
  margin-left: 10px;
}
.problem-iview-creator-div-span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  left: 5px;
  line-height: 20px;
  white-space: nowrap;
  display: inline-block;
}
.platform-staff-title {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-staff-title-right {
  display: inline-block;
  line-height: 48px;
}
.platform-staff-title-span {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
}
h1.platform-staff-title_title {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.divname {
  margin-top: 10px;
  margin-bottom: 10px;
}
.divlabel {
  margin-right: -6px;
  float: left;
}
.divimg {
  display: inline-block;
  width: 160px;
  height: 120px;
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
}
.divpic {
  overflow: hidden;
}
.project-img-div {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 120px;
  /* border:1px solid #dddee1; */
  border-radius: 6px;
  overflow: hidden;
  font-size: 16px;
}
.project-img {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 160px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}


































































































































































































































































































































































/* .full-viewport {
  width: 90%;
  height: 100%;
  background: #fff;
} */
.min-high[data-v-c2a2a63e] {
  min-height: 80vh;

  border: 1px solid gainsboro;
  padding: 1px;
  margin-bottom: 10px;
}
.select-part[data-v-c2a2a63e] {
  background-color: black;
  opacity: 0.6;
  color: #fff;
  /* width: 700px; */
}
.lay-lr[data-v-c2a2a63e] {
  clear: both;
}
.vlay-lr__left[data-v-c2a2a63e] {
  float: left;
}
.vlay-lr__right[data-v-c2a2a63e] {
  float: right;
}
.vlay-lr__left--1[data-v-c2a2a63e] {
  /* background-color: black;
  opacity: 0.6;
  color: #fff; */

  /* width: 30%;
  color: #515a6e;
  background: #fff;
  min-height: 100px; */

  width: 16%;
  color: #515a6e;
  background: #fff;
  /* min-height: 77vh; */
  border: 1px solid gainsboro;
  height: 880px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.vlay-lr__right--1[data-v-c2a2a63e] {
  width: 84%;
}
.setProgress .to-bottom[data-v-c2a2a63e] {
  position: static !important;
}
.save-management-icon[data-v-c2a2a63e] {
  width: 5px;
  height: 17px;
  background-color: rgba(91, 155, 213, 1);
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.save-management-title-box[data-v-c2a2a63e] {
  width: 100%;
  margin: auto;
  padding: 0 50px;
  position: relative;
}
.save-management-title[data-v-c2a2a63e] {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
}

.setProgress .ivu-table-row:hover {
  cursor: pointer;
}
.vlay-lr__right .ivu-table{
  border: 1px solid #dcdee2;
}

.lay-lr[data-v-75492f37] {
  clear: both;
}
.vlay-lr__left[data-v-75492f37] {
  float: left;
}
.vlay-lr__right[data-v-75492f37] {
  float: left;
}
.vlay-lr__left--a[data-v-75492f37] {
  min-width: 360px;
}
.period[data-v-75492f37] {
  background-color: black;
  opacity: 0.6;
  color: #fff;
  overflow: hidden;
  padding: 10px;
}

.item-context[data-v-5ca861fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  width: 200%;
}
.item-context[data-v-5ca861fe]::-webkit-scrollbar {
  display: none;
}
.item[data-v-5ca861fe] {
  cursor: pointer;
}
.name[data-v-5ca861fe] {
  display: inline-block;
  padding: 3px 6px;
}
.mouse-pointer[data-v-5ca861fe] {
  cursor: pointer;
}
.bold[data-v-5ca861fe] {
  /* font-weight: bold; */
}
ul[data-v-5ca861fe] {
  padding-left: 1em;
  line-height: 1.5em;
  list-style-type: none;
}
li[data-v-5ca861fe] {
  list-style-type: none;
}
.tree[data-v-5ca861fe] {
  margin-top: 15px;
}

/* .tree::-webkit-scrollbar {
  display: none;
}

.tree::scrollbar {
  display: none;
} */
.js-my-tree-selected[data-v-5ca861fe] {
  background-color: #ccc;
  color: black;
  border-radius: 3px;
}
.checkbox3[data-v-5ca861fe] {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
}
.checkbox3__icon[data-v-5ca861fe] {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
.arrow-icon[data-v-5ca861fe] {
  display: inline-block;
  overflow: hidden;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 3;
      flex-shrink: 3;
}

[class*="col-"][data-v-54bf2bff] {
  padding: 0 !important;
}
.platform-staff-title[data-v-54bf2bff] {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-staff-title-right[data-v-54bf2bff] {
  display: inline-block;
  line-height: 48px;
}
.platform-staff-title-span[data-v-54bf2bff] {
  font-weight: 400px;
  font-size: 18px;
  /* line-height: 48px; */
  height:26px
}
h1.platform-staff-title_title[data-v-54bf2bff] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
  margin-left: 10px;
}
.staff-right[data-v-54bf2bff] {
  margin-top: 5px;
}
.project-discuss-management-right-input[data-v-54bf2bff] {
  width: 280px;
  margin-right: 5px;
  display: inline-table;
  top: -1px;
  margin-top: 5px;
}
.import_btn[data-v-54bf2bff] {
  position: relative;
}
.upload-form[data-v-54bf2bff] {
  overflow: hidden;
}
#attachment[data-v-54bf2bff] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  top: 0px;
  right: 0px;
}
.project-files-split-pane[data-v-54bf2bff] {
  padding: 10px;
  position: relative;
  min-height: 860px;
  /* max-height: 2200px; */
  border: 1px solid #dcdee2;
}
.project-files-tree[data-v-54bf2bff] {
  overflow-x: hidden;
  overflow-y: auto;
  height: 860px;
  max-height: 860px;
}
.taskPage[data-v-54bf2bff] {
  margin-top: 8px;
  text-align: right;
}
.create-button[data-v-54bf2bff] {
  float: right;
  margin-top: 5px;
}
.contract-button-type p[data-v-54bf2bff] {
  margin: 10px auto;
  cursor: pointer;
  padding-left: 24px
}
.project-discuss-box[data-v-54bf2bff] {
  padding: 0 50px
}
.contract-input-value input[data-v-54bf2bff] {
  width: 360px !important;
  padding-right: 50px;
}
.contract-list-wrapper[data-v-54bf2bff]{
  width:600px
}
.contract-wrapper .ivu-modal .ivu-modal-content[data-v-54bf2bff] {
  width:80% !important;
  margin: 0 auto;
}
.platform-staff-filter-btn-puchase[data-v-54bf2bff] {
  margin-bottom: 10px;
  padding: 6px 15px;
  margin-top: 2px;
}





























































































.staff-right[data-v-c68e0a38] {
    width: 100%;
    height: 100%;
    padding-left: 230px;
}
.platform-staff-title[data-v-c68e0a38] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.platform-staff-filter-input[data-v-c68e0a38] {
    margin: 0px 10px;
    padding: 7px 5px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
    width: 290px;
}
.platform-staff-filter-btn[data-v-c68e0a38] {
    height: 32px;
    position: relative;
    top: 7px;
    float: left;
    margin: 0px 10px;
}
#contractManagement[data-v-c68e0a38] {
    margin-top: 20px;
    padding: 0px 10px;
}
#staffPlacontractManagementtform .left[data-v-c68e0a38] {
    border-right: 1px solid;
}
.problem-management-box-nav-right-button[data-v-c68e0a38] {
    position: relative;
    top: 7px;
    float: left;
    margin-left: 20px;
    height: 32px
}
.platform-staff-title[data-v-c68e0a38] {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
h1.platform-staff-title_title[data-v-c68e0a38] {
    display: inline;
    font-size: 22px;
    padding-left: 10px;
    border-left: 6px #4b88cb solid;
    height: 26px;
    margin-top: 10px;
}
.platform-staff-title-span[data-v-c68e0a38] {
    font-weight: 400px;
    font-size: 18px;
    line-height: 48px;
    width: 50%;
}
.margin-left-search[data-v-c68e0a38] {
    /* line-height: 60px */
    vertical-align: middle;
    margin: 0 auto
}
.contract-table th[data-v-c68e0a38] {
    text-align: center
}
.page-contarct-button i[data-v-c68e0a38] {
    font-size: 16px;
    vertical-align: middle
}
.page-contarct-button span[data-v-c68e0a38] {
    display: inline-block;
    height: 32px;
    color: #4b88cb;
    cursor: pointer;
    line-height: 32px;
    font-weight: 700;
}
.price-seting[data-v-c68e0a38] {
    width: 700px;
    margin: 10px auto;
    border: 1px solid #ccc
}
.project-files-tree[data-v-c68e0a38] {
    min-height: 80px;
}
.show-point[data-v-c68e0a38] {
    cursor: pointer;
}
.tree-table-view table[data-v-c68e0a38] {
    color: redl
}
.project-table-page[data-v-c68e0a38] {
    margin: 30px;
    float:right;
    /* text-align: center */
}

body[data-v-3b0b5d2c] {
  min-height: 0;
}
.pms-inner[data-v-3b0b5d2c] {
  height: 100%;
}
.pms-sidebar[data-v-3b0b5d2c] {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 110px;
}
.pms-menu[data-v-3b0b5d2c] {
  width: 85px;
  height: 100%;
  background-color: #212538;
}
.pms-submenu[data-v-3b0b5d2c] {
  width: 240px;
  height: 100%;
  background-color: #36394b;
}
.pms-menu-item[data-v-3b0b5d2c] {
  width: 85px;
}
.pms-menu-item > a[data-v-3b0b5d2c] {
  padding: 10px 0;
  display: block;
}
.pms-menu-item .router-link-active[data-v-3b0b5d2c] {
  background-color: #369bd8;
}
.pms-menu-item-icon[data-v-3b0b5d2c] {
  padding: 0 30px;
}
.pms-menu-item img[data-v-3b0b5d2c] {
  width: 100%;
}
.pms-menu-item p[data-v-3b0b5d2c] {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.pms-submenu[data-v-3b0b5d2c] {
  padding: 30px 20px;
  color: #fff;
  overflow-y: auto;
}
.pms-submenu-link-group[data-v-3b0b5d2c] {
  padding: 10px 0;
}
.pms-submenu-link-group a[data-v-3b0b5d2c] {
  display: block;
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
}
.pms-submenu-link-checkbox[data-v-3b0b5d2c] {
  margin-left: 5px;
}
a[data-v-3b0b5d2c] {
  cursor: pointer;
}
.pms-submenu-link-group a[data-v-3b0b5d2c]:hover,
.pms-submenu-link-group a.router-link-active[data-v-3b0b5d2c] {
  color: #369bd8;
}
.pms-submenu-link-group.bot-border[data-v-3b0b5d2c] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pms-content[data-v-3b0b5d2c] {
  height: 100%;
  padding-left: 325px;
  padding-top: 110px;
  background-color: #f2f2f2;
}
.pms-tabs-nav[data-v-3b0b5d2c] {
  padding-left: 0;
  margin: 0;
  padding: 8px 8px 0 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdee2;
  background-color: #fff;
}
.pms-tabs-tab[data-v-3b0b5d2c] {
  display: inline-block;
  height: 31px;
  padding-bottom: 5px;
  margin-right: 4px;
  padding: 5px 16px 4px;
  background: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px 4px 0 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-color: #dcdee2;
  color: #999;
  font-size: 14px;
}
.pms-tabs-nav-container[data-v-3b0b5d2c] {
  margin-bottom: -1px;
  position: relative;
  zoom: 1;
}
.pms-tabs-nav-container h4[data-v-3b0b5d2c] {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3px;
}
.pms-tabs-close[data-v-3b0b5d2c] {
  color: #333;
}
.pms-tabs-close[data-v-3b0b5d2c]:hover {
  color: #369bd8;
}
.pms-tabs-tab.router-link-active[data-v-3b0b5d2c] {
  background-color: #fff;
  border-bottom: none;
  color: #369bd8;
}
.pms-registers-submenu .ivu-menu-dark[data-v-3b0b5d2c] {
  background: transparent;
}
.pms-registers-submenu .ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened[data-v-3b0b5d2c] {
  background: #36394b;
}
/* html,body ,.pms{
  height:100%;
} */

.pms-sidebar_showBrowserTip {
  padding-top: 110px;
}
.pms-common-gutter {
  margin: 0 16px 16px;
  padding: 16px;
  min-height: 745px;
}
.dashboard-sec {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  height: 388px;
  overflow: hidden;
}
.dashboard-sec h3 {
  margin-bottom: 16px;
}
.chart-wrapper {
  text-align: center;
}






















[class*="col-"][data-v-7d24d244] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}


.white-sec{
    background-color:#fff;
    padding:10px 20px;
}






























/* .pms-common-gutter {
  background-color:#fff;
} */

.pms-projects-action[data-v-0ff4bec8] {
  width: 290px;
  margin: 10px;
}
.pms-projects-page[data-v-0ff4bec8] {
  text-align: right;
  margin-top: 10px;
}
.pms-projects-right[data-v-0ff4bec8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

.pms-projects .ivu-input-group {
  top: 0px;
}
.pms-projects-table-header-icon {
  width: 25px;
  height: 25px;
}

.pms-project-registers-list-action-button[data-v-03d3fb56] {
  width: 100px;
  height: 32px;
  position: relative;
  float: right;
  top: 10px;
}
.pms-project-registers-list-action[data-v-03d3fb56] {
  width: 290px;
  margin: 10px;
}
.pms-project-registers-list-page[data-v-03d3fb56] {
  text-align: right;
  margin-top: 10px;
}
.pms-project-registers-list-right[data-v-03d3fb56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

.pms-project-registers-list .ivu-input-group {
  top: 0px;
}
.pms-project-registers-table-header-icon {
  width: 25px;
  height: 25px;
}


























































































































































































































[class*="col-"][data-v-e19d690c]{
  padding-left:10px !important;
  padding-right:10px !important;
}
.dashboard-sec[data-v-e19d690c] {
  background-color: #fff;
  padding:16px;
  margin-bottom:16px;
}
.dashboard-sec h3[data-v-e19d690c]{
  margin-bottom:16px;
}

.white-sec{
    background-color:#fff;
    padding:10px 20px;
}

.step-text[data-v-e1d41c24] {
  padding-left: 6px;
}
.oprator-sec[data-v-e1d41c24] {
  background-color: #f2f2f2;
  padding: 10px 30px;
}
.pms-back-btn[data-v-e1d41c24] {
  color: #169bd5;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.pms-back-btn img[data-v-e1d41c24] {
  width: 50px;
}
.pms-steps[data-v-e1d41c24] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.pms-step[data-v-e1d41c24] {
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.pms-step[data-v-e1d41c24]:last-of-type {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.pms-step__head[data-v-e1d41c24] {
  position: relative;
  width: 100%;
}
.pms-step__line[data-v-e1d41c24] {
  height: 1px;
  top: 20px;
  left: 0;
  right: 0%;
  position: absolute;
  background-color: #c0c4cc;
}
.pms-step__icon[data-v-e1d41c24] {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border: 8px solid #aeaeae;
  background-color: #aeaeae;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  border-radius: 100px;
  padding: 2px;
}
.pms-step__icon .step-text[data-v-e1d41c24] {
  position: absolute;
  right: 55%;
  bottom: -28px;
  /* transform: translateX(-50%); */
}
.router-link-active.pms-step__icon[data-v-e1d41c24] {
  background-color: #369bd8;
  border-color: #369bd8;
}
.pms-step__icon img[data-v-e1d41c24] {
  width: 100%;
}
.pms-btn[data-v-e1d41c24] {
  text-align: right;
}
.pms-btn > button[data-v-e1d41c24] {
  width: 120px;
  height: 40px;
  margin-left: 5px;
}
.pms-common-gutter[data-v-e1d41c24] {
  background-color: #fff;
}

.pms-registers-list-action-button[data-v-67e7f454] {
  width: 100px;
  height: 32px;
  position: relative;
  float: right;
  top: 10px;
}
.pms-registers-list-action[data-v-67e7f454] {
  width: 290px;
  margin: 10px;
}
.pms-registers-list-page[data-v-67e7f454] {
  text-align: right;
  margin-top: 10px;
}
.pms-registers-list-right[data-v-67e7f454] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

.pms-registers-list .ivu-input-group {
  top: 0px;
}
.pms-registers-table-header-icon {
  width: 25px;
  height: 25px;
}

.content[data-v-29b6f572] {
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
}

.selections_input[data-v-918c4976] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.checkbox_include[data-v-918c4976] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-918c4976] {
  width: 380px;
  margin: 20px auto;
}
#selections_input[data-v-918c4976] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-918c4976] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-918c4976] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-918c4976] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-918c4976] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-918c4976] {
  float: left;
}

.incorr .ivu-col {
  padding: 1px 0 !important;
}

.checkbox_include[data-v-765aadba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-765aadba] {
  width: 380px;
  margin: 20px auto;
}
.selections_input[data-v-765aadba] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-765aadba] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-765aadba] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-765aadba] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-765aadba] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-765aadba] {
  float: left;
}

.mom .ivu-col {
  padding: 1px 0 !important;
}

.checkbox_include[data-v-58504980] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-58504980] {
  width: 380px;
  margin: 20px auto;
}
#selections_input[data-v-58504980] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-58504980] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-58504980] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-58504980] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-58504980] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-58504980] {
  float: left;
}

.mom .ivu-col {
  padding: 1px 0 !important;
}

.checkbox_include[data-v-13c7b636] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-13c7b636] {
  width: 380px;
  margin: 20px auto;
}
.selections_input[data-v-13c7b636] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-13c7b636] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-13c7b636] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-13c7b636] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-13c7b636] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-13c7b636] {
  float: left;
}

.indt .ivu-col {
  padding: 1px 0 !important;
}

.checkbox_include[data-v-2ed90879] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-2ed90879] {
  width: 380px;
  margin: 20px auto;
}
.selections_input[data-v-2ed90879] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-2ed90879] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-2ed90879] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-2ed90879] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-2ed90879] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-2ed90879] {
  float: left;
}

.ts .ivu-col {
  padding: 1px 0 !important;
}

.checkbox_include[data-v-5fd85034] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-5fd85034] {
  width: 380px;
  margin: 20px auto;
}
.selections_input[data-v-5fd85034] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-5fd85034] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-5fd85034] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-5fd85034] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-5fd85034] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-5fd85034] {
  float: left;
}

.tq .ivu-col {
  padding: 1px 0 !important;
}

.selections_input[data-v-e1b48cae] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.checkbox_include[data-v-e1b48cae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.search_per[data-v-e1b48cae] {
  width: 380px;
  margin: 20px auto;
}
#selections_input[data-v-e1b48cae] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.modalForm button[data-v-e1b48cae] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-e1b48cae] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-e1b48cae] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
}
.modalForm .SearchButton .input_tag[data-v-e1b48cae] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-e1b48cae] {
  float: left;
}

.tq .ivu-col {
  padding: 1px 0 !important;
}

.drawings .ivu-col {
  padding: 1px 0 !important;
}

.content[data-v-3f5cfd90] {
  padding: 10px;
}
.thread[data-v-3f5cfd90] {
  width: 100%;
  margin: 10px 0 20px 0;
  border: 1px solid #ccc;
}
.thread .thread_top[data-v-3f5cfd90] {
  padding: 15px;
  background-color: rgba(242, 242, 242, 0.5);
  border-bottom: 1px solid #ccc;
}
.thread_top_tit[data-v-3f5cfd90] {
  overflow: hidden;
  font-size: 16px;
}
.thread_top_tit b[data-v-3f5cfd90] {
  display: inline-block;
  width: 160px;
  height: 35px;
  line-height: 35px;
}
.thread_top_tit span[data-v-3f5cfd90] {
  color: gray;
  line-height: 35px;
}
.thread_top_tit > span[data-v-3f5cfd90] {
  display: inline-block;
  width: 960px;
}
.thread_top_tit > b[data-v-3f5cfd90] {
  float: left;
}
.thread_top_tit > div[data-v-3f5cfd90] {
  width: 300px;
  height: 35px;
  line-height: 35px;
  float: right;
}
.thread_top_tit button[data-v-3f5cfd90] {
  color: #57c5f7;
}
.thread_mid[data-v-3f5cfd90] {
  min-height: 50px;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.thread_mid > b[data-v-3f5cfd90] {
  display: inline-block;
  width: 160px;
  position: absolute;
  top: 13px;
}
.thread_mid > div[data-v-3f5cfd90] {
  display: inline-block;
  margin: 10px 0;
  margin-left: 160px;
}
.file_list_scroll > li[data-v-3f5cfd90] {
  display: block;
  height: 30px;
  line-height: 30px;
  position: relative;
  color: #57c5f7;
  font-size: 14px;
}
.add-edit-task-upload-file-name[data-v-3f5cfd90] {
  cursor: pointer;
}
.thread_bottom[data-v-3f5cfd90] {
  padding: 20px;
}
.modalForm button[data-v-3f5cfd90] {
  width: 70px;
  height: 30px;
  margin-left: 15px;
}
.modalForm .SearchButton[data-v-3f5cfd90] {
  overflow: hidden;
  margin-bottom: 25px;
}
.modalForm .SearchButton > div[data-v-3f5cfd90] {
  display: inline-block;
  width: 550px;
  min-height: 30px;
  max-height: 95px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 15px;
  float: left;
  padding-bottom: 3px;
}
.modalForm .SearchButton .input_tag[data-v-3f5cfd90] {
  margin: 3px 0 0 3px;
}
.modalForm .SearchButton > button[data-v-3f5cfd90] {
  float: left;
}
#attach_files[data-v-3f5cfd90] {
  width: 75px;
  height: 30px;
  margin-left: 10px;
}
.search_per[data-v-3f5cfd90] {
  width: 380px;
  margin: 20px auto;
}
.checkbox_include[data-v-3f5cfd90] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#selections_input[data-v-3f5cfd90] {
  width: 669px;
  height: 80px;
  padding: 0 3px;
  border: 1px solid #ccc;
  overflow-y: auto;
  border-radius: 5px;
}
.notification_div[data-v-3f5cfd90] {
  margin: 30px 20px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.modalForm .ivu-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reg_upload {
  width: 650px;
  margin-bottom: 20px;
}
.reg_upload.ivu-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reg_upload .ivu-upload-list {
  width: 495px;
  min-height: 30px;
  max-height: 120px;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 0;
}

.pms-register-log-list-action-button[data-v-8ba71cf6] {
  width: 100px;
  height: 32px;
  position: relative;
  top: 10px;
}
.pms-register-log-list-action[data-v-8ba71cf6] {
  width: 290px;
  margin: 10px;
}
.pms-register-log-list-page[data-v-8ba71cf6] {
  text-align: right;
  margin-top: 10px;
}
.pms-register-log-list-right[data-v-8ba71cf6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}

.pms-register-log-list .ivu-input-group {
  top: 0px;
}
.pms-register-log-table-header-icon {
  width: 25px;
  height: 25px;
}

.pms-document-list-action-button[data-v-9957efb6] {
  width: 100px;
  height: 32px;
  position: relative;
  top: 10px;
}
.pms-document-list-action[data-v-9957efb6] {
  width: 290px;
  margin: 10px;
}
.pms-document-list-page[data-v-9957efb6] {
  text-align: right;
  margin-top: 10px;
}
.pms-document-list-right[data-v-9957efb6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 10px;
}
.pms-document-select-action[data-v-9957efb6] {
  width: 140px;
}
.pms-document-list[data-v-9957efb6] {
  min-height: 1280px;
}

.pms-document-list .ivu-input-group {
  top: 0px;
}
.pms-document-table-header-icon {
  width: 25px;
  height: 25px;
}
.pms-document-action-button {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
























































































































































































































































































































































































.pms-add-files-tree[data-v-2e7f468c] {
  overflow-y: auto;
  height: 520px;
  overflow-x: hidden;
  position: relative;
  border: 1px solid #dcdee2;
}
@media screen and (min-width: 380px) {
.pms-add-files-tree[data-v-2e7f468c] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
}

.pms_document_modal_pointer {
  cursor: pointer;
}

.user_menu > button[data-v-2130620a] {
  float: right;
}
.settings_user_page[data-v-2130620a] {
  text-align: right;
  margin-top: 10px;
}
.pms-user-action[data-v-2130620a] {
  width: 290px;
  margin: 10px;
}
.pms-user-action-button[data-v-2130620a] {
  width: 100px;
  height: 32px;
  position: relative;
  float: right;
  top: 10px;
}

.user_doc h1[data-v-17eedee6] {
  margin-bottom: 30px;
  display: inline-block;
}
.User_table[data-v-17eedee6] {
  margin-bottom: 30px;
}
.form_btn[data-v-17eedee6] {
  width: 150px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.user_doc h1[data-v-b10e201e] {
  margin-bottom: 30px;
}
.User_table[data-v-b10e201e] {
  margin-bottom: 30px;
}
.form_btn[data-v-b10e201e] {
  width: 150px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pms-common-gutter[data-v-4da780ce]{
    background-color:#fff;
}

.pms-company-list-button[data-v-7506c626] {
  width: 100px;
  height: 32px;
  position: relative;
  float: right;
  top: 10px;
}
.pms-company-list-action[data-v-7506c626] {
  width: 290px;
  margin: 10px;
}
.pms-company-list-page[data-v-7506c626] {
  text-align: right;
  margin-top: 10px;
}

.pms-company-list-table-button {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.pms-company-list .ivu-input-group {
  top: 0px;
}

body[data-v-2fc3e3ae] {
  min-height: 0;
}
.pms-inner[data-v-2fc3e3ae] {
  height: 100%;
}
.pms-sidebar[data-v-2fc3e3ae] {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 70px;
}
.pms-menu[data-v-2fc3e3ae] {
  width: 90px;
  height: 100%;
  background-color: #212538;
}
.pms-submenu[data-v-2fc3e3ae] {
  width: 260px;
  height: 100%;
  background-color: #36394b;
}
.pms-content[data-v-2fc3e3ae] {
  height: 100%;
  padding-left: 345px;
  padding-top: 70px;
  background-color: #f2f2f2;
}
@media screen and (max-width: 1366px) {
.pms-submenu[data-v-2fc3e3ae] {
    width: 200px;
    height: 100%;
    background-color: #36394b;
}
.pms-content[data-v-2fc3e3ae] {
    height: 100%;
    padding-left: 285px;
    padding-top: 70px;
    background-color: #f2f2f2;
}
}
@media screen and (max-width: 768px) {
.pms-submenu[data-v-2fc3e3ae] {
    width: 160px;
    height: 100%;
    background-color: #36394b;
}
.pms-content[data-v-2fc3e3ae] {
    height: 100%;
    padding-left: 247px;
    padding-top: 70px;
    background-color: #f2f2f2;
}
}
.pms-submenu1[data-v-2fc3e3ae] {
  width: 400px;
  height: 100%;
  overflow-y: auto;
  background-color: #36394b;
}
.pms-menu-item[data-v-2fc3e3ae] {
  width: 90px;
}
.pms-menu-item > a[data-v-2fc3e3ae] {
  padding: 10px 0;
  display: block;
}
.pms-menu-item .router-link-active[data-v-2fc3e3ae] {
  background-color: #369bd8;
}
.pms-menu-item-icon[data-v-2fc3e3ae] {
  padding: 0 30px;
}
.pms-menu-item img[data-v-2fc3e3ae] {
  width: 100%;
}
.pms-menu-item p[data-v-2fc3e3ae] {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.pms-submenu[data-v-2fc3e3ae] {
  padding: 20px 0px;
  color: #fff;
  overflow-y: auto;
}
.pms-submenu-link-group[data-v-2fc3e3ae] {
  padding: 10px 0;
}
.pms-submenu-link-group a[data-v-2fc3e3ae] {
  display: block;
  color: #fff;
  padding: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.pms-submenu-link-checkbox[data-v-2fc3e3ae] {
  margin-left: 5px;
}
a[data-v-2fc3e3ae] {
  cursor: pointer;
}
.pms-submenu-link-group a[data-v-2fc3e3ae]:hover,
.pms-submenu-link-group a.router-link-active[data-v-2fc3e3ae] {
  background-color: #2d8cf0;
}
.pms-submenu-link-group.bot-border[data-v-2fc3e3ae] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pms-content1[data-v-2fc3e3ae] {
  height: 100%;
  padding-left: 485px;
  padding-top: 110px;
  background-color: #f2f2f2;
}
.pms-tabs-nav[data-v-2fc3e3ae] {
  padding-left: 0;
  margin: 0;
  padding: 8px 8px 0 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dcdee2;
  background-color: #fff;
}
.pms-tabs-tab[data-v-2fc3e3ae] {
  display: inline-block;
  height: 31px;
  padding-bottom: 5px;
  margin-right: 4px;
  padding: 5px 16px 4px;
  background: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px 4px 0 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-color: #dcdee2;
  color: #999;
  font-size: 14px;
}
.pms-tabs-nav-container[data-v-2fc3e3ae] {
  margin-bottom: -1px;
  position: relative;
  zoom: 1;
}
.pms-tabs-nav-container h4[data-v-2fc3e3ae] {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3px;
}
.pms-tabs-close[data-v-2fc3e3ae] {
  color: #333;
}
.pms-tabs-close[data-v-2fc3e3ae]:hover {
  color: #369bd8;
}
.pms-tabs-tab.router-link-active[data-v-2fc3e3ae] {
  background-color: #fff;
  border-bottom: none;
  color: #369bd8;
}
.new-timesheet-submenu .ivu-menu-dark[data-v-2fc3e3ae] {
  background: transparent;
}
.new-timesheet-submenu .ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened[data-v-2fc3e3ae] {
  background: #36394b;
}
#calendar[data-v-2fc3e3ae] {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.1),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}
.month[data-v-2fc3e3ae] {
  width: 100%;
  background: rgb(54, 57, 75);
}
.month ul[data-v-2fc3e3ae] {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.year-month[data-v-2fc3e3ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.year-month[data-v-2fc3e3ae]:hover {
  background: rgba(150, 2, 12, 0.1);
}
.choose-year[data-v-2fc3e3ae] {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.choose-month[data-v-2fc3e3ae] {
  display: inline-block;
  text-align: center;
  font-size: 1.5rem;
}
.arrow[data-v-2fc3e3ae] {
  padding: 30px;
}
.arrow[data-v-2fc3e3ae]:hover {
  background: rgba(100, 2, 12, 0.1);
}
.month ul li[data-v-2fc3e3ae] {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.weekdays[data-v-2fc3e3ae] {
  margin: 0;
  padding: 10px 0;
  background-color: rgb(54, 57, 75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.weekdays li[data-v-2fc3e3ae] {
  display: inline-block;
  width: 13.6%;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
}
.days[data-v-2fc3e3ae] {
  padding: 0;
  background: rgb(54, 57, 75);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.days li[data-v-2fc3e3ae] {
  list-style-type: none;
  display: inline-block;
  width: 14.2%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: bolder;
  color: #fff;
  cursor: pointer;
}
.days li span[data-v-2fc3e3ae] {
  display: inline-block;
  width: 45px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
}
.days li span[data-v-2fc3e3ae]:hover {
  background-color: rgba(133, 170, 196, 0.5);
  color: #fff;
}
.red-day[data-v-2fc3e3ae] {
  color: rgb(133, 170, 196);
}
.active_click[data-v-2fc3e3ae] {
  background-color: rgb(133, 170, 196) !important;
  color: #fff;
}
.today-active[data-v-2fc3e3ae] {
  text-decoration: underline;
  color: #ffbfa8;
}
.days li .redActive[data-v-2fc3e3ae] {
  text-decoration: underline;
  background-color: rgba(133, 170, 196, 0.3);
}
.active[data-v-2fc3e3ae] {
  text-decoration: underline;
  background-color: rgba(133, 170, 196, 0.3);
}
.days li .other-month[data-v-2fc3e3ae] {
  cursor: default;
  color: rgb(54, 57, 75);
}
.days li .other-month[data-v-2fc3e3ae]:hover {
  background-color: rgb(54, 57, 75);
  color: rgb(54, 57, 75);
}
.rest-day[data-v-2fc3e3ae] {
  display: inline-block;
  width: 19px;
  font-size: 12px;
  height: 19px;
  background-color: #2d8cf0;
  border-radius: 50%;
  line-height: 17px;
  position: absolute;
  left: 0;
}
.rest-day img[data-v-2fc3e3ae] {
  width: 17px;
  height: 17px;
}
.time-sheet-calendar[data-v-2fc3e3ae] {
  display: inline-block;
}
.time-sheet-calendar-wrap[data-v-2fc3e3ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
}
.time-sheet-next[data-v-2fc3e3ae],
.time-sheet-prev[data-v-2fc3e3ae] {
  display: inline-block;
  width: 40px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 22px;
  font-weight: bolder;
  cursor: pointer;
}
.time-sheet-next[data-v-2fc3e3ae]:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.time-sheet-prev[data-v-2fc3e3ae]:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.statistical_head[data-v-2fc3e3ae] {
  font-size: 18px;
  width: 85%;
  height: 45px;
  line-height: 45px;
  background-color: rgb(133, 170, 196);
  margin: 0 auto;
  color: #fff;
  padding: 0 15px;
}
.statistical_head > span[data-v-2fc3e3ae] {
  float: right;
  font-weight: bold;
}
.time_statistical ul li[data-v-2fc3e3ae] {
  list-style-type: none;
  font-size: 16px;
  color: #fff;
  width: 85%;
  margin: 10px auto;
  padding: 0 15px;
}
.time_statistical .li_color[data-v-2fc3e3ae] {
  color: rgb(130, 166, 192);
  border-left: 3px solid rgb(130, 166, 192);
}
.time_statistical .li_list[data-v-2fc3e3ae] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.time_statistical .li_list .span_ellipsis[data-v-2fc3e3ae] {
  display: inline-block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new-timesheet-submenu .ivu-menu-dark {
  background: transparent;
}
.new-timesheet-submenu .ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
  background: #2d8cf0 !important;
}
.new-timesheet-submenu .ivu-menu-vertical {
  overflow-x: hidden;
}
.new-timesheet-submenu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #2d8cf0 !important;
}
.new-timesheet-submenu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: white !important;
}
.pms-common-gutter {
  margin: 0 16px 16px;
  padding: 16px;
  min-height: 745px;
}
.dashboard-sec {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
  height: 388px;
  overflow: hidden;
}
.dashboard-sec h3 {
  margin-bottom: 16px;
}
.chart-wrapper {
  text-align: center;
}
.new-timesheet-menu-border {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px white solid;
}
.timesheet-menu-item {
  padding-left: 38px !important;
}
.timesheet-ivu-menu-item-group-title {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.timesheet-menu-item-all {
  padding-left: 16px !important;
  margin-top: 5px;
}
.newtimesheet-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 4px solid rgb(60, 97, 135);
  text-align: center;
  line-height: 160px;
  font-size: 30px;
  position: relative;
  margin: 15px 0 0 20px;
  float: left;
}
.newtimesheet-circle-time {
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  font-size: 28px;
  position: relative;
  font-weight: bold;
}
.newtimesheet-circle-unit {
  position: absolute;
  color: gray;
  display: block;
  width: 35px;
  height: 35px;
  right: -17px;
  top: 64px;
  background-color: #fff;
  line-height: 35px;
}
@media screen and (max-width: 1366px) {
.newtimesheet-circle {
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 22px;
}
.newtimesheet-circle-unit {
    top: 55px;
}
.newtimesheet-circle-time {
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 22px;
}
}
.newtimesheet-circle-border-yellow {
  border-color: rgb(231, 189, 127);
}
.newtimesheet-circle-border-green {
  border-color: rgb(108, 197, 167);
}
.newtimesheet-circle-green {
  color: rgb(108, 197, 167);
}
.newtimesheet-circle-yellow {
  color: rgb(231, 189, 127);
}
.newtimesheet-department-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
















































































































































































































.year-content-data[data-v-71e750c2] {
  border-bottom: 2px solid #3c6187;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.year-content-data > span[data-v-71e750c2] {
  font-size: 16px;
}
.year-content > ul > li[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  font-size: 14px;
}
.nailing_clock_content[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
}
.nailing_clock_content_clock[data-v-71e750c2] {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: -15px;
  margin-top: 5px;
}
.nailing_clock_content_clock-zy[data-v-71e750c2] {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: -4px;
}
.nailing_clock_content_h4[data-v-71e750c2] {
  margin-right: 30px;
  margin-top: 6px;
  font-size: 16px;
}
.nailing_clock_content_button[data-v-71e750c2] {
  margin-right: 30px;
  margin-left: 24px;
  color: #ff9933;
  border: none;
  background: #feebd5;
}
.nailing_clock_content_button1[data-v-71e750c2] {
  margin-right: 30px;
  margin-left: 24px;
  color: #6cc5a7;
  border: none;
  background: #e4f3ee;
}
.nailing_clock_content_button_icon[data-v-71e750c2] {
  font-size: 18px;
}
.state-table-info-column[data-v-71e750c2] {
  color: #19be6b;
}
.clock-time[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-bottom: 15px;
}
.clock-time-gotowork2[data-v-71e750c2] {
  width: 10px;
  height: 10px;
  border: #ccc sold 1px;
  background: #8a8a8a;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 6px;
}
.clock-time-gotowork[data-v-71e750c2] {
  width: 10px;
  height: 10px;
  border: #ccc sold 1px;
  background: #3c6087;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 6px;
}
.clock-time-gotowork1[data-v-71e750c2] {
  width: 10px;
  height: 10px;
  border: #ccc sold 1px;
  background: #f67409;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 6px;
}
.clock-time-text[data-v-71e750c2] {
  font-size: 14px;
}
.clock-time-time[data-v-71e750c2] {
  margin-left: 85px;
  font-size: 14px;
}
.clock-time-state[data-v-71e750c2] {
  margin-left: 90px;
  font-size: 14px;
}
.clock-offwork[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  margin-bottom: 15px;
}
.clock-offwork-normalcolor[data-v-71e750c2] {
  width: 10px;
  height: 10px;
  border: #ccc sold 1px;
  background: #3c6087;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 6px;
}
.clock-offwork-abnormalcolor[data-v-71e750c2] {
  width: 10px;
  height: 10px;
  border: #ccc sold 1px;
  background: #f67409;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 6px;
}
.clock-offwork-nullcolor[data-v-71e750c2] {
  width: 10px;
  height: 10px;
  border: #ccc sold 1px;
  background: #8a8a8a;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 6px;
}
.clock-offwork-text[data-v-71e750c2] {
  font-size: 14px;
}
.clock-offwork-time[data-v-71e750c2] {
  margin-left: 85px;
  font-size: 14px;
}
.clock-offwork-state[data-v-71e750c2] {
  margin-left: 90px;
  font-size: 14px;
}
.clock-offwork-lack[data-v-71e750c2] {
  margin-left: 30px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clock-offwork-lack-red[data-v-71e750c2] {
  font-size: 16px;
  color: red;
  margin-left: 50px;
}
.clock-offwork-lack-title[data-v-71e750c2] {
  width: 100px;
}
.clock-offwork-lack-input[data-v-71e750c2] {
  margin-top: -8px;
  width: 250px;
}
.clock-offwork-address[data-v-71e750c2] {
  margin-right: 30px;
  font-size: 14px;
}
.box_title[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f9;
}
.timesheet_content[data-v-71e750c2] {
  padding: 20px;
}
.timesheet_prompt[data-v-71e750c2],
.work_condition[data-v-71e750c2] {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.timesheet_prompt[data-v-71e750c2] {
  margin-bottom: 20px;
}
.prompt_title[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c6187;
}
.prompt_title > span[data-v-71e750c2] {
  display: inline-block;
  width: 4px;
  height: 25px;
  margin-right: 15px;
  background-color: #3c6187;
}
.prompt_content[data-v-71e750c2] {
  padding: 10px 50px;
}
.prompt_content ol li[data-v-71e750c2] {
  font-size: 14px;
  margin: 7px 0;
  list-style-type: decimal;
}
.prompt_content ol li > span[data-v-71e750c2] {
  display: inline-block;
  color: #3c6187;
}
.prompt_content ol li b[data-v-71e750c2] {
  color: #ffa41b;
}
.prompt_content ol li p[data-v-71e750c2] {
  text-indent: 3em;
}
.work_actionBar[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.timesheet_btn[data-v-71e750c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 35px 0 20px 0;
}
.add_btn[data-v-71e750c2] {
  position: absolute;
  right: 2%;
}

.time-sheet-year-modal .ivu-modal-header {
  border-bottom: none;
}
.time-sheet-year-modal .ivu-modal-footer {
  border-top: none;
}
.timesheet_content .ivu-table td.demo-table-info-column {
  color: #19be6b;
}
.timesheet_content .ivu-table-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0;
  font-size: 14px;
}
.timesheet_content .ivu-table td {
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-size: 14px;
}

.auto-complete-count[data-v-96459700] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}
.auto-complete-title[data-v-96459700] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.time-sheet-code-time-remarks-text[data-v-96459700] {
  line-height: 32px;
  cursor: pointer;
  font-size: 14px;
  background-color: rgba(60, 97, 135, 0.1);
  color: #3c6187;
  padding: 10px;
  border-radius: 10px;
}
.time-sheet-code-time-remarks-close[data-v-96459700] {
  position: relative;
  top: -15px;
  right: 15px;
  font-size: 20px;
  color: #9e9e9e;
  cursor: pointer;
  visibility: hidden;
}
.time-sheet-code-time-remarks:hover .time-sheet-code-time-remarks-close[data-v-96459700] {
  visibility: visible;
}
.name-input[data-v-96459700] {
  width: 410px;
  height: 29px;
}
.time-sheet-box[data-v-96459700] {
  font-size: 14px;
  margin-top: 10px;
}
.time-sheet-name[data-v-96459700] {
  display: inline-block;
  width: 108px;
  text-align: right;
  margin-right: 20px;
}
.time-sheet-project-name[data-v-96459700] {
  display: inline-block;
  text-align: right;
  margin-left: 20px;
}
.time-sheet-add[data-v-96459700] {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  right: -8px;
  cursor: pointer;
}
.time-sheet-code[data-v-96459700] {
  padding: 4px 7px;
  width: 178px;
  height: 32px;
  line-height: 1.5;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
}




.time-sheet-project-code .ivu-select-dropdown {
  max-height: 315px !important;
  min-width: 500px !important;
}
.taskAuto .ivu-select-dropdown {
  min-width: 250px !important;
  max-height: 320px !important;
}
.time-sheet-code-and-time .ivu-select-group-title {
  background-color: #ceebf7;
  color: #fff;
}
.time-sheet-code-and-time .ivu-input-icon {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  right: 10px;
  top: 10px;
  background-color: #808695;
  border-radius: 50%;
  cursor: pointer;
}

.timeDetail[data-v-73aa8a00] {
  width: 100%;
  height: 100%;
}
.dash[data-v-73aa8a00] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.dash_left[data-v-73aa8a00],
.dash_right[data-v-73aa8a00] {
  width: 49%;
  height: 405px;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  overflow: hidden;
}
.dash_left[data-v-73aa8a00] {
  padding: 5px 0 0 10px;
}
.dash_left .left_total[data-v-73aa8a00] {
  font-size: 16px;
  /* width: 45%; */
  float: left;
}
.dash_left .left_total p[data-v-73aa8a00] {
  border-left: 3px solid rgb(60, 97, 135);
  padding: 0 10px;
}
.dash_left .left_total span[data-v-73aa8a00] {
  font-weight: bold;
  color: rgb(60, 97, 135);
}
.dash_left .left_context[data-v-73aa8a00] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgb(60, 97, 135);
  text-align: center;
  line-height: 120px;
  font-size: 24px;
  position: relative;
  margin: 15px 0 0 20px;
}
.left_context b[data-v-73aa8a00] {
  position: absolute;
  color: gray;
  display: block;
  width: 35px;
  height: 35px;
  right: -17px;
  top: 42px;
  background-color: #fff;
  line-height: 35px;
}
.dash_left .left_task[data-v-73aa8a00] {
  font-size: 16px;
  /* width: 55%; */
  float: left;
}
.dash_left .left_task > p[data-v-73aa8a00] {
  border-left: 3px solid rgb(231, 189, 127);
  padding: 0 10px;
}
.dash_left .left_task span[data-v-73aa8a00] {
  font-weight: bold;
  color: rgb(231, 189, 127);
}
.task_text[data-v-73aa8a00] {
  float: left;
  height: 120px;
  max-width: 400px;
  margin-left: 40px;
}
.dash_left .left_project[data-v-73aa8a00] {
  font-size: 16px;
  float: left;
  margin-top: 25px;
}
.dash_left .left_project > p[data-v-73aa8a00] {
  border-left: 3px solid rgb(108, 197, 167);
  padding: 0 10px;
}
.dash_left .left_project span[data-v-73aa8a00] {
  font-weight: bold;
  color: rgb(108, 197, 167);
}
.dash_right .right_title p[data-v-73aa8a00] {
  border-left: 3px solid rgb(60, 97, 135);
  padding: 0 10px;
  font-size: 16px;
}
/* 适配ipad pro */
@media screen and (max-width: 1024px) {
.right_content[data-v-73aa8a00] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.right_content span[data-v-73aa8a00],
  .right_content p[data-v-73aa8a00] {
    font-size: 13px;
}
.right_content span[data-v-73aa8a00],
  .right_title .history_time span[data-v-73aa8a00] {
    display: block;
}
}
/* ipad pro 横屏 */
@media screen and (max-width: 1366px) {
.right_title .history_time[data-v-73aa8a00] {
    padding: 10px 10px 10px 0;
    font-size: 13px;
}
.right_content[data-v-73aa8a00] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.right_content span[data-v-73aa8a00],
  .right_content p[data-v-73aa8a00] {
    font-size: 13px;
}
}
.time_ps[data-v-73aa8a00] {
  color: rgb(255, 153, 51);
  font-size: 14px;
  margin-left: 10px;
}
.right_content[data-v-73aa8a00] {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgb(60, 97, 135);
  border-bottom: 2px solid rgb(60, 97, 135);
  padding-bottom: 5px;
  padding-right: 10px;
}
.right_content > span b[data-v-73aa8a00],
.right_list ul li > span b[data-v-73aa8a00] {
  color: rgb(255, 153, 51);
}
.right_list ul li[data-v-73aa8a00] {
  list-style-type: none;
  margin: 10px 0;
  margin-right: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.right_list[data-v-73aa8a00] {
  max-height: 235px;
  overflow: auto;
}
.detail_table[data-v-73aa8a00] {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-top: 20px;
  overflow: hidden;
}
.detail_table span[data-v-73aa8a00] {
  margin: 0 5px 0 15px;
}
.auto-complete-count[data-v-73aa8a00] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}
.auto-complete-title[data-v-73aa8a00] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.timeList_page[data-v-73aa8a00] {
  margin-top: 10px;
  float: right;
}
.add_btn[data-v-73aa8a00] {
  position: absolute;
  right: 1%;
}
.task_list[data-v-73aa8a00] {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.HR_name[data-v-73aa8a00] {
  margin-bottom: 10px;
}

.detail_table td.ivu-table-expanded-cell {
  padding: 0 0;
}
.detail_table .ivu-table-expanded-cell {
  background-color: white;
}
.timesheet_drawer .ivu-drawer-content {
  background-color: rgb(242, 242, 242) !important;
}


.rethink[data-v-1ad73f9b] {
  width: 350px;
  max-height: 140px;
  overflow: auto;
  margin: 14px 18px;
}
.elis[data-v-1ad73f9b] {
  width: 185px;
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis; /*文字隐藏后添加省略号*/
  white-space: nowrap;
}
.Array .table-td[data-v-1ad73f9b] {
  /* width: 185px; */
  /* border-bottom: 1px solid #fff; */
}

.new-timesheet-setting[data-v-7254f33e] {
  padding: 20px;
  min-height: 2280px;
}
.new-timesheet-setting-content[data-v-7254f33e] {
  background-color: #ffffff;
  border: none;
  padding: 20px;
  min-height: 800px;
  border-radius: 5px;
}

.filter-right[data-v-06d5a506] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-btn[data-v-06d5a506] {
  margin: 0px 10px;
  display: inline-block;
}
#allocation_index .taskPage[data-v-06d5a506] {
  margin-top: 8px;
  text-align: right;
}
.allocation-filter-btn[data-v-06d5a506] {
  float: right;
  position: relative;
}
.allocation-index-input[data-v-06d5a506] {
  width: 280px;
}
.allocation-filter-index[data-v-06d5a506] {
}

.allocation-filter-index .allocation-index-input {
  top: 0px !important;
}

.task_action_sel[data-v-109c50e0] {
  width: 200px;
}
.task_content[data-v-109c50e0] {
  width: 100%;
  overflow: hidden;
}
.action_split[data-v-109c50e0] {
  width: 100%;
  padding-top: 15px;
}
.bar_actions[data-v-109c50e0] {
  width: 220px;
  float: right;
  margin-right: 20px;
}
.task_page[data-v-109c50e0] {
  float: right;
  margin-top: 10px;
}

.action_split .ivu-tree-title {
  font-size: 14px;
  font-weight: bold;
}
.task_content .ivu-select-selection {
}

.calendar_body[data-v-56ad7477] {
  width: 80%;
  display: inline-block;
}
.calendar_head[data-v-56ad7477] {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  border-bottom: 2px solid #ccc;
}
.date_btn[data-v-56ad7477] {
  cursor: pointer;
}
.calendar_type[data-v-56ad7477] {
  padding: 15px 0;
}
.calendar_type span[data-v-56ad7477] {
  font-size: 16px;
}
.dash > div[data-v-56ad7477] {
  width: 100%;
  font-size: 16px;
  float: left;
  margin: 20px 0;
}
.dash .workDay p[data-v-56ad7477] {
  border-left: 3px solid rgb(60, 97, 135);
  padding: 0 10px;
}
.dash .workDay span[data-v-56ad7477] {
  font-weight: bold;
  color: rgb(60, 97, 135);
}
.dash .weekDay p[data-v-56ad7477] {
  border-left: 3px solid rgb(231, 189, 127);
  padding: 0 10px;
}
.dash .weekDay span[data-v-56ad7477] {
  font-weight: bold;
  color: rgb(231, 189, 127);
}
.dash .total p[data-v-56ad7477] {
  border-left: 3px solid rgb(108, 197, 167);
  padding: 0 10px;
}
.dash .total span[data-v-56ad7477] {
  font-weight: bold;
  color: rgb(108, 197, 167);
}
.context[data-v-56ad7477] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 30px;
  position: relative;
  margin: 15px 0 0 20px;
}
.context b[data-v-56ad7477] {
  position: absolute;
  color: gray;
  display: block;
  width: 35px;
  height: 35px;
  right: -17px;
  top: 42px;
  background-color: #fff;
  line-height: 35px;
}
.workDay .context[data-v-56ad7477] {
  border: 4px solid rgb(60, 97, 135);
}
.weekDay .context[data-v-56ad7477] {
  border: 4px solid rgb(231, 189, 127);
}
.total .context[data-v-56ad7477] {
  border: 4px solid rgb(108, 197, 167);
}

.calendar-cell {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.calendar-cell > p {
  color: #e03b69;
}
.calendar-cell-day {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.working-day-circle {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 100px;
  border: 1px solid #85aac3;
  margin: 4px;
}
.kl-calendar
  .kl-calendar_body
  .kl-calendar_body-week-title
  .kl-calendar_body-week-title-item {
  font-weight: bold;
  color: #85aac3;
  margin-bottom: 16px;
}
.kl-calendar .kl-calendar_body .kl-calendar_body-week .kl-calendar_body-day,
.kl-calendar .kl-calendar_body .kl-calendar_body-week,
.kl-calendar .kl-calendar_body .kl-calendar_body-week-title {
  border: none !important;
}
.kl-calendar .kl-calendar_body .kl-calendar_body-week {
  -webkit-box-flex: none\9!important;
      -ms-flex: none\9 !important;
          flex: none\9 !important;
}

.allocation-personnel-button[data-v-6a1eaca7] {
  display: inline-block;
  min-width: 120px;
  top: 1px;
  margin-left: 10px;
  position: relative;
  float: right;
}
.allocation-personnel-l-main-right[data-v-6a1eaca7] {
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
h1.allocation-personnel-border_title[data-v-6a1eaca7] {
  font-size: 15px;
  padding-left: 10px;
  height: 20px;
  margin-top: 10px;
}
.allocation-personnel-filter-right[data-v-6a1eaca7] {
  display: inline-block;
  width: 420px;
  float: right;
}
.allocation-filter-btn[data-v-6a1eaca7] {
  margin: 0px 10px;
}
.allocation-personnel-filter-input[data-v-6a1eaca7] {
  width: 75%;
}
.allocation_personnel-page[data-v-6a1eaca7] {
  display: block;
  text-align: right;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
}
.personnel-necessary-time-seet[data-v-6a1eaca7] {
  width: 15px;
  height: 15px;
}

.new-timesheet-personnel .ivu-select-selection {
}

.new-timesheet-setting[data-v-307ce81e] {
  padding: 0;
  min-height: 1280px;
}
.new-timesheet-setting-content[data-v-307ce81e] {
  padding: 20px;
  min-height: 800px;
}

.timesheet-project-name[data-v-dad004b4] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.timesheet-project-name h1[data-v-dad004b4] {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #3c6187;
}
.timesheet-project-date[data-v-dad004b4] {
  padding-top: 10px;
  padding-bottom: 10px;
}
h1.border_title-blue[data-v-dad004b4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
h1.border_title[data-v-dad004b4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
h1.border_title-yellow[data-v-dad004b4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(231, 189, 127) solid;
  height: 14px;
  display: inline-block;
}
h1.border_title-grren[data-v-dad004b4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(108, 197, 167) solid;
  height: 14px;
  display: inline-block;
}
.timesheet-project-statistics-time-cost span[data-v-dad004b4] {
  font-size: 18px;
  position: relative;
}
.timesheet-project-statistics[data-v-dad004b4] {
  min-height: 270px;
  background-color: #ffffff;
  border: none;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
}
.timesheet-project-yellow-text[data-v-dad004b4] {
  font-size: 16px;
}
.timesheet-project-grren-text[data-v-dad004b4] {
  font-size: 16px;
}
.timesheet-blue[data-v-dad004b4] {
  color: #4b88cb;
}
.timesheet-yellow[data-v-dad004b4] {
  color: rgb(231, 189, 127);
}
.timesheet-grren[data-v-dad004b4] {
  color: rgb(108, 197, 167);
}
.time-sheet-project-department[data-v-dad004b4] {
  margin-top: 40px;
  min-height: 550px;
  background-color: #ffffff;
  border: none;
  padding: 20px;
  border-radius: 10px;
}
.time-sheet-treeselect[data-v-dad004b4] {
  width: 240px;
  margin-bottom: 10px;
}
.time-sheet-project-department-title[data-v-dad004b4] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.time-sheet-project-department-text[data-v-dad004b4] {
  font-size: 18px;
  position: relative;
}
.newtimesheet-project-page[data-v-dad004b4] {
  float: right;
  margin-top: 10px;
}

















































































































































































































































































































































































































































































































































































































































































































































































































































































.timesheet-detail-project-name[data-v-58f9b831] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.timesheet-detail-project-name h1[data-v-58f9b831] {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #3c6187;
}
.timesheet-detail-project-date[data-v-58f9b831] {
  padding-top: 10px;
  padding-bottom: 10px;
}
h1.border_title-blue[data-v-58f9b831] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
h1.border_title[data-v-58f9b831] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
h1.border_title-yellow[data-v-58f9b831] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(231, 189, 127) solid;
  height: 14px;
  display: inline-block;
}
h1.border_title-grren[data-v-58f9b831] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(108, 197, 167) solid;
  height: 14px;
  display: inline-block;
}
.timesheet-detail-project-statistics-time-cost span[data-v-58f9b831] {
  font-size: 16px;
  position: relative;
}
.timesheet-detail-project-statistics[data-v-58f9b831] {
  min-height: 270px;
  background-color: #ffffff;
  border: none;
  width: 100%;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
}
.timesheet-detail-project-yellow-text[data-v-58f9b831] {
  font-size: 16px;
}
.timesheet-detail-project-grren-text[data-v-58f9b831] {
  font-size: 16px;
}
.timesheet-detail-blue[data-v-58f9b831] {
  color: #4b88cb;
}
.timesheet-detail-yellow[data-v-58f9b831] {
  color: rgb(231, 189, 127);
}
.timesheet-detail-grren[data-v-58f9b831] {
  color: rgb(108, 197, 167);
}
.time-sheet-project-detail-department[data-v-58f9b831] {
  min-height: 550px;
  background-color: #ffffff;
  border: none;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.time-sheet-treeselect[data-v-58f9b831] {
  width: 240px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.time-sheet-project-detail-department-title[data-v-58f9b831] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.time-sheet-project-detail-department-text[data-v-58f9b831] {
  font-size: 16px;
  position: relative;
}
.newtimesheet-detail-project-page[data-v-58f9b831] {
  float: right;
  margin-top: 10px;
}
.timesheet-detail-project-drawer[data-v-58f9b831] {
}

.timesheet-detail-project td.ivu-table-expanded-cell {
  padding: 0 0;
}
.timesheet-detail-project .ivu-table-expanded-cell {
  background-color: white;
}
.timesheet-detail-project-drawer .ivu-drawer-content {
  background-color: #f2f2f2 !important;
}


.table-expand .ivu-table-row{
  border-bottom: 1px solid white;
}

.task_content[data-v-577b42bf] {
  padding: 20px;
  margin: 20px;
  overflow: hidden;
  min-height: 960px;
  background-color: #fff;
}
.task_actionBar[data-v-577b42bf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.task_actionBar span[data-v-577b42bf] {
  display: inline-block;
  margin: 0 10px 0 50px;
}
.timeList_page[data-v-577b42bf] {
  margin-top: 10px;
  float: right;
}

.new-timesheet-setting[data-v-290c00d8] {
  padding: 0;
  min-height: 1280px;
}
.new-timesheet-setting-content[data-v-290c00d8] {
  padding: 20px;
  min-height: 800px;
}

.newtimesheet-department[data-v-1d4c794d] {
  width: 100%;
  height: 100%;
}
.newtimesheet-department-table[data-v-1d4c794d] {
  background-color: white;
  min-height: 700px;
  border: none;
  height: 100%;
  border-radius: 10px;
  width: 49%;
}
.newtimesheet-department-info[data-v-1d4c794d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}











































































































































.newtimesheet-department-name[data-v-157820e4] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.newtimesheet-department-name h1[data-v-157820e4] {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #3c6187;
}
.newtimesheet-department-date[data-v-157820e4] {
  padding-top: 10px;
  padding-bottom: 10px;
}
h1.border_title-blue[data-v-157820e4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
h1.border_title[data-v-157820e4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
h1.border_title-yellow[data-v-157820e4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(231, 189, 127) solid;
  height: 14px;
  display: inline-block;
}
h1.border_title-green[data-v-157820e4] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(108, 197, 167) solid;
  height: 14px;
  display: inline-block;
}
.newtimesheet-department-statistics-time-cost span[data-v-157820e4] {
  font-size: 16px;
  position: relative;
}
.newtimesheet-department-statistics[data-v-157820e4] {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border: none;
  padding: 20px;
  display: inline-block;
  border-radius: 10px;
}
.newtimesheet-department-yellow-text[data-v-157820e4] {
  font-size: 16px;
}
.newtimesheet-department-green-text[data-v-157820e4] {
  font-size: 16px;
}
.timesheet-blue[data-v-157820e4] {
  color: #4b88cb;
}
.timesheet-yellow[data-v-157820e4] {
  color: rgb(231, 189, 127);
}
.timesheet-green[data-v-157820e4] {
  color: rgb(108, 197, 167);
}
.newtime-sheet-department[data-v-157820e4] {
  margin-top: 40px;
  min-height: 550px;
  background-color: #ffffff;
  border: none;
  padding: 20px;
  border-radius: 10px;
}
.time-sheet-treeselect[data-v-157820e4] {
  width: 240px;
  margin-bottom: 10px;
}
.newtime-sheet-department-title[data-v-157820e4] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.newtime-sheet-department-text[data-v-157820e4] {
  font-size: 18px;
  position: relative;
}
.newnewtimesheet-department-page[data-v-157820e4] {
  float: right;
  margin-top: 10px;
}

.newtimesheet-department-overview-table-export[data-v-b90fb988] {
  position: relative;
  float: right;
}
.newtimesheet-department-overview-input[data-v-b90fb988] {
  width: 220px;
}
.newtimesheet-department-overview-table[data-v-b90fb988] {
  min-height: 700px;
  padding: 20px;
  padding-bottom: 60px;
  background-color: white;
  margin-bottom: 60px;
  margin-top: 20px;
  border: none;
  /* padding: 20px; */
  border-radius: 10px;
}
.newnewtimesheet-department-page[data-v-b90fb988] {
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}
.newtimesheet-department-overview-view[data-v-b90fb988] {
}

h1.border_title-green[data-v-056bf0ef] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px rgb(108, 197, 167) solid;
  height: 14px;
  display: inline-block;
}
.newtimesheet-department-project-title[data-v-056bf0ef] {
  font-size: 18px;
  position: relative;
}
.newtimesheet-department-overview-input[data-v-056bf0ef] {
  width: 240px;
}
.newtimesheet-department-project[data-v-056bf0ef] {
  padding: 20px;
}
.newnewtimesheet-department-page[data-v-056bf0ef] {
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}
.newtimesheet-department-overview-view[data-v-056bf0ef] {
}

h1.border_title-blue[data-v-1d09c84c] {
  font-size: 16px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 14px;
  display: inline-block;
}
.newtimesheet-department-staff-title[data-v-1d09c84c] {
  font-size: 18px;
  position: relative;
}
.newtimesheet-department-overview-input[data-v-1d09c84c] {
  width: 220px;
}
.newtimesheet-department-staff[data-v-1d09c84c] {
  padding: 20px;
}
.newnewtimesheet-department-page[data-v-1d09c84c] {
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}
.newtimesheet-department-name[data-v-1d09c84c] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.newtimesheet-department-name h1[data-v-1d09c84c] {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: #3c6187;
}

.newtimesheet-department-overview-view td.ivu-table-expanded-cell {
  padding: 0 0;
}
.newtimesheet-department-overview-view .ivu-table-expanded-cell {
  background-color: white;
}
.timesheet_drawer .ivu-drawer-content {
  background-color: rgb(242, 242, 242) !important;
}


.crm-inner[data-v-584380bc] {
  height: 100%;
}
.crm-leftBar[data-v-584380bc] {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  padding-top: 70px;
}
.crm-menu[data-v-584380bc] {
  width: 90px;
  height: 100%;
  background-color: #212538;
}
.crm-menu-item[data-v-584380bc] {
  width: 90px;
}
.crm-menu-item > a[data-v-584380bc] {
  padding: 10px 0;
  display: block;
}
.crm-menu-item .router-link-active[data-v-584380bc] {
  background-color: rgb(56, 88, 137);
}
.crm-menu-item-icon[data-v-584380bc] {
  padding: 0 30px;
}
.crm-menu-item img[data-v-584380bc] {
  width: 100%;
  margin-bottom: 5px;
}
.crm-menu-item p[data-v-584380bc] {
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
.crm-content[data-v-584380bc] {
  height: 100%;
  padding-left: 90px;
  padding-top: 70px;
  background-color: #f2f2f2;
}

.histogram-customer-title[data-v-3a8195ca] {
  min-width: 300px;
}
.analyze[data-v-3a8195ca] {
  min-height: 960px;
  padding: 20px;
}
.analyze-overview[data-v-3a8195ca] {
  width: 100%;
  height: 120px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analyze-overview .overview-item[data-v-3a8195ca] {
  height: 80px;
  border-right: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.overview-item .item-img[data-v-3a8195ca] {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgb(56, 88, 137);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-right: 25px;
}
.item-img img[data-v-3a8195ca] {
  width: 30px;
  height: 30px;
}
.overview-item .item-content span[data-v-3a8195ca] {
  max-width: 220px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overview-item .item-content p[data-v-3a8195ca] {
  font-size: 16px;
}
.analyze-dashboard[data-v-3a8195ca] {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.analyze-dashboard .dashboard-box[data-v-3a8195ca] {
  width: 49%;
  height: 330px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.analyze-circle[data-v-3a8195ca] {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.analyze-circle ul li[data-v-3a8195ca] {
  list-style-type: square;
  /* border-left: 3px solid rgb(60, 97, 135);
  list-style-type: none;
  padding-left: 10px; */
  font-size: 16px;
  margin: 15px 0;
  color: gray;
  width: 280px;
  line-height: 16px;
}
.analyze-circle ul li.chart-li[data-v-3a8195ca] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analyze-circle ul li.chart-li .li-title[data-v-3a8195ca] {
  color: gray;
  display: inline-block;
  padding-left: 10px;
}
.analyze-circle ul li span[data-v-3a8195ca] {
  float: right;
  color: #000;
}
.analyze-histogram[data-v-3a8195ca] {
  height: 500px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.analyze-histogram .histogram-card[data-v-3a8195ca] {
  width: 65%;
  margin: 0 auto;
  margin-top: 40px;
}
.analyze-histogram .histogram-card p[data-v-3a8195ca] {
  border-left: 3px solid rgb(60, 97, 135);
  padding-left: 10px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 14px;
  margin-bottom: 2px;
}
.analyze-histogram .histogram-card span[data-v-3a8195ca] {
  padding-left: 13px;
  font-size: 16px;
  width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  color: rgb(56, 88, 137);
}
.item-content-title[data-v-3a8195ca] {
  font-size: 20px !important;
}
#chart1[data-v-3a8195ca] {
  /* width: 650px; */
  width: 260px;
}
/* 兼容ipad、ipad pro */
@media screen and (max-width: 1024px) {
.analyze-dashboard[data-v-3a8195ca] {
    margin: 10px 0;
    display: block;
}
.analyze-dashboard .dashboard-box[data-v-3a8195ca] {
    width: 100%;
    margin: 10px 0;
}
.analyze-circle[data-v-3a8195ca] {
    width: 90%;
}
.overview-item .item-img[data-v-3a8195ca] {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.item-img img[data-v-3a8195ca] {
    width: 20px;
    height: 20px;
}
.overview-item .item-content p[data-v-3a8195ca] {
    font-size: 14px;
}
.overview-item .item-content span[data-v-3a8195ca] {
    max-width: 150px;
    font-size: 25px;
}
}
@media screen and (max-width: 768px) {
#chart1[data-v-3a8195ca] {
    width: 500px;
}
.analyze-circle[data-v-3a8195ca] {
    width: 95%;
}
.overview-item .item-img[data-v-3a8195ca] {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.item-img img[data-v-3a8195ca] {
    width: 15px;
    height: 15px;
}
.overview-item .item-content p[data-v-3a8195ca] {
    font-size: 12px;
}
.overview-item .item-content span[data-v-3a8195ca] {
    max-width: 100px;
    font-size: 20px;
}
.analyze-histogram .histogram-card[data-v-3a8195ca] {
    width: 100%;
    margin-top: 30px;
}
.analyze-histogram .histogram-card span[data-v-3a8195ca] {
    width: 170px;
}
}

.crm-nav-right-button[data-v-5261cce4] {
  position: relative;
  width: 140px;
  margin-left: 10px;
  max-height: 32px;
}
@media screen and (min-width: 380px) {
.crm-file-show-img[data-v-5261cce4] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}
}
.crm-file-show-img[data-v-5261cce4] {
  max-height: 800px;
  overflow-y: auto;
  overflow-x: auto;
  max-width: 1000px;
}
.layout[data-v-5261cce4] {
  background: #f5f7f9;
  position: relative;
  overflow: hidden;
}
.layout-content[data-v-5261cce4] {
  margin-left: 200px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layout-content-left[data-v-5261cce4] {
  margin-left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.layout-header-bar[data-v-5261cce4] {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.layout-logo-left[data-v-5261cce4] {
  width: 90%;
  height: 30px;
  background: #5b6270;
  border-radius: 3px;
  margin: 15px auto;
}
.menu-icon[data-v-5261cce4] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rotate-icon[data-v-5261cce4] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-item span[data-v-5261cce4] {
  display: inline-block;
  overflow: hidden;
  width: 69px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  -webkit-transition: width 0.2s ease 0.2s;
  transition: width 0.2s ease 0.2s;
}
.menu-item i[data-v-5261cce4] {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: font-size 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, transform 0.2s ease;
  transition: font-size 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: middle;
  font-size: 16px;
}
.collapsed-menu span[data-v-5261cce4] {
  width: 0px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.collapsed-menu i[data-v-5261cce4] {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: font-size 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  vertical-align: middle;
  font-size: 22px;
}
.menu-dropdown[data-v-5261cce4] {
  margin-left: 25px;
}
.menu-title[data-v-5261cce4] {
  margin: 20px;
  padding-left: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-close[data-v-5261cce4] {
  font-size: 14px;
  line-height: 2em;
  margin-right: 20px;
}
.upload-file-list-input-file[data-v-5261cce4] {
  display: block;
  width: 140px;
  position: absolute;
  top: 2px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}
.drawer-details .formItem[data-v-5261cce4] {
  width: 80%;
}
.drawer-footer[data-v-5261cce4] {
  width: 100%;
  text-align: right;
}
.listTable[data-v-5261cce4] {
  margin-top: 20px;
  border-top: 1px solid #ccc;
}
.listTable p[data-v-5261cce4] {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-title[data-v-5261cce4] {
  font-weight: bold;
  color: rgb(56, 88, 137);
  margin-bottom: 20px;
}
.form-btn[data-v-5261cce4] {
  width: 100%;
  padding: 30px 20px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.details-background[data-v-5261cce4] {
  background-color: #fff;
  border-radius: 15px;
}
.followList[data-v-5261cce4] {
  height: 800px;
  overflow-y: auto;
  background-color: #fff;
  position: relative;
}
.timeList_page[data-v-5261cce4] {
  margin-top: 10px;
  float: right;
}
.business-no-data[data-v-5261cce4] {
  font-size: 20px;
  text-align: center;
}
.business-no-data img[data-v-5261cce4] {
  width: 90px;
  height: 90px;
}
/* 评论样式 */
.details-background-comment[data-v-5261cce4] {
  padding: 0 0 0 50px;
  height: calc(100vh - 140px);
  overflow-y: none;
  position: relative;
}
.comment-con[data-v-5261cce4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20%;
  height: 70px;
}
.comment-con-border[data-v-5261cce4] {
  width: 100%;
  height: 1px;
  background-color: #dcdee2;
  margin-left: -50px;
}
.comment-con .comment-pic[data-v-5261cce4] {
  width: 45px;
  height: 45px;
  background-color: #57a3f3;
  border-radius: 50%;
  margin-right: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
.comment-con .comment-btn[data-v-5261cce4] {
  margin-left: 40px;
}
.reviews-list[data-v-5261cce4] {
  height: calc(100vh - 230px);
  /* margin-top: 20px; */
  overflow-y: auto;
  padding-right: 20%;
}
.review-item[data-v-5261cce4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.review-item-left[data-v-5261cce4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.review-item-left .reviewer-pic[data-v-5261cce4] {
  width: 45px;
  height: 45px;
  /* background-color: #f2f2f2; */
  border-radius: 50%;
  background-color: #57a3f3;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
.review-main-con[data-v-5261cce4] {
  width: calc(100% - 75px);
}
.review-main-con .review-tips[data-v-5261cce4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #aeaeae;
  margin-bottom: 5px;
  font-size: 12px;
}
.review-tips .reviewer-name[data-v-5261cce4] {
  margin-right: 30px;
  color: #57a3f3;
  font-weight: 600;
}
.review-tips .review-main[data-v-5261cce4] {
  font-size: 14px;
  color: #515151;
}
.review-item .review-del[data-v-5261cce4] {
  width: 5%;
  text-align: center;
  cursor: pointer;
}
.time-line-tips[data-v-5261cce4] {
  color: #aeaeae;
  margin-bottom: 5px;
}
.time-line-tips span[data-v-5261cce4]{
  color: #57a3f3;
  font-weight: 600;
  margin-right: 10px;
}

.business .staff_tree_node_selected {
  background-color: #2d8cf0;
}

/* iview 树的样式 */
.business .ivu-tree-title {
  color: white;
}
.business .ivu-tree-arrow {
  position: relative;
  bottom: 5px;
}
.business .ivu-tree-arrow i {
  color: white;
}
.business .ivu-tree-empty {
  color: white;
}
.business .ivu-menu {
  z-index: 1;
}
.business .ivu-menu-dark,
.business .ivu-layout-sider {
  background: rgb(54, 57, 75);
}
.business .ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
  background: #2d8cf0 !important;
}
.business
.ivu-menu-dark.ivu-menu-vertical
.ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
.ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical
.ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
.ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #2d8cf0 !important;
}
.business
.ivu-menu-dark.ivu-menu-vertical
.ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
.ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: white !important;
}
.business-drawer .ivu-menu-vertical.ivu-menu-light:after,
.business-drawer
.ivu-menu-light.ivu-menu-vertical
.ivu-menu-item-active:not(.ivu-menu-submenu):after {
  width: 0;
}
.business .menu-dropdown .ivu-select-dropdown {
  width: 140px;
}
.drawer-footer .ivu-poptip-popper {
  text-align: left !important;
}
.form-btn .ivu-poptip-popper {
  text-align: left !important;
}

.crm-setting[data-v-9037ec48] {
  padding: 20px;
}
.crm-setting-tabs[data-v-9037ec48] {
  padding: 20px;
  background-color: #fff;
  min-height: 960px;
}
.TabPane-follow[data-v-9037ec48] {
  padding: 40px;
}
.TabPane-follow p[data-v-9037ec48] {
  font-size: 14px;
  color: rgb(255, 153, 116);
  margin-top: 10px;
  margin-bottom: 40px;
}

.project-wiki-index[data-v-7496d6c5] {
  min-height: calc(100vh + 20vh);
  background: #1f2529;
}

.wiki-user-avatar {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.project-wiki-container .project-wiki-table .ivu-table,
.project-wiki-container .project-wiki-table .ivu-table-row td,
.project-wiki-container .project-wiki-table .ivu-table th,
.project-wiki-container .project-wiki-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-wiki-container .project-wiki-table .ivu-table-wrapper {
  border: 0;
}
.project-wiki-container .project-wiki-table .ivu-table:after,
.project-wiki-container .project-wiki-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-wiki-container .project-wiki-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-container .project-wiki-table .ivu-table-cell span {
  color: #e0e0e0;
}
.project-wiki-container .project-wiki-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-wiki-container .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.project-wiki-container .ivu-page-next,
.project-wiki-container .ivu-page-item,
.project-wiki-container .ivu-page-prev,
.project-wiki-container .ivu-select-selection,
.project-wiki-container .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.project-wiki-container .ivu-page-item-active {
  border-color: #179BF8 !important;
  color: #179BF8 !important;
}
.project-wiki-container .ivu-page-item:hover {
  border-color: #179BF8 !important;
}
.project-wiki-container .ivu-select-item-selected,
.project-wiki-container .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-container .ivu-select-item {
  color: #ffffff;
}
.project-wiki-container .ivu-page-options-elevator input {
  background-color: #252d33;
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
}
.project-wiki-container .ivu-select-selection,
.project-wiki-container .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 0;
}
.project-wiki-container .ivu-select-selection span,
.project-wiki-container .ivu-select-dropdown span,
.project-wiki-container .ivu-select-selection li,
.project-wiki-container .ivu-select-dropdown li {
  color: #ffffff;
}
.project-wiki-container .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-container .ivu-select-item {
  color: #ffffff;
}

.wiki-home-container[data-v-61a32f2f] {
  width: 1200px;
  margin: 20px auto 0 auto;
  padding-bottom: 20px;
}
.wiki-home-container .home-welcome[data-v-61a32f2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left[data-v-61a32f2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 22px;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left h1[data-v-61a32f2f] {
  font-size: 40px;
  line-height: 56px;
  height: 56px;
  color: #ffffff;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action[data-v-61a32f2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  width: 100%;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-welcome-input[data-v-61a32f2f] {
  width: 400px;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-welcome-btn[data-v-61a32f2f] {
  margin-left: 16px;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-welcome-btn .wiki-home-welcome-search[data-v-61a32f2f] {
  width: 138px;
  height: 50px;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-weclome-create[data-v-61a32f2f] {
  text-align: center;
  margin-top: 16px;
  height: 22px;
  font-size: 16px;
  color: #10a5cb;
  line-height: 22px;
  cursor: pointer;
}
.wiki-home-container .home-welcome .wiki-city-img[data-v-61a32f2f] {
  width: 500px;
  height: 400px;
}
.wiki-home-container .wiki-home-knowledge .wiki-home-knowledge-action[data-v-61a32f2f] {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wiki-home-container .wiki-home-knowledge .wiki-home-knowledge-action h1[data-v-61a32f2f] {
  color: #ffffff;
  font-size: 24px;
}
.wiki-home-container .wiki-home-knowledge .wiki-home-knowledge-action span[data-v-61a32f2f] {
  font-size: 16px;
  color: #10a5cb;
  cursor: pointer;
}
.wiki-home-container .wiki-home-knowledge .wiki-home-knowledge-content[data-v-61a32f2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wiki-home-container .wiki-home-knowledge .wiki-home-knowledge-content .wiki-show-all[data-v-61a32f2f] {
  text-align: center;
  line-height: 90px;
  color: #10a5cb;
  font-size: 16px;
  cursor: pointer;
}
.wiki-home-container .wiki-home-knowledge .wiki-home-knowledge-content .wiki-card-no-data[data-v-61a32f2f] {
  text-align: center;
  height: 80px;
  width: 100%;
  line-height: 80px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-welcome-input .ivu-input-search-icon {
  display: none;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-welcome-input input {
  background-color: transparent !important;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  padding: 14px 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  height: 50px;
}
.wiki-home-container .home-welcome .wiki-home-welcome-left .wiki-home-welcome-action .wiki-home-welcome-search {
  background: -webkit-gradient(linear, left top, right top, from(#1ab5be), to(#0682ad));
  background: linear-gradient(90deg, #1ab5be 0%, #0682ad 100%);
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.wiki-home-knowledge-card[data-v-6c481551] {
  width: 270px;
  cursor: pointer;
  height: 120px;
  background: #252d33;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  padding: 16px;
  margin: 32px 30px 0 0;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-header[data-v-6c481551] {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-header h1[data-v-6c481551] {
  font-size: 18px;
  color: #ffffff;
  max-width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-header .wiki-home-knowledge-card-header-action[data-v-6c481551] {
  cursor: pointer;
  display: none;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-header .wiki-home-knowledge-card-header-action i[data-v-6c481551] {
  font-size: 20px;
  margin-right: 6px;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-header .wiki-home-knowledge-card-header-action i[data-v-6c481551]:last-child {
  margin-right: 0px;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-header .wiki-home-knowledge-card-header-action img[data-v-6c481551] {
  width: 14px;
  margin-right: 6px;
  height: 14px;
}
.wiki-home-knowledge-card[data-v-6c481551]:hover {
  -webkit-box-shadow: 0 0 10px #606266;
          box-shadow: 0 0 10px #606266;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.wiki-home-knowledge-card:hover .wiki-home-knowledge-card-header-action[data-v-6c481551] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-content[data-v-6c481551] {
  margin-top: 12px;
  font-size: 14px;
  min-height: 21px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-footer[data-v-6c481551] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 9px;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-footer .wiki-home-knowledge-card-footer-time[data-v-6c481551] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-footer .wiki-home-knowledge-card-footer-user[data-v-6c481551] {
  width: 60px;
  text-align: right;
  padding-right: 5px;
}
.wiki-home-knowledge-card .wiki-home-knowledge-card-footer .wiki-home-knowledge-card-footer-status[data-v-6c481551] {
  color: rgba(255, 255, 255, 0.6);
}

.wiki-title-bar[data-v-acff144a] {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wiki-title-bar h1[data-v-acff144a] {
  color: #ffffff;
  font-size: 24px;
}
.wiki-title-bar span[data-v-acff144a] {
  font-size: 16px;
  color: #10a5cb;
  cursor: pointer;
}

.knowledgeModal .knowledgeModal-cancel[data-v-0c957efc] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.knowledgeModal {
  color: #ffffff;
}
.knowledgeModal .ivu-form-item-label {
  color: #ffffff !important;
}
.knowledgeModal input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.knowledgeModal .ivu-modal-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.knowledgeModal .ivu-modal-header-inner {
  color: #ffffff;
}
.knowledgeModal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.knowledgeModal .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lemmaModal .lemmaModal-cancel[data-v-6fc33480] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lemmaModal .ivu-form-item-label {
  color: #ffffff !important;
}
.lemmaModal .lemma_modal_list {
  width: 100%;
  height: 280px;
  overflow: auto;
}
.lemmaModal .ivu-modal-content {
  background: #252d33;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.lemmaModal .ivu-modal-header-inner {
  color: #ffffff;
}
.lemmaModal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lemmaModal .ivu-modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lemmaModal .lemma-modal-select {
  width: 100%;
}
.lemmaModal .lemma-modal-select .popper__arrow {
  display: none;
}
.lemmaModal .lemma-modal-select .el-select-dropdown {
  background-color: #1f2529;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lemmaModal .lemma-modal-select .el-select-dropdown .el-select-dropdown__item {
  color: #ffffff;
}
.lemmaModal .lemma-modal-select .el-select-dropdown .el-select-dropdown__item.hover,
.lemmaModal .lemma-modal-select .el-select-dropdown .el-select-dropdown__item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.lemmaModal .lemma-modal-select .el-select-dropdown__list {
  padding: 0;
  overflow: visible;
  max-height: 300px;
  color: #ffffff;
}
.lemmaModal .lemma-modal-select .el-input__inner {
  height: 32px;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.lemmaModal .lemma-modal-select input {
  color: #ffffff;
}
.lemmaModal .lemma-modal-select .ivu-select-item-focus {
  background: rgba(255, 255, 255, 0.05);
}
.lemmaModal .lemma-modal-select .ivu-select-selection {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.lemmaModal .lemma-modal-select .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
  overflow: visible;
  max-height: 300px;
  background-color: #1f2529;
  color: #ffffff;
}
.lemmaModal .lemma-modal-select .ivu-select-item-selected,
.lemmaModal .lemma-modal-select .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.lemmaModal .lemma-modal-select .ivu-select-item {
  color: #ffffff;
  padding: 11px 16px;
}
.lemmaModal .lemma-modal-auto-complete input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.lemmaModal .lemma-modal-auto-complete .ivu-select-item-focus {
  background: rgba(255, 255, 255, 0.05);
}
.lemmaModal .lemma-modal-auto-complete .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.lemmaModal .lemma-modal-auto-complete .ivu-select-selection,
.lemmaModal .lemma-modal-auto-complete .ivu-select-dropdown {
  background-color: #1f2529;
  color: #ffffff;
}
.lemmaModal .lemma-modal-auto-complete .ivu-select-item-selected,
.lemmaModal .lemma-modal-auto-complete .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.lemmaModal .lemma-modal-auto-complete .ivu-select-item {
  color: #ffffff;
  padding: 11px 16px;
}

.wiki-search-tip-p[data-v-a5d4d06e] span {
  color: #10a5cb;
}

.project-wiki-search-index[data-v-a5d4d06e] {
  min-height: 100vh;
  background: #1f2529;
}
.project-wiki-search-index .project-wiki-search-container[data-v-a5d4d06e] {
  width: 1200px;
  margin: 24px auto 0 auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  height: 100%;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content[data-v-a5d4d06e] {
  padding: 16px;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-tip[data-v-a5d4d06e] {
  height: 36px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  padding-left: 8px;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-tip .wiki-search-tip-p[data-v-a5d4d06e] {
  line-height: 36px;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-table .project-wiki-search-table-item[data-v-a5d4d06e] {
  padding-top: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-table .project-wiki-search-table-item .project-wiki-search-table-title[data-v-a5d4d06e] {
  cursor: pointer;
  color: #10a5cb;
  font-size: 16px;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-table .project-wiki-search-table-item .project-wiki-search-table-info[data-v-a5d4d06e] {
  font-size: 14px;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-table .project-wiki-search-table-item .project-wiki-search-table-info .project-wiki-search-table-info-label[data-v-a5d4d06e] {
  padding-right: 20px;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-table .project-wiki-search-table-item .project-wiki-search-table-content[data-v-a5d4d06e] {
  padding-top: 10px;
  cursor: pointer;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 14px;
}
.project-wiki-search-index .project-wiki-search-container .project-wiki-search-container-content .project-wiki-search-page[data-v-a5d4d06e] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.project-wiki-search-index .wiki-search-nav[data-v-a5d4d06e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-wiki-search-index .wiki-search-nav h1[data-v-a5d4d06e] {
  color: #ffffff;
  font-size: 22px;
}
.project-wiki-search-index .wiki-search-nav .wiki-search-nav-input[data-v-a5d4d06e] {
  width: 380px;
  margin-left: 330px;
}

.project-wiki-search-index .wiki-search-nav-input input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.project-wiki-search-index .project-wiki-search-Tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.project-wiki-search-index .project-wiki-search-Tabs .ivu-tabs-ink-bar {
  bottom: 4px !important;
}
.project-wiki-search-index .project-wiki-search-Tabs .ivu-tabs-bar {
  position: relative;
  border-bottom: none;
}
.project-wiki-search-index .project-wiki-search-Tabs .ivu-tabs {
  top: 8px;
  display: inline-block;
}
.project-wiki-search-index .project-wiki-search-Tabs .ivu-tabs-bar {
  margin-bottom: 0px !important;
  border-bottom: 0px !important;
}
.project-wiki-search-index .project-wiki-search-Tabs .ivu-tabs-nav .ivu-tabs-tab-active {
  color: #ffffff;
}
.project-wiki-search-index .project-wiki-search-Tabs .ivu-tabs {
  color: #9EA3B4;
}
.project-wiki-search-index .project-wiki-search-page .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.project-wiki-search-index .project-wiki-search-page .ivu-page-next,
.project-wiki-search-index .project-wiki-search-page .ivu-page-item,
.project-wiki-search-index .project-wiki-search-page .ivu-page-prev,
.project-wiki-search-index .project-wiki-search-page .ivu-select-selection,
.project-wiki-search-index .project-wiki-search-page .ivu-select-dropdown {
  border-radius: 4px;
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.project-wiki-search-index .project-wiki-search-page .ivu-page-item-active {
  border-color: #179BF8 !important;
  color: #179BF8 !important;
}
.project-wiki-search-index .project-wiki-search-page .ivu-page-item:hover {
  border-color: #179BF8 !important;
}
.project-wiki-search-index .project-wiki-search-page .ivu-select-item-selected,
.project-wiki-search-index .project-wiki-search-page .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-search-index .project-wiki-search-page .ivu-select-item {
  color: #ffffff;
}
.project-wiki-search-index .project-wiki-search-page .ivu-page-options-elevator input {
  background-color: #252d33;
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
}
.project-wiki-search-index .project-wiki-search-page .ivu-page-options-elevator,
.project-wiki-search-index .project-wiki-search-page span {
  color: #ffffff;
}

.project-wiki-detail-index[data-v-3d63fb36] {
  min-height: 100vh;
  background: #1f2529;
}
.project-wiki-detail-index .wiki-detail-nav[data-v-3d63fb36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-detail-index .wiki-detail-nav h3[data-v-3d63fb36] {
  color: #ffffff;
}
.project-wiki-detail-index .wiki-detail-nav p[data-v-3d63fb36] {
  padding-top: 8px;
  color: #ffffff;
}
.project-wiki-detail-index .project-wiki-detail-container[data-v-3d63fb36] {
  width: 1200px;
  margin: 24px auto 0 auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 24px;
  height: 100%;
}
.project-wiki-detail-index .project-wiki-detail-container .project-wiki-detail-action[data-v-3d63fb36] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-detail-index .project-wiki-detail-container .project-wiki-detail-action .project-wiki-search-input[data-v-3d63fb36] {
  width: 260px;
}
.project-wiki-detail-index .project-wiki-detail-container .project-wiki-table[data-v-3d63fb36] {
  padding-top: 24px;
}
.project-wiki-detail-index .project-wiki-detail-container .project-wiki-detail-page[data-v-3d63fb36] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-wiki-detail-index .project-wiki-table .ivu-table-row {
  cursor: pointer;
}
.project-wiki-detail-index .project-wiki-table .ivu-table,
.project-wiki-detail-index .project-wiki-table .ivu-table-row td,
.project-wiki-detail-index .project-wiki-table .ivu-table th,
.project-wiki-detail-index .project-wiki-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-wiki-detail-index .project-wiki-table .ivu-table-tip {
  color: #ffffff;
}
.project-wiki-detail-index .project-wiki-table .ivu-table-wrapper {
  border: 0;
}
.project-wiki-detail-index .project-wiki-table .ivu-table:after,
.project-wiki-detail-index .project-wiki-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-wiki-detail-index .project-wiki-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-detail-index .project-wiki-table .ivu-table-cell span {
  color: #e0e0e0;
}
.project-wiki-detail-index .project-wiki-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}

.project-wiki-knowledge-list-index[data-v-e72fbaec] {
  min-height: 100vh;
  background: #1f2529;
}
.project-wiki-knowledge-list-index .wiki-knowledge-list-nav[data-v-e72fbaec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-knowledge-list-index .wiki-knowledge-list-nav h3[data-v-e72fbaec] {
  color: #ffffff;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-container[data-v-e72fbaec] {
  width: 1200px;
  margin: 24px auto 0 auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 24px;
  height: 100%;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-container .project-wiki-knowledge-list-action[data-v-e72fbaec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-container .project-wiki-knowledge-list-action .project-wiki-search-input[data-v-e72fbaec] {
  width: 220px;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-container .project-wiki-table[data-v-e72fbaec] {
  padding-top: 24px;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-container .project-wiki-knowledge-list-page[data-v-e72fbaec] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-container .project-wiki-knowledge-list-page span[data-v-e72fbaec] {
  color: #ffffff;
}

.project-wiki-knowledge-list-index .project-wiki-table .project-wiki-knowledge-table .ivu-table-row {
  cursor: pointer;
}
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table,
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table-row td,
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table th,
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table-tip {
  color: #ffffff;
}
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table-wrapper {
  border: 0;
}
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table:after,
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-knowledge-list-index .project-wiki-table .ivu-table-cell span {
  color: #e0e0e0;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-page .ivu-page-total {
  color: #ffffff;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-page .ivu-page-options-elevator,
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-page span {
  color: #ffffff;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-page div {
  border-radius: 4px;
  color: #ffffff;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-search-input {
  width: 260px;
}
.project-wiki-knowledge-list-index .project-wiki-knowledge-list-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}

.project-wiki-lemma-list-index[data-v-2f4c86a5] {
  min-height: 100vh;
  background: #1f2529;
}
.project-wiki-lemma-list-index .wiki-lemma-list-nav[data-v-2f4c86a5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-lemma-list-index .wiki-lemma-list-nav h3[data-v-2f4c86a5] {
  color: #ffffff;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-container[data-v-2f4c86a5] {
  width: 1200px;
  margin: 24px auto 0 auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 24px;
  height: 100%;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-container .project-wiki-lemma-list-action[data-v-2f4c86a5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-container .project-wiki-lemma-list-action .project-wiki-search-input[data-v-2f4c86a5] {
  width: 220px;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-container .project-wiki-table[data-v-2f4c86a5] {
  padding-top: 24px;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-container .project-wiki-lemma-list-page[data-v-2f4c86a5] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.project-wiki-lemma-list-index .project-wiki-table .project-wiki-lemma-table .ivu-table-row {
  cursor: pointer;
}
.project-wiki-lemma-list-index .project-wiki-table .ivu-table,
.project-wiki-lemma-list-index .project-wiki-table .ivu-table-row td,
.project-wiki-lemma-list-index .project-wiki-table .ivu-table th,
.project-wiki-lemma-list-index .project-wiki-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-wiki-lemma-list-index .project-wiki-table .ivu-table-tip {
  color: #ffffff;
}
.project-wiki-lemma-list-index .project-wiki-table .ivu-table-wrapper {
  border: 0;
}
.project-wiki-lemma-list-index .project-wiki-table .ivu-table:after,
.project-wiki-lemma-list-index .project-wiki-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-wiki-lemma-list-index .project-wiki-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-lemma-list-index .project-wiki-table .ivu-table-cell span {
  color: #e0e0e0;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-page span,
.project-wiki-lemma-list-index .project-wiki-lemma-list-page .ivu-page-options-elevator {
  color: #ffffff !important;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-search-input {
  width: 260px;
}
.project-wiki-lemma-list-index .project-wiki-lemma-list-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}

.project-wiki-entry-detail-index[data-v-1ac66a19] {
  min-height: 100vh;
  background: #1f2529;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container[data-v-1ac66a19] {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 0 auto;
  padding-bottom: 32px;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container[data-v-1ac66a19] {
  font-size: 12px;
  width: 200px;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container .outline-line[data-v-1ac66a19] {
  width: calc(100% - 12px);
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container .outline-line.right[data-v-1ac66a19] {
  margin-left: 12px;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container .outline-title[data-v-1ac66a19] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  line-height: 17px;
  padding-left: 12px;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container .outline-title.right[data-v-1ac66a19] {
  margin-left: 12px;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container .knowledge-item[data-v-1ac66a19] {
  width: calc(100% - 12px);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 6px 0 6px 12px;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .outline-container .knowledge-item.active[data-v-1ac66a19] {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .project-wiki-entry-detail-container[data-v-1ac66a19] {
  width: 800px;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  min-height: calc(100vh - 260px);
  color: #ffffff;
  font-size: 14px;
  padding: 32px;
  overflow: auto;
  position: relative;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .project-wiki-entry-detail-container .project-wiki-entry-detail-top[data-v-1ac66a19] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .project-wiki-entry-detail-container .project-wiki-entry-detail-top .detail-top-title[data-v-1ac66a19] {
  width: 70%;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .project-wiki-entry-detail-container .project-wiki-entry-detail-top .detail-top-right[data-v-1ac66a19] {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.6);
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .project-wiki-entry-detail-container .project-wiki-entry-detail-top .detail-top-right .edit[data-v-1ac66a19] {
  cursor: pointer;
}
.project-wiki-entry-detail-index .project-wiki-entry-detail-outer-container .project-wiki-entry-detail-container .detail-line[data-v-1ac66a19] {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 22px 0;
}
.project-wiki-entry-detail-index .wiki-search-nav[data-v-1ac66a19] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-wiki-entry-detail-index .wiki-search-nav h1[data-v-1ac66a19] {
  color: #ffffff;
  font-size: 22px;
}
.project-wiki-entry-detail-index .wiki-search-nav .wiki-search-nav-input[data-v-1ac66a19] {
  width: 380px;
}

.project-wiki-entry-detail-index .wiki-search-nav-input input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.outline-box[data-v-b535f53e] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.outline-box .outline-item[data-v-b535f53e] {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  padding: 0 12px 0 24px;
}
.outline-box .outline-item .title-item[data-v-b535f53e] {
  padding: 6px 0;
}

.project-wiki-editor-index[data-v-3704d362] {
  min-height: 100vh;
  background: #1f2529;
}
.project-wiki-editor-index .project-wiki-editor-container[data-v-3704d362] {
  width: 1200px;
  padding-bottom: 40px;
  margin: 24px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2px;
  height: 100%;
}
.project-wiki-editor-index .project-wiki-editor-container .wiki-editor-container-outline[data-v-3704d362] {
  width: 200px;
}
.project-wiki-editor-index .project-wiki-editor-container .outline-container[data-v-3704d362] {
  font-size: 12px;
  padding: 0 12px;
  width: 200px;
}
.project-wiki-editor-index .project-wiki-editor-container .outline-container .outline-line[data-v-3704d362] {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 0;
}
.project-wiki-editor-index .project-wiki-editor-container .outline-container .outline-title[data-v-3704d362] {
  font-weight: 400;
  line-height: 17px;
}
.project-wiki-editor-index .wiki-editor-nav-poptip-action[data-v-3704d362] {
  text-align: right;
  margin-top: 10px;
}
.project-wiki-editor-index .wiki-editor-nav[data-v-3704d362] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-wiki-editor-index .wiki-editor-nav h1[data-v-3704d362] {
  color: #ffffff;
}
.project-wiki-editor-index .wiki-editor-nav .wiki-editor-nav-action[data-v-3704d362] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project-wiki-editor-index .wiki-editor-nav .wiki-editor-nav-action .wiki-editor-nav-action-btn[data-v-3704d362] {
  margin-right: 8px;
}
.project-wiki-editor-index .wiki-editor-nav .wiki-editor-nav-action .wiki-editor-nav-action-msg[data-v-3704d362] {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-wiki-editor-index .left-title[data-v-3704d362] {
  width: calc(100% - 12px);
  cursor: pointer;
  padding: 6px 0 6px 12px;
  font-size: 12px;
  color: #9EA3B4;
}
.project-wiki-editor-index .active[data-v-3704d362] {
  background-color: rgba(255, 255, 255, 0.05);
}

.cke_reset {
  margin: 0 0 0 auto !important;
}














.wiki-content-container[data-v-49b54030] {
  width: 1200px;
  margin: 10px auto;
}
.wiki-content-container .wiki-iParticipate-content[data-v-49b54030] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}
.wiki-content-container .wiki-iParticipate-content .wiki-show-all[data-v-49b54030] {
  text-align: center;
  line-height: 90px;
  color: #10a5cb;
  font-size: 16px;
  cursor: pointer;
}
.wiki-content-container .wiki-iParticipate-content .wiki-card-no-data[data-v-49b54030] {
  text-align: center;
  height: 80px;
  width: 100%;
  line-height: 80px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.project-worktask-index[data-v-7ff4bf00] {
  width: 100%;
  min-width: 1024px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: #1f2529;
}
.project-worktask-index .navigation-content[data-v-7ff4bf00] {
  width: 1200px;
  margin: 0;
  padding: 0 24px;
}
.project-worktask-index .gantt-chart-dropdown-title[data-v-7ff4bf00] {
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
}
.project-worktask-index .gantt-chart-dropdown-img[data-v-7ff4bf00] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.project-worktask-index .create-kanban-icon[data-v-7ff4bf00] {
  width: 13px;
  height: 14px;
  margin-right: 2px;
  margin-top: -2px;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.project-worktask-index .create-kanban-a[data-v-7ff4bf00] {
  color: #2D8cF0;
  font-size: 12px;
}
.project-worktask-index .create-kanban-dromenu[data-v-7ff4bf00] {
  width: 300px;
}
.project-worktask-index .crate-kanban-conten[data-v-7ff4bf00] {
  width: 264px;
  height: 136px;
}
.project-worktask-index .hr-style[data-v-7ff4bf00] {
  background: rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}
.project-worktask-index .crate-kanban-input-content[data-v-7ff4bf00] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
}
.project-worktask-index .crate-kanban-input[data-v-7ff4bf00] {
  color: #ffffff;
}
.project-worktask-index .crate-kanban-click[data-v-7ff4bf00] {
  width: 32px;
  height: 32px;
  background: #10a5cb;
  border-radius: 2px;
  margin-left: 6px;
  text-align: center;
}
.project-worktask-index .crate-kanban-icon[data-v-7ff4bf00] {
  width: 14px;
  height: 10px;
  color: #ffffff;
}
.project-worktask-index .kanbanview-select[data-v-7ff4bf00] {
  margin-right: 20px;
}
.project-worktask-index .kanban-nav-right-title[data-v-7ff4bf00] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.project-worktask-index .addwork-bottom[data-v-7ff4bf00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
}
.project-worktask-index .addwork-bottom-cim[data-v-7ff4bf00] {
  margin-right: 12px;
  background: #252d33;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.project-worktask-index .addwork-bottom-can[data-v-7ff4bf00] {
  background: #10a5cb;
}
.project-worktask-index .task-board-dropdown-modal[data-v-7ff4bf00] {
  padding-top: 10px;
}
.project-worktask-index .word-lane-create-board-modal .word-lane-create-board input[data-v-7ff4bf00] {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.project-worktask-index .word-lane-create-board-modal .word-lane-create-board-btn[data-v-7ff4bf00] {
  margin-left: 8px;
}

.project-worktask-index .jarvis-bim-radio-group__btn .ivu-radio-wrapper {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.project-worktask-index .jarvis-bim-radio-group__btn .ivu-radio-wrapper:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.project-worktask-index .jarvis-bim-radio-group__btn .ivu-radio-wrapper:before,
.project-worktask-index .jarvis-bim-radio-group__btn .ivu-radio-wrapper:after {
  background: rgba(0, 0, 0, 0) !important;
}
.project-worktask-index .jarvis-bim-radio-group__btn .ivu-radio-wrapper-checked {
  background: rgba(16, 165, 203, 0.2);
  color: #10a5cb;
}
.project-worktask-index .navigation .navigation-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 24px;
}
.wiki-user-avatar {
  border-radius: 50%;
  margin-right: -0.7em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.taskBoad-index-scrollbar {
  max-height: 250px;
}
.project-wiki-container .project-wiki-table .ivu-table,
.project-wiki-container .project-wiki-table .ivu-table-row td,
.project-wiki-container .project-wiki-table .ivu-table th,
.project-wiki-container .project-wiki-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-wiki-container .project-wiki-table .ivu-table-wrapper {
  border: 0;
}
.project-wiki-container .project-wiki-table .ivu-table:after,
.project-wiki-container .project-wiki-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-wiki-container .project-wiki-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-container .project-wiki-table .ivu-table-cell span {
  color: #e0e0e0;
}
.project-wiki-container .project-wiki-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-wiki-container .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.project-wiki-container .ivu-page-next,
.project-wiki-container .ivu-page-item,
.project-wiki-container .ivu-page-prev,
.project-wiki-container .ivu-select-selection,
.project-wiki-container .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  color: #ffffff;
}
.project-wiki-container .ivu-page-item-active {
  border-color: #179BF8 !important;
  color: #179BF8 !important;
}
.project-wiki-container .ivu-page-item:hover {
  border-color: #179BF8 !important;
}
.project-wiki-container .ivu-select-item-selected,
.project-wiki-container .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-wiki-container .ivu-select-item {
  color: #ffffff;
}
.project-wiki-container .ivu-page-options-elevator input {
  background-color: #252d33;
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
}
.project-wiki-container .ivu-select-selection,
.project-wiki-container .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 0;
}
.project-wiki-container .ivu-select-selection span,
.project-wiki-container .ivu-select-dropdown span,
.project-wiki-container .ivu-select-selection li,
.project-wiki-container .ivu-select-dropdown li {
  color: #ffffff;
}
.project-wiki-container .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.project-wiki-container .ivu-select-item {
  color: #ffffff;
}
.creat-kanban .ivu-select-dropdown {
  border: 1px solid 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
  width: 264px;
  position: absolute;
  will-change: top, left;
  top: -5px;
  left: -264px;
}
.creat-kanban .ivu-input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background-color: transparent !important;
}
.word-lane-create-board-modal .ivu-modal-footer {
  display: none;
}
.word-lane-create-board-modal .ivu-input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  background-color: transparent !important;
}
.word-lane-create-board-modal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.word-lane-create-board-modal .crate-kanban-input-content .ivu-btn-default {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.project-work-detail-index[data-v-458fe895] {
  min-height: calc(100vh - 212px);
  background: #1f2529;
}
.project-work-detail-index .work-detail-nav[data-v-458fe895] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-work-detail-index .work-detail-nav h3[data-v-458fe895] {
  color: #ffffff;
}
.project-work-detail-index .work-detail-nav p[data-v-458fe895] {
  padding-top: 8px;
  color: #ffffff;
}
.project-work-detail-index .project-work-detail-container[data-v-458fe895] {
  width: 1200px;
  margin: 16px auto 0 auto;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding-bottom: 16px;
  height: 100%;
}
.project-work-detail-index .project-work-detail-container .project-work-detail-action[data-v-458fe895] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px 0 16px;
}
.project-work-detail-index .project-work-detail-container .project-work-detail-page[data-v-458fe895] {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.liststyle[data-v-458fe895] {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px 0 16px;
}
.liststyle[data-v-458fe895]:hover {
  background: rgba(255, 255, 255, 0.05);
}
.list-left[data-v-458fe895] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.screening-text[data-v-458fe895] {
  margin-left: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.kanban-nav-right-img[data-v-458fe895] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.list-icon[data-v-458fe895] {
  color: #ffffff;
  font-size: 16px;
  margin-right: 6px;
}
.list-icon-test[data-v-458fe895] {
  color: #ffffff;
  font-size: 14px;
  margin-right: 6px;
}
.list-icon-button[data-v-458fe895] {
  color: #ffffff;
  font-size: 14px;
  height: 20px;
  background: rgba(254, 82, 70, 0.6);
  border-radius: 4px;
  text-align: center;
}
.list-right-text[data-v-458fe895] {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}
.right-icondiv[data-v-458fe895] {
  color: #ffffff;
  font-size: 14px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-icon[data-v-458fe895] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2ddcd3 no-repeat center / cover;
  text-align: center;
  line-height: 24px;
}
.dropdown-text-color[data-v-458fe895] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.dropdown-textwd-color[data-v-458fe895] {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.liststyle[data-v-458fe895] {
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-left[data-v-458fe895] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.task-list-left-text[data-v-458fe895] {
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 900px;
}
.list-icon[data-v-458fe895] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-right: 6px;
}
.list-icon-test[data-v-458fe895] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin-right: 6px;
}
.list-right-text[data-v-458fe895] {
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.list-right-text-tag[data-v-458fe895] {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.list-right-text-lane[data-v-458fe895] {
  text-align: right;
  color: #ffffff;
  font-size: 14px;
}
.list-icon-testicon[data-v-458fe895] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.list-right-task[data-v-458fe895] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.work-list-hr[data-v-458fe895] {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.work-list-hr2[data-v-458fe895] {
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.1);
}
.work-list-hr3[data-v-458fe895] {
  background: rgba(255, 255, 255, 0.1);
}
.board-screening[data-v-458fe895] {
  width: 280px;
  height: 500px;
}
.board-screening .board-screening-header[data-v-458fe895] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.board-screening .board-screening-header .board-screening-header-title[data-v-458fe895] {
  margin-left: 10px;
  margin-right: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.board-screening .board-screening-a[data-v-458fe895] {
  color: #10A5CB;
  cursor: pointer;
}

.project-work-detail-index .project-work-table .ivu-table,
.project-work-detail-index .project-work-table .ivu-table-row td,
.project-work-detail-index .project-work-table .ivu-table th,
.project-work-detail-index .project-work-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-work-detail-index .project-work-table .ivu-table-wrapper {
  border: 0;
}
.project-work-detail-index .project-work-table .ivu-table:after,
.project-work-detail-index .project-work-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-work-detail-index .project-work-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-work-detail-index .project-file-search-div {
  margin-right: 30px;
  margin-bottom: 10px;
  width: 240px;
  margin-left: 10px;
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.project-work-detail-index .trialuserlist-input {
  float: right;
  cursor: pointer;
  width: 260px;
  position: relative;
  top: 12px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.project-work-detail-index .search-style .ivu-input {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
  background-color: #252d33;
}

.worktask-gantt-index[data-v-8af85136] {
  width: 100%;
  margin-top: 16px;
  height: calc(100vh - 212px);
}
.gantt-chart-dropdown-title[data-v-8af85136] {
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
}
.gantt-chart-dropdown-img[data-v-8af85136] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.worktask-gantt-bar[data-v-8af85136] {
  width: 100%;
  height: 20px;
  margin-left: 35px;
  margin-bottom: 24px;
}
.word-lane-create-board[data-v-8af85136] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.word-lane-create-board input[data-v-8af85136] {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.word-lane-create-board-btn[data-v-8af85136] {
  margin-left: 8px;
}
.noDatastyle[data-v-8af85136] {
  text-align: center;
  height: 80px;
  width: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.noDatastyle img[data-v-8af85136] {
  width: 100px;
  height: 100px;
}
.noDatastyle-btn[data-v-8af85136] {
  margin-top: 16px;
  min-width: 220px;
}

.gantt-chart-dropdown-list-scrollbar {
  max-height: 220px !important;
}

.gantt_grid .gantt_grid_scale {
  background: #252d33 !important;
}
.gantt_grid .gantt_row,
.gantt_grid .gantt_task_row {
  background: #252d33 !important;
}
.gantt_row {
  cursor: pointer;
}
.gantt_grid_data .gantt_row.odd:hover,
.gantt_grid_data .gantt_row:hover {
  background: rgba(16, 165, 203, 0.1) !important;
}
.gantt_layout_cell {
  border-radius: 4px;
}






















































































































































































































































































































































































































































































































































































































































































































































































































































































































































/* @import "dhtmlx-gantt/codebase/dhtmlxgantt.css"; */
.gridHoverStyle,.gridSelection,.timelineSelection{background-color:#42425e
}
.gantt_grid_scale .gantt_grid_head_cell,.header_text_style{text-transform:uppercase;font-weight:700
}
.gantt_grid_scale .gantt_grid_head_cell{color:#c1c1c1;border-top:none!important;border-right:none!important
}
.gantt_grid_data .gantt_cell{border-right:none;color:#fff
}
.gantt_task_link .gantt_link_arrow_right{border-width:6px;margin-top:-3px
}
.gantt_task_link .gantt_link_arrow_left{border-width:6px;margin-left:-6px;margin-top:-3px
}
.gantt_task_link .gantt_link_arrow_down,.gantt_task_link .gantt_link_arrow_up{border-width:6px
}
.gantt_task_line .gantt_task_progress_drag{bottom:-4px;height:10px;margin-left:-8px;width:16px
}
.chartHeaderBg{background-color:#000
}
.gantt_task .gantt_task_scale .gantt_scale_cell{color:#c1c1c1;text-transform:uppercase;font-weight:700;border-right:1px solid #7e7e7e
}
.gantt_row.gantt_project,.gantt_row.odd.gantt_project{background-color:#edffee
}
.gantt_task_row.gantt_project,.gantt_task_row.odd.gantt_project{background-color:#f5fff5
}
.gantt_task_line.gantt_project{background-color:#006803;border:1px solid #006803
}
.gantt_task_line.gantt_project .gantt_task_progress{background-color:#003b01
}
.gantt_popup_shadow,.modalBorder{border-color:#fff;-webkit-box-shadow:inset 0 0 0 4px #0505ff;box-shadow:inset 0 0 0 4px #0505ff;padding:4px
}
.buttonBg{background:#000
}
.gantt_cal_larea input,.gantt_cal_larea select,.gantt_cal_larea textarea{background:#000;color:#fff
}
.gantt_cal_larea .gantt_section_time{background:#000
}
.gantt_cal_larea .gantt_cal_lsection{color:#c1c1c1;font-size:14px
}
.gantt_cal_light .gantt_btn_set{margin:5px 10px
}
.gantt_btn_set.gantt_cancel_btn_set{border:2px solid #fff;background:#000;color:#fff
}
.gantt_btn_set.gantt_save_btn_set{border:2px solid #76ff03;background:#000;color:#76ff03
}
.gantt_btn_set.gantt_delete_btn_set{border:2px solid #ffc400;background:#000;color:#ffc400
}
.gantt_cal_light_wide{padding-left:0!important;padding-right:0!important
}
.gantt_cal_light_wide .gantt_cal_larea{border-left:none!important;border-right:none!important
}
.gantt_popup_button.gantt_ok_button{font-weight:700;border:2px solid #76ff03;background:#000;color:#76ff03
}
.gantt_popup_button.gantt_cancel_button{font-weight:700;color:#454544;border:2px solid #fff;background:#000;color:#fff
}
.gantt_popup_title{color:#fff
}
.gantt_qi_big_icon,.gantt_qi_big_icon.icon_edit{border:2px solid #fff;color:#fff
}
.gantt_qi_big_icon.icon_edit{background:#000
}
.gantt_qi_big_icon.icon_delete{border:2px solid #ffc400;background:#000;color:#ffc400
}
.gantt_tooltip{color:#fff;background:#000
}
.gantt_container,.gantt_tooltip{font-size:14px;border:1px solid #ff0
}
.gantt_container{background-color:#000;font-family:arial;position:relative;white-space:nowrap;overflow-x:hidden;overflow-y:hidden
}
.gantt_task_scroll{overflow-x:scroll
}
.gantt_grid,.gantt_task{position:relative;overflow-x:hidden;overflow-y:hidden;display:inline-block;vertical-align:top
}
.gantt_grid_scale,.gantt_task_scale{color:#fff;font-size:14px;border-bottom:1px solid #ff0;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_grid_scale,.gantt_task_scale,.gantt_task_vscroll{background-color:#000
}
.gantt_scale_line{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;border-top:1px solid #ff0
}
.gantt_scale_line:first-child{border-top:none
}
.gantt_grid_head_cell{display:inline-block;vertical-align:top;border-right:1px solid #ff0;text-align:center;position:relative;cursor:default;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;line-height:33px;-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden
}
.gantt_scale_line{clear:both
}
.gantt_grid_data{width:100%;overflow:hidden;position:relative
}
.gantt_row{position:relative;-webkit-user-select:none;-moz-user-select:none;-moz-user-select:-moz-none
}
.gantt_add,.gantt_grid_head_add{width:100%;height:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTk4MTk1QzM2ODc4MTFFNkFCNkFDOUZDNzZFNjgxRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4MTk1QzQ2ODc4MTFFNkFCNkFDOUZDNzZFNjgxRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFOTgxOTVDMTY4NzgxMUU2QUI2QUM5RkM3NkU2ODFGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFOTgxOTVDMjY4NzgxMUU2QUI2QUM5RkM3NkU2ODFGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Psrbi8sAAABYSURBVHjaYiz7z8xACWDCI/cBiP9D8QdyDODHwSbaAIq9QF8DkAMMhtEBuvwHZAP4ybCcn6pe+EiGXrAeFihHAIefkQHjME8HOAOJUCCz4DFAgBgXAAQYACAZFHJhx3hLAAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;cursor:pointer;position:relative;-moz-opacity:.3;opacity:.3
}
.gantt_grid_head_cell.gantt_grid_head_add{-moz-opacity:.6;opacity:.6;top:0
}
.gantt_grid_head_cell.gantt_grid_head_add:hover{-moz-opacity:1;opacity:1
}
.gantt_grid_data .gantt_row.odd:hover,.gantt_grid_data .gantt_row:hover{background-color:#42425e
}
.gantt_grid_data .gantt_row.odd:hover .gantt_add,.gantt_grid_data .gantt_row:hover .gantt_add{-moz-opacity:1;opacity:1
}
.gantt_row,.gantt_task_row{border-bottom:1px solid #7e7e7e;background-color:#000
}
.gantt_row.odd,.gantt_task_row.odd{background-color:#000
}
.gantt_cell,.gantt_grid_head_cell,.gantt_row,.gantt_scale_cell,.gantt_task_cell,.gantt_task_row{-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box
}
.gantt_grid_head_cell,.gantt_scale_cell{line-height:inherit
}
.gantt_grid_scale .gantt_grid_column_resize_wrap{cursor:col-resize;position:absolute;width:13px;margin-left:-7px
}
.gantt_grid_column_resize_wrap .gantt_grid_column_resize{background-color:#ff0;height:100%;width:1px;margin:0 auto
}
.gantt_drag_marker.gantt_grid_resize_area{background-color:hsla(0,0%,91%,.5);border-left:1px solid #ff0;border-right:1px solid #ff0;height:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_cell{display:inline-block;vertical-align:top;border-right:1px solid #7e7e7e;padding-left:6px;padding-right:6px;height:100%;overflow:hidden;white-space:nowrap;font-size:14px
}
.gantt_grid_data .gantt_last_cell,.gantt_grid_scale .gantt_last_cell,.gantt_task .gantt_task_scale .gantt_scale_cell.gantt_last_cell,.gantt_task_bg .gantt_last_cell{border-right-width:0
}
.gantt_task .gantt_task_scale .gantt_scale_cell.gantt_last_cell{border-right-width:1px
}
.gantt_task_bg{overflow:hidden
}
.gantt_scale_cell{display:inline-block;white-space:nowrap;overflow:hidden;border-right:1px solid #ff0;text-align:center;height:100%
}
.gantt_task_cell{display:inline-block;height:100%;border-right:1px solid #7e7e7e
}
.gantt_layout_cell.gantt_ver_scroll{width:0;background-color:transparent;height:1px;overflow-x:hidden;overflow-y:scroll;position:absolute;right:0;z-index:1
}
.gantt_ver_scroll>div{width:1px;height:1px
}
.gantt_hor_scroll{height:0;background-color:transparent;width:100%;clear:both;overflow-x:scroll;overflow-y:hidden
}
.gantt_layout_cell .gantt_hor_scroll{position:absolute
}
.gantt_hor_scroll>div{width:5000px;height:1px
}
.gantt_tree_indent{width:15px;height:100%;display:inline-block
}
.gantt_tree_content,.gantt_tree_icon{vertical-align:top
}
.gantt_tree_icon{width:28px;background-repeat:no-repeat;background-position:50%
}
.gantt_tree_content,.gantt_tree_icon{height:100%;display:inline-block
}
.gantt_tree_icon.gantt_open{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjRFQzM4RjY2ODc3MTFFNjlGNUVCQUVCQzgyNkQ5RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjRFQzM4Rjc2ODc3MTFFNjlGNUVCQUVCQzgyNkQ5RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNEVDMzhGNDY4NzcxMUU2OUY1RUJBRUJDODI2RDlFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNEVDMzhGNTY4NzcxMUU2OUY1RUJBRUJDODI2RDlFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpdfxE8AAABySURBVHjaYjx48CADucDOzo6BiYFCwILE/k+iXkZ0A+CCRAC4ZXi9sNXO6T8IE+sFkAZcBqHwvQ/tYyDKBaQGIr7A/I8rnGjiAkYsNjMSZQBy4CAHHro4zb2A7CJGUg34T4kLGMnxAuP///8pCgOAAAMAxcMbX5R+AnUAAAAASUVORK5CYII=);width:18px;cursor:pointer
}
.gantt_tree_icon.gantt_close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qjg3ODU2QTg2ODc3MTFFNkE4MDlDMDMyQkRGNDgyQTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qjg3ODU2QTk2ODc3MTFFNkE4MDlDMDMyQkRGNDgyQTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCODc4NTZBNjY4NzcxMUU2QTgwOUMwMzJCREY0ODJBMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCODc4NTZBNzY4NzcxMUU2QTgwOUMwMzJCREY0ODJBMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbUJTYAAABdSURBVHjaYjx48CADucDOzo6BiYFCwILE/k+iXkZ0A+CCRAC4ZVT1AsNWOyeiNHkf2sdAGxcQGZgo4UQTFzCSbQBy4BALKPYC1cPgPyUGMJLjAsb///9T5AWAAAMAJ4wO9WM7P60AAAAASUVORK5CYII=);width:18px;cursor:pointer
}
.gantt_tree_icon.gantt_blank{width:18px
}
.gantt_tree_icon.gantt_folder_open{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkM2MUMyMzQ2ODc3MTFFNjhFMjE5QzYzREY2ODEzREUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkM2MUMyMzU2ODc3MTFFNjhFMjE5QzYzREY2ODEzREUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQzYxQzIzMjY4NzcxMUU2OEUyMTlDNjNERjY4MTNERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQzYxQzIzMzY4NzcxMUU2OEUyMTlDNjNERjY4MTNERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PlC39FYAAADWSURBVHjaYty4fi0DNQATA5UAskGeQPwMiP9jwfWkGDQXiCVxqGsgZBiyQTBDGNFwI5Jh2FwL8oUnMWHUgGQYNgBywFxiA7sBi0thGGwYVWOtFYi/IIn9JxI7oBtUBMTcZDiiHt2gE1B2C55wQMZiQPwZ6iIHZINgMZIKxFxEuOQ1EE9GdxXIoANQLA7E2UR6qweIP6K7iAHJVaVAzEuEQe+BeBqyAAuUBrloBxB7APEnMgL+BXI6ygfiR2QY8hSIk1mQBG4BsTy5CZLx////VEnZAAEGAO3yNxaCOyWPAAAAAElFTkSuQmCC)
}
.gantt_tree_icon.gantt_folder_closed{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkZDMUZDMkI2ODc3MTFFNkI5QTdFOTQyM0UxNUEzRjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkZDMUZDMkM2ODc3MTFFNkI5QTdFOTQyM0UxNUEzRjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRkMxRkMyOTY4NzcxMUU2QjlBN0U5NDIzRTE1QTNGMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRkMxRkMyQTY4NzcxMUU2QjlBN0U5NDIzRTE1QTNGMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvnU3ycAAAB9SURBVHjaYty4fi0DNQATA5UAskGeQPwMiP9jwfWkGDQXiCVxqGsgZBiyQTBDGNFwI5Jh2FwL8oUnMWHUgGQYNgBywFxiA7sBi0thGGwYTWJt1KChaNBzKP2fRAwCL5ANSgEJkOGYp0CczIIksA1PpiUIGP///0+VMAIIMAC11ShRpw6rxAAAAABJRU5ErkJggg==)
}
.gantt_tree_icon.gantt_file{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDQwMTVBMUU2ODc4MTFFNkFBNDVCQkYzMzdERTM1MzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDQwMTVBMUY2ODc4MTFFNkFBNDVCQkYzMzdERTM1MzYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNDAxNUExQzY4NzgxMUU2QUE0NUJCRjMzN0RFMzUzNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNDAxNUExRDY4NzgxMUU2QUE0NUJCRjMzN0RFMzUzNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsHnBgAAAAB8SURBVHjaYvz//z/Dpg3rGCgBfgFBDExoYp5A/AyI/+PB9dgMQzdoLhBLEnBAAzbDWND4MEMYsRjwH80wEGjE5SJSAIrLmBgoAw3UMghnGOEDjHjCjHouGjVoOBj0HCmNEMIg8AKXQSnIkgTAUyBOxpWytxFRjGAFAAEGAOcUI0XiA1ItAAAAAElFTkSuQmCC)
}
.gantt_grid_head_cell .gantt_sort{position:absolute;right:5px;top:8px;width:7px;height:13px;background-repeat:no-repeat;background-position:50%
}
.gantt_grid_head_cell .gantt_sort.gantt_asc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR4nGNgQAKGxib/GbABkIS7b8B/DAUwCRiGK0CXwFBAb1DfP/U/LszwHwi2X7qFgUEArBtdAVwCBmAKMCSQFSDzAWXXaOHsXeqkAAAAAElFTkSuQmCC)
}
.gantt_grid_head_cell .gantt_sort.gantt_desc{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAABlyXS1AAAARUlEQVR42mNgQAL1/VP/M2ADIIntF2/9x1AAlrh0C47hCmA60DFYwX88gIFGwNDY5D8uDFbg7hvwHx2jmIBTAlkB0e4BAEjlaNtBWJPnAAAAAElFTkSuQmCC)
}
.gantt_inserted,.gantt_updated{font-weight:700
}
.gantt_deleted{text-decoration:line-through
}
.gantt_invalid{background-color:#ffe0e0
}
.gantt_error{color:red
}
.gantt_status{right:1px;padding:5px 10px;background:hsla(0,0%,61%,.1);position:absolute;top:1px;-webkit-transition:opacity .2s;transition:opacity .2s;opacity:0
}
.gantt_status.gantt_status_visible{opacity:1
}
#gantt_ajax_dots span{-webkit-transition:opacity .2s;transition:opacity .2s;background-repeat:no-repeat;opacity:0
}
#gantt_ajax_dots span.gantt_dot_visible{opacity:1
}
.gantt_message_area{position:fixed;right:5px;width:250px;z-index:1000
}
.gantt-info{min-width:120px;padding:4px 4px 4px 20px;font-family:arial;z-index:10000;margin:5px;margin-bottom:10px;-webkit-transition:all .5s ease;transition:all .5s ease
}
.gantt-info.hidden{height:0;padding:0;border-width:0;margin:0;overflow:hidden
}
.gantt_modal_box{overflow:hidden;display:inline-block;min-width:250px;width:250px;text-align:center;position:fixed;z-index:20000;border-color:#fff;-webkit-box-shadow:inset 0 0 0 4px #0505ff;box-shadow:inset 0 0 0 4px #0505ff;padding:4px;font-family:arial;border-radius:6px;border:1px solid #ff0;background:#000
}
.gantt_popup_title{border-top-left-radius:6px;border-top-right-radius:6px;border-width:0
}
.gantt_button,.gantt_popup_button{border:1px solid #ff0;height:30px;line-height:30px;display:inline-block;margin:0 5px;border-radius:4px;background:#000
}
.gantt-info,.gantt_button,.gantt_popup_button{-ms-user-select:none;user-select:none;-webkit-user-select:none;-moz-user-select:-moz-none;cursor:pointer
}
.gantt_popup_text{overflow:hidden
}
.gantt_popup_controls{border-radius:6px;padding:10px
}
.gantt_popup_button{min-width:100px
}
div.dhx_modal_cover{background-color:#000;cursor:default;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);opacity:.2;position:fixed;z-index:19999;left:0;top:0;width:100%;height:100%;border:none;zoom:1
}
.gantt-info img,.gantt_modal_box img{float:left;margin-right:20px
}
.gantt-alert-error,.gantt-confirm-error{border:1px solid red
}
.gantt_button input,.gantt_popup_button div{border-radius:4px;font-size:16px;-webkit-box-sizing:content-box;box-sizing:content-box;padding:0;margin:0;vertical-align:top
}
.gantt_popup_title{border-bottom:1px solid #c1c1c1;height:40px;line-height:40px;font-size:20px
}
.gantt_popup_text{margin:15px 15px 5px;font-size:16px;color:#fff;min-height:30px;border-radius:6px
}
.gantt-error,.gantt-info{font-size:16px;color:#000;-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.07);box-shadow:3px 3px 3px rgba(0,0,0,.07);padding:0;background-color:#fff;border-radius:3px;border:1px solid #fff
}
.gantt-info div{padding:5px 10px;background-color:#fff;border-radius:3px;border:1px solid #ff0
}
.gantt-error{background-color:#b60000;border:1px solid #ff0
}
.gantt-error div{background-color:#b60000;border:1px solid transparent;color:#fff
}
.gantt-warning{background-color:#ef7f00;border:1px solid #ff0
}
.gantt-warning div{background-color:#ef7f00;border:1px solid transparent;color:#fff
}
.gantt_data_area div,.gantt_grid div{-ms-touch-action:none;-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.gantt_data_area{position:relative;overflow-x:hidden;overflow-y:hidden;-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none
}
.gantt_links_area{position:absolute;left:0;top:0
}
.gantt_side_content,.gantt_task_content,.gantt_task_progress{line-height:inherit;overflow:hidden;height:100%
}
.gantt_task_content{font-size:14px;color:#fff;width:100%;top:0;cursor:pointer;position:absolute;white-space:nowrap;text-align:center
}
.gantt_task_progress{text-align:center;z-index:0;background:#0e2d7d
}
.gantt_task_progress_wrapper{border-radius:inherit;position:relative;width:100%;height:100%;overflow:hidden
}
.gantt_task_line{border-radius:2px;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#0042e9;border:1px solid #0042e9;-webkit-user-select:none;-moz-user-select:none;-moz-user-select:-moz-none
}
.gantt_task_line.gantt_drag_move div{cursor:move
}
.gantt_touch_move,.gantt_touch_progress .gantt_touch_resize{-webkit-transform:scale(1.02,1.1);transform:scale(1.02,1.1);-webkit-transform-origin:50%;transform-origin:50%
}
.gantt_touch_progress .gantt_task_progress_drag,.gantt_touch_resize .gantt_task_drag{-webkit-transform:scaleY(1.3);transform:scaleY(1.3);-webkit-transform-origin:50%;transform-origin:50%
}
.gantt_side_content{position:absolute;white-space:nowrap;color:#fff;top:0;font-size:11px;font-size:13px
}
.gantt_side_content.gantt_left{right:100%;padding-right:20px
}
.gantt_side_content.gantt_right{left:100%;padding-left:20px
}
.gantt_side_content.gantt_link_crossing{bottom:8.75px;top:auto
}
.gantt_link_arrow,.gantt_task_link .gantt_line_wrapper{position:absolute;cursor:pointer
}
.gantt_line_wrapper div{background-color:#18ffff
}
.gantt_task_link:hover .gantt_line_wrapper div{-webkit-box-shadow:0 0 5px 0 #18ffff;box-shadow:0 0 5px 0 #18ffff
}
.gantt_task_link div.gantt_link_arrow{background-color:transparent;border-style:solid;width:0;height:0
}
.gantt_link_control{position:absolute;width:20px;top:0
}
.gantt_link_control div{display:none;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;top:50%;margin-top:-7.5px;vertical-align:middle;border:1px solid #929292;border-radius:6.5px;height:13px;width:13px;background-color:#f0f0f0
}
.gantt_link_control.task_right div.gantt_link_point{margin-left:7px
}
.gantt_link_control div:hover{background-color:#fff
}
.gantt_link_control.task_left{left:-20px
}
.gantt_link_control.task_right{right:-20px
}
.gantt_link_target .gantt_link_control div,.gantt_task_line.gantt_drag_move .gantt_link_control div,.gantt_task_line.gantt_drag_move .gantt_task_drag,.gantt_task_line.gantt_drag_move .gantt_task_progress_drag,.gantt_task_line.gantt_drag_progress .gantt_link_control div,.gantt_task_line.gantt_drag_progress .gantt_task_drag,.gantt_task_line.gantt_drag_progress .gantt_task_progress_drag,.gantt_task_line.gantt_drag_resize .gantt_link_control div,.gantt_task_line.gantt_drag_resize .gantt_task_drag,.gantt_task_line.gantt_drag_resize .gantt_task_progress_drag,.gantt_task_line.gantt_selected .gantt_link_control div,.gantt_task_line.gantt_selected .gantt_task_drag,.gantt_task_line.gantt_selected .gantt_task_progress_drag,.gantt_task_line:hover .gantt_link_control div,.gantt_task_line:hover .gantt_task_drag,.gantt_task_line:hover .gantt_task_progress_drag{display:block
}
.gantt_link_source,.gantt_link_target{-webkit-box-shadow:0 0 3px #0042e9;box-shadow:0 0 3px #0042e9
}
.gantt_link_target.link_finish_allow,.gantt_link_target.link_start_allow{-webkit-box-shadow:0 0 3px #65ffff;box-shadow:0 0 3px #65ffff
}
.gantt_link_target.link_finish_deny,.gantt_link_target.link_start_deny{-webkit-box-shadow:0 0 3px #e87e7b;box-shadow:0 0 3px #e87e7b
}
.link_finish_allow .gantt_link_control.task_end_date div,.link_start_allow .gantt_link_control.task_start_date div{background-color:#65ffff;border-color:#18ffff
}
.link_finish_deny .gantt_link_control.task_end_date div,.link_start_deny .gantt_link_control.task_start_date div{background-color:#e87e7b;border-color:#dd3e3a
}
.gantt_link_arrow_right{border-width:4px 0 4px 6px;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;border-left-color:#18ffff;margin-top:-1px
}
.gantt_link_arrow_left{border-width:4px 6px 4px 0;margin-top:-1px;border-top-color:transparent!important;border-right-color:#18ffff;border-bottom-color:transparent!important;border-left-color:transparent!important
}
.gantt_link_arrow_up{border-width:0 4px 6px;border-color:transparent transparent #18ffff;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:#18ffff;border-left-color:transparent!important
}
.gantt_link_arrow_down{border-width:4px 6px 0 4px;border-top-color:#18ffff;border-right-color:transparent!important;border-bottom-color:transparent!important;border-left-color:transparent!important
}
.gantt_task_drag,.gantt_task_progress_drag{cursor:ew-resize;display:none;position:absolute
}
.gantt_task_drag.task_right{cursor:e-resize
}
.gantt_task_drag.task_left{cursor:w-resize
}
.gantt_task_drag{height:100%;width:8px;z-index:1;top:-1px
}
.gantt_task_drag.task_left{left:-7px
}
.gantt_task_drag.task_right{right:-7px
}
.gantt_task_progress_drag{height:8px;width:8px;bottom:-4px;margin-left:-4px;background-position:bottom;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDQ2MjFDRjU2ODc4MTFFNjk2MEVEQjgxRDU3RThDRjQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDQ2MjFDRjY2ODc4MTFFNjk2MEVEQjgxRDU3RThDRjQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENDYyMUNGMzY4NzgxMUU2OTYwRURCODFENTdFOENGNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENDYyMUNGNDY4NzgxMUU2OTYwRURCODFENTdFOENGNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkyX4qoAAADrSURBVHjaYiz7z8yADXQx/mUCUr1QbjFQ3T9s6phwaOYEUqvkHBkLQBjIXg0VI2wAUKEIkNqrFc0YHLqDiQGEtWMYg0BiUDncBgAVqACpY5bVjJY+i5kYmNkYwNh7ERMDSAwkB1WDaQBQwoKJheGY+ywmVdsWoDAjkiogGyTmMZtJFajmOEgtigFAgSA2HoZ9wZuZRPVTGRlwAb0URgagGhGQWpAeqNkM+TySDL3BW5mYxQ1xa0YGL8//Z1jr8+/fl2cMRSAd/zMeMjPwyTGQBD49YmCYIf8X4gVSNSPrYWKgEIC9QIkBAAEGAKWdQQSo7CbHAAAAAElFTkSuQmCC);background-repeat:no-repeat;z-index:1
}
.gantt_task_progress_drag:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA+UlEQVQoz6WPP0tCURiHn9+5d7huEd5VKhIEwaEQlOtQS0HjbXBy6ANUkuEo4njAz9Bee5tu2bfoCwTRVsu5p6E7GHoJ8dneP7+H99XQB6zDyhlgmpeDoQ+ydXumIFwCHuOG+nFDfeAp7/0vsHJlYFY50WVnIjoTUTlVCszyWbHAyh0Ci1pX7ea9MCGYEJoDUeuqDSzynVWBlWspYHF0rWq9p5VT6z1xfKOqAl6tXOuPwMqlYcQ8GSnePxdF7J2JZKRyGDG3cimAgNtol2kyVrBzUBxe5vPN8zL22fcHdwL8xYOhFLMRX+/wfJX9vrBpeDlj2BIBfhvBD+rwPMTN8+ghAAAAAElFTkSuQmCC)
}
.gantt_link_tooltip{-webkit-box-shadow:3px 3px 3px #888;box-shadow:3px 3px 3px #888;background-color:#fff;border-left:1px dotted #cecece;border-top:1px dotted #cecece;font-family:Tahoma;font-size:8pt;color:#444;padding:6px;line-height:20px
}
.gantt_link_direction{height:0;border:0 none #18ffff;border-bottom-style:dashed;border-bottom-width:2px;transform-origin:0 0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;z-index:2;margin-left:1px;position:absolute
}
.gantt_grid_data .gantt_row.gantt_selected,.gantt_grid_data .gantt_row.odd.gantt_selected,.gantt_task_row.gantt_selected{background-color:#42425e
}
.gantt_task_row.gantt_selected .gantt_task_cell{border-right-color:#2d2d40
}
.gantt_task_line.gantt_selected{-webkit-box-shadow:0 0 5px #0e2d7d;box-shadow:0 0 5px #0e2d7d
}
.gantt_task_line.gantt_project.gantt_selected{-webkit-box-shadow:0 0 5px #006803;box-shadow:0 0 5px #006803
}
.gantt_task_line.gantt_milestone{visibility:hidden;background-color:#c06fce;border:0 solid #ef8eff;-webkit-box-sizing:content-box;box-sizing:content-box;-moz-box-sizing:content-box
}
.gantt_task_line.gantt_milestone div{visibility:visible
}
.gantt_task_line.gantt_milestone .gantt_task_content{background:inherit;border:inherit;border-width:1px;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-transform:rotate(45deg);transform:rotate(45deg)
}
.gantt_task_line.gantt_task_inline_color{border-color:#999
}
.gantt_task_line.gantt_task_inline_color .gantt_task_progress{background-color:#363636;opacity:.2
}
.gantt_task_line.gantt_task_inline_color.gantt_project.gantt_selected,.gantt_task_line.gantt_task_inline_color.gantt_selected{-webkit-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999
}
.gantt_task_link.gantt_link_inline_color:hover .gantt_line_wrapper div{-webkit-box-shadow:0 0 5px 0 #999;box-shadow:0 0 5px 0 #999
}
.gantt_critical_task{background-color:#e63030;border-color:#9d3a3a
}
.gantt_critical_task .gantt_task_progress{background-color:rgba(0,0,0,.4)
}
.gantt_critical_link .gantt_line_wrapper>div{background-color:#e63030
}
.gantt_critical_link .gantt_link_arrow{border-color:#e63030
}
.gantt_btn_set:focus,.gantt_cell:focus,.gantt_grid_head_cell:focus,.gantt_popup_button:focus,.gantt_qi_big_icon:focus,.gantt_row:focus{-webkit-box-shadow:inset 0 0 1px 1px #4d90fe;box-shadow:inset 0 0 1px 1px #4d90fe
}
.gantt_split_parent{opacity:.1;pointer-events:none
}
.gantt_unselectable,.gantt_unselectable div{-webkit-user-select:none;-moz-user-select:none;-moz-user-select:-moz-none
}
.gantt_cal_light{-webkit-tap-highlight-color:transparent;background:#000;border-radius:6px;font-family:arial;border:1px solid #c1c1c1;color:#fff;font-size:14px;position:absolute;z-index:10001;width:550px;height:250px;border-color:#fff;-webkit-box-shadow:inset 0 0 0 4px #0505ff;box-shadow:inset 0 0 0 4px #0505ff;padding:4px
}
.gantt_cal_light_wide{width:650px
}
.gantt_cal_light select{font-family:arial;border:1px solid #c1c1c1;font-size:14px;padding:2px;margin:0
}
.gantt_cal_ltitle{padding:7px 10px;overflow:hidden;-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:0
}
.gantt_cal_ltitle,.gantt_cal_ltitle span{white-space:nowrap
}
.gantt_cal_lsection{color:#727272;font-weight:700;padding:12px 0 5px 10px
}
.gantt_cal_lsection .gantt_fullday{float:right;margin-right:5px;font-size:12px;font-weight:400;line-height:20px;vertical-align:top;cursor:pointer
}
.gantt_cal_lsection{font-size:13px
}
.gantt_cal_ltext{padding:2px 10px;overflow:hidden
}
.gantt_cal_ltext textarea{overflow-y:auto;overflow-x:hidden;font-family:arial;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #c1c1c1;height:100%;width:100%;outline:none!important;resize:none
}
.gantt_section_constraint [data-constraint-time-select]{margin-left:20px
}
.gantt_time{font-weight:700
}
.gantt_cal_light .gantt_title{padding-left:10px
}
.gantt_cal_larea{border:1px solid #c1c1c1;border-left:none;border-right:none;background-color:#000;overflow:hidden;height:1px
}
.gantt_btn_set{margin:10px 7px 5px 10px;padding:5px 15px 5px 10px;float:left;border-radius:4px;border:2px solid #c1c1c1;height:32px;font-weight:700;background:#000;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer
}
.gantt_hidden{display:none
}
.gantt_btn_set div{float:left;font-size:13px;height:18px;line-height:18px;background-repeat:no-repeat;vertical-align:middle
}
.gantt_save_btn{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEEyMTFDOUM2ODc5MTFFNjlDOTRDREYyNUQ4NENENTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEEyMTFDOUQ2ODc5MTFFNjlDOTRDREYyNUQ4NENENTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQTIxMUM5QTY4NzkxMUU2OUM5NENERjI1RDg0Q0Q1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQTIxMUM5QjY4NzkxMUU2OUM5NENERjI1RDg0Q0Q1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhVZXooAAAD2SURBVHjaxNO/a8JAFMBxUx1KQXAQcWj9sdhBCDg52I6FgjgIIi7duunsIl0dxNmxW3EUHaS0tFj1DxJRKiX1/AZeIYTGNMnQg8927727e++0tgqHgqyTUMDlN8E55tAjPoIzeEcWPa8nyEllM3iJupcEeXzgAm+4xdpMoGOB9JHgAmZIYooKtj+P2MWVHO3yl+Ci3DmOEar4tHahIRtSkqRgCb7GK2IYmnfGl72NG5QxRkKSlXCDZ0TxiDsYTnOwQw1PUu0FE5xhgHt8uw2SIVUGEniKPlpQTq9rHyRzYxMr7PHg1lunSez8dTg0pdT//saDAAMAj/Mt6qJaGUkAAAAASUVORK5CYII=);margin-top:2px;width:21px
}
.gantt_cancel_btn{margin-top:2px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MERGODM2RkI2ODc5MTFFNkFCOTRCOTNEMkMwODJCQkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MERGODM2RkM2ODc5MTFFNkFCOTRCOTNEMkMwODJCQkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowREY4MzZGOTY4NzkxMUU2QUI5NEI5M0QyQzA4MkJCRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowREY4MzZGQTY4NzkxMUU2QUI5NEI5M0QyQzA4MkJCRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppyd3J4AAAFPSURBVHjajJO5SkNRFEVfnlEbU9qrjVMwYiMBEbSK4g8IllFQK/EvLCwEEYdS/AOHIiJYWinEqREtbLQKCGpQcW3YgUuI8R1YvOTdvU9uzpCqVCpRXQxAEaag2+8e4AT24CYUp4IEbbAOixBHjePHSVbhLQqEMh/CMnzBBuQhY/J+p7MFOIaO8AabsATPMAOXDX69E86hz9+35FGCQT5cwTeMNjGfgbT30AVpyMUuWAtsJzBfwzjs2FNUgoKFBwnMk/ASaAv6C58uYjtUE5gjaz+kT//RrnrzBLwG561+VmMPiWIkoVmR9fMp9oQpZhOaa1pFSTXIuvoakkfo/cc8BBdu47BuUIZdF0bmuybmHBxZq7aXa5OY8cGYO6Ep24dbG/thznuijp3CtLThMinJmme92TLptivwXr+NtVAB5z1gPb6RalPyJpZD8a8AAwBoDGzHPr0K4wAAAABJRU5ErkJggg==);width:20px
}
.gantt_delete_btn{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTZBMjlFNkU2ODc5MTFFNjkxOTRGRTZGMDkwMENCMUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTZBMjlFNkY2ODc5MTFFNjkxOTRGRTZGMDkwMENCMUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNkEyOUU2QzY4NzkxMUU2OTE5NEZFNkYwOTAwQ0IxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNkEyOUU2RDY4NzkxMUU2OTE5NEZFNkYwOTAwQ0IxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpeemjIAAABMSURBVHjaYvx/hAEbqAfiBjQxEL8RXSETkZphBtSjCzJCXfCfgTzAyMRAIWCBmUSpATBArFcY8QUiSWDUgFEDsBlwhAg9R5E5AAEGAFNACzFr4MENAAAAAElFTkSuQmCC);margin-top:2px;width:20px
}
.gantt_cal_cover{width:100%;height:100%;position:absolute;z-index:10000;top:0;left:0;background-color:#000;opacity:.1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10)
}
.gantt_custom_button{padding:0 3px;font-family:arial;font-size:14px;font-weight:400;margin-right:10px;margin-top:-5px;cursor:pointer;float:right;height:21px;width:90px;border:1px solid #cecece;text-align:center;border-radius:4px
}
.gantt_custom_button div{cursor:pointer;float:none;height:21px;line-height:21px;vertical-align:middle
}
.gantt_custom_button div:first-child{display:none
}
.gantt_cal_light_wide{width:580px;padding:2px 4px
}
.gantt_cal_light_wide .gantt_cal_larea{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #c1c1c1
}
.gantt_cal_light_wide .gantt_cal_lsection{border:0;float:left;text-align:right;width:80px;height:20px;padding:5px 10px 0 0
}
.gantt_cal_light_wide .gantt_wrap_section{position:relative;padding:10px 0;overflow:hidden;border-bottom:1px solid #7e7e7e
}
.gantt_cal_light_wide .gantt_section_time{overflow:hidden;padding-top:2px!important;padding-right:0;height:20px!important
}
.gantt_cal_light_wide .gantt_cal_ltext{padding-right:0
}
.gantt_cal_light_wide .gantt_cal_larea{padding:0 10px;width:100%
}
.gantt_cal_light_wide .gantt_section_time{background:transparent
}
.gantt_cal_light_wide .gantt_cal_checkbox label{padding-left:0
}
.gantt_cal_light_wide .gantt_cal_lsection .gantt_fullday{float:none;margin-right:0;font-weight:700;cursor:pointer
}
.gantt_cal_light_wide .gantt_custom_button{position:absolute;top:0;right:0;margin-top:2px
}
.gantt_cal_light_wide .gantt_repeat_right{margin-right:55px
}
.gantt_cal_light_wide.gantt_cal_light_full{width:738px
}
.gantt_cal_wide_checkbox input{margin-top:8px;margin-left:14px
}
.gantt_cal_light input{font-size:14px
}
.gantt_section_time{background-color:#fff;white-space:nowrap;padding:2px 10px 5px;padding-top:2px!important
}
.gantt_section_time .gantt_time_selects{float:left;height:25px
}
.gantt_section_time .gantt_time_selects select{height:23px;padding:2px;border:1px solid #c1c1c1
}
.gantt_duration{width:100px;height:23px;float:left;white-space:nowrap;margin-left:20px;line-height:23px
}
.gantt_duration .gantt_duration_dec,.gantt_duration .gantt_duration_inc,.gantt_duration .gantt_duration_value{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;vertical-align:top;height:100%;border:1px solid #c1c1c1
}
.gantt_duration .gantt_duration_value{width:40px;padding:3px 4px;border-left-width:0;border-right-width:0
}
.gantt_duration .gantt_duration_value.gantt_duration_value_formatted{width:70px
}
.gantt_duration .gantt_duration_dec,.gantt_duration .gantt_duration_inc{width:20px;padding:1px;padding-bottom:1px;background:#000
}
.gantt_duration .gantt_duration_dec{-moz-border-top-left-radius:4px;-moz-border-bottom-left-radius:4px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-top-left-radius:4px;border-bottom-left-radius:4px
}
.gantt_duration .gantt_duration_inc{margin-right:4px;-moz-border-top-right-radius:4px;-moz-border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px
}
.gantt_resources{max-height:150px;height:auto;overflow-y:auto
}
.gantt_resource_row{display:block;padding:10px 0;border-bottom:1px solid #7e7e7e;cursor:pointer
}
.gantt_resource_row input[type=checkbox]:not(:checked),.gantt_resource_row input[type=checkbox]:not(:checked)~div{opacity:.5
}
.gantt_resource_toggle{vertical-align:middle
}
.gantt_resources_filter .gantt_resources_filter_input{padding:1px 2px;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_resources_filter .switch_unsetted{vertical-align:middle
}
.gantt_resource_cell{display:inline-block
}
.gantt_resource_cell.gantt_resource_cell_checkbox{width:24px;max-width:24px;min-width:24px;vertical-align:middle
}
.gantt_resource_cell.gantt_resource_cell_label{width:40%;max-width:40%;vertical-align:middle
}
.gantt_resource_cell.gantt_resource_cell_value{width:30%;max-width:30%;vertical-align:middle
}
.gantt_resource_cell.gantt_resource_cell_value input,.gantt_resource_cell.gantt_resource_cell_value select{width:80%;vertical-align:middle;padding:1px 2px;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_resource_cell.gantt_resource_cell_unit{width:10%;max-width:10%;vertical-align:middle
}
.gantt_resource_early_value{opacity:.8;font-size:.9em
}
.gantt_cal_quick_info{border:1px solid #ff0;border-radius:6px;position:absolute;z-index:300;border-color:#fff;-webkit-box-shadow:inset 0 0 0 4px #0505ff;box-shadow:inset 0 0 0 4px #0505ff;padding:4px;background-color:#000;width:300px;transition:left .5s ease,right .5s;-moz-transition:left .5s ease,right .5s;-webkit-transition:left .5s ease,right .5s;-o-transition:left .5s ease,right .5s
}
.gantt_no_animate{transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none
}
.gantt_cal_quick_info.gantt_qi_left .gantt_qi_big_icon{float:right
}
.gantt_cal_qi_title{-webkit-border-top-left-radius:6px;-webkit-border-bottom-left-radius:0;-webkit-border-top-right-radius:6px;-webkit-border-bottom-right-radius:0;-moz-border-radius-topleft:6px;-moz-border-radius-bottomleft:0;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:0;border-top-left-radius:6px;border-bottom-left-radius:0;border-top-right-radius:6px;border-bottom-right-radius:0;padding:5px 0 8px 12px;color:#fff;background-color:#000;border-bottom:1px solid #ff0
}
.gantt_cal_qi_tdate{font-size:14px;font-weight:700
}
.gantt_cal_qi_tcontent{font-size:14px
}
.gantt_cal_qi_content{padding:16px 8px;font-size:14px;color:#fff;overflow:hidden
}
.gantt_cal_qi_controls{-webkit-border-top-left-radius:0;-webkit-border-bottom-left-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topleft:0;-moz-border-radius-bottomleft:6px;-moz-border-radius-topright:0;-moz-border-radius-bottomright:6px;border-top-left-radius:0;border-bottom-left-radius:6px;border-top-right-radius:0;border-bottom-right-radius:6px;padding-left:7px
}
.gantt_cal_qi_controls .gantt_menu_icon{margin-top:6px;background-repeat:no-repeat
}
.gantt_cal_qi_controls .gantt_menu_icon.icon_edit{width:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAB3RJTUUH3QYFCjI5ZQj5bAAAAFNJREFUOMvt0zEOACAIA0DkwTymH8bJTRTKZGJXyaWEKPKTCQAH4Ls37cItcDUzsxHNDLZNhCq7Gt1wh9ErV7EjyGAhyGLphlnsClWuS32rn0czAV+vNGrM/LBtAAAAAElFTkSuQmCC)
}
.gantt_cal_qi_controls .gantt_menu_icon.icon_delete{width:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTZBMjlFNkU2ODc5MTFFNjkxOTRGRTZGMDkwMENCMUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTZBMjlFNkY2ODc5MTFFNjkxOTRGRTZGMDkwMENCMUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNkEyOUU2QzY4NzkxMUU2OTE5NEZFNkYwOTAwQ0IxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNkEyOUU2RDY4NzkxMUU2OTE5NEZFNkYwOTAwQ0IxQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpeemjIAAABMSURBVHjaYvx/hAEbqAfiBjQxEL8RXSETkZphBtSjCzJCXfCfgTzAyMRAIWCBmUSpATBArFcY8QUiSWDUgFEDsBlwhAg9R5E5AAEGAFNACzFr4MENAAAAAElFTkSuQmCC)
}
.gantt_qi_big_icon{font-size:13px;border-radius:4px;font-weight:700;background:#000;margin:5px 9px 8px 0;min-width:60px;line-height:32px;vertical-align:middle;padding:0 10px 0 5px;cursor:pointer;border:1px solid #ff0
}
.gantt_cal_qi_controls div{float:left;height:32px;text-align:center;line-height:32px
}
.gantt_tooltip{padding:10px;position:absolute;z-index:50;white-space:nowrap
}
.gantt_resource_marker{position:absolute;text-align:center;font-size:14px;color:#fff
}
.gantt_resource_marker_ok{background:rgba(78,208,134,.75)
}
.gantt_resource_marker_overtime{background:hsla(0,100%,76%,.69)
}
.gantt_histogram_label{width:100%;height:100%;position:absolute;z-index:1;font-weight:700;font-size:14px
}
.gantt_histogram_fill{background-color:rgba(41,157,180,.2);width:100%;position:absolute;bottom:0
}
.gantt_histogram_hor_bar{height:1px;margin-top:-1px
}
.gantt_histogram_hor_bar,.gantt_histogram_vert_bar{position:absolute;background:#299db4;margin-left:-1px
}
.gantt_histogram_vert_bar{width:1px
}
.gantt_histogram_cell{position:absolute;text-align:center;font-size:14px;color:#000
}
.gantt_marker{height:100%;width:2px;top:0;position:absolute;text-align:center;background-color:rgba(255,0,0,.4);-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_marker .gantt_marker_content{padding:5px;background:inherit;color:#fff;position:absolute;font-size:12px;line-height:12px;opacity:.8
}
.gantt_marker_area{position:absolute;top:0;left:0
}
.gantt_grid_editor_placeholder{position:absolute
}
.gantt_grid_editor_placeholder>div,.gantt_grid_editor_placeholder input,.gantt_grid_editor_placeholder select{width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_row_placeholder div{opacity:.5
}
.gantt_row_placeholder .gantt_add,.gantt_row_placeholder .gantt_file{display:none
}
.gantt_drag_marker.gantt_grid_dnd_marker{background-color:transparent;-webkit-transition:all .1s ease;transition:all .1s ease
}
.gantt_grid_dnd_marker_line{height:4px;width:100%;background-color:#3498db
}
.gantt_grid_dnd_marker_line:before{background:#fff;width:12px;height:12px;-webkit-box-sizing:border-box;box-sizing:border-box;border:3px solid #3498db;border-radius:6px;content:"";line-height:1px;display:block;position:absolute;margin-left:-11px;margin-top:-4px;pointer-events:none
}
.gantt_grid_dnd_marker_folder{height:100%;width:100%;position:absolute;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 0 0 2px #3f98db;box-shadow:inset 0 0 0 2px #3f98db;background:transparent
}
.gantt_overlay_area{display:none
}
.gantt_overlay,.gantt_overlay_area{position:absolute;height:inherit;width:inherit;top:0;left:0
}
.gantt_click_drag_rect{position:absolute;left:0;top:0;outline:1px solid #3f98db;background-color:rgba(52,152,219,.3)
}
.gantt_timeline_move_available,.gantt_timeline_move_available *{cursor:move
}
.gantt_layout_content{width:100%;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_layout_cell{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_layout_cell>.gantt_layout_header{background:#33aae8;color:#fff;font-size:17px;padding:5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box
}
.gantt_layout_header.collapsed_x{background:#a9a9a9
}
.gantt_layout_header.collapsed_x .gantt_header_arrow:before{content:"\21E7"
}
.gantt_layout_header.collapsed_y{background:#a9a9a9
}
.gantt_layout_header.collapsed_y .gantt_header_arrow:before{content:"\21E9"
}
.gantt_layout_header{cursor:pointer
}
.gantt_layout_header .gantt_header_arrow{float:right;text-align:right
}
.gantt_layout_header .gantt_header_arrow:before{content:"\21E6"
}
.gantt_layout_header.vertical .gantt_header_arrow:before{content:"\21E7"
}
.gantt_layout_outer_scroll_vertical .gantt_layout_content{overflow-y:hidden
}
.gantt_layout_outer_scroll_horizontal .gantt_layout_content{overflow-x:hidden
}
.gantt_layout_x>.gantt_layout_cell{display:inline-block;vertical-align:top
}
.gantt_layout_x{white-space:nowrap
}
.gantt_resizing{opacity:.7;background:#f2f2f2
}
.gantt_layout_cell_border_right.gantt_resizer{overflow:visible;border-right:0
}
.gantt_resizer{cursor:e-resize;position:relative
}
.gantt_resizer_y{cursor:n-resize
}
.gantt_resizer_stick{background:#33aae8;z-index:9999;position:absolute;top:0;width:100%
}
.gantt_resizer_x .gantt_resizer_x{position:absolute;width:20px;height:100%;margin-left:-10px;top:0;left:0;z-index:1
}
.gantt_resizer_y .gantt_resizer_y{position:absolute;height:20px;width:100%;top:-10px;left:0;z-index:1
}
.gantt_resizer_error{background:#cd5c5c!important
}
.gantt_layout_cell_border_left{border-left:1px solid #ff0
}
.gantt_layout_cell_border_right{border-right:1px solid #ff0
}
.gantt_layout_cell_border_top{border-top:1px solid #ff0
}
.gantt_layout_cell_border_bottom{border-bottom:1px solid #ff0
}
.gantt_layout_cell_border_transparent{border-color:transparent
}
.gantt_window{position:absolute;top:50%;left:50%;z-index:999999999;background:#fff
}
.gantt_window_content{position:relative
}
.gantt_window_content_header{background:#39c;color:#fff;height:33px;padding:10px 10px 0;border-bottom:2px solid #fff;position:relative
}
.gantt_window_content_header_text{padding-left:10%
}
.gantt_window_content_header_buttons{position:absolute;top:10px;right:10px
}
.gantt_window_content_header_buttons:hover{color:#000;cursor:pointer
}
.gantt_window_content_resizer{position:absolute;width:15px;height:15px;bottom:0;line-height:15px;right:-1px;text-align:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABZJREFUeAFjIAUwUshlpJDLSIhLGAAACQ4AFk79JaMAAAAASUVORK5CYII=);cursor:nw-resize;z-index:999
}
.gantt_window_content_frame{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:9999
}
.gantt_window_drag{cursor:pointer!important
}
.gantt_window_resizing{overflow:visible
}
.gantt_window_resizing_body{overflow:hidden!important
}
.gantt_window_modal{background:rgba(0,0,0,.1);z-index:9999;top:0;left:0;width:100%;height:100%;position:fixed
}
.gantt_cal_light,.gantt_cal_quick_info,.gantt_container,.gantt_message_area,.gantt_modal_box,.gantt_tooltip{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
.gantt_noselect{-moz-user-select:-moz-none;-webkit-user-select:none;-ms-user-select:none;user-select:none
}
.gantt_drag_marker{position:absolute;top:-1000px;left:-1000px;font-family:arial;font-size:14px;z-index:1;white-space:nowrap
}
.gantt_drag_marker .gantt_tree_icon.gantt_blank,.gantt_drag_marker .gantt_tree_icon.gantt_close,.gantt_drag_marker .gantt_tree_icon.gantt_open,.gantt_drag_marker .gantt_tree_indent{display:none
}
.gantt_drag_marker,.gantt_drag_marker .gantt_row.odd{background-color:#000
}
.gantt_drag_marker .gantt_row{border-left:1px solid #656565;border-top:1px solid #656565
}
.gantt_drag_marker .gantt_cell{border-color:#656565
}
.gantt_row.gantt_over,.gantt_task_row.gantt_over{background-color:#0070fe
}
.gantt_row.gantt_transparent .gantt_cell{opacity:.7
}
.gantt_task_row.gantt_transparent{background-color:#d0ddff
}
.gantt_popup_button.gantt_delete_button{font-weight:700;border:2px solid #76ff03;background:#000;color:#76ff03
}
.gantt_container_resize_watcher{background:transparent;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;pointer-events:none;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:0
}
.gantt_grid_data .gantt_cell {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/*滚动条样式*/
.gantt_ver_scroll::-webkit-scrollbar,
.gantt_hor_scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 12px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
.gantt_ver_scroll::-webkit-scrollbar-thumb,
.gantt_hor_scroll::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(64, 64, 64, 0.63);
}
.gantt_ver_scroll::-webkit-scrollbar-track,
.gantt_hor_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(144, 147, 153, 0.66);
}
.gantt_grid_scale,
.gantt_task_scale,
.gantt_task_vscroll {
  background: rgba(0, 0, 0, 0);
}
.gantt_container {
  background-color: rgba(0, 0, 0, 0) !important;
}
.grid_cell {
  background: #252d33 !important;
}
.gantt_task_line {
  background-color: #3db9d3;
  border: 1px solid #2898b0;
}
.gantt_layout_cell_border_left {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_layout_cell_border_right {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_layout_cell_border_top {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_layout_cell_border_bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_task_cell {
  background-color: rgba(255, 255, 255, 0) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_row,
.gantt_task_row {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_task .gantt_task_scale .gantt_scale_cell {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gantt_scale_line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0) !important;
}
.gantt_grid_scale,
.gantt_task_scale {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.statistical-work-detail-index[data-v-43562e48] {
  min-height: calc(100vh - 198px);
}
.statistical-work-detail-index .statistical-info-no-data[data-v-43562e48] {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 20px;
}
.statistical-work-detail-index .statistical-work-detail-container[data-v-43562e48] {
  width: 1200px;
  margin: 2px auto 0 auto;
  border-radius: 2px;
  padding-bottom: 16px;
  height: 100%;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-container[data-v-43562e48] {
  width: 588px;
  height: 330px;
  border-radius: 4px;
  background-color: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-container-left[data-v-43562e48] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: red;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-container-right[data-v-43562e48] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: yellow;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-info-row[data-v-43562e48] {
  min-width: 1200px;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-info-col[data-v-43562e48] {
  width: 588px;
  height: 330px;
  border-radius: 4px;
  background-color: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-info-col_left[data-v-43562e48] {
  margin-left: 24px;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-info-col-title[data-v-43562e48] {
  height: 44px;
  position: relative;
  border-bottom: 1px solid #505464;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-info-col-title h5[data-v-43562e48] {
  color: #ffffff;
  margin-left: 10px;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-status[data-v-43562e48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-status-all[data-v-43562e48] {
  height: 100px;
  width: 140px;
  margin-left: 20px;
  margin-top: 35px;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-status-all h6[data-v-43562e48] {
  color: #ccc;
  margin-bottom: 8px;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-status-all h3[data-v-43562e48] {
  color: #ffffff;
}
.statistical-work-detail-index .statistical-work-detail-container .statistical-status-all progress[data-v-43562e48] {
  width: 100px;
}

.statistical-work-detail-index .ivu-progress-inner {
  background-color: #566b7a !important;
}
.statistical-work-detail-index .statistical-work-detail-page .ivu-page-options-elevator,
.statistical-work-detail-index .statistical-work-detail-page span {
  color: #ffffff !important;
}














.task-board-dropdown-modal[data-v-4c5c3ab6] {
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
}
.task-board-dropdown-modal-close[data-v-4c5c3ab6] {
  cursor: pointer;
}
.project-taskboard-detail-WorkLane[data-v-4c5c3ab6] {
  margin-left: calc((100vw - 1200px) / 18);
  margin-right: 20px;
}
.project-taskboard-detail-index[data-v-4c5c3ab6] {
  min-height: calc(100vh - 212px);
  background: #1f2529;
}
.project-taskboard-detail-index .project-taskboard-detail-container[data-v-4c5c3ab6] {
  margin: 16px 0 0 0;
  background: #1f2529;
  height: 100%;
}
.project-taskboard-detail-index .project-taskboard-detail-container .project-taskboard-detail-action[data-v-4c5c3ab6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  margin-left: 24px;
  margin-right: 24px;
}
.project-taskboard-detail-index .hr-style[data-v-4c5c3ab6] {
  background: rgba(255, 255, 255, 0.1);
}
.project-taskboard-detail-index .kanbanview-select[data-v-4c5c3ab6] {
  margin-right: 20px;
}
.project-taskboard-detail-index .kanban-nav-right-title[data-v-4c5c3ab6] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.project-taskboard-detail-index .sort-select[data-v-4c5c3ab6] {
  margin-right: 20px;
}
.project-taskboard-detail-index .sort-nav-right-title[data-v-4c5c3ab6] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.project-taskboard-detail-index .sort-nav-right-img[data-v-4c5c3ab6] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.project-taskboard-detail-index .filter-nav-right-title[data-v-4c5c3ab6] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.project-taskboard-detail-index .filter-nav-right-img[data-v-4c5c3ab6] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.project-taskboard-detail-index .filtrate-dropdown[data-v-4c5c3ab6] {
  width: 280px;
  height: 500px;
}
.project-taskboard-detail-index .filtrate-dropdown-content[data-v-4c5c3ab6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.project-taskboard-detail-index .filtrate-dropdown-content-task[data-v-4c5c3ab6] {
  margin-left: 10px;
  margin-right: 20px;
}
.project-taskboard-detail-index .board-screening-a[data-v-4c5c3ab6] {
  color: #10A5CB;
  cursor: pointer;
}
.project-taskboard-detail-index .hr-style-top[data-v-4c5c3ab6] {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.project-taskboard-detail-index .project-file-search-div[data-v-4c5c3ab6] {
  margin-right: 30px;
  margin-bottom: 10px;
  width: 240px;
  margin-left: 10px;
  margin-top: 8px;
  background: 1px solid rgba(255, 255, 255, 0.1);
}
.project-taskboard-detail-index .screening-text[data-v-4c5c3ab6] {
  margin-left: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-taskboard-detail-index .wiki-user-avatar[data-v-4c5c3ab6] {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.project-taskboard-detail-index .filtrate-personnel-name[data-v-4c5c3ab6] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  font-size: 14px;
  padding-left: 15px;
  cursor: pointer;
}
.project-taskboard-detail-index .filtrate-personnel-img-content[data-v-4c5c3ab6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.project-taskboard-detail-index .filtrate-personnel-right-img[data-v-4c5c3ab6] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.project-taskboard-detail-index .kanban-nav-right-img[data-v-4c5c3ab6] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.project-taskboard-detail-index .kanban-more[data-v-4c5c3ab6] {
  margin-right: 20px;
}
.project-taskboard-detail-index .kanban-more-a[data-v-4c5c3ab6] {
  color: #ffffff;
  font-size: 14px;
}
.project-taskboard-detail-index .kanban-more-img[data-v-4c5c3ab6] {
  width: 16px;
  height: 16px;
}
.project-taskboard-detail-index .board-rename-a[data-v-4c5c3ab6] {
  color: #ffffff;
  font-size: 14px;
  margin-left: 13px;
}
.project-taskboard-detail-index .board-renamed-dropdown[data-v-4c5c3ab6] {
  width: 300px;
}
.project-taskboard-detail-index .board-renamed-dropdown-content[data-v-4c5c3ab6] {
  width: 264px;
  height: 90px;
}
.project-taskboard-detail-index .board-renamed-input-content[data-v-4c5c3ab6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}
.project-taskboard-detail-index .renamed-kanban-input[data-v-4c5c3ab6] {
  width: 100%;
  color: #ffffff;
}
.project-taskboard-detail-index .renamed-kanban-click[data-v-4c5c3ab6] {
  width: 32px;
  height: 31px;
  background: #10a5cb;
  border-radius: 2px;
  margin-left: 6px;
  text-align: center;
  cursor: pointer;
}
.project-taskboard-detail-index .renamed-kanban-icon[data-v-4c5c3ab6] {
  width: 14px;
  height: 10px;
  color: #ffffff;
}

.project-taskboard-detail-index .project-wiki-detail-page .ivu-page-options-elevator,
.project-taskboard-detail-index .project-wiki-detail-page span {
  color: #ffffff !important;
}
.project-taskboard-detail-index .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.project-taskboard-detail-index .ivu-page-next,
.project-taskboard-detail-index .ivu-page-item,
.project-taskboard-detail-index .ivu-page-prev,
.project-taskboard-detail-index .ivu-select-selection,
.project-taskboard-detail-index .ivu-select-dropdown {
  background-color: #252d33;
  color: #ffffff;
}
.project-taskboard-detail-index .ivu-page-item-active {
  border-color: #179BF8 !important;
  color: #179BF8 !important;
}
.project-taskboard-detail-index .ivu-page-item:hover {
  border-color: #179BF8 !important;
}
.project-taskboard-detail-index .ivu-select-item-selected,
.project-taskboard-detail-index .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-taskboard-detail-index .ivu-select-item {
  color: #ffffff;
}
.project-taskboard-detail-index .ivu-page-options-elevator input {
  background-color: #252d33;
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
}
.project-taskboard-detail-index .ivu-select-selection,
.project-taskboard-detail-index .ivu-select-dropdown {
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.project-taskboard-detail-index .ivu-select-selection span,
.project-taskboard-detail-index .ivu-select-dropdown span,
.project-taskboard-detail-index .ivu-select-selection li,
.project-taskboard-detail-index .ivu-select-dropdown li {
  color: #ffffff;
}
.project-taskboard-detail-index .ivu-dropdown-item:hover {
  background-color: #10A5CB !important;
}
.project-taskboard-detail-index .ivu-dropdown-item-selected {
  background-color: #10A5CB;
}
.project-taskboard-detail-index .ivu-select-item {
  color: #ffffff;
}
.project-taskboard-detail-index .ivu-card-body {
  padding: 0px;
  background: #252d33;
  border: #252d33;
}
.project-taskboard-detail-index .ivu-dropdown-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #565c63;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.project-taskboard-detail-index .search-style .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid rgba(235, 237, 240, 0.3);
  border-radius: 4px;
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.project-taskboard-detail-index textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
  background: #252d33;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.project-taskboard-detail-index .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.project-taskboard-detail-index .renamed-kanban {
  height: 33px;
  line-height: 33px;
}
.project-taskboard-detail-index .renamed-kanban:hover {
  background: #10A5CB;
}
.project-taskboard-detail-index .renamed-kanban .ivu-select-dropdown {
  border: 1px solid 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
  width: 264px;
  position: absolute;
  will-change: top, left;
  top: -5px;
  left: -264px;
}
.taskBoad-list-scrollbar {
  max-height: 220px;
}
.taskBoad-list-scrollbar-item {
  height: 31px;
  padding-left: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.taskBoad-list-scrollbar-item:hover {
  background-color: #10a5cb;
}

.project-task-table[data-v-00cf237e] {
  padding-top: 16px;
  background: #1f2529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .lane-title-user-avatar[data-v-00cf237e] {
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 4px;
  background: #2ddcd3;
}
.project-task-table .right-icon[data-v-00cf237e] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin-left: -6px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.project-task-table .swimlane-card[data-v-00cf237e] {
  width: 290px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  background-color: #1f2529;
  margin-right: 10px;
}
.project-task-table .my-handle[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  padding-left: 16px;
  margin-bottom: 6px;
  cursor: pointer;
}
.project-task-table .personnel-handle[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 16px;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 6px;
}
.project-task-table .card-top-text[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .item-card-left[data-v-00cf237e] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  z-index: 10;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.project-task-table .item-card[data-v-00cf237e] {
  width: 254px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #252d33;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: 2px;
}
.project-task-table .list-group-item[data-v-00cf237e] {
  min-width: 254px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #252d33;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 15px;
}
.project-task-table .item-card-time[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .item-card-icon[data-v-00cf237e] {
  font-size: 16px;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .item-card-riqi[data-v-00cf237e] {
  font-size: 12px;
  margin-left: 4px;
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .item-card-bottom[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.project-task-table .item-card-bottom-icon[data-v-00cf237e] {
  font-size: 16px;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .line-title[data-v-00cf237e] {
  text-align: right;
  color: #ffffff;
}
.project-task-table .lane-title[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  margin-right: 6px;
  color: #ffffff;
  line-height: 24px;
  text-align: right;
}
.project-task-table .item-bottom-icon[data-v-00cf237e] {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .item-card-bottom-text[data-v-00cf237e] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .item-card-img[data-v-00cf237e] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .item-card-title[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .lane-hr-color1[data-v-00cf237e] {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
}
.project-task-table .item-card-title-text[data-v-00cf237e] {
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
}
.project-task-table .item-card-content[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 24px;
}
.project-task-table .item-card-content-left-time[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}
.project-task-table .item-card-content-left-icon[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.project-task-table .item-card-content-right[data-v-00cf237e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 20px;
}
.project-task-table .item-card-add[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.project-task-table .item-card-add:hover .ivu-icon-ios-add[data-v-00cf237e],
.project-task-table .item-card-add:hover .item-card-add-text[data-v-00cf237e] {
  color: #10a5cb !important;
}
.project-task-table .item-card-add-icon[data-v-00cf237e] {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 3px;
}
.project-task-table .item-card-add-text[data-v-00cf237e] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .laneadd[data-v-00cf237e] {
  width: 264px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  background: #252d33;
  cursor: pointer;
}
.project-task-table .laneadd-content[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 6px;
}
.project-task-table .laneadd-content:hover .ivu-icon-ios-add[data-v-00cf237e],
.project-task-table .laneadd-content:hover .lane-add-text[data-v-00cf237e] {
  color: #10a5cb !important;
}
.project-task-table .laneadd1[data-v-00cf237e] {
  width: 264px;
  padding-top: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  padding-right: 16px;
  background: #252d33;
  cursor: pointer;
}
.project-task-table .lane-add-icon[data-v-00cf237e] {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 3px;
}
.project-task-table .lane-add-text[data-v-00cf237e] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .project-file-search-div[data-v-00cf237e] {
  margin-right: 30px;
  margin-bottom: 10px;
  width: 240px;
  margin-left: 10px;
  margin-top: 8px;
  background: 1px solid rgba(255, 255, 255, 0.1);
}
.project-task-table .addwork[data-v-00cf237e] {
  margin-top: 10px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
}
.project-task-table .addwork-text[data-v-00cf237e] {
  width: 254px;
  background: #252d33;
  margin-bottom: 14px;
  margin-left: 2px;
}
.project-task-table .addwork-text-view[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.project-task-table .addwork-text-first[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-top: 10px;
  margin-right: 2px;
}
.project-task-table .addwork-icon[data-v-00cf237e] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-left: -5px;
}
.project-task-table .addwork-icon-text[data-v-00cf237e] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-left: 2px;
}
.project-task-table .addwork-bottom[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 12px;
}
.project-task-table .addwork-bottom-cim[data-v-00cf237e] {
  margin-right: 12px;
  background: #252d33;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.project-task-table .addwork-bottom-can[data-v-00cf237e] {
  background: #10a5cb;
}
.project-task-table .addplate[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .lane-rename-input[data-v-00cf237e] {
  width: 100%;
}
.project-task-table .lane-rename-content[data-v-00cf237e] {
  width: 32px;
  height: 31px;
  background: #10a5cb;
  border-radius: 2px;
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.project-task-table .lane-rename-icon[data-v-00cf237e] {
  width: 16px;
  height: 10px;
  color: #ffffff;
}
.project-task-table .addplate-icon1[data-v-00cf237e] {
  width: 18px;
  height: 18px;
  color: #ffffff;
}
.project-task-table .modelcontent-left-datesele[data-v-00cf237e] {
  width: 95px;
  font-size: 12px;
  margin-top: -5px;
}
.project-task-table .item-card-content-left-icon-first[data-v-00cf237e] {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
.project-task-table .item-card-content-left-icon-two[data-v-00cf237e] {
  width: 9px;
  height: 7px;
  margin-left: 14px;
  margin-right: 2px;
}
.project-task-table .item-card-content-left-icon-three[data-v-00cf237e] {
  width: 13px;
  height: 12px;
  margin-left: 14px;
  margin-right: 2px;
}
.project-task-table .item-card-content-left-icon-four[data-v-00cf237e] {
  width: 13px;
  height: 14px;
  margin-left: 14px;
  margin-right: 2px;
}
.project-task-table .lane-head-more[data-v-00cf237e] {
  color: #ffffff;
  font-size: 14px;
}
.project-task-table .item-card-content-date-icon[data-v-00cf237e] {
  width: 13px;
  height: 14px;
  margin-right: 2px;
}
.project-task-table .addwork-head-icon[data-v-00cf237e] {
  width: 13px;
  height: 14px;
  margin-right: 2px;
  margin-left: 10px;
  margin-top: 3px;
}
.project-task-table .responsible-select[data-v-00cf237e] {
  width: 270px;
}
.project-task-table .lane-selectnum[data-v-00cf237e] {
  color: #10A5CB;
}
.project-task-table .lane-array-length[data-v-00cf237e] {
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .lane-hr-color[data-v-00cf237e] {
  background: rgba(255, 255, 255, 0.1);
}
.project-task-table .lane-board-rename[data-v-00cf237e] {
  color: #ffffff;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
}
.project-task-table .lane-board-rename[data-v-00cf237e]:hover {
  background: #10A5CB;
}
.project-task-table .sortable-ghost[data-v-00cf237e] {
  background: #9ea8a7;
  opacity: 1;
}
.project-task-table .user-noDatastyle[data-v-00cf237e] {
  text-align: center;
  height: 80px;
  margin-left: 800px;
  margin-top: 100px;
  width: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.project-task-table .user-noDatastyle img[data-v-00cf237e] {
  width: 100px;
  height: 100px;
}
.project-task-table .user-noDatastyle-btn[data-v-00cf237e] {
  margin-top: 16px;
  min-width: 220px;
}
.project-task-table .noDatastyle[data-v-00cf237e] {
  text-align: center;
  height: 80px;
  margin-left: 500px;
  width: 100%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
.project-task-table .noDatastyle img[data-v-00cf237e] {
  width: 100px;
  height: 100px;
}
.project-task-table .noDatastyle-btn[data-v-00cf237e] {
  margin-top: 16px;
  min-width: 220px;
}
.project-task-table .lane-span-color[data-v-00cf237e] {
  color: rgba(255, 255, 255, 0.6);
}
.project-task-table .wiki-user-avatar[data-v-00cf237e] {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.project-task-table .add-lane-model-content .laneadd1[data-v-00cf237e] {
  width: 264px;
  padding-top: 8px;
  padding-bottom: 15px;
  background: #252d33;
  cursor: pointer;
}
.project-task-table .add-lane-model-content .laneadd1 .addplate[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .add-lane-model-content .laneadd1 .addplate .lane-rename-input[data-v-00cf237e] {
  width: 200px;
}
.project-task-table .add-lane-model-content .laneadd1 .addplate .add-lane-button-content[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .add-lane-model-content .laneadd1 .addplate .add-lane-button-content .lane-rename-content[data-v-00cf237e] {
  width: 32px;
  height: 32px;
  background: #10a5cb;
  border-radius: 2px;
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-task-table .add-lane-model-content .laneadd1 .addplate .add-lane-button-content .lane-rename-content .lane-rename-icon[data-v-00cf237e] {
  width: 16px;
  height: 10px;
  color: #ffffff;
}
.project-task-table .creca-kanban-style[data-v-00cf237e] {
  padding: 0px 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.project-task-table .creca-kanban-span[data-v-00cf237e] {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}
.project-task-table .creca-kanban-icon[data-v-00cf237e] {
  cursor: pointer;
  color: #fff;
  margin-right: 8px;
}
.project-task-table .swimlane-scrollbar-content-group[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-task-table .swimlane-scrollbar-content-group-div[data-v-00cf237e] {
  margin-right: 24px;
  white-space: nowrap;
  display: inline-block;
  width: 290px;
}
.project-task-table .lane-more[data-v-00cf237e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-task-table .lane-head-more-icon[data-v-00cf237e] {
  margin-top: 18px;
}
.project-task-table .lane-renamekanban-a[data-v-00cf237e] {
  width: 300px;
}
.project-task-table .lane-renamekanban-content[data-v-00cf237e] {
  width: 264px;
  height: 90px;
}
.project-task-table .lane-rename-div[data-v-00cf237e] {
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
}
.project-task-table .lane-rename-bottom[data-v-00cf237e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

.project-task-table .ivu-table,
.project-task-table .ivu-table-row td,
.project-task-table .ivu-table th,
.project-task-table .ivu-table td {
  background-color: #252d33;
  border-bottom: 1px solid #505464;
}
.project-task-table .ivu-table-wrapper {
  border: 0;
}
.project-task-table .ivu-table:after,
.project-task-table .ivu-table:before {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}
.project-task-table .ivu-table th {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-task-table .ivu-table-cell span {
  color: #e0e0e0;
}
.project-task-table .project-wiki-search-input input {
  background-color: transparent !important;
  color: #ffffff;
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-task-table .ivu-select-dropdown {
  padding: 0;
  border-radius: 0;
}
.project-task-table .ivu-page-next,
.project-task-table .ivu-page-item,
.project-task-table .ivu-page-prev,
.project-task-table .ivu-select-selection,
.project-task-table .ivu-select-dropdown {
  background-color: #252d33;
  color: #ffffff;
}
.project-task-table .ivu-page-item-active {
  border-color: #179BF8 !important;
  color: #179BF8 !important;
}
.project-task-table .ivu-page-item:hover {
  border-color: #179BF8 !important;
}
.project-task-table .ivu-select-item-selected,
.project-task-table .ivu-select-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.project-task-table .ivu-select-item {
  color: #ffffff;
}
.project-task-table .ivu-page-options-elevator input {
  background-color: #252d33;
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #ffffff;
}
.project-task-table .ivu-select-selection,
.project-task-table .ivu-select-dropdown {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
}
.project-task-table .ivu-select-selection span,
.project-task-table .ivu-select-dropdown span,
.project-task-table .ivu-select-selection li,
.project-task-table .ivu-select-dropdown li {
  color: #ffffff;
}
.project-task-table .ivu-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.project-task-table .ivu-select-item {
  color: #ffffff;
}
.project-task-table .ivu-card-body {
  padding-bottom: 5px;
  border-radius: 4px;
  background: #252d33;
  border: #252d33;
}
.project-task-table .el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background-color: #252d33;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}
.project-task-table .lane-modal-right-list {
  min-height: 30px;
}
.project-task-table .el-tag.el-tag--info {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.addwork-text-view .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.01);
  border-radius: 4px;
  color: #515a6e;
  background-color: #252d33;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.addwork .el-input__inner {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.01);
  background-image: none;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.lane-rename {
  height: 33px;
  line-height: 33px;
  padding-right: 20px;
}
.lane-rename:hover {
  background: #10A5CB;
}
.lane-rename .ivu-select-dropdown {
  border: 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
  width: 264px;
  position: absolute;
  will-change: top, left;
  top: -5px;
  left: -264px;
}
.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background-color: #252d33;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #565c63;
}
.el-select-dropdown__item {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
  height: 34px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #ffffff;
  background-color: #252d33;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #252d33;
}
.word-lane-create-board-modal .ivu-modal-header {
  height: 33px;
  padding: 8px 16px !important;
}
.word-lane-create-board-modal .ivu-modal-close {
  top: 0px !important;
}
.word-lane-create-board-modal .word-lane-create-board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.word-lane-create-board-modal .word-lane-create-board input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.word-lane-create-board-modal .word-lane-create-board-btn {
  margin-left: 8px;
}

.work-list-lane[data-v-2cc220b6] {
  color: #ffffff;
  padding: 16px 24px;
  width: 1200px;
  margin: 0 auto;
}
.work-list-lane-container[data-v-2cc220b6] {
  background: #252d33;
  min-height: calc(100vh - 266px);
  padding-bottom: 20px;
}
.work-list-lane-no-data[data-v-2cc220b6] {
  text-align: center;
  padding-top: 40px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.work-list-lane-no-data > div[data-v-2cc220b6] {
  margin-bottom: 10px;
}
.work-list-lane-item[data-v-2cc220b6] {
  position: relative;
  padding: 0 16px;
}
.work-list-lane-item-avatar[data-v-2cc220b6] {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-color: aquamarine;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  color: white;
  position: relative;
  text-align: center;
  display: inline-block;
}
.work-list-lane-item .swimlane-select[data-v-2cc220b6] {
  width: 250px;
  height: 32px;
}
.work-list-lane-item-title[data-v-2cc220b6] {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.work-list-lane-item-task[data-v-2cc220b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 54px;
  padding-left: 8px;
}
.work-list-lane-item-task[data-v-2cc220b6]:nth-child(odd) {
  background: rgba(255, 255, 255, 0.02);
}
.work-list-lane-item-task[data-v-2cc220b6]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.work-list-lane-item-task-left > span[data-v-2cc220b6] {
  font-size: 16px;
}
.work-list-lane-item-task-right[data-v-2cc220b6] {
  color: rgba(255, 255, 255, 0.6);
}
.work-list-lane-item-task-right > a[data-v-2cc220b6] {
  padding-left: 16px;
}
.work-list-lane-item-task-right > a > img[data-v-2cc220b6] {
  width: 14px;
  height: 14px;
  margin-top: -1px;
}
.work-list-lane-item-task-right > a > span[data-v-2cc220b6] {
  padding-left: 4px;
}
.work-list-lane-item-add-task[data-v-2cc220b6] {
  padding: 11px 16px;
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work-list-lane-item-add-task > span[data-v-2cc220b6] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 32px;
}
.work-list-lane-item-add-task > div[data-v-2cc220b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-list-lane-item-add-task div > img[data-v-2cc220b6] {
  width: 14px;
  height: 14px;
}
.work-list-lane-item-add-task-input[data-v-2cc220b6] {
  width: 200px;
  margin-right: 24px;
}
.work-list-lane-item-add-task-date[data-v-2cc220b6] {
  width: 120px;
  margin-left: 14px;
  margin-right: 14px;
}
.work-list-lane-item-add-task-btn[data-v-2cc220b6] {
  margin-left: 8px;
}
.work-list-lane-item-add-task .btn-cancel[data-v-2cc220b6] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.modelcontent-user-list-item[data-v-2cc220b6] {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  position: relative;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
}
.modelcontent-user-list-item:hover .modelcontent-user-list-item-close[data-v-2cc220b6] {
  display: block;
}
.modelcontent-user-list-item-avatar[data-v-2cc220b6] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #409eff;
  overflow: hidden;
}
.modelcontent-user-list-item-avatar[data-v-2cc220b6] :focus {
  outline: red;
}
.modelcontent-user-list-item-avatar-tip[data-v-2cc220b6] {
  background: #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
}
.modelcontent-user-list-item-close[data-v-2cc220b6] {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.modelcontent-user-list-item-close span[data-v-2cc220b6] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}

.new-enterprise-home-index[data-v-4dc8f69c] {
  height: 100%;
  width: 100%;
  background: gainsboro;
  min-width: 1100px;
  position: relative;
  overflow-y: hidden;
}
.new-enterprise-home-content[data-v-4dc8f69c] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-enterprise-home-left[data-v-4dc8f69c] {
  width: 30%;
  min-width: 500px;
  width: 530px;
  top: 0;
  position: absolute;
  z-index: 1000;
  height: 100%;
  padding: 70px 0px 0px 64px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.new-enterprise-home-left-scroll[data-v-4dc8f69c] {
  height: 100%;
}
.new-enterprise-home-left .projectStatus[data-v-4dc8f69c] {
  margin-top: 20px;
}
.new-enterprise-home-left .dataStatistics[data-v-4dc8f69c] {
  margin-top: 20px;
  height: 180px;
}
.new-enterprise-home-left .collection[data-v-4dc8f69c] {
  margin-top: 20px;
}
.new-enterprise-home-right[data-v-4dc8f69c] {
  width: 30%;
  height: 500px;
  min-width: 500px;
  width: 530px;
  overflow-y: auto;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  height: 100%;
  padding: 70px 60px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
.new-enterprise-home-right .projectStatus[data-v-4dc8f69c] {
  margin-top: 20px;
  height: 320px;
}
.new-enterprise-home-right .projectStatistics[data-v-4dc8f69c] {
  margin-top: 20px;
}
.new-enterprise-home-right .projectDistribution[data-v-4dc8f69c] {
  margin-top: 20px;
  height: 250px;
}
.new-enterprise-home-right .app[data-v-4dc8f69c] {
  margin-top: 20px;
}
/*滚动条样式*/
.new-enterprise-home-right[data-v-4dc8f69c]::-webkit-scrollbar,
.new-enterprise-home-left-scroll[data-v-4dc8f69c]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 12px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
.new-enterprise-home-right[data-v-4dc8f69c]::-webkit-scrollbar-thumb,
.new-enterprise-home-left-scroll[data-v-4dc8f69c]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(64, 64, 64, 0.63);
}
.new-enterprise-home-right[data-v-4dc8f69c]::-webkit-scrollbar-track,
.new-enterprise-home-left-scroll[data-v-4dc8f69c]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(144, 147, 153, 0.66);
}

.map_markers {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  width: 300px;
  -o-border-image: linear-gradient(
      180deg,
      rgba(153, 247, 248, 1),
      rgba(74, 175, 232, 1)
    )
    1 1;
     border-image: -webkit-gradient(
      linear,
      left top, left bottom,
      from(rgba(153, 247, 248, 1)),
      to(rgba(74, 175, 232, 1))
    )
    1 1;
     border-image: linear-gradient(
      180deg,
      rgba(153, 247, 248, 1),
      rgba(74, 175, 232, 1)
    )
    1 1;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(130, 226, 255, 0.6);
          box-shadow: 0px 0px 11px 0px rgba(130, 226, 255, 0.6);
  /* border: 1px solid; */
  max-height: 100px;
  padding-bottom: 10px;
  color: white;
  overflow-y: auto;
  overflow-x: hidden;
}
.map_marker_item {
  padding: 8px 16px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  text-overflow: ellipsis;
  border-bottom: 1px solid #4aafe8ff;
  white-space: nowrap;
  overflow: hidden;
  width: 290px;
}
div.amap-marker-label {
  position: absolute;
  z-index: 2;
  background: none !important;
  white-space: nowrap;
  padding: 3px;
  border: 0 none;
  color: #65f1ff;
  height: 22px;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  text-shadow: 0px 1px 6px rgba(101, 241, 255, 1);

  cursor: pointer;
}
div.amap-marker-content {
  padding-top: 20px;
  line-height: normal;
}
.new-enterprise-home-index .ivu-progress-inner {
  background-color: #566b7a !important;
  border-radius: 0px !important;
}
.new-enterprise-home-index .ivu-progress-bg {
  border-radius: 0px !important;
}
.new-enterprise-home-index .ivu-progress-success-bg {
  border-radius: 0px !important;
}
.new-enterprise-home-index .ivu-progress-success .ivu-progress-bg {
  background-color: #2d8cf0 !important;
}
.content-window-card {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}
.content-window-card p {
  height: 2rem;
}
.info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
.info-bottom img {
  position: relative;
  z-index: 104;
}

.circle-custom h1[data-v-25764ab2] {
  color: white;
  font-size: 16px;
  font-weight: normal;
  font-family: FZLTTHK--GBK1-0;
}
.circle-custom span[data-v-25764ab2] {
  display: block;
  padding-top: 10px;
  color: white;
  font-size: 7px;
}
.circle-custom span i[data-v-25764ab2] {
  font-style: normal;
  color: white;
}
.enterprise_container .container_title[data-v-25764ab2] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
.enterprise_container .container_title_en[data-v-25764ab2] {
  font-size: 16px;
  color: white;
}
.circle_title[data-v-25764ab2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 109px;
}
.circle_title p[data-v-25764ab2] {
  font-size: 22px;
  color: white;
  margin-left: 10px;
}
.circle_title span[data-v-25764ab2] {
  font-size: 14px;
  color: white;
}


























































































































































































.enterprise_header_name[data-v-67d807fe] {
  max-width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
.enterprise_header_name[data-v-67d807fe] {
    max-width: 400px;
}
}
@media screen and (max-width: 1500px) {
.enterprise_header_name[data-v-67d807fe] {
    max-width: 230px;
}
}
@media screen and (max-width: 1300px) {
.currentTime[data-v-67d807fe] {
    display: none;
}
.enterprise_header_name[data-v-67d807fe] {
    max-width: 400px;
}
}
.header-lang i[data-v-67d807fe] {
  font-size: 30px;
}
.header-lang[data-v-67d807fe] {
  color: #fff;
  font-size: 14px;
}
.header_dropdown-action[data-v-67d807fe] {
  margin-left: 20px;
  top: 12px;
  position: relative;
}
.vuebar-element[data-v-67d807fe] {
  max-width: 400px;
  height: 330px;
  min-height: 20px;
}
.enterprise_header[data-v-67d807fe] {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
  height: 70px;
}
.enterprise_header .enterprise_header_info[data-v-67d807fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enterprise_header .enterprise_header_info .enterprise_header_info-logo[data-v-67d807fe] {
  width: 120px;
  height: 70px;
  overflow: hidden;
}
.enterprise_header .enterprise_header_info .enterprise_header_info-logo .logo[data-v-67d807fe] {
  width: 100%;
  display: inline-block;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.enterprise_header .enterprise_header_info span[data-v-67d807fe] {
  font-size: 26px;
  color: white;
  margin-right: 20px;
  margin-top: -2px;
}
.enterprise_header .enterprise_header_info .line[data-v-67d807fe] {
  height: 34px;
  display: inline-block;
  border-left: 1px solid #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}
.enterprise_header .content[data-v-67d807fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 70px;
  padding: 0 60px;
}
.enterprise_header .content .header_time[data-v-67d807fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.enterprise_header .content .header_time .header_time-icon[data-v-67d807fe] {
  line-height: 90px;
  margin-left: 20px;
}
.enterprise_header p[data-v-67d807fe] {
  color: white;
  font-size: 32px;
}
.enterprise_header .search-project-list-box[data-v-67d807fe] {
  padding: 7px 16px;
}
.enterprise_header .search-project-list-box[data-v-67d807fe]:hover {
  background: #f3f3f3;
}
.enterprise_header .search-project-list-box li[data-v-67d807fe] {
  font-size: 14px;
  color: black;
  cursor: pointer;
}

.switch-button-two .ivu-select-dropdown {
  background-color: #252d33;
  color: #fff;
}
.switch-button-two .ivu-dropdown-menu {
  width: 350px;
}
.switch-button-two .ivu-dropdown-item {
  width: 350px;
  height: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 34px;
  color: #FFFFFF;
  font-size: 14px !important;
}
.switch-button-two .ivu-dropdown-item:hover {
  background: #515a6e;
}

.header_time .ivu-badge-count {
  top: 15px;
  background: #1a93b1;
}
.enterprise_header_autocomplete input {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  height: 32px;
  line-height: 32px;
}
.header-back {
  cursor: pointer;
}

.time-segmentation[data-v-9616ce2c] {
  height: 60px;
  width: 14px;
  position: relative;
  display: inline-block;
}
.time-segmentation-item[data-v-9616ce2c] {
  width: 11px;
  margin-top: 43px;
  background: white;
  border-radius: 5px;
  height: 2px;
}
.digit[data-v-9616ce2c] {
  width: 25px;
  height: 28px;
  position: relative;
  display: inline-block;
}
.digit .segment[data-v-9616ce2c] {
  background: white;
  border-radius: 5px;
  position: absolute;
  opacity: 0.15;
  transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.digit .segment.on[data-v-9616ce2c],
.separator[data-v-9616ce2c] {
  opacity: 1;
  -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.7);
          box-shadow: 0 0 50px rgba(255, 255, 255, 0.7);
  transition: opacity 0s;
  -webkit-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
}
.time_separator[data-v-9616ce2c] {
  width: 16px;
  left: 7px;
  height: 60px;
  position: relative;
  display: inline-block;
}
.time_separator_center[data-v-9616ce2c] {
  top: -14px;
}
.separator[data-v-9616ce2c] {
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  /* top: -90px; */
}
.digit .segment[data-v-9616ce2c]:nth-child(1) {
  top: 0px;
  left: 6px;
  right: 7px;
  height: 2px;
}
.digit .segment[data-v-9616ce2c]:nth-child(2) {
  top: 3px;
  right: 5px;
  width: 2px;
  height: 75px;
  height: calc(50% - 4px);
}
.digit .segment[data-v-9616ce2c]:nth-child(3) {
  bottom: 2px;
  right: 5px;
  width: 2px;
  height: 75px;
  height: calc(50% - 4px);
}
.digit .segment[data-v-9616ce2c]:nth-child(4) {
  bottom: 0px;
  left: 6px;
  right: 7px;
  height: 2px;
}
.digit .segment[data-v-9616ce2c]:nth-child(5) {
  bottom: 2px;
  left: 4px;
  width: 2px;
  height: 75px;
  height: calc(50% - 4px);
}
.digit .segment[data-v-9616ce2c]:nth-child(6) {
  top: 3px;
  left: 4px;
  width: 2px;
  height: 75px;
  height: calc(50% - 4px);
}
.digit .segment[data-v-9616ce2c]:nth-child(7) {
  bottom: 95px;
  bottom: calc(50% - 1px);
  left: 6px;
  right: 7px;
  height: 2px;
}


























































































































































































































































































































































































































.enterprise_project_statistics .show_all_project[data-v-7fb0f7b4] {
  cursor: pointer;
}
.enterprise_project_statistics .container_title[data-v-7fb0f7b4] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
.enterprise_project_statistics .container_title_en[data-v-7fb0f7b4] {
  font-size: 16px;
  color: white;
}
.enterprise_project_statistics .project_statistics_content[data-v-7fb0f7b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.enterprise_project_statistics .project_statistics_content div[data-v-7fb0f7b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}
.enterprise_project_statistics .project_statistics_content div .project_statistics_content_num[data-v-7fb0f7b4] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
  font-size: 22px;
}
.enterprise_project_statistics .project_statistics_content div p[data-v-7fb0f7b4] {
  color: white;
}
















































































































































































.enterprise_container .container_title[data-v-0c74177e] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
.enterprise_container .container_title_en[data-v-0c74177e] {
  font-size: 16px;
  color: white;
}
.data_statistics_progress[data-v-0c74177e] {
  margin-top: 20px;
}
.data_statistics_progress span[data-v-0c74177e] {
  font-size: 16px;
  color: white;
}
.data_statistics_progress .progress_occupy[data-v-0c74177e] {
  position: relative;
  left: 10px;
}
.data_statistics_progress .progress_idle[data-v-0c74177e] {
  position: relative;
  float: right;
  right: 60px;
}
.data_statistics_progress .progress_container[data-v-0c74177e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}
.data_statistics_progress .progress_container .unit[data-v-0c74177e] {
  font-size: 12px;
}
.data_statistics_progress .progress_container p[data-v-0c74177e] {
  color: white;
}
.data_statistics_progress .progress_container_right p[data-v-0c74177e] {
  text-align: right;
  color: white;
}







































































































































.vuebar-element[data-v-29491d6f] {
  width: 100%;
  height: 230px;
}
.collection_nav[data-v-29491d6f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterprise_container .container_title[data-v-29491d6f] {
  margin-top: 10px;
  font-size: 22px;
  color: white;
}
.enterprise_container .container_title_en[data-v-29491d6f] {
  font-size: 16px;
  color: white;
}
.enterprise_container .show_all_project[data-v-29491d6f] {
  cursor: pointer;
}
.enterprise_container .show_all_project span[data-v-29491d6f] {
  padding-top: 10px;
  color: white;
  line-height: 53px;
}
.enterprise_container .collection-list-box[data-v-29491d6f] {
  list-style-type: none;
  margin: 10px 0;
  margin-right: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid #c5c8ce;
}
.enterprise_container .collection-list-box span[data-v-29491d6f] {
  margin-bottom: 10px;
  color: white;
}
.enterprise_container .collection-list-box .collection_name[data-v-29491d6f] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 400px;
}

.vb > .vb-dragger {
  z-index: 5;
  width: 12px;
  right: 0;
}
.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out,
    height 100ms ease-out;
  transition: background-color 100ms ease-out, margin 100ms ease-out,
    height 100ms ease-out;
  background-color: rgba(144, 147, 153, 0.1);
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: calc(100% - 10px);
  display: block;
}
.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(144, 147, 153, 0.3);
}
.vb > .vb-dragger:hover > .vb-dragger-styler {
  background-color: rgba(144, 147, 153, 0.5);
  margin: 0px;
  height: 100%;
}
.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(144, 147, 153, 0.5);
  margin: 0px;
  height: 100%;
}
.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: rgba(144, 147, 153, 0.5);
}

.collection_nav[data-v-07805894] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterprise_app .container_title[data-v-07805894] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
.enterprise_app .container_title_en[data-v-07805894] {
  font-size: 16px;
  color: white;
}
.enterprise_app .enterprise_app_content[data-v-07805894] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  width: calc(100% + 30px);
}
.enterprise_app .enterprise_app_content .enterprise_app_item[data-v-07805894] {
  width: 70px;
  margin-right: 30px;
  cursor: pointer;
}
.enterprise_app .enterprise_app_content .enterprise_app_item p[data-v-07805894] {
  text-align: center;
  color: white;
  font-size: 16px;
  margin-top: 10px;
}


































































































































































































































































.enterprise-home-foter[data-v-8c10f890] {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
  text-align: center;
}

.enterprise_project_statistics .container_title[data-v-7e465aa2] {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  color: white;
}
.enterprise_project_statistics .container_title_en[data-v-7e465aa2] {
  font-size: 16px;
  color: white;
}
.enterprise_project_statistics .distribution_list[data-v-7e465aa2] {
  margin-top: 20px;
}
.enterprise_project_statistics .distribution_list ul li[data-v-7e465aa2] {
  list-style-type: none;
  margin-right: 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.enterprise_project_statistics .distribution_list ul[data-v-7e465aa2] {
  margin-top: 10px;
}
.enterprise_project_statistics .distribution_list li .distribution_list_name[data-v-7e465aa2] {
  width: 200px;
  font-size: 16px;
}
.enterprise_project_statistics .distribution_list li span[data-v-7e465aa2] {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 20px;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.enterprise_project_statistics .distribution_list li .distribution_list_progress[data-v-7e465aa2] {
  margin-right: 20px;
}




















































































































#mapbox-con[data-v-39f5a246] {
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 200px black inset;
  -moz-box-shadow: 0px 0px 200px black inset;
  -webkit-box-shadow: 0px 0px 200px black inset;
}

.logo-con[data-v-7b03edfe] {
  height: 64px;
  padding: 10px;
  background-color: red;
}
.layout[data-v-7b03edfe] {
  border: 1px solid #d7dde4;
  background: #f5f7f9;
  /* position: relative; */
  border-radius: 4px;
  overflow: hidden;
}
.project-config-management-sider-menu[data-v-7b03edfe] {
  font-size: 12px;
  display: inline;
}
.layout-header-bar[data-v-7b03edfe] {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.layout-logo-left[data-v-7b03edfe] {
  width: 90%;
  height: 30px;
  background: #5b6270;
  border-radius: 3px;
  margin: 15px auto;
}
.menu-icon[data-v-7b03edfe] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.rotate-icon[data-v-7b03edfe] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.menu-item span[data-v-7b03edfe] {
  display: inline-block;
  overflow: hidden;
  width: 69px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  -webkit-transition: width 0.2s ease 0.2s;
  transition: width 0.2s ease 0.2s;
}
.menu-item i[data-v-7b03edfe] {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: font-size 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, -webkit-transform 0.2s ease;
  transition: font-size 0.2s ease, transform 0.2s ease;
  transition: font-size 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  vertical-align: middle;
  font-size: 16px;
}
.collapsed-menu span[data-v-7b03edfe] {
  width: 0px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.collapsed-menu i[data-v-7b03edfe] {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: font-size 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s;
  transition: font-size 0.2s ease 0.2s, transform 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
  vertical-align: middle;
  font-size: 22px;
}
.project-config-svg-icon[data-v-7b03edfe] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.project-config-svg-icon-dropdown[data-v-7b03edfe] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
}
.project-config-sider-menu[data-v-7b03edfe] {
  left: 0;
  overflow: auto;
  top: 70px;
  z-index: 1;
  position: fixed;
  height: 100vh;
}
.project-config-sider-content[data-v-7b03edfe] {
  background-color: rgba(33, 37, 55, 0.89);
  margin-left: 240px;
  position: fixed;
  z-index: 5;
  /* height: 100vh; */
  height: calc(100vh - 70px);
  left: 0;
  top: 70px;
  overflow: auto;
}

.project-config-management-header .bar {
  /* background: #515a6e !important; */
  background-color: rgba(36, 42, 63, 1) !important;
}
.project-config-management-header .copy-right {
  /* background-color: #515a6e !important; */
  background-color: rgba(36, 42, 63, 1) !important;
}
.project-config-sider-menu .ivu-layout-sider-children {
  background-color: rgba(36, 42, 63, 1) !important;
}
.project-config-sider-menu .ivu-menu-dark {
  background-color: rgba(36, 42, 63, 1) !important;
}
.project-config-sider-menu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-opened
  .ivu-menu-submenu-title {
  background-color: rgba(36, 42, 63, 1) !important;
}
.project-config-sider-menu .ivu-menu-item {
  background-color: rgba(36, 42, 63, 1);
}
.project-config-sider-menu
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
  border-right: none;
  color: #fff;
  background: #2d8cf0 !important;
}

.role-right-setting-disabled[data-v-8ed99502] {
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.new-project-role[data-v-8ed99502] {
  padding: 24px;
}
.new-project-role-title[data-v-8ed99502] {
  margin-bottom: 16px;
}
.new-project-role-title h1[data-v-8ed99502] {
  font-size: 20px;
  color: #3c6087;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
}
.new-project-role-title p[data-v-8ed99502] {
  font-size: 14px;
  margin-bottom: 24px;
}
.power-management-body-middle-title-role[data-v-8ed99502] {
  font-size: 14px;
  font-weight: 700;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.power-management-body-middle-contain[data-v-8ed99502] {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-left: 30px;
  display: inline-block;
  width: 530px;
}
.set-power-all-power[data-v-8ed99502] {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-left: 20px;
}
.power-management-body-middle-contain-list[data-v-8ed99502] {
  margin-right: 15px;
  color: #000000;
}
.role-right-setting[data-v-8ed99502] {
  position: relative;
}

.data-power-management-body-middle[data-v-b1c40366] {
  /* height: 390px; */
  /* overflow-y: scroll;
  overflow-x: hidden; */
}
.power-management-body-middle-title-role[data-v-b1c40366] {
  font-size: 16px;
  font-weight: 700;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 20px;
}
.power-management-body-middle-contain[data-v-b1c40366] {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-left: 30px;
  display: inline-block;
  width: 800px;
}
.power-management-body-middle-contain-list[data-v-b1c40366] {
  margin-right: 15px;
  color: #000000;
}

.project-staff-filter-input[data-v-600aa928] {
  width: 200px;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
}
.problem-management-box-nav-right-button-div[data-v-600aa928] {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  bottom: 34px;
  left: 10px;
  cursor: pointer;
  margin-right: 30px;
  color: rgb(25, 158, 216);
}
.staff-right[data-v-600aa928] {
  /* margin-right: 40px;
  position: absolute;
  right: 280px; */
  width: 100%;
}
.platform-staff-title[data-v-600aa928] {
  margin-bottom: 10px;
}
.platform-staff-title-right[data-v-600aa928] {
  display: inline-block;
  line-height: 48px;
}
.platform-staff-title-span[data-v-600aa928] {
  font-weight: 400px;
  font-size: 18px;
  line-height: 48px;
  width: 50%;
}
h1.platform-staff-title_title[data-v-600aa928] {
  display: inline;
  font-size: 22px;
  padding-left: 10px;
  border-left: 6px #4b88cb solid;
  height: 26px;
  margin-top: 10px;
}
.project-staff-filter-btn[data-v-600aa928] {
  float: right;
}
.project-configration-staff[data-v-600aa928] {
  padding: 20px;
}
.project-configration-staff .left[data-v-600aa928] {
  border-right: 1px solid;
}
.ivu-page[data-v-600aa928] {
  margin-right: 20px;
}
.ivu-table-wrapper[data-v-600aa928] {
  margin-bottom: 20px;
}
.create-organize_layout_list-left[data-v-600aa928] {
  display: inline-block;
  left: 0px;
  position: relative;
  background-color: white;
  width: 80px;
  height: 35px;
  text-align: right;
  /* top: 0px; */
  line-height: 35px;
}
.create-organize_layout_list-right[data-v-600aa928] {
  width: 400px;
  /* top: 0; */
  display: inline-block;
}
.create-organize_layout[data-v-600aa928] {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.vue-treeselect[data-v-600aa928] {
  max-height: 285px;
  display: block;
  /* overflow-y: auto; */
}
.upload-form[data-v-600aa928] {
  overflow: hidden;
}
#attachment[data-v-600aa928] {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  font-size: 0;
  top: 0px;
  right: 0px;
}
.problem-management-box-nav-right-button[data-v-600aa928] {
  float: right;
  margin-bottom: 5px;

  position: relative;
  margin-left: 10px;
}
.project-staff-input-option[data-v-600aa928] {
  padding: 5px;
  cursor: pointer;
}
.project-staff-input-option[data-v-600aa928]:hover {
  background: #f3f3f3;
}
.project-staff-auto-complete-title[data-v-600aa928] {
  margin-left: 5px;
  font-size: 12px;
  line-height: 17px;
  color: #666;
}
.project-staff-auto-complete-count[data-v-600aa928] {
  float: right;
  color: #999;
  margin-left: 5px;
  line-height: 17px;
}

.project-staff-content .ivu-auto-complete.ivu-select-dropdown {
  max-height: 400px !important;
}

.project-org-content[data-v-0fab81f0] {
  padding: 20px;
}
.project-org-input[data-v-0fab81f0] {
  width: 300px;
}
.project-org-button[data-v-0fab81f0] {
  float: right;
  position: relative;
}
.project-org-tree[data-v-0fab81f0] {
  margin-top: 10px;
}






















































































































































































































































































































.role-list[data-v-1b0c81c2] {
  height: 100%;
  overflow-y: auto;
}
.platform-role-sider[data-v-1b0c81c2] {
  padding: 24px 0;
  /* height: calc(100% - 50px); */
  overflow: auto;
}
.platform-role-sider-top-actions[data-v-1b0c81c2] {
  padding: 0 24px;
}
.role-item[data-v-1b0c81c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  cursor: pointer;
}
.role-item:hover .ivu-icon[data-v-1b0c81c2] {
  display: block;
}
.role-item[data-v-1b0c81c2]:hover,
.role-item.current-role-item[data-v-1b0c81c2] {
  background-color: #2d8cf0 !important;
}
.role-item .ivu-icon[data-v-1b0c81c2] {
  font-size: 16px;
  color: #fff;
  display: none;
}
.role-item h1[data-v-1b0c81c2] {
  font-size: 15px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.role-item-actions p[data-v-1b0c81c2] {
  font-size: 14px;
  cursor: pointer;
  height: 32px;
  padding-left: 16px;
  line-height: 32px;
}
.role-item-actions p[data-v-1b0c81c2]:hover {
  background-color: #f2f2f2;
}

.project-staff-sider-content[data-v-7b98a812] {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 80px;
}

.project-staff-sider-content .ivu-menu-item-group-title {
  color: white !important;
  padding-left: 0;
}
.project-staff-sider-content .ivu-menu-dark {
  background: transparent;
}
.project-staff-sider-content
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: white;
}
.project-staff-sider-content
  .ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical
  .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #2d8cf0;
}
.project-staff-sider-content .staff_tree_node_selected {
  background-color: #2d8cf0;
}
.project-staff-sider-content .ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title {
  color: white;
}

.project-issue-index[data-v-287c9d38] {
  min-height: 100vh;
  padding-bottom: 16px;
  background: #1f2529;
}

.issue-management[data-v-296a05fd] {
  width: 1200px;
  margin: 16px auto 0px;
  border-radius: 2px;
  padding-top: 16px;
  background: #252d33;
  min-height: calc(100vh - 230px);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.issue-management-avater[data-v-296a05fd] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.issue-management-no-data[data-v-296a05fd] {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.issue-management-page[data-v-296a05fd] {
  text-align: right;
  padding-right: 16px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.issue-management-nav[data-v-296a05fd] {
  width: 240px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.issue-management-nav-box[data-v-296a05fd] {
  width: 228px;
}
.issue-management-nav-box-title[data-v-296a05fd] {
  padding-left: 16px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.issue-management-nav-box-list[data-v-296a05fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 12px;
  cursor: pointer;
}
.issue-management-nav-box-list span[data-v-296a05fd] {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
}
.issue-management-nav-box-list-active[data-v-296a05fd] {
  background: rgba(255, 255, 255, 0.05);
}
.issue-management-content[data-v-296a05fd] {
  width: 960px;
}
.issue-management-content-bar[data-v-296a05fd] {
  padding-left: 16px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.issue-management-content-bar-all[data-v-296a05fd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #ffffff;
}
.issue-management-content-bar-action-dropdown[data-v-296a05fd] {
  margin-right: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.issue-management-content-bar-action-dropdown-menu[data-v-296a05fd] {
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}
.issue-management-table-item[data-v-296a05fd] {
  padding: 16px 16px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 106px;
}
.issue-management-table-item[data-v-296a05fd]:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.issue-management-table-item[data-v-296a05fd]:hover {
  background: rgba(16, 165, 203, 0.1);
}
.issue-management-table-item-picture[data-v-296a05fd] {
  width: 86px;
  height: 64px;
}
.issue-management-table-item-box[data-v-296a05fd] {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  font-size: 14px;
}
.issue-management-table-item-box p[data-v-296a05fd] {
  font-size: 16px;
  color: #ffffff;
}
.issue-management-table-item-box-dec[data-v-296a05fd] {
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.issue-management-table-item-box-date[data-v-296a05fd] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.issue-management-table-item-box-info[data-v-296a05fd] {
  margin-right: 26px;
}

.issue-management .issue-management-content-bar-action-menu {
  min-width: 120px !important;
}
.issue-management .issue-management-table {
  height: 600px !important;
}
.issue-management .issue-management-table .el-scrollbar__wrap {
  overflow-x: auto;
}
.issue-management .dropdown-sort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.issue-management .dropdown-sort-item img {
  width: 4px;
  height: 14px;
}

.project-taskboard-detail-WorkLane[data-v-f1cc949c] {
  margin-left: calc((100vw - 1200px) / 2);
  margin-right: 20px;
}
.project-issuetask-index[data-v-f1cc949c] {
  min-height: calc(100vh - 280px);
}
.project-issuetask-index .project-issuetask-index-container[data-v-f1cc949c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action[data-v-f1cc949c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 10px;
  width: 1200px;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-left .viewselection[data-v-f1cc949c] {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-left .create-board .create-icon[data-v-f1cc949c] {
  width: 13px;
  height: 14px;
  margin-right: 2px;
  margin-top: -2px;
  margin-left: 15px;
  color: rgba(255, 255, 255, 0.6);
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-left .create-board .board-a-color[data-v-f1cc949c] {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .issuetask-nav-right-sort[data-v-f1cc949c] {
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .filter-selectmodel[data-v-f1cc949c] {
  width: 280px;
  height: 500px;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .filter-selectmodel .filter-selectmodel-top[data-v-f1cc949c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .filter-selectmodel .filter-selectmodel-top .board-screening-a[data-v-f1cc949c] {
  color: #10A5CB;
  cursor: pointer;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .filter-selectmodel .filter-selectmodel-top .filter-selectmodel-top-text[data-v-f1cc949c] {
  margin-left: 10px;
  margin-right: 20px;
  color: #ffffff;
  font-size: 12px;
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .hr-style-top[data-v-f1cc949c] {
  margin-top: 8px;
  background: rgba(255, 255, 255, 0.1);
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .project-file-search-div[data-v-f1cc949c] {
  margin-right: 30px;
  margin-bottom: 10px;
  width: 240px;
  margin-left: 10px;
  margin-top: 8px;
  background: 1px solid rgba(255, 255, 255, 0.1);
}
.project-issuetask-index .project-issuetask-index-container .project-issuetask-index-action .issuetask-nav-right .screening-text[data-v-f1cc949c] {
  margin-left: 10px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.project-issuetask-index .wiki-user-avatar[data-v-f1cc949c] {
  border-radius: 50%;
  margin-right: -1.1em !important;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.project-issuetask-index .filterUser-username[data-v-f1cc949c] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  font-size: 14px;
  padding-left: 15px;
  cursor: pointer;
}
.project-issuetask-index .filterUser-user-icondiv[data-v-f1cc949c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
.project-issuetask-index .filterUser-user-icondiv .kanban-nav-right-img[data-v-f1cc949c] {
  width: 10px;
  height: 10px;
  margin-right: 13px;
}
.project-issuetask-index .lane-board-rename[data-v-f1cc949c] {
  color: #ffffff;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
}
.project-issuetask-index .lane-board-rename[data-v-f1cc949c]:hover {
  background: #10A5CB;
}

.project-issuetask-index .ivu-dropdown-item-selected,
.project-issuetask-index .ivu-dropdown-item.ivu-dropdown-item-selected:hover {
  background: #10A5CB;
}
.project-issuetask-index .ivu-dropdown-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 14px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.project-issuetask-index .ivu-select-dropdown {
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.project-issuetask-index .ivu-select-dropdown span,
.project-issuetask-index .ivu-select-dropdown li {
  color: #ffffff;
  font-size: 14px;
}
.project-issuetask-index .ivu-dropdown-item:hover {
  background: #10A5CB;
}
.project-issuetask-index .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid rgba(235, 237, 240, 0.3);
  border-radius: 4px;
  color: #ffffff;
  background-color: #252d33;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.project-issuetask-index textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 14px;
  background: #252d33;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.project-issuetask-index .taskBoad-list-scrollbar-item {
  height: 31px;
  padding-left: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.project-issuetask-index .taskBoad-list-scrollbar-item:hover {
  background-color: #10a5cb;
}
.project-issuetask-index .swimlanes-rename {
  height: 33px;
  line-height: 33px;
  padding-right: 20px;
}
.project-issuetask-index .swimlanes-rename:hover {
  background: #10A5CB;
}
.project-issuetask-index .swimlanes-rename .ivu-select-dropdown {
  border: 1px solid 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
  width: 264px;
  position: absolute;
  will-change: top, left;
  top: -5px;
  left: -264px;
}
.project-issuetask-index .create-board {
  height: 33px;
  line-height: 33px;
}
.project-issuetask-index .create-board:hover {
  background: #10A5CB;
}
.project-issuetask-index .create-board .ivu-select-dropdown {
  border: 1px solid 1px solid rgba(235, 237, 240, 0.3);
  background-color: #252d33;
  padding: 0;
  border-radius: 4px;
  width: 264px;
  position: absolute;
  will-change: top, left;
  top: -5px;
  left: -264px;
}
.project-issuetask-index .ivu-card-body {
  padding: 0px;
  background: #252d33;
  border: #252d33;
}
.project-issuetask-index .taskBoad-list-scrollbar {
  max-height: 220px;
}

.issue-item-index[data-v-56c7718d] {
  min-height: 100vh;
  background: #1f2529;
}
.issue-item-index .issue-detail[data-v-56c7718d] {
  width: 1200px;
  margin: 16px auto 0px;
  height: calc(100vh - 206px);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.issue-item-index .issue-detail-disabled[data-v-56c7718d] {
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.issue-item-index .issue-detail-no-data[data-v-56c7718d] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.issue-item-index .issue-detail-no-data img[data-v-56c7718d] {
  width: 100px;
  height: 100px;
}
.issue-item-index .issue-detail-action[data-v-56c7718d] {
  width: 100%;
  text-align: center;
}
.issue-item-index .issue-detail-action-cancel[data-v-56c7718d] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 16px;
}
.issue-item-index .issue-detail-avatar[data-v-56c7718d] {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.issue-item-index .issue-detail-avatar:hover .issue-detail-avatar-item-close[data-v-56c7718d] {
  display: block;
}
.issue-item-index .issue-detail-avatar-item[data-v-56c7718d] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: no-repeat center / cover;
  background-color: #2ddcd3;
}
.issue-item-index .issue-detail-avatar-item-close[data-v-56c7718d] {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.issue-item-index .issue-detail-avatar-item-close span[data-v-56c7718d] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}
.issue-item-index .issue-detail-input[data-v-56c7718d] {
  display: inline-block;
  width: 635px;
}
.issue-item-index .issue-detail-label[data-v-56c7718d] {
  display: inline-block;
  width: 120px;
}
.issue-item-index .issue-detail-label-icon[data-v-56c7718d] {
  margin-right: 4px;
}
.issue-item-index .issue-detail-dropdown-btn[data-v-56c7718d] {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.issue-item-index .issue-detail-block[data-v-56c7718d] {
  padding-top: 12px;
  min-height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
.issue-item-index .issue-detail-block-col[data-v-56c7718d] {
  width: 50%;
}
.issue-item-index .issue-detail-row[data-v-56c7718d] {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.issue-item-index .issue-detail-row-edit[data-v-56c7718d] {
  position: absolute;
  right: 5px;
  top: 7px;
}
.issue-item-index .issue-detail-row-edit i[data-v-56c7718d] {
  margin-right: 6px;
  cursor: pointer;
}
.issue-item-index .issue-detail-row-select[data-v-56c7718d] {
  width: 222px;
  height: 200px;
  background: #1f2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 0 16px;
  font-size: 14px;
}
.issue-item-index .issue-detail-row-select-line[data-v-56c7718d] {
  position: absolute;
  width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.issue-item-index .issue-detail-row-select div[data-v-56c7718d] {
  cursor: pointer;
}
.issue-item-index .issue-detail-row-img[data-v-56c7718d] {
  width: 222px;
  height: 200px;
  position: relative;
  cursor: pointer;
  margin: 0 24px 24px 0;
}
.issue-item-index .issue-detail-row-img:hover .issue-detail-row-img-cover[data-v-56c7718d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.issue-item-index .issue-detail-row-img img[data-v-56c7718d] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.issue-item-index .issue-detail-row-img-cover[data-v-56c7718d] {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.issue-item-index .issue-detail-item[data-v-56c7718d] {
  width: 784px;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 2px;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.issue-item-index .issue-detail-task[data-v-56c7718d] {
  width: 400px;
  padding: 0;
  margin-bottom: 24px;
  border-radius: 2px;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.issue-item-index .issue-detail-task-box[data-v-56c7718d] {
  padding: 0 16px;
}
.issue-item-index .issue-detail-task-item[data-v-56c7718d] {
  background: #1f2529;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.6);
  padding: 8px 16px;
  position: relative;
  margin-bottom: 10px;
}
.issue-item-index .issue-detail-task-item-important[data-v-56c7718d] {
  width: 4px;
  height: 98%;
  position: absolute;
  left: 0;
  top: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #a02746;
}
.issue-item-index .issue-detail-task-item-header[data-v-56c7718d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 14px;
}
.issue-item-index .issue-detail-task-item-content[data-v-56c7718d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.issue-item-index .issue-detail-task-item-content-through[data-v-56c7718d] {
  text-decoration: line-through;
  color: #6c757d;
}
.issue-item-index .issue-detail-header[data-v-56c7718d] {
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.issue-item-index .issue-detail-header-title[data-v-56c7718d] {
  font-size: 16px;
  color: #ffffff;
}
.issue-item-index .issue-detail-header-action[data-v-56c7718d] {
  color: rgba(255, 255, 255, 0.6);
}
.issue-item-index .issue-detail-header-action-icon[data-v-56c7718d] {
  cursor: pointer;
  margin-left: 16px;
}
.issue-item-index .issue-detail-comment[data-v-56c7718d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /*滚动条里面小方块*/
  /*滚动条里面轨道*/
}
.issue-item-index .issue-detail-comment-input-editor[data-v-56c7718d] {
  height: 77px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  overflow: auto;
  white-space: pre-wrap;
  padding: 16px;
  border-radius: 4px;
  background-color: #252d33;
  cursor: text;
  outline: none;
}
.issue-item-index .issue-detail-comment-input-editor-rely[data-v-56c7718d] {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d9d9d9;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
}
.issue-item-index .issue-detail-comment[data-v-56c7718d] ::-webkit-scrollbar {
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
  cursor: pointer;
}
.issue-item-index .issue-detail-comment[data-v-56c7718d] ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  cursor: pointer;
  height: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(180, 180, 180, 0.3);
}
.issue-item-index .issue-detail-comment[data-v-56c7718d] ::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.issue-item-index .issue-detail-comment-list[data-v-56c7718d] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 0 16px 16px 16px;
}
.issue-item-index .issue-detail-comment-list-item[data-v-56c7718d] {
  margin-top: 10px;
  cursor: pointer;
}
.issue-item-index .issue-detail-comment-list-item:hover .issue-detail-comment-list-item-header-reply[data-v-56c7718d] {
  visibility: visible;
}
.issue-item-index .issue-detail-comment-list-item-header[data-v-56c7718d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
}
.issue-item-index .issue-detail-comment-list-item-header > span[data-v-56c7718d] {
  line-height: 22px;
}
.issue-item-index .issue-detail-comment-list-item-header-reply[data-v-56c7718d] {
  cursor: pointer;
  visibility: hidden;
}
.issue-item-index .issue-detail-comment-list-item-content[data-v-56c7718d] {
  margin-left: 26px;
}

.issue-detail-comment-input-editor:empty:before {
  content: attr(placeholder);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  cursor: text;
}
.issue-detail-comment-input {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.issue-detail-comment-input .ivu-input {
  border: none;
}
.issue-item-index .issue-detail-header-title .ivu-input {
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
  border: none;
}
.issue-item-index .issue-detail .el-input__inner {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0);
}
.issue-item-index .issue-detail .addwork-bottom .addwork-bottom-cim {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.issue-item-index .issue-detail-input .ivu-input {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
}
.issue-item-index .issue-detail-input .ivu-input:focus {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.select-task-modal .select-task-footer[data-v-b9eefe16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.select-task-modal .task-box[data-v-b9eefe16] {
  font-size: 14px;
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.6);
}
.select-task-modal .task-box-no-data[data-v-b9eefe16] {
  text-align: center;
  margin-top: 10px;
}
.select-task-modal .task-box-no-data img[data-v-b9eefe16] {
  width: 70px;
  height: 70px;
}
.select-task-modal .task-box-label[data-v-b9eefe16] {
  margin-bottom: 8px;
}
.select-task-modal .task-box-info[data-v-b9eefe16] {
  line-height: 40px;
  padding-left: 16px;
}
.select-task-modal .task-box-item[data-v-b9eefe16] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  background: #1f2529;
  border-radius: 4px;
  margin-bottom: 4px;
  height: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0);
}
.select-task-modal .task-box-item[data-v-b9eefe16]:hover {
  border: 1px solid #10a5cb;
}
.select-task-modal .task-box-item-selected[data-v-b9eefe16] {
  border: 1px solid #10a5cb;
}
.select-task-modal .task-box-item-important[data-v-b9eefe16] {
  width: 4px;
  height: 98%;
  position: absolute;
  left: 0;
  top: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #a02746;
}
.select-task-modal .task-box-item-status[data-v-b9eefe16] {
  font-size: 12px;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  margin-right: 6px;
}
.select-task-modal .task-box-item-name-through[data-v-b9eefe16] {
  text-decoration: line-through;
  color: #6c757d;
}
.select-task-modal .task-box-item-user[data-v-b9eefe16] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.create-task-modal .create-task-box-no-data[data-v-b9eefe16] {
  text-align: center;
  margin-top: 10px;
}
.create-task-modal .create-task-box-no-data img[data-v-b9eefe16] {
  width: 75px;
  height: 75px;
}
.create-task-modal .create-task-box-crumb[data-v-b9eefe16] {
  margin-bottom: 14px;
}
.create-task-modal .create-task-box-info[data-v-b9eefe16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.create-task-modal .create-task-box-info-leader[data-v-b9eefe16] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.create-task-modal .create-task-box-info-leader-avatar[data-v-b9eefe16] {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.create-task-modal .create-task-box-info-leader-avatar:hover .create-task-box-info-leader-avatar-item-close[data-v-b9eefe16] {
  display: block;
}
.create-task-modal .create-task-box-info-leader-avatar-item[data-v-b9eefe16] {
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 0.875rem;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 2rem;
  display: inline-block;
  background: #2ddcd3 no-repeat center / cover;
}
.create-task-modal .create-task-box-info-leader-avatar-item-close[data-v-b9eefe16] {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #eb5844;
  display: none;
}
.create-task-modal .create-task-box-info-leader-avatar-item-close span[data-v-b9eefe16] {
  display: block;
  margin: 7px auto;
  background-color: #ffffff;
  width: 8px;
  height: 2px;
}

.select-task-list-scroll {
  height: 600px !important;
}
.select-task-modal .ivu-modal-body {
  padding: 0;
}
.select-task-modal .ivu-modal-footer {
  padding: 16px 16px 16px 0;
}
.select-task-modal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.create-task-modal .create-task-box-info-date .ivu-input {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.create-task-modal .ivu-modal-body {
  padding: 16px 24px;
}

.select-annotation-modal .select-annotation-no-data[data-v-79e26610] {
  text-align: center;
  width: 100%;
}
.select-annotation-modal .select-annotation-no-data img[data-v-79e26610] {
  width: 75px;
}
.select-annotation-modal .select-annotation-list[data-v-79e26610] {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select-annotation-modal .select-annotation-list-item[data-v-79e26610] {
  cursor: pointer;
  width: 368px;
  height: 90px;
  background: #1f2529;
  border-radius: 4px;
  padding: 9px 8px;
  font-size: 14px;
  color: #ffffff;
  margin-right: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0);
}
.select-annotation-modal .select-annotation-list-item[data-v-79e26610]:nth-child(even) {
  margin-right: 0px;
}
.select-annotation-modal .select-annotation-list-item[data-v-79e26610]:hover {
  border: 1px solid #10a5cb;
}
.select-annotation-modal .select-annotation-list-item-selected[data-v-79e26610] {
  border: 1px solid #10a5cb;
}
.select-annotation-modal .select-annotation-list-item-img[data-v-79e26610] {
  width: 96px;
  height: 72px;
}
.select-annotation-modal .select-annotation-list-item-img img[data-v-79e26610] {
  width: 100%;
  height: 100%;
}
.select-annotation-modal .select-annotation-list-item-info-date[data-v-79e26610] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.select-annotation-list-scroll {
  height: 600px !important;
}
.select-annotation-modal .ivu-modal-body {
  padding: 0;
}
.select-annotation-modal .ivu-modal-footer {
  padding: 16px 16px 16px 0;
}
.select-annotation-modal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.issue-upload-modal .issue-upload-box[data-v-2c07d40b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.issue-upload-modal .issue-upload-box .issue-upload-label[data-v-2c07d40b] {
  width: 100px;
  text-align: right;
  margin-right: 16px;
}
.issue-upload-modal .issue-upload-box .issue-upload-list[data-v-2c07d40b] {
  width: 648px;
  height: 380px;
  position: relative;
  cursor: pointer;
}
.issue-upload-modal .issue-upload-box .issue-upload-list img[data-v-2c07d40b] {
  width: 100%;
  height: 100%;
}
.issue-upload-modal .issue-upload-box .issue-upload-list:hover .issue-upload-list-cover[data-v-2c07d40b] {
  display: block;
}
.issue-upload-modal .issue-upload-box .issue-upload-list-cover[data-v-2c07d40b] {
  padding-top: 140px;
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

.issue-upload-modal .ivu-upload-drag {
  width: 648px;
  height: 380px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}
.issue-upload-modal .ivu-modal-body {
  padding: 24px;
}
.issue-upload-modal .ivu-modal-footer {
  padding: 16px 16px 16px 0;
}
.issue-upload-modal .ivu-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.update-log-con-main .ivu-timeline-item-head {
  border: 3.5px solid #179bf8 !important;
}

.update-log-con[data-v-7cae9286] {
  background-color: #1f2529;
  color: #ffffff;
  width: 100%;
  min-height: 100vh;
}
.update-log-con[data-v-7cae9286] ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.update-log-con[data-v-7cae9286] ::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.3);
}
.update-log-con[data-v-7cae9286] ::-webkit-scrollbar-track {
  border-radius: 1em;
  background-color: rgba(50, 50, 50, 0.1);
}
.update-log-con-main[data-v-7cae9286] {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 120px 30px 200px;
  font-size: 14px;
  position: relative;
}
.update-log-con-main-no-data[data-v-7cae9286] {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.update-log-con-main-no-data img[data-v-7cae9286] {
  width: 100px;
  height: 100px;
}
.update-log-con-main-time[data-v-7cae9286] {
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 240px;
  font-size: 20px;
  line-height: 18px;
  text-align: right;
  padding-right: 40px;
  color: rgba(255, 255, 255, 0.6);
}
.update-log-con-main-title[data-v-7cae9286] {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 10px;
}
.update-log-con-main-desc[data-v-7cae9286] {
  background-color: #252d33;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 20px;
  max-height: 300px;
  overflow: auto;
  color: rgba(255, 255, 255, 0.6);
  word-wrap: break-word;
}

.project-file-document {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  background: #1f2529;
}
.project-file-document-fullscreen {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 3px dashed #cccccc;
  z-index: 100000;
  color: #d2d2d2;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100vh;
  line-height: 100vh;
  width: 100vw;
}
.project-file-document .crumbs-block {
  min-height: 100px !important;
}
.project-file-document .project-files-content {
  height: calc(100vh - 186px);
  padding-bottom: 16px;
  position: relative;
  background: #1f2529;
}
.project-file-document .project-files-content .list-con {
  width: 1200px;
  height: 100%;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.project-file-document .project-files-content .list-con .iso-filter-con {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-input,
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-selection {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #fff;
  background-color: #252d33;
  background-image: none;
  padding: 0 38px 0 14px;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown {
  color: #fff;
  background-color: #252d33;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown .ivu-select-item {
  color: #fff;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown .ivu-select-item:hover,
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown .ivu-select-item-focus {
  background: #565c63;
}
.project-file-document .project-files-content .list-con .iso-filter-con .common_search-input .ivu-input-icon {
  right: 4px !important;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-left .filter-title {
  width: 240px;
  height: 32px;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-left .filter-select {
  width: 240px;
  height: 32px;
  margin-left: 24px;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper:before,
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper:after {
  width: 0;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper {
  background: #252d33;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper-checked {
  color: #10a5cb;
  border: 1px solid #10a5cb;
}
.project-file-document .project-files-content .list-con .list-con-inner {
  height: calc(100% - 107px);
}

.project-file-document .bottom--fixed {
  position: relative !important;
}
.project-file-document .crumbs-block .navigation .crumb-title {
  max-width: 200px !important;
}

.project-file-document {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  background: #1f2529;
}
.project-file-document-fullscreen {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 3px dashed #cccccc;
  z-index: 100000;
  color: #d2d2d2;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100vh;
  line-height: 100vh;
  width: 100vw;
}
.project-file-document .crumbs-block {
  min-height: 100px !important;
}
.project-file-document .project-files-content {
  height: calc(100vh - 186px);
  padding-bottom: 16px;
  position: relative;
  background: #1f2529;
}
.project-file-document .project-files-content .list-con {
  width: 1200px;
  height: 100%;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.project-file-document .project-files-content .list-con .iso-filter-con {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-input,
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-selection {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #fff;
  background-color: #252d33;
  background-image: none;
  padding: 0 38px 0 14px;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown {
  color: #fff;
  background-color: #252d33;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown .ivu-select-item {
  color: #fff;
}
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown .ivu-select-item:hover,
.project-file-document .project-files-content .list-con .iso-filter-con .search-style .ivu-select-dropdown .ivu-select-item-focus {
  background: #565c63;
}
.project-file-document .project-files-content .list-con .iso-filter-con .common_search-input .ivu-input-icon {
  right: 4px !important;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-left .filter-title {
  width: 240px;
  height: 32px;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-left .filter-select {
  width: 240px;
  height: 32px;
  margin-left: 24px;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper:before,
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper:after {
  width: 0;
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper {
  background: #252d33;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-file-document .project-files-content .list-con .iso-filter-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper-checked {
  color: #10a5cb;
  border: 1px solid #10a5cb;
}
.project-file-document .project-files-content .list-con .list-con-inner {
  height: calc(100% - 107px);
}

.project-file-document .bottom--fixed {
  position: relative !important;
}
.project-file-document .crumbs-block .navigation .crumb-title {
  max-width: 200px !important;
}

.project-file-document {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  background: #1f2529;
}
.project-file-document-fullscreen {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border: 3px dashed #cccccc;
  z-index: 100000;
  color: #d2d2d2;
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100vh;
  line-height: 100vh;
  width: 100vw;
}
.project-file-document .crumbs-block {
  min-height: 100px !important;
}
.project-file-document .project-files-content {
  height: calc(100vh - 186px);
  padding-bottom: 16px;
  position: relative;
  background: #1f2529;
}
.project-file-document .project-files-content .list-con {
  width: 1200px;
  height: 100%;
  margin: 16px auto 0;
  background: #252d33;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.project-file-document .project-files-content .list-con .material-top-con {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-file-document .project-files-content .list-con .material-top-con .material-add-type-btn {
  background-color: #10a5cb;
  font-size: 14px;
  color: #fff;
}
.project-file-document .project-files-content .list-con .material-top-con .search-style .ivu-input,
.project-file-document .project-files-content .list-con .material-top-con .search-style .ivu-select-selection {
  border: 1px solid rgba(235, 237, 240, 0.3);
  color: #fff;
  background-color: #252d33;
  background-image: none;
  padding: 0 38px 0 14px;
}
.project-file-document .project-files-content .list-con .material-top-con .search-style .ivu-select-dropdown {
  color: #fff;
  background-color: #252d33;
}
.project-file-document .project-files-content .list-con .material-top-con .search-style .ivu-select-dropdown .ivu-select-item {
  color: #fff;
}
.project-file-document .project-files-content .list-con .material-top-con .search-style .ivu-select-dropdown .ivu-select-item:hover,
.project-file-document .project-files-content .list-con .material-top-con .search-style .ivu-select-dropdown .ivu-select-item-focus {
  background: #565c63;
}
.project-file-document .project-files-content .list-con .material-top-con .common_search-input .ivu-input-icon {
  right: 4px !important;
}
.project-file-document .project-files-content .list-con .material-top-con .filter-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-file-document .project-files-content .list-con .material-top-con .filter-left .filter-title {
  width: 240px;
  height: 32px;
}
.project-file-document .project-files-content .list-con .material-top-con .filter-left .filter-select {
  width: 240px;
  height: 32px;
  margin-left: 24px;
}
.project-file-document .project-files-content .list-con .material-top-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper:before,
.project-file-document .project-files-content .list-con .material-top-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper:after {
  width: 0;
}
.project-file-document .project-files-content .list-con .material-top-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper {
  background: #252d33;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(235, 237, 240, 0.3);
}
.project-file-document .project-files-content .list-con .material-top-con .filter-radio .ivu-radio-group-button .ivu-radio-wrapper-checked {
  color: #10a5cb;
  border: 1px solid #10a5cb;
}
.project-file-document .project-files-content .list-con .list-con-inner {
  height: calc(100% - 107px);
}

.project-file-document .bottom--fixed {
  position: relative !important;
}
.project-file-document .crumbs-block .navigation .crumb-title {
  max-width: 200px !important;
}

.material-table-con {
  position: relative;
  overflow: hidden;
  /* 滚动槽 */
  height: 100%;
  background: transparent;
}
.material-table-con ::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.material-table-con ::-webkit-scrollbar-track {
  border-radius: 10px;
}
.material-table-con ::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.5);
  border-radius: 4px;
}
.material-table-con .iso-yellow {
  color: #ffc130 !important;
}
.material-table-con .iso-green {
  color: #15d19f !important;
}
.material-table-con .iso-red {
  color: #f06b6b !important;
}
.material-table-con .iso-white {
  color: rgba(255, 255, 255, 0.6) !important;
}
.material-table-con .no-data {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.material-table-con .no-data img {
  width: 100px;
  height: 100px;
}
.material-table-con .ivu-table-wrapper {
  border: none;
}
.material-table-con .ivu-table::before {
  height: 0 !important;
}
.material-table-con .ivu-table::after {
  height: 0 !important;
}
.material-table-con .ivu-table {
  border: none;
  background: transparent;
  font-size: 14px;
}
.material-table-con .ivu-table .ivu-table-overflowY:hover {
  overflow-y: auto;
}
.material-table-con .ivu-table th {
  background: rgba(255, 255, 255, 0.05);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.material-table-con .ivu-table td {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.6);
  height: auto;
  padding: 0;
}
.material-table-con .ivu-table .ivu-table-row-hover {
  background: rgba(16, 165, 203, 0.1);
}
.material-table-con .ivu-table .my-row-class td {
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.material-table-con .ivu-table .my-parent-row-class td {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.material-table-con .ivu-table-cell-tree {
  background-color: rgba(16, 165, 203, 0);
  margin-right: 6px;
}
.material-table-con .my-record-item-status {
  background: #EF8000;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 4px 12px;
  margin-right: 32px;
}
.material-table-con .my-record-item-status.active {
  background: #009B59;
}
.material-table-con .my-progress {
  font-size: 14px;
  font-weight: 400;
}
.material-table-con .ivu-progress-text-inner {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.material-table-con .my-row {
  font-size: 14px;
  font-weight: 400;
  color: #10A5CB;
}
.material-table-con .ivu-progress-inner {
  background-color: rgba(255, 255, 255, 0.1);
}
.material-table-con .ivu-progress-success .ivu-progress-text .ivu-progress-text-inner {
  color: #19be6b;
}
.material-table-con .son-cell-class {
  font-size: 14px;
  padding: 16px 0;
}
.material-table-con .parent-cell-class {
  font-size: 16px;
  padding: 16px 0;
}
.material-table-con .ivu-table-cell-slot-inline-block {
  width: calc(100% - 68px);
}

.material-modal .ivu-modal-header {
  border-bottom: 1px solid #565C63;
}
.material-modal .ivu-modal-footer {
  border-top: 1px solid #565C63;
}

.drawing-tree[data-v-358085d9] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}
.iframe-wrap[data-v-358085d9] {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
.material-modal-header[data-v-358085d9] {
  border-bottom: 1px solid #565C63;
  padding: 16px 0;
}
.material-modal-header .material-modal-name[data-v-358085d9] {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.material-modal-header .material-modal-status[data-v-358085d9] {
  font-size: 14px;
  font-weight: 400;
  color: #FFC72B;
  background: rgba(255, 199, 43, 0.2);
  border-radius: 2px;
  padding: 6px 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.material-modal-header .material-modal-status.active[data-v-358085d9] {
  background: #009B59;
  color: #fff;
}
.material-modal-header .material-modal-type[data-v-358085d9] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  width: 70%;
}
.material-modal-inner[data-v-358085d9] {
  overflow-y: auto;
  height: 540px;
  overflow-x: hidden;
  position: relative;
  padding: 16px 0 0;
  /* border: 1px solid #dcdee2; */
}
.material-modal-inner .material-item-con .material-item[data-v-358085d9] {
  width: 240px;
  height: 240px;
  cursor: pointer;
  margin-bottom: 16px;
  position: relative;
  background: #1F2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.material-modal-inner .material-item-con .material-item .img-del[data-v-358085d9] {
  width: 24px;
  height: 24px;
  background: #C13939;
  border-radius: 0px 0px 0px 8px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 12;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.material-modal-inner .material-item-con .material-item.upload[data-v-358085d9] {
  font-size: 14px;
  font-weight: 400;
  color: #10A5CB;
  background: #1F2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid rgba(16, 165, 203, 0.4);
  margin-right: 0;
}
.material-modal-inner .material-item-con .material-item.file[data-v-358085d9] {
  font-size: 14px;
  font-weight: 400;
  background: #1F2529;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 0;
  padding: 16px;
}
.material-modal-inner .material-item-con .material-item.file .material-item-text[data-v-358085d9] {
  width: 100%;
  padding: 0 24px;
  margin-top: 16px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  font-weight: 600;
}
.material-modal-inner .material-item-con .material-item.file .material-item-text .material-item-name[data-v-358085d9] {
  width: 100%;
  word-break: break-word;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 380px) {
.material-modal-inner[data-v-358085d9] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
}
[data-v-358085d9] .ivu-tree-title-selected,
.ivu-tree-title-selected[data-v-358085d9]:hover {
  background-color: #d5e8fc21;
}
[data-v-358085d9] .ivu-tree-title:hover {
  background-color: #d5e8fc21;
}
[data-v-358085d9] .el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
}

.iframe-viewer-con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 50px;
  background: rgba(0, 0, 0, 0.6);
}
.iframe-viewer-con .iframe-viewer-con-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.iframe-viewer-con .close-icon {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  right: 13px;
  top: 13px;
}

.material-add-type-modal .ivu-modal-header {
  border-bottom: 1px solid #565C63;
}
.material-add-type-modal .ivu-modal-footer {
  border-top: 1px solid #565C63;
}

.drawing-tree[data-v-63c675e4] {
  margin-top: 10px;
  height: 500px;
  width: 930px;
  overflow-x: scroll;
  border: 1px solid #dcdee2;
}
.material-add-type-modal-inner[data-v-63c675e4] {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 16px 0;
  /* border: 1px solid #dcdee2; */
}
@media screen and (min-width: 380px) {
.material-add-type-modal-inner[data-v-63c675e4] {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
}
[data-v-63c675e4] .ivu-tree-title-selected,
.ivu-tree-title-selected[data-v-63c675e4]:hover {
  background-color: #d5e8fc21;
}
[data-v-63c675e4] .ivu-tree-title:hover {
  background-color: #d5e8fc21;
}
[data-v-63c675e4] .el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
  overflow-x: hidden;
}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014   \A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.media-body{-ms-flex:1;flex:1}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease, -webkit-transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ivu-load-loop {
  -webkit-animation: ani-load-loop 1s linear infinite;
          animation: ani-load-loop 1s linear infinite;
}
@-webkit-keyframes ani-load-loop {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani-load-loop {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.input-group-error-prepend,
.input-group-error-append {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.input-group-error-prepend .ivu-select-selection,
.input-group-error-append .ivu-select-selection {
  background-color: inherit;
  border: 1px solid transparent;
}
.input-group-error-prepend {
  border-right: 0;
}
.input-group-error-append {
  border-left: 0;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #515a6e;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
a {
  color: #2D8cF0;
  background: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #57a3f3;
}
a:active {
  color: #2b85e4;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
a[disabled] {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
code,
kbd,
pre,
samp {
  font-family: Consolas, Menlo, Courier, monospace;
}
/*
Ionicons, v2.0.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry  https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
*/
@font-face {
  font-family: "Ionicons";
  src: url(/static/fonts/ionicons.143146f.woff2) format("woff2"), url(/static/fonts/ionicons.99ac330.woff) format("woff"), url(/static/fonts/ionicons.d535a25.ttf) format("truetype"), url(/static/img/ionicons.a2c4a26.svg#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ivu-icon {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.125em;
  text-align: center;
}
.ivu-icon-ios-add-circle-outline:before {
  content: "\F100";
}
.ivu-icon-ios-add-circle:before {
  content: "\F101";
}
.ivu-icon-ios-add:before {
  content: "\F102";
}
.ivu-icon-ios-alarm-outline:before {
  content: "\F103";
}
.ivu-icon-ios-alarm:before {
  content: "\F104";
}
.ivu-icon-ios-albums-outline:before {
  content: "\F105";
}
.ivu-icon-ios-albums:before {
  content: "\F106";
}
.ivu-icon-ios-alert-outline:before {
  content: "\F107";
}
.ivu-icon-ios-alert:before {
  content: "\F108";
}
.ivu-icon-ios-american-football-outline:before {
  content: "\F109";
}
.ivu-icon-ios-american-football:before {
  content: "\F10A";
}
.ivu-icon-ios-analytics-outline:before {
  content: "\F10B";
}
.ivu-icon-ios-analytics:before {
  content: "\F10C";
}
.ivu-icon-ios-aperture-outline:before {
  content: "\F10D";
}
.ivu-icon-ios-aperture:before {
  content: "\F10E";
}
.ivu-icon-ios-apps-outline:before {
  content: "\F10F";
}
.ivu-icon-ios-apps:before {
  content: "\F110";
}
.ivu-icon-ios-appstore-outline:before {
  content: "\F111";
}
.ivu-icon-ios-appstore:before {
  content: "\F112";
}
.ivu-icon-ios-archive-outline:before {
  content: "\F113";
}
.ivu-icon-ios-archive:before {
  content: "\F114";
}
.ivu-icon-ios-arrow-back:before {
  content: "\F115";
}
.ivu-icon-ios-arrow-down:before {
  content: "\F116";
}
.ivu-icon-ios-arrow-dropdown-circle:before {
  content: "\F117";
}
.ivu-icon-ios-arrow-dropdown:before {
  content: "\F118";
}
.ivu-icon-ios-arrow-dropleft-circle:before {
  content: "\F119";
}
.ivu-icon-ios-arrow-dropleft:before {
  content: "\F11A";
}
.ivu-icon-ios-arrow-dropright-circle:before {
  content: "\F11B";
}
.ivu-icon-ios-arrow-dropright:before {
  content: "\F11C";
}
.ivu-icon-ios-arrow-dropup-circle:before {
  content: "\F11D";
}
.ivu-icon-ios-arrow-dropup:before {
  content: "\F11E";
}
.ivu-icon-ios-arrow-forward:before {
  content: "\F11F";
}
.ivu-icon-ios-arrow-round-back:before {
  content: "\F120";
}
.ivu-icon-ios-arrow-round-down:before {
  content: "\F121";
}
.ivu-icon-ios-arrow-round-forward:before {
  content: "\F122";
}
.ivu-icon-ios-arrow-round-up:before {
  content: "\F123";
}
.ivu-icon-ios-arrow-up:before {
  content: "\F124";
}
.ivu-icon-ios-at-outline:before {
  content: "\F125";
}
.ivu-icon-ios-at:before {
  content: "\F126";
}
.ivu-icon-ios-attach:before {
  content: "\F127";
}
.ivu-icon-ios-backspace-outline:before {
  content: "\F128";
}
.ivu-icon-ios-backspace:before {
  content: "\F129";
}
.ivu-icon-ios-barcode-outline:before {
  content: "\F12A";
}
.ivu-icon-ios-barcode:before {
  content: "\F12B";
}
.ivu-icon-ios-baseball-outline:before {
  content: "\F12C";
}
.ivu-icon-ios-baseball:before {
  content: "\F12D";
}
.ivu-icon-ios-basket-outline:before {
  content: "\F12E";
}
.ivu-icon-ios-basket:before {
  content: "\F12F";
}
.ivu-icon-ios-basketball-outline:before {
  content: "\F130";
}
.ivu-icon-ios-basketball:before {
  content: "\F131";
}
.ivu-icon-ios-battery-charging:before {
  content: "\F132";
}
.ivu-icon-ios-battery-dead:before {
  content: "\F133";
}
.ivu-icon-ios-battery-full:before {
  content: "\F134";
}
.ivu-icon-ios-beaker-outline:before {
  content: "\F135";
}
.ivu-icon-ios-beaker:before {
  content: "\F136";
}
.ivu-icon-ios-beer-outline:before {
  content: "\F137";
}
.ivu-icon-ios-beer:before {
  content: "\F138";
}
.ivu-icon-ios-bicycle:before {
  content: "\F139";
}
.ivu-icon-ios-bluetooth:before {
  content: "\F13A";
}
.ivu-icon-ios-boat-outline:before {
  content: "\F13B";
}
.ivu-icon-ios-boat:before {
  content: "\F13C";
}
.ivu-icon-ios-body-outline:before {
  content: "\F13D";
}
.ivu-icon-ios-body:before {
  content: "\F13E";
}
.ivu-icon-ios-bonfire-outline:before {
  content: "\F13F";
}
.ivu-icon-ios-bonfire:before {
  content: "\F140";
}
.ivu-icon-ios-book-outline:before {
  content: "\F141";
}
.ivu-icon-ios-book:before {
  content: "\F142";
}
.ivu-icon-ios-bookmark-outline:before {
  content: "\F143";
}
.ivu-icon-ios-bookmark:before {
  content: "\F144";
}
.ivu-icon-ios-bookmarks-outline:before {
  content: "\F145";
}
.ivu-icon-ios-bookmarks:before {
  content: "\F146";
}
.ivu-icon-ios-bowtie-outline:before {
  content: "\F147";
}
.ivu-icon-ios-bowtie:before {
  content: "\F148";
}
.ivu-icon-ios-briefcase-outline:before {
  content: "\F149";
}
.ivu-icon-ios-briefcase:before {
  content: "\F14A";
}
.ivu-icon-ios-browsers-outline:before {
  content: "\F14B";
}
.ivu-icon-ios-browsers:before {
  content: "\F14C";
}
.ivu-icon-ios-brush-outline:before {
  content: "\F14D";
}
.ivu-icon-ios-brush:before {
  content: "\F14E";
}
.ivu-icon-ios-bug-outline:before {
  content: "\F14F";
}
.ivu-icon-ios-bug:before {
  content: "\F150";
}
.ivu-icon-ios-build-outline:before {
  content: "\F151";
}
.ivu-icon-ios-build:before {
  content: "\F152";
}
.ivu-icon-ios-bulb-outline:before {
  content: "\F153";
}
.ivu-icon-ios-bulb:before {
  content: "\F154";
}
.ivu-icon-ios-bus-outline:before {
  content: "\F155";
}
.ivu-icon-ios-bus:before {
  content: "\F156";
}
.ivu-icon-ios-cafe-outline:before {
  content: "\F157";
}
.ivu-icon-ios-cafe:before {
  content: "\F158";
}
.ivu-icon-ios-calculator-outline:before {
  content: "\F159";
}
.ivu-icon-ios-calculator:before {
  content: "\F15A";
}
.ivu-icon-ios-calendar-outline:before {
  content: "\F15B";
}
.ivu-icon-ios-calendar:before {
  content: "\F15C";
}
.ivu-icon-ios-call-outline:before {
  content: "\F15D";
}
.ivu-icon-ios-call:before {
  content: "\F15E";
}
.ivu-icon-ios-camera-outline:before {
  content: "\F15F";
}
.ivu-icon-ios-camera:before {
  content: "\F160";
}
.ivu-icon-ios-car-outline:before {
  content: "\F161";
}
.ivu-icon-ios-car:before {
  content: "\F162";
}
.ivu-icon-ios-card-outline:before {
  content: "\F163";
}
.ivu-icon-ios-card:before {
  content: "\F164";
}
.ivu-icon-ios-cart-outline:before {
  content: "\F165";
}
.ivu-icon-ios-cart:before {
  content: "\F166";
}
.ivu-icon-ios-cash-outline:before {
  content: "\F167";
}
.ivu-icon-ios-cash:before {
  content: "\F168";
}
.ivu-icon-ios-chatboxes-outline:before {
  content: "\F169";
}
.ivu-icon-ios-chatboxes:before {
  content: "\F16A";
}
.ivu-icon-ios-chatbubbles-outline:before {
  content: "\F16B";
}
.ivu-icon-ios-chatbubbles:before {
  content: "\F16C";
}
.ivu-icon-ios-checkbox-outline:before {
  content: "\F16D";
}
.ivu-icon-ios-checkbox:before {
  content: "\F16E";
}
.ivu-icon-ios-checkmark-circle-outline:before {
  content: "\F16F";
}
.ivu-icon-ios-checkmark-circle:before {
  content: "\F170";
}
.ivu-icon-ios-checkmark:before {
  content: "\F171";
}
.ivu-icon-ios-clipboard-outline:before {
  content: "\F172";
}
.ivu-icon-ios-clipboard:before {
  content: "\F173";
}
.ivu-icon-ios-clock-outline:before {
  content: "\F174";
}
.ivu-icon-ios-clock:before {
  content: "\F175";
}
.ivu-icon-ios-close-circle-outline:before {
  content: "\F176";
}
.ivu-icon-ios-close-circle:before {
  content: "\F177";
}
.ivu-icon-ios-close:before {
  content: "\F178";
}
.ivu-icon-ios-closed-captioning-outline:before {
  content: "\F179";
}
.ivu-icon-ios-closed-captioning:before {
  content: "\F17A";
}
.ivu-icon-ios-cloud-circle-outline:before {
  content: "\F17B";
}
.ivu-icon-ios-cloud-circle:before {
  content: "\F17C";
}
.ivu-icon-ios-cloud-done-outline:before {
  content: "\F17D";
}
.ivu-icon-ios-cloud-done:before {
  content: "\F17E";
}
.ivu-icon-ios-cloud-download-outline:before {
  content: "\F17F";
}
.ivu-icon-ios-cloud-download:before {
  content: "\F180";
}
.ivu-icon-ios-cloud-outline:before {
  content: "\F181";
}
.ivu-icon-ios-cloud-upload-outline:before {
  content: "\F182";
}
.ivu-icon-ios-cloud-upload:before {
  content: "\F183";
}
.ivu-icon-ios-cloud:before {
  content: "\F184";
}
.ivu-icon-ios-cloudy-night-outline:before {
  content: "\F185";
}
.ivu-icon-ios-cloudy-night:before {
  content: "\F186";
}
.ivu-icon-ios-cloudy-outline:before {
  content: "\F187";
}
.ivu-icon-ios-cloudy:before {
  content: "\F188";
}
.ivu-icon-ios-code-download:before {
  content: "\F189";
}
.ivu-icon-ios-code-working:before {
  content: "\F18A";
}
.ivu-icon-ios-code:before {
  content: "\F18B";
}
.ivu-icon-ios-cog-outline:before {
  content: "\F18C";
}
.ivu-icon-ios-cog:before {
  content: "\F18D";
}
.ivu-icon-ios-color-fill-outline:before {
  content: "\F18E";
}
.ivu-icon-ios-color-fill:before {
  content: "\F18F";
}
.ivu-icon-ios-color-filter-outline:before {
  content: "\F190";
}
.ivu-icon-ios-color-filter:before {
  content: "\F191";
}
.ivu-icon-ios-color-palette-outline:before {
  content: "\F192";
}
.ivu-icon-ios-color-palette:before {
  content: "\F193";
}
.ivu-icon-ios-color-wand-outline:before {
  content: "\F194";
}
.ivu-icon-ios-color-wand:before {
  content: "\F195";
}
.ivu-icon-ios-compass-outline:before {
  content: "\F196";
}
.ivu-icon-ios-compass:before {
  content: "\F197";
}
.ivu-icon-ios-construct-outline:before {
  content: "\F198";
}
.ivu-icon-ios-construct:before {
  content: "\F199";
}
.ivu-icon-ios-contact-outline:before {
  content: "\F19A";
}
.ivu-icon-ios-contact:before {
  content: "\F19B";
}
.ivu-icon-ios-contacts-outline:before {
  content: "\F19C";
}
.ivu-icon-ios-contacts:before {
  content: "\F19D";
}
.ivu-icon-ios-contract:before {
  content: "\F19E";
}
.ivu-icon-ios-contrast:before {
  content: "\F19F";
}
.ivu-icon-ios-copy-outline:before {
  content: "\F1A0";
}
.ivu-icon-ios-copy:before {
  content: "\F1A1";
}
.ivu-icon-ios-create-outline:before {
  content: "\F1A2";
}
.ivu-icon-ios-create:before {
  content: "\F1A3";
}
.ivu-icon-ios-crop-outline:before {
  content: "\F1A4";
}
.ivu-icon-ios-crop:before {
  content: "\F1A5";
}
.ivu-icon-ios-cube-outline:before {
  content: "\F1A6";
}
.ivu-icon-ios-cube:before {
  content: "\F1A7";
}
.ivu-icon-ios-cut-outline:before {
  content: "\F1A8";
}
.ivu-icon-ios-cut:before {
  content: "\F1A9";
}
.ivu-icon-ios-desktop-outline:before {
  content: "\F1AA";
}
.ivu-icon-ios-desktop:before {
  content: "\F1AB";
}
.ivu-icon-ios-disc-outline:before {
  content: "\F1AC";
}
.ivu-icon-ios-disc:before {
  content: "\F1AD";
}
.ivu-icon-ios-document-outline:before {
  content: "\F1AE";
}
.ivu-icon-ios-document:before {
  content: "\F1AF";
}
.ivu-icon-ios-done-all:before {
  content: "\F1B0";
}
.ivu-icon-ios-download-outline:before {
  content: "\F1B1";
}
.ivu-icon-ios-download:before {
  content: "\F1B2";
}
.ivu-icon-ios-easel-outline:before {
  content: "\F1B3";
}
.ivu-icon-ios-easel:before {
  content: "\F1B4";
}
.ivu-icon-ios-egg-outline:before {
  content: "\F1B5";
}
.ivu-icon-ios-egg:before {
  content: "\F1B6";
}
.ivu-icon-ios-exit-outline:before {
  content: "\F1B7";
}
.ivu-icon-ios-exit:before {
  content: "\F1B8";
}
.ivu-icon-ios-expand:before {
  content: "\F1B9";
}
.ivu-icon-ios-eye-off-outline:before {
  content: "\F1BA";
}
.ivu-icon-ios-eye-off:before {
  content: "\F1BB";
}
.ivu-icon-ios-eye-outline:before {
  content: "\F1BC";
}
.ivu-icon-ios-eye:before {
  content: "\F1BD";
}
.ivu-icon-ios-fastforward-outline:before {
  content: "\F1BE";
}
.ivu-icon-ios-fastforward:before {
  content: "\F1BF";
}
.ivu-icon-ios-female:before {
  content: "\F1C0";
}
.ivu-icon-ios-filing-outline:before {
  content: "\F1C1";
}
.ivu-icon-ios-filing:before {
  content: "\F1C2";
}
.ivu-icon-ios-film-outline:before {
  content: "\F1C3";
}
.ivu-icon-ios-film:before {
  content: "\F1C4";
}
.ivu-icon-ios-finger-print:before {
  content: "\F1C5";
}
.ivu-icon-ios-flag-outline:before {
  content: "\F1C6";
}
.ivu-icon-ios-flag:before {
  content: "\F1C7";
}
.ivu-icon-ios-flame-outline:before {
  content: "\F1C8";
}
.ivu-icon-ios-flame:before {
  content: "\F1C9";
}
.ivu-icon-ios-flash-outline:before {
  content: "\F1CA";
}
.ivu-icon-ios-flash:before {
  content: "\F1CB";
}
.ivu-icon-ios-flask-outline:before {
  content: "\F1CC";
}
.ivu-icon-ios-flask:before {
  content: "\F1CD";
}
.ivu-icon-ios-flower-outline:before {
  content: "\F1CE";
}
.ivu-icon-ios-flower:before {
  content: "\F1CF";
}
.ivu-icon-ios-folder-open-outline:before {
  content: "\F1D0";
}
.ivu-icon-ios-folder-open:before {
  content: "\F1D1";
}
.ivu-icon-ios-folder-outline:before {
  content: "\F1D2";
}
.ivu-icon-ios-folder:before {
  content: "\F1D3";
}
.ivu-icon-ios-football-outline:before {
  content: "\F1D4";
}
.ivu-icon-ios-football:before {
  content: "\F1D5";
}
.ivu-icon-ios-funnel-outline:before {
  content: "\F1D6";
}
.ivu-icon-ios-funnel:before {
  content: "\F1D7";
}
.ivu-icon-ios-game-controller-a-outline:before {
  content: "\F1D8";
}
.ivu-icon-ios-game-controller-a:before {
  content: "\F1D9";
}
.ivu-icon-ios-game-controller-b-outline:before {
  content: "\F1DA";
}
.ivu-icon-ios-game-controller-b:before {
  content: "\F1DB";
}
.ivu-icon-ios-git-branch:before {
  content: "\F1DC";
}
.ivu-icon-ios-git-commit:before {
  content: "\F1DD";
}
.ivu-icon-ios-git-compare:before {
  content: "\F1DE";
}
.ivu-icon-ios-git-merge:before {
  content: "\F1DF";
}
.ivu-icon-ios-git-network:before {
  content: "\F1E0";
}
.ivu-icon-ios-git-pull-request:before {
  content: "\F1E1";
}
.ivu-icon-ios-glasses-outline:before {
  content: "\F1E2";
}
.ivu-icon-ios-glasses:before {
  content: "\F1E3";
}
.ivu-icon-ios-globe-outline:before {
  content: "\F1E4";
}
.ivu-icon-ios-globe:before {
  content: "\F1E5";
}
.ivu-icon-ios-grid-outline:before {
  content: "\F1E6";
}
.ivu-icon-ios-grid:before {
  content: "\F1E7";
}
.ivu-icon-ios-hammer-outline:before {
  content: "\F1E8";
}
.ivu-icon-ios-hammer:before {
  content: "\F1E9";
}
.ivu-icon-ios-hand-outline:before {
  content: "\F1EA";
}
.ivu-icon-ios-hand:before {
  content: "\F1EB";
}
.ivu-icon-ios-happy-outline:before {
  content: "\F1EC";
}
.ivu-icon-ios-happy:before {
  content: "\F1ED";
}
.ivu-icon-ios-headset-outline:before {
  content: "\F1EE";
}
.ivu-icon-ios-headset:before {
  content: "\F1EF";
}
.ivu-icon-ios-heart-outline:before {
  content: "\F1F0";
}
.ivu-icon-ios-heart:before {
  content: "\F1F1";
}
.ivu-icon-ios-help-buoy-outline:before {
  content: "\F1F2";
}
.ivu-icon-ios-help-buoy:before {
  content: "\F1F3";
}
.ivu-icon-ios-help-circle-outline:before {
  content: "\F1F4";
}
.ivu-icon-ios-help-circle:before {
  content: "\F1F5";
}
.ivu-icon-ios-help:before {
  content: "\F1F6";
}
.ivu-icon-ios-home-outline:before {
  content: "\F1F7";
}
.ivu-icon-ios-home:before {
  content: "\F1F8";
}
.ivu-icon-ios-ice-cream-outline:before {
  content: "\F1F9";
}
.ivu-icon-ios-ice-cream:before {
  content: "\F1FA";
}
.ivu-icon-ios-image-outline:before {
  content: "\F1FB";
}
.ivu-icon-ios-image:before {
  content: "\F1FC";
}
.ivu-icon-ios-images-outline:before {
  content: "\F1FD";
}
.ivu-icon-ios-images:before {
  content: "\F1FE";
}
.ivu-icon-ios-infinite-outline:before {
  content: "\F1FF";
}
.ivu-icon-ios-infinite:before {
  content: "\F200";
}
.ivu-icon-ios-information-circle-outline:before {
  content: "\F201";
}
.ivu-icon-ios-information-circle:before {
  content: "\F202";
}
.ivu-icon-ios-information:before {
  content: "\F203";
}
.ivu-icon-ios-ionic-outline:before {
  content: "\F204";
}
.ivu-icon-ios-ionic:before {
  content: "\F205";
}
.ivu-icon-ios-ionitron-outline:before {
  content: "\F206";
}
.ivu-icon-ios-ionitron:before {
  content: "\F207";
}
.ivu-icon-ios-jet-outline:before {
  content: "\F208";
}
.ivu-icon-ios-jet:before {
  content: "\F209";
}
.ivu-icon-ios-key-outline:before {
  content: "\F20A";
}
.ivu-icon-ios-key:before {
  content: "\F20B";
}
.ivu-icon-ios-keypad-outline:before {
  content: "\F20C";
}
.ivu-icon-ios-keypad:before {
  content: "\F20D";
}
.ivu-icon-ios-laptop:before {
  content: "\F20E";
}
.ivu-icon-ios-leaf-outline:before {
  content: "\F20F";
}
.ivu-icon-ios-leaf:before {
  content: "\F210";
}
.ivu-icon-ios-link-outline:before {
  content: "\F211";
}
.ivu-icon-ios-link:before {
  content: "\F212";
}
.ivu-icon-ios-list-box-outline:before {
  content: "\F213";
}
.ivu-icon-ios-list-box:before {
  content: "\F214";
}
.ivu-icon-ios-list:before {
  content: "\F215";
}
.ivu-icon-ios-locate-outline:before {
  content: "\F216";
}
.ivu-icon-ios-locate:before {
  content: "\F217";
}
.ivu-icon-ios-lock-outline:before {
  content: "\F218";
}
.ivu-icon-ios-lock:before {
  content: "\F219";
}
.ivu-icon-ios-log-in:before {
  content: "\F21A";
}
.ivu-icon-ios-log-out:before {
  content: "\F21B";
}
.ivu-icon-ios-magnet-outline:before {
  content: "\F21C";
}
.ivu-icon-ios-magnet:before {
  content: "\F21D";
}
.ivu-icon-ios-mail-open-outline:before {
  content: "\F21E";
}
.ivu-icon-ios-mail-open:before {
  content: "\F21F";
}
.ivu-icon-ios-mail-outline:before {
  content: "\F220";
}
.ivu-icon-ios-mail:before {
  content: "\F221";
}
.ivu-icon-ios-male:before {
  content: "\F222";
}
.ivu-icon-ios-man-outline:before {
  content: "\F223";
}
.ivu-icon-ios-man:before {
  content: "\F224";
}
.ivu-icon-ios-map-outline:before {
  content: "\F225";
}
.ivu-icon-ios-map:before {
  content: "\F226";
}
.ivu-icon-ios-medal-outline:before {
  content: "\F227";
}
.ivu-icon-ios-medal:before {
  content: "\F228";
}
.ivu-icon-ios-medical-outline:before {
  content: "\F229";
}
.ivu-icon-ios-medical:before {
  content: "\F22A";
}
.ivu-icon-ios-medkit-outline:before {
  content: "\F22B";
}
.ivu-icon-ios-medkit:before {
  content: "\F22C";
}
.ivu-icon-ios-megaphone-outline:before {
  content: "\F22D";
}
.ivu-icon-ios-megaphone:before {
  content: "\F22E";
}
.ivu-icon-ios-menu-outline:before {
  content: "\F22F";
}
.ivu-icon-ios-menu:before {
  content: "\F230";
}
.ivu-icon-ios-mic-off-outline:before {
  content: "\F231";
}
.ivu-icon-ios-mic-off:before {
  content: "\F232";
}
.ivu-icon-ios-mic-outline:before {
  content: "\F233";
}
.ivu-icon-ios-mic:before {
  content: "\F234";
}
.ivu-icon-ios-microphone-outline:before {
  content: "\F235";
}
.ivu-icon-ios-microphone:before {
  content: "\F236";
}
.ivu-icon-ios-moon-outline:before {
  content: "\F237";
}
.ivu-icon-ios-moon:before {
  content: "\F238";
}
.ivu-icon-ios-more-outline:before {
  content: "\F239";
}
.ivu-icon-ios-more:before {
  content: "\F23A";
}
.ivu-icon-ios-move:before {
  content: "\F23B";
}
.ivu-icon-ios-musical-note-outline:before {
  content: "\F23C";
}
.ivu-icon-ios-musical-note:before {
  content: "\F23D";
}
.ivu-icon-ios-musical-notes-outline:before {
  content: "\F23E";
}
.ivu-icon-ios-musical-notes:before {
  content: "\F23F";
}
.ivu-icon-ios-navigate-outline:before {
  content: "\F240";
}
.ivu-icon-ios-navigate:before {
  content: "\F241";
}
.ivu-icon-ios-no-smoking-outline:before {
  content: "\F242";
}
.ivu-icon-ios-no-smoking:before {
  content: "\F243";
}
.ivu-icon-ios-notifications-off-outline:before {
  content: "\F244";
}
.ivu-icon-ios-notifications-off:before {
  content: "\F245";
}
.ivu-icon-ios-notifications-outline:before {
  content: "\F246";
}
.ivu-icon-ios-notifications:before {
  content: "\F247";
}
.ivu-icon-ios-nuclear-outline:before {
  content: "\F248";
}
.ivu-icon-ios-nuclear:before {
  content: "\F249";
}
.ivu-icon-ios-nutrition-outline:before {
  content: "\F24A";
}
.ivu-icon-ios-nutrition:before {
  content: "\F24B";
}
.ivu-icon-ios-open-outline:before {
  content: "\F24C";
}
.ivu-icon-ios-open:before {
  content: "\F24D";
}
.ivu-icon-ios-options-outline:before {
  content: "\F24E";
}
.ivu-icon-ios-options:before {
  content: "\F24F";
}
.ivu-icon-ios-outlet-outline:before {
  content: "\F250";
}
.ivu-icon-ios-outlet:before {
  content: "\F251";
}
.ivu-icon-ios-paper-outline:before {
  content: "\F252";
}
.ivu-icon-ios-paper-plane-outline:before {
  content: "\F253";
}
.ivu-icon-ios-paper-plane:before {
  content: "\F254";
}
.ivu-icon-ios-paper:before {
  content: "\F255";
}
.ivu-icon-ios-partly-sunny-outline:before {
  content: "\F256";
}
.ivu-icon-ios-partly-sunny:before {
  content: "\F257";
}
.ivu-icon-ios-pause-outline:before {
  content: "\F258";
}
.ivu-icon-ios-pause:before {
  content: "\F259";
}
.ivu-icon-ios-paw-outline:before {
  content: "\F25A";
}
.ivu-icon-ios-paw:before {
  content: "\F25B";
}
.ivu-icon-ios-people-outline:before {
  content: "\F25C";
}
.ivu-icon-ios-people:before {
  content: "\F25D";
}
.ivu-icon-ios-person-add-outline:before {
  content: "\F25E";
}
.ivu-icon-ios-person-add:before {
  content: "\F25F";
}
.ivu-icon-ios-person-outline:before {
  content: "\F260";
}
.ivu-icon-ios-person:before {
  content: "\F261";
}
.ivu-icon-ios-phone-landscape:before {
  content: "\F262";
}
.ivu-icon-ios-phone-portrait:before {
  content: "\F263";
}
.ivu-icon-ios-photos-outline:before {
  content: "\F264";
}
.ivu-icon-ios-photos:before {
  content: "\F265";
}
.ivu-icon-ios-pie-outline:before {
  content: "\F266";
}
.ivu-icon-ios-pie:before {
  content: "\F267";
}
.ivu-icon-ios-pin-outline:before {
  content: "\F268";
}
.ivu-icon-ios-pin:before {
  content: "\F269";
}
.ivu-icon-ios-pint-outline:before {
  content: "\F26A";
}
.ivu-icon-ios-pint:before {
  content: "\F26B";
}
.ivu-icon-ios-pizza-outline:before {
  content: "\F26C";
}
.ivu-icon-ios-pizza:before {
  content: "\F26D";
}
.ivu-icon-ios-plane-outline:before {
  content: "\F26E";
}
.ivu-icon-ios-plane:before {
  content: "\F26F";
}
.ivu-icon-ios-planet-outline:before {
  content: "\F270";
}
.ivu-icon-ios-planet:before {
  content: "\F271";
}
.ivu-icon-ios-play-outline:before {
  content: "\F272";
}
.ivu-icon-ios-play:before {
  content: "\F273";
}
.ivu-icon-ios-podium-outline:before {
  content: "\F274";
}
.ivu-icon-ios-podium:before {
  content: "\F275";
}
.ivu-icon-ios-power-outline:before {
  content: "\F276";
}
.ivu-icon-ios-power:before {
  content: "\F277";
}
.ivu-icon-ios-pricetag-outline:before {
  content: "\F278";
}
.ivu-icon-ios-pricetag:before {
  content: "\F279";
}
.ivu-icon-ios-pricetags-outline:before {
  content: "\F27A";
}
.ivu-icon-ios-pricetags:before {
  content: "\F27B";
}
.ivu-icon-ios-print-outline:before {
  content: "\F27C";
}
.ivu-icon-ios-print:before {
  content: "\F27D";
}
.ivu-icon-ios-pulse-outline:before {
  content: "\F27E";
}
.ivu-icon-ios-pulse:before {
  content: "\F27F";
}
.ivu-icon-ios-qr-scanner:before {
  content: "\F280";
}
.ivu-icon-ios-quote-outline:before {
  content: "\F281";
}
.ivu-icon-ios-quote:before {
  content: "\F282";
}
.ivu-icon-ios-radio-button-off:before {
  content: "\F283";
}
.ivu-icon-ios-radio-button-on:before {
  content: "\F284";
}
.ivu-icon-ios-radio-outline:before {
  content: "\F285";
}
.ivu-icon-ios-radio:before {
  content: "\F286";
}
.ivu-icon-ios-rainy-outline:before {
  content: "\F287";
}
.ivu-icon-ios-rainy:before {
  content: "\F288";
}
.ivu-icon-ios-recording-outline:before {
  content: "\F289";
}
.ivu-icon-ios-recording:before {
  content: "\F28A";
}
.ivu-icon-ios-redo-outline:before {
  content: "\F28B";
}
.ivu-icon-ios-redo:before {
  content: "\F28C";
}
.ivu-icon-ios-refresh-circle-outline:before {
  content: "\F28D";
}
.ivu-icon-ios-refresh-circle:before {
  content: "\F28E";
}
.ivu-icon-ios-refresh:before {
  content: "\F28F";
}
.ivu-icon-ios-remove-circle-outline:before {
  content: "\F290";
}
.ivu-icon-ios-remove-circle:before {
  content: "\F291";
}
.ivu-icon-ios-remove:before {
  content: "\F292";
}
.ivu-icon-ios-reorder:before {
  content: "\F293";
}
.ivu-icon-ios-repeat:before {
  content: "\F294";
}
.ivu-icon-ios-resize:before {
  content: "\F295";
}
.ivu-icon-ios-restaurant-outline:before {
  content: "\F296";
}
.ivu-icon-ios-restaurant:before {
  content: "\F297";
}
.ivu-icon-ios-return-left:before {
  content: "\F298";
}
.ivu-icon-ios-return-right:before {
  content: "\F299";
}
.ivu-icon-ios-reverse-camera-outline:before {
  content: "\F29A";
}
.ivu-icon-ios-reverse-camera:before {
  content: "\F29B";
}
.ivu-icon-ios-rewind-outline:before {
  content: "\F29C";
}
.ivu-icon-ios-rewind:before {
  content: "\F29D";
}
.ivu-icon-ios-ribbon-outline:before {
  content: "\F29E";
}
.ivu-icon-ios-ribbon:before {
  content: "\F29F";
}
.ivu-icon-ios-rose-outline:before {
  content: "\F2A0";
}
.ivu-icon-ios-rose:before {
  content: "\F2A1";
}
.ivu-icon-ios-sad-outline:before {
  content: "\F2A2";
}
.ivu-icon-ios-sad:before {
  content: "\F2A3";
}
.ivu-icon-ios-school-outline:before {
  content: "\F2A4";
}
.ivu-icon-ios-school:before {
  content: "\F2A5";
}
.ivu-icon-ios-search-outline:before {
  content: "\F2A6";
}
.ivu-icon-ios-search:before {
  content: "\F2A7";
}
.ivu-icon-ios-send-outline:before {
  content: "\F2A8";
}
.ivu-icon-ios-send:before {
  content: "\F2A9";
}
.ivu-icon-ios-settings-outline:before {
  content: "\F2AA";
}
.ivu-icon-ios-settings:before {
  content: "\F2AB";
}
.ivu-icon-ios-share-alt-outline:before {
  content: "\F2AC";
}
.ivu-icon-ios-share-alt:before {
  content: "\F2AD";
}
.ivu-icon-ios-share-outline:before {
  content: "\F2AE";
}
.ivu-icon-ios-share:before {
  content: "\F2AF";
}
.ivu-icon-ios-shirt-outline:before {
  content: "\F2B0";
}
.ivu-icon-ios-shirt:before {
  content: "\F2B1";
}
.ivu-icon-ios-shuffle:before {
  content: "\F2B2";
}
.ivu-icon-ios-skip-backward-outline:before {
  content: "\F2B3";
}
.ivu-icon-ios-skip-backward:before {
  content: "\F2B4";
}
.ivu-icon-ios-skip-forward-outline:before {
  content: "\F2B5";
}
.ivu-icon-ios-skip-forward:before {
  content: "\F2B6";
}
.ivu-icon-ios-snow-outline:before {
  content: "\F2B7";
}
.ivu-icon-ios-snow:before {
  content: "\F2B8";
}
.ivu-icon-ios-speedometer-outline:before {
  content: "\F2B9";
}
.ivu-icon-ios-speedometer:before {
  content: "\F2BA";
}
.ivu-icon-ios-square-outline:before {
  content: "\F2BB";
}
.ivu-icon-ios-square:before {
  content: "\F2BC";
}
.ivu-icon-ios-star-half:before {
  content: "\F2BD";
}
.ivu-icon-ios-star-outline:before {
  content: "\F2BE";
}
.ivu-icon-ios-star:before {
  content: "\F2BF";
}
.ivu-icon-ios-stats-outline:before {
  content: "\F2C0";
}
.ivu-icon-ios-stats:before {
  content: "\F2C1";
}
.ivu-icon-ios-stopwatch-outline:before {
  content: "\F2C2";
}
.ivu-icon-ios-stopwatch:before {
  content: "\F2C3";
}
.ivu-icon-ios-subway-outline:before {
  content: "\F2C4";
}
.ivu-icon-ios-subway:before {
  content: "\F2C5";
}
.ivu-icon-ios-sunny-outline:before {
  content: "\F2C6";
}
.ivu-icon-ios-sunny:before {
  content: "\F2C7";
}
.ivu-icon-ios-swap:before {
  content: "\F2C8";
}
.ivu-icon-ios-switch-outline:before {
  content: "\F2C9";
}
.ivu-icon-ios-switch:before {
  content: "\F2CA";
}
.ivu-icon-ios-sync:before {
  content: "\F2CB";
}
.ivu-icon-ios-tablet-landscape:before {
  content: "\F2CC";
}
.ivu-icon-ios-tablet-portrait:before {
  content: "\F2CD";
}
.ivu-icon-ios-tennisball-outline:before {
  content: "\F2CE";
}
.ivu-icon-ios-tennisball:before {
  content: "\F2CF";
}
.ivu-icon-ios-text-outline:before {
  content: "\F2D0";
}
.ivu-icon-ios-text:before {
  content: "\F2D1";
}
.ivu-icon-ios-thermometer-outline:before {
  content: "\F2D2";
}
.ivu-icon-ios-thermometer:before {
  content: "\F2D3";
}
.ivu-icon-ios-thumbs-down-outline:before {
  content: "\F2D4";
}
.ivu-icon-ios-thumbs-down:before {
  content: "\F2D5";
}
.ivu-icon-ios-thumbs-up-outline:before {
  content: "\F2D6";
}
.ivu-icon-ios-thumbs-up:before {
  content: "\F2D7";
}
.ivu-icon-ios-thunderstorm-outline:before {
  content: "\F2D8";
}
.ivu-icon-ios-thunderstorm:before {
  content: "\F2D9";
}
.ivu-icon-ios-time-outline:before {
  content: "\F2DA";
}
.ivu-icon-ios-time:before {
  content: "\F2DB";
}
.ivu-icon-ios-timer-outline:before {
  content: "\F2DC";
}
.ivu-icon-ios-timer:before {
  content: "\F2DD";
}
.ivu-icon-ios-train-outline:before {
  content: "\F2DE";
}
.ivu-icon-ios-train:before {
  content: "\F2DF";
}
.ivu-icon-ios-transgender:before {
  content: "\F2E0";
}
.ivu-icon-ios-trash-outline:before {
  content: "\F2E1";
}
.ivu-icon-ios-trash:before {
  content: "\F2E2";
}
.ivu-icon-ios-trending-down:before {
  content: "\F2E3";
}
.ivu-icon-ios-trending-up:before {
  content: "\F2E4";
}
.ivu-icon-ios-trophy-outline:before {
  content: "\F2E5";
}
.ivu-icon-ios-trophy:before {
  content: "\F2E6";
}
.ivu-icon-ios-umbrella-outline:before {
  content: "\F2E7";
}
.ivu-icon-ios-umbrella:before {
  content: "\F2E8";
}
.ivu-icon-ios-undo-outline:before {
  content: "\F2E9";
}
.ivu-icon-ios-undo:before {
  content: "\F2EA";
}
.ivu-icon-ios-unlock-outline:before {
  content: "\F2EB";
}
.ivu-icon-ios-unlock:before {
  content: "\F2EC";
}
.ivu-icon-ios-videocam-outline:before {
  content: "\F2ED";
}
.ivu-icon-ios-videocam:before {
  content: "\F2EE";
}
.ivu-icon-ios-volume-down:before {
  content: "\F2EF";
}
.ivu-icon-ios-volume-mute:before {
  content: "\F2F0";
}
.ivu-icon-ios-volume-off:before {
  content: "\F2F1";
}
.ivu-icon-ios-volume-up:before {
  content: "\F2F2";
}
.ivu-icon-ios-walk:before {
  content: "\F2F3";
}
.ivu-icon-ios-warning-outline:before {
  content: "\F2F4";
}
.ivu-icon-ios-warning:before {
  content: "\F2F5";
}
.ivu-icon-ios-watch:before {
  content: "\F2F6";
}
.ivu-icon-ios-water-outline:before {
  content: "\F2F7";
}
.ivu-icon-ios-water:before {
  content: "\F2F8";
}
.ivu-icon-ios-wifi-outline:before {
  content: "\F2F9";
}
.ivu-icon-ios-wifi:before {
  content: "\F2FA";
}
.ivu-icon-ios-wine-outline:before {
  content: "\F2FB";
}
.ivu-icon-ios-wine:before {
  content: "\F2FC";
}
.ivu-icon-ios-woman-outline:before {
  content: "\F2FD";
}
.ivu-icon-ios-woman:before {
  content: "\F2FE";
}
.ivu-icon-logo-android:before {
  content: "\F2FF";
}
.ivu-icon-logo-angular:before {
  content: "\F300";
}
.ivu-icon-logo-apple:before {
  content: "\F301";
}
.ivu-icon-logo-bitcoin:before {
  content: "\F302";
}
.ivu-icon-logo-buffer:before {
  content: "\F303";
}
.ivu-icon-logo-chrome:before {
  content: "\F304";
}
.ivu-icon-logo-codepen:before {
  content: "\F305";
}
.ivu-icon-logo-css3:before {
  content: "\F306";
}
.ivu-icon-logo-designernews:before {
  content: "\F307";
}
.ivu-icon-logo-dribbble:before {
  content: "\F308";
}
.ivu-icon-logo-dropbox:before {
  content: "\F309";
}
.ivu-icon-logo-euro:before {
  content: "\F30A";
}
.ivu-icon-logo-facebook:before {
  content: "\F30B";
}
.ivu-icon-logo-foursquare:before {
  content: "\F30C";
}
.ivu-icon-logo-freebsd-devil:before {
  content: "\F30D";
}
.ivu-icon-logo-github:before {
  content: "\F30E";
}
.ivu-icon-logo-google:before {
  content: "\F30F";
}
.ivu-icon-logo-googleplus:before {
  content: "\F310";
}
.ivu-icon-logo-hackernews:before {
  content: "\F311";
}
.ivu-icon-logo-html5:before {
  content: "\F312";
}
.ivu-icon-logo-instagram:before {
  content: "\F313";
}
.ivu-icon-logo-javascript:before {
  content: "\F314";
}
.ivu-icon-logo-linkedin:before {
  content: "\F315";
}
.ivu-icon-logo-markdown:before {
  content: "\F316";
}
.ivu-icon-logo-nodejs:before {
  content: "\F317";
}
.ivu-icon-logo-octocat:before {
  content: "\F318";
}
.ivu-icon-logo-pinterest:before {
  content: "\F319";
}
.ivu-icon-logo-playstation:before {
  content: "\F31A";
}
.ivu-icon-logo-python:before {
  content: "\F31B";
}
.ivu-icon-logo-reddit:before {
  content: "\F31C";
}
.ivu-icon-logo-rss:before {
  content: "\F31D";
}
.ivu-icon-logo-sass:before {
  content: "\F31E";
}
.ivu-icon-logo-skype:before {
  content: "\F31F";
}
.ivu-icon-logo-snapchat:before {
  content: "\F320";
}
.ivu-icon-logo-steam:before {
  content: "\F321";
}
.ivu-icon-logo-tumblr:before {
  content: "\F322";
}
.ivu-icon-logo-tux:before {
  content: "\F323";
}
.ivu-icon-logo-twitch:before {
  content: "\F324";
}
.ivu-icon-logo-twitter:before {
  content: "\F325";
}
.ivu-icon-logo-usd:before {
  content: "\F326";
}
.ivu-icon-logo-vimeo:before {
  content: "\F327";
}
.ivu-icon-logo-whatsapp:before {
  content: "\F328";
}
.ivu-icon-logo-windows:before {
  content: "\F329";
}
.ivu-icon-logo-wordpress:before {
  content: "\F32A";
}
.ivu-icon-logo-xbox:before {
  content: "\F32B";
}
.ivu-icon-logo-yahoo:before {
  content: "\F32C";
}
.ivu-icon-logo-yen:before {
  content: "\F32D";
}
.ivu-icon-logo-youtube:before {
  content: "\F32E";
}
.ivu-icon-md-add-circle:before {
  content: "\F32F";
}
.ivu-icon-md-add:before {
  content: "\F330";
}
.ivu-icon-md-alarm:before {
  content: "\F331";
}
.ivu-icon-md-albums:before {
  content: "\F332";
}
.ivu-icon-md-alert:before {
  content: "\F333";
}
.ivu-icon-md-american-football:before {
  content: "\F334";
}
.ivu-icon-md-analytics:before {
  content: "\F335";
}
.ivu-icon-md-aperture:before {
  content: "\F336";
}
.ivu-icon-md-apps:before {
  content: "\F337";
}
.ivu-icon-md-appstore:before {
  content: "\F338";
}
.ivu-icon-md-archive:before {
  content: "\F339";
}
.ivu-icon-md-arrow-back:before {
  content: "\F33A";
}
.ivu-icon-md-arrow-down:before {
  content: "\F33B";
}
.ivu-icon-md-arrow-dropdown-circle:before {
  content: "\F33C";
}
.ivu-icon-md-arrow-dropdown:before {
  content: "\F33D";
}
.ivu-icon-md-arrow-dropleft-circle:before {
  content: "\F33E";
}
.ivu-icon-md-arrow-dropleft:before {
  content: "\F33F";
}
.ivu-icon-md-arrow-dropright-circle:before {
  content: "\F340";
}
.ivu-icon-md-arrow-dropright:before {
  content: "\F341";
}
.ivu-icon-md-arrow-dropup-circle:before {
  content: "\F342";
}
.ivu-icon-md-arrow-dropup:before {
  content: "\F343";
}
.ivu-icon-md-arrow-forward:before {
  content: "\F344";
}
.ivu-icon-md-arrow-round-back:before {
  content: "\F345";
}
.ivu-icon-md-arrow-round-down:before {
  content: "\F346";
}
.ivu-icon-md-arrow-round-forward:before {
  content: "\F347";
}
.ivu-icon-md-arrow-round-up:before {
  content: "\F348";
}
.ivu-icon-md-arrow-up:before {
  content: "\F349";
}
.ivu-icon-md-at:before {
  content: "\F34A";
}
.ivu-icon-md-attach:before {
  content: "\F34B";
}
.ivu-icon-md-backspace:before {
  content: "\F34C";
}
.ivu-icon-md-barcode:before {
  content: "\F34D";
}
.ivu-icon-md-baseball:before {
  content: "\F34E";
}
.ivu-icon-md-basket:before {
  content: "\F34F";
}
.ivu-icon-md-basketball:before {
  content: "\F350";
}
.ivu-icon-md-battery-charging:before {
  content: "\F351";
}
.ivu-icon-md-battery-dead:before {
  content: "\F352";
}
.ivu-icon-md-battery-full:before {
  content: "\F353";
}
.ivu-icon-md-beaker:before {
  content: "\F354";
}
.ivu-icon-md-beer:before {
  content: "\F355";
}
.ivu-icon-md-bicycle:before {
  content: "\F356";
}
.ivu-icon-md-bluetooth:before {
  content: "\F357";
}
.ivu-icon-md-boat:before {
  content: "\F358";
}
.ivu-icon-md-body:before {
  content: "\F359";
}
.ivu-icon-md-bonfire:before {
  content: "\F35A";
}
.ivu-icon-md-book:before {
  content: "\F35B";
}
.ivu-icon-md-bookmark:before {
  content: "\F35C";
}
.ivu-icon-md-bookmarks:before {
  content: "\F35D";
}
.ivu-icon-md-bowtie:before {
  content: "\F35E";
}
.ivu-icon-md-briefcase:before {
  content: "\F35F";
}
.ivu-icon-md-browsers:before {
  content: "\F360";
}
.ivu-icon-md-brush:before {
  content: "\F361";
}
.ivu-icon-md-bug:before {
  content: "\F362";
}
.ivu-icon-md-build:before {
  content: "\F363";
}
.ivu-icon-md-bulb:before {
  content: "\F364";
}
.ivu-icon-md-bus:before {
  content: "\F365";
}
.ivu-icon-md-cafe:before {
  content: "\F366";
}
.ivu-icon-md-calculator:before {
  content: "\F367";
}
.ivu-icon-md-calendar:before {
  content: "\F368";
}
.ivu-icon-md-call:before {
  content: "\F369";
}
.ivu-icon-md-camera:before {
  content: "\F36A";
}
.ivu-icon-md-car:before {
  content: "\F36B";
}
.ivu-icon-md-card:before {
  content: "\F36C";
}
.ivu-icon-md-cart:before {
  content: "\F36D";
}
.ivu-icon-md-cash:before {
  content: "\F36E";
}
.ivu-icon-md-chatboxes:before {
  content: "\F36F";
}
.ivu-icon-md-chatbubbles:before {
  content: "\F370";
}
.ivu-icon-md-checkbox-outline:before {
  content: "\F371";
}
.ivu-icon-md-checkbox:before {
  content: "\F372";
}
.ivu-icon-md-checkmark-circle-outline:before {
  content: "\F373";
}
.ivu-icon-md-checkmark-circle:before {
  content: "\F374";
}
.ivu-icon-md-checkmark:before {
  content: "\F375";
}
.ivu-icon-md-clipboard:before {
  content: "\F376";
}
.ivu-icon-md-clock:before {
  content: "\F377";
}
.ivu-icon-md-close-circle:before {
  content: "\F378";
}
.ivu-icon-md-close:before {
  content: "\F379";
}
.ivu-icon-md-closed-captioning:before {
  content: "\F37A";
}
.ivu-icon-md-cloud-circle:before {
  content: "\F37B";
}
.ivu-icon-md-cloud-done:before {
  content: "\F37C";
}
.ivu-icon-md-cloud-download:before {
  content: "\F37D";
}
.ivu-icon-md-cloud-outline:before {
  content: "\F37E";
}
.ivu-icon-md-cloud-upload:before {
  content: "\F37F";
}
.ivu-icon-md-cloud:before {
  content: "\F380";
}
.ivu-icon-md-cloudy-night:before {
  content: "\F381";
}
.ivu-icon-md-cloudy:before {
  content: "\F382";
}
.ivu-icon-md-code-download:before {
  content: "\F383";
}
.ivu-icon-md-code-working:before {
  content: "\F384";
}
.ivu-icon-md-code:before {
  content: "\F385";
}
.ivu-icon-md-cog:before {
  content: "\F386";
}
.ivu-icon-md-color-fill:before {
  content: "\F387";
}
.ivu-icon-md-color-filter:before {
  content: "\F388";
}
.ivu-icon-md-color-palette:before {
  content: "\F389";
}
.ivu-icon-md-color-wand:before {
  content: "\F38A";
}
.ivu-icon-md-compass:before {
  content: "\F38B";
}
.ivu-icon-md-construct:before {
  content: "\F38C";
}
.ivu-icon-md-contact:before {
  content: "\F38D";
}
.ivu-icon-md-contacts:before {
  content: "\F38E";
}
.ivu-icon-md-contract:before {
  content: "\F38F";
}
.ivu-icon-md-contrast:before {
  content: "\F390";
}
.ivu-icon-md-copy:before {
  content: "\F391";
}
.ivu-icon-md-create:before {
  content: "\F392";
}
.ivu-icon-md-crop:before {
  content: "\F393";
}
.ivu-icon-md-cube:before {
  content: "\F394";
}
.ivu-icon-md-cut:before {
  content: "\F395";
}
.ivu-icon-md-desktop:before {
  content: "\F396";
}
.ivu-icon-md-disc:before {
  content: "\F397";
}
.ivu-icon-md-document:before {
  content: "\F398";
}
.ivu-icon-md-done-all:before {
  content: "\F399";
}
.ivu-icon-md-download:before {
  content: "\F39A";
}
.ivu-icon-md-easel:before {
  content: "\F39B";
}
.ivu-icon-md-egg:before {
  content: "\F39C";
}
.ivu-icon-md-exit:before {
  content: "\F39D";
}
.ivu-icon-md-expand:before {
  content: "\F39E";
}
.ivu-icon-md-eye-off:before {
  content: "\F39F";
}
.ivu-icon-md-eye:before {
  content: "\F3A0";
}
.ivu-icon-md-fastforward:before {
  content: "\F3A1";
}
.ivu-icon-md-female:before {
  content: "\F3A2";
}
.ivu-icon-md-filing:before {
  content: "\F3A3";
}
.ivu-icon-md-film:before {
  content: "\F3A4";
}
.ivu-icon-md-finger-print:before {
  content: "\F3A5";
}
.ivu-icon-md-flag:before {
  content: "\F3A6";
}
.ivu-icon-md-flame:before {
  content: "\F3A7";
}
.ivu-icon-md-flash:before {
  content: "\F3A8";
}
.ivu-icon-md-flask:before {
  content: "\F3A9";
}
.ivu-icon-md-flower:before {
  content: "\F3AA";
}
.ivu-icon-md-folder-open:before {
  content: "\F3AB";
}
.ivu-icon-md-folder:before {
  content: "\F3AC";
}
.ivu-icon-md-football:before {
  content: "\F3AD";
}
.ivu-icon-md-funnel:before {
  content: "\F3AE";
}
.ivu-icon-md-game-controller-a:before {
  content: "\F3AF";
}
.ivu-icon-md-game-controller-b:before {
  content: "\F3B0";
}
.ivu-icon-md-git-branch:before {
  content: "\F3B1";
}
.ivu-icon-md-git-commit:before {
  content: "\F3B2";
}
.ivu-icon-md-git-compare:before {
  content: "\F3B3";
}
.ivu-icon-md-git-merge:before {
  content: "\F3B4";
}
.ivu-icon-md-git-network:before {
  content: "\F3B5";
}
.ivu-icon-md-git-pull-request:before {
  content: "\F3B6";
}
.ivu-icon-md-glasses:before {
  content: "\F3B7";
}
.ivu-icon-md-globe:before {
  content: "\F3B8";
}
.ivu-icon-md-grid:before {
  content: "\F3B9";
}
.ivu-icon-md-hammer:before {
  content: "\F3BA";
}
.ivu-icon-md-hand:before {
  content: "\F3BB";
}
.ivu-icon-md-happy:before {
  content: "\F3BC";
}
.ivu-icon-md-headset:before {
  content: "\F3BD";
}
.ivu-icon-md-heart-outline:before {
  content: "\F3BE";
}
.ivu-icon-md-heart:before {
  content: "\F3BF";
}
.ivu-icon-md-help-buoy:before {
  content: "\F3C0";
}
.ivu-icon-md-help-circle:before {
  content: "\F3C1";
}
.ivu-icon-md-help:before {
  content: "\F3C2";
}
.ivu-icon-md-home:before {
  content: "\F3C3";
}
.ivu-icon-md-ice-cream:before {
  content: "\F3C4";
}
.ivu-icon-md-image:before {
  content: "\F3C5";
}
.ivu-icon-md-images:before {
  content: "\F3C6";
}
.ivu-icon-md-infinite:before {
  content: "\F3C7";
}
.ivu-icon-md-information-circle:before {
  content: "\F3C8";
}
.ivu-icon-md-information:before {
  content: "\F3C9";
}
.ivu-icon-md-ionic:before {
  content: "\F3CA";
}
.ivu-icon-md-ionitron:before {
  content: "\F3CB";
}
.ivu-icon-md-jet:before {
  content: "\F3CC";
}
.ivu-icon-md-key:before {
  content: "\F3CD";
}
.ivu-icon-md-keypad:before {
  content: "\F3CE";
}
.ivu-icon-md-laptop:before {
  content: "\F3CF";
}
.ivu-icon-md-leaf:before {
  content: "\F3D0";
}
.ivu-icon-md-link:before {
  content: "\F3D1";
}
.ivu-icon-md-list-box:before {
  content: "\F3D2";
}
.ivu-icon-md-list:before {
  content: "\F3D3";
}
.ivu-icon-md-locate:before {
  content: "\F3D4";
}
.ivu-icon-md-lock:before {
  content: "\F3D5";
}
.ivu-icon-md-log-in:before {
  content: "\F3D6";
}
.ivu-icon-md-log-out:before {
  content: "\F3D7";
}
.ivu-icon-md-magnet:before {
  content: "\F3D8";
}
.ivu-icon-md-mail-open:before {
  content: "\F3D9";
}
.ivu-icon-md-mail:before {
  content: "\F3DA";
}
.ivu-icon-md-male:before {
  content: "\F3DB";
}
.ivu-icon-md-man:before {
  content: "\F3DC";
}
.ivu-icon-md-map:before {
  content: "\F3DD";
}
.ivu-icon-md-medal:before {
  content: "\F3DE";
}
.ivu-icon-md-medical:before {
  content: "\F3DF";
}
.ivu-icon-md-medkit:before {
  content: "\F3E0";
}
.ivu-icon-md-megaphone:before {
  content: "\F3E1";
}
.ivu-icon-md-menu:before {
  content: "\F3E2";
}
.ivu-icon-md-mic-off:before {
  content: "\F3E3";
}
.ivu-icon-md-mic:before {
  content: "\F3E4";
}
.ivu-icon-md-microphone:before {
  content: "\F3E5";
}
.ivu-icon-md-moon:before {
  content: "\F3E6";
}
.ivu-icon-md-more:before {
  content: "\F3E7";
}
.ivu-icon-md-move:before {
  content: "\F3E8";
}
.ivu-icon-md-musical-note:before {
  content: "\F3E9";
}
.ivu-icon-md-musical-notes:before {
  content: "\F3EA";
}
.ivu-icon-md-navigate:before {
  content: "\F3EB";
}
.ivu-icon-md-no-smoking:before {
  content: "\F3EC";
}
.ivu-icon-md-notifications-off:before {
  content: "\F3ED";
}
.ivu-icon-md-notifications-outline:before {
  content: "\F3EE";
}
.ivu-icon-md-notifications:before {
  content: "\F3EF";
}
.ivu-icon-md-nuclear:before {
  content: "\F3F0";
}
.ivu-icon-md-nutrition:before {
  content: "\F3F1";
}
.ivu-icon-md-open:before {
  content: "\F3F2";
}
.ivu-icon-md-options:before {
  content: "\F3F3";
}
.ivu-icon-md-outlet:before {
  content: "\F3F4";
}
.ivu-icon-md-paper-plane:before {
  content: "\F3F5";
}
.ivu-icon-md-paper:before {
  content: "\F3F6";
}
.ivu-icon-md-partly-sunny:before {
  content: "\F3F7";
}
.ivu-icon-md-pause:before {
  content: "\F3F8";
}
.ivu-icon-md-paw:before {
  content: "\F3F9";
}
.ivu-icon-md-people:before {
  content: "\F3FA";
}
.ivu-icon-md-person-add:before {
  content: "\F3FB";
}
.ivu-icon-md-person:before {
  content: "\F3FC";
}
.ivu-icon-md-phone-landscape:before {
  content: "\F3FD";
}
.ivu-icon-md-phone-portrait:before {
  content: "\F3FE";
}
.ivu-icon-md-photos:before {
  content: "\F3FF";
}
.ivu-icon-md-pie:before {
  content: "\F400";
}
.ivu-icon-md-pin:before {
  content: "\F401";
}
.ivu-icon-md-pint:before {
  content: "\F402";
}
.ivu-icon-md-pizza:before {
  content: "\F403";
}
.ivu-icon-md-plane:before {
  content: "\F404";
}
.ivu-icon-md-planet:before {
  content: "\F405";
}
.ivu-icon-md-play:before {
  content: "\F406";
}
.ivu-icon-md-podium:before {
  content: "\F407";
}
.ivu-icon-md-power:before {
  content: "\F408";
}
.ivu-icon-md-pricetag:before {
  content: "\F409";
}
.ivu-icon-md-pricetags:before {
  content: "\F40A";
}
.ivu-icon-md-print:before {
  content: "\F40B";
}
.ivu-icon-md-pulse:before {
  content: "\F40C";
}
.ivu-icon-md-qr-scanner:before {
  content: "\F40D";
}
.ivu-icon-md-quote:before {
  content: "\F40E";
}
.ivu-icon-md-radio-button-off:before {
  content: "\F40F";
}
.ivu-icon-md-radio-button-on:before {
  content: "\F410";
}
.ivu-icon-md-radio:before {
  content: "\F411";
}
.ivu-icon-md-rainy:before {
  content: "\F412";
}
.ivu-icon-md-recording:before {
  content: "\F413";
}
.ivu-icon-md-redo:before {
  content: "\F414";
}
.ivu-icon-md-refresh-circle:before {
  content: "\F415";
}
.ivu-icon-md-refresh:before {
  content: "\F416";
}
.ivu-icon-md-remove-circle:before {
  content: "\F417";
}
.ivu-icon-md-remove:before {
  content: "\F418";
}
.ivu-icon-md-reorder:before {
  content: "\F419";
}
.ivu-icon-md-repeat:before {
  content: "\F41A";
}
.ivu-icon-md-resize:before {
  content: "\F41B";
}
.ivu-icon-md-restaurant:before {
  content: "\F41C";
}
.ivu-icon-md-return-left:before {
  content: "\F41D";
}
.ivu-icon-md-return-right:before {
  content: "\F41E";
}
.ivu-icon-md-reverse-camera:before {
  content: "\F41F";
}
.ivu-icon-md-rewind:before {
  content: "\F420";
}
.ivu-icon-md-ribbon:before {
  content: "\F421";
}
.ivu-icon-md-rose:before {
  content: "\F422";
}
.ivu-icon-md-sad:before {
  content: "\F423";
}
.ivu-icon-md-school:before {
  content: "\F424";
}
.ivu-icon-md-search:before {
  content: "\F425";
}
.ivu-icon-md-send:before {
  content: "\F426";
}
.ivu-icon-md-settings:before {
  content: "\F427";
}
.ivu-icon-md-share-alt:before {
  content: "\F428";
}
.ivu-icon-md-share:before {
  content: "\F429";
}
.ivu-icon-md-shirt:before {
  content: "\F42A";
}
.ivu-icon-md-shuffle:before {
  content: "\F42B";
}
.ivu-icon-md-skip-backward:before {
  content: "\F42C";
}
.ivu-icon-md-skip-forward:before {
  content: "\F42D";
}
.ivu-icon-md-snow:before {
  content: "\F42E";
}
.ivu-icon-md-speedometer:before {
  content: "\F42F";
}
.ivu-icon-md-square-outline:before {
  content: "\F430";
}
.ivu-icon-md-square:before {
  content: "\F431";
}
.ivu-icon-md-star-half:before {
  content: "\F432";
}
.ivu-icon-md-star-outline:before {
  content: "\F433";
}
.ivu-icon-md-star:before {
  content: "\F434";
}
.ivu-icon-md-stats:before {
  content: "\F435";
}
.ivu-icon-md-stopwatch:before {
  content: "\F436";
}
.ivu-icon-md-subway:before {
  content: "\F437";
}
.ivu-icon-md-sunny:before {
  content: "\F438";
}
.ivu-icon-md-swap:before {
  content: "\F439";
}
.ivu-icon-md-switch:before {
  content: "\F43A";
}
.ivu-icon-md-sync:before {
  content: "\F43B";
}
.ivu-icon-md-tablet-landscape:before {
  content: "\F43C";
}
.ivu-icon-md-tablet-portrait:before {
  content: "\F43D";
}
.ivu-icon-md-tennisball:before {
  content: "\F43E";
}
.ivu-icon-md-text:before {
  content: "\F43F";
}
.ivu-icon-md-thermometer:before {
  content: "\F440";
}
.ivu-icon-md-thumbs-down:before {
  content: "\F441";
}
.ivu-icon-md-thumbs-up:before {
  content: "\F442";
}
.ivu-icon-md-thunderstorm:before {
  content: "\F443";
}
.ivu-icon-md-time:before {
  content: "\F444";
}
.ivu-icon-md-timer:before {
  content: "\F445";
}
.ivu-icon-md-train:before {
  content: "\F446";
}
.ivu-icon-md-transgender:before {
  content: "\F447";
}
.ivu-icon-md-trash:before {
  content: "\F448";
}
.ivu-icon-md-trending-down:before {
  content: "\F449";
}
.ivu-icon-md-trending-up:before {
  content: "\F44A";
}
.ivu-icon-md-trophy:before {
  content: "\F44B";
}
.ivu-icon-md-umbrella:before {
  content: "\F44C";
}
.ivu-icon-md-undo:before {
  content: "\F44D";
}
.ivu-icon-md-unlock:before {
  content: "\F44E";
}
.ivu-icon-md-videocam:before {
  content: "\F44F";
}
.ivu-icon-md-volume-down:before {
  content: "\F450";
}
.ivu-icon-md-volume-mute:before {
  content: "\F451";
}
.ivu-icon-md-volume-off:before {
  content: "\F452";
}
.ivu-icon-md-volume-up:before {
  content: "\F453";
}
.ivu-icon-md-walk:before {
  content: "\F454";
}
.ivu-icon-md-warning:before {
  content: "\F455";
}
.ivu-icon-md-watch:before {
  content: "\F456";
}
.ivu-icon-md-water:before {
  content: "\F457";
}
.ivu-icon-md-wifi:before {
  content: "\F458";
}
.ivu-icon-md-wine:before {
  content: "\F459";
}
.ivu-icon-md-woman:before {
  content: "\F45A";
}
.ivu-icon-ios-loading:before {
  content: "\F45B";
}
.ivu-row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  zoom: 1;
  display: block;
}
.ivu-row:before,
.ivu-row:after {
  content: "";
  display: table;
}
.ivu-row:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ivu-row-flex:before,
.ivu-row-flex:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ivu-row-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ivu-row-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ivu-row-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ivu-row-flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ivu-row-flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ivu-row-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ivu-row-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ivu-row-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ivu-col {
  position: relative;
  display: block;
}
.ivu-col-span-1,
.ivu-col-span-2,
.ivu-col-span-3,
.ivu-col-span-4,
.ivu-col-span-5,
.ivu-col-span-6,
.ivu-col-span-7,
.ivu-col-span-8,
.ivu-col-span-9,
.ivu-col-span-10,
.ivu-col-span-11,
.ivu-col-span-12,
.ivu-col-span-13,
.ivu-col-span-14,
.ivu-col-span-15,
.ivu-col-span-16,
.ivu-col-span-17,
.ivu-col-span-18,
.ivu-col-span-19,
.ivu-col-span-20,
.ivu-col-span-21,
.ivu-col-span-22,
.ivu-col-span-23,
.ivu-col-span-24 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ivu-col-span-24 {
  display: block;
  width: 100%;
}
.ivu-col-push-24 {
  left: 100%;
}
.ivu-col-pull-24 {
  right: 100%;
}
.ivu-col-offset-24 {
  margin-left: 100%;
}
.ivu-col-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ivu-col-span-23 {
  display: block;
  width: 95.83333333%;
}
.ivu-col-push-23 {
  left: 95.83333333%;
}
.ivu-col-pull-23 {
  right: 95.83333333%;
}
.ivu-col-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ivu-col-span-22 {
  display: block;
  width: 91.66666667%;
}
.ivu-col-push-22 {
  left: 91.66666667%;
}
.ivu-col-pull-22 {
  right: 91.66666667%;
}
.ivu-col-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ivu-col-span-21 {
  display: block;
  width: 87.5%;
}
.ivu-col-push-21 {
  left: 87.5%;
}
.ivu-col-pull-21 {
  right: 87.5%;
}
.ivu-col-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ivu-col-span-20 {
  display: block;
  width: 83.33333333%;
}
.ivu-col-push-20 {
  left: 83.33333333%;
}
.ivu-col-pull-20 {
  right: 83.33333333%;
}
.ivu-col-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ivu-col-span-19 {
  display: block;
  width: 79.16666667%;
}
.ivu-col-push-19 {
  left: 79.16666667%;
}
.ivu-col-pull-19 {
  right: 79.16666667%;
}
.ivu-col-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ivu-col-span-18 {
  display: block;
  width: 75%;
}
.ivu-col-push-18 {
  left: 75%;
}
.ivu-col-pull-18 {
  right: 75%;
}
.ivu-col-offset-18 {
  margin-left: 75%;
}
.ivu-col-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ivu-col-span-17 {
  display: block;
  width: 70.83333333%;
}
.ivu-col-push-17 {
  left: 70.83333333%;
}
.ivu-col-pull-17 {
  right: 70.83333333%;
}
.ivu-col-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ivu-col-span-16 {
  display: block;
  width: 66.66666667%;
}
.ivu-col-push-16 {
  left: 66.66666667%;
}
.ivu-col-pull-16 {
  right: 66.66666667%;
}
.ivu-col-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ivu-col-span-15 {
  display: block;
  width: 62.5%;
}
.ivu-col-push-15 {
  left: 62.5%;
}
.ivu-col-pull-15 {
  right: 62.5%;
}
.ivu-col-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ivu-col-span-14 {
  display: block;
  width: 58.33333333%;
}
.ivu-col-push-14 {
  left: 58.33333333%;
}
.ivu-col-pull-14 {
  right: 58.33333333%;
}
.ivu-col-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ivu-col-span-13 {
  display: block;
  width: 54.16666667%;
}
.ivu-col-push-13 {
  left: 54.16666667%;
}
.ivu-col-pull-13 {
  right: 54.16666667%;
}
.ivu-col-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ivu-col-span-12 {
  display: block;
  width: 50%;
}
.ivu-col-push-12 {
  left: 50%;
}
.ivu-col-pull-12 {
  right: 50%;
}
.ivu-col-offset-12 {
  margin-left: 50%;
}
.ivu-col-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ivu-col-span-11 {
  display: block;
  width: 45.83333333%;
}
.ivu-col-push-11 {
  left: 45.83333333%;
}
.ivu-col-pull-11 {
  right: 45.83333333%;
}
.ivu-col-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ivu-col-span-10 {
  display: block;
  width: 41.66666667%;
}
.ivu-col-push-10 {
  left: 41.66666667%;
}
.ivu-col-pull-10 {
  right: 41.66666667%;
}
.ivu-col-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ivu-col-span-9 {
  display: block;
  width: 37.5%;
}
.ivu-col-push-9 {
  left: 37.5%;
}
.ivu-col-pull-9 {
  right: 37.5%;
}
.ivu-col-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ivu-col-span-8 {
  display: block;
  width: 33.33333333%;
}
.ivu-col-push-8 {
  left: 33.33333333%;
}
.ivu-col-pull-8 {
  right: 33.33333333%;
}
.ivu-col-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ivu-col-span-7 {
  display: block;
  width: 29.16666667%;
}
.ivu-col-push-7 {
  left: 29.16666667%;
}
.ivu-col-pull-7 {
  right: 29.16666667%;
}
.ivu-col-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ivu-col-span-6 {
  display: block;
  width: 25%;
}
.ivu-col-push-6 {
  left: 25%;
}
.ivu-col-pull-6 {
  right: 25%;
}
.ivu-col-offset-6 {
  margin-left: 25%;
}
.ivu-col-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ivu-col-span-5 {
  display: block;
  width: 20.83333333%;
}
.ivu-col-push-5 {
  left: 20.83333333%;
}
.ivu-col-pull-5 {
  right: 20.83333333%;
}
.ivu-col-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ivu-col-span-4 {
  display: block;
  width: 16.66666667%;
}
.ivu-col-push-4 {
  left: 16.66666667%;
}
.ivu-col-pull-4 {
  right: 16.66666667%;
}
.ivu-col-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ivu-col-span-3 {
  display: block;
  width: 12.5%;
}
.ivu-col-push-3 {
  left: 12.5%;
}
.ivu-col-pull-3 {
  right: 12.5%;
}
.ivu-col-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ivu-col-span-2 {
  display: block;
  width: 8.33333333%;
}
.ivu-col-push-2 {
  left: 8.33333333%;
}
.ivu-col-pull-2 {
  right: 8.33333333%;
}
.ivu-col-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ivu-col-span-1 {
  display: block;
  width: 4.16666667%;
}
.ivu-col-push-1 {
  left: 4.16666667%;
}
.ivu-col-pull-1 {
  right: 4.16666667%;
}
.ivu-col-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ivu-col-span-0 {
  display: none;
}
.ivu-col-push-0 {
  left: auto;
}
.ivu-col-pull-0 {
  right: auto;
}
.ivu-col-offset-0 {
  margin-left: 0;
}
.ivu-col-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ivu-col-span-xs-1,
.ivu-col-span-xs-2,
.ivu-col-span-xs-3,
.ivu-col-span-xs-4,
.ivu-col-span-xs-5,
.ivu-col-span-xs-6,
.ivu-col-span-xs-7,
.ivu-col-span-xs-8,
.ivu-col-span-xs-9,
.ivu-col-span-xs-10,
.ivu-col-span-xs-11,
.ivu-col-span-xs-12,
.ivu-col-span-xs-13,
.ivu-col-span-xs-14,
.ivu-col-span-xs-15,
.ivu-col-span-xs-16,
.ivu-col-span-xs-17,
.ivu-col-span-xs-18,
.ivu-col-span-xs-19,
.ivu-col-span-xs-20,
.ivu-col-span-xs-21,
.ivu-col-span-xs-22,
.ivu-col-span-xs-23,
.ivu-col-span-xs-24 {
  float: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ivu-col-span-xs-24 {
  display: block;
  width: 100%;
}
.ivu-col-xs-push-24 {
  left: 100%;
}
.ivu-col-xs-pull-24 {
  right: 100%;
}
.ivu-col-xs-offset-24 {
  margin-left: 100%;
}
.ivu-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ivu-col-span-xs-23 {
  display: block;
  width: 95.83333333%;
}
.ivu-col-xs-push-23 {
  left: 95.83333333%;
}
.ivu-col-xs-pull-23 {
  right: 95.83333333%;
}
.ivu-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ivu-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ivu-col-span-xs-22 {
  display: block;
  width: 91.66666667%;
}
.ivu-col-xs-push-22 {
  left: 91.66666667%;
}
.ivu-col-xs-pull-22 {
  right: 91.66666667%;
}
.ivu-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ivu-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ivu-col-span-xs-21 {
  display: block;
  width: 87.5%;
}
.ivu-col-xs-push-21 {
  left: 87.5%;
}
.ivu-col-xs-pull-21 {
  right: 87.5%;
}
.ivu-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ivu-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ivu-col-span-xs-20 {
  display: block;
  width: 83.33333333%;
}
.ivu-col-xs-push-20 {
  left: 83.33333333%;
}
.ivu-col-xs-pull-20 {
  right: 83.33333333%;
}
.ivu-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ivu-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ivu-col-span-xs-19 {
  display: block;
  width: 79.16666667%;
}
.ivu-col-xs-push-19 {
  left: 79.16666667%;
}
.ivu-col-xs-pull-19 {
  right: 79.16666667%;
}
.ivu-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ivu-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ivu-col-span-xs-18 {
  display: block;
  width: 75%;
}
.ivu-col-xs-push-18 {
  left: 75%;
}
.ivu-col-xs-pull-18 {
  right: 75%;
}
.ivu-col-xs-offset-18 {
  margin-left: 75%;
}
.ivu-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ivu-col-span-xs-17 {
  display: block;
  width: 70.83333333%;
}
.ivu-col-xs-push-17 {
  left: 70.83333333%;
}
.ivu-col-xs-pull-17 {
  right: 70.83333333%;
}
.ivu-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ivu-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ivu-col-span-xs-16 {
  display: block;
  width: 66.66666667%;
}
.ivu-col-xs-push-16 {
  left: 66.66666667%;
}
.ivu-col-xs-pull-16 {
  right: 66.66666667%;
}
.ivu-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ivu-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ivu-col-span-xs-15 {
  display: block;
  width: 62.5%;
}
.ivu-col-xs-push-15 {
  left: 62.5%;
}
.ivu-col-xs-pull-15 {
  right: 62.5%;
}
.ivu-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ivu-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ivu-col-span-xs-14 {
  display: block;
  width: 58.33333333%;
}
.ivu-col-xs-push-14 {
  left: 58.33333333%;
}
.ivu-col-xs-pull-14 {
  right: 58.33333333%;
}
.ivu-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ivu-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ivu-col-span-xs-13 {
  display: block;
  width: 54.16666667%;
}
.ivu-col-xs-push-13 {
  left: 54.16666667%;
}
.ivu-col-xs-pull-13 {
  right: 54.16666667%;
}
.ivu-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ivu-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ivu-col-span-xs-12 {
  display: block;
  width: 50%;
}
.ivu-col-xs-push-12 {
  left: 50%;
}
.ivu-col-xs-pull-12 {
  right: 50%;
}
.ivu-col-xs-offset-12 {
  margin-left: 50%;
}
.ivu-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ivu-col-span-xs-11 {
  display: block;
  width: 45.83333333%;
}
.ivu-col-xs-push-11 {
  left: 45.83333333%;
}
.ivu-col-xs-pull-11 {
  right: 45.83333333%;
}
.ivu-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ivu-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ivu-col-span-xs-10 {
  display: block;
  width: 41.66666667%;
}
.ivu-col-xs-push-10 {
  left: 41.66666667%;
}
.ivu-col-xs-pull-10 {
  right: 41.66666667%;
}
.ivu-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ivu-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ivu-col-span-xs-9 {
  display: block;
  width: 37.5%;
}
.ivu-col-xs-push-9 {
  left: 37.5%;
}
.ivu-col-xs-pull-9 {
  right: 37.5%;
}
.ivu-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ivu-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ivu-col-span-xs-8 {
  display: block;
  width: 33.33333333%;
}
.ivu-col-xs-push-8 {
  left: 33.33333333%;
}
.ivu-col-xs-pull-8 {
  right: 33.33333333%;
}
.ivu-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ivu-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ivu-col-span-xs-7 {
  display: block;
  width: 29.16666667%;
}
.ivu-col-xs-push-7 {
  left: 29.16666667%;
}
.ivu-col-xs-pull-7 {
  right: 29.16666667%;
}
.ivu-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ivu-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ivu-col-span-xs-6 {
  display: block;
  width: 25%;
}
.ivu-col-xs-push-6 {
  left: 25%;
}
.ivu-col-xs-pull-6 {
  right: 25%;
}
.ivu-col-xs-offset-6 {
  margin-left: 25%;
}
.ivu-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ivu-col-span-xs-5 {
  display: block;
  width: 20.83333333%;
}
.ivu-col-xs-push-5 {
  left: 20.83333333%;
}
.ivu-col-xs-pull-5 {
  right: 20.83333333%;
}
.ivu-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ivu-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ivu-col-span-xs-4 {
  display: block;
  width: 16.66666667%;
}
.ivu-col-xs-push-4 {
  left: 16.66666667%;
}
.ivu-col-xs-pull-4 {
  right: 16.66666667%;
}
.ivu-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ivu-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ivu-col-span-xs-3 {
  display: block;
  width: 12.5%;
}
.ivu-col-xs-push-3 {
  left: 12.5%;
}
.ivu-col-xs-pull-3 {
  right: 12.5%;
}
.ivu-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ivu-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ivu-col-span-xs-2 {
  display: block;
  width: 8.33333333%;
}
.ivu-col-xs-push-2 {
  left: 8.33333333%;
}
.ivu-col-xs-pull-2 {
  right: 8.33333333%;
}
.ivu-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ivu-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ivu-col-span-xs-1 {
  display: block;
  width: 4.16666667%;
}
.ivu-col-xs-push-1 {
  left: 4.16666667%;
}
.ivu-col-xs-pull-1 {
  right: 4.16666667%;
}
.ivu-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ivu-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ivu-col-span-xs-0 {
  display: none;
}
.ivu-col-xs-push-0 {
  left: auto;
}
.ivu-col-xs-pull-0 {
  right: auto;
}
.ivu-col-xs-offset-0 {
  margin-left: 0;
}
.ivu-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 576px) {
  .ivu-col-span-sm-1,
  .ivu-col-span-sm-2,
  .ivu-col-span-sm-3,
  .ivu-col-span-sm-4,
  .ivu-col-span-sm-5,
  .ivu-col-span-sm-6,
  .ivu-col-span-sm-7,
  .ivu-col-span-sm-8,
  .ivu-col-span-sm-9,
  .ivu-col-span-sm-10,
  .ivu-col-span-sm-11,
  .ivu-col-span-sm-12,
  .ivu-col-span-sm-13,
  .ivu-col-span-sm-14,
  .ivu-col-span-sm-15,
  .ivu-col-span-sm-16,
  .ivu-col-span-sm-17,
  .ivu-col-span-sm-18,
  .ivu-col-span-sm-19,
  .ivu-col-span-sm-20,
  .ivu-col-span-sm-21,
  .ivu-col-span-sm-22,
  .ivu-col-span-sm-23,
  .ivu-col-span-sm-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ivu-col-span-sm-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-sm-push-24 {
    left: 100%;
  }
  .ivu-col-sm-pull-24 {
    right: 100%;
  }
  .ivu-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ivu-col-span-sm-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ivu-col-span-sm-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ivu-col-span-sm-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-sm-push-21 {
    left: 87.5%;
  }
  .ivu-col-sm-pull-21 {
    right: 87.5%;
  }
  .ivu-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ivu-col-span-sm-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ivu-col-span-sm-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ivu-col-span-sm-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-sm-push-18 {
    left: 75%;
  }
  .ivu-col-sm-pull-18 {
    right: 75%;
  }
  .ivu-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ivu-col-span-sm-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ivu-col-span-sm-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ivu-col-span-sm-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-sm-push-15 {
    left: 62.5%;
  }
  .ivu-col-sm-pull-15 {
    right: 62.5%;
  }
  .ivu-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ivu-col-span-sm-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ivu-col-span-sm-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ivu-col-span-sm-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-sm-push-12 {
    left: 50%;
  }
  .ivu-col-sm-pull-12 {
    right: 50%;
  }
  .ivu-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ivu-col-span-sm-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ivu-col-span-sm-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ivu-col-span-sm-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-sm-push-9 {
    left: 37.5%;
  }
  .ivu-col-sm-pull-9 {
    right: 37.5%;
  }
  .ivu-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ivu-col-span-sm-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ivu-col-span-sm-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ivu-col-span-sm-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-sm-push-6 {
    left: 25%;
  }
  .ivu-col-sm-pull-6 {
    right: 25%;
  }
  .ivu-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ivu-col-span-sm-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ivu-col-span-sm-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ivu-col-span-sm-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-sm-push-3 {
    left: 12.5%;
  }
  .ivu-col-sm-pull-3 {
    right: 12.5%;
  }
  .ivu-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ivu-col-span-sm-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ivu-col-span-sm-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ivu-col-span-sm-0 {
    display: none;
  }
  .ivu-col-sm-push-0 {
    left: auto;
  }
  .ivu-col-sm-pull-0 {
    right: auto;
  }
  .ivu-col-sm-offset-0 {
    margin-left: 0;
  }
  .ivu-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .ivu-col-span-md-1,
  .ivu-col-span-md-2,
  .ivu-col-span-md-3,
  .ivu-col-span-md-4,
  .ivu-col-span-md-5,
  .ivu-col-span-md-6,
  .ivu-col-span-md-7,
  .ivu-col-span-md-8,
  .ivu-col-span-md-9,
  .ivu-col-span-md-10,
  .ivu-col-span-md-11,
  .ivu-col-span-md-12,
  .ivu-col-span-md-13,
  .ivu-col-span-md-14,
  .ivu-col-span-md-15,
  .ivu-col-span-md-16,
  .ivu-col-span-md-17,
  .ivu-col-span-md-18,
  .ivu-col-span-md-19,
  .ivu-col-span-md-20,
  .ivu-col-span-md-21,
  .ivu-col-span-md-22,
  .ivu-col-span-md-23,
  .ivu-col-span-md-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ivu-col-span-md-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-md-push-24 {
    left: 100%;
  }
  .ivu-col-md-pull-24 {
    right: 100%;
  }
  .ivu-col-md-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ivu-col-span-md-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-md-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ivu-col-span-md-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-md-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ivu-col-span-md-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-md-push-21 {
    left: 87.5%;
  }
  .ivu-col-md-pull-21 {
    right: 87.5%;
  }
  .ivu-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ivu-col-span-md-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-md-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ivu-col-span-md-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-md-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ivu-col-span-md-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-md-push-18 {
    left: 75%;
  }
  .ivu-col-md-pull-18 {
    right: 75%;
  }
  .ivu-col-md-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ivu-col-span-md-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-md-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ivu-col-span-md-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-md-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ivu-col-span-md-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-md-push-15 {
    left: 62.5%;
  }
  .ivu-col-md-pull-15 {
    right: 62.5%;
  }
  .ivu-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ivu-col-span-md-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-md-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ivu-col-span-md-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-md-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ivu-col-span-md-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-md-push-12 {
    left: 50%;
  }
  .ivu-col-md-pull-12 {
    right: 50%;
  }
  .ivu-col-md-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ivu-col-span-md-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-md-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ivu-col-span-md-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-md-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ivu-col-span-md-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-md-push-9 {
    left: 37.5%;
  }
  .ivu-col-md-pull-9 {
    right: 37.5%;
  }
  .ivu-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ivu-col-span-md-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-md-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ivu-col-span-md-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-md-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ivu-col-span-md-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-md-push-6 {
    left: 25%;
  }
  .ivu-col-md-pull-6 {
    right: 25%;
  }
  .ivu-col-md-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ivu-col-span-md-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-md-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ivu-col-span-md-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-md-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ivu-col-span-md-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-md-push-3 {
    left: 12.5%;
  }
  .ivu-col-md-pull-3 {
    right: 12.5%;
  }
  .ivu-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ivu-col-span-md-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-md-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ivu-col-span-md-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-md-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ivu-col-span-md-0 {
    display: none;
  }
  .ivu-col-md-push-0 {
    left: auto;
  }
  .ivu-col-md-pull-0 {
    right: auto;
  }
  .ivu-col-md-offset-0 {
    margin-left: 0;
  }
  .ivu-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .ivu-col-span-lg-1,
  .ivu-col-span-lg-2,
  .ivu-col-span-lg-3,
  .ivu-col-span-lg-4,
  .ivu-col-span-lg-5,
  .ivu-col-span-lg-6,
  .ivu-col-span-lg-7,
  .ivu-col-span-lg-8,
  .ivu-col-span-lg-9,
  .ivu-col-span-lg-10,
  .ivu-col-span-lg-11,
  .ivu-col-span-lg-12,
  .ivu-col-span-lg-13,
  .ivu-col-span-lg-14,
  .ivu-col-span-lg-15,
  .ivu-col-span-lg-16,
  .ivu-col-span-lg-17,
  .ivu-col-span-lg-18,
  .ivu-col-span-lg-19,
  .ivu-col-span-lg-20,
  .ivu-col-span-lg-21,
  .ivu-col-span-lg-22,
  .ivu-col-span-lg-23,
  .ivu-col-span-lg-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ivu-col-span-lg-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-lg-push-24 {
    left: 100%;
  }
  .ivu-col-lg-pull-24 {
    right: 100%;
  }
  .ivu-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ivu-col-span-lg-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ivu-col-span-lg-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ivu-col-span-lg-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-lg-push-21 {
    left: 87.5%;
  }
  .ivu-col-lg-pull-21 {
    right: 87.5%;
  }
  .ivu-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ivu-col-span-lg-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ivu-col-span-lg-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ivu-col-span-lg-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-lg-push-18 {
    left: 75%;
  }
  .ivu-col-lg-pull-18 {
    right: 75%;
  }
  .ivu-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ivu-col-span-lg-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ivu-col-span-lg-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ivu-col-span-lg-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-lg-push-15 {
    left: 62.5%;
  }
  .ivu-col-lg-pull-15 {
    right: 62.5%;
  }
  .ivu-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ivu-col-span-lg-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ivu-col-span-lg-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ivu-col-span-lg-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-lg-push-12 {
    left: 50%;
  }
  .ivu-col-lg-pull-12 {
    right: 50%;
  }
  .ivu-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ivu-col-span-lg-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ivu-col-span-lg-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ivu-col-span-lg-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-lg-push-9 {
    left: 37.5%;
  }
  .ivu-col-lg-pull-9 {
    right: 37.5%;
  }
  .ivu-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ivu-col-span-lg-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ivu-col-span-lg-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ivu-col-span-lg-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-lg-push-6 {
    left: 25%;
  }
  .ivu-col-lg-pull-6 {
    right: 25%;
  }
  .ivu-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ivu-col-span-lg-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ivu-col-span-lg-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ivu-col-span-lg-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-lg-push-3 {
    left: 12.5%;
  }
  .ivu-col-lg-pull-3 {
    right: 12.5%;
  }
  .ivu-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ivu-col-span-lg-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ivu-col-span-lg-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ivu-col-span-lg-0 {
    display: none;
  }
  .ivu-col-lg-push-0 {
    left: auto;
  }
  .ivu-col-lg-pull-0 {
    right: auto;
  }
  .ivu-col-lg-offset-0 {
    margin-left: 0;
  }
  .ivu-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .ivu-col-span-xl-1,
  .ivu-col-span-xl-2,
  .ivu-col-span-xl-3,
  .ivu-col-span-xl-4,
  .ivu-col-span-xl-5,
  .ivu-col-span-xl-6,
  .ivu-col-span-xl-7,
  .ivu-col-span-xl-8,
  .ivu-col-span-xl-9,
  .ivu-col-span-xl-10,
  .ivu-col-span-xl-11,
  .ivu-col-span-xl-12,
  .ivu-col-span-xl-13,
  .ivu-col-span-xl-14,
  .ivu-col-span-xl-15,
  .ivu-col-span-xl-16,
  .ivu-col-span-xl-17,
  .ivu-col-span-xl-18,
  .ivu-col-span-xl-19,
  .ivu-col-span-xl-20,
  .ivu-col-span-xl-21,
  .ivu-col-span-xl-22,
  .ivu-col-span-xl-23,
  .ivu-col-span-xl-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ivu-col-span-xl-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-xl-push-24 {
    left: 100%;
  }
  .ivu-col-xl-pull-24 {
    right: 100%;
  }
  .ivu-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ivu-col-span-xl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ivu-col-span-xl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ivu-col-span-xl-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-xl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ivu-col-span-xl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ivu-col-span-xl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ivu-col-span-xl-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-xl-push-18 {
    left: 75%;
  }
  .ivu-col-xl-pull-18 {
    right: 75%;
  }
  .ivu-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ivu-col-span-xl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ivu-col-span-xl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ivu-col-span-xl-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-xl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ivu-col-span-xl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ivu-col-span-xl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ivu-col-span-xl-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-xl-push-12 {
    left: 50%;
  }
  .ivu-col-xl-pull-12 {
    right: 50%;
  }
  .ivu-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ivu-col-span-xl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ivu-col-span-xl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ivu-col-span-xl-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-xl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ivu-col-span-xl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ivu-col-span-xl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ivu-col-span-xl-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-xl-push-6 {
    left: 25%;
  }
  .ivu-col-xl-pull-6 {
    right: 25%;
  }
  .ivu-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ivu-col-span-xl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ivu-col-span-xl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ivu-col-span-xl-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-xl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ivu-col-span-xl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ivu-col-span-xl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ivu-col-span-xl-0 {
    display: none;
  }
  .ivu-col-xl-push-0 {
    left: auto;
  }
  .ivu-col-xl-pull-0 {
    right: auto;
  }
  .ivu-col-xl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1600px) {
  .ivu-col-span-xxl-1,
  .ivu-col-span-xxl-2,
  .ivu-col-span-xxl-3,
  .ivu-col-span-xxl-4,
  .ivu-col-span-xxl-5,
  .ivu-col-span-xxl-6,
  .ivu-col-span-xxl-7,
  .ivu-col-span-xxl-8,
  .ivu-col-span-xxl-9,
  .ivu-col-span-xxl-10,
  .ivu-col-span-xxl-11,
  .ivu-col-span-xxl-12,
  .ivu-col-span-xxl-13,
  .ivu-col-span-xxl-14,
  .ivu-col-span-xxl-15,
  .ivu-col-span-xxl-16,
  .ivu-col-span-xxl-17,
  .ivu-col-span-xxl-18,
  .ivu-col-span-xxl-19,
  .ivu-col-span-xxl-20,
  .ivu-col-span-xxl-21,
  .ivu-col-span-xxl-22,
  .ivu-col-span-xxl-23,
  .ivu-col-span-xxl-24 {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ivu-col-span-xxl-24 {
    display: block;
    width: 100%;
  }
  .ivu-col-xxl-push-24 {
    left: 100%;
  }
  .ivu-col-xxl-pull-24 {
    right: 100%;
  }
  .ivu-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ivu-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ivu-col-span-xxl-23 {
    display: block;
    width: 95.83333333%;
  }
  .ivu-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ivu-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ivu-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ivu-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ivu-col-span-xxl-22 {
    display: block;
    width: 91.66666667%;
  }
  .ivu-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ivu-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ivu-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ivu-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ivu-col-span-xxl-21 {
    display: block;
    width: 87.5%;
  }
  .ivu-col-xxl-push-21 {
    left: 87.5%;
  }
  .ivu-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ivu-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ivu-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ivu-col-span-xxl-20 {
    display: block;
    width: 83.33333333%;
  }
  .ivu-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ivu-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ivu-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ivu-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ivu-col-span-xxl-19 {
    display: block;
    width: 79.16666667%;
  }
  .ivu-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ivu-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ivu-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ivu-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ivu-col-span-xxl-18 {
    display: block;
    width: 75%;
  }
  .ivu-col-xxl-push-18 {
    left: 75%;
  }
  .ivu-col-xxl-pull-18 {
    right: 75%;
  }
  .ivu-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ivu-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ivu-col-span-xxl-17 {
    display: block;
    width: 70.83333333%;
  }
  .ivu-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ivu-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ivu-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ivu-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ivu-col-span-xxl-16 {
    display: block;
    width: 66.66666667%;
  }
  .ivu-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ivu-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ivu-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ivu-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ivu-col-span-xxl-15 {
    display: block;
    width: 62.5%;
  }
  .ivu-col-xxl-push-15 {
    left: 62.5%;
  }
  .ivu-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ivu-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ivu-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ivu-col-span-xxl-14 {
    display: block;
    width: 58.33333333%;
  }
  .ivu-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ivu-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ivu-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ivu-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ivu-col-span-xxl-13 {
    display: block;
    width: 54.16666667%;
  }
  .ivu-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ivu-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ivu-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ivu-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ivu-col-span-xxl-12 {
    display: block;
    width: 50%;
  }
  .ivu-col-xxl-push-12 {
    left: 50%;
  }
  .ivu-col-xxl-pull-12 {
    right: 50%;
  }
  .ivu-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ivu-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ivu-col-span-xxl-11 {
    display: block;
    width: 45.83333333%;
  }
  .ivu-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ivu-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ivu-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ivu-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ivu-col-span-xxl-10 {
    display: block;
    width: 41.66666667%;
  }
  .ivu-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ivu-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ivu-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ivu-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ivu-col-span-xxl-9 {
    display: block;
    width: 37.5%;
  }
  .ivu-col-xxl-push-9 {
    left: 37.5%;
  }
  .ivu-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ivu-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ivu-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ivu-col-span-xxl-8 {
    display: block;
    width: 33.33333333%;
  }
  .ivu-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ivu-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ivu-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ivu-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ivu-col-span-xxl-7 {
    display: block;
    width: 29.16666667%;
  }
  .ivu-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ivu-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ivu-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ivu-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ivu-col-span-xxl-6 {
    display: block;
    width: 25%;
  }
  .ivu-col-xxl-push-6 {
    left: 25%;
  }
  .ivu-col-xxl-pull-6 {
    right: 25%;
  }
  .ivu-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ivu-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ivu-col-span-xxl-5 {
    display: block;
    width: 20.83333333%;
  }
  .ivu-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ivu-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ivu-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ivu-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ivu-col-span-xxl-4 {
    display: block;
    width: 16.66666667%;
  }
  .ivu-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ivu-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ivu-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ivu-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ivu-col-span-xxl-3 {
    display: block;
    width: 12.5%;
  }
  .ivu-col-xxl-push-3 {
    left: 12.5%;
  }
  .ivu-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ivu-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ivu-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ivu-col-span-xxl-2 {
    display: block;
    width: 8.33333333%;
  }
  .ivu-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ivu-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ivu-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ivu-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ivu-col-span-xxl-1 {
    display: block;
    width: 4.16666667%;
  }
  .ivu-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ivu-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ivu-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ivu-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ivu-col-span-xxl-0 {
    display: none;
  }
  .ivu-col-xxl-push-0 {
    left: auto;
  }
  .ivu-col-xxl-pull-0 {
    right: auto;
  }
  .ivu-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ivu-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.ivu-article h1 {
  font-size: 26px;
  font-weight: normal;
}
.ivu-article h2 {
  font-size: 20px;
  font-weight: normal;
}
.ivu-article h3 {
  font-size: 16px;
  font-weight: normal;
}
.ivu-article h4 {
  font-size: 14px;
  font-weight: normal;
}
.ivu-article h5 {
  font-size: 12px;
  font-weight: normal;
}
.ivu-article h6 {
  font-size: 12px;
  font-weight: normal;
}
.ivu-article blockquote {
  padding: 5px 5px 3px 10px;
  line-height: 1.5;
  border-left: 4px solid #ddd;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.ivu-article ul:not([class^="ivu-"]) {
  padding-left: 40px;
  list-style-type: disc;
}
.ivu-article li:not([class^="ivu-"]) {
  margin-bottom: 5px;
  font-size: 14px;
}
.ivu-article ul ul:not([class^="ivu-"]),
.ivu-article ol ul:not([class^="ivu-"]) {
  list-style-type: circle;
}
.ivu-article p {
  margin: 5px;
  font-size: 14px;
}
.ivu-article a:not([class^="ivu-"])[target="_blank"]:after {
  content: "\F3F2";
  font-family: Ionicons;
  color: #aaa;
  margin-left: 3px;
}
.fade-enter-active,
.fade-appear {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave-active {
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter-active,
.fade-appear {
  -webkit-animation-name: ivuFadeIn;
          animation-name: ivuFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave-active {
  -webkit-animation-name: ivuFadeOut;
          animation-name: ivuFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-enter-active,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave-active {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ivuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ivuFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter-active,
.move-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter-active,
.move-up-appear {
  -webkit-animation-name: ivuMoveUpIn;
          animation-name: ivuMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave-active {
  -webkit-animation-name: ivuMoveUpOut;
          animation-name: ivuMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-enter-active,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-up-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-down-enter-active,
.move-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter-active,
.move-down-appear {
  -webkit-animation-name: ivuMoveDownIn;
          animation-name: ivuMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave-active {
  -webkit-animation-name: ivuMoveDownOut;
          animation-name: ivuMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-enter-active,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-down-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-left-enter-active,
.move-left-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter-active,
.move-left-appear {
  -webkit-animation-name: ivuMoveLeftIn;
          animation-name: ivuMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave-active {
  -webkit-animation-name: ivuMoveLeftOut;
          animation-name: ivuMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-enter-active,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-left-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-right-enter-active,
.move-right-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter-active,
.move-right-appear {
  -webkit-animation-name: ivuMoveRightIn;
          animation-name: ivuMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave-active {
  -webkit-animation-name: ivuMoveRightOut;
          animation-name: ivuMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-enter-active,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-right-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ivuMoveDownIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveDownOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes ivuMoveLeftIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveLeftOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes ivuMoveRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes ivuMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes ivuMoveRightOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes ivuMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ivuMoveUpIn {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes ivuMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes ivuMoveUpOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
.move-notice-enter-active,
.move-notice-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-notice-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-notice-enter-active,
.move-notice-appear {
  -webkit-animation-name: ivuMoveNoticeIn;
          animation-name: ivuMoveNoticeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-notice-leave-active {
  -webkit-animation-name: ivuMoveNoticeOut;
          animation-name: ivuMoveNoticeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-notice-enter-active,
.move-notice-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.move-notice-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes ivuMoveNoticeIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes ivuMoveNoticeOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
@keyframes ivuMoveNoticeOut {
  0% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    height: 0;
    padding: 0;
    margin-bottom: 0;
    opacity: 0;
  }
}
.ease-enter-active,
.ease-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ease-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ease-enter-active,
.ease-appear {
  -webkit-animation-name: ivuEaseIn;
          animation-name: ivuEaseIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ease-leave-active {
  -webkit-animation-name: ivuEaseOut;
          animation-name: ivuEaseOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ease-enter-active,
.ease-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.ease-leave-active {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
@-webkit-keyframes ivuEaseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ivuEaseIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ivuEaseOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes ivuEaseOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.transition-drop-enter-active,
.transition-drop-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.transition-drop-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.transition-drop-enter-active,
.transition-drop-appear {
  -webkit-animation-name: ivuTransitionDropIn;
          animation-name: ivuTransitionDropIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.transition-drop-leave-active {
  -webkit-animation-name: ivuTransitionDropOut;
          animation-name: ivuTransitionDropOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.transition-drop-enter-active,
.transition-drop-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.transition-drop-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-up-enter-active,
.slide-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter-active,
.slide-up-appear {
  -webkit-animation-name: ivuSlideUpIn;
          animation-name: ivuSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave-active {
  -webkit-animation-name: ivuSlideUpOut;
          animation-name: ivuSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-enter-active,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-up-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-down-enter-active,
.slide-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter-active,
.slide-down-appear {
  -webkit-animation-name: ivuSlideDownIn;
          animation-name: ivuSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave-active {
  -webkit-animation-name: ivuSlideDownOut;
          animation-name: ivuSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-enter-active,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-down-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-left-enter-active,
.slide-left-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter-active,
.slide-left-appear {
  -webkit-animation-name: ivuSlideLeftIn;
          animation-name: ivuSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave-active {
  -webkit-animation-name: ivuSlideLeftOut;
          animation-name: ivuSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-enter-active,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-left-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-right-enter-active,
.slide-right-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave-active {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter-active,
.slide-right-appear {
  -webkit-animation-name: ivuSlideRightIn;
          animation-name: ivuSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave-active {
  -webkit-animation-name: ivuSlideRightOut;
          animation-name: ivuSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-enter-active,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.slide-right-leave-active {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes ivuTransitionDropIn {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes ivuTransitionDropOut {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes ivuSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes ivuSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes ivuSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes ivuSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes ivuSlideLeftIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@keyframes ivuSlideLeftOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@-webkit-keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes ivuSlideRightIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
@keyframes ivuSlideRightOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
  }
}
.collapse-transition {
  -webkit-transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
  transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
}
.ivu-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 32px;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 4px;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, -webkit-box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, border 0.2s linear, box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
}
.ivu-btn > .ivu-icon {
  line-height: 1.5;
}
.ivu-btn-icon-only.ivu-btn-circle > .ivu-icon {
  vertical-align: baseline;
}
.ivu-btn > span,
.ivu-btn > i {
  display: inline-block;
}
.ivu-btn,
.ivu-btn:active,
.ivu-btn:focus {
  outline: 0;
}
.ivu-btn:not([disabled]):hover {
  text-decoration: none;
}
.ivu-btn:not([disabled]):active {
  outline: 0;
}
.ivu-btn.disabled,
.ivu-btn[disabled] {
  cursor: not-allowed;
}
.ivu-btn.disabled > *,
.ivu-btn[disabled] > * {
  pointer-events: none;
}
.ivu-btn-large {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-small {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-icon-only.ivu-btn-large {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}
.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  border-radius: 4px;
}
.ivu-btn > a:only-child {
  color: currentColor;
}
.ivu-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:hover {
  color: #747b8b;
  background-color: #ffffff;
  border-color: #e3e5e8;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:active,
.ivu-btn.active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn:active > a:only-child,
.ivu-btn.active > a:only-child {
  color: currentColor;
}
.ivu-btn:active > a:only-child:after,
.ivu-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn.disabled,
.ivu-btn[disabled],
fieldset[disabled] .ivu-btn,
.ivu-btn.disabled:hover,
.ivu-btn[disabled]:hover,
fieldset[disabled] .ivu-btn:hover,
.ivu-btn.disabled:focus,
.ivu-btn[disabled]:focus,
fieldset[disabled] .ivu-btn:focus,
.ivu-btn.disabled:active,
.ivu-btn[disabled]:active,
fieldset[disabled] .ivu-btn:active,
.ivu-btn.disabled.active,
.ivu-btn[disabled].active,
fieldset[disabled] .ivu-btn.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn.disabled > a:only-child,
.ivu-btn[disabled] > a:only-child,
fieldset[disabled] .ivu-btn > a:only-child,
.ivu-btn.disabled:hover > a:only-child,
.ivu-btn[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn:hover > a:only-child,
.ivu-btn.disabled:focus > a:only-child,
.ivu-btn[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn:focus > a:only-child,
.ivu-btn.disabled:active > a:only-child,
.ivu-btn[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn:active > a:only-child,
.ivu-btn.disabled.active > a:only-child,
.ivu-btn[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn.active > a:only-child {
  color: currentColor;
}
.ivu-btn.disabled > a:only-child:after,
.ivu-btn[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn > a:only-child:after,
.ivu-btn.disabled:hover > a:only-child:after,
.ivu-btn[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn:hover > a:only-child:after,
.ivu-btn.disabled:focus > a:only-child:after,
.ivu-btn[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn:focus > a:only-child:after,
.ivu-btn.disabled:active > a:only-child:after,
.ivu-btn[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn:active > a:only-child:after,
.ivu-btn.disabled.active > a:only-child:after,
.ivu-btn[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:hover {
  color: #57a3f3;
  background-color: white;
  border-color: #57a3f3;
}
.ivu-btn:hover > a:only-child {
  color: currentColor;
}
.ivu-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:active,
.ivu-btn.active {
  color: #2b85e4;
  background-color: white;
  border-color: #2b85e4;
}
.ivu-btn:active > a:only-child,
.ivu-btn.active > a:only-child {
  color: currentColor;
}
.ivu-btn:active > a:only-child:after,
.ivu-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-long {
  width: 100%;
}
.ivu-btn > .ivu-icon + span,
.ivu-btn > span + .ivu-icon {
  margin-left: 4px;
}
.ivu-btn-primary {
  color: #fff;
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-btn-primary > a:only-child {
  color: currentColor;
}
.ivu-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary:hover {
  color: #ffffff;
  background-color: #57a3f3;
  border-color: #57a3f3;
}
.ivu-btn-primary:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-primary:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary:active,
.ivu-btn-primary.active {
  color: #f2f2f2;
  background-color: #2b85e4;
  border-color: #2b85e4;
}
.ivu-btn-primary:active > a:only-child,
.ivu-btn-primary.active > a:only-child {
  color: currentColor;
}
.ivu-btn-primary:active > a:only-child:after,
.ivu-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary.disabled,
.ivu-btn-primary[disabled],
fieldset[disabled] .ivu-btn-primary,
.ivu-btn-primary.disabled:hover,
.ivu-btn-primary[disabled]:hover,
fieldset[disabled] .ivu-btn-primary:hover,
.ivu-btn-primary.disabled:focus,
.ivu-btn-primary[disabled]:focus,
fieldset[disabled] .ivu-btn-primary:focus,
.ivu-btn-primary.disabled:active,
.ivu-btn-primary[disabled]:active,
fieldset[disabled] .ivu-btn-primary:active,
.ivu-btn-primary.disabled.active,
.ivu-btn-primary[disabled].active,
fieldset[disabled] .ivu-btn-primary.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-primary.disabled > a:only-child,
.ivu-btn-primary[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-primary > a:only-child,
.ivu-btn-primary.disabled:hover > a:only-child,
.ivu-btn-primary[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child,
.ivu-btn-primary.disabled:focus > a:only-child,
.ivu-btn-primary[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child,
.ivu-btn-primary.disabled:active > a:only-child,
.ivu-btn-primary[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-primary:active > a:only-child,
.ivu-btn-primary.disabled.active > a:only-child,
.ivu-btn-primary[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-primary.active > a:only-child {
  color: currentColor;
}
.ivu-btn-primary.disabled > a:only-child:after,
.ivu-btn-primary[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-primary > a:only-child:after,
.ivu-btn-primary.disabled:hover > a:only-child:after,
.ivu-btn-primary[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:hover > a:only-child:after,
.ivu-btn-primary.disabled:focus > a:only-child:after,
.ivu-btn-primary[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:focus > a:only-child:after,
.ivu-btn-primary.disabled:active > a:only-child:after,
.ivu-btn-primary[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary:active > a:only-child:after,
.ivu-btn-primary.disabled.active > a:only-child:after,
.ivu-btn-primary[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-primary:hover,
.ivu-btn-primary:active,
.ivu-btn-primary.active {
  color: #fff;
}
.ivu-btn-primary:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #2b85e4;
  border-left-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child) {
  border-right-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdee2;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child),
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn {
  border-left-color: #2b85e4;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary:last-child:not(:first-child)[disabled],
.ivu-btn-group:not(.ivu-btn-group-vertical) .ivu-btn-primary + .ivu-btn[disabled] {
  border-left-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary:not(:first-child):not(:last-child) {
  border-top-color: #2b85e4;
  border-bottom-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child) {
  border-bottom-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary:first-child:not(:last-child)[disabled] {
  border-top-color: #dcdee2;
}
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child),
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn {
  border-top-color: #2b85e4;
}
.ivu-btn-group-vertical .ivu-btn-primary:last-child:not(:first-child)[disabled],
.ivu-btn-group-vertical .ivu-btn-primary + .ivu-btn[disabled] {
  border-bottom-color: #dcdee2;
}
.ivu-btn-dashed {
  color: #515a6e;
  background-color: #fff;
  border-color: #dcdee2;
  border-style: dashed;
}
.ivu-btn-dashed > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:hover {
  color: #747b8b;
  background-color: #ffffff;
  border-color: #e3e5e8;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:active,
.ivu-btn-dashed.active {
  color: #4d5669;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.ivu-btn-dashed:active > a:only-child,
.ivu-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:active > a:only-child:after,
.ivu-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed.disabled,
.ivu-btn-dashed[disabled],
fieldset[disabled] .ivu-btn-dashed,
.ivu-btn-dashed.disabled:hover,
.ivu-btn-dashed[disabled]:hover,
fieldset[disabled] .ivu-btn-dashed:hover,
.ivu-btn-dashed.disabled:focus,
.ivu-btn-dashed[disabled]:focus,
fieldset[disabled] .ivu-btn-dashed:focus,
.ivu-btn-dashed.disabled:active,
.ivu-btn-dashed[disabled]:active,
fieldset[disabled] .ivu-btn-dashed:active,
.ivu-btn-dashed.disabled.active,
.ivu-btn-dashed[disabled].active,
fieldset[disabled] .ivu-btn-dashed.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-dashed.disabled > a:only-child,
.ivu-btn-dashed[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-dashed > a:only-child,
.ivu-btn-dashed.disabled:hover > a:only-child,
.ivu-btn-dashed[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child,
.ivu-btn-dashed.disabled:focus > a:only-child,
.ivu-btn-dashed[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child,
.ivu-btn-dashed.disabled:active > a:only-child,
.ivu-btn-dashed[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child,
.ivu-btn-dashed.disabled.active > a:only-child,
.ivu-btn-dashed[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed.disabled > a:only-child:after,
.ivu-btn-dashed[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed > a:only-child:after,
.ivu-btn-dashed.disabled:hover > a:only-child:after,
.ivu-btn-dashed[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:hover > a:only-child:after,
.ivu-btn-dashed.disabled:focus > a:only-child:after,
.ivu-btn-dashed[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:focus > a:only-child:after,
.ivu-btn-dashed.disabled:active > a:only-child:after,
.ivu-btn-dashed[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed:active > a:only-child:after,
.ivu-btn-dashed.disabled.active > a:only-child:after,
.ivu-btn-dashed[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: #57a3f3;
}
.ivu-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:active,
.ivu-btn-dashed.active {
  color: #2b85e4;
  background-color: #fff;
  border-color: #2b85e4;
}
.ivu-btn-dashed:active > a:only-child,
.ivu-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ivu-btn-dashed:active > a:only-child:after,
.ivu-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-dashed:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-text {
  color: #515a6e;
  background-color: transparent;
  border-color: transparent;
}
.ivu-btn-text > a:only-child {
  color: currentColor;
}
.ivu-btn-text > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:hover {
  color: #747b8b;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:active,
.ivu-btn-text.active {
  color: #4d5669;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.ivu-btn-text:active > a:only-child,
.ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text.disabled,
.ivu-btn-text[disabled],
fieldset[disabled] .ivu-btn-text,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text:hover,
.ivu-btn-text.disabled:focus,
.ivu-btn-text[disabled]:focus,
fieldset[disabled] .ivu-btn-text:focus,
.ivu-btn-text.disabled:active,
.ivu-btn-text[disabled]:active,
fieldset[disabled] .ivu-btn-text:active,
.ivu-btn-text.disabled.active,
.ivu-btn-text[disabled].active,
fieldset[disabled] .ivu-btn-text.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text.disabled,
.ivu-btn-text[disabled],
fieldset[disabled] .ivu-btn-text,
.ivu-btn-text.disabled:hover,
.ivu-btn-text[disabled]:hover,
fieldset[disabled] .ivu-btn-text:hover,
.ivu-btn-text.disabled:focus,
.ivu-btn-text[disabled]:focus,
fieldset[disabled] .ivu-btn-text:focus,
.ivu-btn-text.disabled:active,
.ivu-btn-text[disabled]:active,
fieldset[disabled] .ivu-btn-text:active,
.ivu-btn-text.disabled.active,
.ivu-btn-text[disabled].active,
fieldset[disabled] .ivu-btn-text.active {
  color: #c5c8ce;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text.disabled > a:only-child,
.ivu-btn-text[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-text > a:only-child,
.ivu-btn-text.disabled:hover > a:only-child,
.ivu-btn-text[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-text:hover > a:only-child,
.ivu-btn-text.disabled:focus > a:only-child,
.ivu-btn-text[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-text:focus > a:only-child,
.ivu-btn-text.disabled:active > a:only-child,
.ivu-btn-text[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-text:active > a:only-child,
.ivu-btn-text.disabled.active > a:only-child,
.ivu-btn-text[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text.disabled > a:only-child:after,
.ivu-btn-text[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-text > a:only-child:after,
.ivu-btn-text.disabled:hover > a:only-child:after,
.ivu-btn-text[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-text:hover > a:only-child:after,
.ivu-btn-text.disabled:focus > a:only-child:after,
.ivu-btn-text[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-text:focus > a:only-child:after,
.ivu-btn-text.disabled:active > a:only-child:after,
.ivu-btn-text[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.disabled.active > a:only-child:after,
.ivu-btn-text[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:hover {
  color: #57a3f3;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-text:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:active,
.ivu-btn-text.active {
  color: #2b85e4;
  background-color: #fff;
  border-color: transparent;
}
.ivu-btn-text:active > a:only-child,
.ivu-btn-text.active > a:only-child {
  color: currentColor;
}
.ivu-btn-text:active > a:only-child:after,
.ivu-btn-text.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-text:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-btn-success {
  color: #fff;
  background-color: #19be6b;
  border-color: #19be6b;
}
.ivu-btn-success > a:only-child {
  color: currentColor;
}
.ivu-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success:hover {
  color: #ffffff;
  background-color: #47cb89;
  border-color: #47cb89;
}
.ivu-btn-success:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-success:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success:active,
.ivu-btn-success.active {
  color: #f2f2f2;
  background-color: #18b566;
  border-color: #18b566;
}
.ivu-btn-success:active > a:only-child,
.ivu-btn-success.active > a:only-child {
  color: currentColor;
}
.ivu-btn-success:active > a:only-child:after,
.ivu-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success.disabled,
.ivu-btn-success[disabled],
fieldset[disabled] .ivu-btn-success,
.ivu-btn-success.disabled:hover,
.ivu-btn-success[disabled]:hover,
fieldset[disabled] .ivu-btn-success:hover,
.ivu-btn-success.disabled:focus,
.ivu-btn-success[disabled]:focus,
fieldset[disabled] .ivu-btn-success:focus,
.ivu-btn-success.disabled:active,
.ivu-btn-success[disabled]:active,
fieldset[disabled] .ivu-btn-success:active,
.ivu-btn-success.disabled.active,
.ivu-btn-success[disabled].active,
fieldset[disabled] .ivu-btn-success.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-success.disabled > a:only-child,
.ivu-btn-success[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-success > a:only-child,
.ivu-btn-success.disabled:hover > a:only-child,
.ivu-btn-success[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-success:hover > a:only-child,
.ivu-btn-success.disabled:focus > a:only-child,
.ivu-btn-success[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-success:focus > a:only-child,
.ivu-btn-success.disabled:active > a:only-child,
.ivu-btn-success[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-success:active > a:only-child,
.ivu-btn-success.disabled.active > a:only-child,
.ivu-btn-success[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-success.active > a:only-child {
  color: currentColor;
}
.ivu-btn-success.disabled > a:only-child:after,
.ivu-btn-success[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-success > a:only-child:after,
.ivu-btn-success.disabled:hover > a:only-child:after,
.ivu-btn-success[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-success:hover > a:only-child:after,
.ivu-btn-success.disabled:focus > a:only-child:after,
.ivu-btn-success[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-success:focus > a:only-child:after,
.ivu-btn-success.disabled:active > a:only-child:after,
.ivu-btn-success[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-success:active > a:only-child:after,
.ivu-btn-success.disabled.active > a:only-child:after,
.ivu-btn-success[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-success:hover,
.ivu-btn-success:active,
.ivu-btn-success.active {
  color: #fff;
}
.ivu-btn-success:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(25, 190, 107, 0.2);
          box-shadow: 0 0 0 2px rgba(25, 190, 107, 0.2);
}
.ivu-btn-warning {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900;
}
.ivu-btn-warning > a:only-child {
  color: currentColor;
}
.ivu-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning:hover {
  color: #ffffff;
  background-color: #ffad33;
  border-color: #ffad33;
}
.ivu-btn-warning:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-warning:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning:active,
.ivu-btn-warning.active {
  color: #f2f2f2;
  background-color: #f29100;
  border-color: #f29100;
}
.ivu-btn-warning:active > a:only-child,
.ivu-btn-warning.active > a:only-child {
  color: currentColor;
}
.ivu-btn-warning:active > a:only-child:after,
.ivu-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning.disabled,
.ivu-btn-warning[disabled],
fieldset[disabled] .ivu-btn-warning,
.ivu-btn-warning.disabled:hover,
.ivu-btn-warning[disabled]:hover,
fieldset[disabled] .ivu-btn-warning:hover,
.ivu-btn-warning.disabled:focus,
.ivu-btn-warning[disabled]:focus,
fieldset[disabled] .ivu-btn-warning:focus,
.ivu-btn-warning.disabled:active,
.ivu-btn-warning[disabled]:active,
fieldset[disabled] .ivu-btn-warning:active,
.ivu-btn-warning.disabled.active,
.ivu-btn-warning[disabled].active,
fieldset[disabled] .ivu-btn-warning.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-warning.disabled > a:only-child,
.ivu-btn-warning[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-warning > a:only-child,
.ivu-btn-warning.disabled:hover > a:only-child,
.ivu-btn-warning[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child,
.ivu-btn-warning.disabled:focus > a:only-child,
.ivu-btn-warning[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child,
.ivu-btn-warning.disabled:active > a:only-child,
.ivu-btn-warning[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-warning:active > a:only-child,
.ivu-btn-warning.disabled.active > a:only-child,
.ivu-btn-warning[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-warning.active > a:only-child {
  color: currentColor;
}
.ivu-btn-warning.disabled > a:only-child:after,
.ivu-btn-warning[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-warning > a:only-child:after,
.ivu-btn-warning.disabled:hover > a:only-child:after,
.ivu-btn-warning[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:hover > a:only-child:after,
.ivu-btn-warning.disabled:focus > a:only-child:after,
.ivu-btn-warning[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:focus > a:only-child:after,
.ivu-btn-warning.disabled:active > a:only-child:after,
.ivu-btn-warning[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning:active > a:only-child:after,
.ivu-btn-warning.disabled.active > a:only-child:after,
.ivu-btn-warning[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-warning:hover,
.ivu-btn-warning:active,
.ivu-btn-warning.active {
  color: #fff;
}
.ivu-btn-warning:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
          box-shadow: 0 0 0 2px rgba(255, 153, 0, 0.2);
}
.ivu-btn-error {
  color: #fff;
  background-color: #ed4014;
  border-color: #ed4014;
}
.ivu-btn-error > a:only-child {
  color: currentColor;
}
.ivu-btn-error > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error:hover {
  color: #ffffff;
  background-color: #f16643;
  border-color: #f16643;
}
.ivu-btn-error:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-error:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error:active,
.ivu-btn-error.active {
  color: #f2f2f2;
  background-color: #e13d13;
  border-color: #e13d13;
}
.ivu-btn-error:active > a:only-child,
.ivu-btn-error.active > a:only-child {
  color: currentColor;
}
.ivu-btn-error:active > a:only-child:after,
.ivu-btn-error.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error.disabled,
.ivu-btn-error[disabled],
fieldset[disabled] .ivu-btn-error,
.ivu-btn-error.disabled:hover,
.ivu-btn-error[disabled]:hover,
fieldset[disabled] .ivu-btn-error:hover,
.ivu-btn-error.disabled:focus,
.ivu-btn-error[disabled]:focus,
fieldset[disabled] .ivu-btn-error:focus,
.ivu-btn-error.disabled:active,
.ivu-btn-error[disabled]:active,
fieldset[disabled] .ivu-btn-error:active,
.ivu-btn-error.disabled.active,
.ivu-btn-error[disabled].active,
fieldset[disabled] .ivu-btn-error.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-error.disabled > a:only-child,
.ivu-btn-error[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-error > a:only-child,
.ivu-btn-error.disabled:hover > a:only-child,
.ivu-btn-error[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-error:hover > a:only-child,
.ivu-btn-error.disabled:focus > a:only-child,
.ivu-btn-error[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-error:focus > a:only-child,
.ivu-btn-error.disabled:active > a:only-child,
.ivu-btn-error[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-error:active > a:only-child,
.ivu-btn-error.disabled.active > a:only-child,
.ivu-btn-error[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-error.active > a:only-child {
  color: currentColor;
}
.ivu-btn-error.disabled > a:only-child:after,
.ivu-btn-error[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-error > a:only-child:after,
.ivu-btn-error.disabled:hover > a:only-child:after,
.ivu-btn-error[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-error:hover > a:only-child:after,
.ivu-btn-error.disabled:focus > a:only-child:after,
.ivu-btn-error[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-error:focus > a:only-child:after,
.ivu-btn-error.disabled:active > a:only-child:after,
.ivu-btn-error[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-error:active > a:only-child:after,
.ivu-btn-error.disabled.active > a:only-child:after,
.ivu-btn-error[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-error.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-error:hover,
.ivu-btn-error:active,
.ivu-btn-error.active {
  color: #fff;
}
.ivu-btn-error:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-btn-info {
  color: #fff;
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.ivu-btn-info > a:only-child {
  color: currentColor;
}
.ivu-btn-info > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info:hover {
  color: #ffffff;
  background-color: #57c5f7;
  border-color: #57c5f7;
}
.ivu-btn-info:hover > a:only-child {
  color: currentColor;
}
.ivu-btn-info:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info:active,
.ivu-btn-info.active {
  color: #f2f2f2;
  background-color: #2baee9;
  border-color: #2baee9;
}
.ivu-btn-info:active > a:only-child,
.ivu-btn-info.active > a:only-child {
  color: currentColor;
}
.ivu-btn-info:active > a:only-child:after,
.ivu-btn-info.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info.disabled,
.ivu-btn-info[disabled],
fieldset[disabled] .ivu-btn-info,
.ivu-btn-info.disabled:hover,
.ivu-btn-info[disabled]:hover,
fieldset[disabled] .ivu-btn-info:hover,
.ivu-btn-info.disabled:focus,
.ivu-btn-info[disabled]:focus,
fieldset[disabled] .ivu-btn-info:focus,
.ivu-btn-info.disabled:active,
.ivu-btn-info[disabled]:active,
fieldset[disabled] .ivu-btn-info:active,
.ivu-btn-info.disabled.active,
.ivu-btn-info[disabled].active,
fieldset[disabled] .ivu-btn-info.active {
  color: #c5c8ce;
  background-color: #f7f7f7;
  border-color: #dcdee2;
}
.ivu-btn-info.disabled > a:only-child,
.ivu-btn-info[disabled] > a:only-child,
fieldset[disabled] .ivu-btn-info > a:only-child,
.ivu-btn-info.disabled:hover > a:only-child,
.ivu-btn-info[disabled]:hover > a:only-child,
fieldset[disabled] .ivu-btn-info:hover > a:only-child,
.ivu-btn-info.disabled:focus > a:only-child,
.ivu-btn-info[disabled]:focus > a:only-child,
fieldset[disabled] .ivu-btn-info:focus > a:only-child,
.ivu-btn-info.disabled:active > a:only-child,
.ivu-btn-info[disabled]:active > a:only-child,
fieldset[disabled] .ivu-btn-info:active > a:only-child,
.ivu-btn-info.disabled.active > a:only-child,
.ivu-btn-info[disabled].active > a:only-child,
fieldset[disabled] .ivu-btn-info.active > a:only-child {
  color: currentColor;
}
.ivu-btn-info.disabled > a:only-child:after,
.ivu-btn-info[disabled] > a:only-child:after,
fieldset[disabled] .ivu-btn-info > a:only-child:after,
.ivu-btn-info.disabled:hover > a:only-child:after,
.ivu-btn-info[disabled]:hover > a:only-child:after,
fieldset[disabled] .ivu-btn-info:hover > a:only-child:after,
.ivu-btn-info.disabled:focus > a:only-child:after,
.ivu-btn-info[disabled]:focus > a:only-child:after,
fieldset[disabled] .ivu-btn-info:focus > a:only-child:after,
.ivu-btn-info.disabled:active > a:only-child:after,
.ivu-btn-info[disabled]:active > a:only-child:after,
fieldset[disabled] .ivu-btn-info:active > a:only-child:after,
.ivu-btn-info.disabled.active > a:only-child:after,
.ivu-btn-info[disabled].active > a:only-child:after,
fieldset[disabled] .ivu-btn-info.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ivu-btn-info:hover,
.ivu-btn-info:active,
.ivu-btn-info.active {
  color: #fff;
}
.ivu-btn-info:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 183, 245, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 183, 245, 0.2);
}
.ivu-btn-circle,
.ivu-btn-circle-outline {
  border-radius: 32px;
}
.ivu-btn-circle.ivu-btn-large,
.ivu-btn-circle-outline.ivu-btn-large {
  border-radius: 40px;
}
.ivu-btn-circle.ivu-btn-size,
.ivu-btn-circle-outline.ivu-btn-size {
  border-radius: 24px;
}
.ivu-btn-circle.ivu-btn-icon-only,
.ivu-btn-circle-outline.ivu-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
}
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-large,
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-large {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.ivu-btn-circle.ivu-btn-icon-only.ivu-btn-small,
.ivu-btn-circle-outline.ivu-btn-icon-only.ivu-btn-small {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  border-radius: 50%;
}
.ivu-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ivu-btn.ivu-btn-loading {
  pointer-events: none;
  position: relative;
}
.ivu-btn.ivu-btn-loading:before {
  display: block;
}
.ivu-btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group > .ivu-btn {
  position: relative;
  float: left;
}
.ivu-btn-group > .ivu-btn:hover,
.ivu-btn-group > .ivu-btn:active,
.ivu-btn-group > .ivu-btn.active {
  z-index: 2;
}
.ivu-btn-group-circle .ivu-btn {
  border-radius: 32px;
}
.ivu-btn-group-large.ivu-btn-group-circle .ivu-btn {
  border-radius: 40px;
}
.ivu-btn-group-large > .ivu-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
}
.ivu-btn-group-small.ivu-btn-group-circle .ivu-btn {
  border-radius: 24px;
}
.ivu-btn-group-small > .ivu-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  border-radius: 3px;
}
.ivu-btn-group-small > .ivu-btn > .ivu-icon {
  font-size: 12px;
}
.ivu-btn-group-small .ivu-btn-icon-only {
  width: 24px;
  height: 24px;
  padding: 0;
}
.ivu-btn-group-large .ivu-btn-icon-only {
  width: 40px;
  height: 40px;
  padding: 0;
}
.ivu-btn-group .ivu-btn + .ivu-btn,
.ivu-btn + .ivu-btn-group,
.ivu-btn-group + .ivu-btn,
.ivu-btn-group + .ivu-btn-group {
  margin-left: -1px;
}
.ivu-btn-group .ivu-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child {
  margin-left: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-btn-group > .ivu-btn-group {
  float: left;
}
.ivu-btn-group > .ivu-btn-group:not(:first-child):not(:last-child) > .ivu-btn {
  border-radius: 0;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn-group:first-child:not(:last-child) > .ivu-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ivu-btn-group:not(.ivu-btn-group-vertical) > .ivu-btn-group:last-child:not(:first-child) > .ivu-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ivu-btn-group-vertical {
  display: inline-block;
  vertical-align: middle;
}
.ivu-btn-group-vertical > .ivu-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
  min-width: 32px;
}
.ivu-btn-group-vertical.ivu-btn-group-small > .ivu-btn {
  min-width: 24px;
}
.ivu-btn-group-vertical.ivu-btn-group-large > .ivu-btn {
  min-width: 40px;
}
.ivu-btn-group-vertical .ivu-btn + .ivu-btn,
.ivu-btn + .ivu-btn-group-vertical,
.ivu-btn-group-vertical + .ivu-btn,
.ivu-btn-group-vertical + .ivu-btn-group-vertical {
  margin-top: -1px;
  margin-left: 0px;
}
.ivu-btn-group-vertical > .ivu-btn:first-child {
  margin-top: 0;
}
.ivu-btn-group-vertical > .ivu-btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ivu-btn-group-vertical > .ivu-btn-group-vertical:first-child:not(:last-child) > .ivu-btn:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-bottom: 8px;
}
.ivu-btn-group-vertical > .ivu-btn-group-vertical:last-child:not(:first-child) > .ivu-btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 8px;
}
.ivu-btn-ghost {
  color: #fff;
  background: transparent;
}
.ivu-btn-ghost:hover {
  background: transparent;
}
.ivu-btn-ghost.ivu-btn-dashed,
.ivu-btn-ghost.ivu-btn-default {
  color: #fff;
  border-color: #fff;
}
.ivu-btn-ghost.ivu-btn-dashed:hover,
.ivu-btn-ghost.ivu-btn-default:hover {
  color: #57a3f3;
  border-color: #57a3f3;
}
.ivu-btn-ghost.ivu-btn-primary {
  color: #2d8cf0;
}
.ivu-btn-ghost.ivu-btn-primary:hover {
  color: #57a3f3;
  background: rgba(245, 249, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-info {
  color: #2db7f5;
}
.ivu-btn-ghost.ivu-btn-info:hover {
  color: #57c5f7;
  background: rgba(245, 251, 254, 0.5);
}
.ivu-btn-ghost.ivu-btn-success {
  color: #19be6b;
}
.ivu-btn-ghost.ivu-btn-success:hover {
  color: #47cb89;
  background: rgba(244, 252, 248, 0.5);
}
.ivu-btn-ghost.ivu-btn-warning {
  color: #ff9900;
}
.ivu-btn-ghost.ivu-btn-warning:hover {
  color: #ffad33;
  background: rgba(255, 250, 242, 0.5);
}
.ivu-btn-ghost.ivu-btn-error {
  color: #ed4014;
}
.ivu-btn-ghost.ivu-btn-error:hover {
  color: #f16643;
  background: rgba(254, 245, 243, 0.5);
}
.ivu-btn-ghost.ivu-btn-default[disabled],
.ivu-btn-ghost.ivu-btn-dashed[disabled],
.ivu-btn-ghost.ivu-btn-primary[disabled],
.ivu-btn-ghost.ivu-btn-info[disabled],
.ivu-btn-ghost.ivu-btn-success[disabled],
.ivu-btn-ghost.ivu-btn-warning[disabled],
.ivu-btn-ghost.ivu-btn-error[disabled] {
  background: transparent;
  color: rgba(0, 0, 0, 0.25);
  border-color: #dcdee2;
}
.ivu-btn-ghost.ivu-btn-text[disabled] {
  background: transparent;
  color: rgba(0, 0, 0, 0.25);
}
a.ivu-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ivu-btn-large {
  line-height: 38px;
}
a.ivu-btn-small {
  line-height: 22px;
}
.ivu-affix {
  position: fixed;
  z-index: 10;
}
.ivu-back-top {
  z-index: 10;
  position: fixed;
  cursor: pointer;
  display: none;
}
.ivu-back-top.ivu-back-top-show {
  display: block;
}
.ivu-back-top-inner {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-back-top-inner:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.ivu-back-top i {
  color: #fff;
  font-size: 24px;
  padding: 8px 12px;
}
.ivu-badge {
  position: relative;
  display: inline-block;
}
.ivu-badge-count {
  font-family: "Monospaced Number";
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: -10px;
  right: 0;
  height: 20px;
  border-radius: 10px;
  min-width: 20px;
  background: #ed4014;
  border: 1px solid transparent;
  color: #fff;
  line-height: 18px;
  text-align: center;
  padding: 0 6px;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transform-origin: -10% center;
          transform-origin: -10% center;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-count-custom {
  background: transparent;
  color: inherit;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-badge-count a,
.ivu-badge-count a:hover {
  color: #fff;
}
.ivu-badge-count-alone {
  top: auto;
  display: block;
  position: relative;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.ivu-badge-count-primary {
  background: #2d8cf0;
}
.ivu-badge-count-success {
  background: #19be6b;
}
.ivu-badge-count-error {
  background: #ed4014;
}
.ivu-badge-count-warning {
  background: #ff9900;
}
.ivu-badge-count-info {
  background: #2db7f5;
}
.ivu-badge-count-normal {
  background: #e6ebf1;
  color: #808695;
}
.ivu-badge-dot {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
  top: -4px;
  right: -8px;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: #ed4014;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ivu-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ivu-badge-status-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ivu-badge-status-success {
  background-color: #19be6b;
}
.ivu-badge-status-processing {
  background-color: #2d8cf0;
  position: relative;
}
.ivu-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #2d8cf0;
  content: '';
  -webkit-animation: aniStatusProcessing 1.2s infinite ease-in-out;
          animation: aniStatusProcessing 1.2s infinite ease-in-out;
}
.ivu-badge-status-default {
  background-color: #e6ebf1;
}
.ivu-badge-status-error {
  background-color: #ed4014;
}
.ivu-badge-status-warning {
  background-color: #ff9900;
}
.ivu-badge-status-text {
  display: inline-block;
  color: #515a6e;
  font-size: 12px;
  margin-left: 6px;
}
.ivu-badge-status-pink {
  background-color: #eb2f96;
}
.ivu-badge-status-magenta {
  background-color: #eb2f96;
}
.ivu-badge-status-red {
  background-color: #f5222d;
}
.ivu-badge-status-volcano {
  background-color: #fa541c;
}
.ivu-badge-status-orange {
  background-color: #fa8c16;
}
.ivu-badge-status-yellow {
  background-color: #fadb14;
}
.ivu-badge-status-gold {
  background-color: #faad14;
}
.ivu-badge-status-cyan {
  background-color: #13c2c2;
}
.ivu-badge-status-lime {
  background-color: #a0d911;
}
.ivu-badge-status-green {
  background-color: #52c41a;
}
.ivu-badge-status-blue {
  background-color: #1890ff;
}
.ivu-badge-status-geekblue {
  background-color: #2f54eb;
}
.ivu-badge-status-purple {
  background-color: #722ed1;
}
@-webkit-keyframes aniStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes aniStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.ivu-chart-circle {
  display: inline-block;
  position: relative;
}
.ivu-chart-circle-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.ivu-spin {
  color: #2d8cf0;
  vertical-align: middle;
  text-align: center;
}
.ivu-spin-dot {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #2d8cf0;
  width: 20px;
  height: 20px;
  -webkit-animation: ani-spin-bounce 1s 0s ease-in-out infinite;
          animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}
.ivu-spin-large .ivu-spin-dot {
  width: 32px;
  height: 32px;
}
.ivu-spin-small .ivu-spin-dot {
  width: 12px;
  height: 12px;
}
.ivu-spin-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.ivu-spin-fullscreen {
  z-index: 2010;
}
.ivu-spin-fullscreen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ivu-spin-fix .ivu-spin-main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ivu-spin-fix .ivu-spin-dot {
  display: inline-block;
}
.ivu-spin-text,
.ivu-spin-show-text .ivu-spin-dot {
  display: none;
}
.ivu-spin-show-text .ivu-spin-text {
  display: block;
}
.ivu-table-wrapper > .ivu-spin-fix {
  border: none;
}
.ivu-table-wrapper-with-border > .ivu-spin-fix {
  border: 1px solid #dcdee2;
  border-top: 0;
  border-left: 0;
}
@-webkit-keyframes ani-spin-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes ani-spin-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.ivu-alert {
  position: relative;
  padding: 8px 48px 8px 16px;
  border-radius: 4px;
  color: #515a6e;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.ivu-alert.ivu-alert-with-icon {
  padding: 8px 48px 8px 38px;
}
.ivu-alert-icon {
  font-size: 14px;
  top: 6px;
  left: 12px;
  position: absolute;
}
.ivu-alert-desc {
  font-size: 12px;
  color: #515a6e;
  line-height: 21px;
  display: none;
  text-align: justify;
}
.ivu-alert-success {
  border: 1px solid #8ce6b0;
  background-color: #edfff3;
}
.ivu-alert-success .ivu-alert-icon {
  color: #19be6b;
}
.ivu-alert-info {
  border: 1px solid #abdcff;
  background-color: #f0faff;
}
.ivu-alert-info .ivu-alert-icon {
  color: #2d8cf0;
}
.ivu-alert-warning {
  border: 1px solid #ffd77a;
  background-color: #fff9e6;
}
.ivu-alert-warning .ivu-alert-icon {
  color: #ff9900;
}
.ivu-alert-error {
  border: 1px solid #ffb08f;
  background-color: #ffefe6;
}
.ivu-alert-error .ivu-alert-icon {
  color: #ed4014;
}
.ivu-alert-close {
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-alert-close .ivu-icon-ios-close {
  font-size: 22px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-alert-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-alert-with-desc {
  padding: 16px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 10px;
  color: #515a6e;
  line-height: 1.5;
}
.ivu-alert-with-desc.ivu-alert-with-icon {
  padding: 16px 16px 16px 69px;
}
.ivu-alert-with-desc .ivu-alert-desc {
  display: block;
}
.ivu-alert-with-desc .ivu-alert-message {
  font-size: 14px;
  color: #17233d;
  display: block;
  margin-bottom: 4px;
}
.ivu-alert-with-desc .ivu-alert-icon {
  top: 50%;
  left: 24px;
  margin-top: -24px;
  font-size: 28px;
}
.ivu-alert-with-banner {
  border-radius: 0;
}
.ivu-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #dcdee2;
}
.ivu-collapse-simple {
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0;
}
.ivu-collapse > .ivu-collapse-item {
  border-top: 1px solid #dcdee2;
}
.ivu-collapse > .ivu-collapse-item:first-child {
  border-top: 0;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header {
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-collapse > .ivu-collapse-item > .ivu-collapse-header > i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  margin-right: 14px;
}
.ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 1px solid #dcdee2;
}
.ivu-collapse-simple > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header {
  border-bottom: 1px solid transparent;
}
.ivu-collapse > .ivu-collapse-item.ivu-collapse-item-active > .ivu-collapse-header > i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ivu-collapse-content {
  color: #515a6e;
  padding: 0 16px;
  background-color: #fff;
}
.ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-collapse-simple > .ivu-collapse-item > .ivu-collapse-content > .ivu-collapse-content-box {
  padding-top: 0;
}
.ivu-collapse-item:last-child > .ivu-collapse-content {
  border-radius: 0 0 3px 3px;
}
.ivu-card {
  display: block;
  background: #fff;
  border-radius: 4px;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-card-bordered {
  border: 1px solid #dcdee2;
  border-color: #e8eaec;
}
.ivu-card-shadow {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card:hover {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.ivu-card.ivu-card-dis-hover:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
}
.ivu-card.ivu-card-dis-hover.ivu-card-bordered:hover {
  border-color: #e8eaec;
}
.ivu-card.ivu-card-shadow:hover {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.ivu-card-head {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-card-head p,
.ivu-card-head-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-card-extra {
  position: absolute;
  right: 16px;
  top: 14px;
}
.ivu-card-body {
  padding: 16px;
}
.ivu-message {
  font-size: 12px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  top: 16px;
  left: 0;
  pointer-events: none;
}
.ivu-message-notice {
  padding: 8px;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
}
.ivu-message-notice:first-child {
  margin-top: -8px;
}
.ivu-message-notice-close {
  position: absolute;
  right: 4px;
  top: 10px;
  color: #999;
  outline: none;
}
.ivu-message-notice-close i.ivu-icon {
  font-size: 22px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-message-notice-close i.ivu-icon:hover {
  color: #444;
}
.ivu-message-notice-content {
  display: inline-block;
  pointer-events: all;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
.ivu-message-notice-content-text {
  display: inline-block;
}
.ivu-message-notice-closable .ivu-message-notice-content-text {
  padding-right: 32px;
}
.ivu-message-success .ivu-icon {
  color: #19be6b;
}
.ivu-message-error .ivu-icon {
  color: #ed4014;
}
.ivu-message-warning .ivu-icon {
  color: #ff9900;
}
.ivu-message-info .ivu-icon,
.ivu-message-loading .ivu-icon {
  color: #2d8cf0;
}
.ivu-message .ivu-icon {
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.ivu-message-custom-content span {
  vertical-align: middle;
}
.ivu-message-notice-with-background .ivu-message-notice-content-background {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-message-notice-with-background .ivu-message-notice-content-info {
  background: #f0faff;
  color: #2e8bf0;
  border: 1px solid #d4eeff;
}
.ivu-message-notice-with-background .ivu-message-notice-content-success {
  background: #edfff3;
  color: #19bf6c;
  border: 1px solid #bbf2cf;
}
.ivu-message-notice-with-background .ivu-message-notice-content-warning {
  background: #fff9e6;
  color: #ff9900;
  border: 1px solid #ffe7a3;
}
.ivu-message-notice-with-background .ivu-message-notice-content-error {
  background: #ffefe6;
  color: #ed3f13;
  border: 1px solid #ffcfb8;
}
.ivu-notice {
  width: 335px;
  margin-right: 24px;
  position: fixed;
  z-index: 1010;
}
.ivu-notice-content-with-icon {
  margin-left: 51px;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 51px;
}
.ivu-notice-notice {
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.ivu-notice-notice-close {
  position: absolute;
  right: 8px;
  top: 15px;
  color: #999;
  outline: none;
}
.ivu-notice-notice-close i {
  font-size: 22px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: -3px;
}
.ivu-notice-notice-close i:hover {
  color: #444;
}
.ivu-notice-notice-content-with-render .ivu-notice-desc {
  display: none;
}
.ivu-notice-notice-with-desc .ivu-notice-notice-close {
  top: 11px;
}
.ivu-notice-content-with-render-notitle {
  margin-left: 26px;
}
.ivu-notice-title {
  font-size: 14px;
  line-height: 17px;
  color: #17233d;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-notice-with-desc .ivu-notice-title {
  margin-bottom: 8px;
}
.ivu-notice-desc {
  font-size: 12px;
  color: #515a6e;
  text-align: justify;
  line-height: 1.5;
}
.ivu-notice-with-desc.ivu-notice-with-icon .ivu-notice-desc {
  margin-left: 51px;
}
.ivu-notice-with-icon .ivu-notice-title {
  margin-left: 26px;
}
.ivu-notice-icon {
  position: absolute;
  top: -2px;
  font-size: 18px;
}
.ivu-notice-icon-success {
  color: #19be6b;
}
.ivu-notice-icon-info {
  color: #2d8cf0;
}
.ivu-notice-icon-warning {
  color: #ff9900;
}
.ivu-notice-icon-error {
  color: #ed4014;
}
.ivu-notice-with-desc .ivu-notice-icon {
  font-size: 36px;
  top: -6px;
}
.ivu-notice-custom-content {
  position: relative;
}
.ivu-radio-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  z-index: 1;
}
.ivu-radio-group {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
.ivu-radio-group-vertical .ivu-radio-wrapper {
  display: block;
  height: 30px;
  line-height: 30px;
}
.ivu-radio-wrapper {
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ivu-radio-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-radio {
  display: inline-block;
  margin-right: 4px;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.ivu-radio:hover .ivu-radio-inner {
  border-color: #bcbcbc;
}
.ivu-radio-inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #dcdee2;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-inner:after {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #2d8cf0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.ivu-radio-large {
  font-size: 14px;
}
.ivu-radio-large .ivu-radio-inner {
  width: 18px;
  height: 18px;
}
.ivu-radio-large .ivu-radio-inner:after {
  width: 12px;
  height: 12px;
}
.ivu-radio-large.ivu-radio-wrapper,
.ivu-radio-large .ivu-radio-wrapper {
  font-size: 14px;
}
.ivu-radio-small .ivu-radio-inner {
  width: 14px;
  height: 14px;
}
.ivu-radio-small .ivu-radio-inner:after {
  width: 8px;
  height: 8px;
}
.ivu-radio-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.ivu-radio-border {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.ivu-radio-small.ivu-radio-border,
.ivu-radio-group-small .ivu-radio-border {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ivu-radio-large.ivu-radio-border,
.ivu-radio-group-large .ivu-radio-border {
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
}
.ivu-radio-wrapper-checked.ivu-radio-border {
  border-color: #2d8cf0;
}
.ivu-radio-wrapper-disabled.ivu-radio-border {
  border-color: #dcdee2;
}
.ivu-radio-checked .ivu-radio-inner {
  border-color: #2d8cf0;
}
.ivu-radio-checked .ivu-radio-inner:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-checked:hover .ivu-radio-inner {
  border-color: #2d8cf0;
}
.ivu-radio-disabled {
  cursor: not-allowed;
}
.ivu-radio-disabled .ivu-radio-input {
  cursor: not-allowed;
}
.ivu-radio-disabled:hover .ivu-radio-inner {
  border-color: #dcdee2;
}
.ivu-radio-disabled .ivu-radio-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-radio-disabled .ivu-radio-inner:after {
  background-color: #cccccc;
}
.ivu-radio-disabled .ivu-radio-disabled + span {
  color: #ccc;
}
span.ivu-radio + * {
  margin-left: 2px;
  margin-right: 2px;
}
.ivu-radio-group-button {
  font-size: 0;
  -webkit-text-size-adjust: none;
}
.ivu-radio-group-button .ivu-radio {
  width: 0;
  margin-right: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #515a6e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: 1px solid #dcdee2;
  border-left: 0;
  background: #fff;
  position: relative;
}
.ivu-radio-group-button .ivu-radio-wrapper > span {
  margin-left: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:before,
.ivu-radio-group-button .ivu-radio-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  left: -1px;
  top: 0;
  background: #dcdee2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper:after {
  height: 36px;
  left: -1px;
  top: -3px;
  background: rgba(45, 140, 240, 0.2);
  opacity: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:before,
.ivu-radio-group-button .ivu-radio-wrapper:first-child:after {
  display: none;
}
.ivu-radio-group-button .ivu-radio-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-radio-group-button .ivu-radio-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover {
  position: relative;
  color: #2d8cf0;
}
.ivu-radio-group-button .ivu-radio-wrapper:hover .ivu-radio {
  background-color: black;
}
.ivu-radio-group-button .ivu-radio-wrapper .ivu-radio-inner,
.ivu-radio-group-button .ivu-radio-wrapper input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked {
  background: #fff;
  border-color: #2d8cf0;
  color: #2d8cf0;
  -webkit-box-shadow: -1px 0 0 0 #2d8cf0;
          box-shadow: -1px 0 0 0 #2d8cf0;
  z-index: 1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:before {
  background: #2d8cf0;
  opacity: 0.1;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus {
  -webkit-box-shadow: -1px 0 0 0 #2d8cf0, 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: -1px 0 0 0 #2d8cf0, 0 0 0 2px rgba(45, 140, 240, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:after {
  left: -3px;
  top: -3px;
  opacity: 1;
  background: rgba(45, 140, 240, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked.ivu-radio-focus:first-child {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:first-child {
  border-color: #2d8cf0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:hover {
  border-color: #57a3f3;
  color: #57a3f3;
}
.ivu-radio-group-button .ivu-radio-wrapper-checked:active {
  border-color: #2b85e4;
  color: #2b85e4;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child,
.ivu-radio-group-button .ivu-radio-wrapper-disabled:hover {
  border-color: #dcdee2;
  background-color: #f7f7f7;
  color: #ccc;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled:first-child {
  border-left-color: #dcdee2;
}
.ivu-radio-group-button .ivu-radio-wrapper-disabled.ivu-radio-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #dcdee2;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.ivu-radio-group-button.ivu-radio-group-large .ivu-radio-wrapper:after {
  height: 44px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 12px;
  font-size: 12px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:after {
  height: 28px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:first-child {
  border-radius: 3px 0 0 3px;
}
.ivu-radio-group-button.ivu-radio-group-small .ivu-radio-wrapper:last-child {
  border-radius: 0 3px 3px 0;
}
.ivu-checkbox-focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  z-index: 1;
}
.ivu-checkbox {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.ivu-checkbox-disabled {
  cursor: not-allowed;
}
.ivu-checkbox:hover .ivu-checkbox-inner {
  border-color: #bcbcbc;
}
.ivu-checkbox-inner {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-checkbox-inner:after {
  content: '';
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 1px;
  left: 4px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-inner {
  width: 18px;
  height: 18px;
}
.ivu-checkbox-large .ivu-checkbox-inner:after {
  width: 5px;
  height: 9px;
}
.ivu-checkbox-small {
  font-size: 12px;
}
.ivu-checkbox-small .ivu-checkbox-inner {
  width: 14px;
  height: 14px;
}
.ivu-checkbox-small .ivu-checkbox-inner:after {
  top: 0;
  left: 3px;
}
.ivu-checkbox-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ivu-checkbox-input[disabled] {
  cursor: not-allowed;
}
.ivu-checkbox-border {
  border: 1px solid #dcdee2;
  border-radius: 4px;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.ivu-checkbox-small.ivu-checkbox-border,
.ivu-checkbox-group.ivu-checkbox-small .ivu-checkbox-border {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ivu-checkbox-large.ivu-checkbox-border,
.ivu-checkbox-group.ivu-checkbox-large .ivu-checkbox-border {
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
}
.ivu-checkbox-wrapper-checked.ivu-checkbox-border {
  border-color: #2d8cf0;
}
.ivu-checkbox-wrapper-disabled.ivu-checkbox-border {
  border-color: #dcdee2;
}
.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #2d8cf0;
}
.ivu-checkbox-checked .ivu-checkbox-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-checkbox-checked .ivu-checkbox-inner:after {
  content: '';
  display: table;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 2px;
  left: 5px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-checkbox-large .ivu-checkbox-checked .ivu-checkbox-inner:after {
  width: 6px;
  height: 10px;
}
.ivu-checkbox-small .ivu-checkbox-checked .ivu-checkbox-inner:after {
  top: 1px;
  left: 4px;
}
.ivu-checkbox-disabled.ivu-checkbox-checked:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-disabled.ivu-checkbox-checked .ivu-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #ccc;
}
.ivu-checkbox-disabled:hover .ivu-checkbox-inner {
  border-color: #dcdee2;
}
.ivu-checkbox-disabled .ivu-checkbox-inner {
  border-color: #dcdee2;
  background-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  -webkit-animation-name: none;
          animation-name: none;
  border-color: #f3f3f3;
}
.ivu-checkbox-disabled .ivu-checkbox-inner-input {
  cursor: default;
}
.ivu-checkbox-disabled + span {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  content: '';
  width: 10px;
  height: 1px;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 2px;
  top: 6px;
}
.ivu-checkbox-indeterminate:hover .ivu-checkbox-inner {
  border-color: #2d8cf0;
}
.ivu-checkbox-indeterminate .ivu-checkbox-inner {
  background-color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner {
  background-color: #f3f3f3;
  border-color: #dcdee2;
}
.ivu-checkbox-indeterminate.ivu-checkbox-disabled .ivu-checkbox-inner:after {
  border-color: #c5c8ce;
}
.ivu-checkbox-large .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 12px;
  top: 7px;
}
.ivu-checkbox-small .ivu-checkbox-indeterminate .ivu-checkbox-inner:after {
  width: 8px;
  top: 5px;
}
.ivu-checkbox-wrapper {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  margin-right: 8px;
}
.ivu-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ivu-checkbox-wrapper.ivu-checkbox-large {
  font-size: 14px;
}
.ivu-checkbox-wrapper + span,
.ivu-checkbox + span {
  margin-right: 4px;
}
.ivu-checkbox-group {
  font-size: 12px;
}
.ivu-checkbox-group-item {
  display: inline-block;
}
.ivu-switch {
  display: inline-block;
  width: 44px;
  height: 22px;
  line-height: 20px;
  border-radius: 22px;
  vertical-align: middle;
  border: 1px solid #ccc;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-switch-loading {
  opacity: 0.4;
}
.ivu-switch-inner {
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 23px;
}
.ivu-switch-inner i {
  width: 12px;
  height: 12px;
  text-align: center;
  position: relative;
  top: -1px;
}
.ivu-switch:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 1px;
  cursor: pointer;
  -webkit-transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: left 0.2s ease-in-out, width 0.2s ease-in-out;
}
.ivu-switch:active:after {
  width: 26px;
}
.ivu-switch:before {
  content: '';
  display: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 1;
  border: 1px solid #2d8cf0;
  border-color: transparent transparent transparent #2d8cf0;
  -webkit-animation: switch-loading 1s linear;
          animation: switch-loading 1s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.ivu-switch-loading:before {
  display: block;
}
.ivu-switch:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  outline: 0;
}
.ivu-switch:focus:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-switch-small {
  width: 28px;
  height: 16px;
  line-height: 14px;
}
.ivu-switch-small:after {
  width: 12px;
  height: 12px;
}
.ivu-switch-small:active:after {
  width: 14px;
}
.ivu-switch-small:before {
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
}
.ivu-switch-small.ivu-switch-checked:after {
  left: 13px;
}
.ivu-switch-small.ivu-switch-checked:before {
  left: 14px;
}
.ivu-switch-small:active.ivu-switch-checked:after {
  left: 11px;
}
.ivu-switch-large {
  width: 56px;
}
.ivu-switch-large:active:after {
  width: 26px;
}
.ivu-switch-large:active:after {
  width: 30px;
}
.ivu-switch-large.ivu-switch-checked:after {
  left: 35px;
}
.ivu-switch-large.ivu-switch-checked:before {
  left: 37px;
}
.ivu-switch-large:active.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-switch-checked .ivu-switch-inner {
  left: 7px;
}
.ivu-switch-checked:after {
  left: 23px;
}
.ivu-switch-checked:before {
  left: 25px;
}
.ivu-switch-checked:active:after {
  left: 15px;
}
.ivu-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ivu-switch-disabled:after {
  background: #fff;
  cursor: not-allowed;
}
.ivu-switch-disabled .ivu-switch-inner {
  color: #fff;
}
.ivu-switch-disabled.ivu-switch-checked {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
  opacity: 0.4;
}
.ivu-switch-disabled.ivu-switch-checked:after {
  background: #fff;
}
.ivu-switch-disabled.ivu-switch-checked .ivu-switch-inner {
  color: #fff;
}
@-webkit-keyframes switch-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes switch-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ivu-input-number {
  display: inline-block;
  width: 100%;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  overflow: hidden;
  cursor: default;
}
.ivu-input-number::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input-number:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number:hover {
  border-color: #57a3f3;
}
.ivu-input-number:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input-number[disabled],
fieldset[disabled] .ivu-input-number {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number[disabled]:hover,
fieldset[disabled] .ivu-input-number:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 12px;
}
.ivu-input-number-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-input-number-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-number-handler-wrap {
  width: 22px;
  height: 100%;
  border-left: 1px solid #dcdee2;
  border-radius: 0 4px 4px 0;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.ivu-input-number:hover .ivu-input-number-handler-wrap {
  opacity: 1;
}
.ivu-input-number-handler-up {
  cursor: pointer;
}
.ivu-input-number-handler-up-inner {
  top: 1px;
}
.ivu-input-number-handler-down {
  border-top: 1px solid #dcdee2;
  top: -1px;
  cursor: pointer;
}
.ivu-input-number-handler {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  color: #999;
  position: relative;
}
.ivu-input-number-handler:hover .ivu-input-number-handler-up-inner,
.ivu-input-number-handler:hover .ivu-input-number-handler-down-inner {
  color: #57a3f3;
}
.ivu-input-number-handler-up-inner,
.ivu-input-number-handler-down-inner {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 14px;
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ivu-input-number:hover {
  border-color: #57a3f3;
}
.ivu-input-number-focused {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input-number-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input-wrap {
  overflow: hidden;
  height: 32px;
}
.ivu-input-number-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  color: #666;
  border: 0;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ivu-input-number-input[disabled] {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input-number-input[disabled]:hover {
  border-color: #e3e5e8;
}
.ivu-input-number-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::-moz-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input-number-input::placeholder {
  color: #c5c8ce;
}
.ivu-input-number-large {
  padding: 0;
}
.ivu-input-number-large .ivu-input-number-input-wrap {
  height: 40px;
}
.ivu-input-number-large .ivu-input-number-handler {
  height: 20px;
}
.ivu-input-number-large input {
  height: 40px;
  line-height: 40px;
}
.ivu-input-number-large .ivu-input-number-handler-up-inner {
  top: 2px;
}
.ivu-input-number-large .ivu-input-number-handler-down-inner {
  bottom: 2px;
}
.ivu-input-number-small {
  padding: 0;
}
.ivu-input-number-small .ivu-input-number-input-wrap {
  height: 24px;
}
.ivu-input-number-small .ivu-input-number-handler {
  height: 12px;
}
.ivu-input-number-small input {
  height: 24px;
  line-height: 24px;
  margin-top: -1px;
  vertical-align: top;
}
.ivu-input-number-small .ivu-input-number-handler-up-inner {
  top: -1px;
}
.ivu-input-number-small .ivu-input-number-handler-down-inner {
  bottom: -1px;
}
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-disabled .ivu-input-number-handler-down-inner,
.ivu-input-number-handler-down-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-handler-up-disabled .ivu-input-number-handler-up-inner,
.ivu-input-number-disabled .ivu-input-number-handler-up-inner {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-input-number-disabled .ivu-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ivu-input-number-disabled .ivu-input-number-handler-wrap {
  display: none;
}
.ivu-input-number-disabled .ivu-input-number-handler {
  opacity: 0.72;
  color: #ccc !important;
  cursor: not-allowed;
}
.ivu-form-item-error .ivu-input-number {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-number:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input-number:focus {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-number-focused {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-scroll-wrapper {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: none;
}
.ivu-scroll-container {
  overflow-y: scroll;
}
.ivu-scroll-content {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ivu-scroll-content-loading {
  opacity: 0.5;
}
.ivu-scroll-loader {
  text-align: center;
  padding: 0;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.ivu-scroll-loader-wrapper {
  padding: 5px 0;
  height: 0;
  background-color: inherit;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s, height 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.3s, height 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, height 0.5s;
  transition: opacity 0.3s, transform 0.5s, height 0.5s, -webkit-transform 0.5s;
}
.ivu-scroll-loader-wrapper-active {
  height: 40px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@-webkit-keyframes ani-demo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ani-demo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner {
  position: relative;
}
.ivu-scroll-loader-wrapper .ivu-scroll-spinner-icon {
  -webkit-animation: ani-demo-spin 1s linear infinite;
          animation: ani-demo-spin 1s linear infinite;
}
.ivu-tag {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin: 2px 4px 2px 0;
  padding: 0 8px;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  background: #f7f7f7;
  font-size: 12px;
  vertical-align: middle;
  opacity: 1;
  overflow: hidden;
}
.ivu-tag-size-large {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
.ivu-tag-size-medium {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) {
  background: transparent;
  border: 0;
  color: #515a6e;
}
.ivu-tag:not(.ivu-tag-border):not(.ivu-tag-dot):not(.ivu-tag-checked) .ivu-icon-ios-close {
  color: #515a6e !important;
}
.ivu-tag-color-error {
  color: #ed4014 !important;
  border-color: #ed4014;
}
.ivu-tag-color-success {
  color: #19be6b !important;
  border-color: #19be6b;
}
.ivu-tag-color-primary {
  color: #2D8cF0 !important;
  border-color: #2D8cF0;
}
.ivu-tag-color-warning {
  color: #ff9900 !important;
  border-color: #ff9900;
}
.ivu-tag-color-white {
  color: #ffffff !important;
}
.ivu-tag-dot {
  height: 32px;
  line-height: 32px;
  border: 1px solid #e8eaec !important;
  color: #515a6e !important;
  background: #fff !important;
  padding: 0 12px;
}
.ivu-tag-dot-inner {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e8eaec;
  position: relative;
  top: 1px;
}
.ivu-tag-dot .ivu-icon-ios-close {
  color: #666 !important;
  margin-left: 12px !important;
}
.ivu-tag-border {
  height: 24px;
  line-height: 24px;
  border: 1px solid #e8eaec;
  color: #e8eaec;
  background: #fff !important;
  position: relative;
}
.ivu-tag-border .ivu-icon-ios-close {
  color: #666;
  margin-left: 12px !important;
}
.ivu-tag-border:after {
  content: "";
  display: none;
  width: 1px;
  background: currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}
.ivu-tag-border.ivu-tag-closable:after {
  display: block;
}
.ivu-tag-border.ivu-tag-closable .ivu-icon-ios-close {
  margin-left: 18px !important;
  left: 4px;
  top: -1px;
}
.ivu-tag-border.ivu-tag-primary {
  color: #2D8cF0 !important;
  border: 1px solid #2D8cF0 !important;
}
.ivu-tag-border.ivu-tag-primary:after {
  background: #2D8cF0;
}
.ivu-tag-border.ivu-tag-primary .ivu-icon-ios-close {
  color: #2D8cF0 !important;
}
.ivu-tag-border.ivu-tag-success {
  color: #19be6b !important;
  border: 1px solid #19be6b !important;
}
.ivu-tag-border.ivu-tag-success:after {
  background: #19be6b;
}
.ivu-tag-border.ivu-tag-success .ivu-icon-ios-close {
  color: #19be6b !important;
}
.ivu-tag-border.ivu-tag-warning {
  color: #ff9900 !important;
  border: 1px solid #ff9900 !important;
}
.ivu-tag-border.ivu-tag-warning:after {
  background: #ff9900;
}
.ivu-tag-border.ivu-tag-warning .ivu-icon-ios-close {
  color: #ff9900 !important;
}
.ivu-tag-border.ivu-tag-error {
  color: #ed4014 !important;
  border: 1px solid #ed4014 !important;
}
.ivu-tag-border.ivu-tag-error:after {
  background: #ed4014;
}
.ivu-tag-border.ivu-tag-error .ivu-icon-ios-close {
  color: #ed4014 !important;
}
.ivu-tag:hover {
  opacity: 0.85;
}
.ivu-tag-text {
  color: #515a6e;
}
.ivu-tag-text a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ivu-tag .ivu-icon-ios-close {
  display: inline-block;
  font-size: 12px;
  font-size: 20px \9;
  -webkit-transform: scale(1.66666667) rotate(0deg);
          transform: scale(1.66666667) rotate(0deg);
  cursor: pointer;
  margin-left: 2px;
  color: #666;
  opacity: 0.66;
  position: relative;
  top: -1px;
}
:root .ivu-tag .ivu-icon-ios-close {
  font-size: 12px;
}
.ivu-tag .ivu-icon-ios-close:hover {
  opacity: 1;
}
.ivu-tag-primary,
.ivu-tag-success,
.ivu-tag-warning,
.ivu-tag-error {
  border: 0;
}
.ivu-tag-primary,
.ivu-tag-success,
.ivu-tag-warning,
.ivu-tag-error,
.ivu-tag-primary a,
.ivu-tag-success a,
.ivu-tag-warning a,
.ivu-tag-error a,
.ivu-tag-primary a:hover,
.ivu-tag-success a:hover,
.ivu-tag-warning a:hover,
.ivu-tag-error a:hover,
.ivu-tag-primary .ivu-icon-ios-close,
.ivu-tag-success .ivu-icon-ios-close,
.ivu-tag-warning .ivu-icon-ios-close,
.ivu-tag-error .ivu-icon-ios-close,
.ivu-tag-primary .ivu-icon-ios-close:hover,
.ivu-tag-success .ivu-icon-ios-close:hover,
.ivu-tag-warning .ivu-icon-ios-close:hover,
.ivu-tag-error .ivu-icon-ios-close:hover {
  color: #fff;
}
.ivu-tag-primary,
.ivu-tag-primary.ivu-tag-dot .ivu-tag-dot-inner {
  background: #2D8cF0;
}
.ivu-tag-success,
.ivu-tag-success.ivu-tag-dot .ivu-tag-dot-inner {
  background: #19be6b;
}
.ivu-tag-warning,
.ivu-tag-warning.ivu-tag-dot .ivu-tag-dot-inner {
  background: #ff9900;
}
.ivu-tag-error,
.ivu-tag-error.ivu-tag-dot .ivu-tag-dot-inner {
  background: #ed4014;
}
.ivu-tag-pink {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-pink .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-pink.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-pink {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-pink {
  line-height: 26px;
}
.ivu-tag-magenta {
  line-height: 20px;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ivu-tag-magenta .ivu-tag-text {
  color: #eb2f96 !important;
}
.ivu-tag-magenta.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-magenta {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-magenta {
  line-height: 26px;
}
.ivu-tag-red {
  line-height: 20px;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ivu-tag-red .ivu-tag-text {
  color: #f5222d !important;
}
.ivu-tag-red.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-red {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-red {
  line-height: 26px;
}
.ivu-tag-volcano {
  line-height: 20px;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ivu-tag-volcano .ivu-tag-text {
  color: #fa541c !important;
}
.ivu-tag-volcano.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-volcano {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-volcano {
  line-height: 26px;
}
.ivu-tag-orange {
  line-height: 20px;
  background: #fff7e6;
  border-color: #ffd591;
}
.ivu-tag-orange .ivu-tag-text {
  color: #fa8c16 !important;
}
.ivu-tag-orange.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-orange {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-orange {
  line-height: 26px;
}
.ivu-tag-yellow {
  line-height: 20px;
  background: #feffe6;
  border-color: #fffb8f;
}
.ivu-tag-yellow .ivu-tag-text {
  color: #fadb14 !important;
}
.ivu-tag-yellow.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-yellow {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-yellow {
  line-height: 26px;
}
.ivu-tag-gold {
  line-height: 20px;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ivu-tag-gold .ivu-tag-text {
  color: #faad14 !important;
}
.ivu-tag-gold.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-gold {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-gold {
  line-height: 26px;
}
.ivu-tag-cyan {
  line-height: 20px;
  background: #e6fffb;
  border-color: #87e8de;
}
.ivu-tag-cyan .ivu-tag-text {
  color: #13c2c2 !important;
}
.ivu-tag-cyan.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-cyan {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-cyan {
  line-height: 26px;
}
.ivu-tag-lime {
  line-height: 20px;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ivu-tag-lime .ivu-tag-text {
  color: #a0d911 !important;
}
.ivu-tag-lime.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-lime {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-lime {
  line-height: 26px;
}
.ivu-tag-green {
  line-height: 20px;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ivu-tag-green .ivu-tag-text {
  color: #52c41a !important;
}
.ivu-tag-green.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-green {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-green {
  line-height: 26px;
}
.ivu-tag-blue {
  line-height: 20px;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ivu-tag-blue .ivu-tag-text {
  color: #1890ff !important;
}
.ivu-tag-blue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-blue {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-blue {
  line-height: 26px;
}
.ivu-tag-geekblue {
  line-height: 20px;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ivu-tag-geekblue .ivu-tag-text {
  color: #2f54eb !important;
}
.ivu-tag-geekblue.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-geekblue {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-geekblue {
  line-height: 26px;
}
.ivu-tag-purple {
  line-height: 20px;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ivu-tag-purple .ivu-tag-text {
  color: #722ed1 !important;
}
.ivu-tag-purple.ivu-tag-dot {
  line-height: 32px;
}
.ivu-tag-size-large.ivu-tag-purple {
  line-height: 30px;
}
.ivu-tag-size-medium.ivu-tag-purple {
  line-height: 26px;
}
.ivu-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: #f5f7f9;
}
.ivu-layout.ivu-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ivu-layout.ivu-layout-has-sider > .ivu-layout,
.ivu-layout.ivu-layout-has-sider > .ivu-layout-content {
  overflow-x: hidden;
}
.ivu-layout-header,
.ivu-layout-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ivu-layout-header {
  background: #515a6e;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;
}
.ivu-layout-sider {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  background: #515a6e;
  min-width: 0;
}
.ivu-layout-sider-children {
  height: 100%;
  padding-top: 0.1px;
  margin-top: -0.1px;
}
.ivu-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ivu-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #515a6e;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-layout-sider-trigger .ivu-icon {
  font-size: 16px;
}
.ivu-layout-sider-trigger > * {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ivu-layout-sider-trigger-collapsed .ivu-layout-sider-trigger-icon {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.ivu-layout-sider-zero-width > * {
  overflow: hidden;
}
.ivu-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  text-align: center;
  width: 36px;
  height: 42px;
  line-height: 42px;
  background: #515a6e;
  color: #fff;
  font-size: 18px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ivu-layout-sider-zero-width-trigger:hover {
  background: #626b7d;
}
.ivu-layout-sider-zero-width-trigger.ivu-layout-sider-zero-width-trigger-left {
  right: 0;
  left: -36px;
  border-radius: 6px 0 0 6px;
}
.ivu-layout-footer {
  background: #f5f7f9;
  padding: 24px 50px;
  color: #515a6e;
  font-size: 12px;
}
.ivu-layout-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.ivu-loading-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.ivu-loading-bar-inner {
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.ivu-loading-bar-inner-color-primary {
  background-color: #2d8cf0;
}
.ivu-loading-bar-inner-failed-color-error {
  background-color: #ed4014;
}
.ivu-progress {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  position: relative;
}
.ivu-progress-vertical {
  height: 100%;
  width: auto;
}
.ivu-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ivu-progress-show-info .ivu-progress-outer {
  padding-right: 55px;
  margin-right: -55px;
}
.ivu-progress-vertical .ivu-progress-outer {
  height: 100%;
  width: auto;
}
.ivu-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.ivu-progress-inner-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  margin: 0 6px;
}
.ivu-progress-vertical .ivu-progress-inner {
  height: 100%;
  width: auto;
}
.ivu-progress-vertical .ivu-progress-inner > *,
.ivu-progress-vertical .ivu-progress-inner:after {
  display: inline-block;
  vertical-align: bottom;
}
.ivu-progress-vertical .ivu-progress-inner:after {
  content: '';
  height: 100%;
}
.ivu-progress-bg {
  text-align: right;
  border-radius: 100px;
  background-color: #2d8cf0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.ivu-progress-bg:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ivu-progress-success-bg {
  border-radius: 100px;
  background-color: #19be6b;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.ivu-progress-text {
  display: inline-block;
  margin-left: 5px;
  text-align: left;
  font-size: 1em;
  vertical-align: middle;
  color: #808695;
}
.ivu-progress-active .ivu-progress-bg:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 10px;
  -webkit-animation: ivu-progress-active 2s ease-in-out infinite;
          animation: ivu-progress-active 2s ease-in-out infinite;
}
.ivu-progress-vertical.ivu-progress-active .ivu-progress-bg:before {
  top: auto;
  -webkit-animation: ivu-progress-active-vertical 2s ease-in-out infinite;
          animation: ivu-progress-active-vertical 2s ease-in-out infinite;
}
.ivu-progress-wrong .ivu-progress-bg {
  background-color: #ed4014;
}
.ivu-progress-wrong .ivu-progress-text {
  color: #ed4014;
}
.ivu-progress-success .ivu-progress-bg {
  background-color: #19be6b;
}
.ivu-progress-success .ivu-progress-text {
  color: #19be6b;
}
@-webkit-keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@keyframes ivu-progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }
  100% {
    opacity: 0;
    width: 100%;
  }
}
@-webkit-keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
@keyframes ivu-progress-active-vertical {
  0% {
    opacity: 0.3;
    height: 0;
  }
  100% {
    opacity: 0;
    height: 100%;
  }
}
.ivu-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-timeline-item {
  margin: 0 !important;
  padding: 0 0 12px 0;
  list-style: none;
  position: relative;
}
.ivu-timeline-item-tail {
  height: 100%;
  border-left: 1px solid #e8eaec;
  position: absolute;
  left: 6px;
  top: 0;
}
.ivu-timeline-item-pending .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline-item-head {
  width: 13px;
  height: 13px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
  position: absolute;
}
.ivu-timeline-item-head-blue {
  border-color: #2d8cf0;
  color: #2d8cf0;
}
.ivu-timeline-item-head-red {
  border-color: #ed4014;
  color: #ed4014;
}
.ivu-timeline-item-head-green {
  border-color: #19be6b;
  color: #19be6b;
}
.ivu-timeline-item-head-custom {
  width: 40px;
  height: auto;
  margin-top: 6px;
  padding: 3px 0;
  text-align: center;
  line-height: 1;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  position: absolute;
  left: -13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ivu-timeline-item-content {
  padding: 1px 1px 10px 24px;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.ivu-timeline-item:last-child .ivu-timeline-item-tail {
  display: none;
}
.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-tail {
  border-left: 1px dotted #e8eaec;
}
.ivu-timeline.ivu-timeline-pending .ivu-timeline-item:nth-last-of-type(2) .ivu-timeline-item-content {
  min-height: 48px;
}
.ivu-page:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ivu-page-item {
  display: inline-block;
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  margin-right: 4px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: Arial;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.ivu-page-item a {
  margin: 0 6px;
  text-decoration: none;
  color: #515a6e;
}
.ivu-page-item:hover {
  border-color: #2d8cf0;
}
.ivu-page-item:hover a {
  color: #2d8cf0;
}
.ivu-page-item-active {
  border-color: #2d8cf0;
}
.ivu-page-item-active a,
.ivu-page-item-active:hover a {
  color: #2d8cf0;
}
.ivu-page-with-disabled .ivu-page-item,
.ivu-page-with-disabled .ivu-page-disabled {
  cursor: not-allowed;
  background-color: #f3f3f3;
}
.ivu-page-with-disabled .ivu-page-item a,
.ivu-page-with-disabled .ivu-page-disabled a {
  color: #ccc;
}
.ivu-page-with-disabled .ivu-page-item:hover,
.ivu-page-with-disabled .ivu-page-disabled:hover {
  border-color: #dcdee2;
}
.ivu-page-with-disabled .ivu-page-item:hover a,
.ivu-page-with-disabled .ivu-page-disabled:hover a {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-page-with-disabled .ivu-page-item-active,
.ivu-page-with-disabled .ivu-page-disabled-active {
  background-color: #dcdee2;
  border-color: #dcdee2;
}
.ivu-page-with-disabled .ivu-page-item-active a,
.ivu-page-with-disabled .ivu-page-disabled-active a,
.ivu-page-with-disabled .ivu-page-item-active:hover a,
.ivu-page-with-disabled .ivu-page-disabled-active:hover a {
  color: #fff;
}
.ivu-page-item-jump-prev:after,
.ivu-page-item-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 1px;
  color: #ccc;
  text-align: center;
}
.ivu-page-item-jump-prev i,
.ivu-page-item-jump-next i {
  display: none;
}
.ivu-page-item-jump-prev:hover:after,
.ivu-page-item-jump-next:hover:after {
  display: none;
}
.ivu-page-item-jump-prev:hover i,
.ivu-page-item-jump-next:hover i {
  display: inline;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev,
.ivu-page-with-disabled .ivu-page-item-jump-next {
  cursor: not-allowed;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev:hover:after,
.ivu-page-with-disabled .ivu-page-item-jump-next:hover:after {
  display: block;
}
.ivu-page-with-disabled .ivu-page-item-jump-prev:hover i,
.ivu-page-with-disabled .ivu-page-item-jump-next:hover i {
  display: none;
}
.ivu-page-item-jump-prev:hover i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-page-item-jump-next:hover i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-page-prev {
  margin-right: 4px;
}
.ivu-page-item-jump-prev,
.ivu-page-item-jump-next {
  margin-right: 4px;
}
.ivu-page-prev,
.ivu-page-next,
.ivu-page-item-jump-prev,
.ivu-page-item-jump-next {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-page-item-jump-prev,
.ivu-page-item-jump-next {
  border-color: transparent;
}
.ivu-page-prev,
.ivu-page-next {
  background-color: #fff;
}
.ivu-page-prev a,
.ivu-page-next a {
  color: #666;
  font-size: 14px;
}
.ivu-page-prev:hover,
.ivu-page-next:hover {
  border-color: #2d8cf0;
}
.ivu-page-prev:hover a,
.ivu-page-next:hover a {
  color: #2d8cf0;
}
.ivu-page-disabled {
  cursor: not-allowed;
}
.ivu-page-disabled a {
  color: #ccc;
}
.ivu-page-disabled:hover {
  border-color: #dcdee2;
}
.ivu-page-disabled:hover a {
  color: #ccc;
  cursor: not-allowed;
}
.ivu-page-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.ivu-page-options-sizer {
  display: inline-block;
  margin-right: 10px;
}
.ivu-page-options-elevator {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.ivu-page-options-elevator input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  border-radius: 4px;
  margin: 0 8px;
  width: 50px;
}
.ivu-page-options-elevator input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-page-options-elevator input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-options-elevator input:hover {
  border-color: #57a3f3;
}
.ivu-page-options-elevator input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-page-options-elevator input[disabled],
fieldset[disabled] .ivu-page-options-elevator input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-page-options-elevator input[disabled]:hover,
fieldset[disabled] .ivu-page-options-elevator input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-page-options-elevator input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 12px;
}
.ivu-page-options-elevator input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-page-options-elevator input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-page-total {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.ivu-page-simple .ivu-page-prev,
.ivu-page-simple .ivu-page-next {
  margin: 0;
  border: 0;
  height: 24px;
  line-height: normal;
  font-size: 18px;
}
.ivu-page-simple .ivu-page-simple-pager {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.ivu-page-simple .ivu-page-simple-pager input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  color: #515a6e;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  width: 30px;
  height: 24px;
  margin: 0 8px;
  padding: 5px 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  outline: none;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.ivu-page-simple .ivu-page-simple-pager input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-page-simple .ivu-page-simple-pager input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-simple .ivu-page-simple-pager input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #57a3f3;
}
.ivu-page-simple .ivu-page-simple-pager input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-page-simple .ivu-page-simple-pager input[disabled],
fieldset[disabled] .ivu-page-simple .ivu-page-simple-pager input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-page-simple .ivu-page-simple-pager input[disabled]:hover,
fieldset[disabled] .ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-page-simple .ivu-page-simple-pager input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 12px;
}
.ivu-page-simple .ivu-page-simple-pager input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-page-simple .ivu-page-simple-pager input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-page-simple .ivu-page-simple-pager input:hover {
  border-color: #2d8cf0;
}
.ivu-page-simple .ivu-page-simple-pager span {
  padding: 0 8px 0 2px;
}
.ivu-page-custom-text,
.ivu-page-custom-text:hover {
  border-color: transparent;
}
.ivu-page.mini .ivu-page-total {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item {
  border: 0;
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
}
.ivu-page.mini .ivu-page-prev,
.ivu-page.mini .ivu-page-next {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
  border: 0;
}
.ivu-page.mini .ivu-page-prev a i:after,
.ivu-page.mini .ivu-page-next a i:after {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-item-jump-prev,
.ivu-page.mini .ivu-page-item-jump-next {
  height: 24px;
  line-height: 24px;
  border: none;
  margin-right: 0;
}
.ivu-page.mini .ivu-page-options {
  margin-left: 8px;
}
.ivu-page.mini .ivu-page-options-elevator {
  height: 24px;
  line-height: 24px;
}
.ivu-page.mini .ivu-page-options-elevator input {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
  width: 44px;
}
.ivu-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0;
  line-height: 1.5;
}
.ivu-steps-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.ivu-steps-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: none;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner {
  background-color: #fff;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-head-inner span {
  color: #ccc;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-content {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-wait .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner {
  border-color: #2d8cf0;
  background-color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-process .ivu-steps-head-inner span {
  color: #fff;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-title {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-content {
  color: #666;
}
.ivu-steps-item.ivu-steps-status-process .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner > .ivu-steps-icon,
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-head-inner span {
  color: #2d8cf0;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-tail > i:after {
  width: 100%;
  background: #2d8cf0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-title {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-finish .ivu-steps-content {
  color: #999;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner {
  background-color: #fff;
  border-color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-head-inner > .ivu-steps-icon {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-title {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-content {
  color: #ed4014;
}
.ivu-steps-item.ivu-steps-status-error .ivu-steps-tail > i {
  background-color: #e8eaec;
}
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i,
.ivu-steps-item.ivu-steps-next-error .ivu-steps-tail > i:after {
  background-color: #ed4014;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner > .ivu-steps-icon {
  font-size: 20px;
  top: 2px;
  width: 20px;
  height: 20px;
}
.ivu-steps-item.ivu-steps-custom.ivu-steps-status-process .ivu-steps-head-inner > .ivu-steps-icon {
  color: #2d8cf0;
}
.ivu-steps-item:last-child .ivu-steps-tail {
  display: none;
}
.ivu-steps .ivu-steps-head,
.ivu-steps .ivu-steps-main {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ivu-steps .ivu-steps-head {
  background: #fff;
}
.ivu-steps .ivu-steps-head-inner {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon {
  line-height: 1;
  position: relative;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 24px;
}
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-checkmark-empty,
.ivu-steps .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon-ios-close-empty {
  font-weight: bold;
}
.ivu-steps .ivu-steps-main {
  margin-top: 2.5px;
  display: inline;
}
.ivu-steps .ivu-steps-custom .ivu-steps-title {
  margin-top: 2.5px;
}
.ivu-steps .ivu-steps-title {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  background: #fff;
}
.ivu-steps .ivu-steps-title > a:first-child:last-child {
  color: #666;
}
.ivu-steps .ivu-steps-item-last .ivu-steps-title {
  padding-right: 0;
  width: 100%;
}
.ivu-steps .ivu-steps-content {
  font-size: 12px;
  color: #999;
}
.ivu-steps .ivu-steps-tail {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 13px;
}
.ivu-steps .ivu-steps-tail > i {
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: top;
  background: #e8eaec;
  border-radius: 1px;
  position: relative;
}
.ivu-steps .ivu-steps-tail > i:after {
  content: '';
  width: 0;
  height: 100%;
  background: #e8eaec;
  opacity: 0;
  position: absolute;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner {
  width: 18px;
  height: 18px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
}
.ivu-steps.ivu-steps-small .ivu-steps-head-inner > .ivu-steps-icon.ivu-icon {
  font-size: 16px;
  top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-main {
  margin-top: 0;
}
.ivu-steps.ivu-steps-small .ivu-steps-title {
  margin-bottom: 4px;
  margin-top: 0;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.ivu-steps.ivu-steps-small .ivu-steps-content {
  font-size: 12px;
  color: #999;
  padding-left: 30px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail {
  top: 8px;
  padding: 0 8px;
}
.ivu-steps.ivu-steps-small .ivu-steps-tail > i {
  height: 1px;
  width: 100%;
  border-radius: 1px;
}
.ivu-steps.ivu-steps-small .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner,
.ivu-steps .ivu-steps-item.ivu-steps-custom .ivu-steps-head-inner {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.ivu-steps-vertical {
  display: block;
}
.ivu-steps-vertical .ivu-steps-item {
  display: block;
  overflow: visible;
}
.ivu-steps-vertical .ivu-steps-tail {
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 30px 0 4px 0;
}
.ivu-steps-vertical .ivu-steps-tail > i {
  height: 100%;
  width: 1px;
}
.ivu-steps-vertical .ivu-steps-tail > i:after {
  height: 0;
  width: 100%;
}
.ivu-steps-vertical .ivu-steps-status-finish .ivu-steps-tail > i:after {
  height: 100%;
}
.ivu-steps-vertical .ivu-steps-head {
  float: left;
}
.ivu-steps-vertical .ivu-steps-head-inner {
  margin-right: 16px;
}
.ivu-steps-vertical .ivu-steps-main {
  min-height: 47px;
  overflow: hidden;
  display: block;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-title {
  line-height: 26px;
}
.ivu-steps-vertical .ivu-steps-main .ivu-steps-content {
  padding-bottom: 12px;
  padding-left: 0;
}
.ivu-steps-vertical .ivu-steps-custom .ivu-steps-icon {
  left: 4px;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-custom .ivu-steps-icon {
  left: 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail {
  position: absolute;
  left: 9px;
  top: 0;
  padding: 22px 0 4px 0;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-tail > i {
  height: 100%;
}
.ivu-steps-vertical.ivu-steps-small .ivu-steps-title {
  line-height: 18px;
}
.ivu-steps-horizontal.ivu-steps-hidden {
  visibility: hidden;
}
.ivu-steps-horizontal .ivu-steps-content {
  padding-left: 35px;
}
.ivu-steps-horizontal .ivu-steps-item:not(:first-child) .ivu-steps-head {
  padding-left: 10px;
  margin-left: -10px;
}
.ivu-modal {
  width: auto;
  margin: 0 auto;
  position: relative;
  outline: none;
  top: 100px;
}
.ivu-modal-hidden {
  display: none !important;
}
.ivu-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-modal-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ivu-modal-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-modal-mask-hidden {
  display: none;
}
.ivu-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-modal-content-no-mask {
  pointer-events: auto;
}
.ivu-modal-content-drag {
  position: absolute;
}
.ivu-modal-content-drag .ivu-modal-header {
  cursor: move;
}
.ivu-modal-content-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.ivu-modal-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-modal-header p,
.ivu-modal-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-modal-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-modal-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-modal-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-modal-body {
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.ivu-modal-footer {
  border-top: 1px solid #e8eaec;
  padding: 12px 18px 12px 18px;
  text-align: right;
}
.ivu-modal-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-modal-fullscreen {
  width: 100% !important;
  top: 0;
  bottom: 0;
  position: absolute;
}
.ivu-modal-fullscreen .ivu-modal-content {
  width: 100%;
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-body {
  width: 100%;
  overflow: auto;
  position: absolute;
  top: 51px;
  bottom: 61px;
}
.ivu-modal-fullscreen-no-header .ivu-modal-body {
  top: 0;
}
.ivu-modal-fullscreen-no-footer .ivu-modal-body {
  bottom: 0;
}
.ivu-modal-fullscreen .ivu-modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ivu-modal-no-mask {
  pointer-events: none;
}
@media (max-width: 576px) {
  .ivu-modal {
    width: auto !important;
    margin: 10px;
  }
  .ivu-modal-fullscreen {
    width: 100% !important;
    margin: 0;
  }
  .vertical-center-modal .ivu-modal {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ivu-modal-confirm {
  padding: 6px 16px 8px;
}
.ivu-modal-confirm-head {
  padding: 0 12px 0 0;
}
.ivu-modal-confirm-head-icon {
  display: inline-block;
  font-size: 28px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.ivu-modal-confirm-head-icon-info {
  color: #2d8cf0;
}
.ivu-modal-confirm-head-icon-success {
  color: #19be6b;
}
.ivu-modal-confirm-head-icon-warning {
  color: #ff9900;
}
.ivu-modal-confirm-head-icon-error {
  color: #ed4014;
}
.ivu-modal-confirm-head-icon-confirm {
  color: #ff9900;
}
.ivu-modal-confirm-head-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
  color: #17233d;
  font-weight: 500;
}
.ivu-modal-confirm-body {
  padding-left: 40px;
  font-size: 12px;
  color: #515a6e;
  position: relative;
}
.ivu-modal-confirm-body-render {
  margin: 0;
  padding: 0;
}
.ivu-modal-confirm-footer {
  margin-top: 20px;
  text-align: right;
}
.ivu-modal-confirm-footer button + button {
  margin-left: 8px;
  margin-bottom: 0;
}
.ivu-select {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  color: #515a6e;
  font-size: 12px;
  line-height: normal;
}
.ivu-select-selection {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdee2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-select-selection:hover,
.ivu-select-selection-focused {
  border-color: #57a3f3;
}
.ivu-select-selection:hover .ivu-select-arrow,
.ivu-select-selection-focused .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #808695;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-select-visible .ivu-select-selection {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-select-visible .ivu-select-arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  display: inline-block;
}
.ivu-select-disabled .ivu-select-selection {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #e3e5e8;
}
.ivu-select-disabled .ivu-select-selection .ivu-select-arrow {
  color: #ccc;
}
.ivu-select-disabled .ivu-select-selection:hover {
  border-color: #dcdee2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-select-disabled .ivu-select-selection:hover .ivu-select-arrow {
  display: inline-block;
}
.ivu-select-single .ivu-select-selection {
  height: 32px;
  position: relative;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder {
  color: #c5c8ce;
}
.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 24px;
}
.ivu-select-multiple .ivu-select-selection {
  padding: 0 24px 0 4px;
}
.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #c5c8ce;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 4px;
  padding-right: 22px;
}
.ivu-select-default.ivu-select-multiple .ivu-select-selection {
  min-height: 32px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection {
  height: 40px;
}
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-large.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection {
  min-height: 40px;
}
.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.ivu-select-large.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  min-height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection {
  height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.ivu-select-small.ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 22px;
  line-height: 22px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection {
  min-height: 24px;
  border-radius: 3px;
}
.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-placeholder,
.ivu-select-small.ivu-select-multiple .ivu-select-selection .ivu-select-selected-value {
  height: auto;
  min-height: 22px;
  line-height: 22px;
}
.ivu-select-input {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 24px 0 8px;
  font-size: 12px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #515a6e;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.ivu-select-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-select-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-select-input[disabled] {
  cursor: not-allowed;
  color: #ccc;
  -webkit-text-fill-color: #ccc;
}
.ivu-select-single .ivu-select-input {
  width: 100%;
}
.ivu-select-large .ivu-select-input,
.ivu-select-large.ivu-select-multiple .ivu-select-input {
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  top: 3px;
}
.ivu-select-small .ivu-select-input,
.ivu-select-small.ivu-select-multiple .ivu-select-input {
  height: 18px;
  line-height: 18px;
  top: 2px;
}
.ivu-select-multiple .ivu-select-input {
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 4px;
  top: 2px;
}
.ivu-select-not-found {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-not-found li:not([class^=ivu-]) {
  margin-bottom: 0;
}
.ivu-select-loading {
  text-align: center;
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-tag {
  height: 24px;
  line-height: 22px;
  margin: 3px 4px 3px 0;
  max-width: 99%;
  position: relative;
}
.ivu-select-multiple .ivu-tag span:not(.ivu-select-max-tag) {
  display: block;
  margin-right: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-select-multiple .ivu-tag i {
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
}
.ivu-select-multiple-tag-hidden {
  margin-right: 0 !important;
}
.ivu-select-large.ivu-select-multiple .ivu-tag {
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.ivu-select-large.ivu-select-multiple .ivu-tag i {
  top: 9px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag {
  height: 17px;
  line-height: 15px;
  font-size: 12px;
  padding: 0 6px;
  margin: 3px 4px 2px 0;
}
.ivu-select-small.ivu-select-multiple .ivu-tag span {
  margin-right: 14px;
}
.ivu-select-small.ivu-select-multiple .ivu-tag i {
  top: 1px;
  right: 2px;
}
.ivu-select-dropdown-list {
  min-width: 100%;
  list-style: none;
}
.ivu-select .ivu-select-dropdown {
  width: auto;
}
.ivu-select-prefix {
  display: inline-block;
  vertical-align: middle;
}
.ivu-select-prefix i {
  vertical-align: top;
}
.ivu-select-head-with-prefix {
  display: inline-block !important;
  vertical-align: middle;
}
.ivu-select-single .ivu-select-prefix {
  padding-left: 4px;
}
.ivu-select-single .ivu-select-head-with-prefix,
.ivu-select-multiple .ivu-select-head-with-prefix {
  padding-left: 0 !important;
}
.ivu-select-head-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ivu-select-multiple .ivu-select-head-flex .ivu-select-prefix {
  margin-right: 4px;
}
.ivu-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-select-item:hover {
  background: #f3f3f3;
}
.ivu-select-item-focus {
  background: #f3f3f3;
}
.ivu-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-select-item-selected,
.ivu-select-item-selected:hover {
  color: #2d8cf0;
}
.ivu-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-select-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-select-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-select-large .ivu-select-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-select-item {
    white-space: normal;
  }
}
.ivu-select-multiple .ivu-select-item {
  position: relative;
}
.ivu-select-multiple .ivu-select-item-selected {
  color: rgba(45, 140, 240, 0.9);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-focus,
.ivu-select-multiple .ivu-select-item-selected:hover {
  background: #f3f3f3;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-multiple .ivu-select-item-focus {
  color: rgba(40, 123, 211, 0.91);
  background: #fff;
}
.ivu-select-multiple .ivu-select-item-selected:after {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -0.125em;
  text-align: center;
  font-size: 24px;
  content: '\F171';
  color: rgba(45, 140, 240, 0.9);
  position: absolute;
  top: 2px;
  right: 8px;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled {
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled:after {
  color: #c5c8ce;
}
.ivu-select-multiple .ivu-select-item-selected.ivu-select-item-disabled:hover {
  background-color: #fff;
}
.ivu-select-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ivu-select-group-title {
  padding-left: 8px;
  font-size: 14px;
  color: #999;
  height: 30px;
  line-height: 30px;
}
.ivu-form-item-error .ivu-select-selection {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-select-arrow {
  color: #ed4014;
}
.ivu-form-item-error .ivu-select-visible .ivu-select-selection {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-select-dropdown {
  width: inherit;
  max-height: 200px;
  overflow: auto;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 900;
}
.ivu-select-dropdown-transfer {
  z-index: 1060;
  width: auto;
}
.ivu-select-dropdown.ivu-transfer-no-max-height {
  max-height: none;
}
.ivu-modal .ivu-select-dropdown {
  position: absolute !important;
}
.ivu-split-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ivu-split-pane {
  position: absolute;
}
.ivu-split-pane.left-pane,
.ivu-split-pane.right-pane {
  top: 0;
  bottom: 0;
}
.ivu-split-pane.left-pane {
  left: 0;
}
.ivu-split-pane.right-pane {
  right: 0;
}
.ivu-split-pane.top-pane,
.ivu-split-pane.bottom-pane {
  left: 0;
  right: 0;
}
.ivu-split-pane.top-pane {
  top: 0;
}
.ivu-split-pane.bottom-pane {
  bottom: 0;
}
.ivu-split-pane-moving {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-split-trigger {
  border: 1px solid #dcdee2;
}
.ivu-split-trigger-con {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.ivu-split-trigger-bar-con {
  position: absolute;
  overflow: hidden;
}
.ivu-split-trigger-bar-con.vertical {
  left: 1px;
  top: 50%;
  height: 32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.ivu-split-trigger-bar-con.horizontal {
  left: 50%;
  top: 1px;
  width: 32px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ivu-split-trigger-vertical {
  width: 6px;
  height: 100%;
  background: #f8f8f9;
  border-top: none;
  border-bottom: none;
  cursor: col-resize;
}
.ivu-split-trigger-vertical .ivu-split-trigger-bar {
  width: 4px;
  height: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-top: 3px;
}
.ivu-split-trigger-horizontal {
  height: 6px;
  width: 100%;
  background: #f8f8f9;
  border-left: none;
  border-right: none;
  cursor: row-resize;
}
.ivu-split-trigger-horizontal .ivu-split-trigger-bar {
  height: 4px;
  width: 1px;
  background: rgba(23, 35, 61, 0.25);
  float: left;
  margin-right: 3px;
}
.ivu-split-horizontal > .ivu-split-trigger-con {
  top: 50%;
  height: 100%;
  width: 0;
}
.ivu-split-vertical > .ivu-split-trigger-con {
  left: 50%;
  height: 0;
  width: 100%;
}
.ivu-split .no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ivu-tooltip {
  display: inline-block;
}
.ivu-tooltip-rel {
  display: inline-block;
  position: relative;
  width: inherit;
}
.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-popper[x-placement^="top"] {
  padding: 5px 0 8px 0;
}
.ivu-tooltip-popper[x-placement^="right"] {
  padding: 0 5px 0 8px;
}
.ivu-tooltip-popper[x-placement^="bottom"] {
  padding: 8px 0 5px 0;
}
.ivu-tooltip-popper[x-placement^="left"] {
  padding: 0 8px 0 5px;
}
.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="top"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement="top-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement="top-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="right"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement="right-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement="right-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="left"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.ivu-tooltip-popper[x-placement="left-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-popper[x-placement="left-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(70, 76, 91, 0.9);
}
.ivu-tooltip-popper[x-placement="bottom"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.ivu-tooltip-popper[x-placement="bottom-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-popper[x-placement="bottom-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper {
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] {
  padding: 7px 0 10px 0;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] {
  padding: 0 7px 0 10px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] {
  padding: 10px 0 7px 0;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] {
  padding: 0 10px 0 7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="top-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="right-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left"] .ivu-tooltip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left-start"] .ivu-tooltip-arrow {
  top: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="left-end"] .ivu-tooltip-arrow {
  bottom: 8px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom"] .ivu-tooltip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom-start"] .ivu-tooltip-arrow {
  left: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement="bottom-end"] .ivu-tooltip-arrow {
  right: 16px;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="top"] .ivu-tooltip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="right"] .ivu-tooltip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="bottom"] .ivu-tooltip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-tooltip-light.ivu-tooltip-popper[x-placement^="left"] .ivu-tooltip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-tooltip-inner {
  max-width: 250px;
  min-height: 34px;
  padding: 8px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: rgba(70, 76, 91, 0.9);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-tooltip-inner-with-width {
  white-space: pre-wrap;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-all;
}
.ivu-tooltip-light .ivu-tooltip-inner {
  background-color: #fff;
  color: #515a6e;
}
.ivu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ivu-tooltip-light .ivu-tooltip-arrow {
  border-width: 8px;
}
.ivu-tooltip-light .ivu-tooltip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 7px;
}
.ivu-poptip {
  display: inline-block;
}
.ivu-poptip-rel {
  display: inline-block;
  position: relative;
}
.ivu-poptip-title {
  margin: 0;
  padding: 8px 16px;
  position: relative;
}
.ivu-poptip-title:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  background-color: #e8eaec;
}
.ivu-poptip-title-inner {
  color: #17233d;
  font-size: 12px;
  font-weight: 500;
}
.ivu-poptip-body {
  padding: 8px 16px;
}
.ivu-poptip-body-content {
  overflow: auto;
}
.ivu-poptip-body-content-word-wrap {
  white-space: pre-wrap;
  text-align: justify;
}
.ivu-poptip-body-content-inner {
  color: #515a6e;
}
.ivu-poptip-inner {
  width: 100%;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ivu-poptip-popper {
  min-width: 150px;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  z-index: 1060;
}
.ivu-poptip-popper[x-placement^="top"] {
  padding: 7px 0 10px 0;
}
.ivu-poptip-popper[x-placement^="right"] {
  padding: 0 7px 0 10px;
}
.ivu-poptip-popper[x-placement^="bottom"] {
  padding: 10px 0 7px 0;
}
.ivu-poptip-popper[x-placement^="left"] {
  padding: 0 10px 0 7px;
}
.ivu-poptip-popper[x-placement^="top"] .ivu-poptip-arrow {
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="top"] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement="top-start"] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement="top-end"] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^="right"] .ivu-poptip-arrow {
  left: 3px;
  border-width: 7px 7px 7px 0;
  border-right-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="right"] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement="right-start"] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement="right-end"] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^="left"] .ivu-poptip-arrow {
  right: 3px;
  border-width: 7px 0 7px 7px;
  border-left-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="left"] .ivu-poptip-arrow {
  top: 50%;
  margin-top: -7px;
}
.ivu-poptip-popper[x-placement="left-start"] .ivu-poptip-arrow {
  top: 8px;
}
.ivu-poptip-popper[x-placement="left-end"] .ivu-poptip-arrow {
  bottom: 8px;
}
.ivu-poptip-popper[x-placement^="bottom"] .ivu-poptip-arrow {
  top: 3px;
  border-width: 0 7px 7px;
  border-bottom-color: hsla(0, 0%, 85%, 0.5);
}
.ivu-poptip-popper[x-placement="bottom"] .ivu-poptip-arrow {
  left: 50%;
  margin-left: -7px;
}
.ivu-poptip-popper[x-placement="bottom-start"] .ivu-poptip-arrow {
  left: 16px;
}
.ivu-poptip-popper[x-placement="bottom-end"] .ivu-poptip-arrow {
  right: 16px;
}
.ivu-poptip-popper[x-placement^="top"] .ivu-poptip-arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-width: 7px;
  border-top-color: #fff;
}
.ivu-poptip-popper[x-placement^="right"] .ivu-poptip-arrow:after {
  content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-width: 7px;
  border-right-color: #fff;
}
.ivu-poptip-popper[x-placement^="bottom"] .ivu-poptip-arrow:after {
  content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-width: 7px;
  border-bottom-color: #fff;
}
.ivu-poptip-popper[x-placement^="left"] .ivu-poptip-arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-width: 7px;
  border-left-color: #fff;
  bottom: -7px;
}
.ivu-poptip-arrow,
.ivu-poptip-arrow:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.ivu-poptip-arrow {
  border-width: 8px;
}
.ivu-poptip-arrow:after {
  content: "";
  border-width: 7px;
}
.ivu-poptip-confirm .ivu-poptip-popper {
  max-width: 300px;
}
.ivu-poptip-confirm .ivu-poptip-inner {
  white-space: normal;
}
.ivu-poptip-confirm .ivu-poptip-body {
  padding: 16px 16px 8px;
}
.ivu-poptip-confirm .ivu-poptip-body .ivu-icon {
  font-size: 16px;
  color: #ff9900;
  line-height: 18px;
  position: absolute;
}
.ivu-poptip-confirm .ivu-poptip-body-message {
  padding-left: 20px;
}
.ivu-poptip-confirm .ivu-poptip-footer {
  text-align: right;
  padding: 8px 16px 16px;
}
.ivu-poptip-confirm .ivu-poptip-footer button {
  margin-left: 4px;
}
.ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-input:hover {
  border-color: #57a3f3;
}
.ivu-input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-input[disabled],
fieldset[disabled] .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-input[disabled]:hover,
fieldset[disabled] .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 12px;
}
.ivu-input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-input-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  line-height: normal;
}
.ivu-input-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  color: #808695;
  position: absolute;
  right: 0;
  z-index: 3;
}
.ivu-input-hide-icon .ivu-input-icon {
  display: none;
}
.ivu-input-icon-validate {
  display: none;
}
.ivu-input-icon-clear {
  display: none;
}
.ivu-input-wrapper:hover .ivu-input-icon-clear {
  display: inline-block;
}
.ivu-input-icon-normal + .ivu-input {
  padding-right: 32px;
}
.ivu-input-hide-icon .ivu-input-icon-normal + .ivu-input {
  padding-right: 7px;
}
.ivu-input-wrapper-large .ivu-input-icon {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.ivu-input-wrapper-small .ivu-input-icon {
  width: 24px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.ivu-input-prefix,
.ivu-input-suffix {
  width: 32px;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ivu-input-prefix i,
.ivu-input-suffix i {
  font-size: 16px;
  line-height: 32px;
  color: #808695;
}
.ivu-input-suffix {
  left: auto;
  right: 0;
}
.ivu-input-wrapper-small .ivu-input-prefix i,
.ivu-input-wrapper-small .ivu-input-suffix i {
  font-size: 14px;
  line-height: 24px;
}
.ivu-input-wrapper-large .ivu-input-prefix i,
.ivu-input-wrapper-large .ivu-input-suffix i {
  font-size: 18px;
  line-height: 40px;
}
.ivu-input-with-prefix {
  padding-left: 32px;
}
.ivu-input-with-suffix {
  padding-right: 32px;
}
.ivu-input-search {
  cursor: pointer;
  padding: 0 16px !important;
  background: #2d8cf0 !important;
  color: #fff !important;
  border-color: #2d8cf0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
}
.ivu-input-search i {
  font-size: 16px;
}
.ivu-input-search:hover {
  background: #57a3f3 !important;
  border-color: #57a3f3 !important;
}
.ivu-input-search:active {
  background: #2b85e4 !important;
  border-color: #2b85e4 !important;
}
.ivu-input-search-icon {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-input-search-icon:hover {
  color: inherit;
}
.ivu-input-search:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  background: inherit;
}
.ivu-input-wrapper-small .ivu-input-search {
  padding: 0 12px !important;
}
.ivu-input-wrapper-small .ivu-input-search i {
  font-size: 14px;
}
.ivu-input-wrapper-large .ivu-input-search {
  padding: 0 20px !important;
}
.ivu-input-wrapper-large .ivu-input-search i {
  font-size: 18px;
}
.ivu-input-with-search:hover .ivu-input {
  border-color: #57a3f3;
}
.ivu-input-word-count {
  text-align: center;
  position: absolute;
  right: 7px;
  top: 2px;
  bottom: 2px;
  padding-left: 7px;
  background: #fff;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808695;
  font-size: 12px;
}
.ivu-input-type-textarea .ivu-input-word-count {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: auto;
}
.ivu-input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
  position: relative;
  font-size: 12px;
}
.ivu-form-inline .ivu-input-group {
  top: 1px;
}
.ivu-input-group-large {
  font-size: 14px;
}
.ivu-input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.ivu-input-group > [class*="col-"] {
  padding-right: 8px;
}
.ivu-input-group-prepend,
.ivu-input-group-append,
.ivu-input-group > .ivu-input {
  display: table-cell;
}
.ivu-input-group-with-prepend .ivu-input,
.ivu-input-group-with-prepend.ivu-input-group-small .ivu-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ivu-input-group-with-append .ivu-input,
.ivu-input-group-with-append.ivu-input-group-small .ivu-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ivu-input-group-prepend .ivu-btn,
.ivu-input-group-append .ivu-btn {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  margin: -6px -7px;
}
.ivu-input-group-prepend,
.ivu-input-group-append {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ivu-input-group .ivu-input {
  width: 100%;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.ivu-input-group-prepend,
.ivu-input-group-append {
  padding: 4px 7px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  color: #515a6e;
  text-align: center;
  background-color: #f8f8f9;
  border: 1px solid #dcdee2;
  border-radius: 4px;
}
.ivu-input-group-prepend .ivu-select,
.ivu-input-group-append .ivu-select {
  margin: -5px -7px;
}
.ivu-input-group-prepend .ivu-select-selection,
.ivu-input-group-append .ivu-select-selection {
  background-color: inherit;
  margin: -1px;
  border: 1px solid transparent;
}
.ivu-input-group-prepend .ivu-select-visible .ivu-select-selection,
.ivu-input-group-append .ivu-select-visible .ivu-select-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-input-group > span > .ivu-input:first-child,
.ivu-input-group > .ivu-input:first-child,
.ivu-input-group-prepend {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.ivu-input-group > span > .ivu-input:first-child .ivu--select .ivu--select-selection,
.ivu-input-group > .ivu-input:first-child .ivu--select .ivu--select-selection,
.ivu-input-group-prepend .ivu--select .ivu--select-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ivu-input-group-prepend {
  border-right: 0;
}
.ivu-input-group-append {
  border-left: 0;
}
.ivu-input-group > .ivu-input:last-child,
.ivu-input-group-append {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.ivu-input-group > .ivu-input:last-child .ivu--select .ivu--select-selection,
.ivu-input-group-append .ivu--select .ivu--select-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ivu-input-group-large .ivu-input,
.ivu-input-group-large > .ivu-input-group-prepend,
.ivu-input-group-large > .ivu-input-group-append {
  font-size: 14px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-input-group-small .ivu-input,
.ivu-input-group-small > .ivu-input-group-prepend,
.ivu-input-group-small > .ivu-input-group-append {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-input {
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input:hover {
  border-color: #ed4014;
}
.ivu-form-item-error .ivu-input:focus {
  border-color: #ed4014;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(237, 64, 20, 0.2);
}
.ivu-form-item-error .ivu-input-icon {
  color: #ed4014;
}
.ivu-form-item-error .ivu-input-group-prepend,
.ivu-form-item-error .ivu-input-group-append {
  background-color: #fff;
  border: 1px solid #ed4014;
}
.ivu-form-item-error .ivu-input-group-prepend .ivu-select-selection,
.ivu-form-item-error .ivu-input-group-append .ivu-select-selection {
  background-color: inherit;
  border: 1px solid transparent;
}
.ivu-form-item-error .ivu-input-group-prepend {
  border-right: 0;
}
.ivu-form-item-error .ivu-input-group-append {
  border-left: 0;
}
.ivu-form-item-error .ivu-transfer .ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  -webkit-transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-moz-placeholder {
  color: #c5c8ce;
  opacity: 1;
}
.ivu-form-item-error .ivu-transfer .ivu-input:-ms-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input::-webkit-input-placeholder {
  color: #c5c8ce;
}
.ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #57a3f3;
}
.ivu-form-item-error .ivu-transfer .ivu-input:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled],
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-form-item-error .ivu-transfer .ivu-input[disabled]:hover,
fieldset[disabled] .ivu-form-item-error .ivu-transfer .ivu-input:hover {
  border-color: #e3e5e8;
}
textarea.ivu-form-item-error .ivu-transfer .ivu-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  font-size: 12px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-large {
  font-size: 14px;
  padding: 6px 7px;
  height: 40px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-small {
  padding: 1px 7px;
  height: 24px;
  border-radius: 3px;
}
.ivu-form-item-error .ivu-transfer .ivu-input-icon {
  color: #808695;
}
.ivu-form-item-validating .ivu-input-icon-validate {
  display: inline-block;
}
.ivu-form-item-validating .ivu-input-icon + .ivu-input {
  padding-right: 32px;
}
.ivu-slider {
  line-height: normal;
}
.ivu-slider-wrap {
  width: 100%;
  height: 4px;
  margin: 16px 0;
  background-color: #e8eaec;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.ivu-slider-button-wrap {
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: transparent;
  position: absolute;
  top: -5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ivu-slider-button-wrap .ivu-tooltip {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ivu-slider-button {
  width: 12px;
  height: 12px;
  border: 2px solid #57a3f3;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  outline: 0;
}
.ivu-slider-button:focus,
.ivu-slider-button:hover,
.ivu-slider-button-dragging {
  border-color: #2d8cf0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.ivu-slider-button:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.ivu-slider-button-dragging,
.ivu-slider-button-dragging:hover {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ivu-slider-bar {
  height: 4px;
  background: #57a3f3;
  border-radius: 3px;
  position: absolute;
}
.ivu-slider-stop {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ivu-slider-marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ivu-slider-marks-item {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 12px;
  color: #808695;
  margin-top: 15px;
}
.ivu-slider-disabled {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-wrap {
  background-color: #ccc;
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-bar {
  background-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button:hover,
.ivu-slider-disabled .ivu-slider-button-dragging {
  border-color: #ccc;
}
.ivu-slider-disabled .ivu-slider-button:hover {
  cursor: not-allowed;
}
.ivu-slider-disabled .ivu-slider-button-dragging,
.ivu-slider-disabled .ivu-slider-button-dragging:hover {
  cursor: not-allowed;
}
.ivu-slider-input .ivu-slider-wrap {
  width: auto;
  margin-right: 100px;
}
.ivu-slider-input .ivu-input-number {
  float: right;
  margin-top: -14px;
}
.selectDropDown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader {
  line-height: normal;
}
.ivu-cascader-rel {
  display: inline-block;
  width: 100%;
  position: relative;
}
.ivu-cascader .ivu-input {
  padding-right: 24px;
  display: block;
  cursor: pointer;
}
.ivu-cascader-disabled .ivu-input {
  cursor: not-allowed;
}
.ivu-cascader-label {
  width: 100%;
  height: 100%;
  line-height: 32px;
  padding: 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
}
.ivu-cascader-size-large .ivu-cascader-label {
  line-height: 36px;
  font-size: 12px;
}
.ivu-cascader-size-small .ivu-cascader-label {
  line-height: 26px;
}
.ivu-cascader .ivu-cascader-arrow:nth-of-type(1) {
  display: none;
  cursor: pointer;
}
.ivu-cascader:hover .ivu-cascader-arrow:nth-of-type(1) {
  display: inline-block;
}
.ivu-cascader-show-clear:hover .ivu-cascader-arrow:nth-of-type(2) {
  display: none;
}
.ivu-cascader-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #808695;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-visible .ivu-cascader-arrow:nth-of-type(2) {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ivu-cascader .ivu-select-dropdown {
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-focus {
  background: #f3f3f3;
}
.ivu-cascader .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader .ivu-cascader-menu-item-selected,
.ivu-cascader .ivu-cascader-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-cascader .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader .ivu-cascader-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader .ivu-cascader-menu-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-cascader .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-dropdown {
  padding: 5px 0;
}
.ivu-cascader-dropdown .ivu-select-dropdown-list {
  max-height: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.ivu-cascader-not-found-tip {
  padding: 5px 0;
  text-align: center;
  color: #c5c8ce;
}
.ivu-cascader-not-found-tip li:not([class^=ivu-]) {
  list-style: none;
  margin-bottom: 0;
}
.ivu-cascader-not-found .ivu-select-dropdown {
  width: inherit;
}
.ivu-cascader-menu {
  display: inline-block;
  min-width: 100px;
  height: 180px;
  margin: 0;
  padding: 5px 0 !important;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8eaec;
  overflow: auto;
}
.ivu-cascader-menu:last-child {
  border-right-color: transparent;
  margin-right: -1px;
}
.ivu-cascader-menu .ivu-cascader-menu-item {
  position: relative;
  padding-right: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-menu .ivu-cascader-menu-item i {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ivu-cascader-menu .ivu-cascader-menu-item-loading {
  margin-top: -6px;
}
.ivu-cascader-menu .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #2d8cf0;
}
.ivu-cascader-transfer {
  z-index: 1060;
  width: auto;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item:hover {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-focus {
  background: #f3f3f3;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-selected,
.ivu-cascader-transfer .ivu-cascader-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-cascader-transfer .ivu-cascader-large .ivu-cascader-menu-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-cascader-transfer .ivu-cascader-menu-item {
    white-space: normal;
  }
}
.ivu-cascader-transfer .ivu-select-item span {
  color: #ed4014;
}
.ivu-cascader-transfer .ivu-cascader-menu-item {
  padding-right: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-cascader-transfer .ivu-cascader-menu-item-active {
  background-color: #f3f3f3;
  color: #2d8cf0;
}
.ivu-form-item-error .ivu-cascader-arrow {
  color: #ed4014;
}
.ivu-transfer {
  position: relative;
  line-height: 1.5;
}
.ivu-transfer-list {
  display: inline-block;
  width: 180px;
  height: 210px;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  padding-top: 35px;
}
.ivu-transfer-list-with-footer {
  padding-bottom: 35px;
}
.ivu-transfer-list-header {
  padding: 8px 16px;
  background: #f9fafc;
  color: #515a6e;
  border: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ivu-transfer-list-header-title {
  cursor: pointer;
}
.ivu-transfer-list-header > span {
  padding-left: 4px;
}
.ivu-transfer-list-header-count {
  margin: 0 !important;
  float: right;
}
.ivu-transfer-list-body {
  height: 100%;
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: relative;
  overflow: hidden;
}
.ivu-transfer-list-body-with-search {
  padding-top: 34px;
}
.ivu-transfer-list-body-with-footer {
  border-radius: 0;
}
.ivu-transfer-list-content {
  height: 100%;
  padding: 4px 0;
  overflow: auto;
}
.ivu-transfer-list-content-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ivu-transfer-list-content-item > span {
  padding-left: 4px;
}
.ivu-transfer-list-content-not-found {
  display: none;
  text-align: center;
  color: #c5c8ce;
}
li.ivu-transfer-list-content-not-found:only-child {
  display: block;
}
.ivu-transfer-list-body-with-search .ivu-transfer-list-content {
  padding: 6px 0 0;
}
.ivu-transfer-list-body-search-wrapper {
  padding: 8px 8px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ivu-transfer-list-search {
  position: relative;
}
.ivu-transfer-list-footer {
  border: 1px solid #dcdee2;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  zoom: 1;
}
.ivu-transfer-list-footer:before,
.ivu-transfer-list-footer:after {
  content: "";
  display: table;
}
.ivu-transfer-list-footer:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-transfer-operation {
  display: inline-block;
  margin: 0 16px;
  vertical-align: middle;
}
.ivu-transfer-operation .ivu-btn {
  display: block;
  min-width: 24px;
}
.ivu-transfer-operation .ivu-btn:first-child {
  margin-bottom: 12px;
}
.ivu-transfer-operation .ivu-btn span i,
.ivu-transfer-operation .ivu-btn span span {
  vertical-align: middle;
}
.ivu-transfer-list-content-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-transfer-list-content-item:hover {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-focus {
  background: #f3f3f3;
}
.ivu-transfer-list-content-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-transfer-list-content-item-selected,
.ivu-transfer-list-content-item-selected:hover {
  color: #2d8cf0;
}
.ivu-transfer-list-content-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-transfer-list-content-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-transfer-list-content-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-transfer-large .ivu-transfer-list-content-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-transfer-list-content-item {
    white-space: normal;
  }
}
.ivu-table {
  width: inherit;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  color: #515a6e;
  font-size: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ivu-table-wrapper {
  position: relative;
  overflow: hidden;
}
.ivu-table-wrapper-with-border {
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-right: 0;
}
.ivu-table-summary {
  border-top: 1px solid #e8eaec;
}
.ivu-table-summary tr td {
  background-color: #f8f8f9;
}
.ivu-table-with-summary .ivu-table-tbody tr:last-child td {
  border-bottom: none;
}
.ivu-table-resize-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  border-right: 1px dashed #e8eaec;
}
.ivu-table-hide {
  opacity: 0;
}
.ivu-table:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #dcdee2;
  z-index: 4;
}
.ivu-table-border:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #dcdee2;
  z-index: 3;
}
.ivu-table-title,
.ivu-table-footer {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-footer {
  border-bottom: none;
}
.ivu-table-header {
  overflow: hidden;
}
.ivu-table-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0;
}
.ivu-table-header-resizable {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.ivu-table-overflowX {
  overflow-x: scroll;
}
.ivu-table-overflowY {
  overflow-y: scroll;
}
.ivu-table-tip {
  overflow-x: auto;
  overflow-y: hidden;
}
.ivu-table-with-fixed-top.ivu-table-with-footer .ivu-table-footer {
  border-top: 1px solid #dcdee2;
}
.ivu-table-with-fixed-top.ivu-table-with-footer tbody tr:last-child td {
  border-bottom: none;
}
.ivu-table th,
.ivu-table td {
  min-width: 0;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table th {
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #f8f8f9;
}
.ivu-table td {
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
th.ivu-table-column-left,
td.ivu-table-column-left {
  text-align: left;
}
th.ivu-table-column-center,
td.ivu-table-column-center {
  text-align: center;
}
th.ivu-table-column-right,
td.ivu-table-column-right {
  text-align: right;
}
.ivu-table table {
  table-layout: fixed;
}
.ivu-table-border th,
.ivu-table-border td {
  border-right: 1px solid #e8eaec;
}
.ivu-table-cell {
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ivu-table-cell-ellipsis {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ivu-table-cell-tooltip {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ivu-table-cell-tooltip-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-table-cell-with-expand {
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center;
}
.ivu-table-cell-expand {
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.ivu-table-cell-expand i {
  font-size: 12px;
}
.ivu-table-cell-expand-expanded {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ivu-table-cell-sort {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ivu-table-cell-with-selection .ivu-checkbox-wrapper {
  margin-right: 0;
}
.ivu-table-cell-tree {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #dcdee2;
  border-radius: 2px;
  background-color: #fff;
  line-height: 12px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ivu-table-cell-tree-empty {
  cursor: default;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}
.ivu-table-cell-tree:hover {
  color: #2d8cf0;
  border-color: #2d8cf0;
}
.ivu-table-cell-tree-empty:hover {
  color: transparent;
  border-color: transparent;
}
.ivu-table-cell-tree-loading {
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}
.ivu-table-cell-tree-loading:hover {
  border-color: transparent;
}
.ivu-table-cell-tree-level {
  display: inline-block;
  height: 16px;
}
.ivu-table-cell-slot-inline {
  display: inline;
}
.ivu-table-cell-slot-inline-block {
  display: inline-block;
}
.ivu-table-hidden {
  visibility: hidden;
}
th .ivu-table-cell {
  display: inline-block;
  word-wrap: normal;
  vertical-align: middle;
}
td.ivu-table-expanded-cell {
  padding: 20px 50px;
  background: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr:nth-child(2n) td {
  background-color: #f8f8f9;
}
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-hover td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
tr.ivu-table-row-hover td {
  background-color: #ebf7ff;
}
.ivu-table-large {
  font-size: 14px;
}
.ivu-table-large th {
  height: 48px;
}
.ivu-table-large td {
  height: 60px;
}
.ivu-table-large-title,
.ivu-table-large-footer {
  height: 60px;
  line-height: 60px;
}
.ivu-table-large .ivu-table-cell-with-expand {
  height: 59px;
  line-height: 59px;
}
.ivu-table-large .ivu-table-cell-with-expand i {
  font-size: 14px;
}
.ivu-table-small {
  font-size: 12px;
}
.ivu-table-small th {
  height: 32px;
}
.ivu-table-small td {
  height: 40px;
}
.ivu-table-small-title,
.ivu-table-small-footer {
  height: 40px;
  line-height: 40px;
}
.ivu-table-small .ivu-table-cell-with-expand {
  height: 39px;
  line-height: 39px;
}
.ivu-table-row-highlight td,
tr.ivu-table-row-highlight.ivu-table-row-hover td,
.ivu-table-stripe .ivu-table-body tr.ivu-table-row-highlight:nth-child(2n) td,
.ivu-table-stripe .ivu-table-fixed-body tr.ivu-table-row-highlight:nth-child(2n) td {
  background-color: #ebf7ff;
}
.ivu-table-fixed,
.ivu-table-fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed::before,
.ivu-table-fixed-right::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #dcdee2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.ivu-table-fixed-right {
  top: 0;
  left: auto;
  right: 0;
  -webkit-box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 6px -2px rgba(0, 0, 0, 0.2);
}
.ivu-table-fixed-right-header {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #f8f8f9;
  border-top: 1px solid #dcdee2;
  border-bottom: 1px solid #e8eaec;
}
.ivu-table-fixed-header {
  overflow: hidden;
}
.ivu-table-fixed-header thead tr th {
  position: relative;
  height: 100%;
  padding: 8px 0;
}
.ivu-table-fixed-body {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.ivu-table-fixed-shadow {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
.ivu-table-sort {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-top: -1px;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.ivu-table-sort i {
  display: block;
  height: 6px;
  line-height: 6px;
  overflow: hidden;
  position: absolute;
  color: #c5c8ce;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 14px;
}
.ivu-table-sort i:hover {
  color: inherit;
}
.ivu-table-sort i.on {
  color: #2d8cf0;
}
.ivu-table-sort i:first-child {
  top: 0;
}
.ivu-table-sort i:last-child {
  bottom: 0;
}
.ivu-table-filter {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.ivu-table-filter i {
  color: #c5c8ce;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-table-filter i:hover {
  color: inherit;
}
.ivu-table-filter i.on {
  color: #2d8cf0;
}
.ivu-table-filter-list {
  padding: 8px 0 0;
}
.ivu-table-filter-list-item {
  padding: 0 12px 8px;
}
.ivu-table-filter-list-item .ivu-checkbox-wrapper + .ivu-checkbox-wrapper {
  margin: 0;
}
.ivu-table-filter-list-item label {
  display: block;
}
.ivu-table-filter-list-item label > span {
  margin-right: 4px;
}
.ivu-table-filter-list ul {
  padding-bottom: 8px;
}
.ivu-table-filter-list .ivu-table-filter-select-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-table-filter-list .ivu-table-filter-select-item:hover {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-focus {
  background: #f3f3f3;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-table-filter-list .ivu-table-filter-select-item-selected,
.ivu-table-filter-list .ivu-table-filter-select-item-selected:hover {
  color: #2d8cf0;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-table-filter-list .ivu-table-filter-select-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-table-filter-list .ivu-table-filter-select-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-table-filter-list .ivu-table-large .ivu-table-filter-select-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-table-filter-list .ivu-table-filter-select-item {
    white-space: normal;
  }
}
.ivu-table-filter-footer {
  padding: 4px;
  border-top: 1px solid #e8eaec;
  overflow: hidden;
}
.ivu-table-filter-footer button:first-child {
  float: left;
}
.ivu-table-filter-footer button:last-child {
  float: right;
}
.ivu-table-tip table {
  width: 100%;
}
.ivu-table-tip table td {
  text-align: center;
}
.ivu-table-expanded-hidden {
  visibility: hidden;
}
.ivu-table-context-menu {
  position: absolute;
}
.ivu-table-popper {
  min-width: 0;
  text-align: left;
}
.ivu-table-popper .ivu-poptip-body {
  padding: 0;
}
.ivu-dropdown {
  display: inline-block;
}
.ivu-dropdown .ivu-select-dropdown {
  overflow: visible;
  max-height: none;
}
.ivu-dropdown .ivu-dropdown {
  width: 100%;
}
.ivu-dropdown-rel {
  position: relative;
}
.ivu-dropdown-rel-user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.ivu-dropdown-menu {
  min-width: 100px;
}
.ivu-dropdown-transfer {
  width: auto;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item.ivu-dropdown-item-selected:hover {
  background: #f0faff;
}
.ivu-dropdown-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-dropdown-item:hover {
  background: #f3f3f3;
}
.ivu-dropdown-item-focus {
  background: #f3f3f3;
}
.ivu-dropdown-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-dropdown-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-dropdown-item-selected,
.ivu-dropdown-item-selected:hover {
  color: #2d8cf0;
}
.ivu-dropdown-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-dropdown-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-dropdown-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-dropdown-large .ivu-dropdown-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-dropdown-item {
    white-space: normal;
  }
}
.ivu-tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  color: #515a6e;
  zoom: 1;
}
.ivu-tabs:before,
.ivu-tabs:after {
  content: "";
  display: table;
}
.ivu-tabs:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-bar {
  outline: none;
}
.ivu-tabs-ink-bar {
  height: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2d8cf0;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ivu-tabs-bar {
  border-bottom: 1px solid #dcdee2;
  margin-bottom: 16px;
}
.ivu-tabs-nav-container {
  margin-bottom: -1px;
  line-height: 1.5;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ivu-tabs-nav-container:before,
.ivu-tabs-nav-container:after {
  content: "";
  display: table;
}
.ivu-tabs-nav-container:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-tabs-nav-container:focus {
  outline: none;
}
.ivu-tabs-nav-container:focus .ivu-tabs-tab-focused {
  border-color: #57a3f3 !important;
}
.ivu-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
.ivu-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
.ivu-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ivu-tabs-nav-right {
  float: right;
  margin-left: 5px;
}
.ivu-tabs-nav-prev,
.ivu-tabs-nav-next {
  width: 32px;
  text-align: center;
  position: absolute;
  line-height: 32px;
  cursor: pointer;
}
.ivu-tabs-nav-prev i,
.ivu-tabs-nav-next i {
  font-size: 16px;
}
.ivu-tabs-nav-prev {
  left: 0;
}
.ivu-tabs-nav-next {
  right: 0;
}
.ivu-tabs-nav-scrollable {
  padding: 0 32px;
}
.ivu-tabs-nav-scroll-disabled {
  display: none;
}
.ivu-tabs-nav {
  padding-left: 0;
  margin: 0;
  float: left;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.ivu-tabs-nav:before,
.ivu-tabs-nav:after {
  display: table;
  content: " ";
}
.ivu-tabs-nav:after {
  clear: both;
}
.ivu-tabs-nav .ivu-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: #ccc;
}
.ivu-tabs-nav .ivu-tabs-tab {
  display: inline-block;
  height: 100%;
  padding: 8px 16px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ivu-tabs-nav .ivu-tabs-tab:hover {
  color: #57a3f3;
}
.ivu-tabs-nav .ivu-tabs-tab:active {
  color: #2b85e4;
}
.ivu-tabs-nav .ivu-tabs-tab .ivu-icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.ivu-tabs-nav .ivu-tabs-tab-active {
  color: #2d8cf0;
}
.ivu-tabs-mini .ivu-tabs-nav-container {
  font-size: 12px;
}
.ivu-tabs-mini .ivu-tabs-tab {
  margin-right: 0;
  padding: 8px 16px;
  font-size: 12px;
}
.ivu-tabs .ivu-tabs-content-animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.ivu-tabs .ivu-tabs-tabpane {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  outline: none;
}
.ivu-tabs .ivu-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-container {
  height: 32px;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-ink-bar {
  visibility: hidden;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab {
  margin: 0;
  margin-right: 4px;
  height: 31px;
  padding: 5px 16px 4px;
  border: 1px solid #dcdee2;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f8f8f9;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active {
  height: 32px;
  padding-bottom: 5px;
  background: #fff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-color: #dcdee2;
  color: #2d8cf0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-nav-wrap {
  margin-bottom: 0;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close {
  width: 0;
  height: 22px;
  font-size: 22px;
  margin-right: 0;
  color: #999;
  text-align: right;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  top: -1px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab .ivu-tabs-close:hover {
  color: #444;
}
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab-active .ivu-tabs-close,
.ivu-tabs.ivu-tabs-card > .ivu-tabs-bar .ivu-tabs-tab:hover .ivu-tabs-close {
  width: 22px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-right: -6px;
}
.ivu-tabs-context-menu {
  position: absolute;
}
.ivu-tabs-no-animation > .ivu-tabs-content {
  -webkit-transform: none!important;
          transform: none!important;
}
.ivu-tabs-no-animation > .ivu-tabs-content > .ivu-tabs-tabpane-inactive {
  display: none;
}
.ivu-menu {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  list-style: none;
  color: #515a6e;
  font-size: 12px;
  position: relative;
  z-index: 900;
}
.ivu-menu-horizontal {
  height: 60px;
  line-height: 60px;
}
.ivu-menu-horizontal.ivu-menu-light:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #dcdee2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ivu-menu-vertical.ivu-menu-light:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #dcdee2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ivu-menu-light {
  background: #fff;
}
.ivu-menu-dark {
  background: #515a6e;
}
.ivu-menu-primary {
  background: #2d8cf0;
}
.ivu-menu-item {
  display: block;
  outline: none;
  list-style: none;
  font-size: 12px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.ivu-menu-item {
  color: inherit;
}
a.ivu-menu-item:hover,
a.ivu-menu-item:active {
  color: inherit;
}
.ivu-menu-item > i {
  margin-right: 6px;
}
.ivu-menu-submenu-title > i,
.ivu-menu-submenu-title span > i {
  margin-right: 8px;
}
.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-horizontal .ivu-menu-submenu {
  float: left;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu {
  height: inherit;
  line-height: inherit;
  border-bottom: 2px solid transparent;
  color: #515a6e;
}
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #2d8cf0;
  border-bottom: 2px solid #2d8cf0;
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu {
  color: rgba(255, 255, 255, 0.7);
}
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu-active,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-horizontal .ivu-menu-submenu:hover {
  color: #fff;
}
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-item,
.ivu-menu-primary.ivu-menu-horizontal .ivu-menu-submenu {
  color: #fff;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown {
  min-width: 100%;
  width: auto;
  max-height: none;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  height: auto;
  line-height: normal;
  border-bottom: 0;
  float: none;
}
.ivu-menu-item-group {
  line-height: normal;
}
.ivu-menu-item-group-title {
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  font-size: 12px;
  color: #999;
}
.ivu-menu-item-group > ul {
  padding: 0 !important;
  list-style: none !important;
}
.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-vertical .ivu-menu-submenu-title {
  padding: 14px 24px;
  position: relative;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #2d8cf0;
}
.ivu-menu-vertical .ivu-menu-submenu-title-icon {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ivu-menu-submenu-title-icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-opened > * > .ivu-menu-submenu-title-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.ivu-menu-vertical .ivu-menu-submenu-nested {
  padding-left: 20px;
}
.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item {
  padding-left: 43px;
}
.ivu-menu-vertical .ivu-menu-item-group-title {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  padding-left: 28px;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-group-title {
  color: rgba(255, 255, 255, 0.36);
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
  background: #f0faff;
  z-index: 2;
}
.ivu-menu-light.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2d8cf0;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu):hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu):hover {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item:hover,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title:hover {
  color: #fff;
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-item-active:not(.ivu-menu-submenu),
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu-title-active:not(.ivu-menu-submenu) {
  color: #2d8cf0;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item:hover {
  color: #fff;
  background: transparent !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active,
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-submenu .ivu-menu-item-active:hover {
  border-right: none;
  color: #fff;
  background: #2d8cf0 !important;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-child-item-active > .ivu-menu-submenu-title {
  color: #fff;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened {
  background: #363e4f;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-title {
  background: #515a6e;
}
.ivu-menu-dark.ivu-menu-vertical .ivu-menu-opened .ivu-menu-submenu-has-parent-submenu .ivu-menu-submenu-title {
  background: transparent;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item:hover {
  background: #f3f3f3;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-focus {
  background: #f3f3f3;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected,
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-selected:hover {
  color: #2d8cf0;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-menu-large .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
    white-space: normal;
  }
}
.ivu-menu-horizontal .ivu-menu-submenu .ivu-select-dropdown .ivu-menu-item {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
.ivu-date-picker {
  display: inline-block;
  line-height: normal;
}
.ivu-date-picker-rel {
  position: relative;
}
.ivu-date-picker .ivu-select-dropdown {
  width: auto;
  padding: 0;
  overflow: visible;
  max-height: none;
}
.ivu-date-picker-cells {
  width: 196px;
  margin: 10px;
  white-space: normal;
}
.ivu-date-picker-cells span {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.ivu-date-picker-cells span em {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 2px;
  font-style: normal;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-date-picker-cells-header span {
  line-height: 24px;
  text-align: center;
  margin: 2px;
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell:hover em {
  background: #e1f0fe;
}
.ivu-date-picker-cells-focused em {
  -webkit-box-shadow: 0 0 0 1px #2d8cf0 inset;
          box-shadow: 0 0 0 1px #2d8cf0 inset;
}
span.ivu-date-picker-cells-cell {
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.ivu-date-picker-cells-cell-prev-month em,
.ivu-date-picker-cells-cell-next-month em {
  color: #c5c8ce;
}
.ivu-date-picker-cells-cell-prev-month:hover em,
.ivu-date-picker-cells-cell-next-month:hover em {
  background: transparent;
}
span.ivu-date-picker-cells-cell-week-label,
span.ivu-date-picker-cells-cell-week-label:hover,
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover {
  cursor: not-allowed;
  color: #c5c8ce;
}
span.ivu-date-picker-cells-cell-week-label em,
span.ivu-date-picker-cells-cell-week-label:hover em,
span.ivu-date-picker-cells-cell-disabled em,
span.ivu-date-picker-cells-cell-disabled:hover em {
  color: inherit;
  background: inherit;
}
span.ivu-date-picker-cells-cell-disabled,
span.ivu-date-picker-cells-cell-disabled:hover {
  background: #f7f7f7;
}
.ivu-date-picker-cells-cell-today em {
  position: relative;
}
.ivu-date-picker-cells-cell-today em:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2d8cf0;
  position: absolute;
  top: 1px;
  right: 1px;
}
.ivu-date-picker-cells-cell-range {
  position: relative;
}
.ivu-date-picker-cells-cell-range em {
  position: relative;
  z-index: 1;
}
.ivu-date-picker-cells-cell-range:before {
  content: '';
  display: block;
  background: #e1f0fe;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
}
.ivu-date-picker-cells-cell-selected em,
.ivu-date-picker-cells-cell-selected:hover em {
  background: #2d8cf0;
  color: #fff;
}
span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em {
  background: #c5c8ce;
  color: #f7f7f7;
}
.ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after {
  background: #fff;
}
.ivu-date-picker-cells-show-week-numbers {
  width: 226px;
}
.ivu-date-picker-cells-year,
.ivu-date-picker-cells-month {
  margin-top: 14px;
}
.ivu-date-picker-cells-year span,
.ivu-date-picker-cells-month span {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 10px 12px;
  border-radius: 3px;
}
.ivu-date-picker-cells-year span em,
.ivu-date-picker-cells-month span em {
  width: 40px;
  height: 28px;
  line-height: 28px;
  margin: 0;
}
.ivu-date-picker-cells-year .ivu-date-picker-cells-cell-focused,
.ivu-date-picker-cells-month .ivu-date-picker-cells-cell-focused {
  background-color: #d5e8fc;
}
.ivu-date-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-date-picker-header-label {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-date-picker-header-label:hover {
  color: #2d8cf0;
}
.ivu-date-picker-btn-pulse {
  background-color: #d5e8fc !important;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.ivu-date-picker-prev-btn {
  float: left;
}
.ivu-date-picker-prev-btn-arrow-double {
  margin-left: 10px;
}
.ivu-date-picker-prev-btn-arrow-double i:after {
  content: "\F115";
  margin-left: -8px;
}
.ivu-date-picker-next-btn {
  float: right;
}
.ivu-date-picker-next-btn-arrow-double {
  margin-right: 10px;
}
.ivu-date-picker-next-btn-arrow-double i:after {
  content: "\F11F";
  margin-left: -8px;
}
.ivu-date-picker-with-range .ivu-picker-panel-body {
  min-width: 432px;
}
.ivu-date-picker-with-range .ivu-picker-panel-content {
  float: left;
}
.ivu-date-picker-with-range .ivu-picker-cells-show-week-numbers {
  min-width: 492px;
}
.ivu-date-picker-with-week-numbers .ivu-picker-panel-body-date {
  min-width: 492px;
}
.ivu-date-picker-transfer {
  z-index: 1060;
  max-height: none;
  width: auto;
}
.ivu-date-picker-focused input {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-picker-panel-icon-btn {
  display: inline-block;
  width: 20px;
  height: 24px;
  line-height: 26px;
  margin-top: 2px;
  text-align: center;
  cursor: pointer;
  color: #c5c8ce;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-picker-panel-icon-btn:hover {
  color: #2d8cf0;
}
.ivu-picker-panel-icon-btn i {
  font-size: 14px;
}
.ivu-picker-panel-body-wrapper.ivu-picker-panel-with-sidebar {
  padding-left: 92px;
}
.ivu-picker-panel-sidebar {
  width: 92px;
  float: left;
  margin-left: -92px;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f8f8f9;
  border-right: 1px solid #e8eaec;
  border-radius: 4px 0 0 4px;
  overflow: auto;
}
.ivu-picker-panel-shortcut {
  padding: 6px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-picker-panel-shortcut:hover {
  background: #e8eaec;
}
.ivu-picker-panel-body {
  float: left;
}
.ivu-picker-confirm {
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-picker-confirm > span {
  color: #2D8cF0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
  padding: 2px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-picker-confirm > span:hover {
  color: #57a3f3;
}
.ivu-picker-confirm > span:active {
  color: #2b85e4;
}
.ivu-picker-confirm-time {
  float: left;
}
.ivu-time-picker-cells {
  min-width: 112px;
}
.ivu-time-picker-cells-with-seconds {
  min-width: 168px;
}
.ivu-time-picker-cells-list {
  width: 56px;
  max-height: 144px;
  float: left;
  overflow: hidden;
  border-left: 1px solid #e8eaec;
  position: relative;
}
.ivu-time-picker-cells-list:hover {
  overflow-y: auto;
}
.ivu-time-picker-cells-list:first-child {
  border-left: none;
  border-radius: 4px 0 0 4px;
}
.ivu-time-picker-cells-list:last-child {
  border-radius: 0 4px 4px 0;
}
.ivu-time-picker-cells-list ul {
  width: 100%;
  margin: 0;
  padding: 0 0 120px 0;
  list-style: none;
}
.ivu-time-picker-cells-list ul li {
  width: 100%;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  list-style: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-time-picker-cells-cell:hover {
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-time-picker-cells-cell-selected,
.ivu-time-picker-cells-cell-selected:hover {
  color: #2d8cf0;
  background: #f3f3f3;
}
.ivu-time-picker-cells-cell-focused {
  background-color: #d5e8fc;
}
.ivu-time-picker-header {
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #e8eaec;
}
.ivu-time-picker-with-range .ivu-picker-panel-body {
  min-width: 228px;
}
.ivu-time-picker-with-range .ivu-picker-panel-content {
  float: left;
  position: relative;
}
.ivu-time-picker-with-range .ivu-picker-panel-content:after {
  content: '';
  display: block;
  width: 2px;
  position: absolute;
  top: 31px;
  bottom: 0;
  right: -2px;
  background: #e8eaec;
  z-index: 1;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right {
  float: right;
}
.ivu-time-picker-with-range .ivu-picker-panel-content-right:after {
  right: auto;
  left: -2px;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:first-child {
  border-radius: 0;
}
.ivu-time-picker-with-range .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-time-picker-with-range.ivu-time-picker-with-seconds .ivu-picker-panel-body {
  min-width: 340px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells {
  min-width: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds {
  min-width: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list {
  width: 72px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-with-seconds .ivu-time-picker-cells-list ul li {
  padding: 0 0 0 28px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list {
  width: 108px;
  max-height: 216px;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:first-child {
  border-radius: 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list:last-child {
  border-radius: 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul {
  padding: 0 0 192px 0;
}
.ivu-picker-panel-content .ivu-picker-panel-content .ivu-time-picker-cells-list ul li {
  padding: 0 0 0 46px;
}
.ivu-form .ivu-form-item-label {
  text-align: right;
  vertical-align: middle;
  float: left;
  font-size: 12px;
  color: #515a6e;
  line-height: 1;
  padding: 10px 12px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ivu-form-label-left .ivu-form-item-label {
  text-align: left;
}
.ivu-form-label-top .ivu-form-item-label {
  float: none;
  display: inline-block;
  padding: 0 0 10px 0;
}
.ivu-form-inline .ivu-form-item {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.ivu-form-item {
  margin-bottom: 24px;
  vertical-align: top;
  zoom: 1;
}
.ivu-form-item:before,
.ivu-form-item:after {
  content: "";
  display: table;
}
.ivu-form-item:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.ivu-form-item-content {
  position: relative;
  line-height: 32px;
  font-size: 12px;
}
.ivu-form-item .ivu-form-item {
  margin-bottom: 0;
}
.ivu-form-item .ivu-form-item .ivu-form-item-content {
  margin-left: 0!important;
}
.ivu-form-item-error-tip {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1;
  padding-top: 6px;
  color: #ed4014;
}
.ivu-form-item-required .ivu-form-item-label:before {
  content: '*';
  display: inline-block;
  margin-right: 4px;
  line-height: 1;
  font-family: SimSun;
  font-size: 12px;
  color: #ed4014;
}
.ivu-form-hide-required-mark .ivu-form-item-required .ivu-form-item-label:before {
  display: none;
}
.ivu-carousel {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ivu-carousel-track,
.ivu-carousel-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ivu-carousel-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ivu-carousel-track {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.ivu-carousel-track.higher {
  z-index: 2;
  top: 0;
}
.ivu-carousel-item {
  float: left;
  height: 100%;
  min-height: 1px;
  display: block;
}
.ivu-carousel-arrow {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(31, 45, 61, 0.11);
  color: #fff;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  line-height: inherit;
}
.ivu-carousel-arrow:hover {
  background-color: rgba(31, 45, 61, 0.5);
}
.ivu-carousel-arrow > * {
  vertical-align: baseline;
}
.ivu-carousel-arrow.left {
  left: 16px;
}
.ivu-carousel-arrow.right {
  right: 16px;
}
.ivu-carousel-arrow-always {
  display: inherit;
}
.ivu-carousel-arrow-hover {
  display: inherit;
  opacity: 0;
}
.ivu-carousel:hover .ivu-carousel-arrow-hover {
  opacity: 1;
}
.ivu-carousel-dots {
  z-index: 10;
  display: none;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 17px;
}
.ivu-carousel-dots-inside {
  display: block;
  position: absolute;
  bottom: 3px;
}
.ivu-carousel-dots-outside {
  display: block;
  margin-top: 3px;
}
.ivu-carousel-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 7px 0;
  cursor: pointer;
}
.ivu-carousel-dots li button {
  border: 0;
  cursor: pointer;
  background: #8391a5;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ivu-carousel-dots li button.radius {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.ivu-carousel-dots li:hover > button {
  opacity: 0.7;
}
.ivu-carousel-dots li.ivu-carousel-active > button {
  opacity: 1;
  width: 24px;
}
.ivu-carousel-dots li.ivu-carousel-active > button.radius {
  width: 6px;
}
.ivu-rate {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
}
.ivu-rate-disabled .ivu-rate-star:before,
.ivu-rate-disabled .ivu-rate-star-content:before {
  cursor: default;
}
.ivu-rate-disabled .ivu-rate-star:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ivu-rate-star-full,
.ivu-rate-star-zero {
  position: relative;
}
.ivu-rate-star-first {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ivu-rate-star-first,
.ivu-rate-star-second {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #e9e9e9;
  cursor: pointer;
}
.ivu-rate-star-chart {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  position: relative;
  font-family: 'Ionicons';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ivu-rate-star-chart:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-first,
.ivu-rate-star-chart.ivu-rate-star-full .ivu-rate-star-second {
  color: #f5a623;
}
.ivu-rate-star-chart.ivu-rate-star-half .ivu-rate-star-first {
  opacity: 1;
  color: #f5a623;
}
.ivu-rate-star {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 8px;
  position: relative;
  font-family: 'Ionicons';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ivu-rate-star:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ivu-rate-star:before,
.ivu-rate-star-content:before {
  color: #e9e9e9;
  cursor: pointer;
  content: "\F2BF";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}
.ivu-rate-star-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ivu-rate-star-content:before {
  color: transparent;
}
.ivu-rate-star-half .ivu-rate-star-content:before,
.ivu-rate-star-full:before {
  color: #f5a623;
}
.ivu-rate-star-half:hover .ivu-rate-star-content:before,
.ivu-rate-star-full:hover:before {
  color: #f7b84f;
}
.ivu-rate-text {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.ivu-upload input[type="file"] {
  display: none;
}
.ivu-upload-list {
  margin-top: 8px;
}
.ivu-upload-list-file {
  padding: 4px;
  color: #515a6e;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
}
.ivu-upload-list-file > span {
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-upload-list-file > span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  color: #515a6e;
  text-align: center;
}
.ivu-upload-list-file:hover {
  background: #f3f3f3;
}
.ivu-upload-list-file:hover > span {
  color: #2d8cf0;
}
.ivu-upload-list-file:hover > span i {
  color: #515a6e;
}
.ivu-upload-list-file:hover .ivu-upload-list-remove {
  opacity: 1;
}
.ivu-upload-list-remove {
  opacity: 0;
  font-size: 18px;
  cursor: pointer;
  float: right;
  margin-right: 4px;
  color: #999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.ivu-upload-list-remove:hover {
  color: #444;
}
.ivu-upload-select {
  display: inline-block;
}
.ivu-upload-drag {
  background: #fff;
  border: 1px dashed #dcdee2;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.ivu-upload-drag:hover {
  border: 1px dashed #2d8cf0;
}
.ivu-upload-dragOver {
  border: 2px dashed #2d8cf0;
}
.ivu-tree {
  position: relative;
}
.ivu-tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.ivu-tree ul.ivu-dropdown-menu {
  padding: 0;
}
.ivu-tree ul li {
  list-style: none;
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  outline: none;
}
.ivu-tree ul li.ivu-dropdown-item {
  margin: 0;
  padding: 7px 16px;
  white-space: nowrap;
}
.ivu-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ivu-tree-title {
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: top;
  color: #515a6e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ivu-tree-title:hover {
  background-color: #eaf4fe;
}
.ivu-tree-title-selected,
.ivu-tree-title-selected:hover {
  background-color: #d5e8fc;
}
.ivu-tree-arrow {
  cursor: pointer;
  width: 12px;
  text-align: center;
  display: inline-block;
}
.ivu-tree-arrow i {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  vertical-align: middle;
}
.ivu-tree-arrow-open i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.ivu-tree .ivu-checkbox-wrapper {
  margin-right: 4px;
  margin-left: 4px;
}
.ivu-tree-context-menu {
  position: absolute;
}
.ivu-avatar {
  display: inline-block;
  text-align: center;
  background: #ccc;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ivu-avatar-image {
  background: transparent;
}
.ivu-avatar .ivu-icon {
  position: relative;
  top: -1px;
}
.ivu-avatar.ivu-avatar-icon {
  font-size: 18px;
}
.ivu-avatar-large {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ivu-avatar-large.ivu-avatar-icon {
  font-size: 24px;
}
.ivu-avatar-large .ivu-icon {
  position: relative;
  top: -2px;
}
.ivu-avatar-small {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ivu-avatar-small.ivu-avatar-icon {
  font-size: 14px;
}
.ivu-avatar-square {
  border-radius: 4px;
}
.ivu-avatar > img {
  width: 100%;
  height: 100%;
}
.ivu-color-picker {
  display: inline-block;
}
.ivu-color-picker-hide {
  display: none;
}
.ivu-color-picker-hide-drop {
  visibility: hidden;
}
.ivu-color-picker-disabled {
  background-color: #f3f3f3;
  opacity: 1;
  cursor: not-allowed;
  color: #ccc;
}
.ivu-color-picker-disabled:hover {
  border-color: #e3e5e8;
}
.ivu-color-picker > div:first-child:hover .ivu-input {
  border-color: #57a3f3;
}
.ivu-color-picker > div:first-child.ivu-color-picker-disabled:hover .ivu-input {
  border-color: #e3e5e8;
}
.ivu-color-picker .ivu-select-dropdown {
  padding: 0;
}
.ivu-color-picker-input.ivu-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ivu-color-picker-focused {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-rel {
  line-height: 0;
}
.ivu-color-picker-color {
  width: 18px;
  height: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px;
  position: relative;
  top: 2px;
}
.ivu-color-picker-color div {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.ivu-color-picker-color-empty {
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.ivu-color-picker-color-empty i {
  font-size: 18px;
  vertical-align: baseline;
}
.ivu-color-picker-color-focused {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-large .ivu-color-picker-color {
  width: 20px;
  height: 20px;
  top: 1px;
}
.ivu-color-picker-large .ivu-color-picker-color-empty i {
  font-size: 20px;
}
.ivu-color-picker-small .ivu-color-picker-color {
  width: 14px;
  height: 14px;
  top: 3px;
}
.ivu-color-picker-small .ivu-color-picker-color-empty i {
  font-size: 14px;
}
.ivu-color-picker-picker-wrapper {
  padding: 8px 8px 0;
}
.ivu-color-picker-picker-panel {
  width: 240px;
  margin: 0 auto;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  position: relative;
}
.ivu-color-picker-picker-hue-slider,
.ivu-color-picker-picker-alpha-slider {
  height: 10px;
  margin-top: 8px;
  position: relative;
}
.ivu-color-picker-picker-colors {
  margin-top: 8px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-picker-colors:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-picker-colors-wrapper {
  display: inline;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.ivu-color-picker-picker-colors-wrapper-color {
  outline: 0;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.ivu-color-picker-picker-colors-wrapper-circle {
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.ivu-color-picker-picker .ivu-picker-confirm {
  margin-top: 8px;
}
.ivu-color-picker-saturation-wrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-saturation-wrapper:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-saturation,
.ivu-color-picker-saturation--white,
.ivu-color-picker-saturation--black {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ivu-color-picker-saturation--white {
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.ivu-color-picker-saturation--black {
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.ivu-color-picker-saturation-pointer {
  cursor: pointer;
  position: absolute;
}
.ivu-color-picker-saturation-circle {
  width: 4px;
  height: 4px;
  -webkit-box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
}
.ivu-color-picker-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-hue:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-hue-container {
  cursor: pointer;
  margin: 0 2px;
  position: relative;
  height: 100%;
}
.ivu-color-picker-hue-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-hue-picker {
  cursor: pointer;
  margin-top: 1px;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.ivu-color-picker-alpha {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.ivu-color-picker-alpha:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
          box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ivu-color-picker-alpha-checkboard-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 2px;
}
.ivu-color-picker-alpha-checkerboard {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.ivu-color-picker-alpha-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.ivu-color-picker-alpha-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
  height: 100%;
  margin: 0 3px;
}
.ivu-color-picker-alpha-pointer {
  z-index: 2;
  position: absolute;
}
.ivu-color-picker-alpha-picker {
  cursor: pointer;
  width: 4px;
  border-radius: 1px;
  height: 8px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  background: #fff;
  margin-top: 1px;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.ivu-color-picker-confirm {
  margin-top: 8px;
  position: relative;
  border-top: 1px solid #e8eaec;
  text-align: right;
  padding: 8px;
  clear: both;
}
.ivu-color-picker-confirm-color {
  position: absolute;
  top: 11px;
  left: 8px;
}
.ivu-color-picker-confirm-color-editable {
  top: 8px;
  right: 110px;
}
.ivu-auto-complete .ivu-select-not-found {
  display: none;
}
.ivu-auto-complete .ivu-icon-ios-close {
  display: none;
}
.ivu-auto-complete:hover .ivu-icon-ios-close {
  display: inline-block;
}
.ivu-auto-complete.ivu-select-dropdown {
  max-height: none;
}
.ivu-auto-complete:focus,
.ivu-auto-complete div {
  outline: none;
}
.ivu-divider {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #515a6e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #e8eaec;
}
.ivu-divider,
.ivu-divider-vertical {
  margin: 0 8px;
  display: inline-block;
  height: 0.9em;
  width: 1px;
  vertical-align: middle;
  position: relative;
  top: -0.06em;
}
.ivu-divider-horizontal {
  display: block;
  height: 1px;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
  clear: both;
}
.ivu-divider-horizontal.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-with-text-right {
  display: table;
  white-space: nowrap;
  text-align: center;
  background: transparent;
  font-weight: 500;
  color: #17233d;
  font-size: 14px;
  margin: 16px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-center:before,
.ivu-divider-horizontal.ivu-divider-with-text-left:before,
.ivu-divider-horizontal.ivu-divider-with-text-right:before,
.ivu-divider-horizontal.ivu-divider-with-text-center:after,
.ivu-divider-horizontal.ivu-divider-with-text-left:after,
.ivu-divider-horizontal.ivu-divider-with-text-right:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid #e8eaec;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-center,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-left,
.ivu-divider-horizontal.ivu-divider-small.ivu-divider-with-text-right {
  font-size: 12px;
  margin: 8px 0;
}
.ivu-divider-horizontal.ivu-divider-with-text-left .ivu-divider-inner-text,
.ivu-divider-horizontal.ivu-divider-with-text-right .ivu-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:before {
  top: 50%;
  width: 5%;
}
.ivu-divider-horizontal.ivu-divider-with-text-left:after {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:before {
  top: 50%;
  width: 95%;
}
.ivu-divider-horizontal.ivu-divider-with-text-right:after {
  top: 50%;
  width: 5%;
}
.ivu-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ivu-divider-dashed {
  background: none;
  border-top: 1px dashed #e8eaec;
}
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed {
  border-top: 0;
}
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:before,
.ivu-divider-horizontal.ivu-divider-with-text.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-left.ivu-divider-dashed:after,
.ivu-divider-horizontal.ivu-divider-with-text-right.ivu-divider-dashed:after {
  border-style: dashed none none;
}
.ivu-anchor {
  position: relative;
  padding-left: 2px;
}
.ivu-anchor-wrapper {
  overflow: auto;
  padding-left: 4px;
  margin-left: -4px;
}
.ivu-anchor-ink {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.ivu-anchor-ink:before {
  content: ' ';
  position: relative;
  width: 2px;
  height: 100%;
  display: block;
  background-color: #e8eaec;
  margin: 0 auto;
}
.ivu-anchor-ink-ball {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #2d8cf0;
  background-color: #fff;
  left: 50%;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-transform: translate(-50%, 2px);
          transform: translate(-50%, 2px);
}
.ivu-anchor.fixed .ivu-anchor-ink .ivu-anchor-ink-ball {
  display: none;
}
.ivu-anchor-link {
  padding: 8px 0 8px 16px;
  line-height: 1;
}
.ivu-anchor-link-title {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #515a6e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.ivu-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ivu-anchor-link-active > .ivu-anchor-link-title {
  color: #2d8cf0;
}
.ivu-anchor-link .ivu-anchor-link {
  padding-top: 6px;
  padding-bottom: 6px;
}
.ivu-time-with-hash {
  cursor: pointer;
}
.ivu-time-with-hash:hover {
  text-decoration: underline;
}
.ivu-cell {
  position: relative;
  overflow: hidden;
}
.ivu-cell-link,
.ivu-cell-link:hover,
.ivu-cell-link:active {
  color: inherit;
}
.ivu-cell-icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  vertical-align: middle;
}
.ivu-cell-icon:empty {
  display: none;
}
.ivu-cell-main {
  display: inline-block;
  vertical-align: middle;
}
.ivu-cell-title {
  line-height: 24px;
  font-size: 12px;
}
.ivu-cell-label {
  line-height: 1.2;
  font-size: 12px;
  color: #808695;
}
.ivu-cell-selected .ivu-cell-label {
  color: inherit;
}
.ivu-cell-selected,
.ivu-cell.ivu-cell-selected:hover {
  background: #f0faff;
}
.ivu-cell-footer {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
  color: #515a6e;
}
.ivu-cell-with-link .ivu-cell-footer {
  right: 32px;
}
.ivu-cell-selected .ivu-cell-footer {
  color: inherit;
}
.ivu-cell-arrow {
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 16px;
  font-size: 12px;
}
.ivu-cell:focus {
  background: #f3f3f3;
  outline: none;
}
.ivu-cell-selected:focus {
  background: rgba(40, 123, 211, 0.91);
}
.ivu-cell {
  margin: 0;
  line-height: normal;
  padding: 7px 16px;
  clear: both;
  color: #515a6e;
  font-size: 12px !important;
  white-space: nowrap;
  list-style: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ivu-cell:hover {
  background: #f3f3f3;
}
.ivu-cell-focus {
  background: #f3f3f3;
}
.ivu-cell-disabled {
  color: #c5c8ce;
  cursor: not-allowed;
}
.ivu-cell-disabled:hover {
  color: #c5c8ce;
  background-color: #fff;
  cursor: not-allowed;
}
.ivu-cell-selected,
.ivu-cell-selected:hover {
  color: #2d8cf0;
}
.ivu-cell-divided {
  margin-top: 5px;
  border-top: 1px solid #e8eaec;
}
.ivu-cell-divided:before {
  content: '';
  height: 5px;
  display: block;
  margin: 0 -16px;
  background-color: #fff;
  position: relative;
  top: -7px;
}
.ivu-cell-enter {
  color: #2d8cf0;
  font-weight: bold;
  float: right;
}
.ivu-cell-large .ivu-cell {
  padding: 7px 16px 8px;
  font-size: 12px !important;
}
@-moz-document url-prefix() {
  .ivu-cell {
    white-space: normal;
  }
}
.ivu-drawer {
  width: auto;
  height: 100%;
  position: fixed;
  top: 0;
}
.ivu-drawer-inner {
  position: absolute;
}
.ivu-drawer-left {
  left: 0;
}
.ivu-drawer-right {
  right: 0;
}
.ivu-drawer-hidden {
  display: none !important;
}
.ivu-drawer-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ivu-drawer-wrap-inner {
  position: absolute;
  overflow: hidden;
}
.ivu-drawer-wrap-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ivu-drawer-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ivu-drawer-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
  z-index: 1000;
}
.ivu-drawer-mask-hidden {
  display: none;
}
.ivu-drawer-mask-inner {
  position: absolute;
}
.ivu-drawer-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ivu-drawer-content-no-mask {
  pointer-events: auto;
}
.ivu-drawer-header {
  border-bottom: 1px solid #e8eaec;
  padding: 14px 16px;
  line-height: 1;
}
.ivu-drawer-header p,
.ivu-drawer-header-inner {
  display: inline-block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #17233d;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ivu-drawer-close {
  z-index: 1;
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 8px;
  overflow: hidden;
  cursor: pointer;
}
.ivu-drawer-close .ivu-icon-ios-close {
  font-size: 31px;
  color: #999;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
  top: 1px;
}
.ivu-drawer-close .ivu-icon-ios-close:hover {
  color: #444;
}
.ivu-drawer-body {
  width: 100%;
  height: calc(100% - 51px);
  padding: 16px;
  font-size: 12px;
  line-height: 1.5;
  word-wrap: break-word;
  position: absolute;
  overflow: auto;
}
.ivu-drawer-no-header .ivu-drawer-body {
  height: 100%;
}
.ivu-drawer-no-mask {
  pointer-events: none;
}
.ivu-drawer-no-mask .ivu-drawer-drag {
  pointer-events: auto;
}
.ivu-drawer-drag {
  top: 0;
  height: 100%;
  width: 0;
  position: absolute;
}
.ivu-drawer-drag-left {
  right: 0;
}
.ivu-drawer-drag-move-trigger {
  width: 8px;
  height: 100px;
  line-height: 100px;
  position: absolute;
  top: 50%;
  background: #f3f3f3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px / 6px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  cursor: col-resize;
}
.ivu-drawer-drag-move-trigger-point {
  display: inline-block;
  width: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.ivu-drawer-drag-move-trigger-point i {
  display: block;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 2px;
}
.ivu-breadcrumb {
  color: #999;
  font-size: 12px;
}
.ivu-breadcrumb a {
  color: #515a6e;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.ivu-breadcrumb a:hover {
  color: #57a3f3;
}
.ivu-breadcrumb > span:last-child {
  font-weight: bold;
  color: #515a6e;
}
.ivu-breadcrumb > span:last-child .ivu-breadcrumb-item-separator {
  display: none;
}
.ivu-breadcrumb-item-separator {
  margin: 0 8px;
  color: #dcdee2;
}
.ivu-breadcrumb-item-link > .ivu-icon + span {
  margin-left: 4px;
}
.ivu-list {
  position: relative;
}
.ivu-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ivu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
.ivu-list-item-content {
  color: #515a6e;
}
.ivu-list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0;
}
.ivu-list-item-meta-avatar {
  margin-right: 16px;
}
.ivu-list-item-meta-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.ivu-list-item-meta-title {
  font-weight: 500;
  margin-bottom: 4px;
  color: #515a6e;
  font-size: 12px;
  line-height: 22px;
}
.ivu-list-item-meta-title > a {
  color: #515a6e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ivu-list-item-meta-title > a:hover {
  color: #2d8cf0;
}
.ivu-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 22px;
}
.ivu-list-item-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ivu-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ivu-list-item-action > li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8eaec;
}
.ivu-list-item-action > li:first-child {
  padding-left: 0;
}
.ivu-list-item-action > li:last-child:after {
  display: none;
}
.ivu-list-header {
  background: transparent;
}
.ivu-list-footer {
  background: transparent;
}
.ivu-list-header,
.ivu-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ivu-list-split .ivu-list-item {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-split .ivu-list-item:last-child {
  border-bottom: none;
}
.ivu-list-split .ivu-list-header {
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-split .ivu-list-footer {
  border-top: 1px solid #e8eaec;
}
.ivu-list-large .ivu-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ivu-list-small .ivu-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ivu-list-vertical .ivu-list-item {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.ivu-list-vertical .ivu-list-item-main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ivu-list-vertical .ivu-list-item-extra {
  margin-left: 40px;
}
.ivu-list-vertical .ivu-list-item-meta {
  margin-bottom: 16px;
}
.ivu-list-vertical .ivu-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 24px;
}
.ivu-list-vertical .ivu-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ivu-list-vertical .ivu-list-item-action > li {
  padding: 0 16px;
}
.ivu-list-vertical .ivu-list-item-action > li:first-child {
  padding-left: 0;
}
.ivu-list-item-no-flex {
  display: block;
}
.ivu-list:not(.ivu-list-vertical) .ivu-list-item-no-flex .ivu-list-item-action {
  float: right;
}
.ivu-list-bordered {
  border: 1px solid #dcdee2;
  border-radius: 6px;
}
.ivu-list-bordered .ivu-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ivu-list-bordered .ivu-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ivu-list-bordered .ivu-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8eaec;
}
.ivu-list-bordered .ivu-list-pagination {
  margin: 16px 24px;
}
.ivu-list-bordered.ivu-list-small .ivu-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ivu-list-bordered.ivu-list-small .ivu-list-header,
.ivu-list-bordered.ivu-list-small .ivu-list-footer {
  padding: 8px 16px;
}
.ivu-list-bordered.ivu-list-large .ivu-list-header,
.ivu-list-bordered.ivu-list-large .ivu-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ivu-list-item-action {
    margin-left: 24px;
  }
  .ivu-list-vertical .ivu-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ivu-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ivu-list-item-action {
    margin-left: 12px;
  }
  .ivu-list-vertical .ivu-list-item {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .ivu-list-vertical .ivu-list-item-main {
    min-width: 220px;
  }
  .ivu-list-vertical .ivu-list-item-extra {
    margin: auto auto 16px;
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url(data:application/vnd.ms-fontobject;base64,VBkAALAYAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAd8VyxgAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yD1IHFAAAALwAAABgY21hcL0avH0AAAEcAAAAfGdhc3AAAAAQAAABmAAAAAhnbHlm4WR+OgAAAaAAABQMaGVhZBlxuWEAABWsAAAANmhoZWEIggSmAAAV5AAAACRobXR4jgAIUgAAFggAAACUbG9jYUScSZ4AABacAAAATG1heHAAMwBzAAAW6AAAACBuYW1lmUoJ+wAAFwgAAAGGcG9zdAADAAAAABiQAAAAIAADBA8BkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOpbA4D/gACAA4AAgAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABgAAAAFAAQAAMABAABACDpCekT6SDpLek26lv//f//AAAAAAAg6QDpDekg6SLpNepb//3//wAB/+MXBBcBFvUW9BbtFckAAwABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAuf/6wQAAxUAKAAAASMROAExNCYjOAE5ATgBMSIGFTgBOQERFBYzMjY3AT4BNTQmIzgBOQED9akeFRUdBwQDBAEBAwECBwQBBAHeFR4eFf0UBAcCAQEDAQUCBQYAAAABAAABTQJ3AbMADAAAEzU0MyEyHQEUIyEiNQAxAhQyMv3sMQF/AjIyAjIyAAEAAAKwAnYDFQAMAAATNTQzITIdARQjISI1ADECFDEx/ewxAuECMjICMTEAAQAA/+sCdgBQAAwAADc1NDMhMh0BFCMhIjUAMQIUMTH97DEdAjExAjIyAAABAuf/6wQAAxUAGAAACQEuASMiBhURFBYzMTI2NREzMjY1NCYnMQP9/v0BBAMEBx4VFB6pBAcCAQIPAQICAgcF/RUVHh4VAd4GBQIFAQAAAAEAAAFNAnYBswAMAAATNTQzITIdARQjISI1ADECFDEx/ewxAX8CMjICMjIAAQAAArACdgMVAAwAABM1NDMhMh0BFCMhIjUAMQIUMTH97DEC4QIyMgIxMQABAAD/6wJ2AFAADAAANzU0MyEyHQEUIyEiNQAxAhQxMf3sMR0CMTECMjIAAAIAAP/ABAADYQAFAA4AAAkCNQkBBxEhESERIREBBAD+AP4AAgACAID/AP8A/wABgAEyAY3+c6IBjf5zlP6AAQD/AAGAASAAAAIAAP/ABAADYAAMABgAAAkBFzcRITUzFSERFzclIiY1NDYzMhYVFAYCAP4AYGABAIABAGBg/gAbJSUbGyUlA2D+AGBg/mDAwAGgYGBgJRsbJSUbGyUAAAAEAAD/wAQAA0AAEAAhAC0ANAAAATgBMRE4ATEhOAExETgBMSE1ISIGFREUFjMhMjY1ETQmIwcUBiMiJjU0NjMyFhMhNRMBMzcDwPyAA4D8gBomJhoDgBomJhqAOCgoODgoKDhA/QDgAQBA4AMA/QADAEAmGv0AGiYmGgMAGibgKDg4KCg4OP24gAGA/sDAAAAFAAD/gASAA4AAGQAsADwASABPAAABIzU0JiMhIgYVERQWOwEVFBYzITI2NRE0JgURIzgBMRE4ATEhOAExFSEiBhUBOAExITgBMRE4ATEhOAExBxQGIyImNTQ2MzIWEyE1EwEzNwRAQCYa/IAaJiYaQCYaA4AaJib8JkADgP0AGiYDwPyAA4CAOCgoODgoKDhA/QDgAQBA4AMAQBomJhr9ABomQBomJhoDABomQP2AAwBAJhr9AAMAoCg4OCgoODj9uIABgP7AwAAAAAAEAAD/wAQAAwAAGwAzAE8AUwAAARQXHgEXFjMyNz4BNzY1NCcuAScmIyIHDgEHBgEjLgEjISIGByMiBhURFBYzITI2NRE0JgEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYBIzUzATAQETgmJisrJiY4ERAQETgmJisrJiY4ERACkOAMJDD/ADAkDOAaJiYaA4AaJib+Jjs0M00XFhYXTTM0Ozs0M00XFhYXTTM0AYWAgAEgKyYmOBEQEBE4JiYrKyYmOBEQEBE4JiYBNTBQUDAmGv3AGiYmGgJAGib9hBYXTTM0Ozs0M00XFhYXTTM0Ozs0M00XFgG8QAADAAD/gAQAA4AACQATAFgAAAEjETMyNjURNCYhIgYVERQWOwERNzQnLgEnJiMiBw4BBwYVFBYXDgEVFBceARcWFxEOAQcuATU0Nz4BNzYzMhceARcWFRQGBy4BJxE2Nz4BNzY1NCYnPgE1ASBAQA0TEwGzDRMTDUDgKCiLXl1qal1eiygoEA8PEA8ONCMjKRgsFAQEISBxTExWVkxMcSAhBAQULBgpIyM0Dg8QDw8QAUD+QBMNAYANExMN/oANEwHAQGpdXosoKCgoi15dai5YKRk5HyomJjsTFAYBvAQQDRQqFVZMTHEgISEgcUxMVhUqFA0QBP5EBhQTOyYmKh85GSlYLgAAAAABAAD/gAQAA4AANgAAATMRFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXEQURFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXEQPAQBIRPSkpLi4pKT0REhIRPSkpLi9THv4AEhE9KSkuLikpPRESEhE9KSkuL1MeA4D9ICEdHSwMDQ0MLB0dISEdHSwMDRoWAXBy/hIhHR0sDA0NDCwdHSEhHR0sDA0aFgJwAAACAAAAAAQAAwAAOAA8AAABJicuAScmIyIHDgEHBgcGBw4BBwYVFBceARcWFxYXHgEXFjMyNz4BNzY3Njc+ATc2NTQnLgEnJicBEQ0BA9U2ODl2PD0/Pz08djk4NgsHCAsDAwMDCwgHCzY4OXY8PT8/PTx2OTg2CwcICwMDAwMLCAcL/asBQP7AAuAIBgYIAgICAggGBggpKipZLS4vLy4tWSoqKQgGBggCAgICCAYGCCkqKlktLi8vLi1ZKiop/eABgMDAAAAAAAkAAAAABAADAAADAAcACwAPABMAFwAbAB8AIgAAExEhEQEjNTM1IzUzNSM1MwEhESETIzUzNSM1MzUjNTMFESUABAD8wICAgICAgAJA/gACAMCAgICAgID9wAEAAwD9AAMA/UCAgICAgP2AAoD9gICAgICAgP6AwAAAAAAFAAAAAARIAwAADwATACMAJwA4AAATIyIGFREUFjsBMjY1ETQmByM1MyUjIgYVERQWOwEyNjURNCYHIzUzNwcOARcBHgE/AT4BJwEuAQfgwA0TEw3ADRMTLYCAAWDADRMTDcANExMtgID9qwwIBQEgBhoLrAwIBv7gBhkMAwATDf1ADRMTDQLADRPAQIATDf1ADRMTDQLADRPAQE9XBhkM/cUMCQZXBhkMAjsMCAUAAAYAAP+AA8ADgAAPABMAFwAbAB8AIwAAASEiBhURFBYzITI2NRE0JgMhESEBIRUhFSEVIRUhFSERIRUhA2D9ACg4OCgDACg4OEj9QALA/cABwP5AAcD+QAHA/kABwP5AA4A4KPzAKDg4KANAKDj8gAMA/sBAQEBAQAHAQAAGAAD/gAPAA4AADwATABcAGwAnADEAAAEhIgYVERQWMyEyNjURNCYDIREhASEVIRUhFSETNDYzMhYVFAYjIiYXIyIGHQEhNTQmA2D9ACg4OCgDACg4OEj9QALA/cABwP5AAcD+QEA4KCg4OCgoOKCAKDgBQDgDgDgo/MAoODgoA0AoOPyAAwD+QEBAQAHgKDg4KCg4ODgmGkBAGiYAAAAAAwBA/4ADwAOAABkAIQA5AAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeACmxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0TAAAABABA/4ADwAOAABkAIgA6AE0AAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgEXExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAS4BIyEiBhURFBYXETQ2MyEuAQOWES0ZGjMXJykL/pAhLy8hAmAhLw4chRclDZoRKRdvCQf9oAcJCQc5Ooo5OhMN4P7bJykL/pAhLyUbCQcB5wcOAhsXMxoZLREcDi8h/SAhLy8hAfALKSc2FykRmg0lF/1/BwkJBwLgBwngDRMBlhwOLyH9IB0sBQMuBwkGCwAGAED/gAPAA4AAGQAhADkARwBVAGMAAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEDISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESmGCQf9IAcJCQdNTrpNThMN4KD+QA0TEw0BwA0TEw3+QA0TEw0BwA0TEw3+QA0TEw0BwA0TEwKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJfzoBwkJBwNgBwngDRP+ABMNDRMTDQ0TgBMNDRMTDQ0TgBMNDRMTDQ0TAAAABQBA/4ADwAOAAAUAEQArADMASwAAJSE1EwE3NRQGIyImNTQ2MzIWNy4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicnHgEXIzUeARMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQNA/YDAAQe5OCgoODgoKDhWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKYYJB/0gBwkJB01Ouk1OEw3gAIABQP7AgKAoODgoKDg40xczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0TAAAAAAQAQP+AA8ADgAAaACMAOwBjAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJzEnHgEXIzUeARcTFAYjISImNRE0NjMwMzoBMzIxFRQWOwEHLgEHBQ4BHQEuASMiBhUUFjMyNj0BJRUuASMiBhUUFjMyNjURNCYnA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEpF28JB/0gBwkJB01Ouk1OEw3gjAUOB/7ACw8OIRE1S0s1NUsBAA4hETVLSzU1SwYGApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0lF/z/BwkJBwNgBwngDRNHBAQCQAISC+0GBzgoKDg4KOYzhgYHOCgoODgoAUAHDQUAAAQAQP+AA8ADgAACABwAJAA8AAABDQEBLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAYABQP7AAhYRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeACAODgAlsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0l/OgHCQkHA2AHCeANEwAAAAAFAED/gAPAA4AAGwAlAD0AQQBFAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJzkBJx4BFyM1HgEXMRMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQUhESElNxEnA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEpF28JB/0gBwkJB01Ouk1OEw3g/YABQP7AAUDAwAKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJRf8/wcJCQcDYAcJ4A0TwP7AwID+wIAAAAANAED/gAPAA4AAGwAlAD0AQQBFAEkATQBRAFUAWQBdAGwAcAAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0Jic5ASceARcjNR4BFzETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEBMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMjMxUjOwEVIwMUFjsBMjY9ATQmKwE1IxcVIzUDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESkXbwkH/SAHCQkHTU66TU4TDeD9gICAgICAgICAgICAgICAgICAgICAgICAgBwUoBQcHBRQgMCAApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0lF/z/BwkJBwNgBwngDRMBAEBAQEBAQEBA/vAUHBwUoBQcQMBAQAAABQAA/4AEAAOAAAgACwATABYAHAAAAREhBxEhESERJRUjAxEzNSEVBxETFSMBIREzNSECgP5AwAGAAoD8wGUbwAFAwMBlAeX+AMABQAKAAQDA/cD/AAMApWX+AAHAwMDA/wABZWX+AAHAwAAABQBA/4AEAAOAAA0AGAA0ADcAPQAAASM1NCYrASIGHQEjFSEnIzU4ATEzOAExFQU1NCYrARUzFSMHESERMzUjIgYVERQWMyEVIREFFSMBIREzNSECwIAmGoAaJoACAMCAgAFAEw1AIMDA/wAgQA0TEw0BIAKA/kBlAeX+AMABQAMAQBomJhpAgIBAQMCgDRNAgMD/AAJAQBMN/YANE8ACwFtl/kABgMAAAgAi/6IEAAOAABMAHwAAASEiBgcBBhQXARYyNwE+ATURNCYBIiY1NDYzMhYVFAYD0P6AFDAO/iQODgGcDigOAdwOFBz+/Cg4OCgoODgDgBQO/iQOKA7+ZA4OAdwOMBQBgBQc/oA4KCg4OCgoOAAAAAMAIv+iBQADgAATAB8ALgAAASEiBgcBBhQXARYyNwE+ATURNCYBIiY1NDYzMhYVFAYFASMiBgcBBhQXARYyPwEE0P6AFDAO/iQODgGcDigOAdwOFBz+/Cg4OCgoODj8eAIgUBQwDv4kDg4BnA4oDh4DgBQO/iQOKA7+ZA4OAdwOMBQBgBQc/oA4KCg4OCgoOKACIBQO/iQOKA7+ZA4OHgACAAD/gAQAA4AAGQBOAAABIgcOAQcGHQEBERQWMzI2NREBNTQnLgEnJgU+ATc2Nz4BNzYzMhceARcWFx4BFx4BFw4BBw4BBwYHDgEHBiMiJy4BJyYnLgEnLgEnPgE3AgBqXV6LKCgBgEs1NUsBgCgoi15d/fQSMh4hJSZRKywsLCwrUSYlIR4yEgsOAwMOCxIyHiElJlErLCwsLCtRJiUhHjISCw4DAw4LA4ANDCwdHSFg/oD+wBslJRsBQAGAYCEdHSwMDYsKFAgJBwcJAwICAwkHBwkIFAoHCwMDCwcKFAgJBwcJAwICAwkHBwkIFAoHCwMDCwcAAAEAAAAAAADGcsV3Xw889QALBAAAAAAA2qm6sgAAAADaqbqyAAD/gAUAA4AAAAAIAAIAAAAAAAAAAQAAA4D/gAAABQAAAAAABQAAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAEAAAABAAC5wQAAAAEAAAABAAAAAQAAucEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEgAAABAAAAAQAAAAEAAAABAAAAAQAAAAEgAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAABABAAAIgUAACIEAAAAAAAAAAAKABQAHgBOAGQAegCQALgAzgDkAPoBHgFKAZIB+AJ2AvoDTgOyA/AESASGBNYFKgWaBiYGlAceB3oH4Ah4CK4JAgk6CYoKBgABAAAAJQBxAA0AAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==);
  src:  url(data:application/vnd.ms-fontobject;base64,VBkAALAYAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAd8VyxgAAAAAAAAAAAAAAAAAAAAAAAA4AaQBjAG8AbQBvAG8AbgAAAA4AUgBlAGcAdQBsAGEAcgAAABYAVgBlAHIAcwBpAG8AbgAgADEALgAwAAAADgBpAGMAbwBtAG8AbwBuAAAAAAAAAQAAAAsAgAADADBPUy8yD1IHFAAAALwAAABgY21hcL0avH0AAAEcAAAAfGdhc3AAAAAQAAABmAAAAAhnbHlm4WR+OgAAAaAAABQMaGVhZBlxuWEAABWsAAAANmhoZWEIggSmAAAV5AAAACRobXR4jgAIUgAAFggAAACUbG9jYUScSZ4AABacAAAATG1heHAAMwBzAAAW6AAAACBuYW1lmUoJ+wAAFwgAAAGGcG9zdAADAAAAABiQAAAAIAADBA8BkAAFAAACmQLMAAAAjwKZAswAAAHrADMBCQAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAOpbA4D/gACAA4AAgAAAAAEAAAAAAAAAAAAAACAAAAAAAAMAAAADAAAAHAABAAMAAAAcAAMAAQAAABwABABgAAAAFAAQAAMABAABACDpCekT6SDpLek26lv//f//AAAAAAAg6QDpDekg6SLpNepb//3//wAB/+MXBBcBFvUW9BbtFckAAwABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAuf/6wQAAxUAKAAAASMROAExNCYjOAE5ATgBMSIGFTgBOQERFBYzMjY3AT4BNTQmIzgBOQED9akeFRUdBwQDBAEBAwECBwQBBAHeFR4eFf0UBAcCAQEDAQUCBQYAAAABAAABTQJ3AbMADAAAEzU0MyEyHQEUIyEiNQAxAhQyMv3sMQF/AjIyAjIyAAEAAAKwAnYDFQAMAAATNTQzITIdARQjISI1ADECFDEx/ewxAuECMjICMTEAAQAA/+sCdgBQAAwAADc1NDMhMh0BFCMhIjUAMQIUMTH97DEdAjExAjIyAAABAuf/6wQAAxUAGAAACQEuASMiBhURFBYzMTI2NREzMjY1NCYnMQP9/v0BBAMEBx4VFB6pBAcCAQIPAQICAgcF/RUVHh4VAd4GBQIFAQAAAAEAAAFNAnYBswAMAAATNTQzITIdARQjISI1ADECFDEx/ewxAX8CMjICMjIAAQAAArACdgMVAAwAABM1NDMhMh0BFCMhIjUAMQIUMTH97DEC4QIyMgIxMQABAAD/6wJ2AFAADAAANzU0MyEyHQEUIyEiNQAxAhQxMf3sMR0CMTECMjIAAAIAAP/ABAADYQAFAA4AAAkCNQkBBxEhESERIREBBAD+AP4AAgACAID/AP8A/wABgAEyAY3+c6IBjf5zlP6AAQD/AAGAASAAAAIAAP/ABAADYAAMABgAAAkBFzcRITUzFSERFzclIiY1NDYzMhYVFAYCAP4AYGABAIABAGBg/gAbJSUbGyUlA2D+AGBg/mDAwAGgYGBgJRsbJSUbGyUAAAAEAAD/wAQAA0AAEAAhAC0ANAAAATgBMRE4ATEhOAExETgBMSE1ISIGFREUFjMhMjY1ETQmIwcUBiMiJjU0NjMyFhMhNRMBMzcDwPyAA4D8gBomJhoDgBomJhqAOCgoODgoKDhA/QDgAQBA4AMA/QADAEAmGv0AGiYmGgMAGibgKDg4KCg4OP24gAGA/sDAAAAFAAD/gASAA4AAGQAsADwASABPAAABIzU0JiMhIgYVERQWOwEVFBYzITI2NRE0JgURIzgBMRE4ATEhOAExFSEiBhUBOAExITgBMRE4ATEhOAExBxQGIyImNTQ2MzIWEyE1EwEzNwRAQCYa/IAaJiYaQCYaA4AaJib8JkADgP0AGiYDwPyAA4CAOCgoODgoKDhA/QDgAQBA4AMAQBomJhr9ABomQBomJhoDABomQP2AAwBAJhr9AAMAoCg4OCgoODj9uIABgP7AwAAAAAAEAAD/wAQAAwAAGwAzAE8AUwAAARQXHgEXFjMyNz4BNzY1NCcuAScmIyIHDgEHBgEjLgEjISIGByMiBhURFBYzITI2NRE0JgEiJy4BJyY1NDc+ATc2MzIXHgEXFhUUBw4BBwYBIzUzATAQETgmJisrJiY4ERAQETgmJisrJiY4ERACkOAMJDD/ADAkDOAaJiYaA4AaJib+Jjs0M00XFhYXTTM0Ozs0M00XFhYXTTM0AYWAgAEgKyYmOBEQEBE4JiYrKyYmOBEQEBE4JiYBNTBQUDAmGv3AGiYmGgJAGib9hBYXTTM0Ozs0M00XFhYXTTM0Ozs0M00XFgG8QAADAAD/gAQAA4AACQATAFgAAAEjETMyNjURNCYhIgYVERQWOwERNzQnLgEnJiMiBw4BBwYVFBYXDgEVFBceARcWFxEOAQcuATU0Nz4BNzYzMhceARcWFRQGBy4BJxE2Nz4BNzY1NCYnPgE1ASBAQA0TEwGzDRMTDUDgKCiLXl1qal1eiygoEA8PEA8ONCMjKRgsFAQEISBxTExWVkxMcSAhBAQULBgpIyM0Dg8QDw8QAUD+QBMNAYANExMN/oANEwHAQGpdXosoKCgoi15dai5YKRk5HyomJjsTFAYBvAQQDRQqFVZMTHEgISEgcUxMVhUqFA0QBP5EBhQTOyYmKh85GSlYLgAAAAABAAD/gAQAA4AANgAAATMRFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXEQURFAcOAQcGIyInLgEnJjU0Nz4BNzYzMhYXEQPAQBIRPSkpLi4pKT0REhIRPSkpLi9THv4AEhE9KSkuLikpPRESEhE9KSkuL1MeA4D9ICEdHSwMDQ0MLB0dISEdHSwMDRoWAXBy/hIhHR0sDA0NDCwdHSEhHR0sDA0aFgJwAAACAAAAAAQAAwAAOAA8AAABJicuAScmIyIHDgEHBgcGBw4BBwYVFBceARcWFxYXHgEXFjMyNz4BNzY3Njc+ATc2NTQnLgEnJicBEQ0BA9U2ODl2PD0/Pz08djk4NgsHCAsDAwMDCwgHCzY4OXY8PT8/PTx2OTg2CwcICwMDAwMLCAcL/asBQP7AAuAIBgYIAgICAggGBggpKipZLS4vLy4tWSoqKQgGBggCAgICCAYGCCkqKlktLi8vLi1ZKiop/eABgMDAAAAAAAkAAAAABAADAAADAAcACwAPABMAFwAbAB8AIgAAExEhEQEjNTM1IzUzNSM1MwEhESETIzUzNSM1MzUjNTMFESUABAD8wICAgICAgAJA/gACAMCAgICAgID9wAEAAwD9AAMA/UCAgICAgP2AAoD9gICAgICAgP6AwAAAAAAFAAAAAARIAwAADwATACMAJwA4AAATIyIGFREUFjsBMjY1ETQmByM1MyUjIgYVERQWOwEyNjURNCYHIzUzNwcOARcBHgE/AT4BJwEuAQfgwA0TEw3ADRMTLYCAAWDADRMTDcANExMtgID9qwwIBQEgBhoLrAwIBv7gBhkMAwATDf1ADRMTDQLADRPAQIATDf1ADRMTDQLADRPAQE9XBhkM/cUMCQZXBhkMAjsMCAUAAAYAAP+AA8ADgAAPABMAFwAbAB8AIwAAASEiBhURFBYzITI2NRE0JgMhESEBIRUhFSEVIRUhFSERIRUhA2D9ACg4OCgDACg4OEj9QALA/cABwP5AAcD+QAHA/kABwP5AA4A4KPzAKDg4KANAKDj8gAMA/sBAQEBAQAHAQAAGAAD/gAPAA4AADwATABcAGwAnADEAAAEhIgYVERQWMyEyNjURNCYDIREhASEVIRUhFSETNDYzMhYVFAYjIiYXIyIGHQEhNTQmA2D9ACg4OCgDACg4OEj9QALA/cABwP5AAcD+QEA4KCg4OCgoOKCAKDgBQDgDgDgo/MAoODgoA0AoOPyAAwD+QEBAQAHgKDg4KCg4ODgmGkBAGiYAAAAAAwBA/4ADwAOAABkAIQA5AAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeACmxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0TAAAABABA/4ADwAOAABkAIgA6AE0AAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgEXExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAS4BIyEiBhURFBYXETQ2MyEuAQOWES0ZGjMXJykL/pAhLy8hAmAhLw4chRclDZoRKRdvCQf9oAcJCQc5Ooo5OhMN4P7bJykL/pAhLyUbCQcB5wcOAhsXMxoZLREcDi8h/SAhLy8hAfALKSc2FykRmg0lF/1/BwkJBwLgBwngDRMBlhwOLyH9IB0sBQMuBwkGCwAGAED/gAPAA4AAGQAhADkARwBVAGMAAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEDISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESmGCQf9IAcJCQdNTrpNThMN4KD+QA0TEw0BwA0TEw3+QA0TEw0BwA0TEw3+QA0TEw0BwA0TEwKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJfzoBwkJBwNgBwngDRP+ABMNDRMTDQ0TgBMNDRMTDQ0TgBMNDRMTDQ0TAAAABQBA/4ADwAOAAAUAEQArADMASwAAJSE1EwE3NRQGIyImNTQ2MzIWNy4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicnHgEXIzUeARMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQNA/YDAAQe5OCgoODgoKDhWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKYYJB/0gBwkJB01Ouk1OEw3gAIABQP7AgKAoODgoKDg40xczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0TAAAAAAQAQP+AA8ADgAAaACMAOwBjAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJzEnHgEXIzUeARcTFAYjISImNRE0NjMwMzoBMzIxFRQWOwEHLgEHBQ4BHQEuASMiBhUUFjMyNj0BJRUuASMiBhUUFjMyNjURNCYnA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEpF28JB/0gBwkJB01Ouk1OEw3gjAUOB/7ACw8OIRE1S0s1NUsBAA4hETVLSzU1SwYGApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0lF/z/BwkJBwNgBwngDRNHBAQCQAISC+0GBzgoKDg4KOYzhgYHOCgoODgoAUAHDQUAAAQAQP+AA8ADgAACABwAJAA8AAABDQEBLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAYABQP7AAhYRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeACAODgAlsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0l/OgHCQkHA2AHCeANEwAAAAAFAED/gAPAA4AAGwAlAD0AQQBFAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJzkBJx4BFyM1HgEXMRMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQUhESElNxEnA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEpF28JB/0gBwkJB01Ouk1OEw3g/YABQP7AAUDAwAKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJRf8/wcJCQcDYAcJ4A0TwP7AwID+wIAAAAANAED/gAPAA4AAGwAlAD0AQQBFAEkATQBRAFUAWQBdAGwAcAAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0Jic5ASceARcjNR4BFzETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEBMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMjMxUjOwEVIwMUFjsBMjY9ATQmKwE1IxcVIzUDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESkXbwkH/SAHCQkHTU66TU4TDeD9gICAgICAgICAgICAgICAgICAgICAgICAgBwUoBQcHBRQgMCAApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0lF/z/BwkJBwNgBwngDRMBAEBAQEBAQEBA/vAUHBwUoBQcQMBAQAAABQAA/4AEAAOAAAgACwATABYAHAAAAREhBxEhESERJRUjAxEzNSEVBxETFSMBIREzNSECgP5AwAGAAoD8wGUbwAFAwMBlAeX+AMABQAKAAQDA/cD/AAMApWX+AAHAwMDA/wABZWX+AAHAwAAABQBA/4AEAAOAAA0AGAA0ADcAPQAAASM1NCYrASIGHQEjFSEnIzU4ATEzOAExFQU1NCYrARUzFSMHESERMzUjIgYVERQWMyEVIREFFSMBIREzNSECwIAmGoAaJoACAMCAgAFAEw1AIMDA/wAgQA0TEw0BIAKA/kBlAeX+AMABQAMAQBomJhpAgIBAQMCgDRNAgMD/AAJAQBMN/YANE8ACwFtl/kABgMAAAgAi/6IEAAOAABMAHwAAASEiBgcBBhQXARYyNwE+ATURNCYBIiY1NDYzMhYVFAYD0P6AFDAO/iQODgGcDigOAdwOFBz+/Cg4OCgoODgDgBQO/iQOKA7+ZA4OAdwOMBQBgBQc/oA4KCg4OCgoOAAAAAMAIv+iBQADgAATAB8ALgAAASEiBgcBBhQXARYyNwE+ATURNCYBIiY1NDYzMhYVFAYFASMiBgcBBhQXARYyPwEE0P6AFDAO/iQODgGcDigOAdwOFBz+/Cg4OCgoODj8eAIgUBQwDv4kDg4BnA4oDh4DgBQO/iQOKA7+ZA4OAdwOMBQBgBQc/oA4KCg4OCgoOKACIBQO/iQOKA7+ZA4OHgACAAD/gAQAA4AAGQBOAAABIgcOAQcGHQEBERQWMzI2NREBNTQnLgEnJgU+ATc2Nz4BNzYzMhceARcWFx4BFx4BFw4BBw4BBwYHDgEHBiMiJy4BJyYnLgEnLgEnPgE3AgBqXV6LKCgBgEs1NUsBgCgoi15d/fQSMh4hJSZRKywsLCwrUSYlIR4yEgsOAwMOCxIyHiElJlErLCwsLCtRJiUhHjISCw4DAw4LA4ANDCwdHSFg/oD+wBslJRsBQAGAYCEdHSwMDYsKFAgJBwcJAwICAwkHBwkIFAoHCwMDCwcKFAgJBwcJAwICAwkHBwkIFAoHCwMDCwcAAAEAAAAAAADGcsV3Xw889QALBAAAAAAA2qm6sgAAAADaqbqyAAD/gAUAA4AAAAAIAAIAAAAAAAAAAQAAA4D/gAAABQAAAAAABQAAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAEAAAABAAC5wQAAAAEAAAABAAAAAQAAucEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEgAAABAAAAAQAAAAEAAAABAAAAAQAAAAEgAAABAAAAAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAABABAAAIgUAACIEAAAAAAAAAAAKABQAHgBOAGQAegCQALgAzgDkAPoBHgFKAZIB+AJ2AvoDTgOyA/AESASGBNYFKgWaBiYGlAceB3oH4Ah4CK4JAgk6CYoKBgABAAAAJQBxAA0AAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==#iefix) format('embedded-opentype'),
    url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg9SBxQAAAC8AAAAYGNtYXC9Grx9AAABHAAAAHxnYXNwAAAAEAAAAZgAAAAIZ2x5ZuFkfjoAAAGgAAAUDGhlYWQZcblhAAAVrAAAADZoaGVhCIIEpgAAFeQAAAAkaG10eI4ACFIAABYIAAAAlGxvY2FEnEmeAAAWnAAAAExtYXhwADMAcwAAFugAAAAgbmFtZZlKCfsAABcIAAABhnBvc3QAAwAAAAAYkAAAACAAAwQPAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqWwOA/4AAgAOAAIAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAYAAAABQAEAADAAQAAQAg6QnpE+kg6S3pNupb//3//wAAAAAAIOkA6Q3pIOki6TXqW//9//8AAf/jFwQXARb1FvQW7RXJAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQLn/+sEAAMVACgAAAEjETgBMTQmIzgBOQE4ATEiBhU4ATkBERQWMzI2NwE+ATU0JiM4ATkBA/WpHhUVHQcEAwQBAQMBAgcEAQQB3hUeHhX9FAQHAgEBAwEFAgUGAAAAAQAAAU0CdwGzAAwAABM1NDMhMh0BFCMhIjUAMQIUMjL97DEBfwIyMgIyMgABAAACsAJ2AxUADAAAEzU0MyEyHQEUIyEiNQAxAhQxMf3sMQLhAjIyAjExAAEAAP/rAnYAUAAMAAA3NTQzITIdARQjISI1ADECFDEx/ewxHQIxMQIyMgAAAQLn/+sEAAMVABgAAAkBLgEjIgYVERQWMzEyNjURMzI2NTQmJzED/f79AQQDBAceFRQeqQQHAgECDwECAgIHBf0VFR4eFQHeBgUCBQEAAAABAAABTQJ2AbMADAAAEzU0MyEyHQEUIyEiNQAxAhQxMf3sMQF/AjIyAjIyAAEAAAKwAnYDFQAMAAATNTQzITIdARQjISI1ADECFDEx/ewxAuECMjICMTEAAQAA/+sCdgBQAAwAADc1NDMhMh0BFCMhIjUAMQIUMTH97DEdAjExAjIyAAACAAD/wAQAA2EABQAOAAAJAjUJAQcRIREhESERAQQA/gD+AAIAAgCA/wD/AP8AAYABMgGN/nOiAY3+c5T+gAEA/wABgAEgAAACAAD/wAQAA2AADAAYAAAJARc3ESE1MxUhERc3JSImNTQ2MzIWFRQGAgD+AGBgAQCAAQBgYP4AGyUlGxslJQNg/gBgYP5gwMABoGBgYCUbGyUlGxslAAAABAAA/8AEAANAABAAIQAtADQAAAE4ATEROAExITgBMRE4ATEhNSEiBhURFBYzITI2NRE0JiMHFAYjIiY1NDYzMhYTITUTATM3A8D8gAOA/IAaJiYaA4AaJiYagDgoKDg4KCg4QP0A4AEAQOADAP0AAwBAJhr9ABomJhoDABom4Cg4OCgoODj9uIABgP7AwAAABQAA/4AEgAOAABkALAA8AEgATwAAASM1NCYjISIGFREUFjsBFRQWMyEyNjURNCYFESM4ATEROAExITgBMRUhIgYVATgBMSE4ATEROAExITgBMQcUBiMiJjU0NjMyFhMhNRMBMzcEQEAmGvyAGiYmGkAmGgOAGiYm/CZAA4D9ABomA8D8gAOAgDgoKDg4KCg4QP0A4AEAQOADAEAaJiYa/QAaJkAaJiYaAwAaJkD9gAMAQCYa/QADAKAoODgoKDg4/biAAYD+wMAAAAAABAAA/8AEAAMAABsAMwBPAFMAAAEUFx4BFxYzMjc+ATc2NTQnLgEnJiMiBw4BBwYBIy4BIyEiBgcjIgYVERQWMyEyNjURNCYBIicuAScmNTQ3PgE3NjMyFx4BFxYVFAcOAQcGASM1MwEwEBE4JiYrKyYmOBEQEBE4JiYrKyYmOBEQApDgDCQw/wAwJAzgGiYmGgOAGiYm/iY7NDNNFxYWF00zNDs7NDNNFxYWF00zNAGFgIABICsmJjgREBAROCYmKysmJjgREBAROCYmATUwUFAwJhr9wBomJhoCQBom/YQWF00zNDs7NDNNFxYWF00zNDs7NDNNFxYBvEAAAwAA/4AEAAOAAAkAEwBYAAABIxEzMjY1ETQmISIGFREUFjsBETc0Jy4BJyYjIgcOAQcGFRQWFw4BFRQXHgEXFhcRDgEHLgE1NDc+ATc2MzIXHgEXFhUUBgcuAScRNjc+ATc2NTQmJz4BNQEgQEANExMBsw0TEw1A4Cgoi15dampdXosoKBAPDxAPDjQjIykYLBQEBCEgcUxMVlZMTHEgIQQEFCwYKSMjNA4PEA8PEAFA/kATDQGADRMTDf6ADRMBwEBqXV6LKCgoKIteXWouWCkZOR8qJiY7ExQGAbwEEA0UKhVWTExxICEhIHFMTFYVKhQNEAT+RAYUEzsmJiofORkpWC4AAAAAAQAA/4AEAAOAADYAAAEzERQHDgEHBiMiJy4BJyY1NDc+ATc2MzIWFxEFERQHDgEHBiMiJy4BJyY1NDc+ATc2MzIWFxEDwEASET0pKS4uKSk9ERISET0pKS4vUx7+ABIRPSkpLi4pKT0REhIRPSkpLi9THgOA/SAhHR0sDA0NDCwdHSEhHR0sDA0aFgFwcv4SIR0dLAwNDQwsHR0hIR0dLAwNGhYCcAAAAgAAAAAEAAMAADgAPAAAASYnLgEnJiMiBw4BBwYHBgcOAQcGFRQXHgEXFhcWFx4BFxYzMjc+ATc2NzY3PgE3NjU0Jy4BJyYnARENAQPVNjg5djw9Pz89PHY5ODYLBwgLAwMDAwsIBws2ODl2PD0/Pz08djk4NgsHCAsDAwMDCwgHC/2rAUD+wALgCAYGCAICAgIIBgYIKSoqWS0uLy8uLVkqKikIBgYIAgICAggGBggpKipZLS4vLy4tWSoqKf3gAYDAwAAAAAAJAAAAAAQAAwAAAwAHAAsADwATABcAGwAfACIAABMRIREBIzUzNSM1MzUjNTMBIREhEyM1MzUjNTM1IzUzBRElAAQA/MCAgICAgIACQP4AAgDAgICAgICA/cABAAMA/QADAP1AgICAgID9gAKA/YCAgICAgID+gMAAAAAABQAAAAAESAMAAA8AEwAjACcAOAAAEyMiBhURFBY7ATI2NRE0JgcjNTMlIyIGFREUFjsBMjY1ETQmByM1MzcHDgEXAR4BPwE+AScBLgEH4MANExMNwA0TEy2AgAFgwA0TEw3ADRMTLYCA/asMCAUBIAYaC6wMCAb+4AYZDAMAEw39QA0TEw0CwA0TwECAEw39QA0TEw0CwA0TwEBPVwYZDP3FDAkGVwYZDAI7DAgFAAAGAAD/gAPAA4AADwATABcAGwAfACMAAAEhIgYVERQWMyEyNjURNCYDIREhASEVIRUhFSEVIRUhESEVIQNg/QAoODgoAwAoODhI/UACwP3AAcD+QAHA/kABwP5AAcD+QAOAOCj8wCg4OCgDQCg4/IADAP7AQEBAQEABwEAABgAA/4ADwAOAAA8AEwAXABsAJwAxAAABISIGFREUFjMhMjY1ETQmAyERIQEhFSEVIRUhEzQ2MzIWFRQGIyImFyMiBh0BITU0JgNg/QAoODgoAwAoODhI/UACwP3AAcD+QAHA/kBAOCgoODgoKDiggCg4AUA4A4A4KPzAKDg4KANAKDj8gAMA/kBAQEAB4Cg4OCgoODg4JhpAQBomAAAAAAMAQP+AA8ADgAAZACEAOQAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicnHgEXIzUeARMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQOWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKYYJB/0gBwkJB01Ouk1OEw3gApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0l/OgHCQkHA2AHCeANEwAAAAQAQP+AA8ADgAAZACIAOgBNAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BFxMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQEuASMhIgYVERQWFxE0NjMhLgEDlhEtGRozFycpC/6QIS8vIQJgIS8OHIUXJQ2aESkXbwkH/aAHCQkHOTqKOToTDeD+2ycpC/6QIS8lGwkHAecHDgIbFzMaGS0RHA4vIf0gIS8vIQHwCyknNhcpEZoNJRf9fwcJCQcC4AcJ4A0TAZYcDi8h/SAdLAUDLgcJBgsABgBA/4ADwAOAABkAIQA5AEcAVQBjAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBAyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBichIiY1NDYzITIWFRQGA5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeCg/kANExMNAcANExMN/kANExMNAcANExMN/kANExMNAcANExMCmxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0T/gATDQ0TEw0NE4ATDQ0TEw0NE4ATDQ0TEw0NEwAAAAUAQP+AA8ADgAAFABEAKwAzAEsAACUhNRMBNzUUBiMiJjU0NjMyFjcuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEDQP2AwAEHuTgoKDg4KCg4VhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESmGCQf9IAcJCQdNTrpNThMN4ACAAUD+wICgKDg4KCg4ONMXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0l/OgHCQkHA2AHCeANEwAAAAAEAED/gAPAA4AAGgAjADsAYwAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicxJx4BFyM1HgEXExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBBy4BBwUOAR0BLgEjIgYVFBYzMjY9ASUVLgEjIgYVFBYzMjY1ETQmJwOWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKRdvCQf9IAcJCQdNTrpNThMN4IwFDgf+wAsPDiERNUtLNTVLAQAOIRE1S0s1NUsGBgKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJRf8/wcJCQcDYAcJ4A0TRwQEAkACEgvtBgc4KCg4OCjmM4YGBzgoKDg4KAFABw0FAAAEAED/gAPAA4AAAgAcACQAPAAAAQ0BAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicnHgEXIzUeARMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQGAAUD+wAIWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKYYJB/0gBwkJB01Ouk1OEw3gAgDg4AJbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJfzoBwkJBwNgBwngDRMAAAAABQBA/4ADwAOAABsAJQA9AEEARQAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0Jic5ASceARcjNR4BFzETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEFIREhJTcRJwOWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKRdvCQf9IAcJCQdNTrpNThMN4P2AAUD+wAFAwMACmxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSUX/P8HCQkHA2AHCeANE8D+wMCA/sCAAAAADQBA/4ADwAOAABsAJQA9AEEARQBJAE0AUQBVAFkAXQBsAHAAAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnOQEnHgEXIzUeARcxExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBATMVIzsBFSMjMxUjOwEVIyMzFSM7ARUjIzMVIzsBFSMDFBY7ATI2PQE0JisBNSMXFSM1A5YRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEpF28JB/0gBwkJB01Ouk1OEw3g/YCAgICAgICAgICAgICAgICAgICAgICAgIAcFKAUHBwUUIDAgAKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJRf8/wcJCQcDYAcJ4A0TAQBAQEBAQEBAQP7wFBwcFKAUHEDAQEAAAAUAAP+ABAADgAAIAAsAEwAWABwAAAERIQcRIREhESUVIwMRMzUhFQcRExUjASERMzUhAoD+QMABgAKA/MBlG8ABQMDAZQHl/gDAAUACgAEAwP3A/wADAKVl/gABwMDAwP8AAWVl/gABwMAAAAUAQP+ABAADgAANABgANAA3AD0AAAEjNTQmKwEiBh0BIxUhJyM1OAExMzgBMRUFNTQmKwEVMxUjBxEhETM1IyIGFREUFjMhFSERBRUjASERMzUhAsCAJhqAGiaAAgDAgIABQBMNQCDAwP8AIEANExMNASACgP5AZQHl/gDAAUADAEAaJiYaQICAQEDAoA0TQIDA/wACQEATDf2ADRPAAsBbZf5AAYDAAAIAIv+iBAADgAATAB8AAAEhIgYHAQYUFwEWMjcBPgE1ETQmASImNTQ2MzIWFRQGA9D+gBQwDv4kDg4BnA4oDgHcDhQc/vwoODgoKDg4A4AUDv4kDigO/mQODgHcDjAUAYAUHP6AOCgoODgoKDgAAAADACL/ogUAA4AAEwAfAC4AAAEhIgYHAQYUFwEWMjcBPgE1ETQmASImNTQ2MzIWFRQGBQEjIgYHAQYUFwEWMj8BBND+gBQwDv4kDg4BnA4oDgHcDhQc/vwoODgoKDg4/HgCIFAUMA7+JA4OAZwOKA4eA4AUDv4kDigO/mQODgHcDjAUAYAUHP6AOCgoODgoKDigAiAUDv4kDigO/mQODh4AAgAA/4AEAAOAABkATgAAASIHDgEHBh0BAREUFjMyNjURATU0Jy4BJyYFPgE3Njc+ATc2MzIXHgEXFhceARceARcOAQcOAQcGBw4BBwYjIicuAScmJy4BJy4BJz4BNwIAal1eiygoAYBLNTVLAYAoKIteXf30EjIeISUmUSssLCwsK1EmJSEeMhILDgMDDgsSMh4hJSZRKywsLCwrUSYlIR4yEgsOAwMOCwOADQwsHR0hYP6A/sAbJSUbAUABgGAhHR0sDA2LChQICQcHCQMCAgMJBwcJCBQKBwsDAwsHChQICQcHCQMCAgMJBwcJCBQKBwsDAwsHAAABAAAAAAAAxnLFd18PPPUACwQAAAAAANqpurIAAAAA2qm6sgAA/4AFAAOAAAAACAACAAAAAAAAAAEAAAOA/4AAAAUAAAAAAAUAAAEAAAAAAAAAAAAAAAAAAAAlBAAAAAAAAAAAAAAABAAAAAQAAucEAAAABAAAAAQAAAAEAALnBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABIAAAAQAAAAEAAAABAAAAAQAAAAEAAAABIAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAQAQAACIFAAAiBAAAAAAAAAAACgAUAB4ATgBkAHoAkAC4AM4A5AD6AR4BSgGSAfgCdgL6A04DsgPwBEgEhgTWBSoFmgYmBpQHHgd6B+AIeAiuCQIJOgmKCgYAAQAAACUAcQANAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),
    url(data:application/font-woff;base64,d09GRgABAAAAABj8AAsAAAAAGLAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgD1IHFGNtYXAAAAFoAAAAfAAAAHy9Grx9Z2FzcAAAAeQAAAAIAAAACAAAABBnbHlmAAAB7AAAFAwAABQM4WR+OmhlYWQAABX4AAAANgAAADYZcblhaGhlYQAAFjAAAAAkAAAAJAiCBKZobXR4AAAWVAAAAJQAAACUjgAIUmxvY2EAABboAAAATAAAAExEnEmebWF4cAAAFzQAAAAgAAAAIAAzAHNuYW1lAAAXVAAAAYYAAAGGmUoJ+3Bvc3QAABjcAAAAIAAAACAAAwAAAAMEDwGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6lsDgP+AAIADgACAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAGAAAAAUABAAAwAEAAEAIOkJ6RPpIOkt6TbqW//9//8AAAAAACDpAOkN6SDpIuk16lv//f//AAH/4xcEFwEW9Rb0Fu0VyQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEC5//rBAADFQAoAAABIxE4ATE0JiM4ATkBOAExIgYVOAE5AREUFjMyNjcBPgE1NCYjOAE5AQP1qR4VFR0HBAMEAQEDAQIHBAEEAd4VHh4V/RQEBwIBAQMBBQIFBgAAAAEAAAFNAncBswAMAAATNTQzITIdARQjISI1ADECFDIy/ewxAX8CMjICMjIAAQAAArACdgMVAAwAABM1NDMhMh0BFCMhIjUAMQIUMTH97DEC4QIyMgIxMQABAAD/6wJ2AFAADAAANzU0MyEyHQEUIyEiNQAxAhQxMf3sMR0CMTECMjIAAAEC5//rBAADFQAYAAAJAS4BIyIGFREUFjMxMjY1ETMyNjU0JicxA/3+/QEEAwQHHhUUHqkEBwIBAg8BAgICBwX9FRUeHhUB3gYFAgUBAAAAAQAAAU0CdgGzAAwAABM1NDMhMh0BFCMhIjUAMQIUMTH97DEBfwIyMgIyMgABAAACsAJ2AxUADAAAEzU0MyEyHQEUIyEiNQAxAhQxMf3sMQLhAjIyAjExAAEAAP/rAnYAUAAMAAA3NTQzITIdARQjISI1ADECFDEx/ewxHQIxMQIyMgAAAgAA/8AEAANhAAUADgAACQI1CQEHESERIREhEQEEAP4A/gACAAIAgP8A/wD/AAGAATIBjf5zogGN/nOU/oABAP8AAYABIAAAAgAA/8AEAANgAAwAGAAACQEXNxEhNTMVIREXNyUiJjU0NjMyFhUUBgIA/gBgYAEAgAEAYGD+ABslJRsbJSUDYP4AYGD+YMDAAaBgYGAlGxslJRsbJQAAAAQAAP/ABAADQAAQACEALQA0AAABOAExETgBMSE4ATEROAExITUhIgYVERQWMyEyNjURNCYjBxQGIyImNTQ2MzIWEyE1EwEzNwPA/IADgPyAGiYmGgOAGiYmGoA4KCg4OCgoOED9AOABAEDgAwD9AAMAQCYa/QAaJiYaAwAaJuAoODgoKDg4/biAAYD+wMAAAAUAAP+ABIADgAAZACwAPABIAE8AAAEjNTQmIyEiBhURFBY7ARUUFjMhMjY1ETQmBREjOAExETgBMSE4ATEVISIGFQE4ATEhOAExETgBMSE4ATEHFAYjIiY1NDYzMhYTITUTATM3BEBAJhr8gBomJhpAJhoDgBomJvwmQAOA/QAaJgPA/IADgIA4KCg4OCgoOED9AOABAEDgAwBAGiYmGv0AGiZAGiYmGgMAGiZA/YADAEAmGv0AAwCgKDg4KCg4OP24gAGA/sDAAAAAAAQAAP/ABAADAAAbADMATwBTAAABFBceARcWMzI3PgE3NjU0Jy4BJyYjIgcOAQcGASMuASMhIgYHIyIGFREUFjMhMjY1ETQmASInLgEnJjU0Nz4BNzYzMhceARcWFRQHDgEHBgEjNTMBMBAROCYmKysmJjgREBAROCYmKysmJjgREAKQ4AwkMP8AMCQM4BomJhoDgBomJv4mOzQzTRcWFhdNMzQ7OzQzTRcWFhdNMzQBhYCAASArJiY4ERAQETgmJisrJiY4ERAQETgmJgE1MFBQMCYa/cAaJiYaAkAaJv2EFhdNMzQ7OzQzTRcWFhdNMzQ7OzQzTRcWAbxAAAMAAP+ABAADgAAJABMAWAAAASMRMzI2NRE0JiEiBhURFBY7ARE3NCcuAScmIyIHDgEHBhUUFhcOARUUFx4BFxYXEQ4BBy4BNTQ3PgE3NjMyFx4BFxYVFAYHLgEnETY3PgE3NjU0Jic+ATUBIEBADRMTAbMNExMNQOAoKIteXWpqXV6LKCgQDw8QDw40IyMpGCwUBAQhIHFMTFZWTExxICEEBBQsGCkjIzQODxAPDxABQP5AEw0BgA0TEw3+gA0TAcBAal1eiygoKCiLXl1qLlgpGTkfKiYmOxMUBgG8BBANFCoVVkxMcSAhISBxTExWFSoUDRAE/kQGFBM7JiYqHzkZKVguAAAAAAEAAP+ABAADgAA2AAABMxEUBw4BBwYjIicuAScmNTQ3PgE3NjMyFhcRBREUBw4BBwYjIicuAScmNTQ3PgE3NjMyFhcRA8BAEhE9KSkuLikpPRESEhE9KSkuL1Me/gASET0pKS4uKSk9ERISET0pKS4vUx4DgP0gIR0dLAwNDQwsHR0hIR0dLAwNGhYBcHL+EiEdHSwMDQ0MLB0dISEdHSwMDRoWAnAAAAIAAAAABAADAAA4ADwAAAEmJy4BJyYjIgcOAQcGBwYHDgEHBhUUFx4BFxYXFhceARcWMzI3PgE3Njc2Nz4BNzY1NCcuAScmJwERDQED1TY4OXY8PT8/PTx2OTg2CwcICwMDAwMLCAcLNjg5djw9Pz89PHY5ODYLBwgLAwMDAwsIBwv9qwFA/sAC4AgGBggCAgICCAYGCCkqKlktLi8vLi1ZKiopCAYGCAICAgIIBgYIKSoqWS0uLy8uLVkqKin94AGAwMAAAAAACQAAAAAEAAMAAAMABwALAA8AEwAXABsAHwAiAAATESERASM1MzUjNTM1IzUzASERIRMjNTM1IzUzNSM1MwURJQAEAPzAgICAgICAAkD+AAIAwICAgICAgP3AAQADAP0AAwD9QICAgICA/YACgP2AgICAgICA/oDAAAAAAAUAAAAABEgDAAAPABMAIwAnADgAABMjIgYVERQWOwEyNjURNCYHIzUzJSMiBhURFBY7ATI2NRE0JgcjNTM3Bw4BFwEeAT8BPgEnAS4BB+DADRMTDcANExMtgIABYMANExMNwA0TEy2AgP2rDAgFASAGGgusDAgG/uAGGQwDABMN/UANExMNAsANE8BAgBMN/UANExMNAsANE8BAT1cGGQz9xQwJBlcGGQwCOwwIBQAABgAA/4ADwAOAAA8AEwAXABsAHwAjAAABISIGFREUFjMhMjY1ETQmAyERIQEhFSEVIRUhFSEVIREhFSEDYP0AKDg4KAMAKDg4SP1AAsD9wAHA/kABwP5AAcD+QAHA/kADgDgo/MAoODgoA0AoOPyAAwD+wEBAQEBAAcBAAAYAAP+AA8ADgAAPABMAFwAbACcAMQAAASEiBhURFBYzITI2NRE0JgMhESEBIRUhFSEVIRM0NjMyFhUUBiMiJhcjIgYdASE1NCYDYP0AKDg4KAMAKDg4SP1AAsD9wAHA/kABwP5AQDgoKDg4KCg4oIAoOAFAOAOAOCj8wCg4OCgDQCg4/IADAP5AQEBAAeAoODgoKDg4OCYaQEAaJgAAAAADAED/gAPAA4AAGQAhADkAAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESmGCQf9IAcJCQdNTrpNThMN4AKbFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJfzoBwkJBwNgBwngDRMAAAAEAED/gAPAA4AAGQAiADoATQAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicnHgEXIzUeARcTFAYjISImNRE0NjMwMzoBMzIxFRQWOwEBLgEjISIGFREUFhcRNDYzIS4BA5YRLRkaMxcnKQv+kCEvLyECYCEvDhyFFyUNmhEpF28JB/2gBwkJBzk6ijk6Ew3g/tsnKQv+kCEvJRsJBwHnBw4CGxczGhktERwOLyH9ICEvLyEB8AspJzYXKRGaDSUX/X8HCQkHAuAHCeANEwGWHA4vIf0gHSwFAy4HCQYLAAYAQP+AA8ADgAAZACEAOQBHAFUAYwAAAS4BJy4BJy4BIyEiBhURFBYzITI2NRE0JicnHgEXIzUeARMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQMhIiY1NDYzITIWFRQGJyEiJjU0NjMhMhYVFAYnISImNTQ2MyEyFhUUBgOWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKYYJB/0gBwkJB01Ouk1OEw3goP5ADRMTDQHADRMTDf5ADRMTDQHADRMTDf5ADRMTDQHADRMTApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0l/OgHCQkHA2AHCeANE/4AEw0NExMNDROAEw0NExMNDROAEw0NExMNDRMAAAAFAED/gAPAA4AABQARACsAMwBLAAAlITUTATc1FAYjIiY1NDYzMhY3LgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJyceARcjNR4BExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBA0D9gMABB7k4KCg4OCgoOFYRLRkaMxcnKQv+ECEvLyEC4CEvDhyFFyUNmhEphgkH/SAHCQkHTU66TU4TDeAAgAFA/sCAoCg4OCgoODjTFzMaGS0RHA4vIfygIS8vIQJwCyknNhcpEZoNJfzoBwkJBwNgBwngDRMAAAAABABA/4ADwAOAABoAIwA7AGMAAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnMSceARcjNR4BFxMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQcuAQcFDgEdAS4BIyIGFRQWMzI2PQElFS4BIyIGFRQWMzI2NRE0JicDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESkXbwkH/SAHCQkHTU66TU4TDeCMBQ4H/sALDw4hETVLSzU1SwEADiERNUtLNTVLBgYCmxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSUX/P8HCQkHA2AHCeANE0cEBAJAAhIL7QYHOCgoODgo5jOGBgc4KCg4OCgBQAcNBQAABABA/4ADwAOAAAIAHAAkADwAAAENAQEuAScuAScuASMhIgYVERQWMyEyNjURNCYnJx4BFyM1HgETFAYjISImNRE0NjMwMzoBMzIxFRQWOwEBgAFA/sACFhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESmGCQf9IAcJCQdNTrpNThMN4AIA4OACWxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSX86AcJCQcDYAcJ4A0TAAAAAAUAQP+AA8ADgAAbACUAPQBBAEUAAAEuAScuAScuASMhIgYVERQWMyEyNjURNCYnOQEnHgEXIzUeARcxExQGIyEiJjURNDYzMDM6ATMyMRUUFjsBBSERISU3EScDlhEtGRozFycpC/4QIS8vIQLgIS8OHIUXJQ2aESkXbwkH/SAHCQkHTU66TU4TDeD9gAFA/sABQMDAApsXMxoZLREcDi8h/KAhLy8hAnALKSc2FykRmg0lF/z/BwkJBwNgBwngDRPA/sDAgP7AgAAAAA0AQP+AA8ADgAAbACUAPQBBAEUASQBNAFEAVQBZAF0AbABwAAABLgEnLgEnLgEjISIGFREUFjMhMjY1ETQmJzkBJx4BFyM1HgEXMRMUBiMhIiY1ETQ2MzAzOgEzMjEVFBY7AQEzFSM7ARUjIzMVIzsBFSMjMxUjOwEVIyMzFSM7ARUjAxQWOwEyNj0BNCYrATUjFxUjNQOWES0ZGjMXJykL/hAhLy8hAuAhLw4chRclDZoRKRdvCQf9IAcJCQdNTrpNThMN4P2AgICAgICAgICAgICAgICAgICAgICAgICAHBSgFBwcFFCAwIACmxczGhktERwOLyH8oCEvLyECcAspJzYXKRGaDSUX/P8HCQkHA2AHCeANEwEAQEBAQEBAQED+8BQcHBSgFBxAwEBAAAAFAAD/gAQAA4AACAALABMAFgAcAAABESEHESERIRElFSMDETM1IRUHERMVIwEhETM1IQKA/kDAAYACgPzAZRvAAUDAwGUB5f4AwAFAAoABAMD9wP8AAwClZf4AAcDAwMD/AAFlZf4AAcDAAAAFAED/gAQAA4AADQAYADQANwA9AAABIzU0JisBIgYdASMVIScjNTgBMTM4ATEVBTU0JisBFTMVIwcRIREzNSMiBhURFBYzIRUhEQUVIwEhETM1IQLAgCYagBomgAIAwICAAUATDUAgwMD/ACBADRMTDQEgAoD+QGUB5f4AwAFAAwBAGiYmGkCAgEBAwKANE0CAwP8AAkBAEw39gA0TwALAW2X+QAGAwAACACL/ogQAA4AAEwAfAAABISIGBwEGFBcBFjI3AT4BNRE0JgEiJjU0NjMyFhUUBgPQ/oAUMA7+JA4OAZwOKA4B3A4UHP78KDg4KCg4OAOAFA7+JA4oDv5kDg4B3A4wFAGAFBz+gDgoKDg4KCg4AAAAAwAi/6IFAAOAABMAHwAuAAABISIGBwEGFBcBFjI3AT4BNRE0JgEiJjU0NjMyFhUUBgUBIyIGBwEGFBcBFjI/AQTQ/oAUMA7+JA4OAZwOKA4B3A4UHP78KDg4KCg4OPx4AiBQFDAO/iQODgGcDigOHgOAFA7+JA4oDv5kDg4B3A4wFAGAFBz+gDgoKDg4KCg4oAIgFA7+JA4oDv5kDg4eAAIAAP+ABAADgAAZAE4AAAEiBw4BBwYdAQERFBYzMjY1EQE1NCcuAScmBT4BNzY3PgE3NjMyFx4BFxYXHgEXHgEXDgEHDgEHBgcOAQcGIyInLgEnJicuAScuASc+ATcCAGpdXosoKAGASzU1SwGAKCiLXl399BIyHiElJlErLCwsLCtRJiUhHjISCw4DAw4LEjIeISUmUSssLCwsK1EmJSEeMhILDgMDDgsDgA0MLB0dIWD+gP7AGyUlGwFAAYBgIR0dLAwNiwoUCAkHBwkDAgIDCQcHCQgUCgcLAwMLBwoUCAkHBwkDAgIDCQcHCQgUCgcLAwMLBwAAAQAAAAAAAMZyxXdfDzz1AAsEAAAAAADaqbqyAAAAANqpurIAAP+ABQADgAAAAAgAAgAAAAAAAAABAAADgP+AAAAFAAAAAAAFAAABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAQAAAAEAALnBAAAAAQAAAAEAAAABAAC5wQAAAAEAAAABAAAAAQAAAAEAAAABAAAAASAAAAEAAAABAAAAAQAAAAEAAAABAAAAASAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAEAEAAAiBQAAIgQAAAAAAAAAAAoAFAAeAE4AZAB6AJAAuADOAOQA+gEeAUoBkgH4AnYC+gNOA7ID8ARIBIYE1gUqBZoGJgaUBx4HegfgCHgIrgkCCToJigoGAAEAAAAlAHEADQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAHAAAAAQAAAAAAAgAHAGAAAQAAAAAAAwAHADYAAQAAAAAABAAHAHUAAQAAAAAABQALABUAAQAAAAAABgAHAEsAAQAAAAAACgAaAIoAAwABBAkAAQAOAAcAAwABBAkAAgAOAGcAAwABBAkAAwAOAD0AAwABBAkABAAOAHwAAwABBAkABQAWACAAAwABBAkABgAOAFIAAwABBAkACgA0AKRpY29tb29uAGkAYwBvAG0AbwBvAG5WZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADBpY29tb29uAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG5SZWd1bGFyAFIAZQBnAHUAbABhAHJpY29tb29uAGkAYwBvAG0AbwBvAG5Gb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff'),
    url(/static/img/icomoon.a48a08b.svg#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-Downwardsort .path1:before {
  content: "\E900";
  color: rgb(55, 150, 244);
}

.icon-icon-Downwardsort .path2:before {
  content: "\E901";
  margin-left: -1em;
  color: rgb(112, 112, 112);
}

.icon-icon-Downwardsort .path3:before {
  content: "\E902";
  margin-left: -1em;
  color: rgb(112, 112, 112);
}

.icon-icon-Downwardsort .path4:before {
  content: "\E903";
  margin-left: -1em;
  color: rgb(112, 112, 112);
}

.icon-icon-Upwardsort .path1:before {
  content: "\E904";
  color: rgb(55, 150, 244);
}

.icon-icon-Upwardsort .path2:before {
  content: "\E905";
  margin-left: -1em;
  color: rgb(112, 112, 112);
}

.icon-icon-Upwardsort .path3:before {
  content: "\E906";
  margin-left: -1em;
  color: rgb(112, 112, 112);
}

.icon-icon-Upwardsort .path4:before {
  content: "\E907";
  margin-left: -1em;
  color: rgb(112, 112, 112);
}

.icon-home:before {
  content: "\E908";
}

.icon-home2:before {
  content: "\E909";
}

.icon-image:before {
  content: "\E90D";
}

.icon-images:before {
  content: "\E90E";
}

.icon-camera:before {
  content: "\E90F";
}

.icon-headphones:before {
  content: "\E910";
}

.icon-music:before {
  content: "\E911";
}

.icon-play:before {
  content: "\E912";
}

.icon-film:before {
  content: "\E913";
}

.icon-books:before {
  content: "\E920";
}

.icon-file-text:before {
  content: "\E922";
}

.icon-profile:before {
  content: "\E923";
}

.icon-file-empty:before {
  content: "\E924";
}

.icon-files-empty:before {
  content: "\E925";
}

.icon-file-text2:before {
  content: "\E926";
}

.icon-file-picture:before {
  content: "\E927";
}

.icon-file-music:before {
  content: "\E928";
}

.icon-file-play:before {
  content: "\E929";
}

.icon-file-video:before {
  content: "\E92A";
}

.icon-file-zip:before {
  content: "\E92B";
}

.icon-copy:before {
  content: "\E92C";
}

.icon-paste:before {
  content: "\E92D";
}

.icon-price-tag:before {
  content: "\E935";
}

.icon-price-tags:before {
  content: "\E936";
}

.icon-filter:before {
  content: "\EA5B";
}














































































































































































































[class*="col-"][data-v-5ddd406b] {
  padding: 0 !important;
}
.info-item[data-v-5ddd406b] {
  overflow: hidden;
  margin-bottom: 2px;
  background-color: #f2f2f2;
  width: 100%;
  color: gray;
}
.info-key[data-v-5ddd406b] {
  width: 125px;
  min-width: 125px;
  color: black;
  background-color: #cccccc;
  float: left;
  padding:8px 12px 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
.info-value[data-v-5ddd406b] {
   color: black;
  min-width: 90px;
  padding: 8px 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666;

  /* padding: 10px; */
}
.info-value p[data-v-5ddd406b] {
  /* padding: 3px */
  line-height: 19px;
  padding-right: 5px;
  padding-left: 5px;

  /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
@charset "UTF-8";@font-face{font-family:element-icons;src:url(/static/fonts/element-icons.535877f.woff) format("woff"),url(/static/fonts/element-icons.732389d.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\E6A0"}.el-icon-ice-cream-square:before{content:"\E6A3"}.el-icon-lollipop:before{content:"\E6A4"}.el-icon-potato-strips:before{content:"\E6A5"}.el-icon-milk-tea:before{content:"\E6A6"}.el-icon-ice-drink:before{content:"\E6A7"}.el-icon-ice-tea:before{content:"\E6A9"}.el-icon-coffee:before{content:"\E6AA"}.el-icon-orange:before{content:"\E6AB"}.el-icon-pear:before{content:"\E6AC"}.el-icon-apple:before{content:"\E6AD"}.el-icon-cherry:before{content:"\E6AE"}.el-icon-watermelon:before{content:"\E6AF"}.el-icon-grape:before{content:"\E6B0"}.el-icon-refrigerator:before{content:"\E6B1"}.el-icon-goblet-square-full:before{content:"\E6B2"}.el-icon-goblet-square:before{content:"\E6B3"}.el-icon-goblet-full:before{content:"\E6B4"}.el-icon-goblet:before{content:"\E6B5"}.el-icon-cold-drink:before{content:"\E6B6"}.el-icon-coffee-cup:before{content:"\E6B8"}.el-icon-water-cup:before{content:"\E6B9"}.el-icon-hot-water:before{content:"\E6BA"}.el-icon-ice-cream:before{content:"\E6BB"}.el-icon-dessert:before{content:"\E6BC"}.el-icon-sugar:before{content:"\E6BD"}.el-icon-tableware:before{content:"\E6BE"}.el-icon-burger:before{content:"\E6BF"}.el-icon-knife-fork:before{content:"\E6C1"}.el-icon-fork-spoon:before{content:"\E6C2"}.el-icon-chicken:before{content:"\E6C3"}.el-icon-food:before{content:"\E6C4"}.el-icon-dish-1:before{content:"\E6C5"}.el-icon-dish:before{content:"\E6C6"}.el-icon-moon-night:before{content:"\E6EE"}.el-icon-moon:before{content:"\E6F0"}.el-icon-cloudy-and-sunny:before{content:"\E6F1"}.el-icon-partly-cloudy:before{content:"\E6F2"}.el-icon-cloudy:before{content:"\E6F3"}.el-icon-sunny:before{content:"\E6F6"}.el-icon-sunset:before{content:"\E6F7"}.el-icon-sunrise-1:before{content:"\E6F8"}.el-icon-sunrise:before{content:"\E6F9"}.el-icon-heavy-rain:before{content:"\E6FA"}.el-icon-lightning:before{content:"\E6FB"}.el-icon-light-rain:before{content:"\E6FC"}.el-icon-wind-power:before{content:"\E6FD"}.el-icon-baseball:before{content:"\E712"}.el-icon-soccer:before{content:"\E713"}.el-icon-football:before{content:"\E715"}.el-icon-basketball:before{content:"\E716"}.el-icon-ship:before{content:"\E73F"}.el-icon-truck:before{content:"\E740"}.el-icon-bicycle:before{content:"\E741"}.el-icon-mobile-phone:before{content:"\E6D3"}.el-icon-service:before{content:"\E6D4"}.el-icon-key:before{content:"\E6E2"}.el-icon-unlock:before{content:"\E6E4"}.el-icon-lock:before{content:"\E6E5"}.el-icon-watch:before{content:"\E6FE"}.el-icon-watch-1:before{content:"\E6FF"}.el-icon-timer:before{content:"\E702"}.el-icon-alarm-clock:before{content:"\E703"}.el-icon-map-location:before{content:"\E704"}.el-icon-delete-location:before{content:"\E705"}.el-icon-add-location:before{content:"\E706"}.el-icon-location-information:before{content:"\E707"}.el-icon-location-outline:before{content:"\E708"}.el-icon-location:before{content:"\E79E"}.el-icon-place:before{content:"\E709"}.el-icon-discover:before{content:"\E70A"}.el-icon-first-aid-kit:before{content:"\E70B"}.el-icon-trophy-1:before{content:"\E70C"}.el-icon-trophy:before{content:"\E70D"}.el-icon-medal:before{content:"\E70E"}.el-icon-medal-1:before{content:"\E70F"}.el-icon-stopwatch:before{content:"\E710"}.el-icon-mic:before{content:"\E711"}.el-icon-copy-document:before{content:"\E718"}.el-icon-full-screen:before{content:"\E719"}.el-icon-switch-button:before{content:"\E71B"}.el-icon-aim:before{content:"\E71C"}.el-icon-crop:before{content:"\E71D"}.el-icon-odometer:before{content:"\E71E"}.el-icon-time:before{content:"\E71F"}.el-icon-bangzhu:before{content:"\E724"}.el-icon-close-notification:before{content:"\E726"}.el-icon-microphone:before{content:"\E727"}.el-icon-turn-off-microphone:before{content:"\E728"}.el-icon-position:before{content:"\E729"}.el-icon-postcard:before{content:"\E72A"}.el-icon-message:before{content:"\E72B"}.el-icon-chat-line-square:before{content:"\E72D"}.el-icon-chat-dot-square:before{content:"\E72E"}.el-icon-chat-dot-round:before{content:"\E72F"}.el-icon-chat-square:before{content:"\E730"}.el-icon-chat-line-round:before{content:"\E731"}.el-icon-chat-round:before{content:"\E732"}.el-icon-set-up:before{content:"\E733"}.el-icon-turn-off:before{content:"\E734"}.el-icon-open:before{content:"\E735"}.el-icon-connection:before{content:"\E736"}.el-icon-link:before{content:"\E737"}.el-icon-cpu:before{content:"\E738"}.el-icon-thumb:before{content:"\E739"}.el-icon-female:before{content:"\E73A"}.el-icon-male:before{content:"\E73B"}.el-icon-guide:before{content:"\E73C"}.el-icon-news:before{content:"\E73E"}.el-icon-price-tag:before{content:"\E744"}.el-icon-discount:before{content:"\E745"}.el-icon-wallet:before{content:"\E747"}.el-icon-coin:before{content:"\E748"}.el-icon-money:before{content:"\E749"}.el-icon-bank-card:before{content:"\E74A"}.el-icon-box:before{content:"\E74B"}.el-icon-present:before{content:"\E74C"}.el-icon-sell:before{content:"\E6D5"}.el-icon-sold-out:before{content:"\E6D6"}.el-icon-shopping-bag-2:before{content:"\E74D"}.el-icon-shopping-bag-1:before{content:"\E74E"}.el-icon-shopping-cart-2:before{content:"\E74F"}.el-icon-shopping-cart-1:before{content:"\E750"}.el-icon-shopping-cart-full:before{content:"\E751"}.el-icon-smoking:before{content:"\E752"}.el-icon-no-smoking:before{content:"\E753"}.el-icon-house:before{content:"\E754"}.el-icon-table-lamp:before{content:"\E755"}.el-icon-school:before{content:"\E756"}.el-icon-office-building:before{content:"\E757"}.el-icon-toilet-paper:before{content:"\E758"}.el-icon-notebook-2:before{content:"\E759"}.el-icon-notebook-1:before{content:"\E75A"}.el-icon-files:before{content:"\E75B"}.el-icon-collection:before{content:"\E75C"}.el-icon-receiving:before{content:"\E75D"}.el-icon-suitcase-1:before{content:"\E760"}.el-icon-suitcase:before{content:"\E761"}.el-icon-film:before{content:"\E763"}.el-icon-collection-tag:before{content:"\E765"}.el-icon-data-analysis:before{content:"\E766"}.el-icon-pie-chart:before{content:"\E767"}.el-icon-data-board:before{content:"\E768"}.el-icon-data-line:before{content:"\E76D"}.el-icon-reading:before{content:"\E769"}.el-icon-magic-stick:before{content:"\E76A"}.el-icon-coordinate:before{content:"\E76B"}.el-icon-mouse:before{content:"\E76C"}.el-icon-brush:before{content:"\E76E"}.el-icon-headset:before{content:"\E76F"}.el-icon-umbrella:before{content:"\E770"}.el-icon-scissors:before{content:"\E771"}.el-icon-mobile:before{content:"\E773"}.el-icon-attract:before{content:"\E774"}.el-icon-monitor:before{content:"\E775"}.el-icon-search:before{content:"\E778"}.el-icon-takeaway-box:before{content:"\E77A"}.el-icon-paperclip:before{content:"\E77D"}.el-icon-printer:before{content:"\E77E"}.el-icon-document-add:before{content:"\E782"}.el-icon-document:before{content:"\E785"}.el-icon-document-checked:before{content:"\E786"}.el-icon-document-copy:before{content:"\E787"}.el-icon-document-delete:before{content:"\E788"}.el-icon-document-remove:before{content:"\E789"}.el-icon-tickets:before{content:"\E78B"}.el-icon-folder-checked:before{content:"\E77F"}.el-icon-folder-delete:before{content:"\E780"}.el-icon-folder-remove:before{content:"\E781"}.el-icon-folder-add:before{content:"\E783"}.el-icon-folder-opened:before{content:"\E784"}.el-icon-folder:before{content:"\E78A"}.el-icon-edit-outline:before{content:"\E764"}.el-icon-edit:before{content:"\E78C"}.el-icon-date:before{content:"\E78E"}.el-icon-c-scale-to-original:before{content:"\E7C6"}.el-icon-view:before{content:"\E6CE"}.el-icon-loading:before{content:"\E6CF"}.el-icon-rank:before{content:"\E6D1"}.el-icon-sort-down:before{content:"\E7C4"}.el-icon-sort-up:before{content:"\E7C5"}.el-icon-sort:before{content:"\E6D2"}.el-icon-finished:before{content:"\E6CD"}.el-icon-refresh-left:before{content:"\E6C7"}.el-icon-refresh-right:before{content:"\E6C8"}.el-icon-refresh:before{content:"\E6D0"}.el-icon-video-play:before{content:"\E7C0"}.el-icon-video-pause:before{content:"\E7C1"}.el-icon-d-arrow-right:before{content:"\E6DC"}.el-icon-d-arrow-left:before{content:"\E6DD"}.el-icon-arrow-up:before{content:"\E6E1"}.el-icon-arrow-down:before{content:"\E6DF"}.el-icon-arrow-right:before{content:"\E6E0"}.el-icon-arrow-left:before{content:"\E6DE"}.el-icon-top-right:before{content:"\E6E7"}.el-icon-top-left:before{content:"\E6E8"}.el-icon-top:before{content:"\E6E6"}.el-icon-bottom:before{content:"\E6EB"}.el-icon-right:before{content:"\E6E9"}.el-icon-back:before{content:"\E6EA"}.el-icon-bottom-right:before{content:"\E6EC"}.el-icon-bottom-left:before{content:"\E6ED"}.el-icon-caret-top:before{content:"\E78F"}.el-icon-caret-bottom:before{content:"\E790"}.el-icon-caret-right:before{content:"\E791"}.el-icon-caret-left:before{content:"\E792"}.el-icon-d-caret:before{content:"\E79A"}.el-icon-share:before{content:"\E793"}.el-icon-menu:before{content:"\E798"}.el-icon-s-grid:before{content:"\E7A6"}.el-icon-s-check:before{content:"\E7A7"}.el-icon-s-data:before{content:"\E7A8"}.el-icon-s-opportunity:before{content:"\E7AA"}.el-icon-s-custom:before{content:"\E7AB"}.el-icon-s-claim:before{content:"\E7AD"}.el-icon-s-finance:before{content:"\E7AE"}.el-icon-s-comment:before{content:"\E7AF"}.el-icon-s-flag:before{content:"\E7B0"}.el-icon-s-marketing:before{content:"\E7B1"}.el-icon-s-shop:before{content:"\E7B4"}.el-icon-s-open:before{content:"\E7B5"}.el-icon-s-management:before{content:"\E7B6"}.el-icon-s-ticket:before{content:"\E7B7"}.el-icon-s-release:before{content:"\E7B8"}.el-icon-s-home:before{content:"\E7B9"}.el-icon-s-promotion:before{content:"\E7BA"}.el-icon-s-operation:before{content:"\E7BB"}.el-icon-s-unfold:before{content:"\E7BC"}.el-icon-s-fold:before{content:"\E7A9"}.el-icon-s-platform:before{content:"\E7BD"}.el-icon-s-order:before{content:"\E7BE"}.el-icon-s-cooperation:before{content:"\E7BF"}.el-icon-bell:before{content:"\E725"}.el-icon-message-solid:before{content:"\E799"}.el-icon-video-camera:before{content:"\E772"}.el-icon-video-camera-solid:before{content:"\E796"}.el-icon-camera:before{content:"\E779"}.el-icon-camera-solid:before{content:"\E79B"}.el-icon-download:before{content:"\E77C"}.el-icon-upload2:before{content:"\E77B"}.el-icon-upload:before{content:"\E7C3"}.el-icon-picture-outline-round:before{content:"\E75F"}.el-icon-picture-outline:before{content:"\E75E"}.el-icon-picture:before{content:"\E79F"}.el-icon-close:before{content:"\E6DB"}.el-icon-check:before{content:"\E6DA"}.el-icon-plus:before{content:"\E6D9"}.el-icon-minus:before{content:"\E6D8"}.el-icon-help:before{content:"\E73D"}.el-icon-s-help:before{content:"\E7B3"}.el-icon-circle-close:before{content:"\E78D"}.el-icon-circle-check:before{content:"\E720"}.el-icon-circle-plus-outline:before{content:"\E723"}.el-icon-remove-outline:before{content:"\E722"}.el-icon-zoom-out:before{content:"\E776"}.el-icon-zoom-in:before{content:"\E777"}.el-icon-error:before{content:"\E79D"}.el-icon-success:before{content:"\E79C"}.el-icon-circle-plus:before{content:"\E7A0"}.el-icon-remove:before{content:"\E7A2"}.el-icon-info:before{content:"\E7A1"}.el-icon-question:before{content:"\E7A4"}.el-icon-warning-outline:before{content:"\E6C9"}.el-icon-warning:before{content:"\E7A3"}.el-icon-goods:before{content:"\E7C2"}.el-icon-s-goods:before{content:"\E7B2"}.el-icon-star-off:before{content:"\E717"}.el-icon-star-on:before{content:"\E797"}.el-icon-more-outline:before{content:"\E6CC"}.el-icon-more:before{content:"\E794"}.el-icon-phone-outline:before{content:"\E6CB"}.el-icon-phone:before{content:"\E795"}.el-icon-user:before{content:"\E6E3"}.el-icon-user-solid:before{content:"\E7A5"}.el-icon-setting:before{content:"\E6CA"}.el-icon-s-tools:before{content:"\E7AC"}.el-icon-delete:before{content:"\E6D7"}.el-icon-delete-solid:before{content:"\E7C9"}.el-icon-eleme:before{content:"\E7C7"}.el-icon-platform-eleme:before{content:"\E7CA"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:5px}.el-icon--left{margin-right:5px}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}.el-pagination{white-space:nowrap;padding:2px 5px;color:#303133;font-weight:700}.el-pagination::after,.el-pagination::before{display:table;content:""}.el-pagination::after{clear:both}.el-pagination button,.el-pagination span:not([class*=suffix]){display:inline-block;font-size:13px;min-width:35.5px;height:28px;line-height:28px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}.el-pagination .el-input__inner{text-align:center;-moz-appearance:textfield;line-height:normal}.el-pagination .el-input__suffix{right:0;-webkit-transform:scale(.8);transform:scale(.8)}.el-pagination .el-select .el-input{width:100px;margin:0 5px}.el-pagination .el-select .el-input .el-input__inner{padding-right:25px;border-radius:3px}.el-pagination button{border:none;padding:0 6px;background:0 0}.el-pagination button:focus{outline:0}.el-pagination button:hover{color:#409EFF}.el-pagination button:disabled{color:#C0C4CC;background-color:#FFF;cursor:not-allowed}.el-pagination .btn-next,.el-pagination .btn-prev{background:center center no-repeat #FFF;background-size:16px;cursor:pointer;margin:0;color:#303133}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:block;font-size:12px;font-weight:700}.el-pagination .btn-prev{padding-right:12px}.el-pagination .btn-next{padding-left:12px}.el-pagination .el-pager li.disabled{color:#C0C4CC;cursor:not-allowed}.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover{cursor:pointer}.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child{border-color:transparent;font-size:12px;line-height:22px;height:22px;min-width:22px}.el-pagination--small .arrow.disabled{visibility:hidden}.el-pagination--small .more::before,.el-pagination--small li.more::before{line-height:24px}.el-pagination--small button,.el-pagination--small span:not([class*=suffix]){height:22px;line-height:22px}.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner{height:22px}.el-pagination__sizes{margin:0 10px 0 0;font-weight:400;color:#606266}.el-pagination__sizes .el-input .el-input__inner{font-size:13px;padding-left:8px}.el-pagination__sizes .el-input .el-input__inner:hover{border-color:#409EFF}.el-pagination__total{margin-right:10px;font-weight:400;color:#606266}.el-pagination__jump{margin-left:24px;font-weight:400;color:#606266}.el-pagination__jump .el-input__inner{padding:0 3px}.el-pagination__rightwrapper{float:right}.el-pagination__editor{line-height:18px;padding:0 2px;height:28px;text-align:center;margin:0 2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev{padding:0}.el-dialog,.el-pager li{-webkit-box-sizing:border-box}.el-pagination__editor.el-input{width:50px}.el-pagination__editor.el-input .el-input__inner{height:28px}.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{margin:0 5px;background-color:#f4f4f5;color:#606266;min-width:30px;border-radius:2px}.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled{color:#C0C4CC}.el-pagination.is-background .el-pager li:not(.disabled):hover{color:#409EFF}.el-pagination.is-background .el-pager li:not(.disabled).active{background-color:#409EFF;color:#FFF}.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li{margin:0 3px;min-width:22px}.el-pager,.el-pager li{vertical-align:top;margin:0;display:inline-block}.el-pager{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;list-style:none;font-size:0}.el-pager .more::before{line-height:30px}.el-pager li{padding:0 4px;background:#FFF;font-size:13px;min-width:35.5px;height:28px;line-height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.el-pager li.btn-quicknext,.el-pager li.btn-quickprev{line-height:28px;color:#303133}.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled{color:#C0C4CC}.el-pager li.active+li{border-left:0}.el-pager li:hover{color:#409EFF}.el-pager li.active{color:#409EFF;cursor:default}@-webkit-keyframes v-modal-in{0%{opacity:0}}@-webkit-keyframes v-modal-out{100%{opacity:0}}.el-dialog{position:relative;margin:0 auto 50px;background:#FFF;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;width:50%}.el-dialog.is-fullscreen{width:100%;margin-top:0;margin-bottom:0;height:100%;overflow:auto}.el-dialog__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;margin:0}.el-dialog__header{padding:20px 20px 10px}.el-dialog__headerbtn{position:absolute;top:20px;right:20px;padding:0;background:0 0;border:none;outline:0;cursor:pointer;font-size:16px}.el-dialog__headerbtn .el-dialog__close{color:#909399}.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close{color:#409EFF}.el-dialog__title{line-height:24px;font-size:18px;color:#303133}.el-dialog__body{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.el-dialog__footer{padding:10px 20px 20px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-dialog--center{text-align:center}.el-dialog--center .el-dialog__body{text-align:initial;padding:25px 25px 30px}.el-dialog--center .el-dialog__footer{text-align:inherit}.dialog-fade-enter-active{-webkit-animation:dialog-fade-in .3s;animation:dialog-fade-in .3s}.dialog-fade-leave-active{-webkit-animation:dialog-fade-out .3s;animation:dialog-fade-out .3s}@-webkit-keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes dialog-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes dialog-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-autocomplete{position:relative;display:inline-block}.el-autocomplete-suggestion{margin:5px 0;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:4px;border:1px solid #E4E7ED;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF}.el-autocomplete-suggestion__wrap{max-height:280px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-autocomplete-suggestion__list{margin:0;padding:0}.el-autocomplete-suggestion li{padding:0 20px;margin:0;line-height:34px;cursor:pointer;color:#606266;font-size:14px;list-style:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover{background-color:#F5F7FA}.el-autocomplete-suggestion li.divider{margin-top:6px;border-top:1px solid #000}.el-autocomplete-suggestion li.divider:last-child{margin-bottom:-6px}.el-autocomplete-suggestion.is-loading li{text-align:center;height:100px;line-height:100px;font-size:20px;color:#999}.el-autocomplete-suggestion.is-loading li::after{display:inline-block;content:"";height:100%;vertical-align:middle}.el-autocomplete-suggestion.is-loading li:hover{background-color:#FFF}.el-autocomplete-suggestion.is-loading .el-icon-loading{vertical-align:middle}.el-dropdown{display:inline-block;position:relative;color:#606266;font-size:14px}.el-dropdown .el-button-group{display:block}.el-dropdown .el-button-group .el-button{float:none}.el-dropdown .el-dropdown__caret-button{padding-left:5px;padding-right:5px;position:relative;border-left:none}.el-dropdown .el-dropdown__caret-button::before{content:'';position:absolute;display:block;width:1px;top:5px;bottom:5px;left:0;background:rgba(255,255,255,.5)}.el-dropdown .el-dropdown__caret-button.el-button--default::before{background:rgba(220,223,230,.5)}.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before{top:0;bottom:0}.el-dropdown .el-dropdown__caret-button .el-dropdown__icon{padding-left:0}.el-dropdown__icon{font-size:12px;margin:0 3px}.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing){outline-width:0}.el-dropdown [disabled]{cursor:not-allowed;color:#bbb}.el-dropdown-menu{position:absolute;top:0;left:0;z-index:10;padding:10px 0;margin:5px 0;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-dropdown-menu__item,.el-menu-item{font-size:14px;padding:0 20px;cursor:pointer}.el-dropdown-menu__item{list-style:none;line-height:36px;margin:0;color:#606266;outline:0}.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover{background-color:#ecf5ff;color:#66b1ff}.el-dropdown-menu__item i{margin-right:5px}.el-dropdown-menu__item--divided{position:relative;margin-top:6px;border-top:1px solid #EBEEF5}.el-dropdown-menu__item--divided:before{content:'';height:6px;display:block;margin:0 -20px;background-color:#FFF}.el-dropdown-menu__item.is-disabled{cursor:default;color:#bbb;pointer-events:none}.el-dropdown-menu--medium{padding:6px 0}.el-dropdown-menu--medium .el-dropdown-menu__item{line-height:30px;padding:0 17px;font-size:14px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:6px}.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:6px;margin:0 -17px}.el-dropdown-menu--small{padding:6px 0}.el-dropdown-menu--small .el-dropdown-menu__item{line-height:27px;padding:0 15px;font-size:13px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:4px}.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:4px;margin:0 -15px}.el-dropdown-menu--mini{padding:3px 0}.el-dropdown-menu--mini .el-dropdown-menu__item{line-height:24px;padding:0 10px;font-size:12px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided{margin-top:3px}.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before{height:3px;margin:0 -10px}.el-menu{border-right:solid 1px #e6e6e6;list-style:none;position:relative;margin:0;padding-left:0;background-color:#FFF}.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover{background-color:#fff}.el-menu::after,.el-menu::before{display:table;content:""}.el-breadcrumb__item:last-child .el-breadcrumb__separator,.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}.el-menu::after{clear:both}.el-menu.el-menu--horizontal{border-bottom:solid 1px #e6e6e6}.el-menu--horizontal{border-right:none}.el-menu--horizontal>.el-menu-item{float:left;height:60px;line-height:60px;margin:0;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover{color:inherit}.el-menu--horizontal>.el-submenu{float:left}.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover{outline:0}.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title{color:#303133}.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{border-bottom:2px solid #409EFF;color:#303133}.el-menu--horizontal>.el-submenu .el-submenu__title{height:60px;line-height:60px;border-bottom:2px solid transparent;color:#909399}.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{position:static;vertical-align:middle;margin-left:8px;margin-top:-3px}.el-menu--collapse .el-submenu,.el-menu-item{position:relative}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title{background-color:#FFF;float:none;height:36px;line-height:36px;padding:0 10px;color:#909399}.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title{color:#303133}.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover{outline:0;color:#303133}.el-menu--horizontal>.el-menu-item.is-active{border-bottom:2px solid #409EFF;color:#303133}.el-menu--collapse{width:64px}.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-]{margin:0;vertical-align:middle;width:24px;text-align:center}.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}.el-menu-item,.el-submenu__title{height:56px;line-height:56px;list-style:none}.el-menu--collapse>.el-menu-item.is-active i{color:inherit}.el-menu--collapse .el-menu .el-submenu{min-width:200px}.el-menu--collapse .el-submenu .el-menu{position:absolute;margin-left:5px;top:0;left:100%;z-index:10;border:1px solid #E4E7ED;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:none;transform:none}.el-menu--popup{z-index:100;min-width:200px;border:none;padding:5px 0;border-radius:2px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-menu--popup-bottom-start{margin-top:5px}.el-menu--popup-right-start{margin-left:5px;margin-right:5px}.el-menu-item{color:#303133;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-radio-button__inner,.el-submenu__title{-webkit-box-sizing:border-box;position:relative;white-space:nowrap}.el-menu-item *{vertical-align:middle}.el-menu-item i{color:#909399}.el-menu-item:focus,.el-menu-item:hover{outline:0;background-color:#ecf5ff}.el-menu-item.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-menu-item [class^=el-icon-]{margin-right:5px;width:24px;text-align:center;font-size:18px;vertical-align:middle}.el-menu-item.is-active{color:#409EFF}.el-menu-item.is-active i{color:inherit}.el-submenu{list-style:none;margin:0;padding-left:0}.el-submenu__title{font-size:14px;color:#303133;padding:0 20px;cursor:pointer;-webkit-transition:border-color .3s,background-color .3s,color .3s;transition:border-color .3s,background-color .3s,color .3s;-webkit-box-sizing:border-box;box-sizing:border-box}.el-submenu__title *{vertical-align:middle}.el-submenu__title i{color:#909399}.el-submenu__title:focus,.el-submenu__title:hover{outline:0;background-color:#ecf5ff}.el-submenu__title.is-disabled{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu__title:hover{background-color:#ecf5ff}.el-submenu .el-menu{border:none}.el-submenu .el-menu-item{height:50px;line-height:50px;padding:0 45px;min-width:200px}.el-submenu__icon-arrow{position:absolute;top:50%;right:20px;margin-top:-7px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:12px}.el-submenu.is-active .el-submenu__title{border-bottom-color:#409EFF}.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title{opacity:.25;cursor:not-allowed;background:0 0!important}.el-submenu [class^=el-icon-]{vertical-align:middle;margin-right:5px;width:24px;text-align:center;font-size:18px}.el-menu-item-group>ul{padding:0}.el-menu-item-group__title{padding:7px 0 7px 20px;line-height:normal;font-size:12px;color:#909399}.el-radio-button__inner,.el-radio-group{display:inline-block;line-height:1;vertical-align:middle}.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow{-webkit-transition:.2s;transition:.2s;opacity:0}.el-radio-group{font-size:0}.el-radio-button{position:relative;display:inline-block;outline:0}.el-radio-button__inner{background:#FFF;border:1px solid #DCDFE6;font-weight:500;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;cursor:pointer;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-radio-button__inner.is-round{padding:12px 20px}.el-radio-button__inner:hover{color:#409EFF}.el-radio-button__inner [class*=el-icon-]{line-height:.9}.el-radio-button__inner [class*=el-icon-]+span{margin-left:5px}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-radio-button__orig-radio{opacity:0;outline:0;position:absolute;z-index:-1}.el-radio-button__orig-radio:checked+.el-radio-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #409EFF;box-shadow:-1px 0 0 0 #409EFF}.el-radio-button__orig-radio:disabled+.el-radio-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner{background-color:#F2F6FC}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0}.el-radio-button:first-child:last-child .el-radio-button__inner{border-radius:4px}.el-radio-button--medium .el-radio-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-radio-button--medium .el-radio-button__inner.is-round{padding:10px 20px}.el-radio-button--small .el-radio-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-radio-button--small .el-radio-button__inner.is-round{padding:9px 15px}.el-radio-button--mini .el-radio-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-radio-button--mini .el-radio-button__inner.is-round{padding:7px 15px}.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled){-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-picker-panel,.el-popover,.el-select-dropdown,.el-table-filter,.el-time-panel{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:14px;line-height:20px;height:20px;vertical-align:middle}.el-switch__core,.el-switch__label{display:inline-block;cursor:pointer}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{-webkit-transition:.2s;transition:.2s;height:20px;font-size:14px;font-weight:500;vertical-align:middle;color:#303133}.el-switch__label.is-active{color:#409EFF}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{line-height:1;font-size:14px;display:inline-block}.el-switch__input{position:absolute;width:0;height:0;opacity:0;margin:0}.el-switch__core{margin:0;position:relative;width:40px;height:20px;border:1px solid #DCDFE6;outline:0;border-radius:10px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#DCDFE6;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;vertical-align:middle}.el-input__prefix,.el-input__suffix{-webkit-transition:all .3s;color:#C0C4CC}.el-switch__core:after{content:"";position:absolute;top:1px;left:1px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s;width:16px;height:16px;background-color:#FFF}.el-switch.is-checked .el-switch__core{border-color:#409EFF;background-color:#409EFF}.el-switch.is-checked .el-switch__core::after{left:100%;margin-left:-17px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter,.el-switch .label-fade-leave-active{opacity:0}.el-select-dropdown{position:absolute;z-index:1001;border:1px solid #E4E7ED;border-radius:4px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px 0}.el-select-dropdown.is-multiple .el-select-dropdown__item{padding-right:40px}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected{color:#409EFF;background-color:#FFF}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover{background-color:#F5F7FA}.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{position:absolute;right:20px;font-family:element-icons;content:"\E6DA";font-size:12px;font-weight:700;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list{padding:0}.el-select-dropdown__empty{padding:10px 0;margin:0;text-align:center;color:#999;font-size:14px}.el-select-dropdown__wrap{max-height:274px}.el-select-dropdown__list{list-style:none;padding:6px 0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-select-dropdown__item.is-disabled:hover{background-color:#FFF}.el-select-dropdown__item.hover,.el-select-dropdown__item:hover{background-color:#F5F7FA}.el-select-dropdown__item.selected{color:#409EFF;font-weight:700}.el-select-group{margin:0;padding:0}.el-select-group__wrap{position:relative;list-style:none;margin:0;padding:0}.el-select-group__wrap:not(:last-of-type){padding-bottom:24px}.el-select-group__wrap:not(:last-of-type)::after{content:'';position:absolute;display:block;left:20px;right:20px;bottom:12px;height:1px;background:#E4E7ED}.el-select-group__title{padding-left:20px;font-size:12px;color:#909399;line-height:30px}.el-select-group .el-select-dropdown__item{padding-left:20px}.el-select{display:inline-block;position:relative}.el-select .el-select__tags>span{display:contents}.el-select:hover .el-input__inner{border-color:#C0C4CC}.el-select .el-input__inner{cursor:pointer;padding-right:35px}.el-select .el-input__inner:focus{border-color:#409EFF}.el-select .el-input .el-select__caret{color:#C0C4CC;font-size:14px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);cursor:pointer}.el-select .el-input .el-select__caret.is-reverse{-webkit-transform:rotateZ(0);transform:rotateZ(0)}.el-select .el-input .el-select__caret.is-show-close{font-size:14px;text-align:center;-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg);border-radius:100%;color:#C0C4CC;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-select .el-input .el-select__caret.is-show-close:hover{color:#909399}.el-select .el-input.is-disabled .el-input__inner{cursor:not-allowed}.el-select .el-input.is-disabled .el-input__inner:hover{border-color:#E4E7ED}.el-range-editor.is-active,.el-range-editor.is-active:hover,.el-select .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-select>.el-input{display:block}.el-select__input{border:none;outline:0;padding:0;margin-left:15px;color:#666;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:28px;background-color:transparent}.el-select__input.is-mini{height:14px}.el-select__close{cursor:pointer;position:absolute;top:8px;z-index:1000;right:25px;color:#C0C4CC;line-height:18px;font-size:14px}.el-select__close:hover{color:#909399}.el-select__tags{position:absolute;line-height:normal;white-space:normal;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-select__tags-text{overflow:hidden;text-overflow:ellipsis}.el-select .el-tag{-webkit-box-sizing:border-box;box-sizing:border-box;border-color:transparent;margin:2px 0 2px 6px;background-color:#f0f2f5;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-select .el-tag__close.el-icon-close{background-color:#C0C4CC;top:0;color:#FFF;-ms-flex-negative:0;flex-shrink:0}.el-select .el-tag__close.el-icon-close:hover{background-color:#909399}.el-table,.el-table__expanded-cell{background-color:#FFF}.el-select .el-tag__close.el-icon-close::before{display:block;-webkit-transform:translate(0,.5px);transform:translate(0,.5px)}.el-table{position:relative;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;max-width:100%;font-size:14px;color:#606266}.el-table__empty-block{min-height:60px;text-align:center;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-table__empty-text{line-height:60px;width:50%;color:#909399}.el-table__expand-column .cell{padding:0;text-align:center}.el-table__expand-icon{position:relative;cursor:pointer;color:#666;font-size:12px;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;height:20px}.el-table__expand-icon--expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-table__expand-icon>.el-icon{position:absolute;left:50%;top:50%;margin-left:-5px;margin-top:-5px}.el-table__expanded-cell[class*=cell]{padding:20px 50px}.el-table__expanded-cell:hover{background-color:transparent!important}.el-table__placeholder{display:inline-block;width:20px}.el-table__append-wrapper{overflow:hidden}.el-table--fit{border-right:0;border-bottom:0}.el-table--fit .el-table__cell.gutter{border-right-width:1px}.el-table--scrollable-x .el-table__body-wrapper{overflow-x:auto}.el-table--scrollable-y .el-table__body-wrapper{overflow-y:auto}.el-table thead{color:#909399;font-weight:500}.el-table thead.is-group th.el-table__cell{background:#F5F7FA}.el-table .el-table__cell{padding:12px 0;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-overflow:ellipsis;vertical-align:middle;position:relative;text-align:left}.el-table .el-table__cell.is-center{text-align:center}.el-table .el-table__cell.is-right{text-align:right}.el-table .el-table__cell.gutter{width:15px;border-right-width:0;border-bottom-width:0;padding:0}.el-table .el-table__cell.is-hidden>*{visibility:hidden}.el-table--medium .el-table__cell{padding:10px 0}.el-table--small{font-size:12px}.el-table--small .el-table__cell{padding:8px 0}.el-table--mini{font-size:12px}.el-table--mini .el-table__cell{padding:6px 0}.el-table tr{background-color:#FFF}.el-table tr input[type=checkbox]{margin:0}.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf{border-bottom:1px solid #EBEEF5}.el-table th.el-table__cell.is-sortable{cursor:pointer}.el-table th.el-table__cell{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#FFF}.el-table th.el-table__cell>.cell{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;vertical-align:middle;padding-left:10px;padding-right:10px;width:100%}.el-table th.el-table__cell>.cell.highlight{color:#409EFF}.el-table th.el-table__cell.required>div::before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background:#ff4d51;margin-right:5px;vertical-align:middle}.el-table td.el-table__cell div{-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td,.el-table .cell,.el-table-filter{-webkit-box-sizing:border-box}.el-table td.el-table__cell.gutter{width:0}.el-table .cell{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;line-height:23px;padding-left:10px;padding-right:10px}.el-table .cell.el-tooltip{white-space:nowrap;min-width:50px}.el-table--border,.el-table--group{border:1px solid #EBEEF5}.el-table--border::after,.el-table--group::after,.el-table::before{content:'';position:absolute;background-color:#EBEEF5;z-index:1}.el-table--border::after,.el-table--group::after{top:0;right:0;width:1px;height:100%}.el-table::before{left:0;bottom:0;width:100%;height:1px}.el-table--border{border-right:none;border-bottom:none}.el-table--border.el-loading-parent--relative{border-color:transparent}.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{border-right:1px solid #EBEEF5}.el-table--border .el-table__cell:first-child .cell{padding-left:10px}.el-table--border th.el-table__cell.gutter:last-of-type{border-bottom:1px solid #EBEEF5;border-bottom-width:1px}.el-table--border th.el-table__cell,.el-table__fixed-right-patch{border-bottom:1px solid #EBEEF5}.el-table--hidden{visibility:hidden}.el-table__fixed,.el-table__fixed-right{position:absolute;top:0;left:0;overflow-x:hidden;overflow-y:hidden;-webkit-box-shadow:0 0 10px rgba(0,0,0,.12);box-shadow:0 0 10px rgba(0,0,0,.12)}.el-table__fixed-right::before,.el-table__fixed::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#EBEEF5;z-index:4}.el-table__fixed-right-patch{position:absolute;top:-1px;right:0;background-color:#FFF}.el-table__fixed-right{top:0;left:auto;right:0}.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper{left:auto;right:0}.el-table__fixed-header-wrapper{position:absolute;left:0;top:0;z-index:3}.el-table__fixed-footer-wrapper{position:absolute;left:0;bottom:0;z-index:3}.el-table__fixed-footer-wrapper tbody td.el-table__cell{border-top:1px solid #EBEEF5;background-color:#F5F7FA;color:#606266}.el-table__fixed-body-wrapper{position:absolute;left:0;top:37px;overflow:hidden;z-index:3}.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper{width:100%}.el-table__footer-wrapper{margin-top:-1px}.el-table__footer-wrapper td.el-table__cell{border-top:1px solid #EBEEF5}.el-table__body,.el-table__footer,.el-table__header{table-layout:fixed;border-collapse:separate}.el-table__footer-wrapper,.el-table__header-wrapper{overflow:hidden}.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell{background-color:#F5F7FA;color:#606266}.el-table__body-wrapper{overflow:hidden;position:relative}.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right{-webkit-box-shadow:none;box-shadow:none}.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right{border-left:1px solid #EBEEF5}.el-table .caret-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;width:24px;vertical-align:middle;cursor:pointer;overflow:initial;position:relative}.el-table .sort-caret{width:0;height:0;border:5px solid transparent;position:absolute;left:7px}.el-table .sort-caret.ascending{border-bottom-color:#C0C4CC;top:5px}.el-table .sort-caret.descending{border-top-color:#C0C4CC;bottom:7px}.el-table .ascending .sort-caret.ascending{border-bottom-color:#409EFF}.el-table .descending .sort-caret.descending{border-top-color:#409EFF}.el-table .hidden-columns{visibility:hidden;position:absolute;z-index:-1}.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{background:#FAFAFA}.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell,.el-table--striped .el-table__body tr.el-table__row--striped.selection-row td.el-table__cell{background-color:#ecf5ff}.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.selection-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row.selection-row>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell{background-color:#F5F7FA}.el-table__body tr.current-row>td.el-table__cell,.el-table__body tr.selection-row>td.el-table__cell{background-color:#ecf5ff}.el-table__column-resize-proxy{position:absolute;left:200px;top:0;bottom:0;width:0;border-left:1px solid #EBEEF5;z-index:10}.el-table__column-filter-trigger{display:inline-block;line-height:34px;cursor:pointer}.el-table__column-filter-trigger i{color:#909399;font-size:12px;-webkit-transform:scale(.75);transform:scale(.75)}.el-table--enable-row-transition .el-table__body td.el-table__cell{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{background-color:#F5F7FA}.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right{bottom:0;overflow:hidden}.el-table [class*=el-table__row--level] .el-table__expand-icon{display:inline-block;width:20px;line-height:20px;height:20px;text-align:center;margin-right:3px}.el-table-column--selection .cell{padding-left:14px;padding-right:14px}.el-table-filter{border:1px solid #EBEEF5;border-radius:2px;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 0}.el-table-filter__list{padding:5px 0;margin:0;list-style:none;min-width:100px}.el-table-filter__list-item{line-height:36px;padding:0 10px;cursor:pointer;font-size:14px}.el-table-filter__list-item:hover{background-color:#ecf5ff;color:#66b1ff}.el-table-filter__list-item.is-active{background-color:#409EFF;color:#FFF}.el-table-filter__content{min-width:100px}.el-table-filter__bottom{border-top:1px solid #EBEEF5;padding:8px}.el-table-filter__bottom button{background:0 0;border:none;color:#606266;cursor:pointer;font-size:13px;padding:0 3px}.el-date-table td.in-range div,.el-date-table td.in-range div:hover,.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div{background-color:#F2F6FC}.el-table-filter__bottom button:hover{color:#409EFF}.el-table-filter__bottom button:focus{outline:0}.el-table-filter__bottom button.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-table-filter__wrap{max-height:280px}.el-table-filter__checkbox-group{padding:10px}.el-table-filter__checkbox-group label.el-checkbox{display:block;margin-right:5px;margin-bottom:8px;margin-left:5px}.el-table-filter__checkbox-group .el-checkbox:last-child{margin-bottom:0}.el-date-table{font-size:12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover{color:#606266}.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td{width:32px;height:30px;padding:4px 0;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;cursor:pointer;position:relative}.el-date-table td div{height:30px;padding:3px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-table td span{width:24px;height:24px;display:block;margin:0 auto;line-height:24px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.el-date-table td.next-month,.el-date-table td.prev-month{color:#C0C4CC}.el-date-table td.today{position:relative}.el-date-table td.today span{color:#409EFF;font-weight:700}.el-date-table td.today.end-date span,.el-date-table td.today.start-date span{color:#FFF}.el-date-table td.available:hover{color:#409EFF}.el-date-table td.current:not(.disabled) span{color:#FFF;background-color:#409EFF}.el-date-table td.end-date div,.el-date-table td.start-date div{color:#FFF}.el-date-table td.end-date span,.el-date-table td.start-date span{background-color:#409EFF}.el-date-table td.start-date div{margin-left:5px;border-top-left-radius:15px;border-bottom-left-radius:15px}.el-date-table td.end-date div{margin-right:5px;border-top-right-radius:15px;border-bottom-right-radius:15px}.el-date-table td.disabled div{background-color:#F5F7FA;opacity:1;cursor:not-allowed;color:#C0C4CC}.el-date-table td.selected div{margin-left:5px;margin-right:5px;background-color:#F2F6FC;border-radius:15px}.el-date-table td.selected div:hover{background-color:#F2F6FC}.el-date-table td.selected span{background-color:#409EFF;color:#FFF;border-radius:15px}.el-date-table td.week{font-size:80%;color:#606266}.el-month-table,.el-year-table{font-size:12px;border-collapse:collapse}.el-date-table th{padding:5px;color:#606266;font-weight:400;border-bottom:solid 1px #EBEEF5}.el-month-table{margin:-1px}.el-month-table td{text-align:center;padding:8px 0;cursor:pointer}.el-month-table td div{height:48px;padding:6px 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-month-table td.today .cell{color:#409EFF;font-weight:700}.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell{color:#FFF}.el-month-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-month-table td.disabled .cell:hover{color:#C0C4CC}.el-month-table td .cell{width:60px;height:36px;display:block;line-height:36px;color:#606266;margin:0 auto;border-radius:18px}.el-month-table td .cell:hover{color:#409EFF}.el-month-table td.in-range div,.el-month-table td.in-range div:hover{background-color:#F2F6FC}.el-month-table td.end-date div,.el-month-table td.start-date div{color:#FFF}.el-month-table td.end-date .cell,.el-month-table td.start-date .cell{color:#FFF;background-color:#409EFF}.el-month-table td.start-date div{border-top-left-radius:24px;border-bottom-left-radius:24px}.el-month-table td.end-date div{border-top-right-radius:24px;border-bottom-right-radius:24px}.el-month-table td.current:not(.disabled) .cell{color:#409EFF}.el-year-table{margin:-1px}.el-year-table .el-icon{color:#303133}.el-year-table td{text-align:center;padding:20px 3px;cursor:pointer}.el-year-table td.today .cell{color:#409EFF;font-weight:700}.el-year-table td.disabled .cell{background-color:#F5F7FA;cursor:not-allowed;color:#C0C4CC}.el-year-table td.disabled .cell:hover{color:#C0C4CC}.el-year-table td .cell{width:48px;height:32px;display:block;line-height:32px;color:#606266;margin:0 auto}.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell{color:#409EFF}.el-date-range-picker{width:646px}.el-date-range-picker.has-sidebar{width:756px}.el-date-range-picker table{table-layout:fixed;width:100%}.el-date-range-picker .el-picker-panel__body{min-width:513px}.el-date-range-picker .el-picker-panel__content{margin:0}.el-date-range-picker__header{position:relative;text-align:center;height:28px}.el-date-range-picker__header [class*=arrow-left]{float:left}.el-date-range-picker__header [class*=arrow-right]{float:right}.el-date-range-picker__header div{font-size:16px;font-weight:500;margin-right:50px}.el-date-range-picker__content{float:left;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:16px}.el-date-range-picker__content.is-left{border-right:1px solid #e4e4e4}.el-date-range-picker__content .el-date-range-picker__header div{margin-left:50px;margin-right:50px}.el-date-range-picker__editors-wrap{-webkit-box-sizing:border-box;box-sizing:border-box;display:table-cell}.el-date-range-picker__editors-wrap.is-right{text-align:right}.el-date-range-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-range-picker__time-header>.el-icon-arrow-right{font-size:20px;vertical-align:middle;display:table-cell;color:#303133}.el-date-range-picker__time-picker-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-range-picker__time-picker-wrap .el-picker-panel{position:absolute;top:13px;right:0;z-index:1;background:#FFF}.el-date-picker{width:322px}.el-date-picker.has-sidebar.has-time{width:434px}.el-date-picker.has-sidebar{width:438px}.el-date-picker.has-time .el-picker-panel__body-wrapper{position:relative}.el-date-picker .el-picker-panel__content{width:292px}.el-date-picker table{table-layout:fixed;width:100%}.el-date-picker__editor-wrap{position:relative;display:table-cell;padding:0 5px}.el-date-picker__time-header{position:relative;border-bottom:1px solid #e4e4e4;font-size:12px;padding:8px 5px 5px;display:table;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.el-date-picker__header{margin:12px;text-align:center}.el-date-picker__header--bordered{margin-bottom:0;padding-bottom:12px;border-bottom:solid 1px #EBEEF5}.el-date-picker__header--bordered+.el-picker-panel__content{margin-top:0}.el-date-picker__header-label{font-size:16px;font-weight:500;padding:0 5px;line-height:22px;text-align:center;cursor:pointer;color:#606266}.el-date-picker__header-label.active,.el-date-picker__header-label:hover{color:#409EFF}.el-date-picker__prev-btn{float:left}.el-date-picker__next-btn{float:right}.el-date-picker__time-wrap{padding:10px;text-align:center}.el-date-picker__time-label{float:left;cursor:pointer;line-height:30px;margin-left:10px}.time-select{margin:5px 0;min-width:0}.time-select .el-picker-panel__content{max-height:200px;margin:0}.time-select-item{padding:8px 10px;font-size:14px;line-height:20px}.time-select-item.selected:not(.disabled){color:#409EFF;font-weight:700}.time-select-item.disabled{color:#E4E7ED;cursor:not-allowed}.time-select-item:hover{background-color:#F5F7FA;font-weight:700;cursor:pointer}.el-date-editor{position:relative;display:inline-block;text-align:left}.el-date-editor.el-input,.el-date-editor.el-input__inner{width:220px}.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner{width:300px}.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner{width:350px}.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner{width:400px}.el-date-editor--dates .el-input__inner{text-overflow:ellipsis;white-space:nowrap}.el-date-editor .el-icon-circle-close{cursor:pointer}.el-date-editor .el-range__icon{font-size:14px;margin-left:-5px;color:#C0C4CC;float:left;line-height:32px}.el-date-editor .el-range-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:0;display:inline-block;height:100%;margin:0;padding:0;width:39%;text-align:center;font-size:14px;color:#606266}.el-date-editor .el-range-input::-webkit-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input:-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-ms-input-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::-moz-placeholder{color:#C0C4CC}.el-date-editor .el-range-input::placeholder{color:#C0C4CC}.el-date-editor .el-range-separator{display:inline-block;height:100%;padding:0 5px;margin:0;text-align:center;line-height:32px;font-size:14px;width:5%;color:#303133}.el-date-editor .el-range__close-icon{font-size:14px;color:#C0C4CC;width:25px;display:inline-block;float:right;line-height:32px}.el-range-editor.el-input__inner{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 10px}.el-range-editor .el-range-input{line-height:1}.el-range-editor--medium.el-input__inner{height:36px}.el-range-editor--medium .el-range-separator{line-height:28px;font-size:14px}.el-range-editor--medium .el-range-input{font-size:14px}.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon{line-height:28px}.el-range-editor--small.el-input__inner{height:32px}.el-range-editor--small .el-range-separator{line-height:24px;font-size:13px}.el-range-editor--small .el-range-input{font-size:13px}.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon{line-height:24px}.el-range-editor--mini.el-input__inner{height:28px}.el-range-editor--mini .el-range-separator{line-height:20px;font-size:12px}.el-range-editor--mini .el-range-input{font-size:12px}.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon{line-height:20px}.el-range-editor.is-disabled{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover{border-color:#E4E7ED}.el-range-editor.is-disabled input{background-color:#F5F7FA;color:#C0C4CC;cursor:not-allowed}.el-range-editor.is-disabled input::-webkit-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input:-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-ms-input-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::-moz-placeholder{color:#C0C4CC}.el-range-editor.is-disabled input::placeholder{color:#C0C4CC}.el-range-editor.is-disabled .el-range-separator{color:#C0C4CC}.el-picker-panel{color:#606266;border:1px solid #E4E7ED;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);background:#FFF;border-radius:4px;line-height:30px;margin:5px 0}.el-picker-panel__body-wrapper::after,.el-picker-panel__body::after{content:"";display:table;clear:both}.el-picker-panel__content{position:relative;margin:15px}.el-picker-panel__footer{border-top:1px solid #e4e4e4;padding:4px;text-align:right;background-color:#FFF;position:relative;font-size:0}.el-picker-panel__shortcut{display:block;width:100%;border:0;background-color:transparent;line-height:28px;font-size:14px;color:#606266;padding-left:12px;text-align:left;outline:0;cursor:pointer}.el-picker-panel__shortcut:hover{color:#409EFF}.el-picker-panel__shortcut.active{background-color:#e6f1fe;color:#409EFF}.el-picker-panel__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-picker-panel__btn[disabled]{color:#ccc;cursor:not-allowed}.el-picker-panel__icon-btn{font-size:12px;color:#303133;border:0;background:0 0;cursor:pointer;outline:0;margin-top:8px}.el-picker-panel__icon-btn:hover{color:#409EFF}.el-picker-panel__icon-btn.is-disabled{color:#bbb}.el-picker-panel__icon-btn.is-disabled:hover{cursor:not-allowed}.el-picker-panel__link-btn{vertical-align:middle}.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar{position:absolute;top:0;bottom:0;width:110px;border-right:1px solid #e4e4e4;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;background-color:#FFF;overflow:auto}.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body{margin-left:110px}.el-time-spinner.has-seconds .el-time-spinner__wrapper{width:33.3%}.el-time-spinner__wrapper{max-height:190px;overflow:auto;display:inline-block;width:50%;vertical-align:top;position:relative}.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default){padding-bottom:15px}.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list{padding:0;text-align:center}.el-time-spinner__wrapper.is-arrow{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden}.el-time-spinner__wrapper.is-arrow .el-time-spinner__list{-webkit-transform:translateY(-32px);transform:translateY(-32px)}.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active){background:#FFF;cursor:default}.el-time-spinner__arrow{font-size:12px;color:#909399;position:absolute;left:0;width:100%;z-index:1;text-align:center;height:30px;line-height:30px;cursor:pointer}.el-time-spinner__arrow:hover{color:#409EFF}.el-time-spinner__arrow.el-icon-arrow-up{top:10px}.el-time-spinner__arrow.el-icon-arrow-down{bottom:10px}.el-time-spinner__input.el-input{width:70%}.el-time-spinner__list{margin:0;list-style:none}.el-time-spinner__list::after,.el-time-spinner__list::before{content:'';display:block;width:100%;height:80px}.el-time-spinner__item{height:32px;line-height:32px;font-size:12px;color:#606266}.el-time-spinner__item:hover:not(.disabled):not(.active){background:#F5F7FA;cursor:pointer}.el-time-spinner__item.active:not(.disabled){color:#303133;font-weight:700}.el-time-spinner__item.disabled{color:#C0C4CC;cursor:not-allowed}.el-time-panel{margin:5px 0;border:1px solid #E4E7ED;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:2px;position:absolute;width:180px;left:0;z-index:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:content-box;box-sizing:content-box}.el-time-panel__content{font-size:0;position:relative;overflow:hidden}.el-time-panel__content::after,.el-time-panel__content::before{content:"";top:50%;position:absolute;margin-top:-15px;height:32px;z-index:-1;left:0;right:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:6px;text-align:left;border-top:1px solid #E4E7ED;border-bottom:1px solid #E4E7ED}.el-time-panel__content::after{left:50%;margin-left:12%;margin-right:12%}.el-time-panel__content::before{padding-left:50%;margin-right:12%;margin-left:12%}.el-time-panel__content.has-seconds::after{left:calc(100% / 3 * 2)}.el-time-panel__content.has-seconds::before{padding-left:calc(100% / 3)}.el-time-panel__footer{border-top:1px solid #e4e4e4;padding:4px;height:36px;line-height:25px;text-align:right;-webkit-box-sizing:border-box;box-sizing:border-box}.el-time-panel__btn{border:none;line-height:28px;padding:0 5px;margin:0 5px;cursor:pointer;background-color:transparent;outline:0;font-size:12px;color:#303133}.el-time-panel__btn.confirm{font-weight:800;color:#409EFF}.el-time-range-picker{width:354px;overflow:visible}.el-time-range-picker__content{position:relative;text-align:center;padding:10px}.el-time-range-picker__cell{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px 7px 7px;width:50%;display:inline-block}.el-time-range-picker__header{margin-bottom:5px;text-align:center;font-size:14px}.el-time-range-picker__body{border-radius:2px;border:1px solid #E4E7ED}.el-popover{position:absolute;background:#FFF;min-width:150px;border-radius:4px;border:1px solid #EBEEF5;padding:12px;z-index:2000;color:#606266;line-height:1.4;text-align:justify;font-size:14px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);word-break:break-all}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover,.el-cascader__dropdown,.el-color-picker__panel,.el-message-box,.el-notification{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-popover--plain{padding:18px 20px}.el-popover__title{color:#303133;font-size:16px;line-height:1;margin-bottom:12px}.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing){outline-width:0}.v-modal-enter{-webkit-animation:v-modal-in .2s ease;animation:v-modal-in .2s ease}.v-modal-leave{-webkit-animation:v-modal-out .2s ease forwards;animation:v-modal-out .2s ease forwards}@keyframes v-modal-in{0%{opacity:0}}@keyframes v-modal-out{100%{opacity:0}}.v-modal{position:fixed;left:0;top:0;width:100%;height:100%;opacity:.5;background:#000}.el-popup-parent--hidden{overflow:hidden}.el-message-box{display:inline-block;width:420px;padding-bottom:10px;vertical-align:middle;background-color:#FFF;border-radius:4px;border:1px solid #EBEEF5;font-size:18px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);text-align:left;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden}.el-message-box__wrapper{position:fixed;top:0;bottom:0;left:0;right:0;text-align:center}.el-message-box__wrapper::after{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.el-message-box__header{position:relative;padding:15px 15px 10px}.el-message-box__title{padding-left:0;margin-bottom:0;font-size:18px;line-height:1;color:#303133}.el-message-box__headerbtn{position:absolute;top:15px;right:15px;padding:0;border:none;outline:0;background:0 0;font-size:16px;cursor:pointer}.el-form-item.is-error .el-input__inner,.el-form-item.is-error .el-input__inner:focus,.el-form-item.is-error .el-textarea__inner,.el-form-item.is-error .el-textarea__inner:focus,.el-message-box__input input.invalid,.el-message-box__input input.invalid:focus{border-color:#F56C6C}.el-message-box__headerbtn .el-message-box__close{color:#909399}.el-message-box__headerbtn:focus .el-message-box__close,.el-message-box__headerbtn:hover .el-message-box__close{color:#409EFF}.el-message-box__content{padding:10px 15px;color:#606266;font-size:14px}.el-message-box__container{position:relative}.el-message-box__input{padding-top:15px}.el-message-box__status{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:24px!important}.el-message-box__status::before{padding-left:1px}.el-message-box__status+.el-message-box__message{padding-left:36px;padding-right:12px}.el-message-box__status.el-icon-success{color:#67C23A}.el-message-box__status.el-icon-info{color:#909399}.el-message-box__status.el-icon-warning{color:#E6A23C}.el-message-box__status.el-icon-error{color:#F56C6C}.el-message-box__message{margin:0}.el-message-box__message p{margin:0;line-height:24px}.el-message-box__errormsg{color:#F56C6C;font-size:12px;min-height:18px;margin-top:2px}.el-message-box__btns{padding:5px 15px 0;text-align:right}.el-message-box__btns button:nth-child(2){margin-left:10px}.el-message-box__btns-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.el-message-box--center{padding-bottom:30px}.el-message-box--center .el-message-box__header{padding-top:30px}.el-message-box--center .el-message-box__title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message-box--center .el-message-box__status{position:relative;top:auto;padding-right:5px;text-align:center;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.el-message-box--center .el-message-box__message{margin-left:0}.el-message-box--center .el-message-box__btns,.el-message-box--center .el-message-box__content{text-align:center}.el-message-box--center .el-message-box__content{padding-left:27px;padding-right:27px}.msgbox-fade-enter-active{-webkit-animation:msgbox-fade-in .3s;animation:msgbox-fade-in .3s}.msgbox-fade-leave-active{-webkit-animation:msgbox-fade-out .3s;animation:msgbox-fade-out .3s}@-webkit-keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes msgbox-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes msgbox-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-breadcrumb{font-size:14px;line-height:1}.el-breadcrumb::after,.el-breadcrumb::before{display:table;content:""}.el-breadcrumb::after{clear:both}.el-breadcrumb__separator{margin:0 9px;font-weight:700;color:#C0C4CC}.el-breadcrumb__separator[class*=icon]{margin:0 6px;font-weight:400}.el-breadcrumb__item{float:left}.el-breadcrumb__inner{color:#606266}.el-breadcrumb__inner a,.el-breadcrumb__inner.is-link{font-weight:700;text-decoration:none;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1);color:#303133}.el-breadcrumb__inner a:hover,.el-breadcrumb__inner.is-link:hover{color:#409EFF;cursor:pointer}.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover{font-weight:400;color:#606266;cursor:text}.el-form--label-left .el-form-item__label{text-align:left}.el-form--label-top .el-form-item__label{float:none;display:inline-block;text-align:left;padding:0 0 10px}.el-form--inline .el-form-item{display:inline-block;margin-right:10px;vertical-align:top}.el-form--inline .el-form-item__label{float:none;display:inline-block}.el-form--inline .el-form-item__content{display:inline-block;vertical-align:top}.el-form--inline.el-form--label-top .el-form-item__content{display:block}.el-form-item{margin-bottom:22px}.el-form-item::after,.el-form-item::before{display:table;content:""}.el-form-item::after{clear:both}.el-form-item .el-form-item{margin-bottom:0}.el-form-item--mini.el-form-item,.el-form-item--small.el-form-item{margin-bottom:18px}.el-form-item .el-input__validateIcon{display:none}.el-form-item--medium .el-form-item__content,.el-form-item--medium .el-form-item__label{line-height:36px}.el-form-item--small .el-form-item__content,.el-form-item--small .el-form-item__label{line-height:32px}.el-form-item--small .el-form-item__error{padding-top:2px}.el-form-item--mini .el-form-item__content,.el-form-item--mini .el-form-item__label{line-height:28px}.el-form-item--mini .el-form-item__error{padding-top:1px}.el-form-item__label-wrap{float:left}.el-form-item__label-wrap .el-form-item__label{display:inline-block;float:none}.el-form-item__label{text-align:right;vertical-align:middle;float:left;font-size:14px;color:#606266;line-height:40px;padding:0 12px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-form-item__content{line-height:40px;position:relative;font-size:14px}.el-form-item__content::after,.el-form-item__content::before{display:table;content:""}.el-form-item__content::after{clear:both}.el-form-item__content .el-input-group{vertical-align:top}.el-form-item__error{color:#F56C6C;font-size:12px;line-height:1;padding-top:4px;position:absolute;top:100%;left:0}.el-form-item__error--inline{position:relative;top:auto;left:auto;display:inline-block;margin-left:10px}.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{content:'*';color:#F56C6C;margin-right:4px}.el-form-item.is-error .el-input-group__append .el-input__inner,.el-form-item.is-error .el-input-group__prepend .el-input__inner{border-color:transparent}.el-form-item.is-error .el-input__validateIcon{color:#F56C6C}.el-form-item--feedback .el-input__validateIcon{display:inline-block}.el-tabs__header{padding:0;position:relative;margin:0 0 15px}.el-tabs__active-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#409EFF;z-index:1;-webkit-transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:-webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1), -webkit-transform .3s cubic-bezier(.645,.045,.355,1);transition:transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);list-style:none}.el-tabs__new-tab{float:right;border:1px solid #d3dce6;height:18px;width:18px;line-height:18px;margin:12px 0 9px 10px;border-radius:3px;text-align:center;font-size:12px;color:#d3dce6;cursor:pointer;-webkit-transition:all .15s;transition:all .15s}.el-tabs__new-tab .el-icon-plus{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}.el-tabs__new-tab:hover{color:#409EFF}.el-tabs__nav-wrap{overflow:hidden;margin-bottom:-1px;position:relative}.el-tabs__nav-wrap::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#E4E7ED;z-index:1}.el-tabs__nav-wrap.is-scrollable{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs__nav-scroll{overflow:hidden}.el-tabs__nav-next,.el-tabs__nav-prev{position:absolute;cursor:pointer;line-height:44px;font-size:12px;color:#909399}.el-tabs__nav-next{right:0}.el-tabs__nav-prev{left:0}.el-tabs__nav{white-space:nowrap;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;float:left;z-index:2}.el-tabs__nav.is-stretch{min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.el-tabs__nav.is-stretch>*{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.el-tabs__item{padding:0 20px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:40px;display:inline-block;list-style:none;font-size:14px;font-weight:500;color:#303133;position:relative}.el-tabs__item:focus,.el-tabs__item:focus:active{outline:0}.el-tabs__item:focus.is-active.is-focus:not(:active){-webkit-box-shadow:0 0 2px 2px #409EFF inset;box-shadow:0 0 2px 2px #409EFF inset;border-radius:3px}.el-tabs__item .el-icon-close{border-radius:50%;text-align:center;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);margin-left:5px}.el-tabs__item .el-icon-close:before{-webkit-transform:scale(.9);transform:scale(.9);display:inline-block}.el-tabs--card>.el-tabs__header .el-tabs__active-bar,.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left,.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right{display:none}.el-tabs__item .el-icon-close:hover{background-color:#C0C4CC;color:#FFF}.el-tabs__item.is-active{color:#409EFF}.el-tabs__item:hover{color:#409EFF;cursor:pointer}.el-tabs__item.is-disabled{color:#C0C4CC;cursor:default}.el-tabs__content{overflow:hidden;position:relative}.el-tabs--card>.el-tabs__header{border-bottom:1px solid #E4E7ED}.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--card>.el-tabs__header .el-tabs__nav{border:1px solid #E4E7ED;border-bottom:none;border-radius:4px 4px 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close{position:relative;font-size:12px;width:0;height:14px;vertical-align:middle;line-height:15px;overflow:hidden;top:-1px;right:-2px;-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.el-tabs--card>.el-tabs__header .el-tabs__item{border-bottom:1px solid transparent;border-left:1px solid #E4E7ED;-webkit-transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);transition:color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)}.el-tabs--card>.el-tabs__header .el-tabs__item:first-child{border-left:none}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover{padding-left:13px;padding-right:13px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close{width:14px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active{border-bottom-color:#FFF}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable{padding-left:20px;padding-right:20px}.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close{width:14px}.el-tabs--border-card{background:#FFF;border:1px solid #DCDFE6;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);box-shadow:0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)}.el-tabs--border-card>.el-tabs__content{padding:15px}.el-tabs--border-card>.el-tabs__header{background-color:#F5F7FA;border-bottom:1px solid #E4E7ED;margin:0}.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap::after{content:none}.el-tabs--border-card>.el-tabs__header .el-tabs__item{-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);border:1px solid transparent;margin-top:-1px;color:#909399}.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child{margin-left:-1px}.el-col-offset-0,.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child{margin-left:0}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active{color:#409EFF;background-color:#FFF;border-right-color:#DCDFE6;border-left-color:#DCDFE6}.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover{color:#409EFF}.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled{color:#C0C4CC}.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),.el-tabs--top .el-tabs__item.is-top:nth-child(2){padding-left:0}.el-tabs--bottom .el-tabs__item.is-bottom:last-child,.el-tabs--bottom .el-tabs__item.is-top:last-child,.el-tabs--top .el-tabs__item.is-bottom:last-child,.el-tabs--top .el-tabs__item.is-top:last-child{padding-right:0}.el-cascader-menu:last-child .el-cascader-node,.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:last-child,.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:last-child{padding-right:20px}.el-tabs--bottom .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--bottom.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--left>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top .el-tabs--right>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--border-card>.el-tabs__header .el-tabs__item:nth-child(2),.el-tabs--top.el-tabs--card>.el-tabs__header .el-tabs__item:nth-child(2){padding-left:20px}.el-tabs--bottom .el-tabs__header.is-bottom{margin-bottom:0;margin-top:10px}.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom{border-bottom:0;border-top:1px solid #DCDFE6}.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom{margin-top:-1px;margin-bottom:0}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active){border:1px solid transparent}.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom{margin:0 -1px -1px}.el-tabs--left,.el-tabs--right{overflow:hidden}.el-tabs--left .el-tabs__header.is-left,.el-tabs--left .el-tabs__header.is-right,.el-tabs--left .el-tabs__nav-scroll,.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__header.is-left,.el-tabs--right .el-tabs__header.is-right,.el-tabs--right .el-tabs__nav-scroll,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{height:100%}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__active-bar.is-right,.el-tabs--right .el-tabs__active-bar.is-left,.el-tabs--right .el-tabs__active-bar.is-right{top:0;bottom:auto;width:2px;height:auto}.el-tabs--left .el-tabs__nav-wrap.is-left,.el-tabs--left .el-tabs__nav-wrap.is-right,.el-tabs--right .el-tabs__nav-wrap.is-left,.el-tabs--right .el-tabs__nav-wrap.is-right{margin-bottom:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{height:30px;line-height:30px;width:100%;text-align:center;cursor:pointer}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev{left:auto;top:0}.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next{right:auto;bottom:0}.el-tabs--left .el-tabs__active-bar.is-left,.el-tabs--left .el-tabs__nav-wrap.is-left::after{right:0;left:auto}.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable{padding:30px 0}.el-tabs--left .el-tabs__nav-wrap.is-left::after,.el-tabs--left .el-tabs__nav-wrap.is-right::after,.el-tabs--right .el-tabs__nav-wrap.is-left::after,.el-tabs--right .el-tabs__nav-wrap.is-right::after{height:100%;width:2px;bottom:auto;top:0}.el-tabs--left .el-tabs__nav.is-left,.el-tabs--left .el-tabs__nav.is-right,.el-tabs--right .el-tabs__nav.is-left,.el-tabs--right .el-tabs__nav.is-right{float:none}.el-tabs--left .el-tabs__item.is-left,.el-tabs--left .el-tabs__item.is-right,.el-tabs--right .el-tabs__item.is-left,.el-tabs--right .el-tabs__item.is-right{display:block}.el-tabs--left .el-tabs__header.is-left{float:left;margin-bottom:0;margin-right:10px}.el-button-group>.el-button:not(:last-child),.el-tabs--left .el-tabs__nav-wrap.is-left{margin-right:-1px}.el-tabs--left .el-tabs__item.is-left{text-align:right}.el-tabs--left.el-tabs--card .el-tabs__item.is-left{border-left:none;border-right:1px solid #E4E7ED;border-bottom:none;border-top:1px solid #E4E7ED;text-align:left}.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child{border-right:1px solid #E4E7ED;border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active{border:1px solid #E4E7ED;border-right-color:#fff;border-left:none;border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child{border-top:none}.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child{border-bottom:none}.el-tabs--left.el-tabs--card .el-tabs__nav{border-radius:4px 0 0 4px;border-bottom:1px solid #E4E7ED;border-right:none}.el-tabs--left.el-tabs--card .el-tabs__new-tab{float:none}.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left{border-right:1px solid #dfe4ed}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left{border:1px solid transparent;margin:-1px 0 -1px -1px}.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active{border-color:#d1dbe5 transparent}.el-tabs--right .el-tabs__header.is-right{float:right;margin-bottom:0;margin-left:10px}.el-tabs--right .el-tabs__nav-wrap.is-right{margin-left:-1px}.el-tabs--right .el-tabs__nav-wrap.is-right::after{left:0;right:auto}.el-tabs--right .el-tabs__active-bar.is-right{left:0}.el-tabs--right.el-tabs--card .el-tabs__item.is-right{border-bottom:none;border-top:1px solid #E4E7ED}.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child{border-left:1px solid #E4E7ED;border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active{border:1px solid #E4E7ED;border-left-color:#fff;border-right:none;border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child{border-top:none}.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child{border-bottom:none}.el-tabs--right.el-tabs--card .el-tabs__nav{border-radius:0 4px 4px 0;border-bottom:1px solid #E4E7ED;border-left:none}.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right{border-left:1px solid #dfe4ed}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right{border:1px solid transparent;margin:-1px -1px -1px 0}.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active{border-color:#d1dbe5 transparent}.slideInLeft-transition,.slideInRight-transition{display:inline-block}.slideInRight-enter{-webkit-animation:slideInRight-enter .3s;animation:slideInRight-enter .3s}.slideInRight-leave{position:absolute;left:0;right:0;-webkit-animation:slideInRight-leave .3s;animation:slideInRight-leave .3s}.slideInLeft-enter{-webkit-animation:slideInLeft-enter .3s;animation:slideInLeft-enter .3s}.slideInLeft-leave{position:absolute;left:0;right:0;-webkit-animation:slideInLeft-leave .3s;animation:slideInLeft-leave .3s}@-webkit-keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@keyframes slideInRight-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(100%);transform:translateX(100%);opacity:0}}@-webkit-keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft-enter{0%{opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}@keyframes slideInLeft-leave{0%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:60px;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:14px}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:1px;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content:hover,.el-upload-list__item:hover{background-color:#F5F7FA}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:6px}.el-tree-node__content>label.el-checkbox{margin-right:8px}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:12px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:14px}.el-tree-node__loading-icon{margin-right:8px;font-size:14px;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}.el-alert{width:100%;padding:8px 16px;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;position:relative;background-color:#FFF;overflow:hidden;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity .2s;transition:opacity .2s}.el-alert.is-light .el-alert__closebtn{color:#C0C4CC}.el-alert.is-dark .el-alert__closebtn,.el-alert.is-dark .el-alert__description{color:#FFF}.el-alert.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-alert--success.is-light{background-color:#f0f9eb;color:#67C23A}.el-alert--success.is-light .el-alert__description{color:#67C23A}.el-alert--success.is-dark{background-color:#67C23A;color:#FFF}.el-alert--info.is-light{background-color:#f4f4f5;color:#909399}.el-alert--info.is-dark{background-color:#909399;color:#FFF}.el-alert--info .el-alert__description{color:#909399}.el-alert--warning.is-light{background-color:#fdf6ec;color:#E6A23C}.el-alert--warning.is-light .el-alert__description{color:#E6A23C}.el-alert--warning.is-dark{background-color:#E6A23C;color:#FFF}.el-alert--error.is-light{background-color:#fef0f0;color:#F56C6C}.el-alert--error.is-light .el-alert__description{color:#F56C6C}.el-alert--error.is-dark{background-color:#F56C6C;color:#FFF}.el-alert__content{display:table-cell;padding:0 8px}.el-alert__icon{font-size:16px;width:16px}.el-alert__icon.is-big{font-size:28px;width:28px}.el-alert__title{font-size:13px;line-height:18px}.el-alert__title.is-bold{font-weight:700}.el-alert .el-alert__description{font-size:12px;margin:5px 0 0}.el-alert__closebtn{font-size:12px;opacity:1;position:absolute;top:12px;right:15px;cursor:pointer}.el-alert-fade-enter,.el-alert-fade-leave-active,.el-loading-fade-enter,.el-loading-fade-leave-active,.el-notification-fade-leave-active,.el-upload iframe{opacity:0}.el-carousel__arrow--right,.el-notification.right{right:16px}.el-alert__closebtn.is-customed{font-style:normal;font-size:13px;top:9px}.el-notification{display:-webkit-box;display:-ms-flexbox;display:flex;width:330px;padding:14px 26px 14px 13px;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #EBEEF5;position:fixed;background-color:#FFF;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.el-notification.left{left:16px}.el-notification__group{margin-left:13px;margin-right:8px}.el-notification__title{font-weight:700;font-size:16px;color:#303133;margin:0}.el-notification__content{font-size:14px;line-height:21px;margin:6px 0 0;color:#606266;text-align:justify}.el-notification__content p{margin:0}.el-notification__icon{height:24px;width:24px;font-size:24px}.el-notification__closeBtn{position:absolute;top:18px;right:15px;cursor:pointer;color:#909399;font-size:16px}.el-notification__closeBtn:hover{color:#606266}.el-notification .el-icon-success{color:#67C23A}.el-notification .el-icon-error{color:#F56C6C}.el-notification .el-icon-info{color:#909399}.el-notification .el-icon-warning{color:#E6A23C}.el-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.el-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.el-input-number{position:relative;display:inline-block;width:180px;line-height:38px}.el-input-number .el-input{display:block}.el-input-number .el-input__inner{-webkit-appearance:none;padding-left:50px;padding-right:50px;text-align:center}.el-input-number__decrease,.el-input-number__increase{position:absolute;z-index:1;top:1px;width:40px;height:auto;text-align:center;background:#F5F7FA;color:#606266;cursor:pointer;font-size:13px}.el-input-number__decrease:hover,.el-input-number__increase:hover{color:#409EFF}.el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled){border-color:#409EFF}.el-input-number__decrease.is-disabled,.el-input-number__increase.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-input-number__increase{right:1px;border-radius:0 4px 4px 0;border-left:1px solid #DCDFE6}.el-input-number__decrease{left:1px;border-radius:4px 0 0 4px;border-right:1px solid #DCDFE6}.el-input-number.is-disabled .el-input-number__decrease,.el-input-number.is-disabled .el-input-number__increase{border-color:#E4E7ED;color:#E4E7ED}.el-input-number.is-disabled .el-input-number__decrease:hover,.el-input-number.is-disabled .el-input-number__increase:hover{color:#E4E7ED;cursor:not-allowed}.el-input-number--medium{width:200px;line-height:34px}.el-input-number--medium .el-input-number__decrease,.el-input-number--medium .el-input-number__increase{width:36px;font-size:14px}.el-input-number--medium .el-input__inner{padding-left:43px;padding-right:43px}.el-input-number--small{width:130px;line-height:30px}.el-input-number--small .el-input-number__decrease,.el-input-number--small .el-input-number__increase{width:32px;font-size:13px}.el-input-number--small .el-input-number__decrease [class*=el-icon],.el-input-number--small .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.9);transform:scale(.9)}.el-input-number--small .el-input__inner{padding-left:39px;padding-right:39px}.el-input-number--mini{width:130px;line-height:26px}.el-input-number--mini .el-input-number__decrease,.el-input-number--mini .el-input-number__increase{width:28px;font-size:12px}.el-input-number--mini .el-input-number__decrease [class*=el-icon],.el-input-number--mini .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number--mini .el-input__inner{padding-left:35px;padding-right:35px}.el-input-number.is-without-controls .el-input__inner{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__inner{padding-left:15px;padding-right:50px}.el-input-number.is-controls-right .el-input-number__decrease,.el-input-number.is-controls-right .el-input-number__increase{height:auto;line-height:19px}.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon],.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon]{-webkit-transform:scale(.8);transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 4px 0 0;border-bottom:1px solid #DCDFE6}.el-input-number.is-controls-right .el-input-number__decrease{right:1px;bottom:1px;top:auto;left:auto;border-right:none;border-left:1px solid #DCDFE6;border-radius:0 0 4px}.el-input-number.is-controls-right[class*=medium] [class*=decrease],.el-input-number.is-controls-right[class*=medium] [class*=increase]{line-height:17px}.el-input-number.is-controls-right[class*=small] [class*=decrease],.el-input-number.is-controls-right[class*=small] [class*=increase]{line-height:15px}.el-input-number.is-controls-right[class*=mini] [class*=decrease],.el-input-number.is-controls-right[class*=mini] [class*=increase]{line-height:13px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:4px;padding:10px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow::after{content:" ";border-width:5px}.el-button-group::after,.el-button-group::before,.el-color-dropdown__main-wrapper::after,.el-link.is-underline:hover:after,.el-page-header__left::after,.el-progress-bar__inner::after,.el-row::after,.el-row::before,.el-slider::after,.el-slider::before,.el-slider__button-wrapper::after,.el-transfer-panel .el-transfer-panel__footer::after,.el-upload-cover::after,.el-upload-list--picture-card .el-upload-list__item-actions::after{content:""}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-5px;border-top-color:#303133;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-5px;border-top-width:0;border-bottom-color:#303133}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow::after{bottom:-5px;left:1px;border-right-color:#303133;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-5px;margin-left:-5px;border-right-width:0;border-left-color:#303133}.el-tooltip__popper.is-dark{background:#303133;color:#FFF}.el-tooltip__popper.is-light{background:#FFF;border:1px solid #303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#303133}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after{border-top-color:#FFF}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#303133}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after{border-bottom-color:#FFF}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#303133}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after{border-left-color:#FFF}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#303133}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after{border-right-color:#FFF}.el-slider::after,.el-slider::before{display:table}.el-slider__button-wrapper .el-tooltip,.el-slider__button-wrapper::after{display:inline-block;vertical-align:middle}.el-slider::after{clear:both}.el-slider__runway{width:100%;height:6px;margin:16px 0;background-color:#E4E7ED;border-radius:3px;position:relative;cursor:pointer;vertical-align:middle}.el-slider__runway.show-input{margin-right:160px;width:auto}.el-slider__runway.disabled{cursor:default}.el-slider__runway.disabled .el-slider__bar{background-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button{border-color:#C0C4CC}.el-slider__runway.disabled .el-slider__button-wrapper.dragging,.el-slider__runway.disabled .el-slider__button-wrapper.hover,.el-slider__runway.disabled .el-slider__button-wrapper:hover{cursor:not-allowed}.el-slider__runway.disabled .el-slider__button.dragging,.el-slider__runway.disabled .el-slider__button.hover,.el-slider__runway.disabled .el-slider__button:hover{-webkit-transform:scale(1);transform:scale(1);cursor:not-allowed}.el-slider__button-wrapper,.el-slider__stop{-webkit-transform:translateX(-50%);position:absolute}.el-slider__input{float:right;margin-top:3px;width:130px}.el-slider__input.el-input-number--mini{margin-top:5px}.el-slider__input.el-input-number--medium{margin-top:0}.el-slider__input.el-input-number--large{margin-top:-2px}.el-slider__bar{height:6px;background-color:#409EFF;border-top-left-radius:3px;border-bottom-left-radius:3px;position:absolute}.el-slider__button-wrapper{height:36px;width:36px;z-index:1001;top:-15px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:transparent;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:normal}.el-image-viewer__btn,.el-slider__button,.el-step__icon-inner{-moz-user-select:none;-ms-user-select:none}.el-slider__button-wrapper::after{height:100%}.el-slider__button-wrapper.hover,.el-slider__button-wrapper:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button-wrapper.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__button{width:16px;height:16px;border:2px solid #409EFF;background-color:#FFF;border-radius:50%;-webkit-transition:.2s;transition:.2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-slider__button.dragging,.el-slider__button.hover,.el-slider__button:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.el-slider__button.hover,.el-slider__button:hover{cursor:-webkit-grab;cursor:grab}.el-slider__button.dragging{cursor:-webkit-grabbing;cursor:grabbing}.el-slider__stop{height:6px;width:6px;border-radius:100%;background-color:#FFF;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-slider__marks{top:0;left:12px;width:18px;height:100%}.el-slider__marks-text{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:14px;color:#909399;margin-top:15px}.el-slider.is-vertical{position:relative}.el-slider.is-vertical .el-slider__runway{width:6px;height:100%;margin:0 16px}.el-slider.is-vertical .el-slider__bar{width:6px;height:auto;border-radius:0 0 3px 3px}.el-slider.is-vertical .el-slider__button-wrapper{top:auto;left:-15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical .el-slider__stop{-webkit-transform:translateY(50%);transform:translateY(50%)}.el-slider.is-vertical.el-slider--with-input{padding-bottom:58px}.el-slider.is-vertical.el-slider--with-input .el-slider__input{overflow:visible;float:none;position:absolute;bottom:22px;width:36px;margin-top:15px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner{text-align:center;padding-left:5px;padding-right:5px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{top:32px;margin-top:-1px;border:1px solid #DCDFE6;line-height:20px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease{width:18px;right:18px;border-bottom-left-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase{width:19px;border-bottom-right-radius:4px}.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase~.el-input .el-input__inner{border-bottom-left-radius:0;border-bottom-right-radius:0}.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase{border-color:#C0C4CC}.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase{border-color:#409EFF}.el-slider.is-vertical .el-slider__marks-text{margin-top:0;left:15px;-webkit-transform:translateY(50%);transform:translateY(50%)}.el-loading-parent--relative{position:relative!important}.el-loading-parent--hidden{overflow:hidden!important}.el-loading-mask{position:absolute;z-index:2000;background-color:rgba(255,255,255,.9);margin:0;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s;transition:opacity .3s}.el-loading-mask.is-fullscreen{position:fixed}.el-loading-mask.is-fullscreen .el-loading-spinner{margin-top:-25px}.el-loading-mask.is-fullscreen .el-loading-spinner .circular{height:50px;width:50px}.el-loading-spinner{top:50%;margin-top:-21px;width:100%;text-align:center;position:absolute}.el-col-pull-0,.el-col-pull-1,.el-col-pull-10,.el-col-pull-11,.el-col-pull-12,.el-col-pull-13,.el-col-pull-14,.el-col-pull-15,.el-col-pull-16,.el-col-pull-17,.el-col-pull-18,.el-col-pull-19,.el-col-pull-2,.el-col-pull-20,.el-col-pull-21,.el-col-pull-22,.el-col-pull-23,.el-col-pull-24,.el-col-pull-3,.el-col-pull-4,.el-col-pull-5,.el-col-pull-6,.el-col-pull-7,.el-col-pull-8,.el-col-pull-9,.el-col-push-0,.el-col-push-1,.el-col-push-10,.el-col-push-11,.el-col-push-12,.el-col-push-13,.el-col-push-14,.el-col-push-15,.el-col-push-16,.el-col-push-17,.el-col-push-18,.el-col-push-19,.el-col-push-2,.el-col-push-20,.el-col-push-21,.el-col-push-22,.el-col-push-23,.el-col-push-24,.el-col-push-3,.el-col-push-4,.el-col-push-5,.el-col-push-6,.el-col-push-7,.el-col-push-8,.el-col-push-9,.el-row,.el-upload-dragger,.el-upload-list__item{position:relative}.el-loading-spinner .el-loading-text{color:#409EFF;margin:3px 0;font-size:14px}.el-loading-spinner .circular{height:42px;width:42px;-webkit-animation:loading-rotate 2s linear infinite;animation:loading-rotate 2s linear infinite}.el-loading-spinner .path{-webkit-animation:loading-dash 1.5s ease-in-out infinite;animation:loading-dash 1.5s ease-in-out infinite;stroke-dasharray:90,150;stroke-dashoffset:0;stroke-width:2;stroke:#409EFF;stroke-linecap:round}.el-loading-spinner i{color:#409EFF}@-webkit-keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}@keyframes loading-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40px}100%{stroke-dasharray:90,150;stroke-dashoffset:-120px}}.el-row{-webkit-box-sizing:border-box;box-sizing:border-box}.el-row::after,.el-row::before{display:table}.el-row::after{clear:both}.el-row--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.el-col-0,.el-row--flex:after,.el-row--flex:before{display:none}.el-row--flex.is-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-row--flex.is-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.el-row--flex.is-justify-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.el-row--flex.is-justify-space-around{-ms-flex-pack:distribute;justify-content:space-around}.el-row--flex.is-align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.el-row--flex.is-align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-row--flex.is-align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}[class*=el-col-]{float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-col-0{width:0%}.el-col-pull-0{right:0}.el-col-push-0{left:0}.el-col-1{width:4.16667%}.el-col-offset-1{margin-left:4.16667%}.el-col-pull-1{right:4.16667%}.el-col-push-1{left:4.16667%}.el-col-2{width:8.33333%}.el-col-offset-2{margin-left:8.33333%}.el-col-pull-2{right:8.33333%}.el-col-push-2{left:8.33333%}.el-col-3{width:12.5%}.el-col-offset-3{margin-left:12.5%}.el-col-pull-3{right:12.5%}.el-col-push-3{left:12.5%}.el-col-4{width:16.66667%}.el-col-offset-4{margin-left:16.66667%}.el-col-pull-4{right:16.66667%}.el-col-push-4{left:16.66667%}.el-col-5{width:20.83333%}.el-col-offset-5{margin-left:20.83333%}.el-col-pull-5{right:20.83333%}.el-col-push-5{left:20.83333%}.el-col-6{width:25%}.el-col-offset-6{margin-left:25%}.el-col-pull-6{right:25%}.el-col-push-6{left:25%}.el-col-7{width:29.16667%}.el-col-offset-7{margin-left:29.16667%}.el-col-pull-7{right:29.16667%}.el-col-push-7{left:29.16667%}.el-col-8{width:33.33333%}.el-col-offset-8{margin-left:33.33333%}.el-col-pull-8{right:33.33333%}.el-col-push-8{left:33.33333%}.el-col-9{width:37.5%}.el-col-offset-9{margin-left:37.5%}.el-col-pull-9{right:37.5%}.el-col-push-9{left:37.5%}.el-col-10{width:41.66667%}.el-col-offset-10{margin-left:41.66667%}.el-col-pull-10{right:41.66667%}.el-col-push-10{left:41.66667%}.el-col-11{width:45.83333%}.el-col-offset-11{margin-left:45.83333%}.el-col-pull-11{right:45.83333%}.el-col-push-11{left:45.83333%}.el-col-12{width:50%}.el-col-offset-12{margin-left:50%}.el-col-pull-12{right:50%}.el-col-push-12{left:50%}.el-col-13{width:54.16667%}.el-col-offset-13{margin-left:54.16667%}.el-col-pull-13{right:54.16667%}.el-col-push-13{left:54.16667%}.el-col-14{width:58.33333%}.el-col-offset-14{margin-left:58.33333%}.el-col-pull-14{right:58.33333%}.el-col-push-14{left:58.33333%}.el-col-15{width:62.5%}.el-col-offset-15{margin-left:62.5%}.el-col-pull-15{right:62.5%}.el-col-push-15{left:62.5%}.el-col-16{width:66.66667%}.el-col-offset-16{margin-left:66.66667%}.el-col-pull-16{right:66.66667%}.el-col-push-16{left:66.66667%}.el-col-17{width:70.83333%}.el-col-offset-17{margin-left:70.83333%}.el-col-pull-17{right:70.83333%}.el-col-push-17{left:70.83333%}.el-col-18{width:75%}.el-col-offset-18{margin-left:75%}.el-col-pull-18{right:75%}.el-col-push-18{left:75%}.el-col-19{width:79.16667%}.el-col-offset-19{margin-left:79.16667%}.el-col-pull-19{right:79.16667%}.el-col-push-19{left:79.16667%}.el-col-20{width:83.33333%}.el-col-offset-20{margin-left:83.33333%}.el-col-pull-20{right:83.33333%}.el-col-push-20{left:83.33333%}.el-col-21{width:87.5%}.el-col-offset-21{margin-left:87.5%}.el-col-pull-21{right:87.5%}.el-col-push-21{left:87.5%}.el-col-22{width:91.66667%}.el-col-offset-22{margin-left:91.66667%}.el-col-pull-22{right:91.66667%}.el-col-push-22{left:91.66667%}.el-col-23{width:95.83333%}.el-col-offset-23{margin-left:95.83333%}.el-col-pull-23{right:95.83333%}.el-col-push-23{left:95.83333%}.el-col-24{width:100%}.el-col-offset-24{margin-left:100%}.el-col-pull-24{right:100%}.el-col-push-24{left:100%}@media only screen and (max-width:767px){.el-col-xs-0{display:none;width:0%}.el-col-xs-offset-0{margin-left:0}.el-col-xs-pull-0{position:relative;right:0}.el-col-xs-push-0{position:relative;left:0}.el-col-xs-1{width:4.16667%}.el-col-xs-offset-1{margin-left:4.16667%}.el-col-xs-pull-1{position:relative;right:4.16667%}.el-col-xs-push-1{position:relative;left:4.16667%}.el-col-xs-2{width:8.33333%}.el-col-xs-offset-2{margin-left:8.33333%}.el-col-xs-pull-2{position:relative;right:8.33333%}.el-col-xs-push-2{position:relative;left:8.33333%}.el-col-xs-3{width:12.5%}.el-col-xs-offset-3{margin-left:12.5%}.el-col-xs-pull-3{position:relative;right:12.5%}.el-col-xs-push-3{position:relative;left:12.5%}.el-col-xs-4{width:16.66667%}.el-col-xs-offset-4{margin-left:16.66667%}.el-col-xs-pull-4{position:relative;right:16.66667%}.el-col-xs-push-4{position:relative;left:16.66667%}.el-col-xs-5{width:20.83333%}.el-col-xs-offset-5{margin-left:20.83333%}.el-col-xs-pull-5{position:relative;right:20.83333%}.el-col-xs-push-5{position:relative;left:20.83333%}.el-col-xs-6{width:25%}.el-col-xs-offset-6{margin-left:25%}.el-col-xs-pull-6{position:relative;right:25%}.el-col-xs-push-6{position:relative;left:25%}.el-col-xs-7{width:29.16667%}.el-col-xs-offset-7{margin-left:29.16667%}.el-col-xs-pull-7{position:relative;right:29.16667%}.el-col-xs-push-7{position:relative;left:29.16667%}.el-col-xs-8{width:33.33333%}.el-col-xs-offset-8{margin-left:33.33333%}.el-col-xs-pull-8{position:relative;right:33.33333%}.el-col-xs-push-8{position:relative;left:33.33333%}.el-col-xs-9{width:37.5%}.el-col-xs-offset-9{margin-left:37.5%}.el-col-xs-pull-9{position:relative;right:37.5%}.el-col-xs-push-9{position:relative;left:37.5%}.el-col-xs-10{width:41.66667%}.el-col-xs-offset-10{margin-left:41.66667%}.el-col-xs-pull-10{position:relative;right:41.66667%}.el-col-xs-push-10{position:relative;left:41.66667%}.el-col-xs-11{width:45.83333%}.el-col-xs-offset-11{margin-left:45.83333%}.el-col-xs-pull-11{position:relative;right:45.83333%}.el-col-xs-push-11{position:relative;left:45.83333%}.el-col-xs-12{width:50%}.el-col-xs-offset-12{margin-left:50%}.el-col-xs-pull-12{position:relative;right:50%}.el-col-xs-push-12{position:relative;left:50%}.el-col-xs-13{width:54.16667%}.el-col-xs-offset-13{margin-left:54.16667%}.el-col-xs-pull-13{position:relative;right:54.16667%}.el-col-xs-push-13{position:relative;left:54.16667%}.el-col-xs-14{width:58.33333%}.el-col-xs-offset-14{margin-left:58.33333%}.el-col-xs-pull-14{position:relative;right:58.33333%}.el-col-xs-push-14{position:relative;left:58.33333%}.el-col-xs-15{width:62.5%}.el-col-xs-offset-15{margin-left:62.5%}.el-col-xs-pull-15{position:relative;right:62.5%}.el-col-xs-push-15{position:relative;left:62.5%}.el-col-xs-16{width:66.66667%}.el-col-xs-offset-16{margin-left:66.66667%}.el-col-xs-pull-16{position:relative;right:66.66667%}.el-col-xs-push-16{position:relative;left:66.66667%}.el-col-xs-17{width:70.83333%}.el-col-xs-offset-17{margin-left:70.83333%}.el-col-xs-pull-17{position:relative;right:70.83333%}.el-col-xs-push-17{position:relative;left:70.83333%}.el-col-xs-18{width:75%}.el-col-xs-offset-18{margin-left:75%}.el-col-xs-pull-18{position:relative;right:75%}.el-col-xs-push-18{position:relative;left:75%}.el-col-xs-19{width:79.16667%}.el-col-xs-offset-19{margin-left:79.16667%}.el-col-xs-pull-19{position:relative;right:79.16667%}.el-col-xs-push-19{position:relative;left:79.16667%}.el-col-xs-20{width:83.33333%}.el-col-xs-offset-20{margin-left:83.33333%}.el-col-xs-pull-20{position:relative;right:83.33333%}.el-col-xs-push-20{position:relative;left:83.33333%}.el-col-xs-21{width:87.5%}.el-col-xs-offset-21{margin-left:87.5%}.el-col-xs-pull-21{position:relative;right:87.5%}.el-col-xs-push-21{position:relative;left:87.5%}.el-col-xs-22{width:91.66667%}.el-col-xs-offset-22{margin-left:91.66667%}.el-col-xs-pull-22{position:relative;right:91.66667%}.el-col-xs-push-22{position:relative;left:91.66667%}.el-col-xs-23{width:95.83333%}.el-col-xs-offset-23{margin-left:95.83333%}.el-col-xs-pull-23{position:relative;right:95.83333%}.el-col-xs-push-23{position:relative;left:95.83333%}.el-col-xs-24{width:100%}.el-col-xs-offset-24{margin-left:100%}.el-col-xs-pull-24{position:relative;right:100%}.el-col-xs-push-24{position:relative;left:100%}}@media only screen and (min-width:768px){.el-col-sm-0{display:none;width:0%}.el-col-sm-offset-0{margin-left:0}.el-col-sm-pull-0{position:relative;right:0}.el-col-sm-push-0{position:relative;left:0}.el-col-sm-1{width:4.16667%}.el-col-sm-offset-1{margin-left:4.16667%}.el-col-sm-pull-1{position:relative;right:4.16667%}.el-col-sm-push-1{position:relative;left:4.16667%}.el-col-sm-2{width:8.33333%}.el-col-sm-offset-2{margin-left:8.33333%}.el-col-sm-pull-2{position:relative;right:8.33333%}.el-col-sm-push-2{position:relative;left:8.33333%}.el-col-sm-3{width:12.5%}.el-col-sm-offset-3{margin-left:12.5%}.el-col-sm-pull-3{position:relative;right:12.5%}.el-col-sm-push-3{position:relative;left:12.5%}.el-col-sm-4{width:16.66667%}.el-col-sm-offset-4{margin-left:16.66667%}.el-col-sm-pull-4{position:relative;right:16.66667%}.el-col-sm-push-4{position:relative;left:16.66667%}.el-col-sm-5{width:20.83333%}.el-col-sm-offset-5{margin-left:20.83333%}.el-col-sm-pull-5{position:relative;right:20.83333%}.el-col-sm-push-5{position:relative;left:20.83333%}.el-col-sm-6{width:25%}.el-col-sm-offset-6{margin-left:25%}.el-col-sm-pull-6{position:relative;right:25%}.el-col-sm-push-6{position:relative;left:25%}.el-col-sm-7{width:29.16667%}.el-col-sm-offset-7{margin-left:29.16667%}.el-col-sm-pull-7{position:relative;right:29.16667%}.el-col-sm-push-7{position:relative;left:29.16667%}.el-col-sm-8{width:33.33333%}.el-col-sm-offset-8{margin-left:33.33333%}.el-col-sm-pull-8{position:relative;right:33.33333%}.el-col-sm-push-8{position:relative;left:33.33333%}.el-col-sm-9{width:37.5%}.el-col-sm-offset-9{margin-left:37.5%}.el-col-sm-pull-9{position:relative;right:37.5%}.el-col-sm-push-9{position:relative;left:37.5%}.el-col-sm-10{width:41.66667%}.el-col-sm-offset-10{margin-left:41.66667%}.el-col-sm-pull-10{position:relative;right:41.66667%}.el-col-sm-push-10{position:relative;left:41.66667%}.el-col-sm-11{width:45.83333%}.el-col-sm-offset-11{margin-left:45.83333%}.el-col-sm-pull-11{position:relative;right:45.83333%}.el-col-sm-push-11{position:relative;left:45.83333%}.el-col-sm-12{width:50%}.el-col-sm-offset-12{margin-left:50%}.el-col-sm-pull-12{position:relative;right:50%}.el-col-sm-push-12{position:relative;left:50%}.el-col-sm-13{width:54.16667%}.el-col-sm-offset-13{margin-left:54.16667%}.el-col-sm-pull-13{position:relative;right:54.16667%}.el-col-sm-push-13{position:relative;left:54.16667%}.el-col-sm-14{width:58.33333%}.el-col-sm-offset-14{margin-left:58.33333%}.el-col-sm-pull-14{position:relative;right:58.33333%}.el-col-sm-push-14{position:relative;left:58.33333%}.el-col-sm-15{width:62.5%}.el-col-sm-offset-15{margin-left:62.5%}.el-col-sm-pull-15{position:relative;right:62.5%}.el-col-sm-push-15{position:relative;left:62.5%}.el-col-sm-16{width:66.66667%}.el-col-sm-offset-16{margin-left:66.66667%}.el-col-sm-pull-16{position:relative;right:66.66667%}.el-col-sm-push-16{position:relative;left:66.66667%}.el-col-sm-17{width:70.83333%}.el-col-sm-offset-17{margin-left:70.83333%}.el-col-sm-pull-17{position:relative;right:70.83333%}.el-col-sm-push-17{position:relative;left:70.83333%}.el-col-sm-18{width:75%}.el-col-sm-offset-18{margin-left:75%}.el-col-sm-pull-18{position:relative;right:75%}.el-col-sm-push-18{position:relative;left:75%}.el-col-sm-19{width:79.16667%}.el-col-sm-offset-19{margin-left:79.16667%}.el-col-sm-pull-19{position:relative;right:79.16667%}.el-col-sm-push-19{position:relative;left:79.16667%}.el-col-sm-20{width:83.33333%}.el-col-sm-offset-20{margin-left:83.33333%}.el-col-sm-pull-20{position:relative;right:83.33333%}.el-col-sm-push-20{position:relative;left:83.33333%}.el-col-sm-21{width:87.5%}.el-col-sm-offset-21{margin-left:87.5%}.el-col-sm-pull-21{position:relative;right:87.5%}.el-col-sm-push-21{position:relative;left:87.5%}.el-col-sm-22{width:91.66667%}.el-col-sm-offset-22{margin-left:91.66667%}.el-col-sm-pull-22{position:relative;right:91.66667%}.el-col-sm-push-22{position:relative;left:91.66667%}.el-col-sm-23{width:95.83333%}.el-col-sm-offset-23{margin-left:95.83333%}.el-col-sm-pull-23{position:relative;right:95.83333%}.el-col-sm-push-23{position:relative;left:95.83333%}.el-col-sm-24{width:100%}.el-col-sm-offset-24{margin-left:100%}.el-col-sm-pull-24{position:relative;right:100%}.el-col-sm-push-24{position:relative;left:100%}}@media only screen and (min-width:992px){.el-col-md-0{display:none;width:0%}.el-col-md-offset-0{margin-left:0}.el-col-md-pull-0{position:relative;right:0}.el-col-md-push-0{position:relative;left:0}.el-col-md-1{width:4.16667%}.el-col-md-offset-1{margin-left:4.16667%}.el-col-md-pull-1{position:relative;right:4.16667%}.el-col-md-push-1{position:relative;left:4.16667%}.el-col-md-2{width:8.33333%}.el-col-md-offset-2{margin-left:8.33333%}.el-col-md-pull-2{position:relative;right:8.33333%}.el-col-md-push-2{position:relative;left:8.33333%}.el-col-md-3{width:12.5%}.el-col-md-offset-3{margin-left:12.5%}.el-col-md-pull-3{position:relative;right:12.5%}.el-col-md-push-3{position:relative;left:12.5%}.el-col-md-4{width:16.66667%}.el-col-md-offset-4{margin-left:16.66667%}.el-col-md-pull-4{position:relative;right:16.66667%}.el-col-md-push-4{position:relative;left:16.66667%}.el-col-md-5{width:20.83333%}.el-col-md-offset-5{margin-left:20.83333%}.el-col-md-pull-5{position:relative;right:20.83333%}.el-col-md-push-5{position:relative;left:20.83333%}.el-col-md-6{width:25%}.el-col-md-offset-6{margin-left:25%}.el-col-md-pull-6{position:relative;right:25%}.el-col-md-push-6{position:relative;left:25%}.el-col-md-7{width:29.16667%}.el-col-md-offset-7{margin-left:29.16667%}.el-col-md-pull-7{position:relative;right:29.16667%}.el-col-md-push-7{position:relative;left:29.16667%}.el-col-md-8{width:33.33333%}.el-col-md-offset-8{margin-left:33.33333%}.el-col-md-pull-8{position:relative;right:33.33333%}.el-col-md-push-8{position:relative;left:33.33333%}.el-col-md-9{width:37.5%}.el-col-md-offset-9{margin-left:37.5%}.el-col-md-pull-9{position:relative;right:37.5%}.el-col-md-push-9{position:relative;left:37.5%}.el-col-md-10{width:41.66667%}.el-col-md-offset-10{margin-left:41.66667%}.el-col-md-pull-10{position:relative;right:41.66667%}.el-col-md-push-10{position:relative;left:41.66667%}.el-col-md-11{width:45.83333%}.el-col-md-offset-11{margin-left:45.83333%}.el-col-md-pull-11{position:relative;right:45.83333%}.el-col-md-push-11{position:relative;left:45.83333%}.el-col-md-12{width:50%}.el-col-md-offset-12{margin-left:50%}.el-col-md-pull-12{position:relative;right:50%}.el-col-md-push-12{position:relative;left:50%}.el-col-md-13{width:54.16667%}.el-col-md-offset-13{margin-left:54.16667%}.el-col-md-pull-13{position:relative;right:54.16667%}.el-col-md-push-13{position:relative;left:54.16667%}.el-col-md-14{width:58.33333%}.el-col-md-offset-14{margin-left:58.33333%}.el-col-md-pull-14{position:relative;right:58.33333%}.el-col-md-push-14{position:relative;left:58.33333%}.el-col-md-15{width:62.5%}.el-col-md-offset-15{margin-left:62.5%}.el-col-md-pull-15{position:relative;right:62.5%}.el-col-md-push-15{position:relative;left:62.5%}.el-col-md-16{width:66.66667%}.el-col-md-offset-16{margin-left:66.66667%}.el-col-md-pull-16{position:relative;right:66.66667%}.el-col-md-push-16{position:relative;left:66.66667%}.el-col-md-17{width:70.83333%}.el-col-md-offset-17{margin-left:70.83333%}.el-col-md-pull-17{position:relative;right:70.83333%}.el-col-md-push-17{position:relative;left:70.83333%}.el-col-md-18{width:75%}.el-col-md-offset-18{margin-left:75%}.el-col-md-pull-18{position:relative;right:75%}.el-col-md-push-18{position:relative;left:75%}.el-col-md-19{width:79.16667%}.el-col-md-offset-19{margin-left:79.16667%}.el-col-md-pull-19{position:relative;right:79.16667%}.el-col-md-push-19{position:relative;left:79.16667%}.el-col-md-20{width:83.33333%}.el-col-md-offset-20{margin-left:83.33333%}.el-col-md-pull-20{position:relative;right:83.33333%}.el-col-md-push-20{position:relative;left:83.33333%}.el-col-md-21{width:87.5%}.el-col-md-offset-21{margin-left:87.5%}.el-col-md-pull-21{position:relative;right:87.5%}.el-col-md-push-21{position:relative;left:87.5%}.el-col-md-22{width:91.66667%}.el-col-md-offset-22{margin-left:91.66667%}.el-col-md-pull-22{position:relative;right:91.66667%}.el-col-md-push-22{position:relative;left:91.66667%}.el-col-md-23{width:95.83333%}.el-col-md-offset-23{margin-left:95.83333%}.el-col-md-pull-23{position:relative;right:95.83333%}.el-col-md-push-23{position:relative;left:95.83333%}.el-col-md-24{width:100%}.el-col-md-offset-24{margin-left:100%}.el-col-md-pull-24{position:relative;right:100%}.el-col-md-push-24{position:relative;left:100%}}@media only screen and (min-width:1200px){.el-col-lg-0{display:none;width:0%}.el-col-lg-offset-0{margin-left:0}.el-col-lg-pull-0{position:relative;right:0}.el-col-lg-push-0{position:relative;left:0}.el-col-lg-1{width:4.16667%}.el-col-lg-offset-1{margin-left:4.16667%}.el-col-lg-pull-1{position:relative;right:4.16667%}.el-col-lg-push-1{position:relative;left:4.16667%}.el-col-lg-2{width:8.33333%}.el-col-lg-offset-2{margin-left:8.33333%}.el-col-lg-pull-2{position:relative;right:8.33333%}.el-col-lg-push-2{position:relative;left:8.33333%}.el-col-lg-3{width:12.5%}.el-col-lg-offset-3{margin-left:12.5%}.el-col-lg-pull-3{position:relative;right:12.5%}.el-col-lg-push-3{position:relative;left:12.5%}.el-col-lg-4{width:16.66667%}.el-col-lg-offset-4{margin-left:16.66667%}.el-col-lg-pull-4{position:relative;right:16.66667%}.el-col-lg-push-4{position:relative;left:16.66667%}.el-col-lg-5{width:20.83333%}.el-col-lg-offset-5{margin-left:20.83333%}.el-col-lg-pull-5{position:relative;right:20.83333%}.el-col-lg-push-5{position:relative;left:20.83333%}.el-col-lg-6{width:25%}.el-col-lg-offset-6{margin-left:25%}.el-col-lg-pull-6{position:relative;right:25%}.el-col-lg-push-6{position:relative;left:25%}.el-col-lg-7{width:29.16667%}.el-col-lg-offset-7{margin-left:29.16667%}.el-col-lg-pull-7{position:relative;right:29.16667%}.el-col-lg-push-7{position:relative;left:29.16667%}.el-col-lg-8{width:33.33333%}.el-col-lg-offset-8{margin-left:33.33333%}.el-col-lg-pull-8{position:relative;right:33.33333%}.el-col-lg-push-8{position:relative;left:33.33333%}.el-col-lg-9{width:37.5%}.el-col-lg-offset-9{margin-left:37.5%}.el-col-lg-pull-9{position:relative;right:37.5%}.el-col-lg-push-9{position:relative;left:37.5%}.el-col-lg-10{width:41.66667%}.el-col-lg-offset-10{margin-left:41.66667%}.el-col-lg-pull-10{position:relative;right:41.66667%}.el-col-lg-push-10{position:relative;left:41.66667%}.el-col-lg-11{width:45.83333%}.el-col-lg-offset-11{margin-left:45.83333%}.el-col-lg-pull-11{position:relative;right:45.83333%}.el-col-lg-push-11{position:relative;left:45.83333%}.el-col-lg-12{width:50%}.el-col-lg-offset-12{margin-left:50%}.el-col-lg-pull-12{position:relative;right:50%}.el-col-lg-push-12{position:relative;left:50%}.el-col-lg-13{width:54.16667%}.el-col-lg-offset-13{margin-left:54.16667%}.el-col-lg-pull-13{position:relative;right:54.16667%}.el-col-lg-push-13{position:relative;left:54.16667%}.el-col-lg-14{width:58.33333%}.el-col-lg-offset-14{margin-left:58.33333%}.el-col-lg-pull-14{position:relative;right:58.33333%}.el-col-lg-push-14{position:relative;left:58.33333%}.el-col-lg-15{width:62.5%}.el-col-lg-offset-15{margin-left:62.5%}.el-col-lg-pull-15{position:relative;right:62.5%}.el-col-lg-push-15{position:relative;left:62.5%}.el-col-lg-16{width:66.66667%}.el-col-lg-offset-16{margin-left:66.66667%}.el-col-lg-pull-16{position:relative;right:66.66667%}.el-col-lg-push-16{position:relative;left:66.66667%}.el-col-lg-17{width:70.83333%}.el-col-lg-offset-17{margin-left:70.83333%}.el-col-lg-pull-17{position:relative;right:70.83333%}.el-col-lg-push-17{position:relative;left:70.83333%}.el-col-lg-18{width:75%}.el-col-lg-offset-18{margin-left:75%}.el-col-lg-pull-18{position:relative;right:75%}.el-col-lg-push-18{position:relative;left:75%}.el-col-lg-19{width:79.16667%}.el-col-lg-offset-19{margin-left:79.16667%}.el-col-lg-pull-19{position:relative;right:79.16667%}.el-col-lg-push-19{position:relative;left:79.16667%}.el-col-lg-20{width:83.33333%}.el-col-lg-offset-20{margin-left:83.33333%}.el-col-lg-pull-20{position:relative;right:83.33333%}.el-col-lg-push-20{position:relative;left:83.33333%}.el-col-lg-21{width:87.5%}.el-col-lg-offset-21{margin-left:87.5%}.el-col-lg-pull-21{position:relative;right:87.5%}.el-col-lg-push-21{position:relative;left:87.5%}.el-col-lg-22{width:91.66667%}.el-col-lg-offset-22{margin-left:91.66667%}.el-col-lg-pull-22{position:relative;right:91.66667%}.el-col-lg-push-22{position:relative;left:91.66667%}.el-col-lg-23{width:95.83333%}.el-col-lg-offset-23{margin-left:95.83333%}.el-col-lg-pull-23{position:relative;right:95.83333%}.el-col-lg-push-23{position:relative;left:95.83333%}.el-col-lg-24{width:100%}.el-col-lg-offset-24{margin-left:100%}.el-col-lg-pull-24{position:relative;right:100%}.el-col-lg-push-24{position:relative;left:100%}}@media only screen and (min-width:1920px){.el-col-xl-0{display:none;width:0%}.el-col-xl-offset-0{margin-left:0}.el-col-xl-pull-0{position:relative;right:0}.el-col-xl-push-0{position:relative;left:0}.el-col-xl-1{width:4.16667%}.el-col-xl-offset-1{margin-left:4.16667%}.el-col-xl-pull-1{position:relative;right:4.16667%}.el-col-xl-push-1{position:relative;left:4.16667%}.el-col-xl-2{width:8.33333%}.el-col-xl-offset-2{margin-left:8.33333%}.el-col-xl-pull-2{position:relative;right:8.33333%}.el-col-xl-push-2{position:relative;left:8.33333%}.el-col-xl-3{width:12.5%}.el-col-xl-offset-3{margin-left:12.5%}.el-col-xl-pull-3{position:relative;right:12.5%}.el-col-xl-push-3{position:relative;left:12.5%}.el-col-xl-4{width:16.66667%}.el-col-xl-offset-4{margin-left:16.66667%}.el-col-xl-pull-4{position:relative;right:16.66667%}.el-col-xl-push-4{position:relative;left:16.66667%}.el-col-xl-5{width:20.83333%}.el-col-xl-offset-5{margin-left:20.83333%}.el-col-xl-pull-5{position:relative;right:20.83333%}.el-col-xl-push-5{position:relative;left:20.83333%}.el-col-xl-6{width:25%}.el-col-xl-offset-6{margin-left:25%}.el-col-xl-pull-6{position:relative;right:25%}.el-col-xl-push-6{position:relative;left:25%}.el-col-xl-7{width:29.16667%}.el-col-xl-offset-7{margin-left:29.16667%}.el-col-xl-pull-7{position:relative;right:29.16667%}.el-col-xl-push-7{position:relative;left:29.16667%}.el-col-xl-8{width:33.33333%}.el-col-xl-offset-8{margin-left:33.33333%}.el-col-xl-pull-8{position:relative;right:33.33333%}.el-col-xl-push-8{position:relative;left:33.33333%}.el-col-xl-9{width:37.5%}.el-col-xl-offset-9{margin-left:37.5%}.el-col-xl-pull-9{position:relative;right:37.5%}.el-col-xl-push-9{position:relative;left:37.5%}.el-col-xl-10{width:41.66667%}.el-col-xl-offset-10{margin-left:41.66667%}.el-col-xl-pull-10{position:relative;right:41.66667%}.el-col-xl-push-10{position:relative;left:41.66667%}.el-col-xl-11{width:45.83333%}.el-col-xl-offset-11{margin-left:45.83333%}.el-col-xl-pull-11{position:relative;right:45.83333%}.el-col-xl-push-11{position:relative;left:45.83333%}.el-col-xl-12{width:50%}.el-col-xl-offset-12{margin-left:50%}.el-col-xl-pull-12{position:relative;right:50%}.el-col-xl-push-12{position:relative;left:50%}.el-col-xl-13{width:54.16667%}.el-col-xl-offset-13{margin-left:54.16667%}.el-col-xl-pull-13{position:relative;right:54.16667%}.el-col-xl-push-13{position:relative;left:54.16667%}.el-col-xl-14{width:58.33333%}.el-col-xl-offset-14{margin-left:58.33333%}.el-col-xl-pull-14{position:relative;right:58.33333%}.el-col-xl-push-14{position:relative;left:58.33333%}.el-col-xl-15{width:62.5%}.el-col-xl-offset-15{margin-left:62.5%}.el-col-xl-pull-15{position:relative;right:62.5%}.el-col-xl-push-15{position:relative;left:62.5%}.el-col-xl-16{width:66.66667%}.el-col-xl-offset-16{margin-left:66.66667%}.el-col-xl-pull-16{position:relative;right:66.66667%}.el-col-xl-push-16{position:relative;left:66.66667%}.el-col-xl-17{width:70.83333%}.el-col-xl-offset-17{margin-left:70.83333%}.el-col-xl-pull-17{position:relative;right:70.83333%}.el-col-xl-push-17{position:relative;left:70.83333%}.el-col-xl-18{width:75%}.el-col-xl-offset-18{margin-left:75%}.el-col-xl-pull-18{position:relative;right:75%}.el-col-xl-push-18{position:relative;left:75%}.el-col-xl-19{width:79.16667%}.el-col-xl-offset-19{margin-left:79.16667%}.el-col-xl-pull-19{position:relative;right:79.16667%}.el-col-xl-push-19{position:relative;left:79.16667%}.el-col-xl-20{width:83.33333%}.el-col-xl-offset-20{margin-left:83.33333%}.el-col-xl-pull-20{position:relative;right:83.33333%}.el-col-xl-push-20{position:relative;left:83.33333%}.el-col-xl-21{width:87.5%}.el-col-xl-offset-21{margin-left:87.5%}.el-col-xl-pull-21{position:relative;right:87.5%}.el-col-xl-push-21{position:relative;left:87.5%}.el-col-xl-22{width:91.66667%}.el-col-xl-offset-22{margin-left:91.66667%}.el-col-xl-pull-22{position:relative;right:91.66667%}.el-col-xl-push-22{position:relative;left:91.66667%}.el-col-xl-23{width:95.83333%}.el-col-xl-offset-23{margin-left:95.83333%}.el-col-xl-pull-23{position:relative;right:95.83333%}.el-col-xl-push-23{position:relative;left:95.83333%}.el-col-xl-24{width:100%}.el-col-xl-offset-24{margin-left:100%}.el-col-xl-pull-24{position:relative;right:100%}.el-col-xl-push-24{position:relative;left:100%}}@-webkit-keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-upload{display:inline-block;text-align:center;cursor:pointer;outline:0}.el-upload__input{display:none}.el-upload__tip{font-size:12px;color:#606266;margin-top:7px}.el-upload iframe{position:absolute;z-index:-1;top:0;left:0;filter:alpha(opacity=0)}.el-upload--picture-card{background-color:#fbfdff;border:1px dashed #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;cursor:pointer;line-height:146px;vertical-align:top}.el-upload--picture-card i{font-size:28px;color:#8c939d}.el-upload--picture-card:hover,.el-upload:focus{border-color:#409EFF;color:#409EFF}.el-upload:focus .el-upload-dragger{border-color:#409EFF}.el-upload-dragger{background-color:#fff;border:1px dashed #d9d9d9;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:360px;height:180px;text-align:center;cursor:pointer;overflow:hidden}.el-upload-dragger .el-icon-upload{font-size:67px;color:#C0C4CC;margin:40px 0 16px;line-height:50px}.el-upload-dragger+.el-upload__tip{text-align:center}.el-upload-dragger~.el-upload__files{border-top:1px solid #DCDFE6;margin-top:7px;padding-top:5px}.el-upload-dragger .el-upload__text{color:#606266;font-size:14px;text-align:center}.el-upload-dragger .el-upload__text em{color:#409EFF;font-style:normal}.el-upload-dragger:hover{border-color:#409EFF}.el-upload-dragger.is-dragover{background-color:rgba(32,159,255,.06);border:2px dashed #409EFF}.el-upload-list{margin:0;padding:0;list-style:none}.el-upload-list__item{-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);font-size:14px;color:#606266;line-height:1.8;margin-top:5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;width:100%}.el-upload-list__item .el-progress{position:absolute;top:20px;width:100%}.el-upload-list__item .el-progress__text{position:absolute;right:0;top:-13px}.el-upload-list__item .el-progress-bar{margin-right:0;padding-right:0}.el-upload-list__item:first-child{margin-top:10px}.el-upload-list__item .el-icon-upload-success{color:#67C23A}.el-upload-list__item .el-icon-close{display:none;position:absolute;top:5px;right:5px;cursor:pointer;opacity:.75;color:#606266}.el-upload-list__item .el-icon-close:hover{opacity:1}.el-upload-list__item .el-icon-close-tip{display:none;position:absolute;top:5px;right:5px;font-size:12px;cursor:pointer;opacity:1;color:#409EFF}.el-upload-list__item:hover .el-icon-close{display:inline-block}.el-upload-list__item:hover .el-progress__text{display:none}.el-upload-list__item.is-success .el-upload-list__item-status-label{display:block}.el-upload-list__item.is-success .el-upload-list__item-name:focus,.el-upload-list__item.is-success .el-upload-list__item-name:hover{color:#409EFF;cursor:pointer}.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip{display:inline-block}.el-upload-list__item.is-success:active,.el-upload-list__item.is-success:not(.focusing):focus{outline-width:0}.el-upload-list__item.is-success:active .el-icon-close-tip,.el-upload-list__item.is-success:focus .el-upload-list__item-status-label,.el-upload-list__item.is-success:hover .el-upload-list__item-status-label,.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip{display:none}.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label{display:block}.el-upload-list__item-name{color:#606266;display:block;margin-right:40px;overflow:hidden;padding-left:4px;text-overflow:ellipsis;-webkit-transition:color .3s;transition:color .3s;white-space:nowrap}.el-upload-list__item-name [class^=el-icon]{height:100%;margin-right:7px;color:#909399;line-height:inherit}.el-upload-list__item-status-label{position:absolute;right:5px;top:0;line-height:inherit;display:none}.el-upload-list__item-delete{position:absolute;right:10px;top:0;font-size:12px;color:#606266;display:none}.el-upload-list__item-delete:hover{color:#409EFF}.el-upload-list--picture-card{margin:0;display:inline;vertical-align:top}.el-upload-list--picture-card .el-upload-list__item{overflow:hidden;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;width:148px;height:148px;margin:0 8px 8px 0;display:inline-block}.el-upload-list--picture-card .el-upload-list__item .el-icon-check,.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture-card .el-upload-list__item .el-icon-close,.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label{display:none}.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture-card .el-upload-list__item-name{display:none}.el-upload-list--picture-card .el-upload-list__item-thumbnail{width:100%;height:100%}.el-upload-list--picture-card .el-upload-list__item-status-label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-list--picture-card .el-upload-list__item-status-label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture-card .el-upload-list__item-actions{position:absolute;width:100%;height:100%;left:0;top:0;cursor:default;text-align:center;color:#fff;opacity:0;font-size:20px;background-color:rgba(0,0,0,.5);-webkit-transition:opacity .3s;transition:opacity .3s}.el-upload-list--picture-card .el-upload-list__item-actions::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-list--picture-card .el-upload-list__item-actions span{display:none;cursor:pointer}.el-upload-list--picture-card .el-upload-list__item-actions span+span{margin-left:15px}.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete{position:static;font-size:inherit;color:inherit}.el-upload-list--picture-card .el-upload-list__item-actions:hover{opacity:1}.el-upload-list--picture-card .el-upload-list__item-actions:hover span{display:inline-block}.el-upload-list--picture-card .el-progress{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);bottom:auto;width:126px}.el-upload-list--picture-card .el-progress .el-progress__text{top:50%}.el-upload-list--picture .el-upload-list__item{overflow:hidden;z-index:0;background-color:#fff;border:1px solid #c0ccda;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:10px 10px 10px 90px;height:92px}.el-upload-list--picture .el-upload-list__item .el-icon-check,.el-upload-list--picture .el-upload-list__item .el-icon-circle-check{color:#FFF}.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label{background:0 0;-webkit-box-shadow:none;box-shadow:none;top:-2px;right:-12px}.el-upload-list--picture .el-upload-list__item:hover .el-progress__text{display:block}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name{line-height:70px;margin-top:0}.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i{display:none}.el-upload-list--picture .el-upload-list__item-thumbnail{vertical-align:middle;display:inline-block;width:70px;height:70px;float:left;position:relative;z-index:1;margin-left:-80px;background-color:#FFF}.el-upload-list--picture .el-upload-list__item-name{display:block;margin-top:20px}.el-upload-list--picture .el-upload-list__item-name i{font-size:70px;line-height:1;position:absolute;left:9px;top:10px}.el-upload-list--picture .el-upload-list__item-status-label{position:absolute;right:-17px;top:-7px;width:46px;height:26px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc}.el-upload-list--picture .el-upload-list__item-status-label i{font-size:12px;margin-top:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.el-upload-list--picture .el-progress{position:relative;top:-7px}.el-upload-cover{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:10;cursor:default}.el-upload-cover::after{display:inline-block;height:100%;vertical-align:middle}.el-upload-cover img{display:block;width:100%;height:100%}.el-upload-cover__label{position:absolute;right:-15px;top:-6px;width:40px;height:24px;background:#13ce66;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-box-shadow:0 0 1pc 1px rgba(0,0,0,.2);box-shadow:0 0 1pc 1px rgba(0,0,0,.2)}.el-upload-cover__label i{font-size:12px;margin-top:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);color:#fff}.el-upload-cover__progress{display:inline-block;vertical-align:middle;position:static;width:243px}.el-upload-cover__progress+.el-upload__inner{opacity:0}.el-upload-cover__content{position:absolute;top:0;left:0;width:100%;height:100%}.el-upload-cover__interact{position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.72);text-align:center}.el-upload-cover__interact .btn{display:inline-block;color:#FFF;font-size:14px;cursor:pointer;vertical-align:middle;-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);margin-top:60px}.el-upload-cover__interact .btn span{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.el-upload-cover__interact .btn:not(:first-child){margin-left:35px}.el-upload-cover__interact .btn:hover{-webkit-transform:translateY(-13px);transform:translateY(-13px)}.el-upload-cover__interact .btn:hover span{opacity:1}.el-upload-cover__interact .btn i{color:#FFF;display:block;font-size:24px;line-height:inherit;margin:0 auto 5px}.el-upload-cover__title{position:absolute;bottom:0;left:0;background-color:#FFF;height:36px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400;text-align:left;padding:0 10px;margin:0;line-height:36px;font-size:14px;color:#303133}.el-upload-cover+.el-upload__inner{opacity:0;position:relative;z-index:1}.el-progress{position:relative;line-height:1}.el-progress__text{font-size:14px;color:#606266;display:inline-block;vertical-align:middle;margin-left:10px;line-height:1}.el-progress__text i{vertical-align:middle;display:block}.el-progress--circle,.el-progress--dashboard{display:inline-block}.el-progress--circle .el-progress__text,.el-progress--dashboard .el-progress__text{position:absolute;top:50%;left:0;width:100%;text-align:center;margin:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.el-progress--circle .el-progress__text i,.el-progress--dashboard .el-progress__text i{vertical-align:middle;display:inline-block}.el-progress--without-text .el-progress__text{display:none}.el-progress--without-text .el-progress-bar{padding-right:0;margin-right:0;display:block}.el-progress--text-inside .el-progress-bar{padding-right:0;margin-right:0}.el-progress.is-success .el-progress-bar__inner{background-color:#67C23A}.el-progress.is-success .el-progress__text{color:#67C23A}.el-progress.is-warning .el-progress-bar__inner{background-color:#E6A23C}.el-badge__content,.el-progress.is-exception .el-progress-bar__inner{background-color:#F56C6C}.el-progress.is-warning .el-progress__text{color:#E6A23C}.el-progress.is-exception .el-progress__text{color:#F56C6C}.el-progress-bar{padding-right:50px;display:inline-block;vertical-align:middle;width:100%;margin-right:-55px;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__header,.el-message,.el-step__icon{-webkit-box-sizing:border-box}.el-progress-bar__outer{height:6px;border-radius:100px;background-color:#EBEEF5;overflow:hidden;position:relative;vertical-align:middle}.el-progress-bar__inner{position:absolute;left:0;top:0;height:100%;background-color:#409EFF;text-align:right;border-radius:100px;line-height:1;white-space:nowrap;-webkit-transition:width .6s ease;transition:width .6s ease}.el-progress-bar__inner::after{display:inline-block;height:100%;vertical-align:middle}.el-progress-bar__innerText{display:inline-block;vertical-align:middle;color:#FFF;font-size:12px;margin:0 5px}@keyframes progress{0%{background-position:0 0}100%{background-position:32px 0}}.el-time-spinner{width:100%;white-space:nowrap}.el-spinner{display:inline-block;vertical-align:middle}.el-spinner-inner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;width:50px;height:50px}.el-spinner-inner .path{stroke:#ececec;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.el-message{min-width:380px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:4px;border-width:1px;border-style:solid;border-color:#EBEEF5;position:fixed;left:50%;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#edf2fc;-webkit-transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,top .4s,-webkit-transform .4s;transition:opacity .3s,transform .4s,top .4s;transition:opacity .3s,transform .4s,top .4s,-webkit-transform .4s;overflow:hidden;padding:15px 15px 15px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-message.is-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-message.is-closable .el-message__content{padding-right:16px}.el-message p{margin:0}.el-message--info .el-message__content{color:#909399}.el-message--success{background-color:#f0f9eb;border-color:#e1f3d8}.el-message--success .el-message__content{color:#67C23A}.el-message--warning{background-color:#fdf6ec;border-color:#faecd8}.el-message--warning .el-message__content{color:#E6A23C}.el-message--error{background-color:#fef0f0;border-color:#fde2e2}.el-message--error .el-message__content{color:#F56C6C}.el-message__icon{margin-right:10px}.el-message__content{padding:0;font-size:14px;line-height:1}.el-message__content:focus{outline-width:0}.el-message__closeBtn{position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:#C0C4CC;font-size:16px}.el-message__closeBtn:focus{outline-width:0}.el-message__closeBtn:hover{color:#909399}.el-message .el-icon-success{color:#67C23A}.el-message .el-icon-error{color:#F56C6C}.el-message .el-icon-info{color:#909399}.el-message .el-icon-warning{color:#E6A23C}.el-message-fade-enter,.el-message-fade-leave-active{opacity:0;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.el-badge{position:relative;vertical-align:middle;display:inline-block}.el-badge__content{border-radius:10px;color:#FFF;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #FFF}.el-badge__content.is-fixed{position:absolute;top:0;right:10px;-webkit-transform:translateY(-50%) translateX(100%);transform:translateY(-50%) translateX(100%)}.el-rate__icon,.el-rate__item{position:relative;display:inline-block}.el-badge__content.is-fixed.is-dot{right:5px}.el-badge__content.is-dot{height:8px;width:8px;padding:0;right:0;border-radius:50%}.el-badge__content--primary{background-color:#409EFF}.el-badge__content--success{background-color:#67C23A}.el-badge__content--warning{background-color:#E6A23C}.el-badge__content--info{background-color:#909399}.el-badge__content--danger{background-color:#F56C6C}.el-card{border-radius:4px;border:1px solid #EBEEF5;background-color:#FFF;overflow:hidden;color:#303133;-webkit-transition:.3s;transition:.3s}.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover{-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-card__header{padding:18px 20px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box}.el-card__body,.el-main{padding:20px}.el-rate{height:20px;line-height:1}.el-rate:active,.el-rate:focus{outline-width:0}.el-rate__item{font-size:0;vertical-align:middle}.el-rate__icon{font-size:18px;margin-right:6px;color:#C0C4CC;-webkit-transition:.3s;transition:.3s}.el-rate__decimal,.el-rate__icon .path2{position:absolute;top:0;left:0}.el-rate__icon.hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.el-rate__decimal{display:inline-block;overflow:hidden}.el-step.is-vertical,.el-steps{display:-webkit-box;display:-ms-flexbox}.el-rate__text{font-size:14px;vertical-align:middle}.el-steps{display:-webkit-box;display:-ms-flexbox;display:flex}.el-steps--simple{padding:13px 8%;border-radius:4px;background:#F5F7FA}.el-steps--horizontal{white-space:nowrap}.el-steps--vertical{height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.el-step{position:relative;-ms-flex-negative:1;flex-shrink:1}.el-step:last-of-type .el-step__line{display:none}.el-step:last-of-type.is-flex{-ms-flex-preferred-size:auto!important;flex-basis:auto!important;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.el-step:last-of-type .el-step__description,.el-step:last-of-type .el-step__main{padding-right:0}.el-step__head{position:relative;width:100%}.el-step__head.is-process{color:#303133;border-color:#303133}.el-step__head.is-wait{color:#C0C4CC;border-color:#C0C4CC}.el-step__head.is-success{color:#67C23A;border-color:#67C23A}.el-step__head.is-error{color:#F56C6C;border-color:#F56C6C}.el-step__head.is-finish{color:#409EFF;border-color:#409EFF}.el-step__icon{position:relative;z-index:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:24px;height:24px;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFF;-webkit-transition:.15s ease-out;transition:.15s ease-out}.el-step.is-horizontal,.el-step__icon-inner{display:inline-block}.el-step__icon.is-text{border-radius:50%;border:2px solid;border-color:inherit}.el-step__icon.is-icon{width:40px}.el-step__icon-inner{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:700;line-height:1;color:inherit}.el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:25px;font-weight:400}.el-step__icon-inner.is-status{-webkit-transform:translateY(1px);transform:translateY(1px)}.el-step__line{position:absolute;border-color:inherit;background-color:#C0C4CC}.el-step__line-inner{display:block;border-width:1px;border-style:solid;border-color:inherit;-webkit-transition:.15s ease-out;transition:.15s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box;width:0;height:0}.el-step__main{white-space:normal;text-align:left}.el-step__title{font-size:16px;line-height:38px}.el-step__title.is-process{font-weight:700;color:#303133}.el-step__title.is-wait{color:#C0C4CC}.el-step__title.is-success{color:#67C23A}.el-step__title.is-error{color:#F56C6C}.el-step__title.is-finish{color:#409EFF}.el-step__description{padding-right:10%;margin-top:-5px;font-size:12px;line-height:20px;font-weight:400}.el-step__description.is-process{color:#303133}.el-step__description.is-wait{color:#C0C4CC}.el-step__description.is-success{color:#67C23A}.el-step__description.is-error{color:#F56C6C}.el-step__description.is-finish{color:#409EFF}.el-step.is-horizontal .el-step__line{height:2px;top:11px;left:0;right:0}.el-step.is-vertical{display:-webkit-box;display:-ms-flexbox;display:flex}.el-step.is-vertical .el-step__head{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:24px}.el-step.is-vertical .el-step__main{padding-left:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-vertical .el-step__title{line-height:24px;padding-bottom:8px}.el-step.is-vertical .el-step__line{width:2px;top:0;bottom:0;left:11px}.el-step.is-vertical .el-step__icon.is-icon{width:24px}.el-step.is-center .el-step__head,.el-step.is-center .el-step__main{text-align:center}.el-step.is-center .el-step__description{padding-left:20%;padding-right:20%}.el-step.is-center .el-step__line{left:50%;right:-50%}.el-step.is-simple{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-step.is-simple .el-step__head{width:auto;font-size:0;padding-right:10px}.el-step.is-simple .el-step__icon{background:0 0;width:16px;height:16px;font-size:12px}.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status){font-size:18px}.el-step.is-simple .el-step__icon-inner.is-status{-webkit-transform:scale(.8) translateY(1px);transform:scale(.8) translateY(1px)}.el-step.is-simple .el-step__main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.el-step.is-simple .el-step__title{font-size:16px;line-height:20px}.el-step.is-simple:not(:last-of-type) .el-step__title{max-width:50%;word-break:break-all}.el-step.is-simple .el-step__arrow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.el-step.is-simple .el-step__arrow::after,.el-step.is-simple .el-step__arrow::before{content:'';display:inline-block;position:absolute;height:15px;width:1px;background:#C0C4CC}.el-step.is-simple .el-step__arrow::before{-webkit-transform:rotate(-45deg) translateY(-4px);transform:rotate(-45deg) translateY(-4px);-webkit-transform-origin:0 0;transform-origin:0 0}.el-step.is-simple .el-step__arrow::after{-webkit-transform:rotate(45deg) translateY(4px);transform:rotate(45deg) translateY(4px);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.el-step.is-simple:last-of-type .el-step__arrow{display:none}.el-carousel{position:relative}.el-carousel--horizontal{overflow-x:hidden}.el-carousel--vertical{overflow-y:hidden}.el-carousel__container{position:relative;height:300px}.el-carousel__arrow{border:none;outline:0;padding:0;margin:0;height:36px;width:36px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:50%;background-color:rgba(31,45,61,.11);color:#FFF;position:absolute;top:50%;z-index:10;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;font-size:12px}.el-carousel__arrow--left{left:16px}.el-carousel__arrow:hover{background-color:rgba(31,45,61,.23)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{position:absolute;list-style:none;margin:0;padding:0;z-index:2}.el-carousel__indicators--horizontal{bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:26px;text-align:center;position:static;-webkit-transform:none;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:#C0C4CC;opacity:.24}.el-carousel__indicators--labels{left:0;right:0;-webkit-transform:none;transform:none;text-align:center}.el-carousel__indicators--labels .el-carousel__button{height:auto;width:auto;padding:2px 18px;font-size:12px}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:transparent;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:12px 4px}.el-carousel__indicator--vertical{padding:4px 12px}.el-carousel__indicator--vertical .el-carousel__button{width:2px;height:15px}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{display:block;opacity:.48;width:30px;height:2px;background-color:#FFF;border:none;outline:0;padding:0;margin:0;cursor:pointer;-webkit-transition:.3s;transition:.3s}.el-carousel__item,.el-carousel__mask{height:100%;position:absolute;top:0;left:0}.carousel-arrow-left-enter,.carousel-arrow-left-leave-active{-webkit-transform:translateY(-50%) translateX(-10px);transform:translateY(-50%) translateX(-10px);opacity:0}.carousel-arrow-right-enter,.carousel-arrow-right-leave-active{-webkit-transform:translateY(-50%) translateX(10px);transform:translateY(-50%) translateX(10px);opacity:0}.el-carousel__item{width:100%;display:inline-block;overflow:hidden;z-index:0}.el-carousel__item.is-active{z-index:2}.el-carousel__item.is-animating{-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card{width:50%;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:1}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:2}.el-carousel__mask{width:100%;background-color:#FFF;opacity:.24;-webkit-transition:.2s;transition:.2s}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-collapse{border-top:1px solid #EBEEF5;border-bottom:1px solid #EBEEF5}.el-collapse-item.is-disabled .el-collapse-item__header{color:#bbb;cursor:not-allowed}.el-collapse-item__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:48px;line-height:48px;background-color:#FFF;color:#303133;cursor:pointer;border-bottom:1px solid #EBEEF5;font-size:13px;font-weight:500;-webkit-transition:border-bottom-color .3s;transition:border-bottom-color .3s;outline:0}.el-collapse-item__arrow{margin:0 8px 0 auto;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-weight:300}.el-collapse-item__arrow.is-active{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-collapse-item__header.focusing:focus:not(:hover){color:#409EFF}.el-collapse-item__header.is-active{border-bottom-color:transparent}.el-collapse-item__wrap{will-change:height;background-color:#FFF;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #EBEEF5}.el-cascader__search-input,.el-cascader__tags,.el-tag{-webkit-box-sizing:border-box}.el-collapse-item__content{padding-bottom:25px;font-size:13px;color:#303133;line-height:1.769230769230769}.el-collapse-item:last-child{margin-bottom:-1px}.el-popper .popper__arrow,.el-popper .popper__arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-cascader,.el-tag{display:inline-block}.el-popper .popper__arrow{border-width:6px;-webkit-filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03));filter:drop-shadow(0 2px 12px rgba(0, 0, 0, .03))}.el-popper .popper__arrow::after{content:" ";border-width:6px}.el-popper[x-placement^=top]{margin-bottom:12px}.el-popper[x-placement^=top] .popper__arrow{bottom:-6px;left:50%;margin-right:3px;border-top-color:#EBEEF5;border-bottom-width:0}.el-popper[x-placement^=top] .popper__arrow::after{bottom:1px;margin-left:-6px;border-top-color:#FFF;border-bottom-width:0}.el-popper[x-placement^=bottom]{margin-top:12px}.el-popper[x-placement^=bottom] .popper__arrow{top:-6px;left:50%;margin-right:3px;border-top-width:0;border-bottom-color:#EBEEF5}.el-popper[x-placement^=bottom] .popper__arrow::after{top:1px;margin-left:-6px;border-top-width:0;border-bottom-color:#FFF}.el-popper[x-placement^=right]{margin-left:12px}.el-popper[x-placement^=right] .popper__arrow{top:50%;left:-6px;margin-bottom:3px;border-right-color:#EBEEF5;border-left-width:0}.el-popper[x-placement^=right] .popper__arrow::after{bottom:-6px;left:1px;border-right-color:#FFF;border-left-width:0}.el-popper[x-placement^=left]{margin-right:12px}.el-popper[x-placement^=left] .popper__arrow{top:50%;right:-6px;margin-bottom:3px;border-right-width:0;border-left-color:#EBEEF5}.el-popper[x-placement^=left] .popper__arrow::after{right:1px;bottom:-6px;margin-left:-6px;border-right-width:0;border-left-color:#FFF}.el-tag{background-color:#ecf5ff;border-color:#d9ecff;height:32px;padding:0 10px;line-height:30px;font-size:12px;color:#409EFF;border-width:1px;border-style:solid;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap}.el-tag.is-hit{border-color:#409EFF}.el-tag .el-tag__close{color:#409eff}.el-tag .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag.el-tag--info{background-color:#f4f4f5;border-color:#e9e9eb;color:#909399}.el-tag.el-tag--info.is-hit{border-color:#909399}.el-tag.el-tag--info .el-tag__close{color:#909399}.el-tag.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag.el-tag--success{background-color:#f0f9eb;border-color:#e1f3d8;color:#67c23a}.el-tag.el-tag--success.is-hit{border-color:#67C23A}.el-tag.el-tag--success .el-tag__close{color:#67c23a}.el-tag.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag.el-tag--warning{background-color:#fdf6ec;border-color:#faecd8;color:#e6a23c}.el-tag.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag.el-tag--danger{background-color:#fef0f0;border-color:#fde2e2;color:#f56c6c}.el-tag.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag .el-icon-close{border-radius:50%;text-align:center;position:relative;cursor:pointer;font-size:12px;height:16px;width:16px;line-height:16px;vertical-align:middle;top:-1px;right:-5px}.el-tag .el-icon-close::before{display:block}.el-tag--dark{background-color:#409eff;border-color:#409eff;color:#fff}.el-tag--dark.is-hit{border-color:#409EFF}.el-tag--dark .el-tag__close{color:#fff}.el-tag--dark .el-tag__close:hover{color:#FFF;background-color:#66b1ff}.el-tag--dark.el-tag--info{background-color:#909399;border-color:#909399;color:#fff}.el-tag--dark.el-tag--info.is-hit{border-color:#909399}.el-tag--dark.el-tag--info .el-tag__close{color:#fff}.el-tag--dark.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#a6a9ad}.el-tag--dark.el-tag--success{background-color:#67c23a;border-color:#67c23a;color:#fff}.el-tag--dark.el-tag--success.is-hit{border-color:#67C23A}.el-tag--dark.el-tag--success .el-tag__close{color:#fff}.el-tag--dark.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#85ce61}.el-tag--dark.el-tag--warning{background-color:#e6a23c;border-color:#e6a23c;color:#fff}.el-tag--dark.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--dark.el-tag--warning .el-tag__close{color:#fff}.el-tag--dark.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#ebb563}.el-tag--dark.el-tag--danger{background-color:#f56c6c;border-color:#f56c6c;color:#fff}.el-tag--dark.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--dark.el-tag--danger .el-tag__close{color:#fff}.el-tag--dark.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f78989}.el-tag--plain{background-color:#fff;border-color:#b3d8ff;color:#409eff}.el-tag--plain.is-hit{border-color:#409EFF}.el-tag--plain .el-tag__close{color:#409eff}.el-tag--plain .el-tag__close:hover{color:#FFF;background-color:#409eff}.el-tag--plain.el-tag--info{background-color:#fff;border-color:#d3d4d6;color:#909399}.el-tag--plain.el-tag--info.is-hit{border-color:#909399}.el-tag--plain.el-tag--info .el-tag__close{color:#909399}.el-tag--plain.el-tag--info .el-tag__close:hover{color:#FFF;background-color:#909399}.el-tag--plain.el-tag--success{background-color:#fff;border-color:#c2e7b0;color:#67c23a}.el-tag--plain.el-tag--success.is-hit{border-color:#67C23A}.el-tag--plain.el-tag--success .el-tag__close{color:#67c23a}.el-tag--plain.el-tag--success .el-tag__close:hover{color:#FFF;background-color:#67c23a}.el-tag--plain.el-tag--warning{background-color:#fff;border-color:#f5dab1;color:#e6a23c}.el-tag--plain.el-tag--warning.is-hit{border-color:#E6A23C}.el-tag--plain.el-tag--warning .el-tag__close{color:#e6a23c}.el-tag--plain.el-tag--warning .el-tag__close:hover{color:#FFF;background-color:#e6a23c}.el-tag--plain.el-tag--danger{background-color:#fff;border-color:#fbc4c4;color:#f56c6c}.el-tag--plain.el-tag--danger.is-hit{border-color:#F56C6C}.el-tag--plain.el-tag--danger .el-tag__close{color:#f56c6c}.el-tag--plain.el-tag--danger .el-tag__close:hover{color:#FFF;background-color:#f56c6c}.el-tag--medium{height:28px;line-height:26px}.el-tag--medium .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--small{height:24px;padding:0 8px;line-height:22px}.el-tag--small .el-icon-close{-webkit-transform:scale(.8);transform:scale(.8)}.el-tag--mini{height:20px;padding:0 5px;line-height:19px}.el-tag--mini .el-icon-close{margin-left:-3px;-webkit-transform:scale(.7);transform:scale(.7)}.el-cascader{position:relative;font-size:14px;line-height:40px}.el-cascader:not(.is-disabled):hover .el-input__inner{cursor:pointer;border-color:#C0C4CC}.el-cascader .el-input .el-input__inner:focus,.el-cascader .el-input.is-focus .el-input__inner{border-color:#409EFF}.el-cascader .el-input{cursor:pointer}.el-cascader .el-input .el-input__inner{text-overflow:ellipsis}.el-cascader .el-input .el-icon-arrow-down{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;transition:transform .3s,-webkit-transform .3s;font-size:14px}.el-cascader .el-input .el-icon-arrow-down.is-reverse{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.el-cascader .el-input .el-icon-circle-close:hover{color:#909399}.el-cascader--medium{font-size:14px;line-height:36px}.el-cascader--small{font-size:13px;line-height:32px}.el-cascader--mini{font-size:12px;line-height:28px}.el-cascader.is-disabled .el-cascader__label{z-index:2;color:#C0C4CC}.el-cascader__dropdown{margin:5px 0;font-size:14px;background:#FFF;border:1px solid #E4E7ED;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-cascader__tags{position:absolute;left:0;right:30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:normal;text-align:left;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__tags .el-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%;margin:2px 0 2px 6px;text-overflow:ellipsis;background:#f0f2f5}.el-cascader__tags .el-tag:not(.is-hit){border-color:transparent}.el-cascader__tags .el-tag>span{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis}.el-cascader__tags .el-tag .el-icon-close{-webkit-box-flex:0;-ms-flex:none;flex:none;background-color:#C0C4CC;color:#FFF}.el-cascader__tags .el-tag .el-icon-close:hover{background-color:#909399}.el-cascader__suggestion-panel{border-radius:4px}.el-cascader__suggestion-list{max-height:204px;margin:0;padding:6px 0;font-size:14px;color:#606266;text-align:center}.el-cascader__suggestion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;padding:0 15px;text-align:left;outline:0;cursor:pointer}.el-cascader__suggestion-item:focus,.el-cascader__suggestion-item:hover{background:#F5F7FA}.el-cascader__suggestion-item.is-checked{color:#409EFF;font-weight:700}.el-cascader__suggestion-item>span{margin-right:10px}.el-cascader__empty-text{margin:10px 0;color:#C0C4CC}.el-cascader__search-input{-webkit-box-flex:1;-ms-flex:1;flex:1;height:24px;min-width:60px;margin:2px 0 2px 15px;padding:0;color:#606266;border:none;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader__search-input::-webkit-input-placeholder{color:#C0C4CC}.el-cascader__search-input:-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-ms-input-placeholder{color:#C0C4CC}.el-cascader__search-input::-moz-placeholder{color:#C0C4CC}.el-cascader__search-input::placeholder{color:#C0C4CC}.el-color-predefine{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-top:8px;width:280px}.el-color-predefine__colors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-wrap:wrap;flex-wrap:wrap}.el-color-predefine__color-selector{margin:0 0 8px 8px;width:20px;height:20px;border-radius:4px;cursor:pointer}.el-color-predefine__color-selector:nth-child(10n+1){margin-left:0}.el-color-predefine__color-selector.selected{-webkit-box-shadow:0 0 3px 2px #409EFF;box-shadow:0 0 3px 2px #409EFF}.el-color-predefine__color-selector>div{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;border-radius:3px}.el-color-predefine__color-selector.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-hue-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background-color:red;padding:0 2px}.el-color-hue-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to right,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);height:100%}.el-color-hue-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-hue-slider.is-vertical{width:12px;height:180px;padding:2px 0}.el-color-hue-slider.is-vertical .el-color-hue-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, red),color-stop(17%, #ff0),color-stop(33%, #0f0),color-stop(50%, #0ff),color-stop(67%, #00f),color-stop(83%, #f0f),to(red));background:linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)}.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-svpanel{position:relative;width:280px;height:180px}.el-color-svpanel__black,.el-color-svpanel__white{position:absolute;top:0;left:0;right:0;bottom:0}.el-color-svpanel__white{background:-webkit-gradient(linear,left top, right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.el-color-svpanel__black{background:-webkit-gradient(linear,left bottom, left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(to top,#000,rgba(0,0,0,0))}.el-color-svpanel__cursor{position:absolute}.el-color-svpanel__cursor>div{cursor:head;width:4px;height:4px;-webkit-box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);box-shadow:0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);border-radius:50%;-webkit-transform:translate(-2px,-2px);transform:translate(-2px,-2px)}.el-color-alpha-slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;height:12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-alpha-slider__bar{position:relative;background:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);height:100%}.el-color-alpha-slider__thumb{position:absolute;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;top:0;width:4px;height:100%;border-radius:1px;background:#fff;border:1px solid #f0f0f0;-webkit-box-shadow:0 0 2px rgba(0,0,0,.6);box-shadow:0 0 2px rgba(0,0,0,.6);z-index:1}.el-color-alpha-slider.is-vertical{width:20px;height:180px}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar{background:-webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),to(#fff));background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%)}.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb{left:0;top:0;width:100%;height:4px}.el-color-dropdown{width:300px}.el-color-dropdown__main-wrapper{margin-bottom:6px}.el-color-dropdown__main-wrapper::after{display:table;clear:both}.el-color-dropdown__btns{margin-top:6px;text-align:right}.el-color-dropdown__value{float:left;line-height:26px;font-size:12px;color:#000;width:160px}.el-color-dropdown__btn{border:1px solid #dcdcdc;color:#333;line-height:24px;border-radius:2px;padding:0 20px;cursor:pointer;background-color:transparent;outline:0;font-size:12px}.el-color-dropdown__btn[disabled]{color:#ccc;cursor:not-allowed}.el-color-dropdown__btn:hover{color:#409EFF;border-color:#409EFF}.el-color-dropdown__link-btn{cursor:pointer;color:#409EFF;text-decoration:none;padding:15px;font-size:12px}.el-color-dropdown__link-btn:hover{color:tint(#409EFF,20%)}.el-color-picker{display:inline-block;position:relative;line-height:normal;height:40px}.el-color-picker.is-disabled .el-color-picker__trigger{cursor:not-allowed}.el-color-picker--medium{height:36px}.el-color-picker--medium .el-color-picker__trigger{height:36px;width:36px}.el-color-picker--medium .el-color-picker__mask{height:34px;width:34px}.el-color-picker--small{height:32px}.el-color-picker--small .el-color-picker__trigger{height:32px;width:32px}.el-color-picker--small .el-color-picker__mask{height:30px;width:30px}.el-color-picker--small .el-color-picker__empty,.el-color-picker--small .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker--mini{height:28px}.el-color-picker--mini .el-color-picker__trigger{height:28px;width:28px}.el-color-picker--mini .el-color-picker__mask{height:26px;width:26px}.el-color-picker--mini .el-color-picker__empty,.el-color-picker--mini .el-color-picker__icon{-webkit-transform:translate3d(-50%,-50%,0) scale(.8);transform:translate3d(-50%,-50%,0) scale(.8)}.el-color-picker__mask{height:38px;width:38px;border-radius:4px;position:absolute;top:1px;left:1px;z-index:1;cursor:not-allowed;background-color:rgba(255,255,255,.7)}.el-color-picker__trigger{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:40px;padding:4px;border:1px solid #e6e6e6;border-radius:4px;font-size:0;position:relative;cursor:pointer}.el-color-picker__color{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;border-radius:2px;width:100%;height:100%;text-align:center}.el-color-picker__icon,.el-input,.el-textarea{display:inline-block;width:100%}.el-color-picker__color.is-alpha{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)}.el-color-picker__color-inner{position:absolute;left:0;top:0;right:0;bottom:0}.el-color-picker__empty{font-size:12px;color:#999;position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.el-color-picker__icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);color:#FFF;text-align:center;font-size:12px}.el-input__prefix,.el-input__suffix{position:absolute;top:0;text-align:center}.el-color-picker__panel{position:absolute;z-index:10;padding:6px;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:#FFF;border:1px solid #EBEEF5;border-radius:4px;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1)}.el-input__inner,.el-textarea__inner,.el-transfer-panel{-webkit-box-sizing:border-box}.el-textarea{position:relative;vertical-align:bottom;font-size:14px}.el-textarea__inner{display:block;resize:vertical;padding:5px 15px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;font-size:inherit;color:#606266;background-color:#FFF;background-image:none;border:1px solid #DCDFE6;border-radius:4px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1)}.el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea__inner:hover{border-color:#C0C4CC}.el-textarea__inner:focus{outline:0;border-color:#409EFF}.el-textarea .el-input__count{color:#909399;background:#FFF;position:absolute;font-size:12px;bottom:5px;right:10px}.el-textarea.is-disabled .el-textarea__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder{color:#C0C4CC}.el-textarea.is-disabled .el-textarea__inner::placeholder{color:#C0C4CC}.el-textarea.is-exceed .el-textarea__inner{border-color:#F56C6C}.el-textarea.is-exceed .el-input__count{color:#F56C6C}.el-input{position:relative;font-size:14px}.el-input::-webkit-scrollbar{z-index:11;width:6px}.el-input::-webkit-scrollbar:horizontal{height:6px}.el-input::-webkit-scrollbar-thumb{border-radius:5px;width:6px;background:#b4bccc}.el-input::-webkit-scrollbar-corner{background:#fff}.el-input::-webkit-scrollbar-track{background:#fff}.el-input::-webkit-scrollbar-track-piece{background:#fff;width:6px}.el-input .el-input__clear{color:#C0C4CC;font-size:14px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(.645,.045,.355,1);transition:color .2s cubic-bezier(.645,.045,.355,1)}.el-input .el-input__clear:hover{color:#909399}.el-input .el-input__count{height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#909399;font-size:12px}.el-input-group__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input,.el-input__inner{font-size:inherit}.el-input .el-input__count .el-input__count-inner{background:#FFF;line-height:initial;display:inline-block;padding:0 5px}.el-input__inner{-webkit-appearance:none;background-color:#FFF;background-image:none;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;display:inline-block;height:40px;line-height:40px;outline:0;padding:0 15px;-webkit-transition:border-color .2s cubic-bezier(.645,.045,.355,1);transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%}.el-input__inner::-ms-reveal{display:none}.el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input__inner::placeholder{color:#C0C4CC}.el-input__inner:hover{border-color:#C0C4CC}.el-input.is-active .el-input__inner,.el-input__inner:focus{border-color:#409EFF;outline:0}.el-input__suffix{height:100%;right:5px;-webkit-transition:all .3s;transition:all .3s;pointer-events:none}.el-input__suffix-inner{pointer-events:all}.el-input__prefix{height:100%;left:5px;-webkit-transition:all .3s;transition:all .3s}.el-input__icon{height:100%;width:25px;text-align:center;-webkit-transition:all .3s;transition:all .3s;line-height:40px}.el-input__icon:after{content:'';height:100%;width:0;display:inline-block;vertical-align:middle}.el-input__validateIcon{pointer-events:none}.el-input.is-disabled .el-input__inner{background-color:#F5F7FA;border-color:#E4E7ED;color:#C0C4CC;cursor:not-allowed}.el-input.is-disabled .el-input__inner::-webkit-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner:-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-ms-input-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::-moz-placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__inner::placeholder{color:#C0C4CC}.el-input.is-disabled .el-input__icon{cursor:not-allowed}.el-image-viewer__btn,.el-image__preview,.el-link,.el-transfer-panel__filter .el-icon-circle-close{cursor:pointer}.el-input.is-exceed .el-input__inner{border-color:#F56C6C}.el-input.is-exceed .el-input__suffix .el-input__count{color:#F56C6C}.el-input--suffix .el-input__inner{padding-right:30px}.el-input--prefix .el-input__inner{padding-left:30px}.el-input--medium{font-size:14px}.el-input--medium .el-input__inner{height:36px;line-height:36px}.el-input--medium .el-input__icon{line-height:36px}.el-input--small{font-size:13px}.el-input--small .el-input__inner{height:32px;line-height:32px}.el-input--small .el-input__icon{line-height:32px}.el-input--mini{font-size:12px}.el-input--mini .el-input__inner{height:28px;line-height:28px}.el-input--mini .el-input__icon{line-height:28px}.el-input-group{line-height:normal;display:inline-table;width:100%;border-collapse:separate;border-spacing:0}.el-input-group>.el-input__inner{vertical-align:middle;display:table-cell}.el-input-group__append,.el-input-group__prepend{background-color:#F5F7FA;color:#909399;vertical-align:middle;display:table-cell;position:relative;border:1px solid #DCDFE6;border-radius:4px;padding:0 20px;width:1px;white-space:nowrap}.el-input-group--append .el-input__inner,.el-input-group__prepend{border-top-right-radius:0;border-bottom-right-radius:0}.el-input-group__append:focus,.el-input-group__prepend:focus{outline:0}.el-input-group__append .el-button,.el-input-group__append .el-select,.el-input-group__prepend .el-button,.el-input-group__prepend .el-select{display:inline-block;margin:-10px -20px}.el-input-group__append button.el-button,.el-input-group__append div.el-select .el-input__inner,.el-input-group__append div.el-select:hover .el-input__inner,.el-input-group__prepend button.el-button,.el-input-group__prepend div.el-select .el-input__inner,.el-input-group__prepend div.el-select:hover .el-input__inner{border-color:transparent;background-color:transparent;color:inherit;border-top:0;border-bottom:0}.el-input-group__prepend{border-right:0}.el-input-group__append{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.el-input-group--append .el-select .el-input.is-focus .el-input__inner,.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner{border-color:transparent}.el-input-group--prepend .el-input__inner{border-top-left-radius:0;border-bottom-left-radius:0}.el-input__inner::-ms-clear{display:none;width:0;height:0}.el-transfer{font-size:14px}.el-transfer__buttons{display:inline-block;vertical-align:middle;padding:0 30px}.el-transfer__button{display:block;margin:0 auto;padding:10px;border-radius:50%;color:#FFF;background-color:#409EFF;font-size:0}.el-button-group>.el-button+.el-button,.el-transfer-panel__item+.el-transfer-panel__item,.el-transfer__button [class*=el-icon-]+span{margin-left:0}.el-divider__text,.el-image__error,.el-link,.el-timeline,.el-transfer__button i,.el-transfer__button span{font-size:14px}.el-transfer__button.is-with-texts{border-radius:4px}.el-transfer__button.is-disabled,.el-transfer__button.is-disabled:hover{border:1px solid #DCDFE6;background-color:#F5F7FA;color:#C0C4CC}.el-transfer__button:first-child{margin-bottom:10px}.el-transfer__button:nth-child(2){margin:0}.el-transfer-panel{border:1px solid #EBEEF5;border-radius:4px;overflow:hidden;background:#FFF;display:inline-block;vertical-align:middle;width:200px;max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.el-transfer-panel__body{height:246px}.el-transfer-panel__body.is-with-footer{padding-bottom:40px}.el-transfer-panel__list{margin:0;padding:6px 0;list-style:none;height:246px;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-transfer-panel__list.is-filterable{height:194px;padding-top:0}.el-transfer-panel__item{height:30px;line-height:30px;padding-left:15px;display:block!important}.el-transfer-panel__item.el-checkbox{color:#606266}.el-transfer-panel__item:hover{color:#409EFF}.el-transfer-panel__item.el-checkbox .el-checkbox__label{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:24px;line-height:30px}.el-transfer-panel__item .el-checkbox__input{position:absolute;top:8px}.el-transfer-panel__filter{text-align:center;margin:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;width:auto}.el-transfer-panel__filter .el-input__inner{height:32px;width:100%;font-size:12px;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:16px;padding-right:10px;padding-left:30px}.el-transfer-panel__filter .el-input__icon{margin-left:5px}.el-transfer-panel .el-transfer-panel__header{height:40px;line-height:40px;background:#F5F7FA;margin:0;padding-left:15px;border-bottom:1px solid #EBEEF5;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000}.el-container,.el-header{-webkit-box-sizing:border-box}.el-transfer-panel .el-transfer-panel__header .el-checkbox{display:block;line-height:40px}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label{font-size:16px;color:#303133;font-weight:400}.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span{position:absolute;right:15px;color:#909399;font-size:12px;font-weight:400}.el-transfer-panel .el-transfer-panel__footer{height:40px;background:#FFF;margin:0;padding:0;border-top:1px solid #EBEEF5;position:absolute;bottom:0;left:0;width:100%;z-index:1}.el-transfer-panel .el-transfer-panel__footer::after{display:inline-block;height:100%;vertical-align:middle}.el-container,.el-timeline-item__node{display:-webkit-box;display:-ms-flexbox}.el-transfer-panel .el-transfer-panel__footer .el-checkbox{padding-left:20px;color:#606266}.el-transfer-panel .el-transfer-panel__empty{margin:0;height:30px;line-height:30px;padding:6px 15px 0;color:#909399;text-align:center}.el-transfer-panel .el-checkbox__label{padding-left:8px}.el-transfer-panel .el-checkbox__inner{height:14px;width:14px;border-radius:3px}.el-transfer-panel .el-checkbox__inner::after{height:6px;width:3px;left:4px}.el-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:0}.el-container.is-vertical,.el-drawer,.el-empty,.el-result{-webkit-box-orient:vertical;-webkit-box-direction:normal}.el-container.is-vertical{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.el-header{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-aside{overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-main{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-flex-preferred-size:auto;flex-basis:auto;overflow:auto;-webkit-box-sizing:border-box;box-sizing:border-box}.el-footer{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0}.el-timeline{margin:0;list-style:none}.el-timeline .el-timeline-item:last-child .el-timeline-item__tail{display:none}.el-timeline-item{position:relative;padding-bottom:20px}.el-timeline-item__wrapper{position:relative;padding-left:28px;top:-3px}.el-timeline-item__tail{position:absolute;left:4px;height:100%;border-left:2px solid #E4E7ED}.el-timeline-item__icon{color:#FFF;font-size:13px}.el-timeline-item__node{position:absolute;background-color:#E4E7ED;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image__error,.el-timeline-item__dot{display:-webkit-box;display:-ms-flexbox}.el-timeline-item__node--normal{left:-1px;width:12px;height:12px}.el-timeline-item__node--large{left:-2px;width:14px;height:14px}.el-timeline-item__node--primary{background-color:#409EFF}.el-timeline-item__node--success{background-color:#67C23A}.el-timeline-item__node--warning{background-color:#E6A23C}.el-timeline-item__node--danger{background-color:#F56C6C}.el-timeline-item__node--info{background-color:#909399}.el-timeline-item__dot{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-timeline-item__content{color:#303133}.el-timeline-item__timestamp{color:#909399;line-height:1;font-size:13px}.el-timeline-item__timestamp.is-top{margin-bottom:8px;padding-top:4px}.el-timeline-item__timestamp.is-bottom{margin-top:8px}.el-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;position:relative;text-decoration:none;outline:0;padding:0;font-weight:500}.el-link.is-underline:hover:after{position:absolute;left:0;right:0;height:0;bottom:0;border-bottom:1px solid #409EFF}.el-link.el-link--default:after,.el-link.el-link--primary.is-underline:hover:after,.el-link.el-link--primary:after{border-color:#409EFF}.el-link.is-disabled{cursor:not-allowed}.el-link [class*=el-icon-]+span{margin-left:5px}.el-link.el-link--default{color:#606266}.el-link.el-link--default:hover{color:#409EFF}.el-link.el-link--default.is-disabled{color:#C0C4CC}.el-link.el-link--primary{color:#409EFF}.el-link.el-link--primary:hover{color:#66b1ff}.el-link.el-link--primary.is-disabled{color:#a0cfff}.el-link.el-link--danger.is-underline:hover:after,.el-link.el-link--danger:after{border-color:#F56C6C}.el-link.el-link--danger{color:#F56C6C}.el-link.el-link--danger:hover{color:#f78989}.el-link.el-link--danger.is-disabled{color:#fab6b6}.el-link.el-link--success.is-underline:hover:after,.el-link.el-link--success:after{border-color:#67C23A}.el-link.el-link--success{color:#67C23A}.el-link.el-link--success:hover{color:#85ce61}.el-link.el-link--success.is-disabled{color:#b3e19d}.el-link.el-link--warning.is-underline:hover:after,.el-link.el-link--warning:after{border-color:#E6A23C}.el-link.el-link--warning{color:#E6A23C}.el-link.el-link--warning:hover{color:#ebb563}.el-link.el-link--warning.is-disabled{color:#f3d19e}.el-link.el-link--info.is-underline:hover:after,.el-link.el-link--info:after{border-color:#909399}.el-link.el-link--info{color:#909399}.el-link.el-link--info:hover{color:#a6a9ad}.el-link.el-link--info.is-disabled{color:#c8c9cc}.el-divider{background-color:#DCDFE6;position:relative}.el-divider--horizontal{display:block;height:1px;width:100%;margin:24px 0}.el-divider--vertical{display:inline-block;width:1px;height:1em;margin:0 8px;vertical-align:middle;position:relative}.el-divider__text{position:absolute;background-color:#FFF;padding:0 20px;font-weight:500;color:#303133}.el-image__error,.el-image__placeholder{background:#F5F7FA}.el-divider__text.is-left{left:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-divider__text.is-center{left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.el-divider__text.is-right{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.el-image__error,.el-image__inner,.el-image__placeholder{width:100%;height:100%}.el-image{position:relative;display:inline-block;overflow:hidden}.el-image__inner{vertical-align:top}.el-image__inner--center{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.el-image__error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#C0C4CC;vertical-align:middle}.el-image-viewer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0}.el-image-viewer__btn{position:absolute;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;opacity:.8;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.el-button,.el-checkbox,.el-checkbox-button__inner,.el-empty__image img,.el-radio{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.el-image-viewer__close{top:40px;right:40px;width:40px;height:40px;font-size:24px;color:#fff;background-color:#606266}.el-image-viewer__canvas{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.el-image-viewer__actions{left:50%;bottom:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:282px;height:44px;padding:0 23px;background-color:#606266;border-color:#fff;border-radius:22px}.el-image-viewer__actions__inner{width:100%;height:100%;text-align:justify;cursor:default;font-size:23px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.el-image-viewer__next,.el-image-viewer__prev{width:44px;height:44px;font-size:24px;color:#fff;background-color:#606266;border-color:#fff;top:50%}.el-image-viewer__prev{-webkit-transform:translateY(-50%);transform:translateY(-50%);left:40px}.el-image-viewer__next{-webkit-transform:translateY(-50%);transform:translateY(-50%);right:40px;text-indent:2px}.el-image-viewer__mask{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.5;background:#000}.viewer-fade-enter-active{-webkit-animation:viewer-fade-in .3s;animation:viewer-fade-in .3s}.viewer-fade-leave-active{-webkit-animation:viewer-fade-out .3s;animation:viewer-fade-out .3s}@-webkit-keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes viewer-fade-in{0%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}@keyframes viewer-fade-out{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}100%{-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0);opacity:0}}.el-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:.1s;transition:.1s;font-weight:500;padding:12px 20px;font-size:14px;border-radius:4px}.el-button+.el-button,.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:10px}.el-button:focus,.el-button:hover{color:#409EFF;border-color:#c6e2ff;background-color:#ecf5ff}.el-button:active{color:#3a8ee6;border-color:#3a8ee6;outline:0}.el-button::-moz-focus-inner{border:0}.el-button [class*=el-icon-]+span{margin-left:5px}.el-button.is-plain:focus,.el-button.is-plain:hover{background:#FFF;border-color:#409EFF;color:#409EFF}.el-button.is-active,.el-button.is-plain:active{color:#3a8ee6;border-color:#3a8ee6}.el-button.is-plain:active{background:#FFF;outline:0}.el-button.is-disabled,.el-button.is-disabled:focus,.el-button.is-disabled:hover{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5}.el-button.is-disabled.el-button--text{background-color:transparent}.el-button.is-disabled.is-plain,.el-button.is-disabled.is-plain:focus,.el-button.is-disabled.is-plain:hover{background-color:#FFF;border-color:#EBEEF5;color:#C0C4CC}.el-button.is-loading{position:relative;pointer-events:none}.el-button.is-loading:before{pointer-events:none;content:'';position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;border-radius:inherit;background-color:rgba(255,255,255,.35)}.el-button.is-round{border-radius:20px;padding:12px 23px}.el-button.is-circle{border-radius:50%;padding:12px}.el-button--primary{color:#FFF;background-color:#409EFF;border-color:#409EFF}.el-button--primary:focus,.el-button--primary:hover{background:#66b1ff;border-color:#66b1ff;color:#FFF}.el-button--primary.is-active,.el-button--primary:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF}.el-button--primary:active{outline:0}.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover{color:#FFF;background-color:#a0cfff;border-color:#a0cfff}.el-button--primary.is-plain{color:#409EFF;background:#ecf5ff;border-color:#b3d8ff}.el-button--primary.is-plain:focus,.el-button--primary.is-plain:hover{background:#409EFF;border-color:#409EFF;color:#FFF}.el-button--primary.is-plain:active{background:#3a8ee6;border-color:#3a8ee6;color:#FFF;outline:0}.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover{color:#8cc5ff;background-color:#ecf5ff;border-color:#d9ecff}.el-button--success{color:#FFF;background-color:#67C23A;border-color:#67C23A}.el-button--success:focus,.el-button--success:hover{background:#85ce61;border-color:#85ce61;color:#FFF}.el-button--success.is-active,.el-button--success:active{background:#5daf34;border-color:#5daf34;color:#FFF}.el-button--success:active{outline:0}.el-button--success.is-disabled,.el-button--success.is-disabled:active,.el-button--success.is-disabled:focus,.el-button--success.is-disabled:hover{color:#FFF;background-color:#b3e19d;border-color:#b3e19d}.el-button--success.is-plain{color:#67C23A;background:#f0f9eb;border-color:#c2e7b0}.el-button--success.is-plain:focus,.el-button--success.is-plain:hover{background:#67C23A;border-color:#67C23A;color:#FFF}.el-button--success.is-plain:active{background:#5daf34;border-color:#5daf34;color:#FFF;outline:0}.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover{color:#a4da89;background-color:#f0f9eb;border-color:#e1f3d8}.el-button--warning{color:#FFF;background-color:#E6A23C;border-color:#E6A23C}.el-button--warning:focus,.el-button--warning:hover{background:#ebb563;border-color:#ebb563;color:#FFF}.el-button--warning.is-active,.el-button--warning:active{background:#cf9236;border-color:#cf9236;color:#FFF}.el-button--warning:active{outline:0}.el-button--warning.is-disabled,.el-button--warning.is-disabled:active,.el-button--warning.is-disabled:focus,.el-button--warning.is-disabled:hover{color:#FFF;background-color:#f3d19e;border-color:#f3d19e}.el-button--warning.is-plain{color:#E6A23C;background:#fdf6ec;border-color:#f5dab1}.el-button--warning.is-plain:focus,.el-button--warning.is-plain:hover{background:#E6A23C;border-color:#E6A23C;color:#FFF}.el-button--warning.is-plain:active{background:#cf9236;border-color:#cf9236;color:#FFF;outline:0}.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover{color:#f0c78a;background-color:#fdf6ec;border-color:#faecd8}.el-button--danger{color:#FFF;background-color:#F56C6C;border-color:#F56C6C}.el-button--danger:focus,.el-button--danger:hover{background:#f78989;border-color:#f78989;color:#FFF}.el-button--danger.is-active,.el-button--danger:active{background:#dd6161;border-color:#dd6161;color:#FFF}.el-button--danger:active{outline:0}.el-button--danger.is-disabled,.el-button--danger.is-disabled:active,.el-button--danger.is-disabled:focus,.el-button--danger.is-disabled:hover{color:#FFF;background-color:#fab6b6;border-color:#fab6b6}.el-button--danger.is-plain{color:#F56C6C;background:#fef0f0;border-color:#fbc4c4}.el-button--danger.is-plain:focus,.el-button--danger.is-plain:hover{background:#F56C6C;border-color:#F56C6C;color:#FFF}.el-button--danger.is-plain:active{background:#dd6161;border-color:#dd6161;color:#FFF;outline:0}.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover{color:#f9a7a7;background-color:#fef0f0;border-color:#fde2e2}.el-button--info{color:#FFF;background-color:#909399;border-color:#909399}.el-button--info:focus,.el-button--info:hover{background:#a6a9ad;border-color:#a6a9ad;color:#FFF}.el-button--info.is-active,.el-button--info:active{background:#82848a;border-color:#82848a;color:#FFF}.el-button--info:active{outline:0}.el-button--info.is-disabled,.el-button--info.is-disabled:active,.el-button--info.is-disabled:focus,.el-button--info.is-disabled:hover{color:#FFF;background-color:#c8c9cc;border-color:#c8c9cc}.el-button--info.is-plain{color:#909399;background:#f4f4f5;border-color:#d3d4d6}.el-button--info.is-plain:focus,.el-button--info.is-plain:hover{background:#909399;border-color:#909399;color:#FFF}.el-button--info.is-plain:active{background:#82848a;border-color:#82848a;color:#FFF;outline:0}.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover{color:#bcbec2;background-color:#f4f4f5;border-color:#e9e9eb}.el-button--medium{padding:10px 20px;font-size:14px;border-radius:4px}.el-button--medium.is-round{padding:10px 20px}.el-button--medium.is-circle{padding:10px}.el-button--small{padding:9px 15px;font-size:12px;border-radius:3px}.el-button--small.is-round{padding:9px 15px}.el-button--small.is-circle{padding:9px}.el-button--mini,.el-button--mini.is-round{padding:7px 15px}.el-button--mini{font-size:12px;border-radius:3px}.el-button--mini.is-circle{padding:7px}.el-button--text{border-color:transparent;color:#409EFF;background:0 0;padding-left:0;padding-right:0}.el-button--text:focus,.el-button--text:hover{color:#66b1ff;border-color:transparent;background-color:transparent}.el-button--text:active{color:#3a8ee6;border-color:transparent;background-color:transparent}.el-button--text.is-disabled,.el-button--text.is-disabled:focus,.el-button--text.is-disabled:hover{border-color:transparent}.el-button-group .el-button--danger:last-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:last-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:last-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:last-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:last-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child),.el-button-group>.el-dropdown>.el-button{border-left-color:rgba(255,255,255,.5)}.el-button-group .el-button--danger:first-child,.el-button-group .el-button--danger:not(:first-child):not(:last-child),.el-button-group .el-button--info:first-child,.el-button-group .el-button--info:not(:first-child):not(:last-child),.el-button-group .el-button--primary:first-child,.el-button-group .el-button--primary:not(:first-child):not(:last-child),.el-button-group .el-button--success:first-child,.el-button-group .el-button--success:not(:first-child):not(:last-child),.el-button-group .el-button--warning:first-child,.el-button-group .el-button--warning:not(:first-child):not(:last-child){border-right-color:rgba(255,255,255,.5)}.el-button-group{display:inline-block;vertical-align:middle}.el-button-group::after,.el-button-group::before{display:table}.el-button-group::after{clear:both}.el-button-group>.el-button{float:left;position:relative}.el-button-group>.el-button.is-disabled{z-index:1}.el-button-group>.el-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.el-button-group>.el-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.el-button-group>.el-button:first-child:last-child{border-radius:4px}.el-button-group>.el-button:first-child:last-child.is-round{border-radius:20px}.el-button-group>.el-button:first-child:last-child.is-circle{border-radius:50%}.el-button-group>.el-button:not(:first-child):not(:last-child){border-radius:0}.el-button-group>.el-button.is-active,.el-button-group>.el-button:not(.is-disabled):active,.el-button-group>.el-button:not(.is-disabled):focus,.el-button-group>.el-button:not(.is-disabled):hover{z-index:1}.el-button-group>.el-dropdown>.el-button{border-top-left-radius:0;border-bottom-left-radius:0}.el-calendar{background-color:#fff}.el-calendar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #EBEEF5}.el-backtop,.el-page-header{display:-webkit-box;display:-ms-flexbox}.el-calendar__title{color:#000;-ms-flex-item-align:center;align-self:center}.el-calendar__body{padding:12px 20px 35px}.el-calendar-table{table-layout:fixed;width:100%}.el-calendar-table thead th{padding:12px 0;color:#606266;font-weight:400}.el-calendar-table:not(.is-range) td.next,.el-calendar-table:not(.is-range) td.prev{color:#C0C4CC}.el-backtop,.el-calendar-table td.is-today{color:#409EFF}.el-calendar-table td{border-bottom:1px solid #EBEEF5;border-right:1px solid #EBEEF5;vertical-align:top;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.el-calendar-table td.is-selected{background-color:#F2F8FE}.el-calendar-table tr:first-child td{border-top:1px solid #EBEEF5}.el-calendar-table tr td:first-child{border-left:1px solid #EBEEF5}.el-calendar-table tr.el-calendar-table__row--hide-border td{border-top:none}.el-calendar-table .el-calendar-day{-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px;height:85px}.el-calendar-table .el-calendar-day:hover{cursor:pointer;background-color:#F2F8FE}.el-backtop{position:fixed;background-color:#FFF;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.12);box-shadow:0 0 6px rgba(0,0,0,.12);cursor:pointer;z-index:5}.el-backtop:hover{background-color:#F2F6FC}.el-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:24px}.el-page-header__left{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;margin-right:40px;position:relative}.el-page-header__left::after{position:absolute;width:1px;height:16px;right:-20px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#DCDFE6}.el-checkbox,.el-checkbox__input{display:inline-block;position:relative;white-space:nowrap}.el-page-header__left .el-icon-back{font-size:18px;margin-right:6px;-ms-flex-item-align:center;align-self:center}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{font-size:18px;color:#303133}.el-checkbox{color:#606266;font-weight:500;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:30px}.el-checkbox.is-bordered{padding:9px 20px 9px 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:40px}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered.el-checkbox--medium{padding:7px 20px 7px 10px;border-radius:4px;height:36px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:17px;font-size:14px}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:5px 15px 5px 10px;border-radius:3px;height:32px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:15px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox.is-bordered.el-checkbox--mini{padding:3px 15px 3px 10px;border-radius:3px;height:28px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:12px;font-size:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:6px;width:2px}.el-checkbox__input{cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:2px;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:1px solid #DCDFE6;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:1px solid #FFF;border-left:0;border-top:0;height:7px;left:4px;position:absolute;top:1px;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:3px;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:10px;line-height:19px;font-size:14px}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;font-weight:500;white-space:nowrap;vertical-align:middle;cursor:pointer;background:#FFF;border:1px solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);padding:12px 20px;font-size:14px;border-radius:0}.el-checkbox-button__inner.is-round{padding:12px 20px}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-radio,.el-radio__inner,.el-radio__input{position:relative;display:inline-block}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-1px 0 0 0 #8cc5ff;box-shadow:-1px 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:1px solid #DCDFE6;border-radius:4px 0 0 4px;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 4px 4px 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:10px 20px;font-size:14px;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:10px 20px}.el-checkbox-button--small .el-checkbox-button__inner{padding:9px 15px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:9px 15px}.el-checkbox-button--mini .el-checkbox-button__inner{padding:7px 15px;font-size:12px;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:7px 15px}.el-checkbox-group{font-size:0}.el-avatar,.el-cascader-panel,.el-radio,.el-radio--medium.is-bordered .el-radio__label,.el-radio__label{font-size:14px}.el-radio{color:#606266;font-weight:500;line-height:1;cursor:pointer;white-space:nowrap;outline:0;margin-right:30px}.el-cascader-node>.el-radio,.el-radio:last-child{margin-right:0}.el-radio.is-bordered{padding:12px 20px 0 10px;border-radius:4px;border:1px solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;height:40px}.el-cascader-menu,.el-cascader-menu__list,.el-radio__inner{-webkit-box-sizing:border-box}.el-radio.is-bordered.is-checked{border-color:#409EFF}.el-radio.is-bordered.is-disabled{cursor:not-allowed;border-color:#EBEEF5}.el-radio__input.is-disabled .el-radio__inner,.el-radio__input.is-disabled.is-checked .el-radio__inner{background-color:#F5F7FA;border-color:#E4E7ED}.el-radio.is-bordered+.el-radio.is-bordered{margin-left:10px}.el-radio--medium.is-bordered{padding:10px 20px 0 10px;border-radius:4px;height:36px}.el-radio--mini.is-bordered .el-radio__label,.el-radio--small.is-bordered .el-radio__label{font-size:12px}.el-radio--medium.is-bordered .el-radio__inner{height:14px;width:14px}.el-radio--small.is-bordered{padding:8px 15px 0 10px;border-radius:3px;height:32px}.el-radio--small.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio--mini.is-bordered{padding:6px 15px 0 10px;border-radius:3px;height:28px}.el-radio--mini.is-bordered .el-radio__inner{height:12px;width:12px}.el-radio__input{white-space:nowrap;cursor:pointer;outline:0;line-height:1;vertical-align:middle}.el-radio__input.is-disabled .el-radio__inner{cursor:not-allowed}.el-radio__input.is-disabled .el-radio__inner::after{cursor:not-allowed;background-color:#F5F7FA}.el-radio__input.is-disabled .el-radio__inner+.el-radio__label{cursor:not-allowed}.el-radio__input.is-disabled.is-checked .el-radio__inner::after{background-color:#C0C4CC}.el-radio__input.is-disabled+span.el-radio__label{color:#C0C4CC;cursor:not-allowed}.el-radio__input.is-checked .el-radio__inner{border-color:#409EFF;background:#409EFF}.el-radio__input.is-checked .el-radio__inner::after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.el-radio__input.is-checked+.el-radio__label{color:#409EFF}.el-radio__input.is-focus .el-radio__inner{border-color:#409EFF}.el-radio__inner{border:1px solid #DCDFE6;border-radius:100%;width:14px;height:14px;background-color:#FFF;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.el-radio__inner:hover{border-color:#409EFF}.el-radio__inner::after{width:4px;height:4px;border-radius:100%;background-color:#FFF;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);-webkit-transition:-webkit-transform .15s ease-in;transition:-webkit-transform .15s ease-in;transition:transform .15s ease-in;transition:transform .15s ease-in, -webkit-transform .15s ease-in;transition:transform .15s ease-in,-webkit-transform .15s ease-in}.el-radio__original{opacity:0;outline:0;position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;margin:0}.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner{-webkit-box-shadow:0 0 2px 2px #409EFF;box-shadow:0 0 2px 2px #409EFF}.el-radio__label{padding-left:10px}.el-scrollbar{overflow:hidden;position:relative}.el-scrollbar:active>.el-scrollbar__bar,.el-scrollbar:focus>.el-scrollbar__bar,.el-scrollbar:hover>.el-scrollbar__bar{opacity:1;-webkit-transition:opacity 340ms ease-out;transition:opacity 340ms ease-out}.el-scrollbar__wrap{overflow:scroll;height:100%}.el-scrollbar__wrap--hidden-default{scrollbar-width:none}.el-scrollbar__wrap--hidden-default::-webkit-scrollbar{width:0;height:0}.el-scrollbar__thumb{position:relative;display:block;width:0;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:.3s background-color;transition:.3s background-color}.el-scrollbar__thumb:hover{background-color:rgba(144,147,153,.5)}.el-scrollbar__bar{position:absolute;right:2px;bottom:2px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity 120ms ease-out;transition:opacity 120ms ease-out}.el-scrollbar__bar.is-vertical{width:6px;top:2px}.el-scrollbar__bar.is-vertical>div{width:100%}.el-scrollbar__bar.is-horizontal{height:6px;left:2px}.el-scrollbar__bar.is-horizontal>div{height:100%}.el-cascader-panel{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px}.el-cascader-panel.is-bordered{border:1px solid #E4E7ED;border-radius:4px}.el-cascader-menu{min-width:180px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#606266;border-right:solid 1px #E4E7ED}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;-webkit-box-sizing:border-box;box-sizing:border-box}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#C0C4CC}.el-cascader-node{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:0}.el-cascader-node.is-selectable.in-active-path{color:#606266}.el-cascader-node.in-active-path,.el-cascader-node.is-active,.el-cascader-node.is-selectable.in-checked-path{color:#409EFF;font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):focus,.el-cascader-node:not(.is-disabled):hover{background:#F5F7FA}.el-cascader-node.is-disabled{color:#C0C4CC;cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}.el-avatar{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;overflow:hidden;color:#fff;background:#C0C4CC;width:40px;height:40px;line-height:40px}.el-drawer,.el-drawer__body>*{-webkit-box-sizing:border-box}.el-avatar>img{display:block;height:100%;vertical-align:middle}.el-empty__image img,.el-empty__image svg{vertical-align:top;height:100%;width:100%}.el-avatar--circle{border-radius:50%}.el-avatar--square{border-radius:4px}.el-avatar--icon{font-size:18px}.el-avatar--large{width:40px;height:40px;line-height:40px}.el-avatar--medium{width:36px;height:36px;line-height:36px}.el-avatar--small{width:28px;height:28px;line-height:28px}@-webkit-keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@keyframes el-drawer-fade-in{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes rtl-drawer-in{0%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@keyframes rtl-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(100%,0);transform:translate(100%,0)}}@-webkit-keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ltr-drawer-in{0%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@keyframes ltr-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-100%,0);transform:translate(-100%,0)}}@-webkit-keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ttb-drawer-in{0%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@keyframes ttb-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,-100%);transform:translate(0,-100%)}}@-webkit-keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes btt-drawer-in{0%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}@keyframes btt-drawer-out{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(0,100%);transform:translate(0,100%)}}.el-drawer{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#FFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);overflow:hidden;outline:0}.el-drawer.rtl{-webkit-animation:rtl-drawer-out .3s;animation:rtl-drawer-out .3s;right:0}.el-drawer__open .el-drawer.rtl{-webkit-animation:rtl-drawer-in .3s 1ms;animation:rtl-drawer-in .3s 1ms}.el-drawer.ltr{-webkit-animation:ltr-drawer-out .3s;animation:ltr-drawer-out .3s;left:0}.el-drawer__open .el-drawer.ltr{-webkit-animation:ltr-drawer-in .3s 1ms;animation:ltr-drawer-in .3s 1ms}.el-drawer.ttb{-webkit-animation:ttb-drawer-out .3s;animation:ttb-drawer-out .3s;top:0}.el-drawer__open .el-drawer.ttb{-webkit-animation:ttb-drawer-in .3s 1ms;animation:ttb-drawer-in .3s 1ms}.el-drawer.btt{-webkit-animation:btt-drawer-out .3s;animation:btt-drawer-out .3s;bottom:0}.el-drawer__open .el-drawer.btt{-webkit-animation:btt-drawer-in .3s 1ms;animation:btt-drawer-in .3s 1ms}.el-drawer__wrapper{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;margin:0}.el-drawer__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#72767b;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;padding:20px 20px 0}.el-drawer__header>:first-child{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-drawer__title{margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:inherit;font-size:1rem}.el-drawer__close-btn{border:none;cursor:pointer;font-size:20px;color:inherit;background-color:transparent}.el-drawer__body{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto}.el-drawer__body>*{-webkit-box-sizing:border-box;box-sizing:border-box}.el-drawer.ltr,.el-drawer.rtl{height:100%;top:0;bottom:0}.el-drawer.btt,.el-drawer.ttb{width:100%;left:0;right:0}.el-drawer__container{position:relative;left:0;right:0;top:0;bottom:0;height:100%;width:100%}.el-drawer-fade-enter-active{-webkit-animation:el-drawer-fade-in .3s;animation:el-drawer-fade-in .3s}.el-drawer-fade-leave-active{animation:el-drawer-fade-in .3s reverse}.el-statistic{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#000;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";text-align:center}.el-statistic .head{margin-bottom:4px;color:#606266;font-size:13px}.el-statistic .con{font-family:Sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#303133}.el-statistic .con .number{font-size:20px;padding:0 4px}.el-statistic .con span{display:inline-block;margin:0;line-height:100%}.el-popconfirm__main,.el-skeleton__image{display:-ms-flexbox;-webkit-box-align:center;display:-webkit-box}.el-popconfirm__main{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.el-popconfirm__icon{margin-right:5px}.el-popconfirm__action{text-align:right;margin:0}@-webkit-keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes el-skeleton-loading{0%{background-position:100% 50%}100%{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{height:16px;margin-top:16px;background:#f2f2f2}.el-skeleton.is-animated .el-skeleton__item{background:-webkit-gradient(linear,left top, right top,color-stop(25%, #f2f2f2),color-stop(37%, #e6e6e6),color-stop(63%, #f2f2f2));background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);background-size:400% 100%;-webkit-animation:el-skeleton-loading 1.4s ease infinite;animation:el-skeleton-loading 1.4s ease infinite}.el-skeleton__item{background:#f2f2f2;display:inline-block;height:16px;border-radius:4px;width:100%}.el-skeleton__circle{border-radius:50%;width:36px;height:36px;line-height:36px}.el-skeleton__circle--lg{width:40px;height:40px;line-height:40px}.el-skeleton__circle--md{width:28px;height:28px;line-height:28px}.el-skeleton__button{height:40px;width:64px;border-radius:4px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{width:100%;height:13px}.el-skeleton__caption{height:12px}.el-skeleton__h1{height:20px}.el-skeleton__h3{height:18px}.el-skeleton__h5{height:16px}.el-skeleton__image{width:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0}.el-skeleton__image svg{fill:#DCDDE0;width:22%;height:22%}.el-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0}.el-empty__image{width:160px}.el-empty__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-object-fit:contain;object-fit:contain}.el-empty__image svg{fill:#DCDDE0}.el-empty__description{margin-top:20px}.el-empty__description p{margin:0;font-size:14px;color:#909399}.el-empty__bottom,.el-result__title{margin-top:20px}.el-descriptions{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;color:#303133}.el-descriptions__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.el-descriptions__title{font-size:16px;font-weight:700}.el-descriptions--mini,.el-descriptions--small{font-size:12px}.el-descriptions__body{color:#606266;background-color:#FFF}.el-descriptions__body .el-descriptions__table{border-collapse:collapse;width:100%;table-layout:fixed}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left;font-weight:400;line-height:1.5}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-left{text-align:left}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-center{text-align:center}.el-descriptions__body .el-descriptions__table .el-descriptions-item__cell.is-right{text-align:right}.el-descriptions .is-bordered{table-layout:auto}.el-descriptions .is-bordered .el-descriptions-item__cell{border:1px solid #EBEEF5;padding:12px 10px}.el-descriptions :not(.is-bordered) .el-descriptions-item__cell{padding-bottom:12px}.el-descriptions--medium.is-bordered .el-descriptions-item__cell{padding:10px}.el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:10px}.el-descriptions--small.is-bordered .el-descriptions-item__cell{padding:8px 10px}.el-descriptions--small:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:8px}.el-descriptions--mini.is-bordered .el-descriptions-item__cell{padding:6px 10px}.el-descriptions--mini:not(.is-bordered) .el-descriptions-item__cell{padding-bottom:6px}.el-descriptions-item{vertical-align:top}.el-descriptions-item__container{display:-webkit-box;display:-ms-flexbox;display:flex}.el-descriptions-item__container .el-descriptions-item__content,.el-descriptions-item__container .el-descriptions-item__label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.el-descriptions-item__container .el-descriptions-item__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.el-descriptions-item__label.has-colon::after{content:':';position:relative;top:-.5px}.el-descriptions-item__label.is-bordered-label{font-weight:700;color:#909399;background:#fafafa}.el-descriptions-item__label:not(.is-bordered-label){margin-right:10px}.el-descriptions-item__content{word-break:break-word;overflow-wrap:break-word}.el-result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 30px}.el-result__icon svg{width:64px;height:64px}.el-result__title p{margin:0;font-size:20px;color:#303133;line-height:1.3}.el-result__subtitle{margin-top:10px}.el-result__subtitle p{margin:0;font-size:14px;color:#606266;line-height:1.3}.el-result__extra{margin-top:30px}.el-result .icon-success{fill:#67C23A}.el-result .icon-error{fill:#F56C6C}.el-result .icon-info{fill:#909399}.el-result .icon-warning{fill:#E6A23C}