  font-size: 20px;
  line-height: 1.4;
}
h5.ant-typography,
div.ant-typography-h5,
div.ant-typography-h5 > textarea,
.ant-typography h5 {
  margin-bottom: 0.5em;
  color: @text-color;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography,
.ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography h5 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography h5 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography h5 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4,
.ant-typography h5 + h4,
.ant-typography div + h5,
.ant-typography ul + h5,
.ant-typography li + h5,
.ant-typography p + h5,
.ant-typography h1 + h5,
.ant-typography h2 + h5,
.ant-typography h3 + h5,
.ant-typography h4 + h5,
.ant-typography h5 + h5 {
  margin-top: 1.2em;
}
a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}
a.ant-typography,
.ant-typography a {
  color: @primary-color;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}
a.ant-typography:focus-visible,
.ant-typography a:focus-visible,
a.ant-typography:hover,
.ant-typography a:hover {
  color: color(~`colorPalette("@{primary-color}", 5)`);
}
a.ant-typography:active,
.ant-typography a:active {
  color: color(~`colorPalette("@{primary-color}", 7)`);
}
a.ant-typography:active,
.ant-typography a:active,
a.ant-typography:hover,
.ant-typography a:hover {
  text-decoration: none;
}
a.ant-typography[disabled],
.ant-typography a[disabled],
a.ant-typography.ant-typography-disabled,
.ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active,
a.ant-typography[disabled]:hover,
.ant-typography a[disabled]:hover,
a.ant-typography.ant-typography-disabled:hover,
.ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
a.ant-typography[disabled]:active,
.ant-typography a[disabled]:active,
a.ant-typography.ant-typography-disabled:active,
.ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: @primary-color;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}
.ant-typography-expand:focus-visible,
.ant-typography-edit:focus-visible,
.ant-typography-copy:focus-visible,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: color(~`colorPalette("@{primary-color}", 5)`);
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: color(~`colorPalette("@{primary-color}", 7)`);
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 1px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}
.ant-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul {
  list-style-type: circle;
}
.ant-typography ul ul {
  list-style-type: disc;
}
.ant-typography ol {
  list-style-type: decimal;
}
.ant-typography pre,
.ant-typography blockquote {
  margin: 1em 0;
}
.ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}
.ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}
.ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}
.ant-typography-single-line {
  white-space: nowrap;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}
a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}
.ant-typography-ellipsis-multiple-line {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.ant-typography-rtl {
  direction: rtl;
}
.ant-typography-rtl .ant-typography-expand,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}
.ant-typography-rtl .ant-typography-expand {
  float: left;
}
div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}
.ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}
.ant-typography-rtl.ant-typography ul li,
.ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: @text-color;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: @primary-color;
}
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: color(~`colorPalette("@{primary-color}", 7)`);
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: color(~`colorPalette("@{primary-color}", 5)`);
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: color(~`colorPalette("@{primary-color}", 5)`);
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: @text-color;
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: @text-color;
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list::before {
  display: table;
  content: '';
}
.ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}
.ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}
.ant-upload-list-item-card-actions-btn {
  opacity: 0;
}
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 22.001px;
  line-height: 1;
  vertical-align: top;
}
.ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}
.ant-upload-list-item-card-actions-btn:focus,
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-upload-list-item-card-actions:hover .anticon {
  color: @text-color;
}
.ant-upload-list-item-info {
  height: 100%;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading .anticon,
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}
.ant-upload-list-text-container,
.ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}
.ant-upload-list-text-container::before,
.ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}
.ant-upload-list-text-container .ant-upload-span,
.ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}
.ant-upload-list-text .ant-upload-span,
.ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}
.ant-upload-list-text .ant-upload-span > *,
.ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}
.ant-upload-list-text .ant-upload-list-item-name,
.ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}
.ant-upload-list-text .ant-upload-list-item-card-actions,
.ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}
.ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}
.ant-upload-list .ant-upload-animate-inline-appear,
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-upload-rtl {
  direction: rtl;
}
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}
.ant-upload-list-rtl {
  direction: rtl;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}
