.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;
  
  -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 {
  
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  
  -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;
}









































































@brand-stroke-2-normal: fade(#1C79F4, 30%);
@brand-stroke-1-hover: #459CFF;
@brand-stroke-1-active: #0C5ACF;
@status-error-bg-1-normal: #E9463A;
@status-warning-bg-1-normal: #F8782D;
@status-success-bg-1-normal: #27D05A;
@status-error-fg-1-normal: #E9463A;
@status-error-stroke-1-normal: #E9463A;
@status-error-stroke-1-active: #C22C27;
@status-error-stroke-1-hover: #F57364;
@status-error-stroke-3-normal: fade(#E9463A, 30%);
@neutral-bg-6-normal: #EEEEEE;

@SddBtnNormalColor: #1890ff; 
@SddTextColor: #272727; 
@SddListBorderColor: #e8e8e8; 
@SddInputBorderColor: #d9d9d9; 
@SddDisableInputBgColor:#f5f5f5; 
@SddContentBgColor: #ffffff; 
@SddErrorColor: #f5222d; 
@SddWarnColor: #fcac15; 
@SddSuccessColor: #52c41a; 
@SddlinkColor: #1890ff; 
@tableZebraEvenPatternColor: #fbfbfc; 
@tableHeaderBgColor: #fbfbfc; 
@tableRowHoverColor: #eef0f3; 
@tableRowSelBgColor: #e7f1fe; 
@buttonNormalColorNo2: #808e9d;
@SddInputBorderColorNo1: #40a9ff; 
@SddButtonBorderColorNo1: #40a9ff; 
@SddPasswordCheckStatusbgColor:@neutral-bg-6-normal; 

@SddDividerColor: rgba(0,0,0,0.06); 
@SddFontNormalColor: rgba(0,0,0,0.85); 
@SddNumberLimitRangeColor: #8c8c8c; 
@SddNumberLimitUnitColor: #1f1f1f; 
@SddLabelDetailPageColor: rgba(0,0,0,0.45); 
@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;


@base-rem-size: 14px;
html, body {
    font-size: @base-rem-size;
}


@media screen and (min-device-width: 3000px) {
    html, body {
        font-size: 2*@base-rem-size;
    }
}

@px-unit: 14rem; 

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


.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;
    
}


::-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;
        
    }
}
.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 {
        display: inline-block;
    }
    .ant-checkbox-inner {
        border-color: @SddCheckBoxBorderColor;
    }    
    .ant-radio-inner {
        border-color: @SddCheckBoxBorderColor;
    }
}



@container-font-color: @SddFontNormalColor;
@container-errorColor:@status-error-fg-1-normal;
@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;
}


.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;
    }
}

.label-div-Container {
    .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-v4-version {
    
    
    .ant-picker-input > input {
        height: auto;
        min-height: 22px;
    }
}
.label-normal-wrapper, .label-flex-wrapper {
    
    .labelSelect, 
    .labelInput,
    .labelDateRangePicker, 
    ._password, 
    .labelTimeRangePicker {
        vertical-align: top;
    }
}


.design-icon {
    font-size: 20/@px-unit;
}    

.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 {
        
        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;
}



.@{prefixClass} {
  position: relative;
  outline: none;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  width: 253px;
  border: 1px solid #ccc;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;

  &-date-panel, &-panel {
    position: relative;
    outline: none;
  }

  &-week-number {
    width: 286px;

    &-cell {
      text-align: center;
    }
  }

  &-header {
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #ccc;

    > a {
      font-weight: bold;
      display: inline-block;
      padding: 0px 5px;
      line-height: 34px;
      text-align: center;
      width: 30px;
