body {
  color: #333;
}
ol,
ul,
dl {
  padding: 0;
}
.layout-container .layout-content {
  height: 100vh;
}
.layout-container .layout-content > .ant-alert {
  margin-top: 50px;
}
.layout-content > .ant-tabs {
  height: 100%;
}
.layout-content > .ant-tabs > .ant-tabs-content {
  height: calc(100% - 50px);
}
.global-tip-li {
  line-height: 24px;
  cursor: pointer;
}
.global-tip-color-check {
  color: #ff6600;
}
.global-tip-color-tip {
  color: #00c484;
}
.global-tab-content {
  height: 100%;
  padding: 10px;
}
.global-tab-iframe {
  height: 100%;
  width: 100%;
  border: none;
}
/*********覆盖antd样式,后期升级antd版本2.10.0以上后可去掉，使用内联定义*********/
.ant-table-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #eee;
}
.ant-table-body::-webkit-scrollbar-track {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
  border-radius: 10px;
}
.ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.ant-table-hide-scrollbar.ant-table-body::-webkit-scrollbar-track {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
  border-radius: 10px;
}
.ant-table-hide-scrollbar.ant-table-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.ant-tabs {
  color: #333;
  font-family: "Microsoft YaHei";
}
.ant-notification {
  width: 300px;
}
.ant-input {
  border-radius: 2px;
  color: #333;
}
.ant-select-selection {
  border-radius: 2px;
  background-color: #fff;
}
.ant-input:focus {
  border-color: #4855a8;
  box-shadow: none;
}
.ant-input:hover {
  border-color: #4855a8;
}
.ant-input-group-addon {
  padding: 0 8px;
}
.ant-input-preSuffix-wrapper:hover .ant-input {
  border-color: #4855a8;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #4855a8;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  right: 6px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
}
.ant-calendar-picker-icon:after {
  font-size: 14px;
}
.ant-calendar-picker:hover .ant-calendar-picker-input {
  border-color: #4855a8;
}
.ant-calendar-selected-day .ant-calendar-date:hover {
  background: #4855a8;
}
.ant-calendar-date:active {
  color: #fff;
  background: #4855a8;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #4855a8;
  font-weight: bold;
  color: #4855a8;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #4855a8;
  color: #fff;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #4855a8 !important;
  box-shadow: none !important;
}
.ant-select-selection:hover {
  border-color: #4855a8 !important;
}
.ant-select-open .ant-select-selection {
  border-color: #4855a8 !important;
  box-shadow: none !important;
}
.ant-btn {
  border-radius: 2px;
  color: #333;
  background-color: #f8f9fd;
  transition: none;
}
.ant-btn:hover,
.ant-btn:focus {
  border-color: #33d09d;
  color: #33d09d;
  background-color: #f8f9fd;
}
.ant-btn-primary {
  border-color: #00c484;
  color: #fff;
  background-color: #00c484;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background-color: #33d09d;
  border-color: #33d09d;
  color: #fff;
}
.ant-confirm .ant-confirm-btns button + button {
  float: left;
  margin-right: 10px;
}
/* .ant-modal-footer::before, .ant-modal-footer::after {
  content: ' ';
  display: table;
  height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.ant-modal-footer button:first-child {
  float: right;
  margin-left: 8px;
} */
.ant-pagination-item-active {
  border-color: #4855a8;
  border-radius: 50%;
  background-color: #4855a8;
}
.ant-pagination-item:hover {
  border-color: #4855a8;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #4855a8;
}
.ant-pagination-item:hover a {
  color: #4855a8;
}
.ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-pagination-item-active a {
  margin: 0 5px;
  color: #fff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #4855a8;
  border-color: #4855a8;
}
.ant-checkbox-wrapper:hover .ant-checkbox .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-focused .ant-checkbox-inner {
  border-color: #4855a8;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #4855a8;
}
.ant-radio-inner:after {
  background-color: #4855a8;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #4855a8;
}
.ant-radio-inner {
  background-color: #f8f9fd;
}
.ant-checkbox-inner {
  background-color: #f8f9fd;
}
.ant-modal-content {
  background-color: #f8f9fd;
}
.ant-modal-header {
  background-color: #f8f9fd;
}
.ant-notification-notice {
  background: #f8f9fd;
}
.ant-form-explain,
.ant-form-split {
  margin-top: -4px;
  line-height: 18px;
}
.ant-table {
  color: #333;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.03), 0 2px 8px 0 rgba(127, 141, 194, 0.08);
}
.ant-table table {
  border-radius: 0;
}
.ant-table-thead > tr > th {
  font-weight: 700 !important;
}
.ant-table-column-sorter {
  margin-left: 3px;
}
.ant-table-tbody > tr:nth-child(odd) {
  background: #f8f9fd;
}
.ant-table-tbody > tr:nth-child(even) {
  background: #edeffa;
  /* background: #d7f7e8; */
}
.ant-table-placeholder {
  border-bottom: none;
}
.ant-table .ant-table-footer {
  border: none;
}
.ant-table-footer {
  background: #d3d8ef;
  color: red;
}
.ant-tooltip-inner {
  background-color: #3b3f59;
  border-radius: 2px;
}
.ant-menu-submenu > .ant-menu {
  border-radius: 2px;
  color: #333;
}
.ant-menu-submenu-horizontal > .ant-menu {
  margin-top: 2px;
  color: #333;
}
.ant-dropdown-menu {
  border-radius: 2px;
}
.ant-form-item-label label {
  color: #333;
}
.ant-form-item {
  color: #333;
}
.ant-form-item-with-help {
  margin-bottom: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  color: #333;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  color: #333;
}
.ant-select-dropdown-menu-item {
  color: #333;
  background-color: #f8f9fd;
}
.ant-select-dropdown-menu-item-selected,
.ant-select-dropdown-menu-item-selected:hover {
  background-color: #d3d8ef;
}
.ant-select-search--inline .ant-select-search__field {
  color: #333;
}
.ant-menu-item-group-title {
  color: #7d7c7c;
  font-weight: bold;
}
.ant-tabs-content {
  background-color: #f8f9fd;
}
.ant-popover-inner-content::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
}
.ant-popover-inner-content .ant-popover-buttons {
  text-align: left;
  float: right;
}
.ant-popover-inner-content .ant-popover-buttons button + button {
  float: left;
}
@media screen and (max-width: 1500px) {
  .common-manage-search .ant-calendar-picker-input {
    width: 110px;
  }
}
.ant-divider {
  margin: 0 5px;
}
.sentry-error-embed-wrapper .sentry-error-embed header h2 {
  display: none;
}
.sentry-error-embed-wrapper .sentry-error-embed header p {
  /* margin: 0 0 5px; */
  font-size: 22px;
  font-weight: 500;
  color: #394359;
}
.sentry-error-embed-wrapper .sentry-error-embed header p span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.sentry-error-embed-wrapper .sentry-error-embed .form-submit .btn,
.sentry-error-embed-wrapper .sentry-error-embed .form-submit .close {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
.sentry-error-embed-wrapper .form-submit .powered-by {
  display: none;
}
/********以下公共属性《切勿删除！》规则为common-[css属性]*********/
.common-range-date-picker {
  display: inline-block;
  width: 100%;
}
.editable-cell-wrap .cell-wrap {
  min-height: 20px;
}
.common-range-date-picker .ant-calendar-picker {
  width: calc(50% - 5px);
}
.common-range-date-picker .split {
  display: inline-block;
  width: 10px;
  text-align: center;
}
.common-range-date-picker .ant-calendar-picker-input {
  padding: 4px 5px;
}
.common-cursor-pointer {
  cursor: pointer;
}
.common-search-row {
  margin-bottom: 10px;
}
.common-search-row .title {
  font-size: 14px;
  line-height: 30px;
}
.common-manager-searchform .ant-select {
  width: 100%;
}
.common-manager-searchform .form-row {
  margin-bottom: 0;
}
.common-manager-searchform .ant-form-item {
  margin-bottom: 10px;
}
.common-color-red {
  color: red;
}
.common-color-yellow {
  color: yellow;
}
.common-color-purple {
  color: #4855a8;
}
.common-color-purred {
  color: #ff7167;
}
.common-color-grey {
  color: lightgrey;
}
.common-font-bolder {
  font-weight: bolder;
}
.common-middle-child {
  justify-content: center;
  align-items: center;
  display: flex;
}
.common-font-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-fontsize-14 {
  font-size: 14px;
}
.common-fontsize-16 {
  font-size: 16px;
}
.common-fontsize-18 {
  font-size: 18px;
}
.common-input-h40 {
  height: 40px;
}
.common-global-green {
  color: #00c484;
}
.common-global-green:hover {
  color: #33d09d;
}
.common-global-button-h40 {
  height: 40px;
  width: 100%;
  font-size: 1.25em;
}
.common-operation a {
  color: #00c484;
}
.common-operation-a {
  color: #00c484;
}
.common-tab-page {
  padding: 20px 10px 0px 10px;
}
.common-inline-block {
  display: inline-block;
}
.common-work-break {
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
}
.common-from-item-required .ant-form-item-label label:before {
  display: inline-block;
  margin-right: 4px;
  content: "*";
  font-family: SimSun;
  line-height: 1;
  font-size: 12px;
  color: #f04134;
}
/* 单个文件上传 */
.common-uploader {
  display: block;
}
/* .common-uploader .ant-upload-select { float: left; } */
.common-uploader .ant-upload-list {
  padding-left: 10px;
}
.common-uploader .ant-upload-list-item {
  margin-top: 0;
}
.common-uploader .ant-upload-list-item-info {
  height: 32px;
  line-height: 32px;
}
/* .common-uploader .ant-upload-list-item-progress { display: none;} */
.common-uploader .ant-upload-list-item-info .anticon-cross {
  font-size: 22px;
}
.common-clear-both {
  clear: both;
}
.common-ml5 {
  margin-left: 5px;
}
.common-mr5 {
  margin-right: 5px;
}
.common-mb5 {
  margin-bottom: 5px;
}
.common-mt5 {
  margin-top: 5px;
}
.common-ml10 {
  margin-left: 10px;
}
.common-mr10 {
  margin-right: 10px;
}
.common-pl5 {
  padding-left: 5px;
}
.common-pl10 {
  padding-left: 10px;
}
.common-pt5 {
  padding-top: 5px;
}
.common-pt10 {
  padding-top: 10px;
}
.common-pt15 {
  padding-top: 15px;
}
.common-pb5 {
  padding-bottom: 5px;
}
.common-pb10 {
  padding-bottom: 10px;
}
.common-pb15 {
  padding-bottom: 15px;
}
.common-text-center {
  text-align: center;
}
.common-text-right {
  text-align: right;
}
.common-btn-call {
  padding: 2px 8px;
  margin-left: 5px;
  border-radius: 2px;
  color: #33d09d;
  border: 1px solid #33d0b6;
  cursor: pointer;
}
.common-span-voice-uuid {
  color: #00c484;
}
.common-span-voice-uuid:hover {
  color: #ff5722;
  text-decoration: underline;
}
.site-issue-create {
  height: 100%;
  padding: 10px;
  background-color: #f3f5fd;
}
/********以下适配器，内嵌入其他系统样式改造*********/
#root > .site-issue-create {
  height: 100vh;
  background-color: #ffffff;
}
#root > .group-issue-accept {
  height: 100vh;
}
#root > .site-issue-manage {
  height: 100vh;
  overflow-y: auto;
}
#root > .group-issue-accept > .display-block > .content-con {
  background-color: #ffffff;
}
.issue-detail-model {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh * 0.7);
  color: black;
}
.issue-detail-model .info-block h4 {
  margin: 15px 0 8px 8px;
  font-size: 1.1em;
  color: #0e870e;
}
.issue-detail-model .info-title {
  text-align: right;
  padding-right: 10px;
}
.issue-detail-model .table-min-60 {
  min-width: 60px;
  color: black;
  font-weight: normal;
}
.issue-detail-model .table-min-80 {
  min-width: 80px;
  color: black;
  font-weight: normal;
}
.issue-detail-model .ant-row {
  margin-bottom: 5px;
}


/*# sourceMappingURL=main-7d2143f0.css.map*/