.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}
.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}
/**
 * main.less规范
 *
 * 1、去除了IPC和IVSS中使用的不知含义的less变量，保留了个别几个必须的变量定义（比如@sdd-web/design中的变量textColorNo5）；
 * 2、变量名命名规范，有状态的必须带上N,A,D（分别代表 Normal， Active,  Disable）
 *    xxxBg[N,A,D]：背景色命名
 *    xxxBorder[N,A,D]：Border命名
 *    xxxSvg[N,A,D]：Icon命名
 *    xxxText[N,A,D]： 字体色命名
 *    xxxDivider： 分割线命名 *      
 * 3、采用4.0的变量归类方式，一种是组件类，一种是模块类；变量必须明确注释或明了每个变量实际控制的组件或具体业务地方 ；
 * 4、main.less中组件模块常见的颜色定义尽量采用less引用方式， 减少换肤时颜色的定义 ，关注定制的便捷性以及换肤速度；
 *
**/
/** 
 * 页面长度使用规则
 * 1.禁止使用px和rem作为单位，包括border的宽度
 * 2.使用 px/@px-unit 换算成rem：比如常规分辨率下是100px，在less中写100/@px-unit
 * 3.使用前先impot基础less变量：@import '~style/main.less'; 
 * 4.@px-unit的数值和@font-size-base的数值相同
*/
/**
Icon组件增加svg 大小设置， 增加hover处理
*@normalColor 默认纯色颜色， 不需要指定为0
*@lineStart 渐变起始颜色
*@lineStop 渐变停止颜色
*/
/* 悬浮后图标样式 */
/* 图标禁用颜色 */
/* 设置图标的背景色和边框， 任何一项不需要则指定 0 */
/* 根据背景色亮度情况 返回指定状态的颜色文字 */
/* 根据背景色， 返回使用深色 或浅色 颜色色值 */
/* 页面辅助色定义 @secondary定义的颜色可以通过getColor在js中获取到颜色值*/
/* 以下是调整后最新定义 */
/* extract(if((@luma >= 0.6), @lightFont, @deepFont), 2) */
/* sddxx是基础组件内部用的，根据实际情况给默认值 */
/* svg 颜色控制 */
/* 主界面的图片路径（基线不用修改） */
/* 主界面的图片名称 */
/**组件类变量 start**/
/* 进度条走过的背景色 */
/* 确认按钮悬浮颜色 */
/**组件类变量 end**/
/**模块类变量 start**/
/*login 登录*/
/* 滚动条宽高 */
/*导航*/
/**导航下拉菜单**/
/*MenuView主页菜单*/
/* 预览 */
/*预览底部*/
/** 预览-语音对讲 */
/** 预览-紧急录影 */
/** 预览-云台 */
/** 预览-快捷预览 */
/** 预览-鱼眼 */
/** 预览-报警输出*/
/* 预览-左侧 */
/* 预览-中间 */
/* 预览-右侧 */
/* AI预览面板样式 */
/*sideMenu二级导航*/
/**FixButton**/
/**表格单元格状态**/
/**录制计划奇偶行背景色**/
/**spin**/
/**录制计划悬浮颜色**/
/**模块类变量 end**/
/**@sdd-web/design**/
/**三方库的变量需要如下用标签包裹起来**/
/**antd**/
/**antd**/
/*智能方案*/
/*人脸搜索*展示搜索页面的弹窗组件*/
/*车辆检测变量*/
/*info中的version页面*/
/* 辅助色定义 */
/* pos设置页面的颜色 */
/**录像类型颜色定义**/
/* 智能分时的人脸检测共用橙色 */
/* 回放不同类型录像的颜色 */
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */



