/*! 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 {
  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 */
  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 {
  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"] {
  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;
}

.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.width200 {
  width: 200px;
}
.dib {
  display: inline-block;
}
.mb5 {
  margin-bottom: 5px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb20 {
  margin-bottom: 24px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr16 {
  margin-right: 16px;
}
.mr20 {
  margin-right: 20px;
}
.mr24 {
  margin-right: 24px;
}
.mt24 {
  margin-top: 24px;
}
.pr {
  position: relative;
}
.dn {
  display: none;
}
.dil {
  display: inline;
}
.width100 {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.vh {
  visibility: hidden;
}
body .ant-drawer .ant-drawer-body-custom {
  padding: 16px;
}
.system-loading {
  width: 100vw;
  height: 100vh;
}

body .ant-pro-table-alert {
  display: none;
}

.agent-work-container .flex {
  display: flex;
}
.agent-work-container .flex-col {
  flex-direction: column;
}
.agent-work-container .justify-between {
  justify-content: space-between;
}
.agent-work-container .justify-center {
  justify-content: center;
}
.agent-work-container .items-end {
  align-items: flex-end;
}
.agent-work-container .items-center {
  align-items: center;
}
.agent-work-container .no-call-wrapper {
  height: 400px;
}

.agent-work-container .centarl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.agent-work-container .centarl .centarl-con {
  padding: 5px;
  padding-top: 0;
  flex: 1;
  overflow-y: auto;
}
.agent-work-container .centarl .flex {
  display: flex;
}
.agent-work-container .centarl .hide {
  display: none;
}
.agent-work-container .centarl .h-full {
  height: 100%;
}

.page-setting-form-detail .fieldsCon {
  padding: 12px;
}
.page-setting-form-detail .fieldItem {
  color: #333;
  display: block;
  cursor: move;
  background: #f4f6fc;
  border: 1px solid #f4f6fc;
  padding: 5px;
  margin-bottom: 12px;
}
.page-setting-form-detail .formItem {
  border: 1px dashed #bbb;
  margin-bottom: 5px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.page-setting-form-detail .formItem .ant-form-item {
  margin-bottom: 0;
}
.page-setting-form-detail .formItem .moveIcon {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #409eff;
  color: #fff;
  text-align: center;
  line-height: 20px;
  cursor: move;
}
.page-setting-form-detail .formItem .deleteIcon {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #409eff;
  color: #fff;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.page-setting-form-detail .formItem:hover {
  background: #ecf5ff;
  outline-offset: 0;
}
.page-setting-form-detail .formItem.action {
  outline: 1px solid #409eff;
  border: 1px solid #409eff;
  background: #c7e0fc;
}
.page-setting-form-detail .formItem.action .moveIcon {
  display: block;
}
.page-setting-form-detail .formItem.action .deleteIcon {
  display: block;
}
.page-setting-form-detail .dragging {
  height: 2px;
  background-color: red;
}
.page-setting-form-detail .formVisHeader {
  padding: 15px 20px;
  border-bottom: 1px solid #e4e7ed;
}
.page-setting-form-detail .formCon {
  padding: 18px;
}
.page-setting-form-detail .fieldConf {
  padding: 12px;
  background-color: #fff;
  height: 100%;
}

.rtc-support-page {
  background-color: #f5f5f5;
  min-height: 100vh;
}
.rtc-support-page .ant-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 16px;
}
.rtc-support-page .ant-card .ant-card-head {
  border-bottom: 1px solid #f0f0f0;
}
.rtc-support-page .ant-card .ant-card-head .ant-card-head-title {
  font-weight: 600;
  color: #262626;
}
.rtc-support-page .status-card {
  background: #fff;
  border: 1px solid #e8e8e8;
}
.rtc-support-page .status-card:last-child {
  margin-bottom: 0;
}
.rtc-support-page .ant-list-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.rtc-support-page .ant-list-item:last-child {
  border-bottom: none;
}
.rtc-support-page .ant-alert {
  border-radius: 6px;
  margin-top: 16px;
}
.rtc-support-page .ant-alert.ant-alert-error {
  background-color: #fff2f0;
  border-color: #ffccc7;
}
.rtc-support-page .ant-alert.ant-alert-warning {
  background-color: #fffbe6;
  border-color: #ffe58f;
}
.rtc-support-page .ant-alert.ant-alert-info {
  background-color: #e6f7ff;
  border-color: #91d5ff;
}
.rtc-support-page .ant-alert.ant-alert-success {
  background-color: #f6ffed;
  border-color: #b7eb8f;
}
.rtc-support-page .status-icon {
  margin-right: 8px;
}
.rtc-support-page .loading-container {
  text-align: center;
  padding: 50px 0;
}
.rtc-support-page .loading-container .ant-spin {
  margin-bottom: 16px;
}
.rtc-support-page .loading-container .loading-text {
  color: #666;
  font-style: italic;
}
.rtc-support-page .error-container {
  padding: 24px;
}
.rtc-support-page .error-container .ant-alert {
  margin-bottom: 16px;
}
.rtc-support-page .page-title {
  text-align: center;
  margin-bottom: 32px;
  color: #262626;
}
.rtc-support-page .content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.chat-sys-msg .ant-bubble-content {
  min-height: 18px;
  padding: 1px 14px;
  text-align: center;
  background-color: #fff;
}
.chat-msg-content {
  max-width: 82% !important;
}
.chat-user-msg {
  color: #fff !important;
  background-color: #81b7f3 !important;
}
.chat-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.chat-content .audio-play {
  position: relative;
  flex-shrink: 1;
  width: 20px;
  height: 17px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: sub;
}
.chat-content .audio-play-one {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
  background: #fff;
  border-radius: 2px;
}
.chat-content .audio-play-two {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 13px;
  height: 13px;
  margin-top: -9px;
  margin-left: -9px;
  border: 2px solid transparent;
  border-right-color: #fff;
  border-radius: 10px;
}
.chat-content .audio-play-three {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 23px;
  height: 23px;
  margin-top: -14px;
  margin-left: -13px;
  border: 2px solid transparent;
  border-right-color: #fff;
  border-radius: 15px;
}
.chat-content .audio-play.audio-playing .audio-play-two {
  animation: two 2s infinite;
}
.chat-content .audio-play.audio-playing .audio-play-three {
  animation: three 2s infinite;
}
@keyframes two {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes three {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.chat-audio {
  margin: 10px 15px 22px;
}
.chat .node-title {
  font-weight: 600;
  font-size: 14px;
}
.chat .trace-info {
  margin-top: 6px;
}

.customForm .form-section {
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #536ffd;
  margin-right: 7px;
  vertical-align: text-top;
}
.customForm .form-section-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  container-type: inline-size;
}
.customForm .form-remark {
  grid-column: span 2;
}
.customForm .edit-btn {
  grid-column: span 2;
  margin-left: 80%;
  margin-bottom: 10px;
}
@container (max-width: 410px) {
  .customForm .form-remark {
    grid-column: span 1;
    /* 当 .form-container 的宽度小于 400px 时，让备注文本域占一列 */
  }
}

.record-drawer {
  height: 100%;
}
.record-drawer .record-detail {
  padding: 10px;
}
.record-drawer .record-detail-info {
  background-color: #f6f6f6;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.grid-container {
  display: flex;
  gap: 12px;
  padding: 16px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  /* 美化滚动条 */
}
.grid-container::-webkit-scrollbar {
  height: 8px;
}
.grid-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.grid-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.grid-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.grid-item {
  min-width: 350px;
  flex: 1;
  position: relative;
  transition: all 300ms ease-out;
  padding: 8px;
  border-radius: 8px;
  margin: 4px 0;
}
.grid-item .ant-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  border: none;
}
.grid-item .ant-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.grid-item-2 {
  width: 840px;
}
/* 退出动画 */
.card-exit {
  opacity: 1;
}
.card-exit-active {
  opacity: 1;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: width 300ms ease-out;
}
.card-exit-done {
  display: none;
}

.cpt-page-wrap {
  height: 100%;
}
.cpt-page-wrap .page-box_height100 {
  height: 100%;
}
.cpt-page-wrap .page-box_height100 .cpt-page-wrap_spin {
  min-height: 100%;
}
.cpt-page-wrap .page-box_height100 .ant-spin-container {
  min-height: 100%;
}
.cpt-page-wrap .page-box_height100 .ant-spin-nested-loading {
  min-height: 100%;
}
.cpt-page-wrap .breadcrumb {
  padding: 16px 16px;
  line-height: 48px;
  height: 48px;
  background-color: #fff;
}
.cpt-page-wrap .cpt-page-wrap_content {
  height: 100%;
  padding: 16px;
}
.cpt-page-wrap .cpt-page-wrap_content.cpt-page-wrap_content_tabs {
  padding-top: 0;
}
.cpt-page-wrap .cpt-page_search-box {
  background-color: #fff;
  padding: 16px;
  padding-top: 15px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.cpt-page-wrap .cpt-page_box {
  background-color: #fff;
  padding: 16px;
  margin-bottom: 16px;
}

.page-task-detail .task-name {
  position: relative;
  top: -1px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 18px;
}
.task-detail-wrap-card {
  height: 100%;
  background-color: #f9f9f9;
  border-radius: 2px;
}
.task-detail-wrap-title {
  height: 26px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.task-detail-wrap-title {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 30px;
}
.task-detail-wrap .flex-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.task-detail-wrap .flex-col .task-sta-card:last-child {
  margin-top: 22px;
}
.task-detail-wrap .variable {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.task-detail-wrap .variable-value {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.task-detail-wrap .sms-sum {
  height: 26px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 28px;
  line-height: 30px;
}
.task-detail-wrap .sms-footer {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.task-detail-wrap .right-pie-card {
  position: relative;
}
.task-detail-wrap .right-pie-card .task-sta-card-title {
  margin-bottom: 0;
}
.task-detail-wrap .right-pie-card .right-pie-num {
  color: rgba(0, 0, 0, 0.85);
  font-size: 29px;
  line-height: 39px;
}
.task-detail-wrap .right-pie-card .right-pie {
  position: absolute;
  top: 0;
  right: 10px;
}
.task-detail-wrap .task-sta-intent {
  margin-top: 19px;
}
.task-detail-wrap .task-sta-intent-con {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px;
}
.task-detail-wrap .task-sta-intent-item {
  flex: 0 0 20%;
  width: 20%;
  margin-bottom: 15px;
  padding: 0 11px;
}
.task-detail-wrap .task-sta-intent-card {
  width: 100%;
}
.task-detail-wrap .task-sta-intent-num {
  color: rgba(0, 0, 0, 0.85);
}
.task-detail-wrap .variable {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.task-detail-wrap .variable-value {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.task-detail-wrap .calc-item {
  border: 1px solid #ddd;
  padding: 0 12px;
  margin-bottom: 22px;
  min-height: 498px;
}
.task-detail-wrap .calc-item .calc-item_title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 16px;
  border-radius: 3px;
}
.task-detail-wrap .calc-item .icon-move {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
}
.task-detail-wrap .calc-item .calc-item_title_form {
  position: relative;
  top: -2px;
}

.page-call-list_export-data {
  padding-top: 50px;
  padding-bottom: 100px;
}
.page-call-list_export-data .ant-form-item-label {
  text-align: left;
}

.statistical-report-page .statistical-report-box {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fafafb;
}
.statistical-report-page .statistical-report-box-small {
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 170px;
  background-color: #fafafb;
  font-size: 14px;
  font-weight: bold;
}
.statistical-report-page .statistical-report-box-small a {
  color: #333;
}
.statistical-report-page .left-title-box {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}
.statistical-report-page .left-title-box a {
  color: #333;
}
.statistical-report-page .indicator-boxes {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  padding: 16px;
  border-left: 1px solid #e2e2e2;
  background-color: #fff;
}
.statistical-report-page .indicator-box {
  padding: 6px;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.statistical-report-page .value-box {
  text-align: center;
}
.statistical-report-page .value {
  font-size: 18px;
  color: #536ffd;
  margin-right: 5px;
  font-weight: bold;
}
.statistical-report-page .label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.statistical-report-page .average {
  font-size: 14px;
  color: #6f6f6f;
}
.statistical-report-page .query-type-select .ant-segmented .ant-segmented-item-selected {
  background-color: #536ffd !important;
  color: #fff !important;
}

.page-short-cut_cpt_index-card {
  background-color: #f8f8f8;
  border-radius: 4px;
  width: 212px;
  height: 95px;
}
.page-short-cut_cpt_index-card .page-short-cut_cpt_index-card_wrap {
  padding-top: 13px;
  padding-left: 20px;
}
.page-short-cut_cpt_index-card .index-ratio {
  color: #536ffd;
  font-size: 18px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
.page-short-cut_cpt_index-card .index-data {
  color: #757575;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.page-short-cut_cpt_index-card .title1 {
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin: 0 3px;
  white-space: nowrap;
}
.page-short-cut_cpt_index-card .title2 {
  color: #a6adc4;
  font-size: 14px;
}
.page-short-cut_cpt_index-card .line1 {
  margin-bottom: 3px;
}
.page-short-cut_cpt_index-card .row1 {
  display: flex;
  /* 旧版 Safari/iOS */
  /* IE 10 */
  align-items: center;
}

.task-edit-upload {
  position: relative;
  margin-top: 10px;
}
.task-edit-upload-btn {
  display: inline-block;
}
.task-edit-temp {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
}
.task-edit-upload-btn-btn {
  width: 51px;
  height: 26px;
  border-radius: 2px;
  border: 1px solid #536ffd;
  color: #536ffd;
}
.task-edit-upload-btn-tip {
  font-weight: bold;
  font-size: 11px;
  color: #536ffd;
}

.page-manage-seatConf .form-wrap {
  margin-left: 50px;
}
.page-manage-seatConf .form-wrap .ant-form-item-label {
  padding-right: 20px;
  text-align: left;
}

.row-line {
  margin-bottom: 10px;
  line-height: 30px;
}
.row-line .line-name {
  color: #999;
  font-size: 14px;
  text-align: right;
}
.row-line .line-content {
  color: #333;
}

.setting-box-page .setting-title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.setting-box-page .circle-style {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}
.setting-box-page .setting-title-text {
  font-size: 14px;
  font-weight: bold;
}
.setting-box-page .setting-form-item-box {
  background: #fbfaff;
  border: 1px solid #e3e3e3;
  padding: 18px 0 0px 15px;
}
.setting-box-page .add-icon-style {
  width: 11px;
  height: 11px;
}
.setting-box-page .add-time-btn {
  color: #536ffd;
  cursor: pointer;
}
.setting-box-page .add-time-btn:hover {
  color: #536ffd !important;
}
.setting-box-page .form-item-tips {
  font-size: 11px;
  color: #797979;
  white-space: nowrap;
}
.companypush-box-page .ant-form-item-label {
  text-align: right;
}

.security-style .setting-title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.security-style .circle-style {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}
.security-style .setting-title-text {
  font-size: 14px;
  font-weight: bold;
}
.security-style .get-key-btn-style {
  color: #536FFD;
  border-color: #536FFD;
  background-color: #F6F7FF;
}
.security-style .tips-style {
  color: #FD5353;
  font-size: 9px;
}

.shareSetting-style {
  gap: 10px 15px;
  display: flex;
  flex-wrap: wrap;
}
.shareSetting-style .ant-card .ant-card-head {
  border-bottom: none;
}
.shareSetting-style .ant-card .ant-card-body {
  padding: 0px 10px 10px 10px;
}
.shareSetting-style .card-style .ant-card .ant-card-body {
  padding: 10px;
}
.shareSetting-style .ant-card .ant-card-head {
  padding: 0 10px;
}
.shareSetting-style .scene-title-style {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.shareSetting-style .scene-id-style {
  font-size: 12px;
  color: #6E6E6E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px;
}
.shareSetting-style .card-style {
  border-radius: 0;
  border-color: #C7D0FF;
  background: #FDFDFF;
  border-left: 2px solid #536FFD;
  cursor: pointer;
}
.shareSetting-style .card-style-cn {
  width: 290px;
  max-width: 290px;
  min-width: 290px;
}
.shareSetting-style .card-style-en {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
}
.shareSetting-style .card-style-jp {
  width: 320px;
  max-width: 320px;
  min-width: 320px;
}
.shareSetting-style .grade-list-container {
  max-height: 130px;
  min-height: 130px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shareSetting-style .text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 245px;
  display: block;
}
.shareSetting-style .grade-card-style {
  border-radius: 0;
  background: #FFF;
  border: 1px solid #D5D5D5;
  min-height: 63px;
  display: flex;
  align-items: center;
}
.shareSetting-style .share-to-style {
  font-size: 12px;
  color: #6E6E6E;
}
.shareSetting-style .get-key-btn-style {
  color: #536FFD;
  border-color: #536FFD;
  background-color: #F6F7FF;
}
.shareSetting-style .btn-style {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}
.shareSetting-style .ant-btn-dangerous-disabled {
  background-color: rgba(255, 0, 0, 0.06) !important;
  color: rgba(255, 0, 0, 0.44) !important;
  border: none;
}

.ui-component_tagsBox {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ui-component_tagsBox > span {
  margin-right: 8px;
  color: #fff;
  width: 70px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
}
.ui-component_tagsBox .blue {
  background-color: #1677ff;
}
.ui-component_tagsBox .grey {
  background-color: #888;
}
.ui-component_tagsBox .yellow {
  background-color: #ff9900;
}
.ui-component_tagsBox .green {
  color: #00fa9a;
}
.ui-component-common_style .green {
  color: #5ec640;
}
.ui-component-promptings-warning {
  padding: 4px 6px;
  border: 1px solid #1677ff;
  color: #1677ff;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 14px;
  font-weight: bolder;
  display: inline-block;
}
.ui-component-promptings-warning .asterisk {
  color: #c00;
}
.ui-component_left-right-box {
  display: flex;
  justify-content: space-between;
}
.ui-component_table-tools-wrap {
  overflow: hidden;
  margin-bottom: 12px;
}
.ui-component_table-tools-wrap .ui-component_table-tools-left {
  float: left;
}
.ui-component_table-tools-wrap .ui-component_table-tools-right {
  float: right;
}
.ui-component_table-tools-wrap .ui-component_table-tools_tabs-header {
  margin-left: 10px;
  cursor: pointer;
}
.ui-component_table-tools-wrap .ui-component_table-tools_tabs-header.cur {
  color: #1677ff;
}
.ui-component-link-text {
  color: #1677ff;
  cursor: pointer;
}
.ui-component-link-text:hover {
  color: #1677ff;
}
.ui-component-link-text.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ui-component-link-button {
  padding: 0;
}
.ui-component_expand-collapse {
  font-size: 14px;
  cursor: pointer;
}
.ui-component_expand-collapse_open {
  font-size: 14px;
  cursor: pointer;
}
.ui-component_expand-collapse_close {
  font-size: 14px;
  cursor: pointer;
}
.ui-component_expand-collapse_close img {
  transform: rotate(180deg);
}
.ui-component_form-group-title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
  border-left: 3px solid #536ffd;
}
.ui-component_table-progress {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 1;
}
.ui-component_table-progress .data-text {
  text-align: center;
  font-size: 12px;
}
.ui-component_topics {
  font-weight: bold;
  border-left: 3px solid #536ffd;
  padding-left: 7px;
  margin-bottom: 12px;
  display: inline-block;
}

.agent-menu {
  margin-left: 18px;
  color: #737373;
}
.agent-menu .phone-input-container {
  width: 190px;
  height: 32px;
  border-radius: 16px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.agent-menu .input-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.agent-menu .phone-input {
  flex: 1;
  height: calc(100% - 2px);
  border: none;
  border-radius: 16px 0 0 16px;
  padding-left: 16px;
  font-size: 14px;
  background-color: white;
  outline: none;
  /* 去掉获取焦点时的边框 */
  background: transparent;
  width: 100%;
  height: 26px;
}
.agent-menu .call-button {
  height: 26px;
  padding: 0 16px;
  background-color: #536FFD;
  color: white;
  border: none;
  border-radius: 16px;
  font-size: 12px;
  cursor: pointer;
  margin-left: -1px;
  margin-right: 3px;
}
.agent-menu-expired {
  display: flex;
  align-self: center;
}
.agent-menu-expired-icon {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_workTable.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 32px;
  height: 32px;
}

.notice-style .read-row {
  opacity: 0.4;
}

.app-layout {
  min-height: 100vh;
  padding-top: 60px;
  padding-left: 200px;
}
.app-layout.app-layout-collapsed {
  transition: all 0.2s;
  padding-left: 80px;
}
.app-layout.app-layout-collapsed .menu-collapsed-btn {
  transition: all 0.2s;
  width: 80px;
}
.app-layout .app-layout-header {
  padding: 0;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
}
.app-layout .app-layout-header .logo-wrap {
  display: flex;
  min-width: 180px;
}
.app-layout .app-layout-header .logo-wrap span {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.app-layout .app-layout-header .logo-wrap img {
  display: inline-block;
  margin-left: 25px;
  margin-right: 17px;
  position: relative;
  top: 15px;
  height: 33px;
}
.app-layout .app-layout-header .header-link {
  display: inline-block;
}
.app-layout .app-layout-header .header-link-user {
  height: 60px;
  line-height: 60px;
}
.app-layout .app-layout-header .icon-user {
  width: 30px;
  height: 30px;
  margin-right: 24px;
  display: inline-block;
  position: relative;
  top: 11px;
}
.app-layout .app-layout-header .header-badge {
  position: relative;
  top: 9px;
}
.app-layout .app-layout-header .header-img1 {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.app-layout .app-layout-header .header-img-down {
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: -2px;
  margin-left: 8px;
}
.app-layout .app-layout-header .header-text1 {
  color: #000;
  cursor: pointer;
}
.app-layout .app-layout-header .header-img2 {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.app-layout .menu-collapsed-btn {
  background-color: #f1f5ff;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 200px;
  z-index: 1;
  cursor: pointer;
}
.app-layout .app-layout-menu-sider {
  position: fixed;
  height: calc(100vh - 60px - 48px);
  overflow-y: auto;
  top: 60px;
  left: 0;
  width: 200px;
  background: #fff;
  box-shadow: 0px 2px 39px 0px rgba(0, 0, 0, 0.11);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-title-content {
  margin-inline: 0;
}
.app-layout .app-layout-menu-sider .app-layout-menu.ant-menu-inline-collapsed .menu-icon {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: -4px;
  top: 5px;
}
.app-layout .app-layout-menu-sider .app-layout-menu .menu-icon {
  width: 28px;
  height: 28px;
  background-size: 28px;
  display: inline-block;
  margin-left: 18px;
  margin-right: 10px;
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-sub .ant-menu-item .icon_point {
  margin-left: 44px;
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_point {
  width: 10px;
  height: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_point.png);
  margin-right: 5px;
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .ant-menu-item-selected .icon_point {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_point.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_task {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_task.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_task,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_task {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_task.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_shortcut {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_shortcut.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_shortcut,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_shortcut {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_shortcut.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_workTable {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_workTable.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_workTable,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_workTable {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_workTable.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_scene {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_scene.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_scene,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_scene {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_scene.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_report {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_report.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_report,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_report {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_report.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_manage {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_manage.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_manage,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_manage {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_manage.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_setting {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_setting.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_setting,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_setting {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_setting.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_cost {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_cost.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_cost,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_cost {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_cost.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_scene {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_scene.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_scene,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_scene {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_scene.cur.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .icon_line {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_line.png);
}
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-item-selected .icon_line,
.app-layout .app-layout-menu-sider .app-layout-menu .ant-menu-submenu-selected .icon_line {
  background-image: url(https://assets.zhizeliming.cn/img/robot/icon_line.cur.png);
}
.app-layout .app-layout-content {
  min-height: calc(100vh - 60px);
}
@media (max-width: 1150px) {
  .app-layout .shrink-hide {
    display: none;
  }
}
.page-error {
  text-align: center;
}
.page-error .img_wrap {
  padding-top: 20vh;
}
.page-error .to-home {
  color: #76bcfc;
  font-size: 20px;
  text-decoration: none;
}

.page-login {
  height: 100vh;
  display: flex;
  flex-direction: row;
  /* 屏幕宽度小于 768px 时，进一步缩小字体 */
  /* 屏幕宽度小于 480px 时，最小字体 */
  /* 屏幕宽度小于 768px 时，进一步缩小字体 */
  /* 屏幕宽度小于 480px 时，最小字体 */
}
.page-login .login-right {
  width: 46%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-login .login-header {
  width: 25vw;
  display: flex;
  align-items: end;
  justify-content: start;
  margin-bottom: 25px;
}
.page-login .login-welcome {
  color: #000;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .page-login .login-welcome {
    font-size: 22px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .page-login .login-welcome {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .page-login .login-welcome {
    font-size: 16px;
    white-space: nowrap;
  }
}
.page-login .login-title {
  color: #9c9c9c;
  font-size: 18px;
  font-weight: bold;
  margin-left: 23px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 1200px) {
  .page-login .login-title {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .page-login .login-title {
    font-size: 10px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 480px) {
  .page-login .login-title {
    font-size: 10px;
    white-space: nowrap;
  }
}
.page-login .login-form {
  width: 25vw;
  height: 30vw;
  box-shadow: 0px 0 28px 0px rgba(218, 218, 218, 0.5);
  border-radius: 5px;
}
.page-login .login-tabs {
  padding: 12px 0 0 0;
}
.page-login .ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: none;
}
.page-login .ant-tabs-nav-wrap {
  margin-left: 41px;
}
.page-login .ant-tabs .ant-tabs-tab-btn {
  font-size: 17px;
  color: #555555;
}
.page-login .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}
.page-login .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 16px !important;
  height: 5px;
  background-color: #536ffd;
  border-radius: 3px;
}
.page-login .ant-pro-form-login-header {
  height: 0px !important;
}
.page-login .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-outlined {
  background: #f8f8f8 !important;
  border-radius: 5px;
  border: none;
}
.page-login .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-outlined:focus-within {
  box-shadow: none;
}
.page-login .ant-pro-form-login-main {
  width: calc(100% - 80px) !important;
  min-width: auto !important;
}
.page-login .ant-pro-form-login-container {
  padding-inline: 0;
}
.page-login .btn-login {
  width: 100%;
  height: 40px;
  border-radius: 22px;
  background-color: #536ffd;
  color: #fff;
  border: none;
  cursor: pointer;
}
.page-login input {
  box-shadow: 0 0 0px 1000px #f8f8f8 inset;
}

.seat-overview-style .operator-style .ant-tabs-tab {
  border-left: none !important;
  border-top: none !important;
  border-bottom: 1px solid #DEDEDE !important;
  background-color: #fff !important;
  color: #8B8B8B !important;
}
.seat-overview-style .operator-concurrency-style .ant-tabs-tab {
  border-left: none !important;
  border-top: none !important;
  border-bottom: 1px solid #DEDEDE !important;
  background-color: #fff !important;
  color: #8B8B8B !important;
}
.seat-overview-style .operator-concurrency-style .ant-tabs-nav-wrap {
  justify-content: center !important;
}
.seat-overview-style .operator-concurrency-style .custom-tabs .ant-tabs-tab-active {
  color: #000 !important;
  background-color: #fff !important;
}
.seat-overview-style .operator-concurrency-style .ant-tabs-tab:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.seat-overview-style .operator-concurrency-style .ant-tabs-ink-bar {
  width: 13px !important;
  height: 3px !important;
  border-radius: 2px;
}
.seat-overview-style .operator-concurrency-style .ant-tabs-nav-list {
  border: none !important;
}
.seat-overview-style .intent-operator-style .ant-tabs-tab {
  border-left: none !important;
  border-top: none !important;
  border-bottom: 1px solid #DEDEDE !important;
  background-color: #fff !important;
  color: #8B8B8B !important;
}
.seat-overview-style .intent-operator-style .ant-tabs-nav::before {
  border-bottom: 1px solid #DEDEDE;
}
.seat-overview-style .intent-operator-style .custom-tabs .ant-tabs-tab-active {
  color: #000 !important;
  background-color: #fff !important;
}
.seat-overview-style .intent-operator-style .ant-tabs-tab:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.seat-overview-style .intent-operator-style .ant-tabs-ink-bar {
  width: 13px !important;
  height: 3px !important;
  border-radius: 2px;
}
.seat-overview-style .intent-operator-style .ant-tabs-nav-list {
  border: none !important;
}
.seat-overview-style .operator-style .ant-tabs-nav-list {
  border: none !important;
}
.seat-overview-style .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #000 !important;
}
.seat-overview-style .operator-style .custom-tabs .ant-tabs-tab-active {
  color: #000 !important;
  background-color: #fff !important;
}
.seat-overview-style .operator-style .ant-tabs-tab:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.seat-overview-style .operator-style .ant-tabs-ink-bar {
  width: 13px !important;
  height: 3px !important;
  border-radius: 2px;
}

.page_short-cut .title-tag {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.page_short-cut .day-much {
  margin: 0 32px;
}
.page_short-cut .link-to-fee {
  padding: 4px 14px;
  display: inline-block;
  position: relative;
  top: -6px;
  font-size: 14px;
  margin-left: 32px;
  height: 28px;
}
.page_short-cut .line1 {
  height: 14px;
}
.page_short-cut .total-call-duration {
  padding-top: 18px;
  padding-left: 12px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.page_short-cut .step-line-span {
  display: inline-block;
  padding: 0 6px;
  position: relative;
  top: 3px;
}
.page_short-cut .second-title {
  font-size: 15px;
  color: #191919;
  font-weight: bold;
}
.page_short-cut .chat-card-wrap {
  border-left: 2px solid #536ffd;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f7f7f7;
  max-width: 294px;
  min-width: 274px;
  padding-left: 16px;
  padding-right: 9px;
  padding-top: 9px;
}
.page_short-cut .chat-card-wrap .user-name {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 14px;
}
.page_short-cut .chat-card-wrap .user-img {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.page_short-cut .chat-card-wrap .card-info1 {
  color: #3d3d3d;
  font-size: 14px;
  margin-bottom: 6px;
}
.page_short-cut .chat-card-wrap .card-info2 {
  font-size: 12px;
  padding-bottom: 7px;
}
.page_short-cut .chat-card-wrap .card-info1_concurrency {
  margin-left: 36px;
}
.page_short-cut .statCord {
  display: flex;
  flex-direction: column;
  width: 160px;
  height: 114px;
  overflow: hidden;
  background-color: #eef5fc;
  border-radius: 4px;
}
.page_short-cut .statCardTitle {
  padding: 10px 10px 0 10px;
}
.page_short-cut .statCardCon {
  flex: 1;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 24px;
}
.page_short-cut .statCardFooter {
  padding: 5px;
  font-size: 12px;
  background-color: #c4dff7;
}
.page_short-cut .point {
  width: 8px;
  height: 8px;
  background: #536ffd;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  top: 4px;
  margin-right: 3px;
}
.page_short-cut .day-text {
  line-height: 30px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-right: 27px;
}
.page_short-cut .short-cut-container {
  margin-top: 8px;
}

.short-cut-container .custom-tabs .ant-tabs-tab {
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
  padding: 8px 0px;
  width: 100px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  margin: 0;
}
.short-cut-container .custom-tabs .ant-tabs-nav::before {
  border-bottom: none;
}
.short-cut-container .custom-tabs .ant-tabs-nav-list {
  border-right: 1px solid #d9d9d9;
}
.short-cut-container .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #fff;
}
.short-cut-container .ant-tabs-tab-active {
  background-color: #536FFD !important;
  color: white !important;
  font-weight: normal !important;
  border-left: 1px solid #536FFD !important;
  border-top: 1px solid #536FFD !important;
  border-bottom: 1px solid #536FFD !important;
}
.short-cut-container .custom-tabs .ant-tabs-tab:hover {
  background-color: #fff;
  font-weight: bold;
  font-size: 14px;
  color: #536FFD;
}
.short-cut-container .custom-tabs-cn .ant-tabs-tab {
  width: 100px;
}
.short-cut-container .custom-tabs-en .ant-tabs-tab {
  width: 100%;
  padding: 8px 12px;
}
.short-cut-container .custom-tabs-jp .ant-tabs-tab {
  width: 100%;
  padding: 8px 12px;
}
.short-cut-container .custom-tabs-en .ant-tabs-tab:hover {
  font-weight: normal;
}
.short-cut-container .custom-tabs-jp .ant-tabs-tab:hover {
  font-weight: normal;
}
.short-cut-container .box {
  all: initial;
}

.user-info-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.user-info-page .user-info {
  margin-left: 20px;
}
.user-info-page .user-info-content {
  display: flex;
  flex-direction: row;
}
.user-info-page .user-info-title {
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.user-info-page .user-info-text {
  color: #494949;
}
.user-info-page .user-info-space {
  margin-right: 30px;
}
.user-info-page .user-info-btn {
  font-size: 14px;
}

.task-edit-upload-account {
  position: relative;
  margin-top: 10px;
}
.task-edit-upload-account-btn {
  display: inline-block;
}
.task-edit-temp {
  position: absolute;
  top: 0;
  margin-left: 150px;
  line-height: 32px;
}
.task-edit-temp a {
  color: #536FFD;
}

.account-manage-search-form-item {
  margin-bottom: 18px !important;
}
.ant-btn-dangerous-disabled {
  background-color: rgba(255, 0, 0, 0.06) !important;
  color: rgba(255, 0, 0, 0.44) !important;
  border: none;
}

.cpt-auth-tree .ant-table-wrapper .ant-table-tbody > tr > th,
.cpt-auth-tree .ant-table-wrapper .ant-table-tbody > tr > td {
  border: 0;
}

.security-style .setting-title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.security-style .circle-style {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}
.security-style .setting-title-text {
  font-size: 14px;
  font-weight: bold;
}
.security-style .get-key-btn-style {
  color: #536FFD;
  border-color: #536FFD;
  background-color: #F6F7FF;
}
.security-style .tips-style {
  color: #FD5353;
  font-size: 9px;
}

.account-manage-search-form-item {
  margin-bottom: 0px !important;
}
.ant-btn-dangerous-disabled {
  background-color: rgba(255, 0, 0, 0.06) !important;
  color: rgba(255, 0, 0, 0.44) !important;
  border: none;
}
.ant-btn-edit-table {
  color: #536FFD;
}
.ant-btn-delete-table {
  color: #FD5353;
}
.quality-table .ant-table {
  margin: 20px !important;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
}
.quality-table .ant-pro-card-body {
  background-color: #fafafa;
}

.account-manage-search-form-item {
  margin-bottom: 18px !important;
}
.ant-btn-dangerous-disabled {
  background-color: rgba(255, 0, 0, 0.06) !important;
  color: rgba(255, 0, 0, 0.44) !important;
  border: none;
}

.upload .upload-btn-style {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.upload .task-edit-temp {
  line-height: 32px;
}
.upload .task-edit-temp a {
  color: #536FFD;
}
.import-blacklist-cn .upload .upload-btn-style {
  width: 290px;
}
.import-blacklist-en .upload .upload-btn-style {
  width: 356px;
}
.import-blacklist-jp .upload .upload-btn-style {
  width: 356px;
}
.import-blacklist-jp .upload label {
  white-space: normal;
}

.edit-style .groupBox {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
}
.edit-style .groupBox:hover .closeBtn {
  display: block;
}
.edit-style .closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
}
.edit-style .add-user-btn {
  border: 1px solid #536FFD;
  color: #536FFD;
}
.edit-style .add-user-btn:hover {
  border: 1px solid #536FFD;
  color: #536FFD;
}
.edit-style .setting-title {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.edit-style .circle-style {
  width: 2px;
  height: 12px;
  background-color: #536FFD;
  margin-right: 5px;
}
.edit-style .setting-title-text {
  font-size: 14px;
  font-weight: bold;
}
.edit-style .isDef-style {
  display: flex;
  align-items: center;
}
.edit-style .isDef-icon-style {
  width: 13px;
  height: 11px;
  margin-right: 5px;
}

.component_upload-btn .task-edit-upload {
  position: relative;
  margin-top: 10px;
}
.component_upload-btn .task-edit-upload-btn {
  display: inline-block;
}
.component_upload-btn .task-edit-temp {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
}

.task_modal-share-content .task-detail-edit .task_modal-share-content .task-detail-stop {
  color: #fff;
  background-color: #ffb914;
  border-color: #ffb914;
}
.task_modal-share-content .task-detail-edit .task_modal-share-content .task-detail-stop:hover {
  color: #fff;
  background-color: #ffc640;
  border-color: #ffc640;
}
.task_modal-share-content .task-detail-tab {
  padding: 0 15px;
}
.task_modal-share-content .task-detail-tab-card {
  margin-top: -17px;
}
.task_modal-share-content .groupBox {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.task_modal-share-content .groupBox .closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
}
.task_modal-share-content .groupBox:hover .closeBtn {
  display: block;
}

.task-edit-cloud-down {
  cursor: pointer;
}

.wrap_task_modal-opt-item .item-box_task-name {
  display: inline-block;
  margin-right: 24px;
}
.wrap_task_modal-opt-item .group-content {
  padding: 0 18px;
}
.wrap_task_modal-opt-item .group-line {
  height: 0;
  margin-bottom: 12px;
  position: relative;
  left: -15px;
  width: calc(100% + 30px);
  border-bottom: 1px solid #efefef;
}
.wrap_task_modal-opt-item .wrap_work-time {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
}
.wrap_task_modal-opt-item .create-task-work-time {
  display: flex;
  width: 200px;
  margin-right: 16px;
}
.wrap_task_modal-opt-item .create-task-work-time > div {
  display: flex;
  justify-content: space-between;
}
.wrap_task_modal-opt-item .submit-footer {
  width: 100%;
  text-align: right;
}
.wrap_task_modal-opt-item .groupBox {
  position: relative;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.wrap_task_modal-opt-item .groupBox .closeBtn {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
}
.wrap_task_modal-opt-item .groupBox:hover .closeBtn {
  display: block;
}