/*各组件less引入主题然后赋值给自己的实际变量值*/
@SddBtnNormalColor: #1890ff; // primary 按钮正常状态颜色、图标/文字 Hover状态颜色
@SddTextColor: #272727; // 正文文字颜色
@SddListBorderColor: #e8e8e8; // 列表/表格 边框颜色、滑块等控件底色
@SddInputBorderColor: #d9d9d9; // 次按钮边框、输入框边框
@SddDisableInputBgColor:#f5f5f5; // 次按钮 disabled、input 的disabled 的背景色
@SddContentBgColor: #ffffff; // 内容背景色
@SddErrorColor: #f5222d; // 失败色
@SddWarnColor: #fcac15; // 警告色
@SddSuccessColor: #52c41a; // 成功色
@SddlinkColor: #1890ff; // 链接、其他提示颜色
@tableZebraEvenPatternColor: #fbfbfc; // 表格斑马纹颜色
@tableHeaderBgColor: #fbfbfc; // 表格头部背景色
@tableRowHoverColor: #eef0f3; //表格行hover色
@tableRowSelBgColor: #e7f1fe; //表格行选中色
@buttonNormalColorNo2: #808e9d;//表格过滤背景色
@SddInputBorderColorNo1: #40a9ff; // 输入框的hover border颜色
@SddButtonBorderColorNo1: #40a9ff; // 按钮的hover border颜色
@SddPasswordCheckStatusbgColor:#ECF4FF; //密码强弱指示的背景色 

@SddDividerColor: rgba(0,0,0,0.06); // 分割线颜色
@SddFontNormalColor: rgba(0,0,0,0.85); // label部分文字颜色
@SddNumberLimitRangeColor: #8c8c8c; // 数字输入框输入限制范围颜色
@SddNumberLimitUnitColor: #1f1f1f; // 数字输入框输入限制单位颜色
@SddLabelDetailPageColor: rgba(0,0,0,0.45); // DetailPage组件label部分文字颜色
@SddBorderSplitColor: rgba(0, 0, 0, 0.12);
@SddTableBorderColor:rgba(0, 0, 0, 0.15);
@SddCheckBoxBorderColor: rgba(0, 0, 0, 0.45);

@SddAlertSuccessBorder: #52C41A73;
@SddAlertSuccessBgColor: #52C41A0F;
@SddAlertWaringBorder: #FAAD1473;
@SddAlertWaringBgColor: #FAAD140F;
@SddAlertInfoBorder: #1090FF73;
@SddAlertInfoBgColor: #1090FF0F;
@SddAlertErrorBorder: #FF4D4F73;
@SddAlertErrorBgColor: #FF4D4F0F;
@SddAlertDarkFontColor:#FFFFFFD9;
@SddAlertDarkCloseIconColor:#FFFFFF73;
@SddAlertLightFontColor:#000000D9;
@SddLayoutHeaderDividerColor: #334454;
@SddLayoutHeaderButtonColor: #A6ADB4;
@SddLayoutHeaderButtonHoverColor: #fff;
@SddLayoutHeaderButtonSelectedColor: #fff;
@SddLayoutHeaderButtonHoverBgColor: #1F262A;
@SddLayoutContentBgColor: #F0F2F5;
@SddLayoutContentColor: #FFFFFF;
@SddLayoutFooterColor: #FFFFFF;

// html基础字体大小，页面rem基准值
@base-rem-size: 14px;
html, body {
    font-size: @base-rem-size;
}

// 4K屏幕使用两倍大小 使用屏幕分辨率，不是浏览器宽 正常4K分辨率是3840X2160
@media screen and (min-device-width: 3000px) {
    html, body {
        font-size: 2*@base-rem-size;
    }
}
/** 
 * 页面长度使用规则
 * 1.禁止使用px和rem作为单位，包括border的宽度
 * 2.使用 px/@px-unit 换算成rem：比如常规分辨率下是100px，在less中写100/@px-unit
 * 使用前先@import '../../theme/index.less';
*/
@px-unit: 14rem; 

.sddSVGFont(@fontSize:30) {
    font-size: if((@fontSize = 0), inherit, @fontSize / @px-unit);
}

/** 
 * Icon颜色填充
*/
.sddSVGOut
    (@normalColor:@SddBtnNormalColor) {
    &:not(.disabled_icons) {
        svg {
            & + {
                path:first-child {
                    fill: if((@normalColor = 0), @SddBtnNormalColor, @normalColor); // 默认图标颜色
                }
            }
        }
    }
}
/* 悬浮后图标样式 */
.svgHover
    (@hoverColor: @SddBtnNormalColor) {
    &:not(.disabled_icons):not(.noHover) {
        &:hover {
            svg {
                & + {
                    path:first-child {
                        fill: if(
                            (@hoverColor = 0),
                            @SddBtnNormalColor,
                            @hoverColor
                        ); // 纯色图标悬浮后的默认颜色
                    }
                }
            }
        }
    }
}

/* 图标禁用颜色 */
.svgDisabled (@disableColor:@SddDisableInputBgColor) {
    svg {
        & + {
            path:first-child {
                fill: @disableColor;
            }
        }
    }
    cursor: not-allowed;
    // opacity: 0.5;
}

// 滚动条全局设置
::-webkit-scrollbar {
    width: 12/@px-unit;
    height: 12/@px-unit;
    cursor: pointer;
}
//滚轴-外层轨道
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6/@px-unit rgba(0,0,0,0);
    box-shadow: inset 0 0 6/@px-unit rgba(0,0,0,0);
}
// 滚轴-滚动的滑块
::-webkit-scrollbar-thumb {
    border-left: 6/@px-unit solid transparent;
    border-right: 0/@px-unit solid transparent;
    border-top: 6/@px-unit solid transparent;
    border-bottom: 0/@px-unit;
    background-color: rgba(0,0,0,0.15);
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover{
    background-color: rgba(0,0,0,0.15);
    border-width: 0/@px-unit ;
    border-radius: 2/@px-unit;
}
::-webkit-scrollbar-thumb:active{
    background-color: rgba(0,0,0,0.15);
    border-width: 0/@px-unit ;
    border-radius: 2/@px-unit;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(0,0,0,0.15);
    border-width: 0/@px-unit ;
    border-radius: 2/@px-unit;
}

.sdd-alert {
    padding-top: 8/@px-unit;
    padding-bottom: 8/@px-unit;
    line-height: 22/@px-unit;

}
.sdd-alert-light {
    .ant-alert-message {
        color: @SddAlertLightFontColor;
    }
}

.sdd-alert-dark {
    .ant-alert-message {
        color: @SddAlertDarkFontColor;
    }
    .ant-alert-close-icon .anticon-close {
        color: @SddAlertDarkCloseIconColor;
    }
}

.sdd-success-alert {
    border-color: @SddAlertSuccessBorder;
    background-color: @SddAlertSuccessBgColor;
}
.sdd-warning-alert {
    border-color: @SddAlertWaringBorder;
    background-color: @SddAlertWaringBgColor;
}.sdd-info-alert {
    border-color: @SddAlertInfoBorder;
    background-color: @SddAlertInfoBgColor;
}.sdd-error-alert {
    border-color: @SddAlertErrorBorder;
    background-color: @SddAlertErrorBgColor;
}

._composeTree_ {
    padding: 0 16/@px-unit;
    width: 240/@px-unit;
    .tree-upper-wrapper {
        display: flex;
        margin-bottom: 4/@px-unit;
        .upper-search-input {
            flex-grow: 1;
            .search-input {
                width: 100%;
            }
            .search-icon {
                .sddSVGFont(16);
            }
        }
        .upper-filter-button {
            display: flex;
            align-items: center;
            height: 48/@px-unit;
            flex-shrink: 0;
            padding-left: 8/@px-unit;
            .filter-icon {
                display: flex;
                align-items: center;
                color: @SddTextColor;
                transition: all 0.3s;
                &:hover {
                    color: @SddButtonBorderColorNo1;
                }
                .sddSVGFont(20);
                svg {
                    transition: transform 0.3s;
                }
            }    
        }
    }
    .ant-tree-node-content-wrapper {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ant-tree li .ant-tree-node-content-wrapper {
        padding-left: 4/@px-unit;
        padding-right: 4/@px-unit;
    }
    .ant-tree li ul {
        padding-left: 22/@px-unit;
    }
    .ant-tree li span.ant-tree-switcher, .ant-tree li span.ant-tree-iconEle {
        width: 20/@px-unit;
    }
    .ant-tree-child-tree > li:first-child {
        padding-top: 3/@px-unit;
    }
    .ant-tree li {
        overflow: hidden;
    }
    li.ant-tree-treenode-switcher-close {
        height: 30/@px-unit;
    }
    .ant-tree-switcher {
        height: 20/@px-unit;
        // line-height: 20/@px-unit;
    }
}
.filterDropdown {
    min-width: 80/@px-unit;
    .filter-menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .checked-icon-wrapper {
        display: flex;
        flex-shrink: 0;
        height: 20/@px-unit;
        width: 20/@px-unit;
        justify-content: center;
        align-items: center;
    } 
    .anticon.checked-icon {
        margin-right: 4/@px-unit;
        .sddSVGFont(16);
    }
}


@Sdd-tabs-borer-color-split: @SddBorderSplitColor;
@sdd-table-tbody-boder-color-split: @SddBorderSplitColor;
@sdd-table-boder-color-split: @SddTableBorderColor;
._Table_ {
    .ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
        word-wrap: break-word;
    }    
    .ant-table {
        .ant-table-content {
            .ant-table-body {
                table {
                    tbody {
                        > tr {
                            > td {
                                border-bottom-color: @sdd-table-tbody-boder-color-split;
                            }
                        }
                    }
                }
            }
        }
    }
    .ant-table.ant-table-bordered {
        .ant-table-content {
            table {
                tbody {
                    > tr {
                        > td {
                            border-right-color: @sdd-table-tbody-boder-color-split;
                            &:last-of-type {
                                border-right-color: @sdd-table-boder-color-split;
                            }
                        }
                        &:last-of-type {
                            > td {
                                border-bottom-color: @sdd-table-boder-color-split;
                            }
                        }
                    }
                }
                thead {
                    >tr {
                        >th {
                            border-right-color: @sdd-table-tbody-boder-color-split;
                            border-bottom-color: @sdd-table-tbody-boder-color-split;
                            &:first-of-type {
                                border-left-color: @sdd-table-boder-color-split
                            }
                            &:last-of-type {
                                border-right-color: @sdd-table-boder-color-split;
                            }
                        }
                    }
                }
            }
        }
        .ant-table-body {
            table {
                border-left-color: @sdd-table-boder-color-split;
                border-top-color: @sdd-table-boder-color-split;
            }
        }
        .ant-table-container {
            border-left-color: @sdd-table-boder-color-split;
            table {
                border-top-color: @sdd-table-boder-color-split;
            }
        }
    }
}
._composeTree_ {
    .ant-tree-checkbox-inner {
        border-color: @SddCheckBoxBorderColor;
    }
}

.label-div-Container {
    .ant-checkbox-inner {
        border-color: @SddCheckBoxBorderColor;
    }    
    .ant-radio-inner {
        border-color: @SddCheckBoxBorderColor;
    }
}


//基础布局
@container-font-color: @SddFontNormalColor;
@container-errorColor:@SddErrorColor;//错误信息颜色
@container-warnColor:@SddWarnColor;// 警告信息颜色
@container-number-limit-color: @SddNumberLimitRangeColor;
@container-number-unit-color: @SddNumberLimitUnitColor;
.label-normal-container{
    box-sizing:border-box;
    display: inline-block;
    line-height:0;
}
.label-normal-container::after{
    content:"";
    display:block;
    clear:both;
}
.label-div-Container {
    line-height:0;
}
.label-normal, .label-flex, .label-normal-behind, .label-flex-behind {
    color: @container-font-color
}
.label-append-rng {
    display: inline-block;
    color: @container-number-limit-color
}
.label-append-unit {
    display: inline-block;
    color: @container-number-unit-color;
    margin-right: 4/@px-unit;
}
.label-normal{
    float:left;
    line-height:32/@px-unit;
    padding-right: 8/@px-unit;
    height:32/@px-unit;
	width:108/@px-unit;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
 }
.label-object-padding {
    padding-right: 8/@px-unit;
}
.label-normal-behind{
    float:left;
    line-height:32/@px-unit;
    padding-left:8/@px-unit;
    width: 120/@px-unit;
}
.behind-auto-ellipsis {
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.behind-object-padding {
    padding-left: 8/@px-unit;
}
.label-normal-wrapper{
    text-align:left;
    line-height: 32/@px-unit;
    float: left;
    width: 220/@px-unit;
}

// flex布局
.label-flex-container {
    padding: 8/@px-unit 0;
    display: flex;
    display: -webkit-flex;
    flex: 1;
}

.label-flex{
    line-height:32/@px-unit;
    padding-right: 8/@px-unit;
	width:108/@px-unit;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.label-flex-wrapper{
    text-align:left;
    line-height: 32/@px-unit;
    width: 220/@px-unit;
}
.label-flex-behind{
    line-height:32/@px-unit;
    padding-left:8/@px-unit;
    width: 120/@px-unit;
}


//其他样式
.label-required::before {
    content: '*';
    color: @container-errorColor;
    vertical-align: middle;
    margin-right: 4/@px-unit;
}

.label-explain {
    clear: both;
    width: 100%;
    min-height: 22/@px-unit;
    margin-bottom: -1/@px-unit;
    font-size: 14/@px-unit;
    line-height: 1.5;
    margin-top: 4/@px-unit;
    display: none;
    word-wrap:break-word;
    -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

div.virtual-line-style.css-weight-add {
    position: absolute !important;
    white-space: nowrap !important;
    top: 0 !important;
    visibility: hidden !important;
    z-index: -10000 !important;
    width: auto !important;
}
@keyframes explainShow{
    0%{line-height: 0;}
    100%{line-height: 1.5;}
}

.has-error {
    .label-explain {
        color: @container-errorColor;
        display: block;
        animation:explainShow .3s ease;
        -webkit-animation:explainShow .3s ease;
    }
}

.has-warning {
    .label-explain {
        color: @container-warnColor;
        display: block;
        animation:explainShow .3s ease;
        -webkit-animation:explainShow .3s ease;
    }
}
.ant-form-item {
    margin-bottom: 0 !important;
    font-size: 14/@px-unit !important;
}
.ant-form-explain {
    margin-bottom: 5/@px-unit !important;
    margin-top: -4/@px-unit !important;
}

/** 
*   之前给label-normal-wrapper的行高赋值32px存在一个隐患就是由于label-normal-wrapper是浮动元素，display属性为block
    块级元素赋予行高它的高度其实不是行高所计算而来，而是将此行高向下继承给内联子元素，而块级元素包裹内联块级元素这样的盒模型会在内部前后存在两个
    空白的幽灵节点。它们会继承上面32px的行高，而内联块级元素，默认对齐baseLine，在没有参照物的情况下会对齐幽灵节点的baseLine也就是基线，而幽灵节点
    的基线到底线的距离就是多出来的高度，不同浏览器对此高度的表现形式也不一样。要想消除此影响，一是可以将内联块级元素的对齐方式修改为top/bottom，二是
    将子元素的display设为block
*
*
**/
.label-v4-version {
    /** 以下针对checkbox/radio组件 勾选框与文字不对齐做了处理 */
    /** antd4.0本身样式bug的修复 */
    .ant-picker-input > input {
        height: auto;
        min-height: 22px;
    }
}
.label-normal-wrapper, .label-flex-wrapper {
    // 这些是本身高度正好为32px
    .labelSelect, 
    .labelInput,
    .labelDateRangePicker, 
    ._password, 
    .labelTimeRangePicker {
        vertical-align: top;
    }
}

/*
*新图标规范暂时在这里统一定为20px
*
*/
.design-icon {
    font-size: 20/@px-unit;
}    
/** FormContainer部分样式 */
.sdd-form-container {
    white-space: nowrap;
    .sdd-form-list-wrapper {
        display: inline-block;
        vertical-align: top;
        margin-right: 80px;
        margin-left: 80px;
        &:first-of-type {
            margin-left: 0px;
        }
        &:last-of-type {
            margin-right: 0px;
        }
    }
}

@LabelFontColor: @SddLabelDetailPageColor;
._detailPage_ {
    position: relative;
    overflow: hidden;
    .detailPage-title-wrapper{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;    
        font-size: 18/@px-unit;
        font-weight: 900;
    }
    .detailPage-content-wrapper {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 -40/@px-unit;
        .detailPage-content-item-wrapper {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;        
            flex-shrink: 1;
            flex-grow: 0;
            padding: 0 40/@px-unit;
            .container-wrapper {
                display: flex;
            }
            .content-wrapper {
                min-width: 20/@px-unit;
                overflow: hidden;
            }
            .label-wrapper {
                color: @LabelFontColor;
                max-width: 100%;
                min-width: 20/@px-unit;
                flex-shrink: 0;
            }
            .detail-item-gap {
                height: 44/@px-unit;
            }
        }
    }
}
.detail-page-wrapper {
    padding: 24/@px-unit 32/@px-unit 32/@px-unit 32/@px-unit;
}

.sdd-drawer-no-title {
    .ant-drawer-header-no-title {
        height: 48/@px-unit;
        line-height: 48/@px-unit;
    }
}


.draggableModal-wrapper {
    .ant-modal-body {
        padding: 24/@px-unit 32/@px-unit 32/@px-unit 32/@px-unit;
    }
    .ant-modal-header {
        padding-top: 13/@px-unit;
        padding-bottom: 13/@px-unit;
    }
}
.draggable-limit-width {
    .ant-modal-body {
        min-width: 640/@px-unit;
    }
}


.sdd-drawer {
    .ant-drawer-content-wrapper {
        // max-width: 80%;
        min-width: 640/@px-unit;
    }
    .ant-drawer-body {
        padding: 24/@px-unit 32/@px-unit 32/@px-unit 32/@px-unit;
    }
    .ant-drawer-content {
        overflow: hidden;
    }
    .ant-drawer-header {
        padding-top: 13/@px-unit;
        padding-bottom: 13/@px-unit;
    }

}


.@{prefixClass} {
  &-input-wrap {
    position: relative;
    padding: 6px;
    border-bottom: 1px solid #e9e9e9;
    &:after {
      content: '';
      clear: both;
    }
  }

  &-date-input-wrap {
    overflow: hidden;
  }
  &-time-picker {
    position: absolute;
    width: 100%;
    top: 34px;
    background-color: white;
    height: 217px;
    &-panel {
      width: 100%;
      position: relative;
      .@{timePickerClass}-panel {
        &-input-wrap {
          display: none;
        }
        &-inner {
          border: none;
          box-shadow: none;
        }
        &-select {
          width: 84px;
          max-height: 217px;
          li {
            text-align: center;
            padding: 0;
          }
        }
      }
    }
  }
  &-time-picker-wrap {
    float: left;
    width: 100%;

    .@{timePickerClass} {
      width: 100%;

      &-input {
        padding: 0;
        border: 1px solid transparent;
        outline: 0;;
        height:22px;
      }

      &-icon {
        display: none;
      }
    }
  }

  &-input {
    border: 1px solid transparent;
    width: 100%;
    color: #666;
    cursor: text;
    line-height: 1.5;
    outline: 0;
    height:22px;

    &-invalid {
      border-color: red;
    }
  }

  &-clear-btn {
    z-index: 9999;
    position: absolute;
    right: 6px;
    cursor: pointer;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: 6px;
    margin: 0;
  }

  &-clear-btn:after {
    content: "x";
    font-size: 12px;
    color: #aaa;
    display: inline-block;
    line-height: 1;
    width: 20px;
    transition: color 0.3s ease;
  }

  &-clear-btn:hover:after {
    color: #666;
  }
}
.@{prefixClass}-full {
  width: 275px;
  &-header {
    padding: 5px 10px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #ccc;
    overflow: hidden;

    &-month-select,
    &-year-select {
      width: 70px;
      float: right;
      margin-right: 5px;
    }

    &-switcher {
      float: right;
      display: inline-block;
      &-normal:hover {
        border-color: #23c0fa;
        box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
        cursor: pointer;
      }
      &-focus {
        border-color: #1890FF;
        background-color: #1890FF;
        color: #fff;
      }
      > span {
        float: left;
        height: 28px;
        line-height: 24px;
        border: 1px solid #d9d9d9;
        padding: 0 10px;
        color: #666;
        &:first-child {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          border-right: none;
        }
        &:last-child {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-left: none;
        }
      }
    }
  }
}

.@{prefixClass}-fullscreen {
  width: auto;

  .@{prefixClass}-full-header {
    border-bottom: none;
  }

  .@{prefixClass} {
    &-column-header {
      text-align: right;
      padding-right: 12px;
    }
    &-cell {
      padding: 0;
    }
    &-cell .@{prefixClass}-date,
    &-month-panel-cell .@{prefixClass}-month-panel-month {
      display: block;
      height: 116px;
      width: auto;
      border-radius: 0;
      margin: 0 4px;
      border: none;
      border-top: 2px solid #eee;
      text-align: right;
      padding-right: 8px;
    }
    &-selected-day .@{prefixClass}-date,
    &-month-panel-selected-cell .@{prefixClass}-month-panel-month {
      background-color: #ebfaff;
      color: #666;
    }
    &-today .@{prefixClass}-date,
    &-month-panel-selected-cell .@{prefixClass}-month-panel-month {
      border-top-color: #1890FF;
      color: #1890FF;
    }
  }
}

.@{prefixClass}-picker {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1000;

  &-hidden {
    display: none;
  }
}

@input-box-height: 35px;

.@{prefixClass}-range {
  width: 502px;
  overflow: hidden;

  &-part {
    width: 250px;
    position: relative;

    .@{prefixClass}-time-picker {
      top: 69px;
      &-panel {
        &-select {
          width: 77px;
        }
      }
    }
  }

  &-left {
    float: left;
    .@{prefixClass}-time-picker-panel {
      &-select:last-child {
        border-right: 1px solid #e9e9e9;
      }

    }
  }

  &-right {
    float: right;
    .@{prefixClass}-time-picker-panel {
      left: 21px;

      &-select:first-child {
        border-left: 1px solid #e9e9e9;
      }
    }
  }

  &-middle {
    position: absolute;
    margin-left: -10px;
    text-align: center;
    height: @input-box-height;
    line-height: @input-box-height;
  }
  .@{prefixClass}-date-panel::after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
  }

  .@{prefixClass}-input-wrap {
    height: @input-box-height;
  }
  .@{prefixClass}-input,
  .@{timePickerClass}-input {
    padding: 1px 7px;
    height: 22px;
  }

  .@{prefixClass}-body,
  .@{prefixClass}-decade-panel-body,
  .@{prefixClass}-year-panel-body,
  .@{prefixClass}-month-panel-body {
    border-bottom: 1px solid #e9e9e9;
  }

  &.@{prefixClass}-week-number {
    width: 574px;

    .@{prefixClass}-range {
      &-part {
        width: 286px;
        .@{prefixClass}-time-picker {
          top: 69px;
          &-panel {
            &-select {
              width: 89px;
            }
          }
        }
      }
      &-right {
        .@{prefixClass}-time-picker-panel {
          left: 36px;
        }
      }
    }
  }

  .@{prefixClass}-year-panel,
  .@{prefixClass}-month-panel,
  .@{prefixClass}-decade-panel {
    top: @input-box-height;
  }
  .@{prefixClass}-month-panel .@{prefixClass}-year-panel {
    top: 0;
  }
  .@{prefixClass}-decade-panel-table,
  .@{prefixClass}-year-panel-table,
  .@{prefixClass}-month-panel-table {
    height: 198px;
  }

  .@{prefixClass}-in-range-cell {
    background: #ebf4f8;
    border-radius: 0;
  }

  &-bottom {
    text-align: right;
  }

  .@{prefixClass}-footer{
    border-top: none;
    padding: 0;
    &-btn {
      padding: 10px 12px 10px 0;
    }
  }
  .@{prefixClass}-ok-btn {
    position: static;
  }
  .@{prefixClass}-today-btn {
    float: left;
  }
}

@prefixClass: rc-calendar;
@timePickerClass: rc-time-picker;

.@{prefixClass} {
  box-sizing: border-box;
  * {
    box-sizing: border-box;
  }
}

.@{prefixClass}-hidden {
  display: none;
}


